diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch) | |
tree | 86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/guide/graphics/index.html | |
parent | 68fc8e96a9629e73469ed457abd955e548ec670c (diff) | |
download | translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2 translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip |
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web/guide/graphics/index.html')
-rw-r--r-- | files/pt-br/web/guide/graphics/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/web/guide/graphics/index.html b/files/pt-br/web/guide/graphics/index.html index 6abc792433..8d0e9f4d7d 100644 --- a/files/pt-br/web/guide/graphics/index.html +++ b/files/pt-br/web/guide/graphics/index.html @@ -1,6 +1,6 @@ --- title: Gráficos na Web -slug: Web/Guide/Gráficos +slug: Web/Guide/Graphics tags: - 2D - 3D @@ -12,6 +12,7 @@ tags: - WebGL - WebRTC translation_of: Web/Guide/Graphics +original_slug: Web/Guide/Gráficos --- <p><span class="seoSummary">Sites modernos da Web e aplicativos frequentemente precisam exibir gráficos.</span> Imagens estáticas podem ser exibidas facilmente usando o elemento {{HTMLElement("img")}} ou configurando o background de elementos HTML usando a propriedade {{cssxref("background-image")}}. Você também pode construir gráficos em tempo real ou manipular imagens depois de criadas. <span class="seoSummary">Esses artigos fornecem conhecimento de como você pode realizar isto.</span></p> |