JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#2272 glow filter strength caps at 100%
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Filters
State: upgraded Help

> What steps will reproduce the problem? load a file containing a symbol with a glow filter with more than 100% strength (1000% should be noticable) > What is the expected output? What do you see instead? when the strength of a glow filter is set beyond 100%, it gets less and less transparent. Multiple flash games, such as Super Mario 63, use it to form a solid outline for things like text in JPEXS, the strength doesn't change past 100% > What version of the product are you using? Is it "nightly build"? Which operating system do you have? I am using 21.0.2 on Windows > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.
admin
This is fixed in nightly 2922. Also note that if you zoom in too much, then the blurX/blurY might get smaller as there is maximum limit of calculated blur pixels. This limit can be enlarged in Advanced Settings / Limits / Box blur filter pixels limit.
State: new→upgraded