Menu

#128 Glyph.setStroke() bug

closed
None
5
2012-10-24
2012-06-15
Anonymous
No

Glyph.setStroke() works only after adding the Glyph to the VirtualSpace.

For example this will not work:
myRect = new VRectangle(..);
myRect.setStroke(myStroke);
mySpace.add(myRect);

But this will work:
mySpace.add(myRect);
myRect.setStroke(myStroke);

Discussion

  • Romain Primet

    Romain Primet - 2012-06-15

    This affects zvtm-cluster only.

     
  • Romain Primet

    Romain Primet - 2012-06-15

    Fixed in rev 4837

     

Anonymous
Anonymous

Add attachments
Cancel