Eulergraph
Preparing search index...
utils/calc/SVGConverter/utils/parseSVGToCommands/parseSVGToCommands
parseSVGToCommands
Function parseSVGToCommands
parseSVGToCommands
(
el
:
SVGElement
,
svgElementsMap
?:
Map
<
string
,
SVGElement
>
,
defsMap
?:
Map
<
string
,
{
def
:
SVGElement
;
type
:
string
}
>
,
correctionTransform
?:
DOMMatrix
,
includeInvisible
?:
boolean
,
)
:
CellPaths
[]
Рекурсивно парсит svg элемент в команды рисования
Parameters
el
:
SVGElement
Optional
svgElementsMap
:
Map
<
string
,
SVGElement
>
Optional
defsMap
:
Map
<
string
,
{
def
:
SVGElement
;
type
:
string
}
>
correctionTransform
:
DOMMatrix
= ...
includeInvisible
:
boolean
= false
Returns
CellPaths
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eulergraph
Loading...
Рекурсивно парсит svg элемент в команды рисования