Filter-GRADIENTGLOWFILTER is not parsed correctly.

Bug #1238552 reported by Tao Liang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Lightspark
Confirmed
Medium
Unassigned

Bug Description

I found the following code snippet from swftypes.cpp is not correctly work as SWF-SPEC expected:

stream >> v.BlurX;
 stream >> v.BlurY;
 stream >> v.Strength;
 BitStream bs(stream);
 v.InnerGlow = UB(1,bs);
 v.Knockout = UB(1,bs);

There are two fileds lost:
Angle FIXED Radian angle of the gradient glow
Distance FIXED Distance of the gradient glow

Antti Ajanki (aajanki)
Changed in lightspark:
importance: Undecided → Medium
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.