Skip to content

Commit ff9904b

Browse files
committed
[css-images] Whoops, swapped log base and arg.
1 parent 321c3e5 commit ff9904b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-images/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ Gradient Color-Stops</h3>
18431843

18441844
<li>
18451845
Let <var>C</var>, the color weighting at that point,
1846-
be equal to <code>P<sup>log<sub>.5</sub>(H)</sup></code>.
1846+
be equal to <code>P<sup>log<sub>H</sub>(.5)</sup></code>.
18471847

18481848
<li>
18491849
The color at that point is then a linear blend between the colors of the two <a>color stops</a>,

css-images/Overview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ <h3 class="heading settled heading" data-level=4.5 id=color-stop-syntax><span cl
19261926

19271927
<li>
19281928
Let <var>C</var>, the color weighting at that point,
1929-
be equal to <code>P<sup>log<sub>.5</sub>(H)</sup></code>.
1929+
be equal to <code>P<sup>log<sub>H</sub>(.5)</sup></code>.
19301930

19311931
<li>
19321932
The color at that point is then a linear blend between the colors of the two <a data-link-type=dfn href=#color-stop title="color stops">color stops</a>,

0 commit comments

Comments
 (0)