This raises an interesting question about auto-stroking filled but unstroked shapes. This could happen here as well and may not like intended (since one line is missing). Perhaps doing the auto-stroke only on closed shapes (rect, circle, ellipse, polygon)? What about paths? Analyze every sub-path whether it's closed or not and perhaps split them based on that?
This raises an interesting question about auto-stroking filled but unstroked shapes. This could happen here as well and may not like intended (since one line is missing). Perhaps doing the auto-stroke only on closed shapes (rect, circle, ellipse, polygon)? What about paths? Analyze every sub-path whether it's closed or not and perhaps split them based on that?