STIG AS Level Raster vs Vector
star
star
star
star
star
Last updated 8 months ago
4 questions
1
So what is the negative in using raster graphics?
So what is the negative in using raster graphics?
1
1
1
Copydrawing_list = [ { type: "rectangle", x: 100, y: 100, width: 200, height: 150, fill_color: "blue", stroke_color: "black", stroke_width: 2 }, { type: "ellipse", cx: 300, cy: 200, rx: 70, ry: 100, fill_color: "green", opacity: 0.7 }, { type: "text", x: 200, y: 350, content: "Hello, Vector Graphics!", font: "Arial", font_size: 24, fill_color: "red" } ]