diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-05-13 14:35:04 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-05-13 14:35:04 +0000 |
| commit | e6616e3a2aa1ffa83fe173e2180849d1ca14a49d (patch) | |
| tree | e7b2d1392abea351244452fba0356d72509b900f /src/object/sp-image.h | |
| parent | Add preview for numeric OpenType features. (diff) | |
| download | inkscape-e6616e3a2aa1ffa83fe173e2180849d1ca14a49d.tar.gz inkscape-e6616e3a2aa1ffa83fe173e2180849d1ca14a49d.zip | |
Fix bug embeding SVG as PNG
Diffstat (limited to 'src/object/sp-image.h')
| -rw-r--r-- | src/object/sp-image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-image.h b/src/object/sp-image.h index a5dd84fe2..9a45f819c 100644 --- a/src/object/sp-image.h +++ b/src/object/sp-image.h @@ -63,12 +63,12 @@ public: #if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2) void apply_profile(Inkscape::Pixbuf *pixbuf); #endif // defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2) - bool on_construct; }; /* Return duplicate of curve or NULL */ SPCurve *sp_image_get_curve (SPImage *image); void sp_embed_image(Inkscape::XML::Node *imgnode, Inkscape::Pixbuf *pb); +void sp_embed_svg(Inkscape::XML::Node *image_node, std::string const &fn); void sp_image_refresh_if_outdated( SPImage* image ); #endif |
