jonoxia / pencilbox

An open-source touchscreen-enabled HTML5 comic drawing app with a UI that doesn't suck
8 stars 0 forks source link

Pencilbox has vector/bitmap split personality #15

Open jonoxia opened 13 years ago

jonoxia commented 13 years ago

Solve the vector vs. bitmap problem. Most of my tools are vector-based but paintbucket, eraser, and selection tools require rasterization. Allow vector operations (e.g. modify this circle you already drew?) until the point where you use a bitmap tool, which makes the image get auto-rasterized? is that best-of-both-worlds or is that just confusing?

Think about this more.