Skip to content

Commit

Permalink
even more fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Jun 14, 2024
1 parent f8111f1 commit 74d59f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CardCreatorPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
<mask id="maskImage">
<image :xlink:href="getOBMask()" width="168" height="260" />
</mask>
<image :xlink:href="model.image" width="148" x="10" y="20" height="260" mask="url(#maskImage)" />
<image :xlink:href="model.image" width="120" x="24" y="20" height="260" mask="url(#maskImage)" />
<image :xlink:href="getOBFrame()" width="168" height="260" />
</svg>
</div>
Expand Down

0 comments on commit 74d59f4

Please sign in to comment.