bug: Fixed a faulty marker ID
This commit is contained in:
parent
3b62ee3ad1
commit
eab331df34
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
import markers from "./lib/markers";
|
import markers from "./markers";
|
||||||
import { version, name } from "../package.json";
|
import { version, name } from "../package.json";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
@ -2,7 +2,7 @@ export default `
|
||||||
<marker orient="auto" refY="0.0" refX="0.0" id="grainlineFrom" style="overflow:visible;" >
|
<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" />
|
<path class="note fill-note" d="M 0,0 L 12,-4 C 10,-2 10,2 12, 4 z" />
|
||||||
</marker>
|
</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" />
|
<path class="note fill-note" d="M 0,0 L -12,-4 C -10,-2 -10,2 -12, 4 z" />
|
||||||
</marker>
|
</marker>
|
||||||
`;
|
`;
|
Loading…
Add table
Add a link
Reference in a new issue