You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @benjamminf, firstly warpjs is simply awesome ! Basically my requirement is to warp a jpg/png images, since your application accepts only SVG, I converted the images into SVG and tried playing with it. when I use a SVG file containing <image> tag the application doesn't seem to work. Should I need to create an SVG file for a jpg/png image with specific guidelines? or the code as of now is limited to <path>, <circle> in svg?
The text was updated successfully, but these errors were encountered:
Hi @benjamminf, firstly warpjs is simply awesome ! Basically my requirement is to warp a jpg/png images, since your application accepts only SVG, I converted the images into SVG and tried playing with it. when I use a SVG file containing
<image>
tag the application doesn't seem to work. Should I need to create an SVG file for a jpg/png image with specific guidelines? or the code as of now is limited to<path>
,<circle>
in svg?The text was updated successfully, but these errors were encountered: