https://issues.apache.org/ooo/show_bug.cgi?id=118783
--- Comment #7 from Armin Le Grand <[email protected]> 2012-01-16 14:24:28 UTC --- ALG: Solved (1) by forcing write of fill data when stroke data is not equal, also need to add a 2nd number to the ID since ID is not only object number but multiple svg elements could be written per shape. Solved (2) by using '_' instead of '(' and ')'. Also made 'Z' svg:d creation dependent of closed state of the tool spolygon (1st and last point are equal), not only on fill and/or line. Also had to be very careful for polygon comarison; operator== does not do what YOu expect, there is a method IsEqual() instead. Argh! Old classes... -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
