Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it possible to display this SVG?
#2
The sketches use black and that simply disappears on a black background.


[Image: Screenshot-2024-06-18-231051.png]

Code: (Select All)
$RESIZE:SMOOTH

OPTION _EXPLICIT

DIM image AS LONG: image = _LOADIMAGE(_OPENFILEDIALOG$("Load SVG file", , "*.svg|*.SVG|*.Svg"), 32)

IF image < -1 THEN
    SCREEN _NEWIMAGE(_WIDTH(image), _HEIGHT(image), 32)
    CLS , _RGB32(255)
    _PUTIMAGE , image
    SLEEP
END IF

SYSTEM
Reply


Messages In This Thread
RE: Is it possible to display this SVG? - by a740g - 06-18-2024, 05:43 PM



Users browsing this thread: 4 Guest(s)