selftiesoftware / main

## NOTE: OBSOLETE. These functions gradually migrating to RepoCad. ## A 2-dimensional application connected to a powerful drawing database, running on the Java platform and written in Scala. Siigna is designed to be a simplistic framework, with the possibility to implement customized modules, technically for any task imaginable involving manipulation of 2-dimensional objects.
http://siigna.com
6 stars 0 forks source link

fix rotation of circles calls scaling #47

Closed oleegholm closed 12 years ago

Jegp commented 12 years ago

This beats me!

Jegp commented 12 years ago

So far it looks like a bug in Java's implementation. It can be avoided like so var t = RotatedTransformationMatrix t = r.scale(1 / t.scaleFactor)

Ugly, but we need more time to figure it out.