fix: slide 39 SVG — correct a-down arrow marker orientation
Marker polygon pointed down while orient=auto expects a right-pointing arrow, so the heads rendered sideways. Use a right-pointing triangle with proper refX/refY so orient=auto rotates it to point down. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1414,8 +1414,8 @@ Notice: Applied catalog in 12.34 seconds
|
|||||||
</aside>
|
</aside>
|
||||||
<svg width="800" height="280" viewBox="0 0 800 280" xmlns="http://www.w3.org/2000/svg" style="margin-top:0.5em;">
|
<svg width="800" height="280" viewBox="0 0 800 280" xmlns="http://www.w3.org/2000/svg" style="margin-top:0.5em;">
|
||||||
<defs>
|
<defs>
|
||||||
<marker id="a-down" viewBox="0 0 10 10" refX="5" refY="10" markerWidth="10" markerHeight="10" orient="auto">
|
<marker id="a-down" viewBox="0 0 10 10" refX="9" refY="5" markerWidth="9" markerHeight="9" orient="auto">
|
||||||
<polygon points="0 0,10 0,5 10" fill="#4d5592"/>
|
<polygon points="0 0,10 5,0 10" fill="#4d5592"/>
|
||||||
</marker>
|
</marker>
|
||||||
</defs>
|
</defs>
|
||||||
<!-- Terraform layer -->
|
<!-- Terraform layer -->
|
||||||
|
|||||||
Reference in New Issue
Block a user