You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filter attributes (height, result, width, x, y) are not parsed for filter elements. Take for example the attached SVG in which the feFlood and feOffset have specific width and height parameters.
I unsuccessfully tried tweaking the XMLUpdatable instance for the FilterElement data type.
The only way a could solve it was by extending the attributes element for each individual filter element XMLUpdatable instance like so
Filter attributes (height, result, width, x, y) are not parsed for filter elements. Take for example the attached SVG in which the feFlood and feOffset have specific width and height parameters.
I unsuccessfully tried tweaking the XMLUpdatable instance for the FilterElement data type.
The only way a could solve it was by extending the attributes element for each individual filter element XMLUpdatable instance like so
but I believe there must be a more generic way of solving it.
filters-tile-01-b.svg.txt
filter-tile-01-v.dump.txt
The text was updated successfully, but these errors were encountered: