Merge pull request #459 from Jameskmonger/master

Fix "Macchiato" spelling
master
Dmitry Baranovskiy 2016-07-30 18:14:34 +10:00 committed by GitHub
commit ad20c7591a
2 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@
<textPath xlink:href="#textline" startOffset="50%">Mocha</textPath> <textPath xlink:href="#textline" startOffset="50%">Mocha</textPath>
</text> </text>
<text transform="rotate(216, 500, 379.5)" fill="#423733" style="font: 400 11px Source Sans Pro, source-sans-pro, sans-serif" text-anchor="middle"> <text transform="rotate(216, 500, 379.5)" fill="#423733" style="font: 400 11px Source Sans Pro, source-sans-pro, sans-serif" text-anchor="middle">
<textPath xlink:href="#textline" startOffset="50%">Mochiatto</textPath> <textPath xlink:href="#textline" startOffset="50%">Macchiato</textPath>
</text> </text>
<text transform="rotate(288, 500, 379.5)" fill="#423733" style="font: 400 11px Source Sans Pro, source-sans-pro, sans-serif" text-anchor="middle"> <text transform="rotate(288, 500, 379.5)" fill="#423733" style="font: 400 11px Source Sans Pro, source-sans-pro, sans-serif" text-anchor="middle">
<textPath xlink:href="#textline" startOffset="50%">Espresso</textPath> <textPath xlink:href="#textline" startOffset="50%">Espresso</textPath>

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -225,7 +225,7 @@
middle = 10 + o2; middle = 10 + o2;
pieCoffee = 1 / 2; pieCoffee = 1 / 2;
pieType = "milk"; pieType = "milk";
pieTitle = "Machiatto"; pieTitle = "Macchiato";
gstream = "l(0,1,0,0)#60544F-#60544F:50-#fff"; gstream = "l(0,1,0,0)#60544F-#60544F:50-#fff";
}, },
// espresso // espresso
@ -390,4 +390,4 @@
</script> </script>
</head> </head>
<body></body> <body></body>
</html> </html>