search for: begingradientfill

Displaying 4 results from an estimated 4 matches for "begingradientfill".

2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
...| 123 -------------- test/image/Makefile.am | 23 ++ test/image/empty-gradient.swf |binary test/image/empty-gradient.swf.png |binary test/image/empty-gradient.xml | 40 ++++ test/image/gradient-beginGradientFill-5.swf |binary test/image/gradient-beginGradientFill-5.swf.png |binary test/image/gradient-beginGradientFill-6.swf |binary test/image/gradient-beginGradientFill-6.swf.org.png |binary test/image/gradient-beginGradientFill-6.swf.png |binary test/image/gradient-beginGradien...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...lid black add a test that ensures non-increasing gradient ratios work ratios must be increasing - if they're not, we force them to be update reference image to work with Swfdec for now add another test for gradients add swfdec_as_integer_to_string() implement beginGradientFill add a gradient test fix non-srcdir builds from autogen'd sources only emit EOF signal if we're not already EOF (attempt to) fix non-srcdir builds Don't segfault during frame cleanup when exceptions are present (fixes #13379) add test for just-fixed cr...
2007 Dec 17
0
2 commits - doc/Makefile.am doc/swfdec-sections.txt NEWS
...e's 2.21.4 release, here's a new Swfdec release. Features: +- rework the input handling subsystem. All objects (including sliders) can now + receive mouse events. +- stub all script functions and properties from Flash 8 +- implement loading cross-domain policy files +- implement MovieClip.beginGradientFill (Yes, that function is big enough for + its own entry) +- various fixes to clipping +- Swfdec should compile and work fine on ARM architectures now +- lots of bug fixes and small features additions +- support reading text files in various formats + 0.5.4 ("2 advanced") Features lef...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...", false], + ["_global.MovieClip.prototype", "attachVideo", true], + ["_global.MovieClip.prototype", "beginBitmapFill", true], + ["_global.MovieClip.prototype", "beginFill", true], + ["_global.MovieClip.prototype", "beginGradientFill", true], + ["_global.MovieClip.prototype", "beginMeshFill", true], + ["_global.MovieClip.prototype", "clear", true], + ["_global.MovieClip.prototype", "createEmptyMovieClip", true], + ["_global.MovieClip.prototype", &quo...