19 Jun
2010
19 Jun
'10
10:49 p.m.
W dniu 20 czerwca 2010 00:42 użytkownik ~suv <suv-sf@...58...> napisał:
On 20/6/10 00:27, Krzysztof Kosiński wrote:
Here is a simple question about SVG.
Let's assume I have a circle which has a thick stroke. Then I put it in a group which has a transform attribute that specifies 0.5x scale in the horizontal direction. When the drawing is rendered, should the stroke of the circle be thinner on the sides or have an uniform width?
related: Bug #165715 “Stroke to path squashes scaled lines (renderer is wrong)”: https://bugs.launchpad.net/inkscape/+bug/165715
FWIW, correcting this bug in Cairo output is very simple. We just apply the transformation to the Cairo context, instead of transforming the path.
Regards, Krzysztof