1
0
Fork 0

bug: Fixed a faulty marker ID

This commit is contained in:
Joost De Cock 2018-08-10 18:48:21 +02:00
parent 3b62ee3ad1
commit eab331df34
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import markers from "./lib/markers";
import markers from "./markers";
import { version, name } from "../package.json";
export default {

View file

@ -2,7 +2,7 @@ export default `
<marker orient="auto" refY="0.0" refX="0.0" id="grainlineFrom" style="overflow:visible;" >
<path class="note fill-note" d="M 0,0 L 12,-4 C 10,-2 10,2 12, 4 z" />
</marker>
<marker orient="auto" refY="0.0" refX="0.0" id="grainlineToTo" style="overflow:visible;" >
<marker orient="auto" refY="0.0" refX="0.0" id="grainlineTo" style="overflow:visible;" >
<path class="note fill-note" d="M 0,0 L -12,-4 C -10,-2 -10,2 -12, 4 z" />
</marker>
`;