diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-21 15:02:02 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-21 15:02:02 +0800 |
| commit | f82682f6136ae61902b807c5e52a14c69bcc64ff (patch) | |
| tree | d7466124d28e0551cd92643cf5cc9cf919bb01ff /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | ad6762c369fd0933326579707ecbc34fda42ab6c (diff) | |
| parent | d21ef189f2c160d3d80a5cf7d824c314262a59ac (diff) | |
merge with master
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 953b218b2..38a050d55 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1526,10 +1526,10 @@ class CollectionFreeFormViewPannableContents extends React.Component<CollectionF </marker> <marker id="markerSquare" markerWidth="7" markerHeight="7" refX="4" refY="4" orient="auto" overflow="visible"> - <rect width="3" height="3" fill="#69a6db" /> + <rect x="1" y="1" width="5" height="5" fill="#69a6db" /> </marker> - <marker id="markerArrow" markerWidth="5" markerHeight="5" refX="2" refY="3" + <marker id="markerArrow" markerWidth="5" markerHeight="5" refX="2" refY="7" orient="auto" overflow="visible"> <path d="M2,2 L2,13 L8,7 L2,2" fill="#69a6db" /> </marker> |
