Skip to content

fix for drawing coordinates after nodes have moved #1

Description

@jcw

Change this:

var circle = sthis.raphael.circle(point.circle.attr('cx'), point.circle.attr('cy'), 1);

to this:

var circle = sthis.raphael.circle(e.offsetX, e.offsetY, 1);

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