SvgParse

object SvgParse
class Object
trait Matchable
class Any

Value members

Concrete methods

def defaultParse(svg: String): (List[(Bounds, Char)], Bounds)
def parse[A](root: Elem, state: A, f: (A, Bounds, Char) => A): (A, Bounds)
def parsePath(path: Node, matrix: Matrix): Bounds
def parseRect(node: Node, matrix: Matrix): Bounds