Canvas Question?
Posted: Thu Jun 06, 2024 1:51 pm
Probably a stupid question, but is there a canvas object to drop on a page anywhere?
I add it in via html code such as . .
<canvas id="myCanvas1" width="350" height="450" style="border:2px solid; margin-left:0px; background-color:silver"></canvas>
But I was wondering is there an actual canvas object somewhere that can be simply dropped on a webpage and positioned?
I typed canvas in the ToolBox search and nothing there and tried canvas in Help and see: Shape, ClipArt, Curve, Polygon and TextArt; but no canvas
Just want to make sure that it is not somewhere prior to hard coding it into my pages.
Pete,
I add it in via html code such as . .
<canvas id="myCanvas1" width="350" height="450" style="border:2px solid; margin-left:0px; background-color:silver"></canvas>
But I was wondering is there an actual canvas object somewhere that can be simply dropped on a webpage and positioned?
I typed canvas in the ToolBox search and nothing there and tried canvas in Help and see: Shape, ClipArt, Curve, Polygon and TextArt; but no canvas
Just want to make sure that it is not somewhere prior to hard coding it into my pages.
Pete,