Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to create eraser code for svg editor
Posted
Comments
Sergey Alexandrovich Kryukov 19-May-14 1:52am    
By doing some software development work. What is the meaning of this question, really?
—SA

1 solution

Please see my comment to the question.

For vector editors, "eraser" is not a right idea (unless you have some original and sophisticated concept which would be adequate to vector drawing, a kind of metaphor). This is how the editors normally work: you can select any element or a group of elements. The selection should be shown by special selection marks. Then, some menu or edit bar should show (enable) some "Delete" item which deletes the selection.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900