Author | SHA1 | Message | Date |
---|---|---|---|
|
6c502fb0e1 |
Added a shapeProperties object allowing configuration of shapes.
Replaced dashes property in options.js with a shapeProperties object containing a borderDashes property. Replaced dashes property in defaultOptions in NodesHandler.js with shapeProperties object having its borderDashes property set to false. Created implementations of enableBorderDashes and disableBorderDashes functions in NodeBase.js Updated CircleImageBase to use enableBorderDashes and disableBorderDashes for enabling/disabling dashed borders. Added to ShapeBase enableBorderDashes and disableBorderDashes calls to allow all shapes that have borders to have the dashed borders feature. Updated example demonstrating how to apply the dashed border to a circularImage node Created example demonstrating how to apply the dashed border to a all shapes that support dashed borders. Updated documentation explaining the usage of the shapeProperties. |
9 years ago |
|
c2b00d0392 |
Added feature that allows the border for a circularImage shape to be dashed
Added the following: - dashes property to nodes in options.js - dashes property with value false to defaultOptions in NodesHandler.js - support for Arrays to selectiveNotDeepExtend function in util.js - functionality to CircleImageBase.js that allows circularImage nodes to have dashed borders - example demonstrating how to apply the dashed border to a circularImage node - documentation explaining the usage of the dashes property on a node |
9 years ago |