summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-11-07 23:11:54 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-11-07 23:11:54 +0000
commit51639504fbee801b07900b8ffeef069157d298cb (patch)
tree6aec1edd9cfaf33d18e8f2cb61e90bcfaf99b9e1 /src/extension/internal/cairo-render-context.cpp
parentFixes to CPU (diff)
parentMerge branch 'luzpaz/inkscape-typos' (!119) (diff)
downloadinkscape-51639504fbee801b07900b8ffeef069157d298cb.tar.gz
inkscape-51639504fbee801b07900b8ffeef069157d298cb.zip
Merge branch 'master' into fixSymbolsCpuProblems
Diffstat (limited to 'src/extension/internal/cairo-render-context.cpp')
-rw-r--r--src/extension/internal/cairo-render-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/internal/cairo-render-context.cpp b/src/extension/internal/cairo-render-context.cpp
index 3edb58a13..972081c0d 100644
--- a/src/extension/internal/cairo-render-context.cpp
+++ b/src/extension/internal/cairo-render-context.cpp
@@ -606,7 +606,7 @@ CairoRenderContext::popLayer(void)
clip_ctx->setImageTarget(CAIRO_FORMAT_A8);
clip_ctx->setClipMode(CLIP_MODE_MASK); // Raster
// This code ties the clipping to the document coordinates. It doesn't allow
- // for a clipped object intially drawn off the page and then translated onto
+ // for a clipped object initially drawn off the page and then translated onto
// the page.
if (!clip_ctx->setupSurface(_width, _height)) {
TRACE(("clip: setupSurface failed\n"));
@@ -1482,7 +1482,7 @@ CairoRenderContext::_prepareRenderText()
}
/* We need CairoPaintOrder as markers are rendered in a separate step and may be rendered
- * inbetween fill and stroke.
+ * in between fill and stroke.
*/
bool
CairoRenderContext::renderPathVector(Geom::PathVector const & pathv, SPStyle const *style, Geom::OptRect const &pbox, CairoPaintOrder order)