is it possible to set svg image as joint js diagram background image #1938
Unanswered
reshin-pulapaddy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can set an image as the background with the paper const paper = new joint.dia.Paper({
background: {
image: 'path/to/your-image.svg',
opacity: 0.3,
size: { width: 200, height: 200 }
}
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible to set SVG image as a joint js diagram background image?
Beta Was this translation helpful? Give feedback.
All reactions