Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8778b5b3
Kaydet (Commit)
8778b5b3
authored
May 22, 2014
tarafından
László Németh
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#79078 restore transparency in SVG export
Change-Id: I5bdf6c3b313a73126cb692e5101836f424a2fc08
üst
6d06aa8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
svgexport.cxx
filter/source/svg/svgexport.cxx
+2
-2
No files found.
filter/source/svg/svgexport.cxx
Dosyayı görüntüle @
8778b5b3
...
@@ -353,8 +353,8 @@ SVGExport::SVGExport(
...
@@ -353,8 +353,8 @@ SVGExport::SVGExport(
// Native Decoration
// Native Decoration
mbIsUseNativeTextDecoration
=
mbIsUseTinyProfile
?
sal_False
:
aFilterDataHashMap
.
getUnpackedValueOrDefault
(
SVG_PROP_NATIVEDECORATION
,
sal_False
);
mbIsUseNativeTextDecoration
=
mbIsUseTinyProfile
?
sal_False
:
aFilterDataHashMap
.
getUnpackedValueOrDefault
(
SVG_PROP_NATIVEDECORATION
,
sal_False
);
// Tiny Opacity
// Tiny Opacity
(supported from SVG Tiny 1.2)
mbIsUseOpacity
=
mbIsUseTinyProfile
?
sal_False
:
aFilterDataHashMap
.
getUnpackedValueOrDefault
(
SVG_PROP_OPACITY
,
sal_True
);
mbIsUseOpacity
=
aFilterDataHashMap
.
getUnpackedValueOrDefault
(
SVG_PROP_OPACITY
,
sal_True
);
// Positioned Characters (Seems to be experimental, as it was always initialized with false)
// Positioned Characters (Seems to be experimental, as it was always initialized with false)
mbIsUsePositionedCharacters
=
aFilterDataHashMap
.
getUnpackedValueOrDefault
(
SVG_PROP_POSITIONED_CHARACTERS
,
sal_False
);
mbIsUsePositionedCharacters
=
aFilterDataHashMap
.
getUnpackedValueOrDefault
(
SVG_PROP_POSITIONED_CHARACTERS
,
sal_False
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment