Closed
Bug 126121
Opened 24 years ago
Closed 24 years ago
The SVG tests renders with some weirds interferences like artefacts
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 111152
People
(Reporter: Remi, Assigned: alex)
References
()
Details
Attachments
(2 files)
When viewing the svg files availables from croczilla, the images renders with
some interferences like (verticals) artefacts as if the light was difracted (R,
G & B components are visibles: see shot attached).
I'am using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020217 self
compiled from MOZILLA_0_9_8_BRANCH with the options available in the attached
config.status.
| Reporter | ||
Comment 1•24 years ago
|
||
If other shots are needed I can provide some.
| Reporter | ||
Comment 2•24 years ago
|
||
The following script was used to build mozilla:
#!/bin/bash2
export CVSROOT=':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot'
export NS_USE_GCC=1
export NO_MDUPDATE=1
export BUILD_OPT=1
export BUILD_OFFICIAL=1
cvs co $MOZBRANCH mozilla/client.mk
cd mozilla
MOZ_INTERNAL_LIBART_LGPL=1 gmake -f client.mk pull_all BUILD_MODULES=dbm
./configure --without-gtk --without-libIDL --without-x --enable-modules=dbm
gmake
cd ..
cvs co $MOZBRANCH mozilla/security
cd mozilla/security/coreconf
gmake
cd ../nss
gmake moz_import
gmake
cd ../..
/bin/rm -f config.log config.status config.cache .mozconfig*
gmake -f client.mk BUILD_MODULES=all
Comment 3•24 years ago
|
||
I'm seeing this too (0.9.9). Try switching your colour depth to 16 and see if it
displays correctly (it did for me).
Is this related to bug #83631?
You need to log in
before you can comment on or make changes to this bug.
Description
•