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
In version 3939 the function to remove hidden svg elements on save is only
partially working. It is only removing nodes with visibility == hidden which
misses nodes with display = none.
Also, empty groups can also be deleted.
I've attached a version of ORYX.Core.Canvas.prototype._removeInvisibleElements
with these changes.
With this change applied the saved svg is about half the size it was before.
Original issue reported on code.google.com by [email protected] on 11 Nov 2011 at 5:07
Original issue reported on code.google.com by
[email protected]
on 11 Nov 2011 at 5:07Attachments:
The text was updated successfully, but these errors were encountered: