A basic approach could be like this: --------------------------- C_TEXT($svg;$ref) C_PICTURE($pict)
$svg:=SVG_New // this new svg document is referred to as "$svg" $ref:=SVG_New_rect ($svg;10;10;100;100) // refer to this new rectangle in "$svg" as "$ref" SVG_SET_FILL_BRUSH ($ref;"red") $pict:=SVG_Export_to_picture ($svg) // get it to a picture variable SVG_CLEAR ($svg) SET PICTURE TO PASTEBOARD($pict) INVOKE ACTION(ak show clipboard) --------------------------- Keith - CDI > On Aug 24, 2018, at 10:32 AM, Ed Glassgow via 4D_Tech <[email protected]> > wrote: > > Good morning all, > > Can someone direct me to very simple SVG example? > > Thanks! > > Ed Glassgow > [email protected] > > > > ********************************************************************** > 4D Internet Users Group (4D iNUG) > Archive: http://lists.4d.com/archives.html > Options: https://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

