Replies: 2 comments 1 reply
-
|
Sorry, |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Wow - thanks for the really quick answer! That solved the build and my export worked. (new thread coming for the missing text) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to use Image32 in Delphi 10.3 to convert an SVG image file to a raster file like PNG.
I downloaded the latest .zip and added all of the source files to my project. Upon build, it identifies that OffsetPath() is not found when compiling Img32.SVG.PathDesign. Following some googled info, I converted that reference to use TranslatePath instead. The changes compile, but the failed on result.InsertChild in the CreateBtnGroup method. (No InsertChild() that can be called with these arguments)
Since the package project doesn't include the SVG functionality, it looks like maybe SVG didn't get tested. The package shipped with the library builds properly.
Beta Was this translation helpful? Give feedback.
All reactions