Comment 4 for bug 734933

Revision history for this message
Louis Simard (louis-simard-deactivatedaccount) wrote :

Triaging:

The dot in your files is implemented as a path whose stroke is not none, and whose d element contains a MoveTo segment and a LineTo of 0,0.

This path is being reduced, by cleanPath, to only a MoveTo.

A solution to this problem would be to undo some code written by codedread in revision 120 to remove these empty drawing instructions, which in this case are essential, enabling them to be kept again.