]> granicus.if.org Git - graphviz/commit
tests: SVGAnalyzer: add fallback to bevel in SVGElement::miter_point
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 15 Sep 2022 16:51:26 +0000 (18:51 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 22 Sep 2022 08:21:14 +0000 (10:21 +0200)
commita8b2c299931c9c7037a67e9064b4749390655c0c
tree772dcaaf0b5e5f8ed03c923921564ad1be784073
parentf3aa348e6942ed0e84e04c6305d69f8eb62fab35
tests: SVGAnalyzer: add fallback to bevel in SVGElement::miter_point

This is necessary to handle the 'l' and 'r' arrow shape modifiers
which makes the arrow tip have a sharp angle and causes the normal
miter point to exceed the 'miter-limit' and SVG renderers to fall back
to a bevelled corner.
tests/svg_element.cpp