r***@musiques-rb.org
2017-02-23 07:13:55 UTC
2017.02.22
Moin-Moin (Salut, Hello, ...)
How to set the bbox in a canvas?
------------ meine nicht schöne Lösung:
2 sehr dünne Linien zufügen
sV = path.line(0.0, y0, 0.0, y0 + hauteur)
sH = path.line(0.0, y0, 22.0, y0)
cblanc.stroke(sV, [style.linewidth(0.002)])
cblanc.stroke(sH, [style.linewidth(0.002)])
--------------
a+
René
Moin-Moin (Salut, Hello, ...)
How to set the bbox in a canvas?
------------ meine nicht schöne Lösung:
2 sehr dünne Linien zufügen
sV = path.line(0.0, y0, 0.0, y0 + hauteur)
sH = path.line(0.0, y0, 22.0, y0)
cblanc.stroke(sV, [style.linewidth(0.002)])
cblanc.stroke(sH, [style.linewidth(0.002)])
--------------
a+
René