> Hi all: I'm using the SVG_Area component to have a drawable surface in my > app. It's working fine, but I'd like to be able to procedurally add an image. > This seems like the right way to do it but it's not working for me - can > anyone tell me what I'm doing wrong? > > $root:=SVG AREA Get DOM > $ref:=SVG_New_image ($root;$url;0;0;$width;$height) > SVG AREA REDRAW
Are you looking for: SVG_New_embedded_image <http://doc.4d.com/4Dv15R4/4D/15-R4/SVG-New-embedded-image.301-2919474.en.html> Regards O r t w i n Z i l l g e n --------------------------------------------- <mailto:[email protected]> <http://dddd.mettre.de/wp/?4713> <feed://dddd.mettre.de/dddd.xml> <https://twitter.com/Ozett> member of developer-network <http://www.die4Dwerkstatt.de> ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

