the SVG component commands are essentially DOM wrappers,
it feels like an overkill to parse the XML just to get a handle on the xml:id.

(don't forget to close/clear the reference $svg. alternatively you could use 
the "own" option)

maybe you could have an invisible or size 0 picture object on the same form,
copy the cell element, call SVG SET ATTRIBUTE on that object, and then copy 
back the picture.
that way you can work with the rendering tree and avoid parsing the XML every 
time.

2018/08/14 23:52、Keith Culotta via 4D_Tech 
<[email protected]<mailto:[email protected]>>のメール:

$svg:=SVG_Open_picture (agRM_Graph{1})
$ref:=SVG_Find_ID ($svg;"Value1")
SVG_SET_ATTRIBUTES ($ref;"fill-opacity";"1";"stroke-opacity";"1")
agRM_Graph{1}:=SVG_Export_to_picture ($svg)



**********************************************************************
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]
**********************************************************************

Reply via email to