Open GoogleCodeExporter opened 9 years ago
Original comment by grick23@gmail.com
on 24 Aug 2009 at 5:56
Flash caps its maximum stroke size (thickness) at 255 which is why these
strokes look
the same. I am currently not aware of any way to work around this limitation.
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Graphics
.html#lineStyle()
Issue was previously named "Stroke-Width 300 vs. 1500: difference not visible
(large
viewbox)"
Original comment by grick23@gmail.com
on 24 Aug 2009 at 6:56
Just to make sure, I am not mistaken here: I am not calling for such
broad strokes at all. The stroke width of 300 or 1500 is used in a
gigantic viewbox ("-340431 -475036 672623 911401") to produce visible
results.
I don't know how you manage to scale down this large viewbox into the
browser window but would guess that all other properties would be
scaled down too.
The large viewbox stems from a professional grade shape file and is quite
common in cartographic drawings.
Michael
Original comment by mneu...@gmail.com
on 24 Aug 2009 at 8:01
You are not mistaken. In real pixel terms the stroke is not that big. However,
in the
huge coordinate system you are using the numerical stroke value is too high. I
do not
alter the coordinate system for rendering in flash and so the stroke value is
passed
right through.
A potential solution might be to choose a smaller coordinate system for flash
rendering. This would require scaling all of the drawing values manually and
could
get pretty complicated. You'd need heuristics to calculate the best coordinate
system
because fractional strokes would actually benefit from a larger coordinate
system
(Issue 172).
Original comment by grick23@gmail.com
on 24 Aug 2009 at 8:20
Sounds like this is a good candidate to mark WONTFIX. I'll let Rick decide.
Original comment by bradneub...@gmail.com
on 20 Oct 2009 at 12:30
Original issue reported on code.google.com by
mneu...@gmail.com
on 22 Aug 2009 at 3:02Attachments: