1

clipPath can be used to do intersection. But what about difference and other binary operations?

This is a list of binary operations in InkScape. How can I implement them using SVG?

Ovilia
  • 7,066
  • 12
  • 47
  • 70
  • You can export from incscape to svg to wee what is does. But i think it will create compleatly new shapes. – AntiHeadshot Dec 10 '15 at 07:53
  • @AntiHeadshot Yes I did. And it does create new shapes. – Ovilia Dec 10 '15 at 07:58
  • Aparently its not possible without some additional code. [Here](http://stackoverflow.com/a/16248285/1875118) is an answer to a JavaScript library. – AntiHeadshot Dec 10 '15 at 08:08
  • if you want to create new shapes a solution could be elaborating the paths with JS; you can achieve the effect of intersection with clipPath but you may have problems with border.. – maioman Dec 10 '15 at 08:43

0 Answers0