[kepler-dev] [Bug 2323] - SVG - text does not wrap in "Attribute" actor

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Apr 10 16:51:00 PDT 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2323





------- Comment #2 from brooke at nceas.ucsb.edu  2006-04-10 16:51 -------
Spoke with Matt Jones on 10Apr06 - basically, any new text annotations created
in Kepler will use the Annotation Actor
(ptolemy.vergil.kernel.attributes.TextAttribute class); only old workflows use
the "Attribute" for annotation (ptolemy.kernel.util.Attribute). We also noticed
a problem whereby changes to the Attribute text do not show up in the workflow
- another reason to move away from using plain Attributes for text. 

So - we decided that to resolve this bug, the workflows to be shipped with
Kepler 1.0 should be inspected to see if they use the old-style
"ptolemy.kernel.util.Attribute" for text, and if so, they should be edited so
they use the Annotation Actor instead
("ptolemy.vergil.kernel.attributes.TextAttribute").


More information about the Kepler-dev mailing list