mapnik/include
Konstantin Käfer 98e5e64d80 SVG: Fix reflection points for smooth curves after arcs
Internally, Agg/Mapnik converts arcs to curves. This means that the detection logic in the “smooth curve” command, which looks at the previous points for calculating the reflection point, mistakenly assumes that the previous commands were curve commands, even though they were in reality arc commands. To fix this, we add an explicit lineto command after every arc.
2022-10-18 12:17:05 +02:00
..
mapnik SVG: Fix reflection points for smooth curves after arcs 2022-10-18 12:17:05 +02:00
build.py Add CSS parser grammar + move into separate include/css and src/css dirs. 2020-02-04 10:38:34 +00:00