DOM.SVG.Grammar.ViewBox (dom_svg v0.1.0)

This module defines the grammar for SVG attribute viewBox Check the official grammar here: https://svgwg.org/svg2-draft/single-page.html#coords-ViewBoxAttribute

The EBNF Grammar that describe the rules defined here is:

  view_box ::= wsp* coordinate_pair_double wsp*
  coordinate_pair_double ::= coordinate_pair comma_wsp? coordinate_pair
  coordinate_pair ::= coordinate comma_wsp? coordinate
  number ::= numbers

Link to this section Summary

Link to this section Functions