Enable glyph block filtering and dependency tracker.

This commit is contained in:
be5invis 2023-10-30 23:00:38 -07:00
parent 183b02d652
commit 0a74f44f0f
10 changed files with 75 additions and 42 deletions

View file

@ -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);
}