Skip to content

Commit

Permalink
Maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettbarron committed Jul 9, 2024
1 parent d064513 commit ad459f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function drawEmbedded(
y: 5 + node.y + <number>svg.properties.renHeight / 2,
width: node.width - 10,
height: node.height - 10,
"xlink:href": imgPath,
"xlink:href": `/${imgPath}`,
})

grp.children.push(image)
Expand Down

0 comments on commit ad459f2

Please sign in to comment.