Macaulay2 » Documentation
Packages » Graphics :: svgObject(Circle,HashTable)
next | previous | forward | backward | up | index | toc

svgObject(Circle,HashTable) -- create the string describing a circle in SVG

Synopsis

Description

The options that are not given in myoptions are set at the default values contained in defaultSVGOptions.

i1 : myoptions = hashTable {"fill"=>"black"}

o1 = HashTable{"fill" => black}

o1 : HashTable
i2 : svgObject(circle(point(20,30),10),myoptions)

o2 = <circle cx="20" cy="30" r="10" stroke="black" fill-opacity="0"
     stroke-width="1" fill="black" stroke-opacity="1" />

Ways to use this method: