Changes between Initial Version and Version 1 of Ticket #3348, comment 2


Ignore:
Timestamp:
Jun 3, 2020, 10:20:26 AM (5 years ago)
Author:
Greg Couch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3348, comment 2

    initial v1  
    1 This is probably the same probably problem as using += to concatenate strings in Python instead of ''.join().  The rings are added one-by-one with AtomicShapeDrawing.addShape().
     1This is probably the same probably problem as using {{{+=}}} to concatenate strings in Python instead of {{{''.join()}}}.  The rings are added one-by-one with AtomicShapeDrawing.addShape().