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 moha...@gmail.com on 11 Nov 2011 at 5:07
Original issue reported on code.google.com by
moha...@gmail.com
on 11 Nov 2011 at 5:07Attachments: