WebIDLpedia

SVGBoundingBoxOptions dictionary

Definition

Scalable Vector Graphics (SVG) 2 defines SVGBoundingBoxOptions



dictionary SVGBoundingBoxOptions {
  boolean fill = true;
  boolean stroke = false;
  boolean markers = false;
  boolean clipped = false;
};

Referring IDL interfaces/dictionaries