Import of the watch repository from Pebble

This commit is contained in:
Matthieu Jeanson 2024-12-12 16:43:03 -08:00 committed by Katharine Berry
commit 3b92768480
10334 changed files with 2564465 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,43 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" version="1.2" baseProfile="tiny" width="400px" height="120px" viewBox="0 0 400 120">
<desc>Example RotateScale - Rotate and scale transforms</desc>
<g fill="none" stroke="black" stroke-width="3">
<!-- Draw the axes of the original coordinate system -->
<line x1="0" y1="1.5" x2="400" y2="1.5"/>
<line x1="1.5" y1="0" x2="1.5" y2="120"/>
</g>
<!-- Establish a new coordinate system whose origin is at (50,30)
in the initial coord. system and which is rotated by 30 degrees. -->
<g transform="translate(50,30)">
<g transform="rotate(30)">
<g fill="none" stroke="red" stroke-width="3">
<line x1="0" y1="0" x2="50" y2="0">
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="55.00" x="93.30" details="Invalid point: (93.30, 55.00). Used closest supported coordinate: (93.25, 55.0)"/>
</pdc:annotation>
</line>
<line x1="0" y1="0" x2="0" y2="50">
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="73.30" x="25.00" details="Invalid point: (25.00, 73.30). Used closest supported coordinate: (25.0, 73.25)"/>
</pdc:annotation>
</line>
</g>
<!--<text x="0" y="0" font-size="20" font-family="Verdana" fill="blue">-->
<!--ABC (rotate)-->
<!--</text>-->
</g>
</g>
<!-- Establish a new coordinate system whose origin is at (200,40)
in the initial coord. system and which is scaled by 1.5. -->
<g transform="translate(200,40)">
<g transform="scale(1.5)">
<g fill="none" stroke="red" stroke-width="3">
<line x1="0" y1="0" x2="50" y2="0"/>
<line x1="0" y1="0" x2="0" y2="50"/>
</g>
<!--<text x="0" y="0" font-size="20" font-family="Verdana" fill="blue">-->
<!--ABC (scale)-->
<!--</text>-->
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,38 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny"
width="400px" height="120px">
<desc>Example RotateScale - Rotate and scale transforms</desc>
<g fill="none" stroke="black" stroke-width="3">
<!-- Draw the axes of the original coordinate system -->
<line x1="0" y1="1.5" x2="400" y2="1.5"/>
<line x1="1.5" y1="0" x2="1.5" y2="120"/>
</g>
<!-- Establish a new coordinate system whose origin is at (50,30)
in the initial coord. system and which is rotated by 30 degrees. -->
<g transform="translate(50,30)">
<g transform="rotate(30)">
<g fill="none" stroke="red" stroke-width="3">
<line x1="0" y1="0" x2="50" y2="0"/>
<line x1="0" y1="0" x2="0" y2="50"/>
</g>
<!--<text x="0" y="0" font-size="20" font-family="Verdana" fill="blue">-->
<!--ABC (rotate)-->
<!--</text>-->
</g>
</g>
<!-- Establish a new coordinate system whose origin is at (200,40)
in the initial coord. system and which is scaled by 1.5. -->
<g transform="translate(200,40)">
<g transform="scale(1.5)">
<g fill="none" stroke="red" stroke-width="3">
<line x1="0" y1="0" x2="50" y2="0"/>
<line x1="0" y1="0" x2="0" y2="50"/>
</g>
<!--<text x="0" y="0" font-size="20" font-family="Verdana" fill="blue">-->
<!--ABC (scale)-->
<!--</text>-->
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,57 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="400px" height="150px" version="1.2" baseProfile="tiny" viewBox="0 0 400 150">
<desc>Example Nested - Nested transformations</desc>
<g fill="none" stroke="black" stroke-width="3">
<!-- Draw the axes of the original coordinate system -->
<line x1="0" y1="1.5" x2="400" y2="1.5"/>
<line x1="1.5" y1="0" x2="1.5" y2="150"/>
</g>
<!-- First, a translate -->
<g transform="translate(50,90)">
<g fill="none" stroke="red" stroke-width="3">
<line x1="0" y1="0" x2="50" y2="0"/>
<line x1="0" y1="0" x2="0" y2="50"/>
</g>
<!--<text x="0" y="0" font-size="16" font-family="Verdana" >-->
<!--....Translate(1)-->
<!--</text>-->
<!-- Second, a rotate -->
<g transform="rotate(-45)">
<g fill="none" stroke="green" stroke-width="3">
<line x1="0" y1="0" x2="50" y2="0">
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="54.64" x="85.36" details="Invalid point: (85.36, 54.64). Used closest supported coordinate: (85.375, 54.625)"/>
</pdc:annotation>
</line>
<line x1="0" y1="0" x2="0" y2="50">
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="125.36" x="85.36" details="Invalid point: (85.36, 125.36). Used closest supported coordinate: (85.375, 125.375)"/>
</pdc:annotation>
</line>
</g>
<!--<text x="0" y="0" font-size="16" font-family="Verdana" >-->
<!--....Rotate(2)-->
<!--</text>-->
<!-- Third, another translate -->
<g transform="translate(130,160)">
<g fill="none" stroke="blue" stroke-width="3">
<line x1="0" y1="0" x2="50" y2="0">
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="111.21" x="255.06" details="Invalid point: (255.06, 111.21). Used closest supported coordinate: (255.0, 111.25)"/>
<pdc:highlight y="75.86" x="290.42" details="Invalid point: (290.42, 75.86). Used closest supported coordinate: (290.375, 75.875)"/>
</pdc:annotation>
</line>
<line x1="0" y1="0" x2="0" y2="50">
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="111.21" x="255.06" details="Invalid point: (255.06, 111.21). Used closest supported coordinate: (255.0, 111.25)"/>
<pdc:highlight y="146.57" x="290.42" details="Invalid point: (290.42, 146.57). Used closest supported coordinate: (290.375, 146.625)"/>
</pdc:annotation>
</line>
</g>
<!--<text x="0" y="0" font-size="16" font-family="Verdana" >-->
<!--....Translate(3)-->
<!--</text>-->
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,40 @@
<?xml version="1.0"?>
<svg width="400px" height="150px" version="1.2" baseProfile="tiny"
xmlns="http://www.w3.org/2000/svg">
<desc>Example Nested - Nested transformations</desc>
<g fill="none" stroke="black" stroke-width="3" >
<!-- Draw the axes of the original coordinate system -->
<line x1="0" y1="1.5" x2="400" y2="1.5" />
<line x1="1.5" y1="0" x2="1.5" y2="150" />
</g>
<!-- First, a translate -->
<g transform="translate(50,90)">
<g fill="none" stroke="red" stroke-width="3" >
<line x1="0" y1="0" x2="50" y2="0" />
<line x1="0" y1="0" x2="0" y2="50" />
</g>
<!--<text x="0" y="0" font-size="16" font-family="Verdana" >-->
<!--....Translate(1)-->
<!--</text>-->
<!-- Second, a rotate -->
<g transform="rotate(-45)">
<g fill="none" stroke="green" stroke-width="3" >
<line x1="0" y1="0" x2="50" y2="0" />
<line x1="0" y1="0" x2="0" y2="50" />
</g>
<!--<text x="0" y="0" font-size="16" font-family="Verdana" >-->
<!--....Rotate(2)-->
<!--</text>-->
<!-- Third, another translate -->
<g transform="translate(130,160)">
<g fill="none" stroke="blue" stroke-width="3" >
<line x1="0" y1="0" x2="50" y2="0" />
<line x1="0" y1="0" x2="0" y2="50" />
</g>
<!--<text x="0" y="0" font-size="16" font-family="Verdana" >-->
<!--....Translate(3)-->
<!--</text>-->
</g>
</g>
</g>
</svg>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="4cm" height="4cm" viewBox="0 0 400 400" version="1.2" baseProfile="tiny">
<title>Example triangle01- simple example of a 'path'</title>
<desc>A path that draws a triangle</desc>
<rect x="1" y="1" width="398" height="398" fill="none" stroke="blue"/>
<path d="M 100 100 L 300 100 L 200 300 z" fill="red" stroke="blue" stroke-width="3"/>
</svg>

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,10 @@
<?xml version="1.0"?>
<svg width="4cm" height="4cm" viewBox="0 0 400 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<title>Example triangle01- simple example of a 'path'</title>
<desc>A path that draws a triangle</desc>
<rect x="1" y="1" width="398" height="398"
fill="none" stroke="blue" />
<path d="M 100 100 L 300 100 L 200 300 z"
fill="red" stroke="blue" stroke-width="3" />
</svg>

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -0,0 +1,91 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="5cm" height="4cm" viewBox="0 0 500 400" version="1.2" baseProfile="tiny">
<title>Example cubic01- cubic B&#233;zier commands in path data</title>
<desc>Picture showing a simple example of path data
using both a "C" and an "S" command,
along with annotations showing the control points
and end points</desc>
<rect fill="none" stroke="blue" stroke-width="1" x="1" y="1" width="498" height="398"/>
<polyline fill="none" stroke="#888888" stroke-width="1" points="100,200 100,100"/>
<polyline fill="none" stroke="#888888" stroke-width="1" points="250,100 250,200"/>
<polyline fill="none" stroke="#888888" stroke-width="1" points="250,200 250,300"/>
<polyline fill="none" stroke="#888888" stroke-width="1" points="400,300 400,200"/>
<path fill="none" stroke="red" stroke-width="5" d="M100,200 C100,100 250,100 250,200 S400,300 400,200">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="125.00" x="100.00" height="75.00" width="150.00"/>
<pdc:highlight y="200.00" x="250.00" height="75.00" width="150.00"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="190.92" x="100.43" details="Invalid point: (100.43, 190.92). Used closest supported coordinate: (100.375, 190.875)"/>
<pdc:highlight y="182.42" x="101.68" details="Invalid point: (101.68, 182.42). Used closest supported coordinate: (101.625, 182.375)"/>
<pdc:highlight y="174.51" x="103.71" details="Invalid point: (103.71, 174.51). Used closest supported coordinate: (103.75, 174.5)"/>
<pdc:highlight y="167.19" x="106.45" details="Invalid point: (106.45, 167.19). Used closest supported coordinate: (106.5, 167.25)"/>
<pdc:highlight y="160.45" x="109.84" details="Invalid point: (109.84, 160.45). Used closest supported coordinate: (109.875, 160.5)"/>
<pdc:highlight y="154.30" x="113.84" details="Invalid point: (113.84, 154.30). Used closest supported coordinate: (113.875, 154.25)"/>
<pdc:highlight y="148.73" x="118.39" details="Invalid point: (118.39, 148.73). Used closest supported coordinate: (118.375, 148.75)"/>
<pdc:highlight y="143.75" x="123.44" details="Invalid point: (123.44, 143.75). Used closest supported coordinate: (123.5, 143.75)"/>
<pdc:highlight y="139.36" x="128.92" details="Invalid point: (128.92, 139.36). Used closest supported coordinate: (128.875, 139.375)"/>
<pdc:highlight y="135.55" x="134.79" details="Invalid point: (134.79, 135.55). Used closest supported coordinate: (134.75, 135.5)"/>
<pdc:highlight y="132.32" x="140.99" details="Invalid point: (140.99, 132.32). Used closest supported coordinate: (141.0, 132.375)"/>
<pdc:highlight y="129.69" x="147.46" details="Invalid point: (147.46, 129.69). Used closest supported coordinate: (147.5, 129.75)"/>
<pdc:highlight y="127.64" x="154.15" details="Invalid point: (154.15, 127.64). Used closest supported coordinate: (154.125, 127.625)"/>
<pdc:highlight y="126.17" x="161.01" details="Invalid point: (161.01, 126.17). Used closest supported coordinate: (161.0, 126.125)"/>
<pdc:highlight y="125.29" x="167.98" details="Invalid point: (167.98, 125.29). Used closest supported coordinate: (168.0, 125.25)"/>
<pdc:highlight y="125.29" x="182.02" details="Invalid point: (182.02, 125.29). Used closest supported coordinate: (182.0, 125.25)"/>
<pdc:highlight y="126.17" x="188.99" details="Invalid point: (188.99, 126.17). Used closest supported coordinate: (189.0, 126.125)"/>
<pdc:highlight y="127.64" x="195.85" details="Invalid point: (195.85, 127.64). Used closest supported coordinate: (195.875, 127.625)"/>
<pdc:highlight y="129.69" x="202.54" details="Invalid point: (202.54, 129.69). Used closest supported coordinate: (202.5, 129.75)"/>
<pdc:highlight y="132.32" x="209.01" details="Invalid point: (209.01, 132.32). Used closest supported coordinate: (209.0, 132.375)"/>
<pdc:highlight y="135.55" x="215.21" details="Invalid point: (215.21, 135.55). Used closest supported coordinate: (215.25, 135.5)"/>
<pdc:highlight y="139.36" x="221.08" details="Invalid point: (221.08, 139.36). Used closest supported coordinate: (221.125, 139.375)"/>
<pdc:highlight y="143.75" x="226.56" details="Invalid point: (226.56, 143.75). Used closest supported coordinate: (226.625, 143.75)"/>
<pdc:highlight y="148.73" x="231.61" details="Invalid point: (231.61, 148.73). Used closest supported coordinate: (231.625, 148.75)"/>
<pdc:highlight y="154.30" x="236.16" details="Invalid point: (236.16, 154.30). Used closest supported coordinate: (236.125, 154.25)"/>
<pdc:highlight y="160.45" x="240.16" details="Invalid point: (240.16, 160.45). Used closest supported coordinate: (240.125, 160.5)"/>
<pdc:highlight y="167.19" x="243.55" details="Invalid point: (243.55, 167.19). Used closest supported coordinate: (243.5, 167.25)"/>
<pdc:highlight y="174.51" x="246.29" details="Invalid point: (246.29, 174.51). Used closest supported coordinate: (246.25, 174.5)"/>
<pdc:highlight y="182.42" x="248.32" details="Invalid point: (248.32, 182.42). Used closest supported coordinate: (248.375, 182.375)"/>
<pdc:highlight y="190.92" x="249.57" details="Invalid point: (249.57, 190.92). Used closest supported coordinate: (249.625, 190.875)"/>
<pdc:highlight y="209.08" x="250.43" details="Invalid point: (250.43, 209.08). Used closest supported coordinate: (250.375, 209.125)"/>
<pdc:highlight y="217.58" x="251.68" details="Invalid point: (251.68, 217.58). Used closest supported coordinate: (251.625, 217.625)"/>
<pdc:highlight y="225.49" x="253.71" details="Invalid point: (253.71, 225.49). Used closest supported coordinate: (253.75, 225.5)"/>
<pdc:highlight y="232.81" x="256.45" details="Invalid point: (256.45, 232.81). Used closest supported coordinate: (256.5, 232.875)"/>
<pdc:highlight y="239.55" x="259.84" details="Invalid point: (259.84, 239.55). Used closest supported coordinate: (259.875, 239.5)"/>
<pdc:highlight y="245.70" x="263.84" details="Invalid point: (263.84, 245.70). Used closest supported coordinate: (263.875, 245.75)"/>
<pdc:highlight y="251.27" x="268.39" details="Invalid point: (268.39, 251.27). Used closest supported coordinate: (268.375, 251.25)"/>
<pdc:highlight y="256.25" x="273.44" details="Invalid point: (273.44, 256.25). Used closest supported coordinate: (273.5, 256.25)"/>
<pdc:highlight y="260.64" x="278.92" details="Invalid point: (278.92, 260.64). Used closest supported coordinate: (278.875, 260.625)"/>
<pdc:highlight y="264.45" x="284.79" details="Invalid point: (284.79, 264.45). Used closest supported coordinate: (284.75, 264.5)"/>
<pdc:highlight y="267.68" x="290.99" details="Invalid point: (290.99, 267.68). Used closest supported coordinate: (291.0, 267.625)"/>
<pdc:highlight y="270.31" x="297.46" details="Invalid point: (297.46, 270.31). Used closest supported coordinate: (297.5, 270.375)"/>
<pdc:highlight y="272.36" x="304.15" details="Invalid point: (304.15, 272.36). Used closest supported coordinate: (304.125, 272.375)"/>
<pdc:highlight y="273.83" x="311.01" details="Invalid point: (311.01, 273.83). Used closest supported coordinate: (311.0, 273.875)"/>
<pdc:highlight y="274.71" x="317.98" details="Invalid point: (317.98, 274.71). Used closest supported coordinate: (318.0, 274.75)"/>
<pdc:highlight y="274.71" x="332.02" details="Invalid point: (332.02, 274.71). Used closest supported coordinate: (332.0, 274.75)"/>
<pdc:highlight y="273.83" x="338.99" details="Invalid point: (338.99, 273.83). Used closest supported coordinate: (339.0, 273.875)"/>
<pdc:highlight y="272.36" x="345.85" details="Invalid point: (345.85, 272.36). Used closest supported coordinate: (345.875, 272.375)"/>
<pdc:highlight y="270.31" x="352.54" details="Invalid point: (352.54, 270.31). Used closest supported coordinate: (352.5, 270.375)"/>
<pdc:highlight y="267.68" x="359.01" details="Invalid point: (359.01, 267.68). Used closest supported coordinate: (359.0, 267.625)"/>
<pdc:highlight y="264.45" x="365.21" details="Invalid point: (365.21, 264.45). Used closest supported coordinate: (365.25, 264.5)"/>
<pdc:highlight y="260.64" x="371.08" details="Invalid point: (371.08, 260.64). Used closest supported coordinate: (371.125, 260.625)"/>
<pdc:highlight y="256.25" x="376.56" details="Invalid point: (376.56, 256.25). Used closest supported coordinate: (376.625, 256.25)"/>
<pdc:highlight y="251.27" x="381.61" details="Invalid point: (381.61, 251.27). Used closest supported coordinate: (381.625, 251.25)"/>
<pdc:highlight y="245.70" x="386.16" details="Invalid point: (386.16, 245.70). Used closest supported coordinate: (386.125, 245.75)"/>
<pdc:highlight y="239.55" x="390.16" details="Invalid point: (390.16, 239.55). Used closest supported coordinate: (390.125, 239.5)"/>
<pdc:highlight y="232.81" x="393.55" details="Invalid point: (393.55, 232.81). Used closest supported coordinate: (393.5, 232.875)"/>
<pdc:highlight y="225.49" x="396.29" details="Invalid point: (396.29, 225.49). Used closest supported coordinate: (396.25, 225.5)"/>
<pdc:highlight y="217.58" x="398.32" details="Invalid point: (398.32, 217.58). Used closest supported coordinate: (398.375, 217.625)"/>
<pdc:highlight y="209.08" x="399.57" details="Invalid point: (399.57, 209.08). Used closest supported coordinate: (399.625, 209.125)"/>
</pdc:annotation>
</path>
<circle fill="#888888" stroke="none" stroke-width="2" cx="100" cy="200" r="10"/>
<circle fill="#888888" stroke="none" stroke-width="2" cx="250" cy="200" r="10"/>
<circle fill="#888888" stroke="none" stroke-width="2" cx="400" cy="200" r="10"/>
<circle fill="#888888" stroke="none" cx="100" cy="100" r="10"/>
<circle fill="#888888" stroke="none" cx="250" cy="100" r="10"/>
<circle fill="#888888" stroke="none" cx="400" cy="300" r="10"/>
<circle fill="none" stroke="blue" stroke-width="4" cx="250" cy="300" r="9"/>
<!--<text font-size="22" font-family="Verdana" x="25" y="70">M100,200 C100,100 250,100 250,200</text>-->
<!--<text font-size="22" font-family="Verdana" x="325" y="350"-->
<!--text-anchor="middle">S400,300 400,200</text>-->
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,26 @@
<?xml version="1.0"?>
<svg width="5cm" height="4cm" viewBox="0 0 500 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<title>Example cubic01- cubic Bézier commands in path data</title>
<desc>Picture showing a simple example of path data
using both a "C" and an "S" command,
along with annotations showing the control points
and end points</desc>
<rect fill="none" stroke="blue" stroke-width="1" x="1" y="1" width="498" height="398" />
<polyline fill="none" stroke="#888888" stroke-width="1" points="100,200 100,100" />
<polyline fill="none" stroke="#888888" stroke-width="1" points="250,100 250,200" />
<polyline fill="none" stroke="#888888" stroke-width="1" points="250,200 250,300" />
<polyline fill="none" stroke="#888888" stroke-width="1" points="400,300 400,200" />
<path fill="none" stroke="red" stroke-width="5" d="M100,200 C100,100 250,100 250,200
S400,300 400,200" />
<circle fill="#888888" stroke="none" stroke-width="2" cx="100" cy="200" r="10" />
<circle fill="#888888" stroke="none" stroke-width="2" cx="250" cy="200" r="10" />
<circle fill="#888888" stroke="none" stroke-width="2" cx="400" cy="200" r="10" />
<circle fill="#888888" stroke="none" cx="100" cy="100" r="10" />
<circle fill="#888888" stroke="none" cx="250" cy="100" r="10" />
<circle fill="#888888" stroke="none" cx="400" cy="300" r="10" />
<circle fill="none" stroke="blue" stroke-width="4" cx="250" cy="300" r="9" />
<!--<text font-size="22" font-family="Verdana" x="25" y="70">M100,200 C100,100 250,100 250,200</text>-->
<!--<text font-size="22" font-family="Verdana" x="325" y="350"-->
<!--text-anchor="middle">S400,300 400,200</text>-->
</svg>

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,430 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="10cm" height="10cm" viewBox="0 0 1000 1000" version="1.2" baseProfile="tiny">
<title>Example cubic02 - cubic Bezier commands in path data</title>
<desc>Picture showing examples of "C" and "S" commands,
along with annotations showing the control points
and end points</desc>
<rect fill="none" stroke="blue" stroke-width="1" x="1" y="1" width="998" height="998"/>
<!-- Path 1 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="100,200 100,100"/>
<polyline fill="none" stroke="#888888" stroke-width="2" points="400,100 400,200"/>
<path fill="none" stroke="red" stroke-width="5" d="M100,200 C100,100 400,100 400,200">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="125.00" x="100.00" height="75.00" width="300.00"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="190.92" x="100.86" details="Invalid point: (100.86, 190.92). Used closest supported coordinate: (100.875, 190.875)"/>
<pdc:highlight y="182.42" x="103.37" details="Invalid point: (103.37, 182.42). Used closest supported coordinate: (103.375, 182.375)"/>
<pdc:highlight y="174.51" x="107.42" details="Invalid point: (107.42, 174.51). Used closest supported coordinate: (107.375, 174.5)"/>
<pdc:highlight y="167.19" x="112.89" details="Invalid point: (112.89, 167.19). Used closest supported coordinate: (112.875, 167.25)"/>
<pdc:highlight y="160.45" x="119.68" details="Invalid point: (119.68, 160.45). Used closest supported coordinate: (119.625, 160.5)"/>
<pdc:highlight y="154.30" x="127.69" details="Invalid point: (127.69, 154.30). Used closest supported coordinate: (127.625, 154.25)"/>
<pdc:highlight y="151.44" x="132.11" details="Invalid point: (132.11, 151.44). Used closest supported coordinate: (132.125, 151.5)"/>
<pdc:highlight y="148.73" x="136.79" details="Invalid point: (136.79, 148.73). Used closest supported coordinate: (136.75, 148.75)"/>
<pdc:highlight y="146.17" x="141.71" details="Invalid point: (141.71, 146.17). Used closest supported coordinate: (141.75, 146.125)"/>
<pdc:highlight y="141.48" x="152.26" details="Invalid point: (152.26, 141.48). Used closest supported coordinate: (152.25, 141.5)"/>
<pdc:highlight y="139.36" x="157.84" details="Invalid point: (157.84, 139.36). Used closest supported coordinate: (157.875, 139.375)"/>
<pdc:highlight y="137.38" x="163.62" details="Invalid point: (163.62, 137.38). Used closest supported coordinate: (163.625, 137.375)"/>
<pdc:highlight y="135.55" x="169.58" details="Invalid point: (169.58, 135.55). Used closest supported coordinate: (169.625, 135.5)"/>
<pdc:highlight y="133.86" x="175.70" details="Invalid point: (175.70, 133.86). Used closest supported coordinate: (175.75, 133.875)"/>
<pdc:highlight y="132.32" x="181.98" details="Invalid point: (181.98, 132.32). Used closest supported coordinate: (182.0, 132.375)"/>
<pdc:highlight y="130.93" x="188.39" details="Invalid point: (188.39, 130.93). Used closest supported coordinate: (188.375, 130.875)"/>
<pdc:highlight y="129.69" x="194.92" details="Invalid point: (194.92, 129.69). Used closest supported coordinate: (194.875, 129.75)"/>
<pdc:highlight y="128.59" x="201.57" details="Invalid point: (201.57, 128.59). Used closest supported coordinate: (201.625, 128.625)"/>
<pdc:highlight y="127.64" x="208.31" details="Invalid point: (208.31, 127.64). Used closest supported coordinate: (208.25, 127.625)"/>
<pdc:highlight y="126.83" x="215.13" details="Invalid point: (215.13, 126.83). Used closest supported coordinate: (215.125, 126.875)"/>
<pdc:highlight y="126.17" x="222.02" details="Invalid point: (222.02, 126.17). Used closest supported coordinate: (222.0, 126.125)"/>
<pdc:highlight y="125.66" x="228.97" details="Invalid point: (228.97, 125.66). Used closest supported coordinate: (229.0, 125.625)"/>
<pdc:highlight y="125.29" x="235.96" details="Invalid point: (235.96, 125.29). Used closest supported coordinate: (236.0, 125.25)"/>
<pdc:highlight y="125.07" x="242.97" details="Invalid point: (242.97, 125.07). Used closest supported coordinate: (243.0, 125.125)"/>
<pdc:highlight y="125.07" x="257.03" details="Invalid point: (257.03, 125.07). Used closest supported coordinate: (257.0, 125.125)"/>
<pdc:highlight y="125.29" x="264.04" details="Invalid point: (264.04, 125.29). Used closest supported coordinate: (264.0, 125.25)"/>
<pdc:highlight y="125.66" x="271.03" details="Invalid point: (271.03, 125.66). Used closest supported coordinate: (271.0, 125.625)"/>
<pdc:highlight y="126.17" x="277.98" details="Invalid point: (277.98, 126.17). Used closest supported coordinate: (278.0, 126.125)"/>
<pdc:highlight y="126.83" x="284.87" details="Invalid point: (284.87, 126.83). Used closest supported coordinate: (284.875, 126.875)"/>
<pdc:highlight y="127.64" x="291.69" details="Invalid point: (291.69, 127.64). Used closest supported coordinate: (291.75, 127.625)"/>
<pdc:highlight y="128.59" x="298.43" details="Invalid point: (298.43, 128.59). Used closest supported coordinate: (298.375, 128.625)"/>
<pdc:highlight y="129.69" x="305.08" details="Invalid point: (305.08, 129.69). Used closest supported coordinate: (305.125, 129.75)"/>
<pdc:highlight y="130.93" x="311.61" details="Invalid point: (311.61, 130.93). Used closest supported coordinate: (311.625, 130.875)"/>
<pdc:highlight y="132.32" x="318.02" details="Invalid point: (318.02, 132.32). Used closest supported coordinate: (318.0, 132.375)"/>
<pdc:highlight y="133.86" x="324.30" details="Invalid point: (324.30, 133.86). Used closest supported coordinate: (324.25, 133.875)"/>
<pdc:highlight y="135.55" x="330.42" details="Invalid point: (330.42, 135.55). Used closest supported coordinate: (330.375, 135.5)"/>
<pdc:highlight y="137.38" x="336.38" details="Invalid point: (336.38, 137.38). Used closest supported coordinate: (336.375, 137.375)"/>
<pdc:highlight y="139.36" x="342.16" details="Invalid point: (342.16, 139.36). Used closest supported coordinate: (342.125, 139.375)"/>
<pdc:highlight y="141.48" x="347.74" details="Invalid point: (347.74, 141.48). Used closest supported coordinate: (347.75, 141.5)"/>
<pdc:highlight y="146.17" x="358.29" details="Invalid point: (358.29, 146.17). Used closest supported coordinate: (358.25, 146.125)"/>
<pdc:highlight y="148.73" x="363.21" details="Invalid point: (363.21, 148.73). Used closest supported coordinate: (363.25, 148.75)"/>
<pdc:highlight y="151.44" x="367.89" details="Invalid point: (367.89, 151.44). Used closest supported coordinate: (367.875, 151.5)"/>
<pdc:highlight y="154.30" x="372.31" details="Invalid point: (372.31, 154.30). Used closest supported coordinate: (372.375, 154.25)"/>
<pdc:highlight y="160.45" x="380.32" details="Invalid point: (380.32, 160.45). Used closest supported coordinate: (380.375, 160.5)"/>
<pdc:highlight y="167.19" x="387.11" details="Invalid point: (387.11, 167.19). Used closest supported coordinate: (387.125, 167.25)"/>
<pdc:highlight y="174.51" x="392.58" details="Invalid point: (392.58, 174.51). Used closest supported coordinate: (392.625, 174.5)"/>
<pdc:highlight y="182.42" x="396.63" details="Invalid point: (396.63, 182.42). Used closest supported coordinate: (396.625, 182.375)"/>
<pdc:highlight y="190.92" x="399.14" details="Invalid point: (399.14, 190.92). Used closest supported coordinate: (399.125, 190.875)"/>
</pdc:annotation>
</path>
<circle fill="none" stroke="#888888" stroke-width="2" cx="100" cy="200" r="10"/>
<circle fill="none" stroke="#888888" stroke-width="2" cx="400" cy="200" r="10"/>
<circle class="CtlPoint" cx="100" cy="100" r="10"/>
<circle class="CtlPoint" cx="400" cy="100" r="10"/>
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="250" y="275">M100,200 C100,100 400,100 400,200</text>-->
<!-- Path 2 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="100,500 25,400"/>
<polyline fill="none" stroke="#888888" stroke-width="2" points="475,400 400,500"/>
<path fill="none" stroke="red" stroke-width="5" d="M100,500 C25,400 475,400 400,500">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="425.00" x="91.83" height="75.00" width="316.33"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="495.39" x="96.86" details="Invalid point: (96.86, 495.39). Used closest supported coordinate: (96.875, 495.375)"/>
<pdc:highlight y="490.92" x="94.47" details="Invalid point: (94.47, 490.92). Used closest supported coordinate: (94.5, 490.875)"/>
<pdc:highlight y="482.42" x="91.83" details="Invalid point: (91.83, 482.42). Used closest supported coordinate: (91.875, 482.375)"/>
<pdc:highlight y="474.51" x="91.88" details="Invalid point: (91.88, 474.51). Used closest supported coordinate: (91.875, 474.5)"/>
<pdc:highlight y="467.19" x="94.43" details="Invalid point: (94.43, 467.19). Used closest supported coordinate: (94.375, 467.25)"/>
<pdc:highlight y="460.45" x="99.29" details="Invalid point: (99.29, 460.45). Used closest supported coordinate: (99.25, 460.5)"/>
<pdc:highlight y="454.30" x="106.26" details="Invalid point: (106.26, 454.30). Used closest supported coordinate: (106.25, 454.25)"/>
<pdc:highlight y="451.44" x="110.48" details="Invalid point: (110.48, 451.44). Used closest supported coordinate: (110.5, 451.5)"/>
<pdc:highlight y="448.73" x="115.16" details="Invalid point: (115.16, 448.73). Used closest supported coordinate: (115.125, 448.75)"/>
<pdc:highlight y="446.17" x="120.26" details="Invalid point: (120.26, 446.17). Used closest supported coordinate: (120.25, 446.125)"/>
<pdc:highlight y="443.75" x="125.78" details="Invalid point: (125.78, 443.75). Used closest supported coordinate: (125.75, 443.75)"/>
<pdc:highlight y="441.48" x="131.68" details="Invalid point: (131.68, 441.48). Used closest supported coordinate: (131.625, 441.5)"/>
<pdc:highlight y="439.36" x="137.94" details="Invalid point: (137.94, 439.36). Used closest supported coordinate: (138.0, 439.375)"/>
<pdc:highlight y="437.38" x="144.54" details="Invalid point: (144.54, 437.38). Used closest supported coordinate: (144.5, 437.375)"/>
<pdc:highlight y="435.55" x="151.45" details="Invalid point: (151.45, 435.55). Used closest supported coordinate: (151.5, 435.5)"/>
<pdc:highlight y="433.86" x="158.65" details="Invalid point: (158.65, 433.86). Used closest supported coordinate: (158.625, 433.875)"/>
<pdc:highlight y="432.32" x="166.11" details="Invalid point: (166.11, 432.32). Used closest supported coordinate: (166.125, 432.375)"/>
<pdc:highlight y="430.93" x="173.82" details="Invalid point: (173.82, 430.93). Used closest supported coordinate: (173.875, 430.875)"/>
<pdc:highlight y="429.69" x="181.74" details="Invalid point: (181.74, 429.69). Used closest supported coordinate: (181.75, 429.75)"/>
<pdc:highlight y="428.59" x="189.85" details="Invalid point: (189.85, 428.59). Used closest supported coordinate: (189.875, 428.625)"/>
<pdc:highlight y="427.64" x="198.13" details="Invalid point: (198.13, 427.64). Used closest supported coordinate: (198.125, 427.625)"/>
<pdc:highlight y="426.83" x="206.56" details="Invalid point: (206.56, 426.83). Used closest supported coordinate: (206.5, 426.875)"/>
<pdc:highlight y="426.17" x="215.10" details="Invalid point: (215.10, 426.17). Used closest supported coordinate: (215.125, 426.125)"/>
<pdc:highlight y="425.66" x="223.74" details="Invalid point: (223.74, 425.66). Used closest supported coordinate: (223.75, 425.625)"/>
<pdc:highlight y="425.29" x="232.45" details="Invalid point: (232.45, 425.29). Used closest supported coordinate: (232.5, 425.25)"/>
<pdc:highlight y="425.07" x="241.21" details="Invalid point: (241.21, 425.07). Used closest supported coordinate: (241.25, 425.125)"/>
<pdc:highlight y="425.07" x="258.79" details="Invalid point: (258.79, 425.07). Used closest supported coordinate: (258.75, 425.125)"/>
<pdc:highlight y="425.29" x="267.55" details="Invalid point: (267.55, 425.29). Used closest supported coordinate: (267.5, 425.25)"/>
<pdc:highlight y="425.66" x="276.26" details="Invalid point: (276.26, 425.66). Used closest supported coordinate: (276.25, 425.625)"/>
<pdc:highlight y="426.17" x="284.90" details="Invalid point: (284.90, 426.17). Used closest supported coordinate: (284.875, 426.125)"/>
<pdc:highlight y="426.83" x="293.44" details="Invalid point: (293.44, 426.83). Used closest supported coordinate: (293.5, 426.875)"/>
<pdc:highlight y="427.64" x="301.87" details="Invalid point: (301.87, 427.64). Used closest supported coordinate: (301.875, 427.625)"/>
<pdc:highlight y="428.59" x="310.15" details="Invalid point: (310.15, 428.59). Used closest supported coordinate: (310.125, 428.625)"/>
<pdc:highlight y="429.69" x="318.26" details="Invalid point: (318.26, 429.69). Used closest supported coordinate: (318.25, 429.75)"/>
<pdc:highlight y="430.93" x="326.18" details="Invalid point: (326.18, 430.93). Used closest supported coordinate: (326.125, 430.875)"/>
<pdc:highlight y="432.32" x="333.89" details="Invalid point: (333.89, 432.32). Used closest supported coordinate: (333.875, 432.375)"/>
<pdc:highlight y="433.86" x="341.35" details="Invalid point: (341.35, 433.86). Used closest supported coordinate: (341.375, 433.875)"/>
<pdc:highlight y="435.55" x="348.55" details="Invalid point: (348.55, 435.55). Used closest supported coordinate: (348.5, 435.5)"/>
<pdc:highlight y="437.38" x="355.46" details="Invalid point: (355.46, 437.38). Used closest supported coordinate: (355.5, 437.375)"/>
<pdc:highlight y="439.36" x="362.06" details="Invalid point: (362.06, 439.36). Used closest supported coordinate: (362.0, 439.375)"/>
<pdc:highlight y="441.48" x="368.32" details="Invalid point: (368.32, 441.48). Used closest supported coordinate: (368.375, 441.5)"/>
<pdc:highlight y="443.75" x="374.22" details="Invalid point: (374.22, 443.75). Used closest supported coordinate: (374.25, 443.75)"/>
<pdc:highlight y="446.17" x="379.74" details="Invalid point: (379.74, 446.17). Used closest supported coordinate: (379.75, 446.125)"/>
<pdc:highlight y="448.73" x="384.84" details="Invalid point: (384.84, 448.73). Used closest supported coordinate: (384.875, 448.75)"/>
<pdc:highlight y="451.44" x="389.52" details="Invalid point: (389.52, 451.44). Used closest supported coordinate: (389.5, 451.5)"/>
<pdc:highlight y="454.30" x="393.74" details="Invalid point: (393.74, 454.30). Used closest supported coordinate: (393.75, 454.25)"/>
<pdc:highlight y="460.45" x="400.71" details="Invalid point: (400.71, 460.45). Used closest supported coordinate: (400.75, 460.5)"/>
<pdc:highlight y="467.19" x="405.57" details="Invalid point: (405.57, 467.19). Used closest supported coordinate: (405.625, 467.25)"/>
<pdc:highlight y="474.51" x="408.12" details="Invalid point: (408.12, 474.51). Used closest supported coordinate: (408.125, 474.5)"/>
<pdc:highlight y="482.42" x="408.17" details="Invalid point: (408.17, 482.42). Used closest supported coordinate: (408.125, 482.375)"/>
<pdc:highlight y="490.92" x="405.53" details="Invalid point: (405.53, 490.92). Used closest supported coordinate: (405.5, 490.875)"/>
<pdc:highlight y="495.39" x="403.14" details="Invalid point: (403.14, 495.39). Used closest supported coordinate: (403.125, 495.375)"/>
</pdc:annotation>
</path>
<circle fill="none" stroke="#888888" stroke-width="2" cx="100" cy="500" r="10"/>
<circle fill="none" stroke="#888888" stroke-width="2" cx="400" cy="500" r="10"/>
<circle fill="#888888" stroke="none" cx="25" cy="400" r="10"/>
<circle fill="#888888" stroke="none" cx="475" cy="400" r="10"/>
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="250" y="575">M100,500 C25,400 475,400 400,500</text>-->
<!-- Path 3 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="100,800 175,700"/>
<polyline fill="none" stroke="#888888" stroke-width="2" points="325,700 400,800"/>
<path fill="none" stroke="red" stroke-width="5" d="M100,800 C175,700 325,700 400,800">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="725.00" x="100.00" height="75.00" width="300.00"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="795.39" x="103.57" details="Invalid point: (103.57, 795.39). Used closest supported coordinate: (103.625, 795.375)"/>
<pdc:highlight y="790.92" x="107.25" details="Invalid point: (107.25, 790.92). Used closest supported coordinate: (107.25, 790.875)"/>
<pdc:highlight y="786.60" x="111.03" details="Invalid point: (111.03, 786.60). Used closest supported coordinate: (111.0, 786.625)"/>
<pdc:highlight y="782.42" x="114.90" details="Invalid point: (114.90, 782.42). Used closest supported coordinate: (114.875, 782.375)"/>
<pdc:highlight y="778.39" x="118.88" details="Invalid point: (118.88, 778.39). Used closest supported coordinate: (118.875, 778.375)"/>
<pdc:highlight y="774.51" x="122.95" details="Invalid point: (122.95, 774.51). Used closest supported coordinate: (123.0, 774.5)"/>
<pdc:highlight y="770.78" x="127.10" details="Invalid point: (127.10, 770.78). Used closest supported coordinate: (127.125, 770.75)"/>
<pdc:highlight y="767.19" x="131.35" details="Invalid point: (131.35, 767.19). Used closest supported coordinate: (131.375, 767.25)"/>
<pdc:highlight y="763.75" x="135.67" details="Invalid point: (135.67, 763.75). Used closest supported coordinate: (135.625, 763.75)"/>
<pdc:highlight y="760.45" x="140.08" details="Invalid point: (140.08, 760.45). Used closest supported coordinate: (140.125, 760.5)"/>
<pdc:highlight y="757.30" x="144.56" details="Invalid point: (144.56, 757.30). Used closest supported coordinate: (144.5, 757.25)"/>
<pdc:highlight y="754.30" x="149.11" details="Invalid point: (149.11, 754.30). Used closest supported coordinate: (149.125, 754.25)"/>
<pdc:highlight y="751.44" x="153.73" details="Invalid point: (153.73, 751.44). Used closest supported coordinate: (153.75, 751.5)"/>
<pdc:highlight y="748.73" x="158.42" details="Invalid point: (158.42, 748.73). Used closest supported coordinate: (158.375, 748.75)"/>
<pdc:highlight y="746.17" x="163.16" details="Invalid point: (163.16, 746.17). Used closest supported coordinate: (163.125, 746.125)"/>
<pdc:highlight y="743.75" x="167.97" details="Invalid point: (167.97, 743.75). Used closest supported coordinate: (168.0, 743.75)"/>
<pdc:highlight y="741.48" x="172.83" details="Invalid point: (172.83, 741.48). Used closest supported coordinate: (172.875, 741.5)"/>
<pdc:highlight y="739.36" x="177.74" details="Invalid point: (177.74, 739.36). Used closest supported coordinate: (177.75, 739.375)"/>
<pdc:highlight y="737.38" x="182.70" details="Invalid point: (182.70, 737.38). Used closest supported coordinate: (182.75, 737.375)"/>
<pdc:highlight y="735.55" x="187.71" details="Invalid point: (187.71, 735.55). Used closest supported coordinate: (187.75, 735.5)"/>
<pdc:highlight y="733.86" x="192.75" details="Invalid point: (192.75, 733.86). Used closest supported coordinate: (192.75, 733.875)"/>
<pdc:highlight y="732.32" x="197.84" details="Invalid point: (197.84, 732.32). Used closest supported coordinate: (197.875, 732.375)"/>
<pdc:highlight y="730.93" x="202.96" details="Invalid point: (202.96, 730.93). Used closest supported coordinate: (203.0, 730.875)"/>
<pdc:highlight y="729.69" x="208.11" details="Invalid point: (208.11, 729.69). Used closest supported coordinate: (208.125, 729.75)"/>
<pdc:highlight y="728.59" x="213.28" details="Invalid point: (213.28, 728.59). Used closest supported coordinate: (213.25, 728.625)"/>
<pdc:highlight y="727.64" x="218.48" details="Invalid point: (218.48, 727.64). Used closest supported coordinate: (218.5, 727.625)"/>
<pdc:highlight y="726.83" x="223.70" details="Invalid point: (223.70, 726.83). Used closest supported coordinate: (223.75, 726.875)"/>
<pdc:highlight y="726.17" x="228.94" details="Invalid point: (228.94, 726.17). Used closest supported coordinate: (229.0, 726.125)"/>
<pdc:highlight y="725.66" x="234.20" details="Invalid point: (234.20, 725.66). Used closest supported coordinate: (234.25, 725.625)"/>
<pdc:highlight y="725.29" x="239.46" details="Invalid point: (239.46, 725.29). Used closest supported coordinate: (239.5, 725.25)"/>
<pdc:highlight y="725.07" x="244.73" details="Invalid point: (244.73, 725.07). Used closest supported coordinate: (244.75, 725.125)"/>
<pdc:highlight y="725.07" x="255.27" details="Invalid point: (255.27, 725.07). Used closest supported coordinate: (255.25, 725.125)"/>
<pdc:highlight y="725.29" x="260.54" details="Invalid point: (260.54, 725.29). Used closest supported coordinate: (260.5, 725.25)"/>
<pdc:highlight y="725.66" x="265.80" details="Invalid point: (265.80, 725.66). Used closest supported coordinate: (265.75, 725.625)"/>
<pdc:highlight y="726.17" x="271.06" details="Invalid point: (271.06, 726.17). Used closest supported coordinate: (271.0, 726.125)"/>
<pdc:highlight y="726.83" x="276.30" details="Invalid point: (276.30, 726.83). Used closest supported coordinate: (276.25, 726.875)"/>
<pdc:highlight y="727.64" x="281.52" details="Invalid point: (281.52, 727.64). Used closest supported coordinate: (281.5, 727.625)"/>
<pdc:highlight y="728.59" x="286.72" details="Invalid point: (286.72, 728.59). Used closest supported coordinate: (286.75, 728.625)"/>
<pdc:highlight y="729.69" x="291.89" details="Invalid point: (291.89, 729.69). Used closest supported coordinate: (291.875, 729.75)"/>
<pdc:highlight y="730.93" x="297.04" details="Invalid point: (297.04, 730.93). Used closest supported coordinate: (297.0, 730.875)"/>
<pdc:highlight y="732.32" x="302.16" details="Invalid point: (302.16, 732.32). Used closest supported coordinate: (302.125, 732.375)"/>
<pdc:highlight y="733.86" x="307.25" details="Invalid point: (307.25, 733.86). Used closest supported coordinate: (307.25, 733.875)"/>
<pdc:highlight y="735.55" x="312.29" details="Invalid point: (312.29, 735.55). Used closest supported coordinate: (312.25, 735.5)"/>
<pdc:highlight y="737.38" x="317.30" details="Invalid point: (317.30, 737.38). Used closest supported coordinate: (317.25, 737.375)"/>
<pdc:highlight y="739.36" x="322.26" details="Invalid point: (322.26, 739.36). Used closest supported coordinate: (322.25, 739.375)"/>
<pdc:highlight y="741.48" x="327.17" details="Invalid point: (327.17, 741.48). Used closest supported coordinate: (327.125, 741.5)"/>
<pdc:highlight y="743.75" x="332.03" details="Invalid point: (332.03, 743.75). Used closest supported coordinate: (332.0, 743.75)"/>
<pdc:highlight y="746.17" x="336.84" details="Invalid point: (336.84, 746.17). Used closest supported coordinate: (336.875, 746.125)"/>
<pdc:highlight y="748.73" x="341.58" details="Invalid point: (341.58, 748.73). Used closest supported coordinate: (341.625, 748.75)"/>
<pdc:highlight y="751.44" x="346.27" details="Invalid point: (346.27, 751.44). Used closest supported coordinate: (346.25, 751.5)"/>
<pdc:highlight y="754.30" x="350.89" details="Invalid point: (350.89, 754.30). Used closest supported coordinate: (350.875, 754.25)"/>
<pdc:highlight y="757.30" x="355.44" details="Invalid point: (355.44, 757.30). Used closest supported coordinate: (355.5, 757.25)"/>
<pdc:highlight y="760.45" x="359.92" details="Invalid point: (359.92, 760.45). Used closest supported coordinate: (359.875, 760.5)"/>
<pdc:highlight y="763.75" x="364.33" details="Invalid point: (364.33, 763.75). Used closest supported coordinate: (364.375, 763.75)"/>
<pdc:highlight y="767.19" x="368.65" details="Invalid point: (368.65, 767.19). Used closest supported coordinate: (368.625, 767.25)"/>
<pdc:highlight y="770.78" x="372.90" details="Invalid point: (372.90, 770.78). Used closest supported coordinate: (372.875, 770.75)"/>
<pdc:highlight y="774.51" x="377.05" details="Invalid point: (377.05, 774.51). Used closest supported coordinate: (377.0, 774.5)"/>
<pdc:highlight y="778.39" x="381.12" details="Invalid point: (381.12, 778.39). Used closest supported coordinate: (381.125, 778.375)"/>
<pdc:highlight y="782.42" x="385.10" details="Invalid point: (385.10, 782.42). Used closest supported coordinate: (385.125, 782.375)"/>
<pdc:highlight y="786.60" x="388.97" details="Invalid point: (388.97, 786.60). Used closest supported coordinate: (389.0, 786.625)"/>
<pdc:highlight y="790.92" x="392.75" details="Invalid point: (392.75, 790.92). Used closest supported coordinate: (392.75, 790.875)"/>
<pdc:highlight y="795.39" x="396.43" details="Invalid point: (396.43, 795.39). Used closest supported coordinate: (396.375, 795.375)"/>
</pdc:annotation>
</path>
<circle fill="none" stroke="#888888" stroke-width="2" cx="100" cy="800" r="10"/>
<circle fill="none" stroke="#888888" stroke-width="2" cx="400" cy="800" r="10"/>
<circle fill="#888888" stroke="none" cx="175" cy="700" r="10"/>
<circle fill="#888888" stroke="none" cx="325" cy="700" r="10"/>
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="250" y="875">M100,800 C175,700 325,700 400,800</text>-->
<!-- Path 4 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="600,200 675,100"/>
<polyline fill="none" stroke="#888888" stroke-width="2" points="975,100 900,200"/>
<path fill="none" stroke="red" stroke-width="5" d="M600,200 C675,100 975,100 900,200">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="125.00" x="600.00" height="75.00" width="311.72"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="195.39" x="603.68" details="Invalid point: (603.68, 195.39). Used closest supported coordinate: (603.625, 195.375)"/>
<pdc:highlight y="190.92" x="607.67" details="Invalid point: (607.67, 190.92). Used closest supported coordinate: (607.625, 190.875)"/>
<pdc:highlight y="186.60" x="611.97" details="Invalid point: (611.97, 186.60). Used closest supported coordinate: (612.0, 186.625)"/>
<pdc:highlight y="182.42" x="616.55" details="Invalid point: (616.55, 182.42). Used closest supported coordinate: (616.5, 182.375)"/>
<pdc:highlight y="178.39" x="621.41" details="Invalid point: (621.41, 178.39). Used closest supported coordinate: (621.375, 178.375)"/>
<pdc:highlight y="174.51" x="626.53" details="Invalid point: (626.53, 174.51). Used closest supported coordinate: (626.5, 174.5)"/>
<pdc:highlight y="170.78" x="631.90" details="Invalid point: (631.90, 170.78). Used closest supported coordinate: (631.875, 170.75)"/>
<pdc:highlight y="167.19" x="637.50" details="Invalid point: (637.50, 167.19). Used closest supported coordinate: (637.5, 167.25)"/>
<pdc:highlight y="163.75" x="643.32" details="Invalid point: (643.32, 163.75). Used closest supported coordinate: (643.375, 163.75)"/>
<pdc:highlight y="160.45" x="649.35" details="Invalid point: (649.35, 160.45). Used closest supported coordinate: (649.375, 160.5)"/>
<pdc:highlight y="157.30" x="655.57" details="Invalid point: (655.57, 157.30). Used closest supported coordinate: (655.625, 157.25)"/>
<pdc:highlight y="154.30" x="661.96" details="Invalid point: (661.96, 154.30). Used closest supported coordinate: (662.0, 154.25)"/>
<pdc:highlight y="151.44" x="668.52" details="Invalid point: (668.52, 151.44). Used closest supported coordinate: (668.5, 151.5)"/>
<pdc:highlight y="148.73" x="675.24" details="Invalid point: (675.24, 148.73). Used closest supported coordinate: (675.25, 148.75)"/>
<pdc:highlight y="146.17" x="682.09" details="Invalid point: (682.09, 146.17). Used closest supported coordinate: (682.125, 146.125)"/>
<pdc:highlight y="143.75" x="689.06" details="Invalid point: (689.06, 143.75). Used closest supported coordinate: (689.125, 143.75)"/>
<pdc:highlight y="141.48" x="696.15" details="Invalid point: (696.15, 141.48). Used closest supported coordinate: (696.125, 141.5)"/>
<pdc:highlight y="139.36" x="703.33" details="Invalid point: (703.33, 139.36). Used closest supported coordinate: (703.375, 139.375)"/>
<pdc:highlight y="137.38" x="710.59" details="Invalid point: (710.59, 137.38). Used closest supported coordinate: (710.625, 137.375)"/>
<pdc:highlight y="135.55" x="717.92" details="Invalid point: (717.92, 135.55). Used closest supported coordinate: (717.875, 135.5)"/>
<pdc:highlight y="133.86" x="725.31" details="Invalid point: (725.31, 133.86). Used closest supported coordinate: (725.25, 133.875)"/>
<pdc:highlight y="132.32" x="732.73" details="Invalid point: (732.73, 132.32). Used closest supported coordinate: (732.75, 132.375)"/>
<pdc:highlight y="130.93" x="740.19" details="Invalid point: (740.19, 130.93). Used closest supported coordinate: (740.25, 130.875)"/>
<pdc:highlight y="129.69" x="747.66" details="Invalid point: (747.66, 129.69). Used closest supported coordinate: (747.625, 129.75)"/>
<pdc:highlight y="128.59" x="755.12" details="Invalid point: (755.12, 128.59). Used closest supported coordinate: (755.125, 128.625)"/>
<pdc:highlight y="127.64" x="762.58" details="Invalid point: (762.58, 127.64). Used closest supported coordinate: (762.625, 127.625)"/>
<pdc:highlight y="126.83" x="770.01" details="Invalid point: (770.01, 126.83). Used closest supported coordinate: (770.0, 126.875)"/>
<pdc:highlight y="126.17" x="777.39" details="Invalid point: (777.39, 126.17). Used closest supported coordinate: (777.375, 126.125)"/>
<pdc:highlight y="125.66" x="784.72" details="Invalid point: (784.72, 125.66). Used closest supported coordinate: (784.75, 125.625)"/>
<pdc:highlight y="125.29" x="791.99" details="Invalid point: (791.99, 125.29). Used closest supported coordinate: (792.0, 125.25)"/>
<pdc:highlight y="125.07" x="799.17" details="Invalid point: (799.17, 125.07). Used closest supported coordinate: (799.125, 125.125)"/>
<pdc:highlight y="125.07" x="813.22" details="Invalid point: (813.22, 125.07). Used closest supported coordinate: (813.25, 125.125)"/>
<pdc:highlight y="125.29" x="820.07" details="Invalid point: (820.07, 125.29). Used closest supported coordinate: (820.125, 125.25)"/>
<pdc:highlight y="125.66" x="826.79" details="Invalid point: (826.79, 125.66). Used closest supported coordinate: (826.75, 125.625)"/>
<pdc:highlight y="126.17" x="833.35" details="Invalid point: (833.35, 126.17). Used closest supported coordinate: (833.375, 126.125)"/>
<pdc:highlight y="126.83" x="839.75" details="Invalid point: (839.75, 126.83). Used closest supported coordinate: (839.75, 126.875)"/>
<pdc:highlight y="127.64" x="845.97" details="Invalid point: (845.97, 127.64). Used closest supported coordinate: (846.0, 127.625)"/>
<pdc:highlight y="128.59" x="851.99" details="Invalid point: (851.99, 128.59). Used closest supported coordinate: (852.0, 128.625)"/>
<pdc:highlight y="129.69" x="857.81" details="Invalid point: (857.81, 129.69). Used closest supported coordinate: (857.875, 129.75)"/>
<pdc:highlight y="130.93" x="863.41" details="Invalid point: (863.41, 130.93). Used closest supported coordinate: (863.375, 130.875)"/>
<pdc:highlight y="132.32" x="868.78" details="Invalid point: (868.78, 132.32). Used closest supported coordinate: (868.75, 132.375)"/>
<pdc:highlight y="133.86" x="873.90" details="Invalid point: (873.90, 133.86). Used closest supported coordinate: (873.875, 133.875)"/>
<pdc:highlight y="135.55" x="878.76" details="Invalid point: (878.76, 135.55). Used closest supported coordinate: (878.75, 135.5)"/>
<pdc:highlight y="139.36" x="887.64" details="Invalid point: (887.64, 139.36). Used closest supported coordinate: (887.625, 139.375)"/>
<pdc:highlight y="143.75" x="895.31" details="Invalid point: (895.31, 143.75). Used closest supported coordinate: (895.375, 143.75)"/>
<pdc:highlight y="148.73" x="901.67" details="Invalid point: (901.67, 148.73). Used closest supported coordinate: (901.625, 148.75)"/>
<pdc:highlight y="154.30" x="906.59" details="Invalid point: (906.59, 154.30). Used closest supported coordinate: (906.625, 154.25)"/>
<pdc:highlight y="160.45" x="909.98" details="Invalid point: (909.98, 160.45). Used closest supported coordinate: (910.0, 160.5)"/>
<pdc:highlight y="167.19" x="911.72" details="Invalid point: (911.72, 167.19). Used closest supported coordinate: (911.75, 167.25)"/>
<pdc:highlight y="174.51" x="911.70" details="Invalid point: (911.70, 174.51). Used closest supported coordinate: (911.75, 174.5)"/>
<pdc:highlight y="182.42" x="909.81" details="Invalid point: (909.81, 182.42). Used closest supported coordinate: (909.875, 182.375)"/>
<pdc:highlight y="190.92" x="905.95" details="Invalid point: (905.95, 190.92). Used closest supported coordinate: (906.0, 190.875)"/>
<pdc:highlight y="195.39" x="903.24" details="Invalid point: (903.24, 195.39). Used closest supported coordinate: (903.25, 195.375)"/>
</pdc:annotation>
</path>
<circle fill="none" stroke="#888888" stroke-width="2" cx="600" cy="200" r="10"/>
<circle fill="none" stroke="#888888" stroke-width="2" cx="900" cy="200" r="10"/>
<circle fill="#888888" stroke="none" cx="675" cy="100" r="10"/>
<circle fill="#888888" stroke="none" cx="975" cy="100" r="10"/>
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="750" y="275">M600,200 C675,100 975,100 900,200</text>-->
<!-- Path 5 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="600,500 600,350"/>
<polyline fill="none" stroke="#888888" stroke-width="2" points="900,650 900,500"/>
<path fill="none" stroke="red" stroke-width="5" d="M600,500 C600,350 900,650 900,500">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="456.74" x="600.00" height="86.52" width="300.00"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="493.29" x="600.22" details="Invalid point: (600.22, 493.29). Used closest supported coordinate: (600.25, 493.25)"/>
<pdc:highlight y="487.23" x="600.86" details="Invalid point: (600.86, 487.23). Used closest supported coordinate: (600.875, 487.25)"/>
<pdc:highlight y="481.78" x="601.92" details="Invalid point: (601.92, 481.78). Used closest supported coordinate: (601.875, 481.75)"/>
<pdc:highlight y="476.93" x="603.37" details="Invalid point: (603.37, 476.93). Used closest supported coordinate: (603.375, 476.875)"/>
<pdc:highlight y="468.94" x="607.42" details="Invalid point: (607.42, 468.94). Used closest supported coordinate: (607.375, 468.875)"/>
<pdc:highlight y="463.09" x="612.89" details="Invalid point: (612.89, 463.09). Used closest supported coordinate: (612.875, 463.125)"/>
<pdc:highlight y="459.21" x="619.68" details="Invalid point: (619.68, 459.21). Used closest supported coordinate: (619.625, 459.25)"/>
<pdc:highlight y="457.15" x="627.69" details="Invalid point: (627.69, 457.15). Used closest supported coordinate: (627.625, 457.125)"/>
<pdc:highlight y="456.74" x="636.79" details="Invalid point: (636.79, 456.74). Used closest supported coordinate: (636.75, 456.75)"/>
<pdc:highlight y="457.81" x="646.88" details="Invalid point: (646.88, 457.81). Used closest supported coordinate: (646.875, 457.875)"/>
<pdc:highlight y="458.85" x="652.26" details="Invalid point: (652.26, 458.85). Used closest supported coordinate: (652.25, 458.875)"/>
<pdc:highlight y="460.20" x="657.84" details="Invalid point: (657.84, 460.20). Used closest supported coordinate: (657.875, 460.25)"/>
<pdc:highlight y="461.84" x="663.62" details="Invalid point: (663.62, 461.84). Used closest supported coordinate: (663.625, 461.875)"/>
<pdc:highlight y="463.75" x="669.58" details="Invalid point: (669.58, 463.75). Used closest supported coordinate: (669.625, 463.75)"/>
<pdc:highlight y="465.90" x="675.70" details="Invalid point: (675.70, 465.90). Used closest supported coordinate: (675.75, 465.875)"/>
<pdc:highlight y="468.28" x="681.98" details="Invalid point: (681.98, 468.28). Used closest supported coordinate: (682.0, 468.25)"/>
<pdc:highlight y="470.86" x="688.39" details="Invalid point: (688.39, 470.86). Used closest supported coordinate: (688.375, 470.875)"/>
<pdc:highlight y="473.63" x="694.92" details="Invalid point: (694.92, 473.63). Used closest supported coordinate: (694.875, 473.625)"/>
<pdc:highlight y="476.57" x="701.57" details="Invalid point: (701.57, 476.57). Used closest supported coordinate: (701.625, 476.625)"/>
<pdc:highlight y="479.65" x="708.31" details="Invalid point: (708.31, 479.65). Used closest supported coordinate: (708.25, 479.625)"/>
<pdc:highlight y="482.85" x="715.13" details="Invalid point: (715.13, 482.85). Used closest supported coordinate: (715.125, 482.875)"/>
<pdc:highlight y="486.16" x="722.02" details="Invalid point: (722.02, 486.16). Used closest supported coordinate: (722.0, 486.125)"/>
<pdc:highlight y="489.55" x="728.97" details="Invalid point: (728.97, 489.55). Used closest supported coordinate: (729.0, 489.5)"/>
<pdc:highlight y="493.00" x="735.96" details="Invalid point: (735.96, 493.00). Used closest supported coordinate: (736.0, 493.0)"/>
<pdc:highlight y="496.49" x="742.97" details="Invalid point: (742.97, 496.49). Used closest supported coordinate: (743.0, 496.5)"/>
<pdc:highlight y="503.51" x="757.03" details="Invalid point: (757.03, 503.51). Used closest supported coordinate: (757.0, 503.5)"/>
<pdc:highlight y="507.00" x="764.04" details="Invalid point: (764.04, 507.00). Used closest supported coordinate: (764.0, 507.0)"/>
<pdc:highlight y="510.45" x="771.03" details="Invalid point: (771.03, 510.45). Used closest supported coordinate: (771.0, 510.5)"/>
<pdc:highlight y="513.84" x="777.98" details="Invalid point: (777.98, 513.84). Used closest supported coordinate: (778.0, 513.875)"/>
<pdc:highlight y="517.15" x="784.87" details="Invalid point: (784.87, 517.15). Used closest supported coordinate: (784.875, 517.125)"/>
<pdc:highlight y="520.35" x="791.69" details="Invalid point: (791.69, 520.35). Used closest supported coordinate: (791.75, 520.375)"/>
<pdc:highlight y="523.43" x="798.43" details="Invalid point: (798.43, 523.43). Used closest supported coordinate: (798.375, 523.375)"/>
<pdc:highlight y="526.37" x="805.08" details="Invalid point: (805.08, 526.37). Used closest supported coordinate: (805.125, 526.375)"/>
<pdc:highlight y="529.14" x="811.61" details="Invalid point: (811.61, 529.14). Used closest supported coordinate: (811.625, 529.125)"/>
<pdc:highlight y="531.72" x="818.02" details="Invalid point: (818.02, 531.72). Used closest supported coordinate: (818.0, 531.75)"/>
<pdc:highlight y="534.10" x="824.30" details="Invalid point: (824.30, 534.10). Used closest supported coordinate: (824.25, 534.125)"/>
<pdc:highlight y="536.25" x="830.42" details="Invalid point: (830.42, 536.25). Used closest supported coordinate: (830.375, 536.25)"/>
<pdc:highlight y="538.16" x="836.38" details="Invalid point: (836.38, 538.16). Used closest supported coordinate: (836.375, 538.125)"/>
<pdc:highlight y="539.80" x="842.16" details="Invalid point: (842.16, 539.80). Used closest supported coordinate: (842.125, 539.75)"/>
<pdc:highlight y="541.15" x="847.74" details="Invalid point: (847.74, 541.15). Used closest supported coordinate: (847.75, 541.125)"/>
<pdc:highlight y="542.19" x="853.12" details="Invalid point: (853.12, 542.19). Used closest supported coordinate: (853.125, 542.25)"/>
<pdc:highlight y="543.26" x="863.21" details="Invalid point: (863.21, 543.26). Used closest supported coordinate: (863.25, 543.25)"/>
<pdc:highlight y="542.85" x="872.31" details="Invalid point: (872.31, 542.85). Used closest supported coordinate: (872.375, 542.875)"/>
<pdc:highlight y="540.79" x="880.32" details="Invalid point: (880.32, 540.79). Used closest supported coordinate: (880.375, 540.75)"/>
<pdc:highlight y="536.91" x="887.11" details="Invalid point: (887.11, 536.91). Used closest supported coordinate: (887.125, 536.875)"/>
<pdc:highlight y="531.06" x="892.58" details="Invalid point: (892.58, 531.06). Used closest supported coordinate: (892.625, 531.125)"/>
<pdc:highlight y="523.07" x="896.63" details="Invalid point: (896.63, 523.07). Used closest supported coordinate: (896.625, 523.125)"/>
<pdc:highlight y="518.22" x="898.08" details="Invalid point: (898.08, 518.22). Used closest supported coordinate: (898.125, 518.25)"/>
<pdc:highlight y="512.77" x="899.14" details="Invalid point: (899.14, 512.77). Used closest supported coordinate: (899.125, 512.75)"/>
<pdc:highlight y="506.71" x="899.78" details="Invalid point: (899.78, 506.71). Used closest supported coordinate: (899.75, 506.75)"/>
</pdc:annotation>
</path>
<circle fill="none" stroke="#888888" stroke-width="2" cx="600" cy="500" r="10"/>
<circle fill="none" stroke="#888888" stroke-width="2" cx="900" cy="500" r="10"/>
<circle fill="#888888" stroke="none" cx="600" cy="350" r="10"/>
<circle fill="#888888" stroke="none" cx="900" cy="650" r="10"/>
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="750" y="575">M600,500 C600,350 900,650 900,500</text>-->
<!-- Path 6 (C and S command) -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="600,800 625,700"/>
<polyline fill="none" stroke="#888888" stroke-width="2" points="725,700 750,800"/>
<polyline fill="none" stroke="#888888" stroke-width="2" points="750,800 775,900"/>
<polyline fill="none" stroke="#888888" stroke-width="2" points="875,900 900,800"/>
<path fill="none" stroke="red" stroke-width="5" d="M600,800 C625,700 725,700 750,800 S875,900 900,800">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="725.00" x="600.00" height="75.00" width="150.00"/>
<pdc:highlight y="800.00" x="750.00" height="75.00" width="150.00"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="790.92" x="602.56" details="Invalid point: (602.56, 790.92). Used closest supported coordinate: (602.5, 790.875)"/>
<pdc:highlight y="782.42" x="605.53" details="Invalid point: (605.53, 782.42). Used closest supported coordinate: (605.5, 782.375)"/>
<pdc:highlight y="774.51" x="608.89" details="Invalid point: (608.89, 774.51). Used closest supported coordinate: (608.875, 774.5)"/>
<pdc:highlight y="767.19" x="612.60" details="Invalid point: (612.60, 767.19). Used closest supported coordinate: (612.625, 767.25)"/>
<pdc:highlight y="760.45" x="616.64" details="Invalid point: (616.64, 760.45). Used closest supported coordinate: (616.625, 760.5)"/>
<pdc:highlight y="754.30" x="620.98" details="Invalid point: (620.98, 754.30). Used closest supported coordinate: (621.0, 754.25)"/>
<pdc:highlight y="748.73" x="625.60" details="Invalid point: (625.60, 748.73). Used closest supported coordinate: (625.625, 748.75)"/>
<pdc:highlight y="743.75" x="630.47" details="Invalid point: (630.47, 743.75). Used closest supported coordinate: (630.5, 743.75)"/>
<pdc:highlight y="739.36" x="635.55" details="Invalid point: (635.55, 739.36). Used closest supported coordinate: (635.5, 739.375)"/>
<pdc:highlight y="735.55" x="640.83" details="Invalid point: (640.83, 735.55). Used closest supported coordinate: (640.875, 735.5)"/>
<pdc:highlight y="732.32" x="646.28" details="Invalid point: (646.28, 732.32). Used closest supported coordinate: (646.25, 732.375)"/>
<pdc:highlight y="729.69" x="651.86" details="Invalid point: (651.86, 729.69). Used closest supported coordinate: (651.875, 729.75)"/>
<pdc:highlight y="727.64" x="657.55" details="Invalid point: (657.55, 727.64). Used closest supported coordinate: (657.5, 727.625)"/>
<pdc:highlight y="726.17" x="663.32" details="Invalid point: (663.32, 726.17). Used closest supported coordinate: (663.375, 726.125)"/>
<pdc:highlight y="725.29" x="669.15" details="Invalid point: (669.15, 725.29). Used closest supported coordinate: (669.125, 725.25)"/>
<pdc:highlight y="725.29" x="680.85" details="Invalid point: (680.85, 725.29). Used closest supported coordinate: (680.875, 725.25)"/>
<pdc:highlight y="726.17" x="686.68" details="Invalid point: (686.68, 726.17). Used closest supported coordinate: (686.625, 726.125)"/>
<pdc:highlight y="727.64" x="692.45" details="Invalid point: (692.45, 727.64). Used closest supported coordinate: (692.5, 727.625)"/>
<pdc:highlight y="729.69" x="698.14" details="Invalid point: (698.14, 729.69). Used closest supported coordinate: (698.125, 729.75)"/>
<pdc:highlight y="732.32" x="703.72" details="Invalid point: (703.72, 732.32). Used closest supported coordinate: (703.75, 732.375)"/>
<pdc:highlight y="735.55" x="709.17" details="Invalid point: (709.17, 735.55). Used closest supported coordinate: (709.125, 735.5)"/>
<pdc:highlight y="739.36" x="714.45" details="Invalid point: (714.45, 739.36). Used closest supported coordinate: (714.5, 739.375)"/>
<pdc:highlight y="743.75" x="719.53" details="Invalid point: (719.53, 743.75). Used closest supported coordinate: (719.5, 743.75)"/>
<pdc:highlight y="748.73" x="724.40" details="Invalid point: (724.40, 748.73). Used closest supported coordinate: (724.375, 748.75)"/>
<pdc:highlight y="754.30" x="729.02" details="Invalid point: (729.02, 754.30). Used closest supported coordinate: (729.0, 754.25)"/>
<pdc:highlight y="760.45" x="733.36" details="Invalid point: (733.36, 760.45). Used closest supported coordinate: (733.375, 760.5)"/>
<pdc:highlight y="767.19" x="737.40" details="Invalid point: (737.40, 767.19). Used closest supported coordinate: (737.375, 767.25)"/>
<pdc:highlight y="774.51" x="741.11" details="Invalid point: (741.11, 774.51). Used closest supported coordinate: (741.125, 774.5)"/>
<pdc:highlight y="782.42" x="744.47" details="Invalid point: (744.47, 782.42). Used closest supported coordinate: (744.5, 782.375)"/>
<pdc:highlight y="790.92" x="747.44" details="Invalid point: (747.44, 790.92). Used closest supported coordinate: (747.5, 790.875)"/>
<pdc:highlight y="809.08" x="752.56" details="Invalid point: (752.56, 809.08). Used closest supported coordinate: (752.5, 809.125)"/>
<pdc:highlight y="817.58" x="755.53" details="Invalid point: (755.53, 817.58). Used closest supported coordinate: (755.5, 817.625)"/>
<pdc:highlight y="825.49" x="758.89" details="Invalid point: (758.89, 825.49). Used closest supported coordinate: (758.875, 825.5)"/>
<pdc:highlight y="832.81" x="762.60" details="Invalid point: (762.60, 832.81). Used closest supported coordinate: (762.625, 832.875)"/>
<pdc:highlight y="839.55" x="766.64" details="Invalid point: (766.64, 839.55). Used closest supported coordinate: (766.625, 839.5)"/>
<pdc:highlight y="845.70" x="770.98" details="Invalid point: (770.98, 845.70). Used closest supported coordinate: (771.0, 845.75)"/>
<pdc:highlight y="851.27" x="775.60" details="Invalid point: (775.60, 851.27). Used closest supported coordinate: (775.625, 851.25)"/>
<pdc:highlight y="856.25" x="780.47" details="Invalid point: (780.47, 856.25). Used closest supported coordinate: (780.5, 856.25)"/>
<pdc:highlight y="860.64" x="785.55" details="Invalid point: (785.55, 860.64). Used closest supported coordinate: (785.5, 860.625)"/>
<pdc:highlight y="864.45" x="790.83" details="Invalid point: (790.83, 864.45). Used closest supported coordinate: (790.875, 864.5)"/>
<pdc:highlight y="867.68" x="796.28" details="Invalid point: (796.28, 867.68). Used closest supported coordinate: (796.25, 867.625)"/>
<pdc:highlight y="870.31" x="801.86" details="Invalid point: (801.86, 870.31). Used closest supported coordinate: (801.875, 870.375)"/>
<pdc:highlight y="872.36" x="807.55" details="Invalid point: (807.55, 872.36). Used closest supported coordinate: (807.5, 872.375)"/>
<pdc:highlight y="873.83" x="813.32" details="Invalid point: (813.32, 873.83). Used closest supported coordinate: (813.375, 873.875)"/>
<pdc:highlight y="874.71" x="819.15" details="Invalid point: (819.15, 874.71). Used closest supported coordinate: (819.125, 874.75)"/>
<pdc:highlight y="874.71" x="830.85" details="Invalid point: (830.85, 874.71). Used closest supported coordinate: (830.875, 874.75)"/>
<pdc:highlight y="873.83" x="836.68" details="Invalid point: (836.68, 873.83). Used closest supported coordinate: (836.625, 873.875)"/>
<pdc:highlight y="872.36" x="842.45" details="Invalid point: (842.45, 872.36). Used closest supported coordinate: (842.5, 872.375)"/>
<pdc:highlight y="870.31" x="848.14" details="Invalid point: (848.14, 870.31). Used closest supported coordinate: (848.125, 870.375)"/>
<pdc:highlight y="867.68" x="853.72" details="Invalid point: (853.72, 867.68). Used closest supported coordinate: (853.75, 867.625)"/>
<pdc:highlight y="864.45" x="859.17" details="Invalid point: (859.17, 864.45). Used closest supported coordinate: (859.125, 864.5)"/>
<pdc:highlight y="860.64" x="864.45" details="Invalid point: (864.45, 860.64). Used closest supported coordinate: (864.5, 860.625)"/>
<pdc:highlight y="856.25" x="869.53" details="Invalid point: (869.53, 856.25). Used closest supported coordinate: (869.5, 856.25)"/>
<pdc:highlight y="851.27" x="874.40" details="Invalid point: (874.40, 851.27). Used closest supported coordinate: (874.375, 851.25)"/>
<pdc:highlight y="845.70" x="879.02" details="Invalid point: (879.02, 845.70). Used closest supported coordinate: (879.0, 845.75)"/>
<pdc:highlight y="839.55" x="883.36" details="Invalid point: (883.36, 839.55). Used closest supported coordinate: (883.375, 839.5)"/>
<pdc:highlight y="832.81" x="887.40" details="Invalid point: (887.40, 832.81). Used closest supported coordinate: (887.375, 832.875)"/>
<pdc:highlight y="825.49" x="891.11" details="Invalid point: (891.11, 825.49). Used closest supported coordinate: (891.125, 825.5)"/>
<pdc:highlight y="817.58" x="894.47" details="Invalid point: (894.47, 817.58). Used closest supported coordinate: (894.5, 817.625)"/>
<pdc:highlight y="809.08" x="897.44" details="Invalid point: (897.44, 809.08). Used closest supported coordinate: (897.5, 809.125)"/>
</pdc:annotation>
</path>
<circle fill="none" stroke="#888888" stroke-width="2" cx="600" cy="800" r="10"/>
<circle fill="none" stroke="#888888" stroke-width="2" cx="750" cy="800" r="10"/>
<circle fill="none" stroke="#888888" stroke-width="2" cx="900" cy="800" r="10"/>
<circle fill="#888888" stroke="none" cx="625" cy="700" r="10"/>
<circle fill="#888888" stroke="none" cx="725" cy="700" r="10"/>
<circle fill="#888888" stroke="none" cx="875" cy="900" r="10"/>
<circle fill="none" stroke="blue" stroke-width="4" cx="775" cy="900" r="9"/>
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="750" y="945">M600,800 C625,700 725,700 750,800</text>-->
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="750" y="975">S875,900 900,800</text>-->
</svg>

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,77 @@
<?xml version="1.0"?>
<svg width="10cm" height="10cm" viewBox="0 0 1000 1000"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<title>Example cubic02 - cubic Bezier commands in path data</title>
<desc>Picture showing examples of "C" and "S" commands,
along with annotations showing the control points
and end points</desc>
<rect fill="none" stroke="blue" stroke-width="1" x="1" y="1" width="998" height="998" />
<!-- Path 1 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="100,200 100,100" />
<polyline fill="none" stroke="#888888" stroke-width="2" points="400,100 400,200" />
<path fill="none" stroke="red" stroke-width="5" d="M100,200 C100,100 400,100 400,200" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="100" cy="200" r="10" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="400" cy="200" r="10" />
<circle class="CtlPoint" cx="100" cy="100" r="10" />
<circle class="CtlPoint" cx="400" cy="100" r="10" />
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="250" y="275">M100,200 C100,100 400,100 400,200</text>-->
<!-- Path 2 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="100,500 25,400" />
<polyline fill="none" stroke="#888888" stroke-width="2" points="475,400 400,500" />
<path fill="none" stroke="red" stroke-width="5" d="M100,500 C25,400 475,400 400,500" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="100" cy="500" r="10" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="400" cy="500" r="10" />
<circle fill="#888888" stroke="none" cx="25" cy="400" r="10" />
<circle fill="#888888" stroke="none" cx="475" cy="400" r="10" />
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="250" y="575">M100,500 C25,400 475,400 400,500</text>-->
<!-- Path 3 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="100,800 175,700" />
<polyline fill="none" stroke="#888888" stroke-width="2" points="325,700 400,800" />
<path fill="none" stroke="red" stroke-width="5" d="M100,800 C175,700 325,700 400,800" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="100" cy="800" r="10" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="400" cy="800" r="10" />
<circle fill="#888888" stroke="none" cx="175" cy="700" r="10" />
<circle fill="#888888" stroke="none" cx="325" cy="700" r="10" />
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="250" y="875">M100,800 C175,700 325,700 400,800</text>-->
<!-- Path 4 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="600,200 675,100" />
<polyline fill="none" stroke="#888888" stroke-width="2" points="975,100 900,200" />
<path fill="none" stroke="red" stroke-width="5" d="M600,200 C675,100 975,100 900,200" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="600" cy="200" r="10" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="900" cy="200" r="10" />
<circle fill="#888888" stroke="none" cx="675" cy="100" r="10" />
<circle fill="#888888" stroke="none" cx="975" cy="100" r="10" />
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="750" y="275">M600,200 C675,100 975,100 900,200</text>-->
<!-- Path 5 -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="600,500 600,350" />
<polyline fill="none" stroke="#888888" stroke-width="2" points="900,650 900,500" />
<path fill="none" stroke="red" stroke-width="5" d="M600,500 C600,350 900,650 900,500" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="600" cy="500" r="10" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="900" cy="500" r="10" />
<circle fill="#888888" stroke="none" cx="600" cy="350" r="10" />
<circle fill="#888888" stroke="none" cx="900" cy="650" r="10" />
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="750" y="575">M600,500 C600,350 900,650 900,500</text>-->
<!-- Path 6 (C and S command) -->
<polyline fill="none" stroke="#888888" stroke-width="2" points="600,800 625,700" />
<polyline fill="none" stroke="#888888" stroke-width="2" points="725,700 750,800" />
<polyline fill="none" stroke="#888888" stroke-width="2" points="750,800 775,900" />
<polyline fill="none" stroke="#888888" stroke-width="2" points="875,900 900,800" />
<path fill="none" stroke="red" stroke-width="5" d="M600,800 C625,700 725,700 750,800
S875,900 900,800" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="600" cy="800" r="10" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="750" cy="800" r="10" />
<circle fill="none" stroke="#888888" stroke-width="2" cx="900" cy="800" r="10" />
<circle fill="#888888" stroke="none" cx="625" cy="700" r="10" />
<circle fill="#888888" stroke="none" cx="725" cy="700" r="10" />
<circle fill="#888888" stroke="none" cx="875" cy="900" r="10" />
<circle fill="none" stroke="blue" stroke-width="4" cx="775" cy="900" r="9" />
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="750" y="945">M600,800 C625,700 725,700 750,800</text>-->
<!--<text text-anchor="middle" font-size="22" font-family="Verdana" x="750" y="975">S875,900 900,800</text>-->
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,148 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="6cm" viewBox="0 0 1200 600" version="1.2" baseProfile="tiny">
<title>Example quad01 - quadratic Bezier commands in path data</title>
<desc>Picture showing a "Q" a "T" command,
along with annotations showing the control points
and end points</desc>
<rect x="1" y="1" width="1198" height="598" fill="none" stroke="blue" stroke-width="1"/>
<path d="M200,300 Q400,50 600,300 T1000,300" fill="none" stroke="red" stroke-width="5">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="175.00" x="200.00" height="125.00" width="400.00"/>
<pdc:highlight y="300.00" x="600.00" height="125.00" width="400.00"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="292.31" x="206.25" details="Invalid point: (206.25, 292.31). Used closest supported coordinate: (206.25, 292.25)"/>
<pdc:highlight y="284.86" x="212.50" details="Invalid point: (212.50, 284.86). Used closest supported coordinate: (212.5, 284.875)"/>
<pdc:highlight y="277.66" x="218.75" details="Invalid point: (218.75, 277.66). Used closest supported coordinate: (218.75, 277.625)"/>
<pdc:highlight y="270.70" x="225.00" details="Invalid point: (225.00, 270.70). Used closest supported coordinate: (225.0, 270.75)"/>
<pdc:highlight y="263.99" x="231.25" details="Invalid point: (231.25, 263.99). Used closest supported coordinate: (231.25, 264.0)"/>
<pdc:highlight y="257.52" x="237.50" details="Invalid point: (237.50, 257.52). Used closest supported coordinate: (237.5, 257.5)"/>
<pdc:highlight y="251.29" x="243.75" details="Invalid point: (243.75, 251.29). Used closest supported coordinate: (243.75, 251.25)"/>
<pdc:highlight y="245.31" x="250.00" details="Invalid point: (250.00, 245.31). Used closest supported coordinate: (250.0, 245.375)"/>
<pdc:highlight y="239.58" x="256.25" details="Invalid point: (256.25, 239.58). Used closest supported coordinate: (256.25, 239.625)"/>
<pdc:highlight y="234.08" x="262.50" details="Invalid point: (262.50, 234.08). Used closest supported coordinate: (262.5, 234.125)"/>
<pdc:highlight y="228.83" x="268.75" details="Invalid point: (268.75, 228.83). Used closest supported coordinate: (268.75, 228.875)"/>
<pdc:highlight y="223.83" x="275.00" details="Invalid point: (275.00, 223.83). Used closest supported coordinate: (275.0, 223.875)"/>
<pdc:highlight y="219.07" x="281.25" details="Invalid point: (281.25, 219.07). Used closest supported coordinate: (281.25, 219.125)"/>
<pdc:highlight y="214.55" x="287.50" details="Invalid point: (287.50, 214.55). Used closest supported coordinate: (287.5, 214.5)"/>
<pdc:highlight y="210.28" x="293.75" details="Invalid point: (293.75, 210.28). Used closest supported coordinate: (293.75, 210.25)"/>
<pdc:highlight y="202.47" x="306.25" details="Invalid point: (306.25, 202.47). Used closest supported coordinate: (306.25, 202.5)"/>
<pdc:highlight y="198.93" x="312.50" details="Invalid point: (312.50, 198.93). Used closest supported coordinate: (312.5, 198.875)"/>
<pdc:highlight y="195.63" x="318.75" details="Invalid point: (318.75, 195.63). Used closest supported coordinate: (318.75, 195.625)"/>
<pdc:highlight y="192.58" x="325.00" details="Invalid point: (325.00, 192.58). Used closest supported coordinate: (325.0, 192.625)"/>
<pdc:highlight y="189.77" x="331.25" details="Invalid point: (331.25, 189.77). Used closest supported coordinate: (331.25, 189.75)"/>
<pdc:highlight y="187.21" x="337.50" details="Invalid point: (337.50, 187.21). Used closest supported coordinate: (337.5, 187.25)"/>
<pdc:highlight y="184.89" x="343.75" details="Invalid point: (343.75, 184.89). Used closest supported coordinate: (343.75, 184.875)"/>
<pdc:highlight y="182.81" x="350.00" details="Invalid point: (350.00, 182.81). Used closest supported coordinate: (350.0, 182.875)"/>
<pdc:highlight y="180.98" x="356.25" details="Invalid point: (356.25, 180.98). Used closest supported coordinate: (356.25, 181.0)"/>
<pdc:highlight y="179.39" x="362.50" details="Invalid point: (362.50, 179.39). Used closest supported coordinate: (362.5, 179.375)"/>
<pdc:highlight y="178.05" x="368.75" details="Invalid point: (368.75, 178.05). Used closest supported coordinate: (368.75, 178.0)"/>
<pdc:highlight y="176.95" x="375.00" details="Invalid point: (375.00, 176.95). Used closest supported coordinate: (375.0, 177.0)"/>
<pdc:highlight y="176.10" x="381.25" details="Invalid point: (381.25, 176.10). Used closest supported coordinate: (381.25, 176.125)"/>
<pdc:highlight y="175.49" x="387.50" details="Invalid point: (387.50, 175.49). Used closest supported coordinate: (387.5, 175.5)"/>
<pdc:highlight y="175.12" x="393.75" details="Invalid point: (393.75, 175.12). Used closest supported coordinate: (393.75, 175.125)"/>
<pdc:highlight y="175.12" x="406.25" details="Invalid point: (406.25, 175.12). Used closest supported coordinate: (406.25, 175.125)"/>
<pdc:highlight y="175.49" x="412.50" details="Invalid point: (412.50, 175.49). Used closest supported coordinate: (412.5, 175.5)"/>
<pdc:highlight y="176.10" x="418.75" details="Invalid point: (418.75, 176.10). Used closest supported coordinate: (418.75, 176.125)"/>
<pdc:highlight y="176.95" x="425.00" details="Invalid point: (425.00, 176.95). Used closest supported coordinate: (425.0, 177.0)"/>
<pdc:highlight y="178.05" x="431.25" details="Invalid point: (431.25, 178.05). Used closest supported coordinate: (431.25, 178.0)"/>
<pdc:highlight y="179.39" x="437.50" details="Invalid point: (437.50, 179.39). Used closest supported coordinate: (437.5, 179.375)"/>
<pdc:highlight y="180.98" x="443.75" details="Invalid point: (443.75, 180.98). Used closest supported coordinate: (443.75, 181.0)"/>
<pdc:highlight y="182.81" x="450.00" details="Invalid point: (450.00, 182.81). Used closest supported coordinate: (450.0, 182.875)"/>
<pdc:highlight y="184.89" x="456.25" details="Invalid point: (456.25, 184.89). Used closest supported coordinate: (456.25, 184.875)"/>
<pdc:highlight y="187.21" x="462.50" details="Invalid point: (462.50, 187.21). Used closest supported coordinate: (462.5, 187.25)"/>
<pdc:highlight y="189.77" x="468.75" details="Invalid point: (468.75, 189.77). Used closest supported coordinate: (468.75, 189.75)"/>
<pdc:highlight y="192.58" x="475.00" details="Invalid point: (475.00, 192.58). Used closest supported coordinate: (475.0, 192.625)"/>
<pdc:highlight y="195.63" x="481.25" details="Invalid point: (481.25, 195.63). Used closest supported coordinate: (481.25, 195.625)"/>
<pdc:highlight y="198.93" x="487.50" details="Invalid point: (487.50, 198.93). Used closest supported coordinate: (487.5, 198.875)"/>
<pdc:highlight y="202.47" x="493.75" details="Invalid point: (493.75, 202.47). Used closest supported coordinate: (493.75, 202.5)"/>
<pdc:highlight y="210.28" x="506.25" details="Invalid point: (506.25, 210.28). Used closest supported coordinate: (506.25, 210.25)"/>
<pdc:highlight y="214.55" x="512.50" details="Invalid point: (512.50, 214.55). Used closest supported coordinate: (512.5, 214.5)"/>
<pdc:highlight y="219.07" x="518.75" details="Invalid point: (518.75, 219.07). Used closest supported coordinate: (518.75, 219.125)"/>
<pdc:highlight y="223.83" x="525.00" details="Invalid point: (525.00, 223.83). Used closest supported coordinate: (525.0, 223.875)"/>
<pdc:highlight y="228.83" x="531.25" details="Invalid point: (531.25, 228.83). Used closest supported coordinate: (531.25, 228.875)"/>
<pdc:highlight y="234.08" x="537.50" details="Invalid point: (537.50, 234.08). Used closest supported coordinate: (537.5, 234.125)"/>
<pdc:highlight y="239.58" x="543.75" details="Invalid point: (543.75, 239.58). Used closest supported coordinate: (543.75, 239.625)"/>
<pdc:highlight y="245.31" x="550.00" details="Invalid point: (550.00, 245.31). Used closest supported coordinate: (550.0, 245.375)"/>
<pdc:highlight y="251.29" x="556.25" details="Invalid point: (556.25, 251.29). Used closest supported coordinate: (556.25, 251.25)"/>
<pdc:highlight y="257.52" x="562.50" details="Invalid point: (562.50, 257.52). Used closest supported coordinate: (562.5, 257.5)"/>
<pdc:highlight y="263.99" x="568.75" details="Invalid point: (568.75, 263.99). Used closest supported coordinate: (568.75, 264.0)"/>
<pdc:highlight y="270.70" x="575.00" details="Invalid point: (575.00, 270.70). Used closest supported coordinate: (575.0, 270.75)"/>
<pdc:highlight y="277.66" x="581.25" details="Invalid point: (581.25, 277.66). Used closest supported coordinate: (581.25, 277.625)"/>
<pdc:highlight y="284.86" x="587.50" details="Invalid point: (587.50, 284.86). Used closest supported coordinate: (587.5, 284.875)"/>
<pdc:highlight y="292.31" x="593.75" details="Invalid point: (593.75, 292.31). Used closest supported coordinate: (593.75, 292.25)"/>
<pdc:highlight y="307.69" x="606.25" details="Invalid point: (606.25, 307.69). Used closest supported coordinate: (606.25, 307.75)"/>
<pdc:highlight y="315.14" x="612.50" details="Invalid point: (612.50, 315.14). Used closest supported coordinate: (612.5, 315.125)"/>
<pdc:highlight y="322.34" x="618.75" details="Invalid point: (618.75, 322.34). Used closest supported coordinate: (618.75, 322.375)"/>
<pdc:highlight y="329.30" x="625.00" details="Invalid point: (625.00, 329.30). Used closest supported coordinate: (625.0, 329.25)"/>
<pdc:highlight y="336.01" x="631.25" details="Invalid point: (631.25, 336.01). Used closest supported coordinate: (631.25, 336.0)"/>
<pdc:highlight y="342.48" x="637.50" details="Invalid point: (637.50, 342.48). Used closest supported coordinate: (637.5, 342.5)"/>
<pdc:highlight y="348.71" x="643.75" details="Invalid point: (643.75, 348.71). Used closest supported coordinate: (643.75, 348.75)"/>
<pdc:highlight y="354.69" x="650.00" details="Invalid point: (650.00, 354.69). Used closest supported coordinate: (650.0, 354.75)"/>
<pdc:highlight y="360.42" x="656.25" details="Invalid point: (656.25, 360.42). Used closest supported coordinate: (656.25, 360.375)"/>
<pdc:highlight y="365.92" x="662.50" details="Invalid point: (662.50, 365.92). Used closest supported coordinate: (662.5, 365.875)"/>
<pdc:highlight y="371.17" x="668.75" details="Invalid point: (668.75, 371.17). Used closest supported coordinate: (668.75, 371.125)"/>
<pdc:highlight y="376.17" x="675.00" details="Invalid point: (675.00, 376.17). Used closest supported coordinate: (675.0, 376.125)"/>
<pdc:highlight y="380.93" x="681.25" details="Invalid point: (681.25, 380.93). Used closest supported coordinate: (681.25, 380.875)"/>
<pdc:highlight y="385.45" x="687.50" details="Invalid point: (687.50, 385.45). Used closest supported coordinate: (687.5, 385.5)"/>
<pdc:highlight y="389.72" x="693.75" details="Invalid point: (693.75, 389.72). Used closest supported coordinate: (693.75, 389.75)"/>
<pdc:highlight y="397.53" x="706.25" details="Invalid point: (706.25, 397.53). Used closest supported coordinate: (706.25, 397.5)"/>
<pdc:highlight y="401.07" x="712.50" details="Invalid point: (712.50, 401.07). Used closest supported coordinate: (712.5, 401.125)"/>
<pdc:highlight y="404.37" x="718.75" details="Invalid point: (718.75, 404.37). Used closest supported coordinate: (718.75, 404.375)"/>
<pdc:highlight y="407.42" x="725.00" details="Invalid point: (725.00, 407.42). Used closest supported coordinate: (725.0, 407.375)"/>
<pdc:highlight y="410.23" x="731.25" details="Invalid point: (731.25, 410.23). Used closest supported coordinate: (731.25, 410.25)"/>
<pdc:highlight y="412.79" x="737.50" details="Invalid point: (737.50, 412.79). Used closest supported coordinate: (737.5, 412.75)"/>
<pdc:highlight y="415.11" x="743.75" details="Invalid point: (743.75, 415.11). Used closest supported coordinate: (743.75, 415.125)"/>
<pdc:highlight y="417.19" x="750.00" details="Invalid point: (750.00, 417.19). Used closest supported coordinate: (750.0, 417.25)"/>
<pdc:highlight y="419.02" x="756.25" details="Invalid point: (756.25, 419.02). Used closest supported coordinate: (756.25, 419.0)"/>
<pdc:highlight y="420.61" x="762.50" details="Invalid point: (762.50, 420.61). Used closest supported coordinate: (762.5, 420.625)"/>
<pdc:highlight y="421.95" x="768.75" details="Invalid point: (768.75, 421.95). Used closest supported coordinate: (768.75, 422.0)"/>
<pdc:highlight y="423.05" x="775.00" details="Invalid point: (775.00, 423.05). Used closest supported coordinate: (775.0, 423.0)"/>
<pdc:highlight y="423.90" x="781.25" details="Invalid point: (781.25, 423.90). Used closest supported coordinate: (781.25, 423.875)"/>
<pdc:highlight y="424.51" x="787.50" details="Invalid point: (787.50, 424.51). Used closest supported coordinate: (787.5, 424.5)"/>
<pdc:highlight y="424.88" x="793.75" details="Invalid point: (793.75, 424.88). Used closest supported coordinate: (793.75, 424.875)"/>
<pdc:highlight y="424.88" x="806.25" details="Invalid point: (806.25, 424.88). Used closest supported coordinate: (806.25, 424.875)"/>
<pdc:highlight y="424.51" x="812.50" details="Invalid point: (812.50, 424.51). Used closest supported coordinate: (812.5, 424.5)"/>
<pdc:highlight y="423.90" x="818.75" details="Invalid point: (818.75, 423.90). Used closest supported coordinate: (818.75, 423.875)"/>
<pdc:highlight y="423.05" x="825.00" details="Invalid point: (825.00, 423.05). Used closest supported coordinate: (825.0, 423.0)"/>
<pdc:highlight y="421.95" x="831.25" details="Invalid point: (831.25, 421.95). Used closest supported coordinate: (831.25, 422.0)"/>
<pdc:highlight y="420.61" x="837.50" details="Invalid point: (837.50, 420.61). Used closest supported coordinate: (837.5, 420.625)"/>
<pdc:highlight y="419.02" x="843.75" details="Invalid point: (843.75, 419.02). Used closest supported coordinate: (843.75, 419.0)"/>
<pdc:highlight y="417.19" x="850.00" details="Invalid point: (850.00, 417.19). Used closest supported coordinate: (850.0, 417.25)"/>
<pdc:highlight y="415.11" x="856.25" details="Invalid point: (856.25, 415.11). Used closest supported coordinate: (856.25, 415.125)"/>
<pdc:highlight y="412.79" x="862.50" details="Invalid point: (862.50, 412.79). Used closest supported coordinate: (862.5, 412.75)"/>
<pdc:highlight y="410.23" x="868.75" details="Invalid point: (868.75, 410.23). Used closest supported coordinate: (868.75, 410.25)"/>
<pdc:highlight y="407.42" x="875.00" details="Invalid point: (875.00, 407.42). Used closest supported coordinate: (875.0, 407.375)"/>
<pdc:highlight y="404.37" x="881.25" details="Invalid point: (881.25, 404.37). Used closest supported coordinate: (881.25, 404.375)"/>
<pdc:highlight y="401.07" x="887.50" details="Invalid point: (887.50, 401.07). Used closest supported coordinate: (887.5, 401.125)"/>
<pdc:highlight y="397.53" x="893.75" details="Invalid point: (893.75, 397.53). Used closest supported coordinate: (893.75, 397.5)"/>
<pdc:highlight y="389.72" x="906.25" details="Invalid point: (906.25, 389.72). Used closest supported coordinate: (906.25, 389.75)"/>
<pdc:highlight y="385.45" x="912.50" details="Invalid point: (912.50, 385.45). Used closest supported coordinate: (912.5, 385.5)"/>
<pdc:highlight y="380.93" x="918.75" details="Invalid point: (918.75, 380.93). Used closest supported coordinate: (918.75, 380.875)"/>
<pdc:highlight y="376.17" x="925.00" details="Invalid point: (925.00, 376.17). Used closest supported coordinate: (925.0, 376.125)"/>
<pdc:highlight y="371.17" x="931.25" details="Invalid point: (931.25, 371.17). Used closest supported coordinate: (931.25, 371.125)"/>
<pdc:highlight y="365.92" x="937.50" details="Invalid point: (937.50, 365.92). Used closest supported coordinate: (937.5, 365.875)"/>
<pdc:highlight y="360.42" x="943.75" details="Invalid point: (943.75, 360.42). Used closest supported coordinate: (943.75, 360.375)"/>
<pdc:highlight y="354.69" x="950.00" details="Invalid point: (950.00, 354.69). Used closest supported coordinate: (950.0, 354.75)"/>
<pdc:highlight y="348.71" x="956.25" details="Invalid point: (956.25, 348.71). Used closest supported coordinate: (956.25, 348.75)"/>
<pdc:highlight y="342.48" x="962.50" details="Invalid point: (962.50, 342.48). Used closest supported coordinate: (962.5, 342.5)"/>
<pdc:highlight y="336.01" x="968.75" details="Invalid point: (968.75, 336.01). Used closest supported coordinate: (968.75, 336.0)"/>
<pdc:highlight y="329.30" x="975.00" details="Invalid point: (975.00, 329.30). Used closest supported coordinate: (975.0, 329.25)"/>
<pdc:highlight y="322.34" x="981.25" details="Invalid point: (981.25, 322.34). Used closest supported coordinate: (981.25, 322.375)"/>
<pdc:highlight y="315.14" x="987.50" details="Invalid point: (987.50, 315.14). Used closest supported coordinate: (987.5, 315.125)"/>
<pdc:highlight y="307.69" x="993.75" details="Invalid point: (993.75, 307.69). Used closest supported coordinate: (993.75, 307.75)"/>
</pdc:annotation>
</path>
<!-- End points -->
<g fill="black">
<circle cx="200" cy="300" r="10"/>
<circle cx="600" cy="300" r="10"/>
<circle cx="1000" cy="300" r="10"/>
</g>
<!-- Control points and lines from end points to control points -->
<g fill="#888888">
<circle cx="400" cy="50" r="10"/>
<circle cx="800" cy="550" r="10"/>
</g>
<path d="M200,300 L400,50 L600,300 L800,550 L1000,300" fill="none" stroke="#888888" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,26 @@
<?xml version="1.0"?>
<svg width="12cm" height="6cm" viewBox="0 0 1200 600"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<title>Example quad01 - quadratic Bezier commands in path data</title>
<desc>Picture showing a "Q" a "T" command,
along with annotations showing the control points
and end points</desc>
<rect x="1" y="1" width="1198" height="598"
fill="none" stroke="blue" stroke-width="1" />
<path d="M200,300 Q400,50 600,300 T1000,300"
fill="none" stroke="red" stroke-width="5" />
<!-- End points -->
<g fill="black" >
<circle cx="200" cy="300" r="10"/>
<circle cx="600" cy="300" r="10"/>
<circle cx="1000" cy="300" r="10"/>
</g>
<!-- Control points and lines from end points to control points -->
<g fill="#888888" >
<circle cx="400" cy="50" r="10"/>
<circle cx="800" cy="550" r="10"/>
</g>
<path d="M200,300 L400,50 L600,300
L800,550 L1000,300"
fill="none" stroke="#888888" stroke-width="2" />
</svg>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example rect01 - rectangle with sharp corners</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue" stroke-width="2"/>
<rect x="400" y="100" width="400" height="200" fill="yellow" stroke="navy" stroke-width="10"/>
</svg>

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,10 @@
<?xml version="1.0"?>
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<desc>Example rect01 - rectangle with sharp corners</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2"/>
<rect x="400" y="100" width="400" height="200"
fill="yellow" stroke="navy" stroke-width="10" />
</svg>

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

