Skip to content

Custom marker ends & starts? #807

Answered by bcakmakoglu
shsmad asked this question in Q&A
Mar 28, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

You'll have to add your own marker defs to your component.

Some thing like

 <svg :style="{ position: 'absolute', top: 0, left: 0 }">
        <defs>
          <marker
            id="logo"
            viewBox="0 0 40 40"
            markerHeight="20"
            markerWidth="20"
            refX="20"
            refY="40"
          >
			<!-- marker here -->

...

<VueFlow ...> ...</VueFlow>

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@shsmad
Comment options

@bcakmakoglu
Comment options

@shsmad
Comment options

@radusuciu
Comment options

Answer selected by shsmad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants