mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
* Remove log statements * Add feature gates to functions in path.rs * Fix infinite parsing loop and add new test * License tweaks * Remove trailing zero in whole number floats * Flatten visual-tests directory * Code review * Clean up printlines * Add error handling to path parsing --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
14 lines
618 B
XML
14 lines
618 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="48"
|
|
height="48"
|
|
viewBox="0 0 48 48"
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path id="a"
|
|
style="fill:#ff0000;stroke:#000000;stroke-width:2;stroke-linejoin:round;stroke-linecap:round"
|
|
d="M 39,20 A 19,19 0 0 1 20,39 19,19 0 0 1 1,20 19,19 0 0 1 20,1 19,19 0 0 1 39,20 Z"/>
|
|
<path id="b"
|
|
style="fill:#ff0000;stroke:#000000;stroke-width:2;stroke-linejoin:round;stroke-linecap:round"
|
|
d="M 47,28 A 19,19 0 0 1 28,47 19,19 0 0 1 9,28 19,19 0 0 1 28,9 19,19 0 0 1 47,28 Z"/>
|
|
</svg>
|