cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

division by 0 #90

Closed igagis closed 3 years ago

igagis commented 3 years ago

When running make test config=dbg_agg it fails with the following error:

/usr/include/r4/vector.hpp:475: error: assertion failed:
  vector::operator/=(): division by 0
Aborted

need to fix it