Formatting changes.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user