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
Thanks for your feedback! I reckon that I can add another way of drawing for the TPLHTMLViewer in the future. Currently, as you can see in the pospolite.view.drawing.renderer.pas file, there is the TPLDrawingDrawerDef type defined. It's an alias for the TPLD2D1Drawer (Direct2D Drawer) on Windows but on another platforms for the TPLNativeDrawer (Default Free Pascal Canvas Drawer). Maybe I'll add TPLImage32Drawer class that supports Image32 after I release the first version of the package ;)
Thank you for your reply! CSS + HTML have some complex drawing, eg: shadow, overflow: hidden, gradient, border-radus. Image32 supports all of them. That's why I mentioned it here!
Hi,
Thank you for your working on this project. I do know this is very hard project!
Would you please consider using Image32 (https://sourceforge.net/projects/image32/) as drawing back-end! It is written in Pascal and amazing fast!
Thanks!
The text was updated successfully, but these errors were encountered: