LineSVGDrawable¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/display/drawables/LineSVGDrawable.js for the most up-to-date information.
Overview¶
SVG drawable for Line nodes.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class LineSVGDrawable¶
/--------------------------------------------------------------------------- SVG Rendering ----------------------------------------------------------------------------*/
Instance Methods¶
initialize( renderer, instance )¶
@param {number} renderer @param {Instance} instance
updateSVGSelf()¶
Updates the SVG elements so that they will appear like the current node's representation. @protected @override
Source Code¶
See the source for LineSVGDrawable.js in the scenery repository.