svgsetgraphviewbox
| svgsetgraphviewbox | 
  Purpose
 
  
  Synopsis
 
 procedure svgsetgraphviewbox(x: real, y: real, w: real, h: real)
 procedure svgsetgraphviewbox(box: svgbox)
 
  Arguments
 
 | 
     x 
     | 
     The x coordinate of the lower left corner.
     | 
| 
     y 
     | 
     The y coordinate of the lower left corner.
     | 
| 
     w 
     | 
     The width of the viewbox.
     | 
| 
     h 
     | 
     The height of the viewbox.
     | 
| 
     box 
     | 
     Viewbox specification as returned by
     svggetgraphviewbox.
     | 
  Further information
 
 
 1. The viewable area is determined by its lower left corner, its width and height.
 
 
 2.
 mmsvg automatically determines a viewbox (enclosing all specified coordinates) that can be retrieved with
 svggetgraphviewbox.
 
 
  Related topics
 
  
