diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-07 23:11:54 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-07 23:11:54 +0000 |
| commit | 51639504fbee801b07900b8ffeef069157d298cb (patch) | |
| tree | 6aec1edd9cfaf33d18e8f2cb61e90bcfaf99b9e1 /src/splivarot.cpp | |
| parent | Fixes to CPU (diff) | |
| parent | Merge branch 'luzpaz/inkscape-typos' (!119) (diff) | |
| download | inkscape-51639504fbee801b07900b8ffeef069157d298cb.tar.gz inkscape-51639504fbee801b07900b8ffeef069157d298cb.zip | |
Merge branch 'master' into fixSymbolsCpuProblems
Diffstat (limited to 'src/splivarot.cpp')
| -rw-r--r-- | src/splivarot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 3410a2635..f6544872f 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -744,7 +744,7 @@ BoolOpErrors Inkscape::ObjectSet::pathBoolOp(bool_op bop, const bool skip_undo, // that's why you needed the nesting // ConvertToFormeNested() dumped all the subpath in a single Path "res", so we need // to get the path for each part of the polygon. that's why you need the nesting info: - // to know in wich subpath to add a subpath + // to know in which subpath to add a subpath resPath=res->SubPathsWithNesting(nbRP, true, nbNest, nesting, conts); // cleaning @@ -864,7 +864,7 @@ void sp_selected_path_outline_add_marker( SPObject *marker_object, Geom::Affine if (marker_item->getRepr()) { Inkscape::XML::Node *m_repr = marker_item->getRepr()->duplicate(xml_doc); g_repr->appendChild(m_repr); - //There is a special group to markers whith this reverse the order in clussion + //There is a special group to markers with this reverse the order in clussion m_repr->setPosition(0); SPItem *marker_item = (SPItem *) doc->getObjectByRepr(m_repr); marker_item->doWriteTransform(tr); |
