diff options
Diffstat (limited to 'files/zh-tw/web/guide/graphics/index.html')
-rw-r--r-- | files/zh-tw/web/guide/graphics/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/files/zh-tw/web/guide/graphics/index.html b/files/zh-tw/web/guide/graphics/index.html index 224757c138..25f6a3dd20 100644 --- a/files/zh-tw/web/guide/graphics/index.html +++ b/files/zh-tw/web/guide/graphics/index.html @@ -5,8 +5,6 @@ translation_of: Web/Guide/Graphics --- <p><span class="seoSummary">現代網站或應用程式通常都配有圖像。</span>我們可以很容易地使用{{HTMLElement("img")}}元素呈現靜態圖像 , 或藉由使用{{cssxref("background-image")}} 設定HTML的背景元素性質。你常會想要建立動態圖像或在事後操縱圖像。<span class="seoSummary">這些文章將讓你知道如何達成這些效果。</span></p> -<div class="row topicpage-table"> -<div class="section"> <h2 class="Documentation" id="Docs_for_add-on_developers" name="Docs_for_add-on_developers">2D 圖像</h2> <dl> @@ -16,17 +14,6 @@ translation_of: Web/Guide/Graphics <dd><em>可縮放向量圖像(SVG) 讓你可以使用直線,曲線以及其他幾何圖形來編寫圖像。避免使用點陣圖像(bitmaps),你可以創造出適合任何大小的圖像。</em></dd> </dl> -<p> </p> - -<p> </p> - -<p> </p> - -<p> </p> - -<p><span class="alllinks"><a href="/en-US/docs/tag/Graphics">觀看全部...</a></span></p> -</div> - <div class="section"> <h2 class="Documentation" id="Docs_for_add-on_developers" name="Docs_for_add-on_developers">3D 圖像</h2> @@ -43,7 +30,3 @@ translation_of: Web/Guide/Graphics <dt><a href="/en-US/docs/WebRTC">WebRTC</a></dt> <dd><em>在WebRTC 中 RTC 是 Real-Time Communications 的簡稱,讓瀏覽器客戶端之間(peers)串流影片/音效檔案與數據分享的技術。</em></dd> </dl> -</div> -</div> - -<p> </p> |