Closed
Bug 307698
Opened 19 years ago
Closed 19 years ago
SVG filters do not work (shared build ?)
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: takenspc, Unassigned)
References
()
Details
Attachments
(1 file)
|
7.31 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20050909 Firefox/1.6a1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20050909 Firefox/1.6a1 SVG filters do not work on my environment(Ubuntu 5.10 PR). kernel 2.6.12-8 gcc 4.0.3 gtk2 2.8.3 cairo 1.0.0 pango 1.10.0-2 shared build (because of bug 305185) other SVG features work. my .mozconfig is mk_add_options MOZ_CO_PROJECT=browser mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/mybuild_fx ac_add_options --enable-application=browser ac_add_options --disable-debug ac_add_options '--enable-optimize=-Os -freorder-blocks -fno-reorder-functions -gstabs+' ac_add_options --disable-tests ac_add_options --enable-default-toolkit=gtk2 # ac_add_options --enable-system-cairo ac_add_options --enable-xft ac_add_options --enable-pango ac_add_options --enable-extensions=default,xforms,schema-validation,spatialnavigation ac_add_options --disable-freetype2 ac_add_options --enable-svg ac_add_options --enable-canvas Reproducible: Always Steps to Reproduce: 1.Open SVG which using filters 2. 3. Actual Results: The SVG is rendered without a filter. Expected Results: The SVG is rendered with a filter.
| Reporter | ||
Updated•19 years ago
|
Summary: SVG filters do not work (gtk 2.8 ?) → SVG filters do not work (shared build ?)
| Reporter | ||
Comment 2•19 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051004 Firefox/1.6a1 ID:2005100417 SVG filters works for me. gcc 4.0.1-3 gtk2 2.8.4 cairo 1.0.0 pango 1.10.1 # s/gcc 4.0.3/4.0.1-3/
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•