diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-02-28 03:50:33 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-02-28 03:50:33 +0000 |
| commit | 9cd38aeb08b89efccad3c07a767ceef1fe10d6c1 (patch) | |
| tree | 09279a9956c366a9d4b86a23104f92f3bb9fc9b0 /src/sp-object-repr.cpp | |
| parent | added randomize icon, cleaned defs in icons.svg, and saved with preferences t... (diff) | |
| download | inkscape-9cd38aeb08b89efccad3c07a767ceef1fe10d6c1.tar.gz inkscape-9cd38aeb08b89efccad3c07a767ceef1fe10d6c1.zip | |
a bit more boilerplate code for SVGFonts
added <missing-glyph>
(bzr r4890)
Diffstat (limited to 'src/sp-object-repr.cpp')
| -rw-r--r-- | src/sp-object-repr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-object-repr.cpp b/src/sp-object-repr.cpp index 5a49c35aa..4bd83c61d 100644 --- a/src/sp-object-repr.cpp +++ b/src/sp-object-repr.cpp @@ -45,6 +45,7 @@ #include "sp-flowtext.h" #include "sp-font.h" #include "sp-glyph.h" +#include "sp-missing-glyph.h" #include "sp-style-elem.h" #include "sp-switch.h" #include "color-profile-fns.h" @@ -143,6 +144,7 @@ populate_dtables() { "svg:flowSpan", SP_TYPE_FLOWTSPAN }, { "svg:font", SP_TYPE_FONT }, { "svg:glyph", SP_TYPE_GLYPH }, + { "svg:missing-glyph", SP_TYPE_MISSING_GLYPH }, { "svg:g", SP_TYPE_GROUP }, { "svg:feBlend", SP_TYPE_FEBLEND }, { "svg:feColorMatrix", SP_TYPE_FECOLORMATRIX }, |
