From 9bf6693b2edd5281c1577856895c55653a41dc01 Mon Sep 17 00:00:00 2001 From: MDN Date: Sat, 19 Mar 2022 00:13:08 +0000 Subject: [CRON] sync translated content --- .../web/css/transform-function/matrix()/index.html | 58 --------------------- .../web/css/transform-function/matrix/index.html | 59 ++++++++++++++++++++++ 2 files changed, 59 insertions(+), 58 deletions(-) delete mode 100644 files/pl/web/css/transform-function/matrix()/index.html create mode 100644 files/pl/web/css/transform-function/matrix/index.html (limited to 'files/pl/web/css/transform-function') diff --git a/files/pl/web/css/transform-function/matrix()/index.html b/files/pl/web/css/transform-function/matrix()/index.html deleted file mode 100644 index 85a951052a..0000000000 --- a/files/pl/web/css/transform-function/matrix()/index.html +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: matrix() -slug: Web/CSS/transform-function/matrix() -tags: - - CSS - - Funkcje CSS - - Referencje - - Transformacje CSS - - wymagaPrzykładu -translation_of: Web/CSS/transform-function/matrix() ---- -
{{CSSRef}}
- -

CSS-owa funkcja matrix() określa jednolitą macierz (matrix) transformacji 2D i składa się z sześciu określonych wartości. Wartości stałe tych macierzy są implementowane oraz nie działają jak parametry; pozostałe parametry są opisywane w porządku głównej kolumny.

- -

matrix(a, b, c, d, tx, ty) to shorthand dla matrix3d(a, b, 0, 0, c, d, 0, 0, 0, 0, 1, 0, tx, ty, 0, 1).

- -
Adnotacja: Od Firefoxa 16, Gecko akceptuje wartośc {{cssxref("<length>")}} dla tx oraz ty.
- -

Składnia

- -
matrix(a, b, c, d, tx, ty)
-
- -

Wartości

- -
-
a b c d
-
{{cssxref("<number>")}} opisują transformacje linearne.
-
tx ty
-
{{cssxref("<number>")}} opisują transformacje do zastosowania.
-
- - - - - - - - - - - - - - - - - - - - - -
Współrzędne kartezjańskie na ℝ2Współrzędne jednorodne na ℝℙ2Współrzędne kartezjańskie na ℝ3Współrzędne jednorodne na ℝℙ3
ac bd actxbdty001 actxbdty001 ac0txbd0ty00100001
[a b c d tx ty]
- -

Przykłady

- -

TBD

diff --git a/files/pl/web/css/transform-function/matrix/index.html b/files/pl/web/css/transform-function/matrix/index.html new file mode 100644 index 0000000000..fc253969b5 --- /dev/null +++ b/files/pl/web/css/transform-function/matrix/index.html @@ -0,0 +1,59 @@ +--- +title: matrix() +slug: Web/CSS/transform-function/matrix +tags: + - CSS + - Funkcje CSS + - Referencje + - Transformacje CSS + - wymagaPrzykładu +translation_of: Web/CSS/transform-function/matrix() +original_slug: Web/CSS/transform-function/matrix() +--- +
{{CSSRef}}
+ +

CSS-owa funkcja matrix() określa jednolitą macierz (matrix) transformacji 2D i składa się z sześciu określonych wartości. Wartości stałe tych macierzy są implementowane oraz nie działają jak parametry; pozostałe parametry są opisywane w porządku głównej kolumny.

+ +

matrix(a, b, c, d, tx, ty) to shorthand dla matrix3d(a, b, 0, 0, c, d, 0, 0, 0, 0, 1, 0, tx, ty, 0, 1).

+ +
Adnotacja: Od Firefoxa 16, Gecko akceptuje wartośc {{cssxref("<length>")}} dla tx oraz ty.
+ +

Składnia

+ +
matrix(a, b, c, d, tx, ty)
+
+ +

Wartości

+ +
+
a b c d
+
{{cssxref("<number>")}} opisują transformacje linearne.
+
tx ty
+
{{cssxref("<number>")}} opisują transformacje do zastosowania.
+
+ + + + + + + + + + + + + + + + + + + + + +
Współrzędne kartezjańskie na ℝ2Współrzędne jednorodne na ℝℙ2Współrzędne kartezjańskie na ℝ3Współrzędne jednorodne na ℝℙ3
ac bd actxbdty001 actxbdty001 ac0txbd0ty00100001
[a b c d tx ty]
+ +

Przykłady

+ +

TBD

-- cgit v1.2.3-54-g00ecf