mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-02 04:42:43 +02:00
.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
<title>A Primer on Bézier Curves</title>
|
<title>ベジェ曲線入門</title>
|
||||||
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
||||||
|
|
||||||
<base href=".." />
|
<base href=".." />
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- opengraph information -->
|
<!-- opengraph information -->
|
||||||
<meta property="og:title" content="A Primer on Bézier Curves" />
|
<meta property="og:title" content="ベジェ曲線入門" />
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://pomax.github.io/bezierinfo/images/og-image.png"
|
content="https://pomax.github.io/bezierinfo/images/og-image.png"
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>A Primer on Bézier Curves</h1>
|
<h1>ベジェ曲線入門</h1>
|
||||||
<h2>
|
<h2>
|
||||||
A free, online book for when you really need to know how to do Bézier
|
A free, online book for when you really need to know how to do Bézier
|
||||||
things.
|
things.
|
||||||
|
@@ -2,8 +2,8 @@ export default {
|
|||||||
"defaultLocale": "en-GB",
|
"defaultLocale": "en-GB",
|
||||||
"title": {
|
"title": {
|
||||||
"en-GB": "A Primer on Bézier Curves",
|
"en-GB": "A Primer on Bézier Curves",
|
||||||
"ja-JP": "A Primer on Bézier Curves",
|
"ja-JP": "ベジェ曲線入門",
|
||||||
"zh-CN": "A Primer on Bézier Curves"
|
"zh-CN": "贝塞尔曲线底漆"
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"en-GB": "A free, online book for when you really need to know how to do Bézier things.",
|
"en-GB": "A free, online book for when you really need to know how to do Bézier things.",
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
<title>A Primer on Bézier Curves</title>
|
<title>贝塞尔曲线底漆</title>
|
||||||
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
<link rel="shortcut icon" href="favicon.png" type="image/png" />
|
||||||
|
|
||||||
<base href=".." />
|
<base href=".." />
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- opengraph information -->
|
<!-- opengraph information -->
|
||||||
<meta property="og:title" content="A Primer on Bézier Curves" />
|
<meta property="og:title" content="贝塞尔曲线底漆" />
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://pomax.github.io/bezierinfo/images/og-image.png"
|
content="https://pomax.github.io/bezierinfo/images/og-image.png"
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>A Primer on Bézier Curves</h1>
|
<h1>贝塞尔曲线底漆</h1>
|
||||||
<h2>
|
<h2>
|
||||||
A free, online book for when you really need to know how to do Bézier
|
A free, online book for when you really need to know how to do Bézier
|
||||||
things.
|
things.
|
||||||
|
Reference in New Issue
Block a user