I want to hand-draw shapes in a software, import them into R and then draw them in ggplot2 with a specified fill/color/size. Basically, make a ggplot2 coloring book.
For example, if I wanted to draw this bird, I would like to be able to specify the fill/color and zie of the "beak", "head", "body", "tail" "left wing" "right wing" polygons and the "left leg", "right leg" and "eye" lines.
If this is doable, what file format/tools would be appropriate ? I've seen this stackoverflow question that imported an SVG file into R. Can I hand-draw SVG files? Maybe in GIMP?