diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-01-30 13:18:11 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-01-30 13:18:11 +0000 |
| commit | a4ce97ec6835fb6ea8dfd3dbee11abe103b064e4 (patch) | |
| tree | e191825938581efc762f57e6915068e9c17b57fb /src/marker.h | |
| parent | Prevent crash if a symbols file does not have a title. (diff) | |
| download | inkscape-a4ce97ec6835fb6ea8dfd3dbee11abe103b064e4.tar.gz inkscape-a4ce97ec6835fb6ea8dfd3dbee11abe103b064e4.zip | |
Correct positioning of custom markers. Fixes #230491.
(bzr r12986)
Diffstat (limited to 'src/marker.h')
| -rw-r--r-- | src/marker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.h b/src/marker.h index 831b298ac..b780950de 100644 --- a/src/marker.h +++ b/src/marker.h @@ -97,7 +97,7 @@ Inkscape::DrawingItem *sp_marker_show_instance (SPMarker *marker, Inkscape::Draw unsigned int key, unsigned int pos, Geom::Affine const &base, float linewidth); void sp_marker_hide (SPMarker *marker, unsigned int key); -const gchar *generate_marker (GSList *reprs, Geom::Rect bounds, SPDocument *document, Geom::Affine transform, Geom::Affine move); +const gchar *generate_marker (GSList *reprs, Geom::Rect bounds, SPDocument *document, Geom::Point center, Geom::Affine move); SPObject *sp_marker_fork_if_necessary(SPObject *marker); #endif |
