aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/pdf/SkPDFDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp
index 7c5a5de688..674e3718a5 100644
--- a/src/pdf/SkPDFDevice.cpp
+++ b/src/pdf/SkPDFDevice.cpp
@@ -1598,7 +1598,7 @@ void SkPDFDevice::internalDrawText(
}
}
if (!has_outline_glyph(gid, glyphCache.get())) {
- fMissingGlyphs.push_back({xy, gid});
+ fMissingGlyphs.push_back({xy + offset, gid});
}
} else {
if (!has_outline_glyph(gid, glyphCache.get())) {