Re: [Inkscape-devel] NEW: transformation centers remembered
On 1/26/06, Laszlo <khiraly123@...240...> wrote:
Is it possible to numarically add the position of the rotation center?
Not yet. I think this should be a separate tab in the Transform dialog, with 9 buttons in the square grid (for setting it to object's corners, sides, and center) as well as x/y fields for setting it to any position.
Also, more things that need to be added:
- make center snap to grid/guides/objects and to other centers
- make objects snap with their center to grid/guides/objects
Volunteers welcome, especially with snapping! The API is very easy - the SPItem now has methods: getCenter, setCenter, isCenterSet and unsetCenter, pretty self-explanatory.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
Is it possible to numarically add the position of the rotation center?
Use the XML editor (inkscape:transform-center-x, y).
Also, more things that need to be added:
- make center snap to grid/guides/objects
It does this already, if I understand right that you are talking about the rotation center.
Tav
On 1/26/06, Tavmjong Bah <tavmjong@...8...> wrote:
- make center snap to grid/guides/objects
It does this already, if I understand right that you are talking about the rotation center.
Rotation center, when dragged, snaps only to the bbox of its object, but not to guides/grid. Snapping call(s) need to be added to Inkscape::SelTrans::centerRequest.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
participants (2)
-
bulia byak
-
Tavmjong Bah