View file

@ -0,0 +1,30 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example rect02 - rounded rectangles</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue" stroke-width="2"/>
<rect x="100" y="100" width="400" height="200" rx="50" fill="green">
<pdc:annotation description="Rounded rectangles are not supported.">
<pdc:highlight y="100.00" x="100.00" height="50.00" width="50.00"/>
<pdc:highlight y="100.00" x="450.00" height="50.00" width="50.00"/>
<pdc:highlight y="250.00" x="450.00" height="50.00" width="50.00"/>
<pdc:highlight y="250.00" x="100.00" height="50.00" width="50.00"/>
</pdc:annotation>
</rect>
<g transform="translate(700 210) rotate(-30)">
<rect x="0" y="0" width="400" height="200" rx="50" fill="none" stroke="purple" stroke-width="30">
<pdc:annotation description="Rounded rectangles are not supported.">
<pdc:highlight y="185.00" x="700.00" height="68.30" width="68.30"/>
<pdc:highlight y="10.00" x="1003.11" height="68.30" width="68.30"/>
<pdc:highlight y="139.90" x="1078.11" height="68.30" width="68.30"/>
<pdc:highlight y="314.90" x="775.00" height="68.30" width="68.30"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="210.00" x="700.00" details="Invalid point: (700.00, 210.00). Used closest supported coordinate: (700.0, 210.0)"/>
<pdc:highlight y="10.00" x="1046.41" details="Invalid point: (1046.41, 10.00). Used closest supported coordinate: (1046.375, 10.0)"/>
<pdc:highlight y="183.21" x="1146.41" details="Invalid point: (1146.41, 183.21). Used closest supported coordinate: (1146.375, 183.25)"/>
<pdc:highlight y="383.21" x="800.00" details="Invalid point: (800.00, 383.21). Used closest supported coordinate: (800.0, 383.25)"/>
</pdc:annotation>
</rect>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -0,0 +1,14 @@
<?xml version="1.0"?>
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<desc>Example rect02 - rounded rectangles</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2"/>
<rect x="100" y="100" width="400" height="200" rx="50"
fill="green" />
<g transform="translate(700 210) rotate(-30)">
<rect x="0" y="0" width="400" height="200" rx="50"
fill="none" stroke="purple" stroke-width="30" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example circle01 - circle filled with red and stroked with blue</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue" stroke-width="2"/>
<circle cx="600" cy="200" r="100" fill="red" stroke="blue" stroke-width="10"/>
<circle cx="900" cy="200" r="100" transform="scale(0.3, 1)" fill="red" stroke="blue" stroke-width="10">
<pdc:annotation description="Only rigid transformations for circles are supported.">
<pdc:highlight y="100.00" x="240.00" height="200.00" width="60.00"/>
</pdc:annotation>
</circle>
</svg>

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View file

