CurryInfo: icurry-3.2.0 / TermGraph.SVG.nodeTextSvg

definition: Info
 
nodeTextSvg :: String -> Point -> XmlExp
nodeTextSvg label (x,y) = XElem "text" [("x",(show x)),
                                          ("y",(show (y+5))),
                                          ("text-anchor","middle"),
                                          ("font-size","12")]
                                        [XText label]
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
place text inside a svg-node TODO: include text-length
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{(,)}) |-> {XElem}}
name: Info
 nodeTextSvg
precedence: Info
 no precedence defined
result-values: Info
 {XElem}
signature: Info
 String -> (Prelude.Float, Prelude.Float) -> XML.XmlExp
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term