diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-26 15:31:56 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-07-27 12:52:01 +0800 |
commit | 13db12ce5c9cfe0c433f35587035dce15eedf294 (patch) | |
tree | 20671d4a0fda745d305ba2b38037f25f6fbdce58 /files/zh-cn/web/svg | |
parent | c53c05cd5c3e7eafdfeb437d02ddad4c9e00ae3d (diff) | |
download | translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.gz translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.bz2 translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.zip |
remove link 'title' attributes that's just the 'href' (zh-cn)
Diffstat (limited to 'files/zh-cn/web/svg')
-rw-r--r-- | files/zh-cn/web/svg/element/circle/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/svg/element/fecolormatrix/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/svg/element/fespecularlighting/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/svg/element/rect/index.html | 4 | ||||
-rw-r--r-- | files/zh-cn/web/svg/index.html | 6 | ||||
-rw-r--r-- | files/zh-cn/web/svg/tutorial/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/svg/tutorial/tools_for_svg/index.html | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/files/zh-cn/web/svg/element/circle/index.html b/files/zh-cn/web/svg/element/circle/index.html index 1e4f2f8624..c660234c1a 100644 --- a/files/zh-cn/web/svg/element/circle/index.html +++ b/files/zh-cn/web/svg/element/circle/index.html @@ -25,7 +25,7 @@ translation_of: Web/SVG/Element/circle <circle cx="60" cy="60" r="50"/> </svg></pre> -<p>» <a href="https://mdn.mozillademos.org/files/7707/circle2.svg" title="https://developer.mozilla.org/files/3252/circle.svg">circle.svg</a></p> +<p>» <a href="https://mdn.mozillademos.org/files/7707/circle2.svg">circle.svg</a></p> <h2 id="属性">属性</h2> diff --git a/files/zh-cn/web/svg/element/fecolormatrix/index.html b/files/zh-cn/web/svg/element/fecolormatrix/index.html index dc671a8202..dcb6448c7b 100644 --- a/files/zh-cn/web/svg/element/fecolormatrix/index.html +++ b/files/zh-cn/web/svg/element/fecolormatrix/index.html @@ -10,7 +10,7 @@ translation_of: Web/SVG/Element/feColorMatrix --- <div>{{SVGRef}}</div> -<p>该滤镜基于转换矩阵对颜色进行变换。每一像素的颜色值(一个表示为[红,绿,蓝,透明度] 的矢量) 都经过<a class="external" href="http://en.wikipedia.org/wiki/Matrix_multiplication" title="http://en.wikipedia.org/wiki/Matrix_multiplication">矩阵乘法 (matrix multiplated</a>) 计算出的新颜色。</p> +<p>该滤镜基于转换矩阵对颜色进行变换。每一像素的颜色值(一个表示为[红,绿,蓝,透明度] 的矢量) 都经过<a class="external" href="http://en.wikipedia.org/wiki/Matrix_multiplication">矩阵乘法 (matrix multiplated</a>) 计算出的新颜色。</p> <h2 id="用法">用法</h2> diff --git a/files/zh-cn/web/svg/element/fespecularlighting/index.html b/files/zh-cn/web/svg/element/fespecularlighting/index.html index ea7a31f6ba..5059da049c 100644 --- a/files/zh-cn/web/svg/element/fespecularlighting/index.html +++ b/files/zh-cn/web/svg/element/fespecularlighting/index.html @@ -12,7 +12,7 @@ translation_of: Web/SVG/Element/feSpecularLighting --- <div>{{SVGRef}}</div> -<p>该滤镜照亮一个源图形,使用alpha通道作为隆起映射。该结果图像是一个基于光色的RGBA图象。该光照计算遵守标准<a href="http://en.wikipedia.org/wiki/Phong_reflection_model" rel="external" title="http://en.wikipedia.org/wiki/Phong_reflection_model">冯氏照明模式</a>的镜面组件。结果图像依赖于光色、光的位置以及输入隆起映射的表面几何形状。光照计算的结果是叠加的。该滤镜假定观察者在X方向无穷远处。</p> +<p>该滤镜照亮一个源图形,使用alpha通道作为隆起映射。该结果图像是一个基于光色的RGBA图象。该光照计算遵守标准<a href="http://en.wikipedia.org/wiki/Phong_reflection_model" rel="external">冯氏照明模式</a>的镜面组件。结果图像依赖于光色、光的位置以及输入隆起映射的表面几何形状。光照计算的结果是叠加的。该滤镜假定观察者在X方向无穷远处。</p> <p>该滤镜制作了一个图像,图像包含光照计算的镜面反射部分。如此一个映射是为了与纹理相结合,使用算术{{SVGElement("feComposite")}}方法的叠加。利用在应用到纹理图像前添加多个光映射,可以模拟多个光源。</p> diff --git a/files/zh-cn/web/svg/element/rect/index.html b/files/zh-cn/web/svg/element/rect/index.html index 0f33cf99c1..d3e2d3a7e2 100644 --- a/files/zh-cn/web/svg/element/rect/index.html +++ b/files/zh-cn/web/svg/element/rect/index.html @@ -32,7 +32,7 @@ translation_of: Web/SVG/Element/rect <p> </p> -<p>» <a href="https://mdn.mozillademos.org/files/8893/rect-1.svg" title="https://developer.mozilla.org/files/3247/rect-1.svg">rect-1.svg</a></p> +<p>» <a href="https://mdn.mozillademos.org/files/8893/rect-1.svg">rect-1.svg</a></p> <h3 id="圆角矩形"><font face="Consolas, Monaco, Andale Mono, monospace">圆角矩形</font></h3> @@ -51,7 +51,7 @@ translation_of: Web/SVG/Element/rect <p> </p> -<p>» <a href="https://mdn.mozillademos.org/files/8897/rect-2.svg" title="https://developer.mozilla.org/files/3248/rect-2.svg">rect-2.svg</a></p> +<p>» <a href="https://mdn.mozillademos.org/files/8897/rect-2.svg">rect-2.svg</a></p> <h2 id="属性">属性</h2> diff --git a/files/zh-cn/web/svg/index.html b/files/zh-cn/web/svg/index.html index 88b0439673..81294bd850 100644 --- a/files/zh-cn/web/svg/index.html +++ b/files/zh-cn/web/svg/index.html @@ -76,8 +76,8 @@ translation_of: Web/SVG <li><a href="https://developer.mozilla.org/en-US/docs/SVG/SVG_as_an_Image">SVG as an image</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/SVG/SVG_animation_with_SMIL">SVG animation with SMIL</a></li> <li><a href="http://plurib.us/1shot/2007/svg_gallery/">SVG 艺术画廊</a></li> - <li><a href="http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg">Lion</a>、<a href="http://croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg">Butterfly</a> & <a href="http://croczilla.com/bits_and_pieces/svg/samples/tiger/tiger.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/tiger/tiger.svg">Tiger</a></li> - <li>更多实例(<a href="http://croczilla.com/bits_and_pieces/svg/samples" title="http://croczilla.com/bits_and_pieces/svg/samples">SVG Samples croczilla.com</a>、<a href="http://www.carto.net/papers/svg/samples/">carto.net</a>)</li> + <li><a href="http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg">Lion</a>、<a href="http://croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg">Butterfly</a> & <a href="http://croczilla.com/bits_and_pieces/svg/samples/tiger/tiger.svg">Tiger</a></li> + <li>更多实例(<a href="http://croczilla.com/bits_and_pieces/svg/samples">SVG Samples croczilla.com</a>、<a href="http://www.carto.net/papers/svg/samples/">carto.net</a>)</li> </ul> <h3 id="动画与交互">动画与交互</h3> @@ -85,7 +85,7 @@ translation_of: Web/SVG <p> 正如 HTML 一样,SVG 也有可被 JavaScript 访问的文档对象模型(DOM)和事件。这允许开发者创建丰富的动画和可交互的图像。</p> <ul> - <li>一些真正赏心悦目的 SVG <a href="http://svg-wow.org/" title="http://svg-wow.org/">svg-wow.org</a></li> + <li>一些真正赏心悦目的 SVG <a href="http://svg-wow.org/">svg-wow.org</a></li> <li>一个能为浏览器添加 {{Glossary("SMIL")}} 子集支持的 Firefox 扩展(<a href="http://schepers.cc/grafox/">Grafox</a>)</li> <li>交互式<a href="http://people.mozilla.com/~vladimir/demos/photos.svg">图片</a>操作</li> <li>当 <a href="http://starkravingfinkle.org/blog/2007/07/firefox-3-svg-foreignobject/">HTML transformations</a> 使用 SVG 的 <code>foreignObject</code></li> diff --git a/files/zh-cn/web/svg/tutorial/index.html b/files/zh-cn/web/svg/tutorial/index.html index 3dc8d31499..9726ef006a 100644 --- a/files/zh-cn/web/svg/tutorial/index.html +++ b/files/zh-cn/web/svg/tutorial/index.html @@ -12,7 +12,7 @@ translation_of: Web/SVG/Tutorial --- <p>可缩放矢量图形,即<a href="/zh-CN/SVG" title="zh-CN/SVG">SVG</a>,是W3C XML的分支语言之一,用于标记可缩放的矢量图形。目前SVG在Firefox、Opera、Webkit浏览器、IE等浏览器中已经部分实现。</p> -<p>本教程旨在解释SVG内部的技术细节。如果你希望绘制非常漂亮的图形,你可以在<a class="external" href="http://inkscape.org/doc/" title="http://inkscape.org/doc/">Inkscape的文档页面</a>上获取更多有用的资源。另外还有一个比较好的SVG介绍:<a class="external" href="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html" title="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html">W3C的SVG入门</a>。</p> +<p>本教程旨在解释SVG内部的技术细节。如果你希望绘制非常漂亮的图形,你可以在<a class="external" href="http://inkscape.org/doc/">Inkscape的文档页面</a>上获取更多有用的资源。另外还有一个比较好的SVG介绍:<a class="external" href="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html" title="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html">W3C的SVG入门</a>。</p> <div class="note">本教程还在初期阶段,如果你有能力,可以来增加扩展一两段,写一整页的话会给加分!</div> diff --git a/files/zh-cn/web/svg/tutorial/tools_for_svg/index.html b/files/zh-cn/web/svg/tutorial/tools_for_svg/index.html index 9127b6fad3..e2c7ee0b99 100644 --- a/files/zh-cn/web/svg/tutorial/tools_for_svg/index.html +++ b/files/zh-cn/web/svg/tutorial/tools_for_svg/index.html @@ -37,7 +37,7 @@ translation_of: Web/SVG/Tutorial/Tools_for_SVG <h3 id="其它呈现器">其它呈现器</h3> -<p>要想从一个SVG源创建一个光栅图像,存在很多个项目。<a class="external" href="http://ImageMagick.org" title="http://imagemagick.org/">ImageMagick</a>是最著名的命名行图象处理工具之一。Wikipedia所用到的Gnome库<a class="external" href="http://library.gnome.org/devel/rsvg/" title="http://library.gnome.org/devel/rsvg/">rsvg</a>能把它们的SVG图形光栅化。</p> +<p>要想从一个SVG源创建一个光栅图像,存在很多个项目。<a class="external" href="http://ImageMagick.org">ImageMagick</a>是最著名的命名行图象处理工具之一。Wikipedia所用到的Gnome库<a class="external" href="http://library.gnome.org/devel/rsvg/" title="http://library.gnome.org/devel/rsvg/">rsvg</a>能把它们的SVG图形光栅化。</p> <h2 id="Raphael_JS">Raphael JS</h2> |