@ -0,0 +1,14 @@
<?xml version="1.0"?>
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<desc>Example circle01 - circle filled with red and stroked with blue</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2"/>
<circle cx="600" cy="200" r="100"
fill="red" stroke="blue" stroke-width="10" />
<circle cx="900" cy="200" r="100" transform="scale(0.3, 1)"
fill="red" stroke="blue" stroke-width="10" />
</svg>

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example ellipse01 - examples of ellipses</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue" stroke-width="2"/>
<g transform="translate(300 200)">
<ellipse rx="250" ry="100" fill="red"/>
</g>
<ellipse transform="translate(900 200) rotate(-30)" rx="250" ry="100" fill="none" stroke="blue" stroke-width="20"/>
</svg>

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<desc>Example ellipse01 - examples of ellipses</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2" />
<g transform="translate(300 200)">
<ellipse rx="250" ry="100"
fill="red" />
</g>
<ellipse transform="translate(900 200) rotate(-30)"
rx="250" ry="100"
fill="none" stroke="blue" stroke-width="20" />
</svg>

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example line01 - lines expressed in user coordinates</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue" stroke-width="2"/>
<g stroke="green">
<line x1="100" y1="300" x2="300" y2="100" stroke-width="5"/>
<line x1="300" y1="300" x2="500" y2="100" stroke-width="10"/>
<line x1="500" y1="300" x2="700" y2="100" stroke-width="15"/>
<line x1="700" y1="300" x2="900" y2="100" stroke-width="20"/>
<line x1="900" y1="300" x2="1100" y2="100" stroke-width="25"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<desc>Example line01 - lines expressed in user coordinates</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2" />
<g stroke="green" >
<line x1="100" y1="300" x2="300" y2="100"
stroke-width="5" />
<line x1="300" y1="300" x2="500" y2="100"
stroke-width="10" />
<line x1="500" y1="300" x2="700" y2="100"
stroke-width="15" />
<line x1="700" y1="300" x2="900" y2="100"
stroke-width="20" />
<line x1="900" y1="300" x2="1100" y2="100"
stroke-width="25" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 808 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example polyline01 - increasingly larger bars</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue" stroke-width="2"/>
<polyline fill="red" stroke="blue" stroke-width="10" points="50,375 150,375 150,325 250,325 250,375 350,375 350,250 450,250 450,375 550,375 550,175 650,175 650,375 750,375 750,100 850,100 850,375 950,375 950,25 1050,25 1050,375 1150,400"/>
</svg>

