Beispiel #1
0
 def bbox(self):
     return pathdata.bbox(self.d())
Beispiel #2
0
 def bbox(self):
     return pathdata.bbox(self.d())
Beispiel #3
0
def bbox_path(svg):
    return pathdata.bbox(pathdata.parse(svg.d))
Beispiel #4
0
  def bbox(self): return pathdata.bbox(self.d())

  ### construct the SVG path
  def svg(self):
Beispiel #5
0
def bbox_path(svg):
  return pathdata.bbox(pathdata.parse(svg.d))