with my latest code, it seems as if the boundaries of the space in which the art itself can be in, are smaller then the canvas itself,
how do i know?
Look at the first image:
this is how the shape looks correctly when you start the app
look at the second image:
this is what happened as i try to zoom in, instead of zooming in across all of the entire canvas, even behind where the UI area is correctly, it just zooms in inside a smaller defined space which is not "Fullscreen and takes only about 40% of the entire canvas
What do i want?
-i want the boundaries in which the art is drawn to be bigger than this 40% space area inside the canvas
-i want the boundaries to stretch across 100% of the canvas so when zooming in and out it occurs inside the totality of the canvas size
-it seems there’s a distinction between the canvas itself boundaries, and the boundaries of the space in which the art can be drawn \ generated
-i want the boundaries to be the same, meaning the boundaries of the space in which the art can be drawn, to be as big as the boundaries of the Fullscreen canvas
I can to go where this stems from. any help would be greatly appreciated