After

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<desc>Example polyline01 - increasingly larger bars</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2" />
<polyline fill="red" stroke="blue" stroke-width="10"
points="50,375
150,375 150,325 250,325 250,375
350,375 350,250 450,250 450,375
550,375 550,175 650,175 650,375
750,375 750,100 850,100 850,375
950,375 950,25 1050,25 1050,375
1150,400" />
</svg>

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example polygon01 - star and hexagon</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue" stroke-width="2"/>
<polygon fill="red" stroke="blue" stroke-width="10" points="350,75 379,161 469,161 397,215 423,301 350,250 277,301 303,215 231,161 321,161"/>
<polygon fill="lime" stroke="blue" stroke-width="10" points="850,75 958,137.5 958,262.5 850,325 742,262.6 742,137.5">
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="262.60" x="742.00" details="Invalid point: (742.00, 262.60). Used closest supported coordinate: (742.0, 262.625)"/>
</pdc:annotation>
</polygon>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<desc>Example polygon01 - star and hexagon</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2" />
<polygon fill="red" stroke="blue" stroke-width="10"
points="350,75 379,161 469,161 397,215
423,301 350,250 277,301 303,215
231,161 321,161" />
<polygon fill="lime" stroke="blue" stroke-width="10"
points="850,75 958,137.5 958,262.5
850,325 742,262.6 742,137.5" />
</svg>

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,373 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:pdc="http://www.pebble.com/2015/pdc" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example fillrule-nonzero - demonstrates fill-rule:nonzero</desc>
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue"/>
<defs>
<path id="Triangle" d="M 16,0 L -8,9 v-18 z" fill="black" stroke="none"/>
</defs>
<g fill-rule="nonzero" fill="red" stroke="black" stroke-width="3">
<path d="M 250,75 L 323,301 131,161 369,161 177,301 z"/>
<use xlink:href="#Triangle" transform="translate(306.21 249) rotate(72)"/>
<use xlink:href="#Triangle" transform="translate(175.16,193.2) rotate(216)"/>
<use xlink:href="#Triangle" transform="translate(314.26,161) rotate(0)"/>
<use xlink:href="#Triangle" transform="translate(221.16,268.8) rotate(144)"/>
<use xlink:href="#Triangle" transform="translate(233.21,126.98) rotate(288)"/>
<path d=" M 600, 81 c 59.196, 0, 107.18, 48.148, 107.18, 107.542 c 0, 59.387 -47.983, 107.535 -107.18, 107.535 c -59.192, 0 -107.178 -48.148 -107.178 -107.535 C 493.322, 129.048, 541.308, 81, 601, 81 z M600,139 c 27.109, 0, 49.081, 22.048, 49.081, 49.249 c 0,27.193 -21.972, 49.242 -49.081, 49.242 c -27.106, 0 -49.082 -22.049 -49.082 -49.242 C 551.418, 161.242, 573.394, 139, 600, 139 z">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="81.00" x="600.00" height="107.54" width="107.18"/>
<pdc:highlight y="188.54" x="600.00" height="107.54" width="107.18"/>
<pdc:highlight y="188.54" x="492.82" height="107.54" width="107.18"/>
<pdc:highlight y="81.00" x="492.82" height="107.54" width="108.18"/>
<pdc:highlight y="139.00" x="600.00" height="49.25" width="49.08"/>
<pdc:highlight y="188.25" x="600.00" height="49.24" width="49.08"/>
<pdc:highlight y="188.25" x="550.92" height="49.24" width="49.08"/>
<pdc:highlight y="139.00" x="550.92" height="49.25" width="49.08"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="81.14" x="605.52" details="Invalid point: (605.52, 81.14). Used closest supported coordinate: (605.5, 81.125)"/>
<pdc:highlight y="81.56" x="610.96" details="Invalid point: (610.96, 81.56). Used closest supported coordinate: (611.0, 81.5)"/>
<pdc:highlight y="82.24" x="616.32" details="Invalid point: (616.32, 82.24). Used closest supported coordinate: (616.375, 82.25)"/>
<pdc:highlight y="83.18" x="621.60" details="Invalid point: (621.60, 83.18). Used closest supported coordinate: (621.625, 83.125)"/>
<pdc:highlight y="84.39" x="626.79" details="Invalid point: (626.79, 84.39). Used closest supported coordinate: (626.75, 84.375)"/>
<pdc:highlight y="85.83" x="631.87" details="Invalid point: (631.87, 85.83). Used closest supported coordinate: (631.875, 85.875)"/>
<pdc:highlight y="87.53" x="636.85" details="Invalid point: (636.85, 87.53). Used closest supported coordinate: (636.875, 87.5)"/>
<pdc:highlight y="89.45" x="641.72" details="Invalid point: (641.72, 89.45). Used closest supported coordinate: (641.75, 89.5)"/>
<pdc:highlight y="91.60" x="646.47" details="Invalid point: (646.47, 91.60). Used closest supported coordinate: (646.5, 91.625)"/>
<pdc:highlight y="93.98" x="651.09" details="Invalid point: (651.09, 93.98). Used closest supported coordinate: (651.125, 94.0)"/>
<pdc:highlight y="96.57" x="655.58" details="Invalid point: (655.58, 96.57). Used closest supported coordinate: (655.625, 96.625)"/>
<pdc:highlight y="99.37" x="659.93" details="Invalid point: (659.93, 99.37). Used closest supported coordinate: (659.875, 99.375)"/>
<pdc:highlight y="102.36" x="664.13" details="Invalid point: (664.13, 102.36). Used closest supported coordinate: (664.125, 102.375)"/>
<pdc:highlight y="105.56" x="668.18" details="Invalid point: (668.18, 105.56). Used closest supported coordinate: (668.125, 105.5)"/>
<pdc:highlight y="108.94" x="672.07" details="Invalid point: (672.07, 108.94). Used closest supported coordinate: (672.125, 108.875)"/>
<pdc:highlight y="112.50" x="675.79" details="Invalid point: (675.79, 112.50). Used closest supported coordinate: (675.75, 112.5)"/>
<pdc:highlight y="116.23" x="679.34" details="Invalid point: (679.34, 116.23). Used closest supported coordinate: (679.375, 116.25)"/>
<pdc:highlight y="120.14" x="682.71" details="Invalid point: (682.71, 120.14). Used closest supported coordinate: (682.75, 120.125)"/>
<pdc:highlight y="124.20" x="685.89" details="Invalid point: (685.89, 124.20). Used closest supported coordinate: (685.875, 124.25)"/>
<pdc:highlight y="128.41" x="688.88" details="Invalid point: (688.88, 128.41). Used closest supported coordinate: (688.875, 128.375)"/>
<pdc:highlight y="132.78" x="691.66" details="Invalid point: (691.66, 132.78). Used closest supported coordinate: (691.625, 132.75)"/>
<pdc:highlight y="137.28" x="694.24" details="Invalid point: (694.24, 137.28). Used closest supported coordinate: (694.25, 137.25)"/>
<pdc:highlight y="141.92" x="696.61" details="Invalid point: (696.61, 141.92). Used closest supported coordinate: (696.625, 141.875)"/>
<pdc:highlight y="146.68" x="698.76" details="Invalid point: (698.76, 146.68). Used closest supported coordinate: (698.75, 146.625)"/>
<pdc:highlight y="151.57" x="700.68" details="Invalid point: (700.68, 151.57). Used closest supported coordinate: (700.625, 151.625)"/>
<pdc:highlight y="156.56" x="702.36" details="Invalid point: (702.36, 156.56). Used closest supported coordinate: (702.375, 156.625)"/>
<pdc:highlight y="161.67" x="703.81" details="Invalid point: (703.81, 161.67). Used closest supported coordinate: (703.75, 161.625)"/>
<pdc:highlight y="166.87" x="705.00" details="Invalid point: (705.00, 166.87). Used closest supported coordinate: (705.0, 166.875)"/>
<pdc:highlight y="172.17" x="705.94" details="Invalid point: (705.94, 172.17). Used closest supported coordinate: (706.0, 172.125)"/>
<pdc:highlight y="177.55" x="706.63" details="Invalid point: (706.63, 177.55). Used closest supported coordinate: (706.625, 177.5)"/>
<pdc:highlight y="183.01" x="707.04" details="Invalid point: (707.04, 183.01). Used closest supported coordinate: (707.0, 183.0)"/>
<pdc:highlight y="188.54" x="707.18" details="Invalid point: (707.18, 188.54). Used closest supported coordinate: (707.125, 188.5)"/>
<pdc:highlight y="194.08" x="707.04" details="Invalid point: (707.04, 194.08). Used closest supported coordinate: (707.0, 194.125)"/>
<pdc:highlight y="199.54" x="706.63" details="Invalid point: (706.63, 199.54). Used closest supported coordinate: (706.625, 199.5)"/>
<pdc:highlight y="204.92" x="705.94" details="Invalid point: (705.94, 204.92). Used closest supported coordinate: (706.0, 204.875)"/>
<pdc:highlight y="210.21" x="705.00" details="Invalid point: (705.00, 210.21). Used closest supported coordinate: (705.0, 210.25)"/>
<pdc:highlight y="215.42" x="703.81" details="Invalid point: (703.81, 215.42). Used closest supported coordinate: (703.75, 215.375)"/>
<pdc:highlight y="220.52" x="702.36" details="Invalid point: (702.36, 220.52). Used closest supported coordinate: (702.375, 220.5)"/>
<pdc:highlight y="225.52" x="700.68" details="Invalid point: (700.68, 225.52). Used closest supported coordinate: (700.625, 225.5)"/>
<pdc:highlight y="230.40" x="698.76" details="Invalid point: (698.76, 230.40). Used closest supported coordinate: (698.75, 230.375)"/>
<pdc:highlight y="235.16" x="696.61" details="Invalid point: (696.61, 235.16). Used closest supported coordinate: (696.625, 235.125)"/>
<pdc:highlight y="239.80" x="694.24" details="Invalid point: (694.24, 239.80). Used closest supported coordinate: (694.25, 239.75)"/>
<pdc:highlight y="244.30" x="691.66" details="Invalid point: (691.66, 244.30). Used closest supported coordinate: (691.625, 244.25)"/>
<pdc:highlight y="248.67" x="688.88" details="Invalid point: (688.88, 248.67). Used closest supported coordinate: (688.875, 248.625)"/>
<pdc:highlight y="252.88" x="685.89" details="Invalid point: (685.89, 252.88). Used closest supported coordinate: (685.875, 252.875)"/>
<pdc:highlight y="256.94" x="682.71" details="Invalid point: (682.71, 256.94). Used closest supported coordinate: (682.75, 257.0)"/>
<pdc:highlight y="260.85" x="679.34" details="Invalid point: (679.34, 260.85). Used closest supported coordinate: (679.375, 260.875)"/>
<pdc:highlight y="264.58" x="675.79" details="Invalid point: (675.79, 264.58). Used closest supported coordinate: (675.75, 264.625)"/>
<pdc:highlight y="268.14" x="672.07" details="Invalid point: (672.07, 268.14). Used closest supported coordinate: (672.125, 268.125)"/>
<pdc:highlight y="271.52" x="668.18" details="Invalid point: (668.18, 271.52). Used closest supported coordinate: (668.125, 271.5)"/>
<pdc:highlight y="274.71" x="664.13" details="Invalid point: (664.13, 274.71). Used closest supported coordinate: (664.125, 274.75)"/>
<pdc:highlight y="277.71" x="659.93" details="Invalid point: (659.93, 277.71). Used closest supported coordinate: (659.875, 277.75)"/>
<pdc:highlight y="280.51" x="655.58" details="Invalid point: (655.58, 280.51). Used closest supported coordinate: (655.625, 280.5)"/>
<pdc:highlight y="283.10" x="651.09" details="Invalid point: (651.09, 283.10). Used closest supported coordinate: (651.125, 283.125)"/>
<pdc:highlight y="285.47" x="646.47" details="Invalid point: (646.47, 285.47). Used closest supported coordinate: (646.5, 285.5)"/>
<pdc:highlight y="287.63" x="641.72" details="Invalid point: (641.72, 287.63). Used closest supported coordinate: (641.75, 287.625)"/>
<pdc:highlight y="289.55" x="636.85" details="Invalid point: (636.85, 289.55). Used closest supported coordinate: (636.875, 289.5)"/>
<pdc:highlight y="291.24" x="631.87" details="Invalid point: (631.87, 291.24). Used closest supported coordinate: (631.875, 291.25)"/>
<pdc:highlight y="292.69" x="626.79" details="Invalid point: (626.79, 292.69). Used closest supported coordinate: (626.75, 292.75)"/>
<pdc:highlight y="293.89" x="621.60" details="Invalid point: (621.60, 293.89). Used closest supported coordinate: (621.625, 293.875)"/>
<pdc:highlight y="294.84" x="616.32" details="Invalid point: (616.32, 294.84). Used closest supported coordinate: (616.375, 294.875)"/>
<pdc:highlight y="295.52" x="610.96" details="Invalid point: (610.96, 295.52). Used closest supported coordinate: (611.0, 295.5)"/>
<pdc:highlight y="295.94" x="605.52" details="Invalid point: (605.52, 295.94). Used closest supported coordinate: (605.5, 296.0)"/>
<pdc:highlight y="296.08" x="600.00" details="Invalid point: (600.00, 296.08). Used closest supported coordinate: (600.0, 296.125)"/>
<pdc:highlight y="295.94" x="594.48" details="Invalid point: (594.48, 295.94). Used closest supported coordinate: (594.5, 296.0)"/>
<pdc:highlight y="295.52" x="589.04" details="Invalid point: (589.04, 295.52). Used closest supported coordinate: (589.0, 295.5)"/>
<pdc:highlight y="294.84" x="583.68" details="Invalid point: (583.68, 294.84). Used closest supported coordinate: (583.625, 294.875)"/>
<pdc:highlight y="293.89" x="578.40" details="Invalid point: (578.40, 293.89). Used closest supported coordinate: (578.375, 293.875)"/>
<pdc:highlight y="292.69" x="573.21" details="Invalid point: (573.21, 292.69). Used closest supported coordinate: (573.25, 292.75)"/>
<pdc:highlight y="291.24" x="568.13" details="Invalid point: (568.13, 291.24). Used closest supported coordinate: (568.125, 291.25)"/>
<pdc:highlight y="289.55" x="563.15" details="Invalid point: (563.15, 289.55). Used closest supported coordinate: (563.125, 289.5)"/>
<pdc:highlight y="287.63" x="558.28" details="Invalid point: (558.28, 287.63). Used closest supported coordinate: (558.25, 287.625)"/>
<pdc:highlight y="285.47" x="553.53" details="Invalid point: (553.53, 285.47). Used closest supported coordinate: (553.5, 285.5)"/>
<pdc:highlight y="283.10" x="548.91" details="Invalid point: (548.91, 283.10). Used closest supported coordinate: (548.875, 283.125)"/>
<pdc:highlight y="280.51" x="544.42" details="Invalid point: (544.42, 280.51). Used closest supported coordinate: (544.375, 280.5)"/>
<pdc:highlight y="277.71" x="540.08" details="Invalid point: (540.08, 277.71). Used closest supported coordinate: (540.125, 277.75)"/>
<pdc:highlight y="274.71" x="535.87" details="Invalid point: (535.87, 274.71). Used closest supported coordinate: (535.875, 274.75)"/>
<pdc:highlight y="271.52" x="531.83" details="Invalid point: (531.83, 271.52). Used closest supported coordinate: (531.875, 271.5)"/>
<pdc:highlight y="268.14" x="527.94" details="Invalid point: (527.94, 268.14). Used closest supported coordinate: (527.875, 268.125)"/>
<pdc:highlight y="264.58" x="524.21" details="Invalid point: (524.21, 264.58). Used closest supported coordinate: (524.25, 264.625)"/>
<pdc:highlight y="260.85" x="520.66" details="Invalid point: (520.66, 260.85). Used closest supported coordinate: (520.625, 260.875)"/>
<pdc:highlight y="256.94" x="517.30" details="Invalid point: (517.30, 256.94). Used closest supported coordinate: (517.25, 257.0)"/>
<pdc:highlight y="252.88" x="514.11" details="Invalid point: (514.11, 252.88). Used closest supported coordinate: (514.125, 252.875)"/>
<pdc:highlight y="248.67" x="511.13" details="Invalid point: (511.13, 248.67). Used closest supported coordinate: (511.125, 248.625)"/>
<pdc:highlight y="244.30" x="508.34" details="Invalid point: (508.34, 244.30). Used closest supported coordinate: (508.375, 244.25)"/>
<pdc:highlight y="239.80" x="505.76" details="Invalid point: (505.76, 239.80). Used closest supported coordinate: (505.75, 239.75)"/>
<pdc:highlight y="235.16" x="503.39" details="Invalid point: (503.39, 235.16). Used closest supported coordinate: (503.375, 235.125)"/>
<pdc:highlight y="230.40" x="501.24" details="Invalid point: (501.24, 230.40). Used closest supported coordinate: (501.25, 230.375)"/>
<pdc:highlight y="225.52" x="499.32" details="Invalid point: (499.32, 225.52). Used closest supported coordinate: (499.375, 225.5)"/>
<pdc:highlight y="220.52" x="497.64" details="Invalid point: (497.64, 220.52). Used closest supported coordinate: (497.625, 220.5)"/>
<pdc:highlight y="215.42" x="496.20" details="Invalid point: (496.20, 215.42). Used closest supported coordinate: (496.25, 215.375)"/>
<pdc:highlight y="210.21" x="495.00" details="Invalid point: (495.00, 210.21). Used closest supported coordinate: (495.0, 210.25)"/>
<pdc:highlight y="204.92" x="494.06" details="Invalid point: (494.06, 204.92). Used closest supported coordinate: (494.0, 204.875)"/>
<pdc:highlight y="199.54" x="493.37" details="Invalid point: (493.37, 199.54). Used closest supported coordinate: (493.375, 199.5)"/>
<pdc:highlight y="194.08" x="492.96" details="Invalid point: (492.96, 194.08). Used closest supported coordinate: (493.0, 194.125)"/>
<pdc:highlight y="188.54" x="492.82" details="Invalid point: (492.82, 188.54). Used closest supported coordinate: (492.875, 188.5)"/>
<pdc:highlight y="183.00" x="493.01" details="Invalid point: (493.01, 183.00). Used closest supported coordinate: (493.0, 183.0)"/>
<pdc:highlight y="177.53" x="493.46" details="Invalid point: (493.46, 177.53). Used closest supported coordinate: (493.5, 177.5)"/>
<pdc:highlight y="172.14" x="494.18" details="Invalid point: (494.18, 172.14). Used closest supported coordinate: (494.125, 172.125)"/>
<pdc:highlight y="166.84" x="495.16" details="Invalid point: (495.16, 166.84). Used closest supported coordinate: (495.125, 166.875)"/>
<pdc:highlight y="161.63" x="496.40" details="Invalid point: (496.40, 161.63). Used closest supported coordinate: (496.375, 161.625)"/>
<pdc:highlight y="156.53" x="497.87" details="Invalid point: (497.87, 156.53). Used closest supported coordinate: (497.875, 156.5)"/>
<pdc:highlight y="151.53" x="499.59" details="Invalid point: (499.59, 151.53). Used closest supported coordinate: (499.625, 151.5)"/>
<pdc:highlight y="146.64" x="501.54" details="Invalid point: (501.54, 146.64). Used closest supported coordinate: (501.5, 146.625)"/>
<pdc:highlight y="141.87" x="503.72" details="Invalid point: (503.72, 141.87). Used closest supported coordinate: (503.75, 141.875)"/>
<pdc:highlight y="137.24" x="506.11" details="Invalid point: (506.11, 137.24). Used closest supported coordinate: (506.125, 137.25)"/>
<pdc:highlight y="132.73" x="508.72" details="Invalid point: (508.72, 132.73). Used closest supported coordinate: (508.75, 132.75)"/>
<pdc:highlight y="128.37" x="511.53" details="Invalid point: (511.53, 128.37). Used closest supported coordinate: (511.5, 128.375)"/>
<pdc:highlight y="124.16" x="514.54" details="Invalid point: (514.54, 124.16). Used closest supported coordinate: (514.5, 124.125)"/>
<pdc:highlight y="120.09" x="517.75" details="Invalid point: (517.75, 120.09). Used closest supported coordinate: (517.75, 120.125)"/>
<pdc:highlight y="116.19" x="521.14" details="Invalid point: (521.14, 116.19). Used closest supported coordinate: (521.125, 116.25)"/>
<pdc:highlight y="112.46" x="524.71" details="Invalid point: (524.71, 112.46). Used closest supported coordinate: (524.75, 112.5)"/>
<pdc:highlight y="108.90" x="528.46" details="Invalid point: (528.46, 108.90). Used closest supported coordinate: (528.5, 108.875)"/>
<pdc:highlight y="105.53" x="532.37" details="Invalid point: (532.37, 105.53). Used closest supported coordinate: (532.375, 105.5)"/>
<pdc:highlight y="102.34" x="536.45" details="Invalid point: (536.45, 102.34). Used closest supported coordinate: (536.5, 102.375)"/>
<pdc:highlight y="99.34" x="540.67" details="Invalid point: (540.67, 99.34). Used closest supported coordinate: (540.625, 99.375)"/>
<pdc:highlight y="96.55" x="545.05" details="Invalid point: (545.05, 96.55). Used closest supported coordinate: (545.0, 96.5)"/>
<pdc:highlight y="93.96" x="549.56" details="Invalid point: (549.56, 93.96). Used closest supported coordinate: (549.5, 94.0)"/>
<pdc:highlight y="91.59" x="554.21" details="Invalid point: (554.21, 91.59). Used closest supported coordinate: (554.25, 91.625)"/>
<pdc:highlight y="89.44" x="558.98" details="Invalid point: (558.98, 89.44). Used closest supported coordinate: (559.0, 89.375)"/>
<pdc:highlight y="87.51" x="563.88" details="Invalid point: (563.88, 87.51). Used closest supported coordinate: (563.875, 87.5)"/>
<pdc:highlight y="85.83" x="568.89" details="Invalid point: (568.89, 85.83). Used closest supported coordinate: (568.875, 85.875)"/>
<pdc:highlight y="84.38" x="574.01" details="Invalid point: (574.01, 84.38). Used closest supported coordinate: (574.0, 84.375)"/>
<pdc:highlight y="83.18" x="579.23" details="Invalid point: (579.23, 83.18). Used closest supported coordinate: (579.25, 83.125)"/>
<pdc:highlight y="82.24" x="584.55" details="Invalid point: (584.55, 82.24). Used closest supported coordinate: (584.5, 82.25)"/>
<pdc:highlight y="81.55" x="589.95" details="Invalid point: (589.95, 81.55). Used closest supported coordinate: (590.0, 81.5)"/>
<pdc:highlight y="81.14" x="595.44" details="Invalid point: (595.44, 81.14). Used closest supported coordinate: (595.5, 81.125)"/>
<pdc:highlight y="140.00" x="609.89" details="Invalid point: (609.89, 140.00). Used closest supported coordinate: (609.875, 140.0)"/>
<pdc:highlight y="142.87" x="619.11" details="Invalid point: (619.11, 142.87). Used closest supported coordinate: (619.125, 142.875)"/>
<pdc:highlight y="147.41" x="627.44" details="Invalid point: (627.44, 147.41). Used closest supported coordinate: (627.5, 147.375)"/>
<pdc:highlight y="153.42" x="634.71" details="Invalid point: (634.71, 153.42). Used closest supported coordinate: (634.75, 153.375)"/>
<pdc:highlight y="160.71" x="640.70" details="Invalid point: (640.70, 160.71). Used closest supported coordinate: (640.75, 160.75)"/>
<pdc:highlight y="169.08" x="645.22" details="Invalid point: (645.22, 169.08). Used closest supported coordinate: (645.25, 169.125)"/>
<pdc:highlight y="178.32" x="648.08" details="Invalid point: (648.08, 178.32). Used closest supported coordinate: (648.125, 178.375)"/>
<pdc:highlight y="188.25" x="649.08" details="Invalid point: (649.08, 188.25). Used closest supported coordinate: (649.125, 188.25)"/>
<pdc:highlight y="198.17" x="648.08" details="Invalid point: (648.08, 198.17). Used closest supported coordinate: (648.125, 198.125)"/>
<pdc:highlight y="207.42" x="645.23" details="Invalid point: (645.23, 207.42). Used closest supported coordinate: (645.25, 207.375)"/>
<pdc:highlight y="215.78" x="640.70" details="Invalid point: (640.70, 215.78). Used closest supported coordinate: (640.75, 215.75)"/>
<pdc:highlight y="223.07" x="634.71" details="Invalid point: (634.71, 223.07). Used closest supported coordinate: (634.75, 223.125)"/>
<pdc:highlight y="229.08" x="627.44" details="Invalid point: (627.44, 229.08). Used closest supported coordinate: (627.5, 229.125)"/>
<pdc:highlight y="233.62" x="619.11" details="Invalid point: (619.11, 233.62). Used closest supported coordinate: (619.125, 233.625)"/>
<pdc:highlight y="236.49" x="609.89" details="Invalid point: (609.89, 236.49). Used closest supported coordinate: (609.875, 236.5)"/>
<pdc:highlight y="237.49" x="600.00" details="Invalid point: (600.00, 237.49). Used closest supported coordinate: (600.0, 237.5)"/>
<pdc:highlight y="236.49" x="590.11" details="Invalid point: (590.11, 236.49). Used closest supported coordinate: (590.125, 236.5)"/>
<pdc:highlight y="233.62" x="580.90" details="Invalid point: (580.90, 233.62). Used closest supported coordinate: (580.875, 233.625)"/>
<pdc:highlight y="229.08" x="572.56" details="Invalid point: (572.56, 229.08). Used closest supported coordinate: (572.5, 229.125)"/>
<pdc:highlight y="223.07" x="565.29" details="Invalid point: (565.29, 223.07). Used closest supported coordinate: (565.25, 223.125)"/>
<pdc:highlight y="215.78" x="559.30" details="Invalid point: (559.30, 215.78). Used closest supported coordinate: (559.25, 215.75)"/>
<pdc:highlight y="207.42" x="554.78" details="Invalid point: (554.78, 207.42). Used closest supported coordinate: (554.75, 207.375)"/>
<pdc:highlight y="198.17" x="551.92" details="Invalid point: (551.92, 198.17). Used closest supported coordinate: (551.875, 198.125)"/>
<pdc:highlight y="188.25" x="550.92" details="Invalid point: (550.92, 188.25). Used closest supported coordinate: (550.875, 188.25)"/>
<pdc:highlight y="178.38" x="552.08" details="Invalid point: (552.08, 178.38). Used closest supported coordinate: (552.125, 178.375)"/>
<pdc:highlight y="169.16" x="555.06" details="Invalid point: (555.06, 169.16). Used closest supported coordinate: (555.0, 169.125)"/>
<pdc:highlight y="160.80" x="559.65" details="Invalid point: (559.65, 160.80). Used closest supported coordinate: (559.625, 160.75)"/>
<pdc:highlight y="153.50" x="565.67" details="Invalid point: (565.67, 153.50). Used closest supported coordinate: (565.625, 153.5)"/>
<pdc:highlight y="147.46" x="572.91" details="Invalid point: (572.91, 147.46). Used closest supported coordinate: (572.875, 147.5)"/>
<pdc:highlight y="142.90" x="581.18" details="Invalid point: (581.18, 142.90). Used closest supported coordinate: (581.125, 142.875)"/>
<pdc:highlight y="140.01" x="590.27" details="Invalid point: (590.27, 140.01). Used closest supported coordinate: (590.25, 140.0)"/>
</pdc:annotation>
</path>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(0) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(120) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(240) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(60) translate(49,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(180) translate(49,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(300) translate(49,0) rotate(90)"/>
<path d=" M 950,81 c 59.192, 0, 107.177, 48.148, 107.177, 107.542 c 0, 59.387 -47.984, 107.535 -107.177, 107.535 c -59.196, 0 -107.18 -48.148 -107.18 -107.535 C 843.906, 129.048, 891.89, 81, 950, 81 z M 950, 139 c -27.109, 0 -49.085, 22.048 -49.085, 49.249 c 0, 27.193, 21.976, 49.242, 49.085, 49.242 c 27.106, 0, 49.082 -22.049, 49.082 -49.242 C 1000.168, 161.242, 978.192, 139, 950, 139 z">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="81.00" x="950.00" height="107.54" width="107.18"/>
<pdc:highlight y="188.54" x="950.00" height="107.54" width="107.18"/>
<pdc:highlight y="188.54" x="842.82" height="107.54" width="107.18"/>
<pdc:highlight y="81.00" x="842.82" height="107.54" width="107.18"/>
<pdc:highlight y="139.00" x="900.91" height="49.25" width="49.09"/>
<pdc:highlight y="188.25" x="900.91" height="49.24" width="49.09"/>
<pdc:highlight y="188.25" x="950.00" height="49.24" width="49.08"/>
<pdc:highlight y="139.00" x="950.00" height="49.25" width="49.08"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="81.14" x="955.52" details="Invalid point: (955.52, 81.14). Used closest supported coordinate: (955.5, 81.125)"/>
<pdc:highlight y="81.56" x="960.96" details="Invalid point: (960.96, 81.56). Used closest supported coordinate: (961.0, 81.5)"/>
<pdc:highlight y="82.24" x="966.32" details="Invalid point: (966.32, 82.24). Used closest supported coordinate: (966.375, 82.25)"/>
<pdc:highlight y="83.18" x="971.60" details="Invalid point: (971.60, 83.18). Used closest supported coordinate: (971.625, 83.125)"/>
<pdc:highlight y="84.39" x="976.79" details="Invalid point: (976.79, 84.39). Used closest supported coordinate: (976.75, 84.375)"/>
<pdc:highlight y="85.83" x="981.87" details="Invalid point: (981.87, 85.83). Used closest supported coordinate: (981.875, 85.875)"/>
<pdc:highlight y="87.53" x="986.85" details="Invalid point: (986.85, 87.53). Used closest supported coordinate: (986.875, 87.5)"/>
<pdc:highlight y="89.45" x="991.72" details="Invalid point: (991.72, 89.45). Used closest supported coordinate: (991.75, 89.5)"/>
<pdc:highlight y="91.60" x="996.47" details="Invalid point: (996.47, 91.60). Used closest supported coordinate: (996.5, 91.625)"/>
<pdc:highlight y="93.98" x="1001.09" details="Invalid point: (1001.09, 93.98). Used closest supported coordinate: (1001.125, 94.0)"/>
<pdc:highlight y="96.57" x="1005.58" details="Invalid point: (1005.58, 96.57). Used closest supported coordinate: (1005.625, 96.625)"/>
<pdc:highlight y="99.37" x="1009.92" details="Invalid point: (1009.92, 99.37). Used closest supported coordinate: (1009.875, 99.375)"/>
<pdc:highlight y="102.36" x="1014.13" details="Invalid point: (1014.13, 102.36). Used closest supported coordinate: (1014.125, 102.375)"/>
<pdc:highlight y="105.56" x="1018.17" details="Invalid point: (1018.17, 105.56). Used closest supported coordinate: (1018.125, 105.5)"/>
<pdc:highlight y="108.94" x="1022.06" details="Invalid point: (1022.06, 108.94). Used closest supported coordinate: (1022.125, 108.875)"/>
<pdc:highlight y="112.50" x="1025.79" details="Invalid point: (1025.79, 112.50). Used closest supported coordinate: (1025.75, 112.5)"/>
<pdc:highlight y="116.23" x="1029.33" details="Invalid point: (1029.33, 116.23). Used closest supported coordinate: (1029.375, 116.25)"/>
<pdc:highlight y="120.14" x="1032.70" details="Invalid point: (1032.70, 120.14). Used closest supported coordinate: (1032.75, 120.125)"/>
<pdc:highlight y="124.20" x="1035.88" details="Invalid point: (1035.88, 124.20). Used closest supported coordinate: (1035.875, 124.25)"/>
<pdc:highlight y="128.41" x="1038.87" details="Invalid point: (1038.87, 128.41). Used closest supported coordinate: (1038.875, 128.375)"/>
<pdc:highlight y="132.78" x="1041.66" details="Invalid point: (1041.66, 132.78). Used closest supported coordinate: (1041.625, 132.75)"/>
<pdc:highlight y="137.28" x="1044.24" details="Invalid point: (1044.24, 137.28). Used closest supported coordinate: (1044.25, 137.25)"/>
<pdc:highlight y="141.92" x="1046.61" details="Invalid point: (1046.61, 141.92). Used closest supported coordinate: (1046.625, 141.875)"/>
<pdc:highlight y="146.68" x="1048.75" details="Invalid point: (1048.75, 146.68). Used closest supported coordinate: (1048.75, 146.625)"/>
<pdc:highlight y="151.57" x="1050.67" details="Invalid point: (1050.67, 151.57). Used closest supported coordinate: (1050.625, 151.625)"/>
<pdc:highlight y="156.56" x="1052.36" details="Invalid point: (1052.36, 156.56). Used closest supported coordinate: (1052.375, 156.625)"/>
<pdc:highlight y="161.67" x="1053.80" details="Invalid point: (1053.80, 161.67). Used closest supported coordinate: (1053.75, 161.625)"/>
<pdc:highlight y="166.87" x="1055.00" details="Invalid point: (1055.00, 166.87). Used closest supported coordinate: (1055.0, 166.875)"/>
<pdc:highlight y="172.17" x="1055.94" details="Invalid point: (1055.94, 172.17). Used closest supported coordinate: (1056.0, 172.125)"/>
<pdc:highlight y="177.55" x="1056.62" details="Invalid point: (1056.62, 177.55). Used closest supported coordinate: (1056.625, 177.5)"/>
<pdc:highlight y="183.01" x="1057.04" details="Invalid point: (1057.04, 183.01). Used closest supported coordinate: (1057.0, 183.0)"/>
<pdc:highlight y="188.54" x="1057.18" details="Invalid point: (1057.18, 188.54). Used closest supported coordinate: (1057.125, 188.5)"/>
<pdc:highlight y="194.08" x="1057.04" details="Invalid point: (1057.04, 194.08). Used closest supported coordinate: (1057.0, 194.125)"/>
<pdc:highlight y="199.54" x="1056.62" details="Invalid point: (1056.62, 199.54). Used closest supported coordinate: (1056.625, 199.5)"/>
<pdc:highlight y="204.92" x="1055.94" details="Invalid point: (1055.94, 204.92). Used closest supported coordinate: (1056.0, 204.875)"/>
<pdc:highlight y="210.21" x="1055.00" details="Invalid point: (1055.00, 210.21). Used closest supported coordinate: (1055.0, 210.25)"/>
<pdc:highlight y="215.42" x="1053.80" details="Invalid point: (1053.80, 215.42). Used closest supported coordinate: (1053.75, 215.375)"/>
<pdc:highlight y="220.52" x="1052.36" details="Invalid point: (1052.36, 220.52). Used closest supported coordinate: (1052.375, 220.5)"/>
<pdc:highlight y="225.52" x="1050.67" details="Invalid point: (1050.67, 225.52). Used closest supported coordinate: (1050.625, 225.5)"/>
<pdc:highlight y="230.40" x="1048.75" details="Invalid point: (1048.75, 230.40). Used closest supported coordinate: (1048.75, 230.375)"/>
<pdc:highlight y="235.16" x="1046.61" details="Invalid point: (1046.61, 235.16). Used closest supported coordinate: (1046.625, 235.125)"/>
<pdc:highlight y="239.80" x="1044.24" details="Invalid point: (1044.24, 239.80). Used closest supported coordinate: (1044.25, 239.75)"/>
<pdc:highlight y="244.30" x="1041.66" details="Invalid point: (1041.66, 244.30). Used closest supported coordinate: (1041.625, 244.25)"/>
<pdc:highlight y="248.67" x="1038.87" details="Invalid point: (1038.87, 248.67). Used closest supported coordinate: (1038.875, 248.625)"/>
<pdc:highlight y="252.88" x="1035.88" details="Invalid point: (1035.88, 252.88). Used closest supported coordinate: (1035.875, 252.875)"/>
<pdc:highlight y="256.94" x="1032.70" details="Invalid point: (1032.70, 256.94). Used closest supported coordinate: (1032.75, 257.0)"/>
<pdc:highlight y="260.85" x="1029.33" details="Invalid point: (1029.33, 260.85). Used closest supported coordinate: (1029.375, 260.875)"/>
<pdc:highlight y="264.58" x="1025.78" details="Invalid point: (1025.78, 264.58). Used closest supported coordinate: (1025.75, 264.625)"/>
<pdc:highlight y="268.14" x="1022.06" details="Invalid point: (1022.06, 268.14). Used closest supported coordinate: (1022.125, 268.125)"/>
<pdc:highlight y="271.52" x="1018.17" details="Invalid point: (1018.17, 271.52). Used closest supported coordinate: (1018.125, 271.5)"/>
<pdc:highlight y="274.71" x="1014.13" details="Invalid point: (1014.13, 274.71). Used closest supported coordinate: (1014.125, 274.75)"/>
<pdc:highlight y="277.71" x="1009.92" details="Invalid point: (1009.92, 277.71). Used closest supported coordinate: (1009.875, 277.75)"/>
<pdc:highlight y="280.51" x="1005.57" details="Invalid point: (1005.57, 280.51). Used closest supported coordinate: (1005.625, 280.5)"/>
<pdc:highlight y="283.10" x="1001.09" details="Invalid point: (1001.09, 283.10). Used closest supported coordinate: (1001.125, 283.125)"/>
<pdc:highlight y="285.47" x="996.47" details="Invalid point: (996.47, 285.47). Used closest supported coordinate: (996.5, 285.5)"/>
<pdc:highlight y="287.63" x="991.72" details="Invalid point: (991.72, 287.63). Used closest supported coordinate: (991.75, 287.625)"/>
<pdc:highlight y="289.55" x="986.85" details="Invalid point: (986.85, 289.55). Used closest supported coordinate: (986.875, 289.5)"/>
<pdc:highlight y="291.24" x="981.87" details="Invalid point: (981.87, 291.24). Used closest supported coordinate: (981.875, 291.25)"/>
<pdc:highlight y="292.69" x="976.78" details="Invalid point: (976.78, 292.69). Used closest supported coordinate: (976.75, 292.75)"/>
<pdc:highlight y="293.89" x="971.60" details="Invalid point: (971.60, 293.89). Used closest supported coordinate: (971.625, 293.875)"/>
<pdc:highlight y="294.84" x="966.32" details="Invalid point: (966.32, 294.84). Used closest supported coordinate: (966.375, 294.875)"/>
<pdc:highlight y="295.52" x="960.96" details="Invalid point: (960.96, 295.52). Used closest supported coordinate: (961.0, 295.5)"/>
<pdc:highlight y="295.94" x="955.52" details="Invalid point: (955.52, 295.94). Used closest supported coordinate: (955.5, 296.0)"/>
<pdc:highlight y="296.08" x="950.00" details="Invalid point: (950.00, 296.08). Used closest supported coordinate: (950.0, 296.125)"/>
<pdc:highlight y="295.94" x="944.48" details="Invalid point: (944.48, 295.94). Used closest supported coordinate: (944.5, 296.0)"/>
<pdc:highlight y="295.52" x="939.04" details="Invalid point: (939.04, 295.52). Used closest supported coordinate: (939.0, 295.5)"/>
<pdc:highlight y="294.84" x="933.68" details="Invalid point: (933.68, 294.84). Used closest supported coordinate: (933.625, 294.875)"/>
<pdc:highlight y="293.89" x="928.40" details="Invalid point: (928.40, 293.89). Used closest supported coordinate: (928.375, 293.875)"/>
<pdc:highlight y="292.69" x="923.21" details="Invalid point: (923.21, 292.69). Used closest supported coordinate: (923.25, 292.75)"/>
<pdc:highlight y="291.24" x="918.13" details="Invalid point: (918.13, 291.24). Used closest supported coordinate: (918.125, 291.25)"/>
<pdc:highlight y="289.55" x="913.15" details="Invalid point: (913.15, 289.55). Used closest supported coordinate: (913.125, 289.5)"/>
<pdc:highlight y="287.63" x="908.28" details="Invalid point: (908.28, 287.63). Used closest supported coordinate: (908.25, 287.625)"/>
<pdc:highlight y="285.47" x="903.53" details="Invalid point: (903.53, 285.47). Used closest supported coordinate: (903.5, 285.5)"/>
<pdc:highlight y="283.10" x="898.91" details="Invalid point: (898.91, 283.10). Used closest supported coordinate: (898.875, 283.125)"/>
<pdc:highlight y="280.51" x="894.42" details="Invalid point: (894.42, 280.51). Used closest supported coordinate: (894.375, 280.5)"/>
<pdc:highlight y="277.71" x="890.07" details="Invalid point: (890.07, 277.71). Used closest supported coordinate: (890.125, 277.75)"/>
<pdc:highlight y="274.71" x="885.87" details="Invalid point: (885.87, 274.71). Used closest supported coordinate: (885.875, 274.75)"/>
<pdc:highlight y="271.52" x="881.82" details="Invalid point: (881.82, 271.52). Used closest supported coordinate: (881.875, 271.5)"/>
<pdc:highlight y="268.14" x="877.93" details="Invalid point: (877.93, 268.14). Used closest supported coordinate: (877.875, 268.125)"/>
<pdc:highlight y="264.58" x="874.21" details="Invalid point: (874.21, 264.58). Used closest supported coordinate: (874.25, 264.625)"/>
<pdc:highlight y="260.85" x="870.66" details="Invalid point: (870.66, 260.85). Used closest supported coordinate: (870.625, 260.875)"/>
<pdc:highlight y="256.94" x="867.29" details="Invalid point: (867.29, 256.94). Used closest supported coordinate: (867.25, 257.0)"/>
<pdc:highlight y="252.88" x="864.11" details="Invalid point: (864.11, 252.88). Used closest supported coordinate: (864.125, 252.875)"/>
<pdc:highlight y="248.67" x="861.12" details="Invalid point: (861.12, 248.67). Used closest supported coordinate: (861.125, 248.625)"/>
<pdc:highlight y="244.30" x="858.34" details="Invalid point: (858.34, 244.30). Used closest supported coordinate: (858.375, 244.25)"/>
<pdc:highlight y="239.80" x="855.76" details="Invalid point: (855.76, 239.80). Used closest supported coordinate: (855.75, 239.75)"/>
<pdc:highlight y="235.16" x="853.39" details="Invalid point: (853.39, 235.16). Used closest supported coordinate: (853.375, 235.125)"/>
<pdc:highlight y="230.40" x="851.24" details="Invalid point: (851.24, 230.40). Used closest supported coordinate: (851.25, 230.375)"/>
<pdc:highlight y="225.52" x="849.32" details="Invalid point: (849.32, 225.52). Used closest supported coordinate: (849.375, 225.5)"/>
<pdc:highlight y="220.52" x="847.64" details="Invalid point: (847.64, 220.52). Used closest supported coordinate: (847.625, 220.5)"/>
<pdc:highlight y="215.42" x="846.19" details="Invalid point: (846.19, 215.42). Used closest supported coordinate: (846.25, 215.375)"/>
<pdc:highlight y="210.21" x="845.00" details="Invalid point: (845.00, 210.21). Used closest supported coordinate: (845.0, 210.25)"/>
<pdc:highlight y="204.92" x="844.06" details="Invalid point: (844.06, 204.92). Used closest supported coordinate: (844.0, 204.875)"/>
<pdc:highlight y="199.54" x="843.37" details="Invalid point: (843.37, 199.54). Used closest supported coordinate: (843.375, 199.5)"/>
<pdc:highlight y="194.08" x="842.96" details="Invalid point: (842.96, 194.08). Used closest supported coordinate: (843.0, 194.125)"/>
<pdc:highlight y="188.54" x="842.82" details="Invalid point: (842.82, 188.54). Used closest supported coordinate: (842.875, 188.5)"/>
<pdc:highlight y="183.00" x="843.06" details="Invalid point: (843.06, 183.00). Used closest supported coordinate: (843.0, 183.0)"/>
<pdc:highlight y="177.53" x="843.56" details="Invalid point: (843.56, 177.53). Used closest supported coordinate: (843.625, 177.5)"/>
<pdc:highlight y="172.14" x="844.33" details="Invalid point: (844.33, 172.14). Used closest supported coordinate: (844.375, 172.125)"/>
<pdc:highlight y="166.84" x="845.35" details="Invalid point: (845.35, 166.84). Used closest supported coordinate: (845.375, 166.875)"/>
<pdc:highlight y="161.63" x="846.62" details="Invalid point: (846.62, 161.63). Used closest supported coordinate: (846.625, 161.625)"/>
<pdc:highlight y="156.53" x="848.13" details="Invalid point: (848.13, 156.53). Used closest supported coordinate: (848.125, 156.5)"/>
<pdc:highlight y="151.53" x="849.88" details="Invalid point: (849.88, 151.53). Used closest supported coordinate: (849.875, 151.5)"/>
<pdc:highlight y="146.64" x="851.85" details="Invalid point: (851.85, 146.64). Used closest supported coordinate: (851.875, 146.625)"/>
<pdc:highlight y="141.87" x="854.05" details="Invalid point: (854.05, 141.87). Used closest supported coordinate: (854.0, 141.875)"/>
<pdc:highlight y="137.24" x="856.46" details="Invalid point: (856.46, 137.24). Used closest supported coordinate: (856.5, 137.25)"/>
<pdc:highlight y="132.73" x="859.07" details="Invalid point: (859.07, 132.73). Used closest supported coordinate: (859.125, 132.75)"/>
<pdc:highlight y="128.37" x="861.89" details="Invalid point: (861.89, 128.37). Used closest supported coordinate: (861.875, 128.375)"/>
<pdc:highlight y="124.16" x="864.90" details="Invalid point: (864.90, 124.16). Used closest supported coordinate: (864.875, 124.125)"/>
<pdc:highlight y="120.09" x="868.10" details="Invalid point: (868.10, 120.09). Used closest supported coordinate: (868.125, 120.125)"/>
<pdc:highlight y="116.19" x="871.47" details="Invalid point: (871.47, 116.19). Used closest supported coordinate: (871.5, 116.25)"/>
<pdc:highlight y="112.46" x="875.03" details="Invalid point: (875.03, 112.46). Used closest supported coordinate: (875.0, 112.5)"/>
<pdc:highlight y="108.90" x="878.75" details="Invalid point: (878.75, 108.90). Used closest supported coordinate: (878.75, 108.875)"/>
<pdc:highlight y="105.53" x="882.62" details="Invalid point: (882.62, 105.53). Used closest supported coordinate: (882.625, 105.5)"/>
<pdc:highlight y="102.34" x="886.66" details="Invalid point: (886.66, 102.34). Used closest supported coordinate: (886.625, 102.375)"/>
<pdc:highlight y="99.34" x="890.84" details="Invalid point: (890.84, 99.34). Used closest supported coordinate: (890.875, 99.375)"/>
<pdc:highlight y="96.55" x="895.16" details="Invalid point: (895.16, 96.55). Used closest supported coordinate: (895.125, 96.5)"/>
<pdc:highlight y="93.96" x="899.61" details="Invalid point: (899.61, 93.96). Used closest supported coordinate: (899.625, 94.0)"/>
<pdc:highlight y="91.59" x="904.19" details="Invalid point: (904.19, 91.59). Used closest supported coordinate: (904.25, 91.625)"/>
<pdc:highlight y="89.44" x="908.89" details="Invalid point: (908.89, 89.44). Used closest supported coordinate: (908.875, 89.375)"/>
<pdc:highlight y="87.51" x="913.70" details="Invalid point: (913.70, 87.51). Used closest supported coordinate: (913.75, 87.5)"/>
<pdc:highlight y="85.83" x="918.62" details="Invalid point: (918.62, 85.83). Used closest supported coordinate: (918.625, 85.875)"/>
<pdc:highlight y="84.38" x="923.64" details="Invalid point: (923.64, 84.38). Used closest supported coordinate: (923.625, 84.375)"/>
<pdc:highlight y="83.18" x="928.76" details="Invalid point: (928.76, 83.18). Used closest supported coordinate: (928.75, 83.125)"/>
<pdc:highlight y="82.24" x="933.95" details="Invalid point: (933.95, 82.24). Used closest supported coordinate: (934.0, 82.25)"/>
<pdc:highlight y="81.55" x="939.23" details="Invalid point: (939.23, 81.55). Used closest supported coordinate: (939.25, 81.5)"/>
<pdc:highlight y="81.14" x="944.58" details="Invalid point: (944.58, 81.14). Used closest supported coordinate: (944.625, 81.125)"/>
<pdc:highlight y="140.00" x="940.11" details="Invalid point: (940.11, 140.00). Used closest supported coordinate: (940.125, 140.0)"/>
<pdc:highlight y="142.87" x="930.89" details="Invalid point: (930.89, 142.87). Used closest supported coordinate: (930.875, 142.875)"/>
<pdc:highlight y="147.41" x="922.56" details="Invalid point: (922.56, 147.41). Used closest supported coordinate: (922.5, 147.375)"/>
<pdc:highlight y="153.42" x="915.29" details="Invalid point: (915.29, 153.42). Used closest supported coordinate: (915.25, 153.375)"/>
<pdc:highlight y="160.71" x="909.30" details="Invalid point: (909.30, 160.71). Used closest supported coordinate: (909.25, 160.75)"/>
<pdc:highlight y="169.08" x="904.77" details="Invalid point: (904.77, 169.08). Used closest supported coordinate: (904.75, 169.125)"/>
<pdc:highlight y="178.32" x="901.91" details="Invalid point: (901.91, 178.32). Used closest supported coordinate: (901.875, 178.375)"/>
<pdc:highlight y="188.25" x="900.91" details="Invalid point: (900.91, 188.25). Used closest supported coordinate: (900.875, 188.25)"/>
<pdc:highlight y="198.17" x="901.91" details="Invalid point: (901.91, 198.17). Used closest supported coordinate: (901.875, 198.125)"/>
<pdc:highlight y="207.42" x="904.77" details="Invalid point: (904.77, 207.42). Used closest supported coordinate: (904.75, 207.375)"/>
<pdc:highlight y="215.78" x="909.30" details="Invalid point: (909.30, 215.78). Used closest supported coordinate: (909.25, 215.75)"/>
<pdc:highlight y="223.07" x="915.29" details="Invalid point: (915.29, 223.07). Used closest supported coordinate: (915.25, 223.125)"/>
<pdc:highlight y="229.08" x="922.56" details="Invalid point: (922.56, 229.08). Used closest supported coordinate: (922.5, 229.125)"/>
<pdc:highlight y="233.62" x="930.89" details="Invalid point: (930.89, 233.62). Used closest supported coordinate: (930.875, 233.625)"/>
<pdc:highlight y="236.49" x="940.11" details="Invalid point: (940.11, 236.49). Used closest supported coordinate: (940.125, 236.5)"/>
<pdc:highlight y="237.49" x="950.00" details="Invalid point: (950.00, 237.49). Used closest supported coordinate: (950.0, 237.5)"/>
<pdc:highlight y="236.49" x="959.89" details="Invalid point: (959.89, 236.49). Used closest supported coordinate: (959.875, 236.5)"/>
<pdc:highlight y="233.62" x="969.10" details="Invalid point: (969.10, 233.62). Used closest supported coordinate: (969.125, 233.625)"/>
<pdc:highlight y="229.08" x="977.44" details="Invalid point: (977.44, 229.08). Used closest supported coordinate: (977.5, 229.125)"/>
<pdc:highlight y="223.07" x="984.71" details="Invalid point: (984.71, 223.07). Used closest supported coordinate: (984.75, 223.125)"/>
<pdc:highlight y="215.78" x="990.70" details="Invalid point: (990.70, 215.78). Used closest supported coordinate: (990.75, 215.75)"/>
<pdc:highlight y="207.42" x="995.22" details="Invalid point: (995.22, 207.42). Used closest supported coordinate: (995.25, 207.375)"/>
<pdc:highlight y="198.17" x="998.08" details="Invalid point: (998.08, 198.17). Used closest supported coordinate: (998.125, 198.125)"/>
<pdc:highlight y="188.25" x="999.08" details="Invalid point: (999.08, 188.25). Used closest supported coordinate: (999.125, 188.25)"/>
<pdc:highlight y="178.38" x="998.44" details="Invalid point: (998.44, 178.38). Used closest supported coordinate: (998.5, 178.375)"/>
<pdc:highlight y="169.16" x="995.84" details="Invalid point: (995.84, 169.16). Used closest supported coordinate: (995.875, 169.125)"/>
<pdc:highlight y="160.80" x="991.46" details="Invalid point: (991.46, 160.80). Used closest supported coordinate: (991.5, 160.75)"/>
<pdc:highlight y="153.50" x="985.52" details="Invalid point: (985.52, 153.50). Used closest supported coordinate: (985.5, 153.5)"/>
<pdc:highlight y="147.46" x="978.21" details="Invalid point: (978.21, 147.46). Used closest supported coordinate: (978.25, 147.5)"/>
<pdc:highlight y="142.90" x="969.72" details="Invalid point: (969.72, 142.90). Used closest supported coordinate: (969.75, 142.875)"/>
<pdc:highlight y="140.01" x="960.25" details="Invalid point: (960.25, 140.01). Used closest supported coordinate: (960.25, 140.0)"/>
<pdc:highlight y="139.26" x="955.21" details="Invalid point: (955.21, 139.26). Used closest supported coordinate: (955.25, 139.25)"/>
</pdc:annotation>
</path>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(0) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(120) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(240) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(60) translate(49,0) rotate(-90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(180) translate(49,0) rotate(-90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(300) translate(49,0) rotate(-90)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,38 @@
<?xml version="1.0"?>
<svg viewBox="0 0 1200 400" version="1.2" baseProfile="tiny"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>Example fillrule-nonzero - demonstrates fill-rule:nonzero</desc>
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" />
<defs>
<path id="Triangle" d="M 16,0 L -8,9 v-18 z" fill="black" stroke="none" />
</defs>
<g fill-rule="nonzero" fill="red" stroke="black" stroke-width="3" >
<path d="M 250,75 L 323,301 131,161 369,161 177,301 z" />
<use xlink:href="#Triangle" transform="translate(306.21 249) rotate(72)"/>
<use xlink:href="#Triangle" transform="translate(175.16,193.2) rotate(216)"/>
<use xlink:href="#Triangle" transform="translate(314.26,161) rotate(0)"/>
<use xlink:href="#Triangle" transform="translate(221.16,268.8) rotate(144)"/>
<use xlink:href="#Triangle" transform="translate(233.21,126.98) rotate(288)"/>
<path d="
M 600, 81 c 59.196, 0, 107.18, 48.148, 107.18, 107.542 c 0, 59.387 -47.983, 107.535 -107.18, 107.535 c -59.192, 0 -107.178 -48.148 -107.178 -107.535 C 493.322, 129.048, 541.308, 81, 601, 81 z
M600,139 c 27.109, 0, 49.081, 22.048, 49.081, 49.249 c 0,27.193 -21.972, 49.242 -49.081, 49.242 c -27.106, 0 -49.082 -22.049 -49.082 -49.242 C 551.418, 161.242, 573.394, 139, 600, 139 z"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(0) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(120) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(240) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(60) translate(49,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(180) translate(49,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(300) translate(49,0) rotate(90)"/>
<path d="
M 950,81 c 59.192, 0, 107.177, 48.148, 107.177, 107.542 c 0, 59.387 -47.984, 107.535 -107.177, 107.535 c -59.196, 0 -107.18 -48.148 -107.18 -107.535 C 843.906, 129.048, 891.89, 81, 950, 81 z
M 950, 139 c -27.109, 0 -49.085, 22.048 -49.085, 49.249 c 0, 27.193, 21.976, 49.242, 49.085, 49.242 c 27.106, 0, 49.082 -22.049, 49.082 -49.242 C 1000.168, 161.242, 978.192, 139, 950, 139 z"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(0) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(120) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(240) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(60) translate(49,0) rotate(-90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(180) translate(49,0) rotate(-90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(300) translate(49,0) rotate(-90)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,373 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:pdc="http://www.pebble.com/2015/pdc" viewBox="0 0 1200 400" version="1.2" baseProfile="tiny">
<desc>Example fillrule-evenodd - demonstrates fill-rule:evenodd</desc>
<rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue"/>
<defs>
<path id="Triangle" d="M 16,0 L -8,9 v-18 z" fill="black" stroke="none"/>
</defs>
<g fill-rule="evenodd" fill="red" stroke="black" stroke-width="3">
<path d="M 250,75 L 323,301 131,161 369,161 177,301 z"/>
<use xlink:href="#Triangle" transform="translate(306.21 249) rotate(72)"/>
<use xlink:href="#Triangle" transform="translate(175.16,193.2) rotate(216)"/>
<use xlink:href="#Triangle" transform="translate(314.26,161) rotate(0)"/>
<use xlink:href="#Triangle" transform="translate(221.16,268.8) rotate(144)"/>
<use xlink:href="#Triangle" transform="translate(233.21,126.98) rotate(288)"/>
<path d=" M 600, 81 c 59.196, 0, 107.18, 48.148, 107.18, 107.542 c 0, 59.387 -47.983, 107.535 -107.18, 107.535 c -59.192, 0 -107.178 -48.148 -107.178 -107.535 C 493.322, 129.048, 541.308, 81, 601, 81 z M600,139 c 27.109, 0, 49.081, 22.048, 49.081, 49.249 c 0,27.193 -21.972, 49.242 -49.081, 49.242 c -27.106, 0 -49.082 -22.049 -49.082 -49.242 C 551.418, 161.242, 573.394, 139, 600, 139 z">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="81.00" x="600.00" height="107.54" width="107.18"/>
<pdc:highlight y="188.54" x="600.00" height="107.54" width="107.18"/>
<pdc:highlight y="188.54" x="492.82" height="107.54" width="107.18"/>
<pdc:highlight y="81.00" x="492.82" height="107.54" width="108.18"/>
<pdc:highlight y="139.00" x="600.00" height="49.25" width="49.08"/>
<pdc:highlight y="188.25" x="600.00" height="49.24" width="49.08"/>
<pdc:highlight y="188.25" x="550.92" height="49.24" width="49.08"/>
<pdc:highlight y="139.00" x="550.92" height="49.25" width="49.08"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="81.14" x="605.52" details="Invalid point: (605.52, 81.14). Used closest supported coordinate: (605.5, 81.125)"/>
<pdc:highlight y="81.56" x="610.96" details="Invalid point: (610.96, 81.56). Used closest supported coordinate: (611.0, 81.5)"/>
<pdc:highlight y="82.24" x="616.32" details="Invalid point: (616.32, 82.24). Used closest supported coordinate: (616.375, 82.25)"/>
<pdc:highlight y="83.18" x="621.60" details="Invalid point: (621.60, 83.18). Used closest supported coordinate: (621.625, 83.125)"/>
<pdc:highlight y="84.39" x="626.79" details="Invalid point: (626.79, 84.39). Used closest supported coordinate: (626.75, 84.375)"/>
<pdc:highlight y="85.83" x="631.87" details="Invalid point: (631.87, 85.83). Used closest supported coordinate: (631.875, 85.875)"/>
<pdc:highlight y="87.53" x="636.85" details="Invalid point: (636.85, 87.53). Used closest supported coordinate: (636.875, 87.5)"/>
<pdc:highlight y="89.45" x="641.72" details="Invalid point: (641.72, 89.45). Used closest supported coordinate: (641.75, 89.5)"/>
<pdc:highlight y="91.60" x="646.47" details="Invalid point: (646.47, 91.60). Used closest supported coordinate: (646.5, 91.625)"/>
<pdc:highlight y="93.98" x="651.09" details="Invalid point: (651.09, 93.98). Used closest supported coordinate: (651.125, 94.0)"/>
<pdc:highlight y="96.57" x="655.58" details="Invalid point: (655.58, 96.57). Used closest supported coordinate: (655.625, 96.625)"/>
<pdc:highlight y="99.37" x="659.93" details="Invalid point: (659.93, 99.37). Used closest supported coordinate: (659.875, 99.375)"/>
<pdc:highlight y="102.36" x="664.13" details="Invalid point: (664.13, 102.36). Used closest supported coordinate: (664.125, 102.375)"/>
<pdc:highlight y="105.56" x="668.18" details="Invalid point: (668.18, 105.56). Used closest supported coordinate: (668.125, 105.5)"/>
<pdc:highlight y="108.94" x="672.07" details="Invalid point: (672.07, 108.94). Used closest supported coordinate: (672.125, 108.875)"/>
<pdc:highlight y="112.50" x="675.79" details="Invalid point: (675.79, 112.50). Used closest supported coordinate: (675.75, 112.5)"/>
<pdc:highlight y="116.23" x="679.34" details="Invalid point: (679.34, 116.23). Used closest supported coordinate: (679.375, 116.25)"/>
<pdc:highlight y="120.14" x="682.71" details="Invalid point: (682.71, 120.14). Used closest supported coordinate: (682.75, 120.125)"/>
<pdc:highlight y="124.20" x="685.89" details="Invalid point: (685.89, 124.20). Used closest supported coordinate: (685.875, 124.25)"/>
<pdc:highlight y="128.41" x="688.88" details="Invalid point: (688.88, 128.41). Used closest supported coordinate: (688.875, 128.375)"/>
<pdc:highlight y="132.78" x="691.66" details="Invalid point: (691.66, 132.78). Used closest supported coordinate: (691.625, 132.75)"/>
<pdc:highlight y="137.28" x="694.24" details="Invalid point: (694.24, 137.28). Used closest supported coordinate: (694.25, 137.25)"/>
<pdc:highlight y="141.92" x="696.61" details="Invalid point: (696.61, 141.92). Used closest supported coordinate: (696.625, 141.875)"/>
<pdc:highlight y="146.68" x="698.76" details="Invalid point: (698.76, 146.68). Used closest supported coordinate: (698.75, 146.625)"/>
<pdc:highlight y="151.57" x="700.68" details="Invalid point: (700.68, 151.57). Used closest supported coordinate: (700.625, 151.625)"/>
<pdc:highlight y="156.56" x="702.36" details="Invalid point: (702.36, 156.56). Used closest supported coordinate: (702.375, 156.625)"/>
<pdc:highlight y="161.67" x="703.81" details="Invalid point: (703.81, 161.67). Used closest supported coordinate: (703.75, 161.625)"/>
<pdc:highlight y="166.87" x="705.00" details="Invalid point: (705.00, 166.87). Used closest supported coordinate: (705.0, 166.875)"/>
<pdc:highlight y="172.17" x="705.94" details="Invalid point: (705.94, 172.17). Used closest supported coordinate: (706.0, 172.125)"/>
<pdc:highlight y="177.55" x="706.63" details="Invalid point: (706.63, 177.55). Used closest supported coordinate: (706.625, 177.5)"/>
<pdc:highlight y="183.01" x="707.04" details="Invalid point: (707.04, 183.01). Used closest supported coordinate: (707.0, 183.0)"/>
<pdc:highlight y="188.54" x="707.18" details="Invalid point: (707.18, 188.54). Used closest supported coordinate: (707.125, 188.5)"/>
<pdc:highlight y="194.08" x="707.04" details="Invalid point: (707.04, 194.08). Used closest supported coordinate: (707.0, 194.125)"/>
<pdc:highlight y="199.54" x="706.63" details="Invalid point: (706.63, 199.54). Used closest supported coordinate: (706.625, 199.5)"/>
<pdc:highlight y="204.92" x="705.94" details="Invalid point: (705.94, 204.92). Used closest supported coordinate: (706.0, 204.875)"/>
<pdc:highlight y="210.21" x="705.00" details="Invalid point: (705.00, 210.21). Used closest supported coordinate: (705.0, 210.25)"/>
<pdc:highlight y="215.42" x="703.81" details="Invalid point: (703.81, 215.42). Used closest supported coordinate: (703.75, 215.375)"/>
<pdc:highlight y="220.52" x="702.36" details="Invalid point: (702.36, 220.52). Used closest supported coordinate: (702.375, 220.5)"/>
<pdc:highlight y="225.52" x="700.68" details="Invalid point: (700.68, 225.52). Used closest supported coordinate: (700.625, 225.5)"/>
<pdc:highlight y="230.40" x="698.76" details="Invalid point: (698.76, 230.40). Used closest supported coordinate: (698.75, 230.375)"/>
<pdc:highlight y="235.16" x="696.61" details="Invalid point: (696.61, 235.16). Used closest supported coordinate: (696.625, 235.125)"/>
<pdc:highlight y="239.80" x="694.24" details="Invalid point: (694.24, 239.80). Used closest supported coordinate: (694.25, 239.75)"/>
<pdc:highlight y="244.30" x="691.66" details="Invalid point: (691.66, 244.30). Used closest supported coordinate: (691.625, 244.25)"/>
<pdc:highlight y="248.67" x="688.88" details="Invalid point: (688.88, 248.67). Used closest supported coordinate: (688.875, 248.625)"/>
<pdc:highlight y="252.88" x="685.89" details="Invalid point: (685.89, 252.88). Used closest supported coordinate: (685.875, 252.875)"/>
<pdc:highlight y="256.94" x="682.71" details="Invalid point: (682.71, 256.94). Used closest supported coordinate: (682.75, 257.0)"/>
<pdc:highlight y="260.85" x="679.34" details="Invalid point: (679.34, 260.85). Used closest supported coordinate: (679.375, 260.875)"/>
<pdc:highlight y="264.58" x="675.79" details="Invalid point: (675.79, 264.58). Used closest supported coordinate: (675.75, 264.625)"/>
<pdc:highlight y="268.14" x="672.07" details="Invalid point: (672.07, 268.14). Used closest supported coordinate: (672.125, 268.125)"/>
<pdc:highlight y="271.52" x="668.18" details="Invalid point: (668.18, 271.52). Used closest supported coordinate: (668.125, 271.5)"/>
<pdc:highlight y="274.71" x="664.13" details="Invalid point: (664.13, 274.71). Used closest supported coordinate: (664.125, 274.75)"/>
<pdc:highlight y="277.71" x="659.93" details="Invalid point: (659.93, 277.71). Used closest supported coordinate: (659.875, 277.75)"/>
<pdc:highlight y="280.51" x="655.58" details="Invalid point: (655.58, 280.51). Used closest supported coordinate: (655.625, 280.5)"/>
<pdc:highlight y="283.10" x="651.09" details="Invalid point: (651.09, 283.10). Used closest supported coordinate: (651.125, 283.125)"/>
<pdc:highlight y="285.47" x="646.47" details="Invalid point: (646.47, 285.47). Used closest supported coordinate: (646.5, 285.5)"/>
<pdc:highlight y="287.63" x="641.72" details="Invalid point: (641.72, 287.63). Used closest supported coordinate: (641.75, 287.625)"/>
<pdc:highlight y="289.55" x="636.85" details="Invalid point: (636.85, 289.55). Used closest supported coordinate: (636.875, 289.5)"/>
<pdc:highlight y="291.24" x="631.87" details="Invalid point: (631.87, 291.24). Used closest supported coordinate: (631.875, 291.25)"/>
<pdc:highlight y="292.69" x="626.79" details="Invalid point: (626.79, 292.69). Used closest supported coordinate: (626.75, 292.75)"/>
<pdc:highlight y="293.89" x="621.60" details="Invalid point: (621.60, 293.89). Used closest supported coordinate: (621.625, 293.875)"/>
<pdc:highlight y="294.84" x="616.32" details="Invalid point: (616.32, 294.84). Used closest supported coordinate: (616.375, 294.875)"/>
<pdc:highlight y="295.52" x="610.96" details="Invalid point: (610.96, 295.52). Used closest supported coordinate: (611.0, 295.5)"/>
<pdc:highlight y="295.94" x="605.52" details="Invalid point: (605.52, 295.94). Used closest supported coordinate: (605.5, 296.0)"/>
<pdc:highlight y="296.08" x="600.00" details="Invalid point: (600.00, 296.08). Used closest supported coordinate: (600.0, 296.125)"/>
<pdc:highlight y="295.94" x="594.48" details="Invalid point: (594.48, 295.94). Used closest supported coordinate: (594.5, 296.0)"/>
<pdc:highlight y="295.52" x="589.04" details="Invalid point: (589.04, 295.52). Used closest supported coordinate: (589.0, 295.5)"/>
<pdc:highlight y="294.84" x="583.68" details="Invalid point: (583.68, 294.84). Used closest supported coordinate: (583.625, 294.875)"/>
<pdc:highlight y="293.89" x="578.40" details="Invalid point: (578.40, 293.89). Used closest supported coordinate: (578.375, 293.875)"/>
<pdc:highlight y="292.69" x="573.21" details="Invalid point: (573.21, 292.69). Used closest supported coordinate: (573.25, 292.75)"/>
<pdc:highlight y="291.24" x="568.13" details="Invalid point: (568.13, 291.24). Used closest supported coordinate: (568.125, 291.25)"/>
<pdc:highlight y="289.55" x="563.15" details="Invalid point: (563.15, 289.55). Used closest supported coordinate: (563.125, 289.5)"/>
<pdc:highlight y="287.63" x="558.28" details="Invalid point: (558.28, 287.63). Used closest supported coordinate: (558.25, 287.625)"/>
<pdc:highlight y="285.47" x="553.53" details="Invalid point: (553.53, 285.47). Used closest supported coordinate: (553.5, 285.5)"/>
<pdc:highlight y="283.10" x="548.91" details="Invalid point: (548.91, 283.10). Used closest supported coordinate: (548.875, 283.125)"/>
<pdc:highlight y="280.51" x="544.42" details="Invalid point: (544.42, 280.51). Used closest supported coordinate: (544.375, 280.5)"/>
<pdc:highlight y="277.71" x="540.08" details="Invalid point: (540.08, 277.71). Used closest supported coordinate: (540.125, 277.75)"/>
<pdc:highlight y="274.71" x="535.87" details="Invalid point: (535.87, 274.71). Used closest supported coordinate: (535.875, 274.75)"/>
<pdc:highlight y="271.52" x="531.83" details="Invalid point: (531.83, 271.52). Used closest supported coordinate: (531.875, 271.5)"/>
<pdc:highlight y="268.14" x="527.94" details="Invalid point: (527.94, 268.14). Used closest supported coordinate: (527.875, 268.125)"/>
<pdc:highlight y="264.58" x="524.21" details="Invalid point: (524.21, 264.58). Used closest supported coordinate: (524.25, 264.625)"/>
<pdc:highlight y="260.85" x="520.66" details="Invalid point: (520.66, 260.85). Used closest supported coordinate: (520.625, 260.875)"/>
<pdc:highlight y="256.94" x="517.30" details="Invalid point: (517.30, 256.94). Used closest supported coordinate: (517.25, 257.0)"/>
<pdc:highlight y="252.88" x="514.11" details="Invalid point: (514.11, 252.88). Used closest supported coordinate: (514.125, 252.875)"/>
<pdc:highlight y="248.67" x="511.13" details="Invalid point: (511.13, 248.67). Used closest supported coordinate: (511.125, 248.625)"/>
<pdc:highlight y="244.30" x="508.34" details="Invalid point: (508.34, 244.30). Used closest supported coordinate: (508.375, 244.25)"/>
<pdc:highlight y="239.80" x="505.76" details="Invalid point: (505.76, 239.80). Used closest supported coordinate: (505.75, 239.75)"/>
<pdc:highlight y="235.16" x="503.39" details="Invalid point: (503.39, 235.16). Used closest supported coordinate: (503.375, 235.125)"/>
<pdc:highlight y="230.40" x="501.24" details="Invalid point: (501.24, 230.40). Used closest supported coordinate: (501.25, 230.375)"/>
<pdc:highlight y="225.52" x="499.32" details="Invalid point: (499.32, 225.52). Used closest supported coordinate: (499.375, 225.5)"/>
<pdc:highlight y="220.52" x="497.64" details="Invalid point: (497.64, 220.52). Used closest supported coordinate: (497.625, 220.5)"/>
<pdc:highlight y="215.42" x="496.20" details="Invalid point: (496.20, 215.42). Used closest supported coordinate: (496.25, 215.375)"/>
<pdc:highlight y="210.21" x="495.00" details="Invalid point: (495.00, 210.21). Used closest supported coordinate: (495.0, 210.25)"/>
<pdc:highlight y="204.92" x="494.06" details="Invalid point: (494.06, 204.92). Used closest supported coordinate: (494.0, 204.875)"/>
<pdc:highlight y="199.54" x="493.37" details="Invalid point: (493.37, 199.54). Used closest supported coordinate: (493.375, 199.5)"/>
<pdc:highlight y="194.08" x="492.96" details="Invalid point: (492.96, 194.08). Used closest supported coordinate: (493.0, 194.125)"/>
<pdc:highlight y="188.54" x="492.82" details="Invalid point: (492.82, 188.54). Used closest supported coordinate: (492.875, 188.5)"/>
<pdc:highlight y="183.00" x="493.01" details="Invalid point: (493.01, 183.00). Used closest supported coordinate: (493.0, 183.0)"/>
<pdc:highlight y="177.53" x="493.46" details="Invalid point: (493.46, 177.53). Used closest supported coordinate: (493.5, 177.5)"/>
<pdc:highlight y="172.14" x="494.18" details="Invalid point: (494.18, 172.14). Used closest supported coordinate: (494.125, 172.125)"/>
<pdc:highlight y="166.84" x="495.16" details="Invalid point: (495.16, 166.84). Used closest supported coordinate: (495.125, 166.875)"/>
<pdc:highlight y="161.63" x="496.40" details="Invalid point: (496.40, 161.63). Used closest supported coordinate: (496.375, 161.625)"/>
<pdc:highlight y="156.53" x="497.87" details="Invalid point: (497.87, 156.53). Used closest supported coordinate: (497.875, 156.5)"/>
<pdc:highlight y="151.53" x="499.59" details="Invalid point: (499.59, 151.53). Used closest supported coordinate: (499.625, 151.5)"/>
<pdc:highlight y="146.64" x="501.54" details="Invalid point: (501.54, 146.64). Used closest supported coordinate: (501.5, 146.625)"/>
<pdc:highlight y="141.87" x="503.72" details="Invalid point: (503.72, 141.87). Used closest supported coordinate: (503.75, 141.875)"/>
<pdc:highlight y="137.24" x="506.11" details="Invalid point: (506.11, 137.24). Used closest supported coordinate: (506.125, 137.25)"/>
<pdc:highlight y="132.73" x="508.72" details="Invalid point: (508.72, 132.73). Used closest supported coordinate: (508.75, 132.75)"/>
<pdc:highlight y="128.37" x="511.53" details="Invalid point: (511.53, 128.37). Used closest supported coordinate: (511.5, 128.375)"/>
<pdc:highlight y="124.16" x="514.54" details="Invalid point: (514.54, 124.16). Used closest supported coordinate: (514.5, 124.125)"/>
<pdc:highlight y="120.09" x="517.75" details="Invalid point: (517.75, 120.09). Used closest supported coordinate: (517.75, 120.125)"/>
<pdc:highlight y="116.19" x="521.14" details="Invalid point: (521.14, 116.19). Used closest supported coordinate: (521.125, 116.25)"/>
<pdc:highlight y="112.46" x="524.71" details="Invalid point: (524.71, 112.46). Used closest supported coordinate: (524.75, 112.5)"/>
<pdc:highlight y="108.90" x="528.46" details="Invalid point: (528.46, 108.90). Used closest supported coordinate: (528.5, 108.875)"/>
<pdc:highlight y="105.53" x="532.37" details="Invalid point: (532.37, 105.53). Used closest supported coordinate: (532.375, 105.5)"/>
<pdc:highlight y="102.34" x="536.45" details="Invalid point: (536.45, 102.34). Used closest supported coordinate: (536.5, 102.375)"/>
<pdc:highlight y="99.34" x="540.67" details="Invalid point: (540.67, 99.34). Used closest supported coordinate: (540.625, 99.375)"/>
<pdc:highlight y="96.55" x="545.05" details="Invalid point: (545.05, 96.55). Used closest supported coordinate: (545.0, 96.5)"/>
<pdc:highlight y="93.96" x="549.56" details="Invalid point: (549.56, 93.96). Used closest supported coordinate: (549.5, 94.0)"/>
<pdc:highlight y="91.59" x="554.21" details="Invalid point: (554.21, 91.59). Used closest supported coordinate: (554.25, 91.625)"/>
<pdc:highlight y="89.44" x="558.98" details="Invalid point: (558.98, 89.44). Used closest supported coordinate: (559.0, 89.375)"/>
<pdc:highlight y="87.51" x="563.88" details="Invalid point: (563.88, 87.51). Used closest supported coordinate: (563.875, 87.5)"/>
<pdc:highlight y="85.83" x="568.89" details="Invalid point: (568.89, 85.83). Used closest supported coordinate: (568.875, 85.875)"/>
<pdc:highlight y="84.38" x="574.01" details="Invalid point: (574.01, 84.38). Used closest supported coordinate: (574.0, 84.375)"/>
<pdc:highlight y="83.18" x="579.23" details="Invalid point: (579.23, 83.18). Used closest supported coordinate: (579.25, 83.125)"/>
<pdc:highlight y="82.24" x="584.55" details="Invalid point: (584.55, 82.24). Used closest supported coordinate: (584.5, 82.25)"/>
<pdc:highlight y="81.55" x="589.95" details="Invalid point: (589.95, 81.55). Used closest supported coordinate: (590.0, 81.5)"/>
<pdc:highlight y="81.14" x="595.44" details="Invalid point: (595.44, 81.14). Used closest supported coordinate: (595.5, 81.125)"/>
<pdc:highlight y="140.00" x="609.89" details="Invalid point: (609.89, 140.00). Used closest supported coordinate: (609.875, 140.0)"/>
<pdc:highlight y="142.87" x="619.11" details="Invalid point: (619.11, 142.87). Used closest supported coordinate: (619.125, 142.875)"/>
<pdc:highlight y="147.41" x="627.44" details="Invalid point: (627.44, 147.41). Used closest supported coordinate: (627.5, 147.375)"/>
<pdc:highlight y="153.42" x="634.71" details="Invalid point: (634.71, 153.42). Used closest supported coordinate: (634.75, 153.375)"/>
<pdc:highlight y="160.71" x="640.70" details="Invalid point: (640.70, 160.71). Used closest supported coordinate: (640.75, 160.75)"/>
<pdc:highlight y="169.08" x="645.22" details="Invalid point: (645.22, 169.08). Used closest supported coordinate: (645.25, 169.125)"/>
<pdc:highlight y="178.32" x="648.08" details="Invalid point: (648.08, 178.32). Used closest supported coordinate: (648.125, 178.375)"/>
<pdc:highlight y="188.25" x="649.08" details="Invalid point: (649.08, 188.25). Used closest supported coordinate: (649.125, 188.25)"/>
<pdc:highlight y="198.17" x="648.08" details="Invalid point: (648.08, 198.17). Used closest supported coordinate: (648.125, 198.125)"/>
<pdc:highlight y="207.42" x="645.23" details="Invalid point: (645.23, 207.42). Used closest supported coordinate: (645.25, 207.375)"/>
<pdc:highlight y="215.78" x="640.70" details="Invalid point: (640.70, 215.78). Used closest supported coordinate: (640.75, 215.75)"/>
<pdc:highlight y="223.07" x="634.71" details="Invalid point: (634.71, 223.07). Used closest supported coordinate: (634.75, 223.125)"/>
<pdc:highlight y="229.08" x="627.44" details="Invalid point: (627.44, 229.08). Used closest supported coordinate: (627.5, 229.125)"/>
<pdc:highlight y="233.62" x="619.11" details="Invalid point: (619.11, 233.62). Used closest supported coordinate: (619.125, 233.625)"/>
<pdc:highlight y="236.49" x="609.89" details="Invalid point: (609.89, 236.49). Used closest supported coordinate: (609.875, 236.5)"/>
<pdc:highlight y="237.49" x="600.00" details="Invalid point: (600.00, 237.49). Used closest supported coordinate: (600.0, 237.5)"/>
<pdc:highlight y="236.49" x="590.11" details="Invalid point: (590.11, 236.49). Used closest supported coordinate: (590.125, 236.5)"/>
<pdc:highlight y="233.62" x="580.90" details="Invalid point: (580.90, 233.62). Used closest supported coordinate: (580.875, 233.625)"/>
<pdc:highlight y="229.08" x="572.56" details="Invalid point: (572.56, 229.08). Used closest supported coordinate: (572.5, 229.125)"/>
<pdc:highlight y="223.07" x="565.29" details="Invalid point: (565.29, 223.07). Used closest supported coordinate: (565.25, 223.125)"/>
<pdc:highlight y="215.78" x="559.30" details="Invalid point: (559.30, 215.78). Used closest supported coordinate: (559.25, 215.75)"/>
<pdc:highlight y="207.42" x="554.78" details="Invalid point: (554.78, 207.42). Used closest supported coordinate: (554.75, 207.375)"/>
<pdc:highlight y="198.17" x="551.92" details="Invalid point: (551.92, 198.17). Used closest supported coordinate: (551.875, 198.125)"/>
<pdc:highlight y="188.25" x="550.92" details="Invalid point: (550.92, 188.25). Used closest supported coordinate: (550.875, 188.25)"/>
<pdc:highlight y="178.38" x="552.08" details="Invalid point: (552.08, 178.38). Used closest supported coordinate: (552.125, 178.375)"/>
<pdc:highlight y="169.16" x="555.06" details="Invalid point: (555.06, 169.16). Used closest supported coordinate: (555.0, 169.125)"/>
<pdc:highlight y="160.80" x="559.65" details="Invalid point: (559.65, 160.80). Used closest supported coordinate: (559.625, 160.75)"/>
<pdc:highlight y="153.50" x="565.67" details="Invalid point: (565.67, 153.50). Used closest supported coordinate: (565.625, 153.5)"/>
<pdc:highlight y="147.46" x="572.91" details="Invalid point: (572.91, 147.46). Used closest supported coordinate: (572.875, 147.5)"/>
<pdc:highlight y="142.90" x="581.18" details="Invalid point: (581.18, 142.90). Used closest supported coordinate: (581.125, 142.875)"/>
<pdc:highlight y="140.01" x="590.27" details="Invalid point: (590.27, 140.01). Used closest supported coordinate: (590.25, 140.0)"/>
</pdc:annotation>
</path>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(0) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(120) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(240) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(60) translate(49,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(180) translate(49,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(300) translate(49,0) rotate(90)"/>
<path d=" M 950,81 c 59.192, 0, 107.177, 48.148, 107.177, 107.542 c 0, 59.387 -47.984, 107.535 -107.177, 107.535 c -59.196, 0 -107.18 -48.148 -107.18 -107.535 C 843.906, 129.048, 891.89, 81, 950, 81 z M 950, 139 c -27.109, 0 -49.085, 22.048 -49.085, 49.249 c 0, 27.193, 21.976, 49.242, 49.085, 49.242 c 27.106, 0, 49.082 -22.049, 49.082 -49.242 C 1000.168, 161.242, 978.192, 139, 950, 139 z">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="81.00" x="950.00" height="107.54" width="107.18"/>
<pdc:highlight y="188.54" x="950.00" height="107.54" width="107.18"/>
<pdc:highlight y="188.54" x="842.82" height="107.54" width="107.18"/>
<pdc:highlight y="81.00" x="842.82" height="107.54" width="107.18"/>
<pdc:highlight y="139.00" x="900.91" height="49.25" width="49.09"/>
<pdc:highlight y="188.25" x="900.91" height="49.24" width="49.09"/>
<pdc:highlight y="188.25" x="950.00" height="49.24" width="49.08"/>
<pdc:highlight y="139.00" x="950.00" height="49.25" width="49.08"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="81.14" x="955.52" details="Invalid point: (955.52, 81.14). Used closest supported coordinate: (955.5, 81.125)"/>
<pdc:highlight y="81.56" x="960.96" details="Invalid point: (960.96, 81.56). Used closest supported coordinate: (961.0, 81.5)"/>
<pdc:highlight y="82.24" x="966.32" details="Invalid point: (966.32, 82.24). Used closest supported coordinate: (966.375, 82.25)"/>
<pdc:highlight y="83.18" x="971.60" details="Invalid point: (971.60, 83.18). Used closest supported coordinate: (971.625, 83.125)"/>
<pdc:highlight y="84.39" x="976.79" details="Invalid point: (976.79, 84.39). Used closest supported coordinate: (976.75, 84.375)"/>
<pdc:highlight y="85.83" x="981.87" details="Invalid point: (981.87, 85.83). Used closest supported coordinate: (981.875, 85.875)"/>
<pdc:highlight y="87.53" x="986.85" details="Invalid point: (986.85, 87.53). Used closest supported coordinate: (986.875, 87.5)"/>
<pdc:highlight y="89.45" x="991.72" details="Invalid point: (991.72, 89.45). Used closest supported coordinate: (991.75, 89.5)"/>
<pdc:highlight y="91.60" x="996.47" details="Invalid point: (996.47, 91.60). Used closest supported coordinate: (996.5, 91.625)"/>
<pdc:highlight y="93.98" x="1001.09" details="Invalid point: (1001.09, 93.98). Used closest supported coordinate: (1001.125, 94.0)"/>
<pdc:highlight y="96.57" x="1005.58" details="Invalid point: (1005.58, 96.57). Used closest supported coordinate: (1005.625, 96.625)"/>
<pdc:highlight y="99.37" x="1009.92" details="Invalid point: (1009.92, 99.37). Used closest supported coordinate: (1009.875, 99.375)"/>
<pdc:highlight y="102.36" x="1014.13" details="Invalid point: (1014.13, 102.36). Used closest supported coordinate: (1014.125, 102.375)"/>
<pdc:highlight y="105.56" x="1018.17" details="Invalid point: (1018.17, 105.56). Used closest supported coordinate: (1018.125, 105.5)"/>
<pdc:highlight y="108.94" x="1022.06" details="Invalid point: (1022.06, 108.94). Used closest supported coordinate: (1022.125, 108.875)"/>
<pdc:highlight y="112.50" x="1025.79" details="Invalid point: (1025.79, 112.50). Used closest supported coordinate: (1025.75, 112.5)"/>
<pdc:highlight y="116.23" x="1029.33" details="Invalid point: (1029.33, 116.23). Used closest supported coordinate: (1029.375, 116.25)"/>
<pdc:highlight y="120.14" x="1032.70" details="Invalid point: (1032.70, 120.14). Used closest supported coordinate: (1032.75, 120.125)"/>
<pdc:highlight y="124.20" x="1035.88" details="Invalid point: (1035.88, 124.20). Used closest supported coordinate: (1035.875, 124.25)"/>
<pdc:highlight y="128.41" x="1038.87" details="Invalid point: (1038.87, 128.41). Used closest supported coordinate: (1038.875, 128.375)"/>
<pdc:highlight y="132.78" x="1041.66" details="Invalid point: (1041.66, 132.78). Used closest supported coordinate: (1041.625, 132.75)"/>
<pdc:highlight y="137.28" x="1044.24" details="Invalid point: (1044.24, 137.28). Used closest supported coordinate: (1044.25, 137.25)"/>
<pdc:highlight y="141.92" x="1046.61" details="Invalid point: (1046.61, 141.92). Used closest supported coordinate: (1046.625, 141.875)"/>
<pdc:highlight y="146.68" x="1048.75" details="Invalid point: (1048.75, 146.68). Used closest supported coordinate: (1048.75, 146.625)"/>
<pdc:highlight y="151.57" x="1050.67" details="Invalid point: (1050.67, 151.57). Used closest supported coordinate: (1050.625, 151.625)"/>
<pdc:highlight y="156.56" x="1052.36" details="Invalid point: (1052.36, 156.56). Used closest supported coordinate: (1052.375, 156.625)"/>
<pdc:highlight y="161.67" x="1053.80" details="Invalid point: (1053.80, 161.67). Used closest supported coordinate: (1053.75, 161.625)"/>
<pdc:highlight y="166.87" x="1055.00" details="Invalid point: (1055.00, 166.87). Used closest supported coordinate: (1055.0, 166.875)"/>
<pdc:highlight y="172.17" x="1055.94" details="Invalid point: (1055.94, 172.17). Used closest supported coordinate: (1056.0, 172.125)"/>
<pdc:highlight y="177.55" x="1056.62" details="Invalid point: (1056.62, 177.55). Used closest supported coordinate: (1056.625, 177.5)"/>
<pdc:highlight y="183.01" x="1057.04" details="Invalid point: (1057.04, 183.01). Used closest supported coordinate: (1057.0, 183.0)"/>
<pdc:highlight y="188.54" x="1057.18" details="Invalid point: (1057.18, 188.54). Used closest supported coordinate: (1057.125, 188.5)"/>
<pdc:highlight y="194.08" x="1057.04" details="Invalid point: (1057.04, 194.08). Used closest supported coordinate: (1057.0, 194.125)"/>
<pdc:highlight y="199.54" x="1056.62" details="Invalid point: (1056.62, 199.54). Used closest supported coordinate: (1056.625, 199.5)"/>
<pdc:highlight y="204.92" x="1055.94" details="Invalid point: (1055.94, 204.92). Used closest supported coordinate: (1056.0, 204.875)"/>
<pdc:highlight y="210.21" x="1055.00" details="Invalid point: (1055.00, 210.21). Used closest supported coordinate: (1055.0, 210.25)"/>
<pdc:highlight y="215.42" x="1053.80" details="Invalid point: (1053.80, 215.42). Used closest supported coordinate: (1053.75, 215.375)"/>
<pdc:highlight y="220.52" x="1052.36" details="Invalid point: (1052.36, 220.52). Used closest supported coordinate: (1052.375, 220.5)"/>
<pdc:highlight y="225.52" x="1050.67" details="Invalid point: (1050.67, 225.52). Used closest supported coordinate: (1050.625, 225.5)"/>
<pdc:highlight y="230.40" x="1048.75" details="Invalid point: (1048.75, 230.40). Used closest supported coordinate: (1048.75, 230.375)"/>
<pdc:highlight y="235.16" x="1046.61" details="Invalid point: (1046.61, 235.16). Used closest supported coordinate: (1046.625, 235.125)"/>
<pdc:highlight y="239.80" x="1044.24" details="Invalid point: (1044.24, 239.80). Used closest supported coordinate: (1044.25, 239.75)"/>
<pdc:highlight y="244.30" x="1041.66" details="Invalid point: (1041.66, 244.30). Used closest supported coordinate: (1041.625, 244.25)"/>
<pdc:highlight y="248.67" x="1038.87" details="Invalid point: (1038.87, 248.67). Used closest supported coordinate: (1038.875, 248.625)"/>
<pdc:highlight y="252.88" x="1035.88" details="Invalid point: (1035.88, 252.88). Used closest supported coordinate: (1035.875, 252.875)"/>
<pdc:highlight y="256.94" x="1032.70" details="Invalid point: (1032.70, 256.94). Used closest supported coordinate: (1032.75, 257.0)"/>
<pdc:highlight y="260.85" x="1029.33" details="Invalid point: (1029.33, 260.85). Used closest supported coordinate: (1029.375, 260.875)"/>
<pdc:highlight y="264.58" x="1025.78" details="Invalid point: (1025.78, 264.58). Used closest supported coordinate: (1025.75, 264.625)"/>
<pdc:highlight y="268.14" x="1022.06" details="Invalid point: (1022.06, 268.14). Used closest supported coordinate: (1022.125, 268.125)"/>
<pdc:highlight y="271.52" x="1018.17" details="Invalid point: (1018.17, 271.52). Used closest supported coordinate: (1018.125, 271.5)"/>
<pdc:highlight y="274.71" x="1014.13" details="Invalid point: (1014.13, 274.71). Used closest supported coordinate: (1014.125, 274.75)"/>
<pdc:highlight y="277.71" x="1009.92" details="Invalid point: (1009.92, 277.71). Used closest supported coordinate: (1009.875, 277.75)"/>
<pdc:highlight y="280.51" x="1005.57" details="Invalid point: (1005.57, 280.51). Used closest supported coordinate: (1005.625, 280.5)"/>
<pdc:highlight y="283.10" x="1001.09" details="Invalid point: (1001.09, 283.10). Used closest supported coordinate: (1001.125, 283.125)"/>
<pdc:highlight y="285.47" x="996.47" details="Invalid point: (996.47, 285.47). Used closest supported coordinate: (996.5, 285.5)"/>
<pdc:highlight y="287.63" x="991.72" details="Invalid point: (991.72, 287.63). Used closest supported coordinate: (991.75, 287.625)"/>
<pdc:highlight y="289.55" x="986.85" details="Invalid point: (986.85, 289.55). Used closest supported coordinate: (986.875, 289.5)"/>
<pdc:highlight y="291.24" x="981.87" details="Invalid point: (981.87, 291.24). Used closest supported coordinate: (981.875, 291.25)"/>
<pdc:highlight y="292.69" x="976.78" details="Invalid point: (976.78, 292.69). Used closest supported coordinate: (976.75, 292.75)"/>
<pdc:highlight y="293.89" x="971.60" details="Invalid point: (971.60, 293.89). Used closest supported coordinate: (971.625, 293.875)"/>
<pdc:highlight y="294.84" x="966.32" details="Invalid point: (966.32, 294.84). Used closest supported coordinate: (966.375, 294.875)"/>
<pdc:highlight y="295.52" x="960.96" details="Invalid point: (960.96, 295.52). Used closest supported coordinate: (961.0, 295.5)"/>
<pdc:highlight y="295.94" x="955.52" details="Invalid point: (955.52, 295.94). Used closest supported coordinate: (955.5, 296.0)"/>
<pdc:highlight y="296.08" x="950.00" details="Invalid point: (950.00, 296.08). Used closest supported coordinate: (950.0, 296.125)"/>
<pdc:highlight y="295.94" x="944.48" details="Invalid point: (944.48, 295.94). Used closest supported coordinate: (944.5, 296.0)"/>
<pdc:highlight y="295.52" x="939.04" details="Invalid point: (939.04, 295.52). Used closest supported coordinate: (939.0, 295.5)"/>
<pdc:highlight y="294.84" x="933.68" details="Invalid point: (933.68, 294.84). Used closest supported coordinate: (933.625, 294.875)"/>
<pdc:highlight y="293.89" x="928.40" details="Invalid point: (928.40, 293.89). Used closest supported coordinate: (928.375, 293.875)"/>
<pdc:highlight y="292.69" x="923.21" details="Invalid point: (923.21, 292.69). Used closest supported coordinate: (923.25, 292.75)"/>
<pdc:highlight y="291.24" x="918.13" details="Invalid point: (918.13, 291.24). Used closest supported coordinate: (918.125, 291.25)"/>
<pdc:highlight y="289.55" x="913.15" details="Invalid point: (913.15, 289.55). Used closest supported coordinate: (913.125, 289.5)"/>
<pdc:highlight y="287.63" x="908.28" details="Invalid point: (908.28, 287.63). Used closest supported coordinate: (908.25, 287.625)"/>
<pdc:highlight y="285.47" x="903.53" details="Invalid point: (903.53, 285.47). Used closest supported coordinate: (903.5, 285.5)"/>
<pdc:highlight y="283.10" x="898.91" details="Invalid point: (898.91, 283.10). Used closest supported coordinate: (898.875, 283.125)"/>
<pdc:highlight y="280.51" x="894.42" details="Invalid point: (894.42, 280.51). Used closest supported coordinate: (894.375, 280.5)"/>
<pdc:highlight y="277.71" x="890.07" details="Invalid point: (890.07, 277.71). Used closest supported coordinate: (890.125, 277.75)"/>
<pdc:highlight y="274.71" x="885.87" details="Invalid point: (885.87, 274.71). Used closest supported coordinate: (885.875, 274.75)"/>
<pdc:highlight y="271.52" x="881.82" details="Invalid point: (881.82, 271.52). Used closest supported coordinate: (881.875, 271.5)"/>
<pdc:highlight y="268.14" x="877.93" details="Invalid point: (877.93, 268.14). Used closest supported coordinate: (877.875, 268.125)"/>
<pdc:highlight y="264.58" x="874.21" details="Invalid point: (874.21, 264.58). Used closest supported coordinate: (874.25, 264.625)"/>
<pdc:highlight y="260.85" x="870.66" details="Invalid point: (870.66, 260.85). Used closest supported coordinate: (870.625, 260.875)"/>
<pdc:highlight y="256.94" x="867.29" details="Invalid point: (867.29, 256.94). Used closest supported coordinate: (867.25, 257.0)"/>
<pdc:highlight y="252.88" x="864.11" details="Invalid point: (864.11, 252.88). Used closest supported coordinate: (864.125, 252.875)"/>
<pdc:highlight y="248.67" x="861.12" details="Invalid point: (861.12, 248.67). Used closest supported coordinate: (861.125, 248.625)"/>
<pdc:highlight y="244.30" x="858.34" details="Invalid point: (858.34, 244.30). Used closest supported coordinate: (858.375, 244.25)"/>
<pdc:highlight y="239.80" x="855.76" details="Invalid point: (855.76, 239.80). Used closest supported coordinate: (855.75, 239.75)"/>
<pdc:highlight y="235.16" x="853.39" details="Invalid point: (853.39, 235.16). Used closest supported coordinate: (853.375, 235.125)"/>
<pdc:highlight y="230.40" x="851.24" details="Invalid point: (851.24, 230.40). Used closest supported coordinate: (851.25, 230.375)"/>
<pdc:highlight y="225.52" x="849.32" details="Invalid point: (849.32, 225.52). Used closest supported coordinate: (849.375, 225.5)"/>
<pdc:highlight y="220.52" x="847.64" details="Invalid point: (847.64, 220.52). Used closest supported coordinate: (847.625, 220.5)"/>
<pdc:highlight y="215.42" x="846.19" details="Invalid point: (846.19, 215.42). Used closest supported coordinate: (846.25, 215.375)"/>
<pdc:highlight y="210.21" x="845.00" details="Invalid point: (845.00, 210.21). Used closest supported coordinate: (845.0, 210.25)"/>
<pdc:highlight y="204.92" x="844.06" details="Invalid point: (844.06, 204.92). Used closest supported coordinate: (844.0, 204.875)"/>
<pdc:highlight y="199.54" x="843.37" details="Invalid point: (843.37, 199.54). Used closest supported coordinate: (843.375, 199.5)"/>
<pdc:highlight y="194.08" x="842.96" details="Invalid point: (842.96, 194.08). Used closest supported coordinate: (843.0, 194.125)"/>
<pdc:highlight y="188.54" x="842.82" details="Invalid point: (842.82, 188.54). Used closest supported coordinate: (842.875, 188.5)"/>
<pdc:highlight y="183.00" x="843.06" details="Invalid point: (843.06, 183.00). Used closest supported coordinate: (843.0, 183.0)"/>
<pdc:highlight y="177.53" x="843.56" details="Invalid point: (843.56, 177.53). Used closest supported coordinate: (843.625, 177.5)"/>
<pdc:highlight y="172.14" x="844.33" details="Invalid point: (844.33, 172.14). Used closest supported coordinate: (844.375, 172.125)"/>
<pdc:highlight y="166.84" x="845.35" details="Invalid point: (845.35, 166.84). Used closest supported coordinate: (845.375, 166.875)"/>
<pdc:highlight y="161.63" x="846.62" details="Invalid point: (846.62, 161.63). Used closest supported coordinate: (846.625, 161.625)"/>
<pdc:highlight y="156.53" x="848.13" details="Invalid point: (848.13, 156.53). Used closest supported coordinate: (848.125, 156.5)"/>
<pdc:highlight y="151.53" x="849.88" details="Invalid point: (849.88, 151.53). Used closest supported coordinate: (849.875, 151.5)"/>
<pdc:highlight y="146.64" x="851.85" details="Invalid point: (851.85, 146.64). Used closest supported coordinate: (851.875, 146.625)"/>
<pdc:highlight y="141.87" x="854.05" details="Invalid point: (854.05, 141.87). Used closest supported coordinate: (854.0, 141.875)"/>
<pdc:highlight y="137.24" x="856.46" details="Invalid point: (856.46, 137.24). Used closest supported coordinate: (856.5, 137.25)"/>
<pdc:highlight y="132.73" x="859.07" details="Invalid point: (859.07, 132.73). Used closest supported coordinate: (859.125, 132.75)"/>
<pdc:highlight y="128.37" x="861.89" details="Invalid point: (861.89, 128.37). Used closest supported coordinate: (861.875, 128.375)"/>
<pdc:highlight y="124.16" x="864.90" details="Invalid point: (864.90, 124.16). Used closest supported coordinate: (864.875, 124.125)"/>
<pdc:highlight y="120.09" x="868.10" details="Invalid point: (868.10, 120.09). Used closest supported coordinate: (868.125, 120.125)"/>
<pdc:highlight y="116.19" x="871.47" details="Invalid point: (871.47, 116.19). Used closest supported coordinate: (871.5, 116.25)"/>
<pdc:highlight y="112.46" x="875.03" details="Invalid point: (875.03, 112.46). Used closest supported coordinate: (875.0, 112.5)"/>
<pdc:highlight y="108.90" x="878.75" details="Invalid point: (878.75, 108.90). Used closest supported coordinate: (878.75, 108.875)"/>
<pdc:highlight y="105.53" x="882.62" details="Invalid point: (882.62, 105.53). Used closest supported coordinate: (882.625, 105.5)"/>
<pdc:highlight y="102.34" x="886.66" details="Invalid point: (886.66, 102.34). Used closest supported coordinate: (886.625, 102.375)"/>
<pdc:highlight y="99.34" x="890.84" details="Invalid point: (890.84, 99.34). Used closest supported coordinate: (890.875, 99.375)"/>
<pdc:highlight y="96.55" x="895.16" details="Invalid point: (895.16, 96.55). Used closest supported coordinate: (895.125, 96.5)"/>
<pdc:highlight y="93.96" x="899.61" details="Invalid point: (899.61, 93.96). Used closest supported coordinate: (899.625, 94.0)"/>
<pdc:highlight y="91.59" x="904.19" details="Invalid point: (904.19, 91.59). Used closest supported coordinate: (904.25, 91.625)"/>
<pdc:highlight y="89.44" x="908.89" details="Invalid point: (908.89, 89.44). Used closest supported coordinate: (908.875, 89.375)"/>
<pdc:highlight y="87.51" x="913.70" details="Invalid point: (913.70, 87.51). Used closest supported coordinate: (913.75, 87.5)"/>
<pdc:highlight y="85.83" x="918.62" details="Invalid point: (918.62, 85.83). Used closest supported coordinate: (918.625, 85.875)"/>
<pdc:highlight y="84.38" x="923.64" details="Invalid point: (923.64, 84.38). Used closest supported coordinate: (923.625, 84.375)"/>
<pdc:highlight y="83.18" x="928.76" details="Invalid point: (928.76, 83.18). Used closest supported coordinate: (928.75, 83.125)"/>
<pdc:highlight y="82.24" x="933.95" details="Invalid point: (933.95, 82.24). Used closest supported coordinate: (934.0, 82.25)"/>
<pdc:highlight y="81.55" x="939.23" details="Invalid point: (939.23, 81.55). Used closest supported coordinate: (939.25, 81.5)"/>
<pdc:highlight y="81.14" x="944.58" details="Invalid point: (944.58, 81.14). Used closest supported coordinate: (944.625, 81.125)"/>
<pdc:highlight y="140.00" x="940.11" details="Invalid point: (940.11, 140.00). Used closest supported coordinate: (940.125, 140.0)"/>
<pdc:highlight y="142.87" x="930.89" details="Invalid point: (930.89, 142.87). Used closest supported coordinate: (930.875, 142.875)"/>
<pdc:highlight y="147.41" x="922.56" details="Invalid point: (922.56, 147.41). Used closest supported coordinate: (922.5, 147.375)"/>
<pdc:highlight y="153.42" x="915.29" details="Invalid point: (915.29, 153.42). Used closest supported coordinate: (915.25, 153.375)"/>
<pdc:highlight y="160.71" x="909.30" details="Invalid point: (909.30, 160.71). Used closest supported coordinate: (909.25, 160.75)"/>
<pdc:highlight y="169.08" x="904.77" details="Invalid point: (904.77, 169.08). Used closest supported coordinate: (904.75, 169.125)"/>
<pdc:highlight y="178.32" x="901.91" details="Invalid point: (901.91, 178.32). Used closest supported coordinate: (901.875, 178.375)"/>
<pdc:highlight y="188.25" x="900.91" details="Invalid point: (900.91, 188.25). Used closest supported coordinate: (900.875, 188.25)"/>
<pdc:highlight y="198.17" x="901.91" details="Invalid point: (901.91, 198.17). Used closest supported coordinate: (901.875, 198.125)"/>
<pdc:highlight y="207.42" x="904.77" details="Invalid point: (904.77, 207.42). Used closest supported coordinate: (904.75, 207.375)"/>
<pdc:highlight y="215.78" x="909.30" details="Invalid point: (909.30, 215.78). Used closest supported coordinate: (909.25, 215.75)"/>
<pdc:highlight y="223.07" x="915.29" details="Invalid point: (915.29, 223.07). Used closest supported coordinate: (915.25, 223.125)"/>
<pdc:highlight y="229.08" x="922.56" details="Invalid point: (922.56, 229.08). Used closest supported coordinate: (922.5, 229.125)"/>
<pdc:highlight y="233.62" x="930.89" details="Invalid point: (930.89, 233.62). Used closest supported coordinate: (930.875, 233.625)"/>
<pdc:highlight y="236.49" x="940.11" details="Invalid point: (940.11, 236.49). Used closest supported coordinate: (940.125, 236.5)"/>
<pdc:highlight y="237.49" x="950.00" details="Invalid point: (950.00, 237.49). Used closest supported coordinate: (950.0, 237.5)"/>
<pdc:highlight y="236.49" x="959.89" details="Invalid point: (959.89, 236.49). Used closest supported coordinate: (959.875, 236.5)"/>
<pdc:highlight y="233.62" x="969.10" details="Invalid point: (969.10, 233.62). Used closest supported coordinate: (969.125, 233.625)"/>
<pdc:highlight y="229.08" x="977.44" details="Invalid point: (977.44, 229.08). Used closest supported coordinate: (977.5, 229.125)"/>
<pdc:highlight y="223.07" x="984.71" details="Invalid point: (984.71, 223.07). Used closest supported coordinate: (984.75, 223.125)"/>
<pdc:highlight y="215.78" x="990.70" details="Invalid point: (990.70, 215.78). Used closest supported coordinate: (990.75, 215.75)"/>
<pdc:highlight y="207.42" x="995.22" details="Invalid point: (995.22, 207.42). Used closest supported coordinate: (995.25, 207.375)"/>
<pdc:highlight y="198.17" x="998.08" details="Invalid point: (998.08, 198.17). Used closest supported coordinate: (998.125, 198.125)"/>
<pdc:highlight y="188.25" x="999.08" details="Invalid point: (999.08, 188.25). Used closest supported coordinate: (999.125, 188.25)"/>
<pdc:highlight y="178.38" x="998.44" details="Invalid point: (998.44, 178.38). Used closest supported coordinate: (998.5, 178.375)"/>
<pdc:highlight y="169.16" x="995.84" details="Invalid point: (995.84, 169.16). Used closest supported coordinate: (995.875, 169.125)"/>
<pdc:highlight y="160.80" x="991.46" details="Invalid point: (991.46, 160.80). Used closest supported coordinate: (991.5, 160.75)"/>
<pdc:highlight y="153.50" x="985.52" details="Invalid point: (985.52, 153.50). Used closest supported coordinate: (985.5, 153.5)"/>
<pdc:highlight y="147.46" x="978.21" details="Invalid point: (978.21, 147.46). Used closest supported coordinate: (978.25, 147.5)"/>
<pdc:highlight y="142.90" x="969.72" details="Invalid point: (969.72, 142.90). Used closest supported coordinate: (969.75, 142.875)"/>
<pdc:highlight y="140.01" x="960.25" details="Invalid point: (960.25, 140.01). Used closest supported coordinate: (960.25, 140.0)"/>
<pdc:highlight y="139.26" x="955.21" details="Invalid point: (955.21, 139.26). Used closest supported coordinate: (955.25, 139.25)"/>
</pdc:annotation>
</path>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(0) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(120) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(240) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(60) translate(49,0) rotate(-90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(180) translate(49,0) rotate(-90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(300) translate(49,0) rotate(-90)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,38 @@
<?xml version="1.0"?>
<svg viewBox="0 0 1200 400" version="1.2" baseProfile="tiny"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>Example fillrule-evenodd - demonstrates fill-rule:evenodd</desc>
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" />
<defs>
<path id="Triangle" d="M 16,0 L -8,9 v-18 z" fill="black" stroke="none" />
</defs>
<g fill-rule="evenodd" fill="red" stroke="black" stroke-width="3" >
<path d="M 250,75 L 323,301 131,161 369,161 177,301 z" />
<use xlink:href="#Triangle" transform="translate(306.21 249) rotate(72)"/>
<use xlink:href="#Triangle" transform="translate(175.16,193.2) rotate(216)"/>
<use xlink:href="#Triangle" transform="translate(314.26,161) rotate(0)"/>
<use xlink:href="#Triangle" transform="translate(221.16,268.8) rotate(144)"/>
<use xlink:href="#Triangle" transform="translate(233.21,126.98) rotate(288)"/>
<path d="
M 600, 81 c 59.196, 0, 107.18, 48.148, 107.18, 107.542 c 0, 59.387 -47.983, 107.535 -107.18, 107.535 c -59.192, 0 -107.178 -48.148 -107.178 -107.535 C 493.322, 129.048, 541.308, 81, 601, 81 z
M600,139 c 27.109, 0, 49.081, 22.048, 49.081, 49.249 c 0,27.193 -21.972, 49.242 -49.081, 49.242 c -27.106, 0 -49.082 -22.049 -49.082 -49.242 C 551.418, 161.242, 573.394, 139, 600, 139 z"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(0) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(120) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(240) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(60) translate(49,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(180) translate(49,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(600,188) rotate(300) translate(49,0) rotate(90)"/>
<path d="
M 950,81 c 59.192, 0, 107.177, 48.148, 107.177, 107.542 c 0, 59.387 -47.984, 107.535 -107.177, 107.535 c -59.196, 0 -107.18 -48.148 -107.18 -107.535 C 843.906, 129.048, 891.89, 81, 950, 81 z
M 950, 139 c -27.109, 0 -49.085, 22.048 -49.085, 49.249 c 0, 27.193, 21.976, 49.242, 49.085, 49.242 c 27.106, 0, 49.082 -22.049, 49.082 -49.242 C 1000.168, 161.242, 978.192, 139, 950, 139 z"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(0) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(120) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(240) translate(107,0) rotate(90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(60) translate(49,0) rotate(-90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(180) translate(49,0) rotate(-90)"/>
<use xlink:href="#Triangle" transform="translate(950,188) rotate(300) translate(49,0) rotate(-90)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,30 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="2cm" viewBox="0 0 1200 200" version="1.2" baseProfile="tiny">
<desc>Example linecap - demonstrates three stroke-linecap values</desc>
<rect x="1" y="1" width="1198" height="198" fill="none" stroke="blue"/>
<defs>
<line id="line1" x1="-125" x2="125" y1="0" y2="0" fill="none"/>
<g id="circles">
<circle fill="#ffcccc" stroke="none" id="circle1" cx="-125" cy="0" r="8"/>
<circle fill="#ffcccc" stroke="none" id="circle2" cx="125" cy="0" r="8"/>
</g>
</defs>
<g transform="translate(200,75)">
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="butt"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'butt' cap</text>
</g>
<g transform="translate(600,75)">
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="round"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'round' cap</text>
</g>
<g transform="translate(1000,75)">
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="square"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'square' cap</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,32 @@
<?xml version="1.0"?>
<svg width="12cm" height="2cm" viewBox="0 0 1200 200" version="1.2" baseProfile="tiny"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>Example linecap - demonstrates three stroke-linecap values</desc>
<rect x="1" y="1" width="1198" height="198" fill="none" stroke="blue" />
<defs>
<line id="line1" x1="-125" x2="125" y1="0" y2="0" fill="none" />
<g id="circles">
<circle fill="#ffcccc" stroke="none" id="circle1" cx="-125" cy="0" r="8"/>
<circle fill="#ffcccc" stroke="none" id="circle2" cx="125" cy="0" r="8"/>
</g>
</defs>
<g transform="translate(200,75)">
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="butt"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'butt' cap</text>
</g>
<g transform="translate(600,75)">
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="round"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'round' cap</text>
</g>
<g transform="translate(1000,75)">
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="square"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'square' cap</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

View file

@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:pdc="http://www.pebble.com/2015/pdc" width="12cm" height="3.5cm" viewBox="0 0 1200 350" version="1.2" baseProfile="tiny">
<desc>Example linecap - demonstrates three stroke-linecap values</desc>
<rect x="1" y="1" width="1198" height="348" fill="none" stroke="blue"/>
<defs>
<path id="path1" d="M -125,150 L 0,0 L 125,150" fill="none"/>
<circle fill="#ffcccc" stroke="none" id="circle1" cx="0" cy="0" r="8"/>
</defs>
<g transform="translate(200,75)">
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="miter"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'miter' join</text>
</g>
<g transform="translate(600,75)">
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="round"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'round' join</text>
</g>
<g transform="translate(1000,75)">
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="bevel"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'bevel' join</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View file

@ -0,0 +1,29 @@
<?xml version="1.0"?>
<svg width="12cm" height="3.5cm" viewBox="0 0 1200 350" version="1.2" baseProfile="tiny"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>Example linecap - demonstrates three stroke-linecap values</desc>
<rect x="1" y="1" width="1198" height="348" fill="none" stroke="blue" />
<defs>
<path id="path1" d="M -125,150 L 0,0 L 125,150" fill="none" />
<circle fill="#ffcccc" stroke="none" id="circle1" cx="0" cy="0" r="8"/>
</defs>
<g transform="translate(200,75)">
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="miter"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'miter' join</text>
</g>
<g transform="translate(600,75)">
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="round"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'round' join</text>
</g>
<g transform="translate(1000,75)">
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="bevel"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
<text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'bevel' join</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" version="1.2" baseProfile="tiny" width="6cm" height="4cm" viewBox="0 0 600 400" viewport-fill="rgb(255,150,200)">
<desc>Example non-scaling stroke</desc>
<rect x="1" y="1" width="598" height="398" fill="none" stroke="black"/>
<g transform="scale(9,1)">
<line stroke="black" stroke-width="5" x1="10" y1="50" x2="10" y2="350"/>
<line vector-effect="non-scaling-stroke" stroke="black" stroke-width="5" x1="32" y1="50" x2="32" y2="350"/>
<line vector-effect="none" stroke="black" stroke-width="5" x1="55" y1="50" x2="55" y2="350"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny"
width="6cm" height="4cm" viewBox="0 0 600 400"
viewport-fill="rgb(255,150,200)">
<desc>Example non-scaling stroke</desc>
<rect x="1" y="1" width="598" height="398" fill="none" stroke="black"/>
<g transform="scale(9,1)">
<line stroke="black" stroke-width="5" x1="10" y1="50" x2="10" y2="350"/>
<line vector-effect="non-scaling-stroke" stroke="black" stroke-width="5"
x1="32" y1="50" x2="32" y2="350"/>
<line vector-effect="none" stroke="black" stroke-width="5"
x1="55" y1="50" x2="55" y2="350"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" version="1.2" baseProfile="tiny" viewport-fill="red" viewBox="0 0 120 120">
<desc>
Everything here has a red background.
The rectangle is not filled, so the red background will show through.
</desc>
<rect x="20" y="20" width="100" height="100" fill="none" stroke="black"/>
</svg>

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

View file

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny"
viewport-fill="red">
<desc>
Everything here has a red background.
The rectangle is not filled, so the red background will show through.
</desc>
<rect x="20" y="20" width="100" height="100" fill="none" stroke="black"/>
</svg>

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,205 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:pdc="http://www.pebble.com/2015/pdc" width="100%" height="100%" viewBox="0 0 600 500">
<title>Quadratic Equation</title>
<desc>
A sample of MathML in SVG, using the 'foreignObject' element
to represent a quadratic equation, with a graphical SVG
representation for fallback.
</desc>
<switch>
<foreignObject x="20" y="20" width="600" height="500" requiredExtensions="http://www.w3.org/1998/Math/MathML">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mrow>
<mi>f</mi>
<mfenced>
<mi>x</mi>
</mfenced>
</mrow>
<mo>=</mo>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<mrow>
<mn>4</mn>
<mi>x</mi>
</mrow>
<mo>-</mo>
<mrow>
<mn>3</mn>
</mrow>
</mrow>
</mrow>
</math>
</foreignObject>
<g fill="gray" transform="translate(300,250)">
<rect x="-300" y="-250" width="600" height="500" fill="white" stroke="gray"/>
<g id="axes" font-family="monospace" text-anchor="middle">
<line id="x-axis" x1="-300" y1="0" x2="300" y2="0" stroke="gray"/>
<line id="x-axis-markers" x1="-300" y1="0" x2="300" y2="0" stroke="gray" stroke-width="7" stroke-dasharray="1,99"/>
<line id="y-axis" x1="0" y1="-250" x2="0" y2="250" stroke="gray"/>
<line id="y-axis-markers" x1="0" y1="-200" x2="0" y2="250" stroke="gray" stroke-width="7" stroke-dasharray="1,99"/>
<text x="-200" y="20" font-size="10">-4</text>
<text x="-100" y="20" font-size="10">-2</text>
<text x="100" y="20" font-size="10">2</text>
<text x="200" y="20" font-size="10">4</text>
<text x="15" y="-198" font-size="10">4</text>
<text x="15" y="-98" font-size="10">2</text>
<text x="15" y="102" font-size="10">-2</text>
<text x="15" y="202" font-size="10">-4</text>
</g>
<path id="graph" stroke-width="1" stroke="blue" fill="none" d="M-200,-250 Q-50,650 100,-250">
<pdc:annotation description="Element contains unsupported curved command(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-bezier">
<pdc:highlight y="0.00" x="100.00" height="450.00" width="300.00"/>
</pdc:annotation>
<pdc:annotation description="Element is expressed with unsupported coordinate(s)." href="https://pebbletechnology.atlassian.net/wiki/display/DEV/Pebble+Draw+Commands#PebbleDrawCommands-issue-pixelgrid">
<pdc:highlight y="7.00" x="101.17" details="Invalid point: (101.17, 7.00). Used closest supported coordinate: (101.125, 7.0)"/>
<pdc:highlight y="13.95" x="102.34" details="Invalid point: (102.34, 13.95). Used closest supported coordinate: (102.375, 14.0)"/>
<pdc:highlight y="20.85" x="103.52" details="Invalid point: (103.52, 20.85). Used closest supported coordinate: (103.5, 20.875)"/>
<pdc:highlight y="27.69" x="104.69" details="Invalid point: (104.69, 27.69). Used closest supported coordinate: (104.75, 27.625)"/>
<pdc:highlight y="34.47" x="105.86" details="Invalid point: (105.86, 34.47). Used closest supported coordinate: (105.875, 34.5)"/>
<pdc:highlight y="41.20" x="107.03" details="Invalid point: (107.03, 41.20). Used closest supported coordinate: (107.0, 41.25)"/>
<pdc:highlight y="47.87" x="108.20" details="Invalid point: (108.20, 47.87). Used closest supported coordinate: (108.25, 47.875)"/>
<pdc:highlight y="54.49" x="109.38" details="Invalid point: (109.38, 54.49). Used closest supported coordinate: (109.375, 54.5)"/>
<pdc:highlight y="61.06" x="110.55" details="Invalid point: (110.55, 61.06). Used closest supported coordinate: (110.5, 61.0)"/>
<pdc:highlight y="67.57" x="111.72" details="Invalid point: (111.72, 67.57). Used closest supported coordinate: (111.75, 67.625)"/>
<pdc:highlight y="74.02" x="112.89" details="Invalid point: (112.89, 74.02). Used closest supported coordinate: (112.875, 74.0)"/>
<pdc:highlight y="80.42" x="114.06" details="Invalid point: (114.06, 80.42). Used closest supported coordinate: (114.125, 80.375)"/>
<pdc:highlight y="86.76" x="115.23" details="Invalid point: (115.23, 86.76). Used closest supported coordinate: (115.25, 86.75)"/>
<pdc:highlight y="93.05" x="116.41" details="Invalid point: (116.41, 93.05). Used closest supported coordinate: (116.375, 93.0)"/>
<pdc:highlight y="99.29" x="117.58" details="Invalid point: (117.58, 99.29). Used closest supported coordinate: (117.625, 99.25)"/>
<pdc:highlight y="105.47" x="118.75" details="Invalid point: (118.75, 105.47). Used closest supported coordinate: (118.75, 105.5)"/>
<pdc:highlight y="111.59" x="119.92" details="Invalid point: (119.92, 111.59). Used closest supported coordinate: (119.875, 111.625)"/>
<pdc:highlight y="117.66" x="121.09" details="Invalid point: (121.09, 117.66). Used closest supported coordinate: (121.125, 117.625)"/>
<pdc:highlight y="123.68" x="122.27" details="Invalid point: (122.27, 123.68). Used closest supported coordinate: (122.25, 123.625)"/>
<pdc:highlight y="129.64" x="123.44" details="Invalid point: (123.44, 129.64). Used closest supported coordinate: (123.5, 129.625)"/>
<pdc:highlight y="135.54" x="124.61" details="Invalid point: (124.61, 135.54). Used closest supported coordinate: (124.625, 135.5)"/>
<pdc:highlight y="141.39" x="125.78" details="Invalid point: (125.78, 141.39). Used closest supported coordinate: (125.75, 141.375)"/>
<pdc:highlight y="147.19" x="126.95" details="Invalid point: (126.95, 147.19). Used closest supported coordinate: (127.0, 147.25)"/>
<pdc:highlight y="152.93" x="128.12" details="Invalid point: (128.12, 152.93). Used closest supported coordinate: (128.125, 152.875)"/>
<pdc:highlight y="158.62" x="129.30" details="Invalid point: (129.30, 158.62). Used closest supported coordinate: (129.25, 158.625)"/>
<pdc:highlight y="164.25" x="130.47" details="Invalid point: (130.47, 164.25). Used closest supported coordinate: (130.5, 164.25)"/>
<pdc:highlight y="169.82" x="131.64" details="Invalid point: (131.64, 169.82). Used closest supported coordinate: (131.625, 169.875)"/>
<pdc:highlight y="175.34" x="132.81" details="Invalid point: (132.81, 175.34). Used closest supported coordinate: (132.875, 175.375)"/>
<pdc:highlight y="180.81" x="133.98" details="Invalid point: (133.98, 180.81). Used closest supported coordinate: (134.0, 180.75)"/>
<pdc:highlight y="186.22" x="135.16" details="Invalid point: (135.16, 186.22). Used closest supported coordinate: (135.125, 186.25)"/>
<pdc:highlight y="191.57" x="136.33" details="Invalid point: (136.33, 191.57). Used closest supported coordinate: (136.375, 191.625)"/>
<pdc:highlight y="202.12" x="138.67" details="Invalid point: (138.67, 202.12). Used closest supported coordinate: (138.625, 202.125)"/>
<pdc:highlight y="207.31" x="139.84" details="Invalid point: (139.84, 207.31). Used closest supported coordinate: (139.875, 207.25)"/>
<pdc:highlight y="212.45" x="141.02" details="Invalid point: (141.02, 212.45). Used closest supported coordinate: (141.0, 212.5)"/>
<pdc:highlight y="217.53" x="142.19" details="Invalid point: (142.19, 217.53). Used closest supported coordinate: (142.25, 217.5)"/>
<pdc:highlight y="222.56" x="143.36" details="Invalid point: (143.36, 222.56). Used closest supported coordinate: (143.375, 222.5)"/>
<pdc:highlight y="227.53" x="144.53" details="Invalid point: (144.53, 227.53). Used closest supported coordinate: (144.5, 227.5)"/>
<pdc:highlight y="232.44" x="145.70" details="Invalid point: (145.70, 232.44). Used closest supported coordinate: (145.75, 232.5)"/>
<pdc:highlight y="237.30" x="146.88" details="Invalid point: (146.88, 237.30). Used closest supported coordinate: (146.875, 237.25)"/>
<pdc:highlight y="246.86" x="149.22" details="Invalid point: (149.22, 246.86). Used closest supported coordinate: (149.25, 246.875)"/>
<pdc:highlight y="256.20" x="151.56" details="Invalid point: (151.56, 256.20). Used closest supported coordinate: (151.625, 256.25)"/>
<pdc:highlight y="265.32" x="153.91" details="Invalid point: (153.91, 265.32). Used closest supported coordinate: (153.875, 265.375)"/>
<pdc:highlight y="274.22" x="156.25" details="Invalid point: (156.25, 274.22). Used closest supported coordinate: (156.25, 274.25)"/>
<pdc:highlight y="282.90" x="158.59" details="Invalid point: (158.59, 282.90). Used closest supported coordinate: (158.625, 282.875)"/>
<pdc:highlight y="291.36" x="160.94" details="Invalid point: (160.94, 291.36). Used closest supported coordinate: (161.0, 291.375)"/>
<pdc:highlight y="299.60" x="163.28" details="Invalid point: (163.28, 299.60). Used closest supported coordinate: (163.25, 299.625)"/>
<pdc:highlight y="307.62" x="165.62" details="Invalid point: (165.62, 307.62). Used closest supported coordinate: (165.625, 307.625)"/>
<pdc:highlight y="315.42" x="167.97" details="Invalid point: (167.97, 315.42). Used closest supported coordinate: (168.0, 315.375)"/>
<pdc:highlight y="323.00" x="170.31" details="Invalid point: (170.31, 323.00). Used closest supported coordinate: (170.375, 323.0)"/>
<pdc:highlight y="330.36" x="172.66" details="Invalid point: (172.66, 330.36). Used closest supported coordinate: (172.625, 330.375)"/>
<pdc:highlight y="344.42" x="177.34" details="Invalid point: (177.34, 344.42). Used closest supported coordinate: (177.375, 344.375)"/>
<pdc:highlight y="351.12" x="179.69" details="Invalid point: (179.69, 351.12). Used closest supported coordinate: (179.75, 351.125)"/>
<pdc:highlight y="357.60" x="182.03" details="Invalid point: (182.03, 357.60). Used closest supported coordinate: (182.0, 357.625)"/>
<pdc:highlight y="363.87" x="184.38" details="Invalid point: (184.38, 363.87). Used closest supported coordinate: (184.375, 363.875)"/>
<pdc:highlight y="369.91" x="186.72" details="Invalid point: (186.72, 369.91). Used closest supported coordinate: (186.75, 369.875)"/>
<pdc:highlight y="375.73" x="189.06" details="Invalid point: (189.06, 375.73). Used closest supported coordinate: (189.125, 375.75)"/>
<pdc:highlight y="381.34" x="191.41" details="Invalid point: (191.41, 381.34). Used closest supported coordinate: (191.375, 381.375)"/>
<pdc:highlight y="386.72" x="193.75" details="Invalid point: (193.75, 386.72). Used closest supported coordinate: (193.75, 386.75)"/>
<pdc:highlight y="391.88" x="196.09" details="Invalid point: (196.09, 391.88). Used closest supported coordinate: (196.125, 391.875)"/>
<pdc:highlight y="396.83" x="198.44" details="Invalid point: (198.44, 396.83). Used closest supported coordinate: (198.5, 396.875)"/>
<pdc:highlight y="401.55" x="200.78" details="Invalid point: (200.78, 401.55). Used closest supported coordinate: (200.75, 401.5)"/>
<pdc:highlight y="406.05" x="203.12" details="Invalid point: (203.12, 406.05). Used closest supported coordinate: (203.125, 406.0)"/>
<pdc:highlight y="414.40" x="207.81" details="Invalid point: (207.81, 414.40). Used closest supported coordinate: (207.875, 414.375)"/>
<pdc:highlight y="428.47" x="217.19" details="Invalid point: (217.19, 428.47). Used closest supported coordinate: (217.25, 428.5)"/>
<pdc:highlight y="434.18" x="221.88" details="Invalid point: (221.88, 434.18). Used closest supported coordinate: (221.875, 434.125)"/>
<pdc:highlight y="439.01" x="226.56" details="Invalid point: (226.56, 439.01). Used closest supported coordinate: (226.625, 439.0)"/>
<pdc:highlight y="442.97" x="231.25" details="Invalid point: (231.25, 442.97). Used closest supported coordinate: (231.25, 443.0)"/>
<pdc:highlight y="446.04" x="235.94" details="Invalid point: (235.94, 446.04). Used closest supported coordinate: (236.0, 446.0)"/>
<pdc:highlight y="448.24" x="240.62" details="Invalid point: (240.62, 448.24). Used closest supported coordinate: (240.625, 448.25)"/>
<pdc:highlight y="448.24" x="259.38" details="Invalid point: (259.38, 448.24). Used closest supported coordinate: (259.375, 448.25)"/>
<pdc:highlight y="446.04" x="264.06" details="Invalid point: (264.06, 446.04). Used closest supported coordinate: (264.125, 446.0)"/>
<pdc:highlight y="442.97" x="268.75" details="Invalid point: (268.75, 442.97). Used closest supported coordinate: (268.75, 443.0)"/>
<pdc:highlight y="439.01" x="273.44" details="Invalid point: (273.44, 439.01). Used closest supported coordinate: (273.5, 439.0)"/>
<pdc:highlight y="434.18" x="278.12" details="Invalid point: (278.12, 434.18). Used closest supported coordinate: (278.125, 434.125)"/>
<pdc:highlight y="428.47" x="282.81" details="Invalid point: (282.81, 428.47). Used closest supported coordinate: (282.875, 428.5)"/>
<pdc:highlight y="414.40" x="292.19" details="Invalid point: (292.19, 414.40). Used closest supported coordinate: (292.25, 414.375)"/>
<pdc:highlight y="406.05" x="296.88" details="Invalid point: (296.88, 406.05). Used closest supported coordinate: (296.875, 406.0)"/>
<pdc:highlight y="401.55" x="299.22" details="Invalid point: (299.22, 401.55). Used closest supported coordinate: (299.25, 401.5)"/>
<pdc:highlight y="396.83" x="301.56" details="Invalid point: (301.56, 396.83). Used closest supported coordinate: (301.625, 396.875)"/>
<pdc:highlight y="391.88" x="303.91" details="Invalid point: (303.91, 391.88). Used closest supported coordinate: (303.875, 391.875)"/>
<pdc:highlight y="386.72" x="306.25" details="Invalid point: (306.25, 386.72). Used closest supported coordinate: (306.25, 386.75)"/>
<pdc:highlight y="381.34" x="308.59" details="Invalid point: (308.59, 381.34). Used closest supported coordinate: (308.625, 381.375)"/>
<pdc:highlight y="375.73" x="310.94" details="Invalid point: (310.94, 375.73). Used closest supported coordinate: (311.0, 375.75)"/>
<pdc:highlight y="369.91" x="313.28" details="Invalid point: (313.28, 369.91). Used closest supported coordinate: (313.25, 369.875)"/>
<pdc:highlight y="363.87" x="315.62" details="Invalid point: (315.62, 363.87). Used closest supported coordinate: (315.625, 363.875)"/>
<pdc:highlight y="357.60" x="317.97" details="Invalid point: (317.97, 357.60). Used closest supported coordinate: (318.0, 357.625)"/>
<pdc:highlight y="351.12" x="320.31" details="Invalid point: (320.31, 351.12). Used closest supported coordinate: (320.375, 351.125)"/>
<pdc:highlight y="344.42" x="322.66" details="Invalid point: (322.66, 344.42). Used closest supported coordinate: (322.625, 344.375)"/>
<pdc:highlight y="330.36" x="327.34" details="Invalid point: (327.34, 330.36). Used closest supported coordinate: (327.375, 330.375)"/>
<pdc:highlight y="323.00" x="329.69" details="Invalid point: (329.69, 323.00). Used closest supported coordinate: (329.75, 323.0)"/>
<pdc:highlight y="315.42" x="332.03" details="Invalid point: (332.03, 315.42). Used closest supported coordinate: (332.0, 315.375)"/>
<pdc:highlight y="307.62" x="334.38" details="Invalid point: (334.38, 307.62). Used closest supported coordinate: (334.375, 307.625)"/>
<pdc:highlight y="299.60" x="336.72" details="Invalid point: (336.72, 299.60). Used closest supported coordinate: (336.75, 299.625)"/>
<pdc:highlight y="291.36" x="339.06" details="Invalid point: (339.06, 291.36). Used closest supported coordinate: (339.125, 291.375)"/>
<pdc:highlight y="282.90" x="341.41" details="Invalid point: (341.41, 282.90). Used closest supported coordinate: (341.375, 282.875)"/>
<pdc:highlight y="274.22" x="343.75" details="Invalid point: (343.75, 274.22). Used closest supported coordinate: (343.75, 274.25)"/>
<pdc:highlight y="265.32" x="346.09" details="Invalid point: (346.09, 265.32). Used closest supported coordinate: (346.125, 265.375)"/>
<pdc:highlight y="256.20" x="348.44" details="Invalid point: (348.44, 256.20). Used closest supported coordinate: (348.5, 256.25)"/>
<pdc:highlight y="246.86" x="350.78" details="Invalid point: (350.78, 246.86). Used closest supported coordinate: (350.75, 246.875)"/>
<pdc:highlight y="237.30" x="353.12" details="Invalid point: (353.12, 237.30). Used closest supported coordinate: (353.125, 237.25)"/>
<pdc:highlight y="232.44" x="354.30" details="Invalid point: (354.30, 232.44). Used closest supported coordinate: (354.25, 232.5)"/>
<pdc:highlight y="227.53" x="355.47" details="Invalid point: (355.47, 227.53). Used closest supported coordinate: (355.5, 227.5)"/>
<pdc:highlight y="222.56" x="356.64" details="Invalid point: (356.64, 222.56). Used closest supported coordinate: (356.625, 222.5)"/>
<pdc:highlight y="217.53" x="357.81" details="Invalid point: (357.81, 217.53). Used closest supported coordinate: (357.875, 217.5)"/>
<pdc:highlight y="212.45" x="358.98" details="Invalid point: (358.98, 212.45). Used closest supported coordinate: (359.0, 212.5)"/>
<pdc:highlight y="207.31" x="360.16" details="Invalid point: (360.16, 207.31). Used closest supported coordinate: (360.125, 207.25)"/>
<pdc:highlight y="202.12" x="361.33" details="Invalid point: (361.33, 202.12). Used closest supported coordinate: (361.375, 202.125)"/>
<pdc:highlight y="191.57" x="363.67" details="Invalid point: (363.67, 191.57). Used closest supported coordinate: (363.625, 191.625)"/>
<pdc:highlight y="186.22" x="364.84" details="Invalid point: (364.84, 186.22). Used closest supported coordinate: (364.875, 186.25)"/>
<pdc:highlight y="180.81" x="366.02" details="Invalid point: (366.02, 180.81). Used closest supported coordinate: (366.0, 180.75)"/>
<pdc:highlight y="175.34" x="367.19" details="Invalid point: (367.19, 175.34). Used closest supported coordinate: (367.25, 175.375)"/>
<pdc:highlight y="169.82" x="368.36" details="Invalid point: (368.36, 169.82). Used closest supported coordinate: (368.375, 169.875)"/>
<pdc:highlight y="164.25" x="369.53" details="Invalid point: (369.53, 164.25). Used closest supported coordinate: (369.5, 164.25)"/>
<pdc:highlight y="158.62" x="370.70" details="Invalid point: (370.70, 158.62). Used closest supported coordinate: (370.75, 158.625)"/>
<pdc:highlight y="152.93" x="371.88" details="Invalid point: (371.88, 152.93). Used closest supported coordinate: (371.875, 152.875)"/>
<pdc:highlight y="147.19" x="373.05" details="Invalid point: (373.05, 147.19). Used closest supported coordinate: (373.0, 147.25)"/>
<pdc:highlight y="141.39" x="374.22" details="Invalid point: (374.22, 141.39). Used closest supported coordinate: (374.25, 141.375)"/>
<pdc:highlight y="135.54" x="375.39" details="Invalid point: (375.39, 135.54). Used closest supported coordinate: (375.375, 135.5)"/>
<pdc:highlight y="129.64" x="376.56" details="Invalid point: (376.56, 129.64). Used closest supported coordinate: (376.625, 129.625)"/>
<pdc:highlight y="123.68" x="377.73" details="Invalid point: (377.73, 123.68). Used closest supported coordinate: (377.75, 123.625)"/>
<pdc:highlight y="117.66" x="378.91" details="Invalid point: (378.91, 117.66). Used closest supported coordinate: (378.875, 117.625)"/>
<pdc:highlight y="111.59" x="380.08" details="Invalid point: (380.08, 111.59). Used closest supported coordinate: (380.125, 111.625)"/>
<pdc:highlight y="105.47" x="381.25" details="Invalid point: (381.25, 105.47). Used closest supported coordinate: (381.25, 105.5)"/>
<pdc:highlight y="99.29" x="382.42" details="Invalid point: (382.42, 99.29). Used closest supported coordinate: (382.375, 99.25)"/>
<pdc:highlight y="93.05" x="383.59" details="Invalid point: (383.59, 93.05). Used closest supported coordinate: (383.625, 93.0)"/>
<pdc:highlight y="86.76" x="384.77" details="Invalid point: (384.77, 86.76). Used closest supported coordinate: (384.75, 86.75)"/>
<pdc:highlight y="80.42" x="385.94" details="Invalid point: (385.94, 80.42). Used closest supported coordinate: (386.0, 80.375)"/>
<pdc:highlight y="74.02" x="387.11" details="Invalid point: (387.11, 74.02). Used closest supported coordinate: (387.125, 74.0)"/>
<pdc:highlight y="67.57" x="388.28" details="Invalid point: (388.28, 67.57). Used closest supported coordinate: (388.25, 67.625)"/>
<pdc:highlight y="61.06" x="389.45" details="Invalid point: (389.45, 61.06). Used closest supported coordinate: (389.5, 61.0)"/>
<pdc:highlight y="54.49" x="390.62" details="Invalid point: (390.62, 54.49). Used closest supported coordinate: (390.625, 54.5)"/>
<pdc:highlight y="47.87" x="391.80" details="Invalid point: (391.80, 47.87). Used closest supported coordinate: (391.75, 47.875)"/>
<pdc:highlight y="41.20" x="392.97" details="Invalid point: (392.97, 41.20). Used closest supported coordinate: (393.0, 41.25)"/>
<pdc:highlight y="34.47" x="394.14" details="Invalid point: (394.14, 34.47). Used closest supported coordinate: (394.125, 34.5)"/>
<pdc:highlight y="27.69" x="395.31" details="Invalid point: (395.31, 27.69). Used closest supported coordinate: (395.375, 27.625)"/>
<pdc:highlight y="20.85" x="396.48" details="Invalid point: (396.48, 20.85). Used closest supported coordinate: (396.5, 20.875)"/>
<pdc:highlight y="13.95" x="397.66" details="Invalid point: (397.66, 13.95). Used closest supported coordinate: (397.625, 14.0)"/>
<pdc:highlight y="7.00" x="398.83" details="Invalid point: (398.83, 7.00). Used closest supported coordinate: (398.875, 7.0)"/>
</pdc:annotation>
</path>
<circle id="vertex" cx="-50" cy="200" r="2" fill="blue"/>
<circle id="y-intercept-1" cx="0" cy="150" r="2" fill="red"/>
<circle id="x-intercept-1" cx="-150" cy="0" r="2" fill="red"/>
<circle id="x-intercept-2" cx="50" cy="0" r="2" fill="red"/>
</g>
</switch>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -0,0 +1,73 @@
<svg xmlns="http://www.w3.org/2000/svg"
width="100%" height="100%" viewBox="0 0 600 500">
<title>Quadratic Equation</title>
<desc>
A sample of MathML in SVG, using the 'foreignObject' element
to represent a quadratic equation, with a graphical SVG
representation for fallback.
</desc>
<switch>
<foreignObject x="20" y="20" width="600" height="500"
requiredExtensions="http://www.w3.org/1998/Math/MathML">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mrow>
<mi>f</mi>
<mfenced>
<mi>x</mi>
</mfenced>
</mrow>
<mo>=</mo>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<mrow>
<mn>4</mn>
<mi>x</mi>
</mrow>
<mo>-</mo>
<mrow>
<mn>3</mn>
</mrow>
</mrow>
</mrow>
</math>
</foreignObject>
<g fill="gray" transform="translate(300,250)">
<rect x="-300" y="-250" width="600" height="500" fill="white" stroke="gray" />
<g id="axes" font-family="monospace" text-anchor="middle">
<line id="x-axis" x1="-300" y1="0" x2="300" y2="0" stroke="gray"/>
<line id="x-axis-markers" x1="-300" y1="0" x2="300" y2="0"
stroke="gray" stroke-width="7" stroke-dasharray="1,99"/>
<line id="y-axis" x1="0" y1="-250" x2="0" y2="250" stroke="gray"/>
<line id="y-axis-markers" x1="0" y1="-200" x2="0" y2="250"
stroke="gray" stroke-width="7" stroke-dasharray="1,99"/>
<text x="-200" y="20" font-size="10">-4</text>
<text x="-100" y="20" font-size="10">-2</text>
<text x="100" y="20" font-size="10">2</text>
<text x="200" y="20" font-size="10">4</text>
<text x="15" y="-198" font-size="10">4</text>
<text x="15" y="-98" font-size="10">2</text>
<text x="15" y="102" font-size="10">-2</text>
<text x="15" y="202" font-size="10">-4</text>
</g>
<path id="graph" stroke-width="1" stroke="blue" fill="none"
d="M-200,-250 Q-50,650 100,-250"/>
<circle id="vertex" cx="-50" cy="200" r="2" fill="blue" />
<circle id="y-intercept-1" cx="0" cy="150" r="2" fill="red" />
<circle id="x-intercept-1" cx="-150" cy="0" r="2" fill="red" />
<circle id="x-intercept-2" cx="50" cy="0" r="2" fill="red" />
</g>
</switch>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Some files were not shown because too many files have changed in this diff Show more