Formatting changes.
parent
87e25e9d2c
commit
6023bd6f5a
|
@ -27,7 +27,7 @@ var NS = svgedit.NS;
|
|||
* an existing group element or, with three parameters, will create a new layer group element.
|
||||
*
|
||||
* Usage:
|
||||
* new Layer( 'name', group) // Use the existing group for this layer.
|
||||
* new Layer'name', group) // Use the existing group for this layer.
|
||||
* new Layer('name', group, svgElem) // Create a new group and add it to the DOM after group.
|
||||
* new Layer('name', null, svgElem) // Create a new group and add it to the DOM as the last layer.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue