Enable glyph block filtering and dependency tracker.
This commit is contained in:
parent
183b02d652
commit
0a74f44f0f
10 changed files with 75 additions and 42 deletions
|
@ -107,6 +107,9 @@ class SimplifyGeometry extends Geom.GeometryBase {
|
|||
asReferences() {
|
||||
return null;
|
||||
}
|
||||
getDependencies() {
|
||||
return this.m_geom.getDependencies();
|
||||
}
|
||||
filterTag(fn) {
|
||||
return this.m_geom.filterTag(fn);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue