WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 83317
68195
ASSERTion failure with very large SVG Filter
https://bugs.webkit.org/show_bug.cgi?id=68195
Summary
ASSERTion failure with very large SVG Filter
Tim Horton
Reported
2011-09-15 15:14:02 PDT
Created
attachment 107555
[details]
test case For some reason we ASSERT() if a filter is larger than an arbitrary maximum size; this is somewhat annoying, I feel like a web inspector warning or something might be better. ASSERTION FAILED: isFilterSizeValid(rect) /Volumes/Data/Shared/src/WebKit/OpenSource/Source/WebCore/platform/graphics/filters/FilterEffect.cpp(123) : PassRefPtr<WTF::ByteArray> WebCore::FilterEffect::asPremultipliedImage(const WebCore::IntRect &) 1 WebCore::FilterEffect::asPremultipliedImage(WebCore::IntRect const&) 2 WebCore::FEDisplacementMap::apply() 3 WebCore::RenderSVGResourceFilter::postApplyResource(WebCore::RenderObject*, WebCore::GraphicsContext*&, unsigned short, WebCore::Path const*) 4 WebCore::SVGRenderSupport::finishRenderSVGContent(WebCore::RenderObject*, WebCore::PaintInfo&, WebCore::GraphicsContext*) ...
Attachments
test case
(230 bytes, image/svg+xml)
2011-09-15 15:14 PDT
,
Tim Horton
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2011-09-15 15:14:33 PDT
<
rdar://problem/10133283
>
Dirk Schulze
Comment 2
2011-09-15 22:16:20 PDT
That assertion looks wrong! single filter effects can be bigger than 5000x5000! Just the size of the source is limited. The growing of effect size can be caused by the needs of single filter effects (e.g. blur needs a bigger image because of the blur radius).
Said Abou-Hallawa
Comment 3
2015-04-22 15:23:44 PDT
A condition was added to FilterEffect::apply() to make early return if the input region is exceptionally large. The fix is in
https://bugs.webkit.org/show_bug.cgi?id=83317
. *** This bug has been marked as a duplicate of
bug 83317
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug