Skip to content

Commit 2e29be5

Browse files
committed
Added more clarification on interpolating transforms.
1 parent a925abd commit 2e29be5

4 files changed

Lines changed: 659 additions & 149 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2012-04-29 dschulze@adobe.com
2+
Added more clarification on interpolating transforms.
3+
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=14715
4+
Added new term "identity transform function".
5+
Changed Makefile to use ~/.curl-w3.org.
6+
17
2012-04-29 dschulze@adobe.com
28
Clarify horizontal and vertical origin on transform-origin property.
39
More style cleanup and corrections.

css3-transforms/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# http://gnuwin32.sourceforge.net/downlinks/make.php
1515
# http://curl.haxx.se/dlwiz/?type=bin&os=Win32&flav=-&ver=2000/XP
1616
#
17-
# You also need to install either a .curlrc (*NIX/*BSD) or _curlrc
17+
# You also need to install either a .curl-w3.org (*NIX/*BSD) or _curlrc
1818
# (MS-DOS ) file in your HOME directory, with at minimum the
1919
# following contents:
2020
#
@@ -38,9 +38,9 @@ all: $(OUTPUTFILE)
3838

3939
$(OUTPUTFILE): $(SOURCEFILE)
4040
ifeq (,$(PUBDATE))
41-
$(CURL) $(CURLFLAGS) --user $(USER) -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI)
41+
$(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI)
4242
else
43-
$(CURL) $(CURLFLAGS) --user $(USER) -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI) -F date=$(PUBDATE)
43+
$(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI) -F date=$(PUBDATE)
4444
endif
4545

4646

0 commit comments

Comments
 (0)