Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Elements loose positioning within canvas #43

Description

@patakijv

I've been using this lib along with canvg to go from Rapahel paper, to SVG, to canvas, to DataURL and in turn have an image definition of the way elements were arranged on the Raphael paper.

I just tested going from the version of Raphael.export version that was current around Feb 2013 to the one that is current now in May 2014, I notice elements are either not positioned the same - either way the layout appears now with the elements all moved from their translated position.

I can flip back and forth between the older version and current and I see this changing. Are there some node attributes or some other settings I need to have in place in the current version of the library now that wasn't there before?

It is as if the translations of the elements from their original entry point are getting removed because it is as if components in the current export are at the original entry points.

Here are examples - I pull these components into the paper and drag them to the corners as you see in the "older" example. The "current" example is approximately where they are when they are first dropped into the paper. In each example however the component is in the corner before the toSVG - the jpeg after the toSVG shows very different results.

Older https://dl.dropboxusercontent.com/u/3648556/assembly_with_older_raphael_export.jpeg
Current
https://dl.dropboxusercontent.com/u/3648556/assembly_with_current_raphael_export.jpeg

Any clue?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions