File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -531,6 +531,19 @@ Combining images: the ''cross-fade()'' notation {#cross-fade-function}
531
531
8. Return |final image|.
532
532
</div>
533
533
534
+ ### Simplifying Complex ''cross-fade()'' ### {#cross-fade-complex}
535
+
536
+ Issue: Per WG resolution,
537
+ define a notion of "equality" for images,
538
+ and combine "same" images at computed-value time,
539
+ summing their percentages.
540
+
541
+ Issue: Per WG resolution,
542
+ simplify directly-nested ''cross-fade()'' at computed-value time
543
+ by just distributing the percentage and flattening;
544
+ ''cross-fade(A 10%, cross-fade(B 30%, C 70%) 90%)''
545
+ becomes ''cross-fade(A 10%, B 27%, C 63%)'' .
546
+
534
547
<!--
535
548
████████ ██ ████████ ██ ██ ████████ ██ ██ ████████ ███ ███
536
549
██ ██ ██ ███ ███ ██ ███ ██ ██ ██ ██
You can’t perform that action at this time.
0 commit comments