filters/master/ChangeLog

Wed, 07 Sep 2011 10:26:03 +1000

author
Dean Jackson <dino@apple.com>
date
Wed, 07 Sep 2011 10:26:03 +1000
changeset 36
b31bb9367aef
parent 34
cc281b90a47a
child 40
3f1fdd4a8004
permissions
-rw-r--r--

- Added opacity function
- Corrected luminanceToAlpha values

dino@12 1 Changes for Filter Effects specification
dino@12 2 ----------------------------------------
dino@12 3
dino@36 4 2011-09-07 Dean Jackson <dino@apple.com>
dino@36 5
dino@36 6 - Added opacity function
dino@36 7 - Corrected luminanceToAlpha values
dino@36 8
dino@34 9 2011-08-31 Dean Jackson <dino@apple.com>
dino@34 10
dino@34 11 - Remove commas from shorthand function parameter input.
dino@34 12 - Rename unsharp() shorthand to sharpen()
dino@34 13 - drop-shadow shorthand parameter is now a <shadow>
dino@34 14
dino@33 15 2011-08-30 Dean Jackson <dino@apple.com>
dino@33 16
dino@33 17 - note that feCustom is probably not going to be included at this stage
dino@33 18 - Added filter() <image> function
dino@33 19 - Removed x y width height parameters from enable-background
dino@33 20 - Added drop-shadow shorthand
dino@33 21
dino@33 22 2011-07 Erik Dahlström <ed@opera.com>
dino@33 23
dino@33 24 - Various changes. See hg log for details.
dino@33 25
dino@11 26 2011-04-18 Dean Jackson <dino@apple.com>
dino@11 27
dino@11 28 - renamed files, removing "SVG"
dino@11 29 - temporarily commenting out reqs and primer publication
dino@13 30 - update the intro section to be more language neutral, and
dino@13 31 generally replace SVG with XML for now.
dino@13 32 - define the filter property in terms of a list of function
dino@13 33 - describe the functions as a space separated list
dino@13 34 of commands like url(), sepia() etc.
dino@13 35 - show the equivalent XML version for each shorthand function

mercurial