From 710128334ee6f2dd538a67d2ecaf2d7b07bb6868 Mon Sep 17 00:00:00 2001 From: ka Date: Fri, 4 Feb 2011 14:49:25 +0100 Subject: ka102: SVG import implementation --- .../schema/org/openoffice/Office/Common.xcs | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index ae171230dd13..2475bd6f35ba 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -4833,6 +4833,33 @@ 1 + + + KA + Specifies default settings of SVG export dialog. + + + + KA + Specifies if SVG Tiny profile should be used for export. + + false + + + + KA + Specifies if fonts should be embedded into SVG file. + + true + + + + KA + Specifies if text decoration like underlining and strike-through be drawm by using SVG attributes (true) or by drawing SVG primitives (false). + + true + + -- cgit