-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert /web/svg folder to Markdown (es) (#8157)
* Convert /web/svg folder to Markdown (es) * Apply suggestions from code review Original PR by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
- Loading branch information
Showing
36 changed files
with
1,904 additions
and
2,186 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: stop-color | ||
slug: Web/SVG/Attribute/stop-color | ||
tags: | ||
- Atributos SVG | ||
translation_of: Web/SVG/Attribute/stop-color | ||
--- | ||
« [SVG Attribute reference hom](/en/SVG/Attribute "en/SVG/Attribute")e | ||
|
||
El atributo `stop-color` indica que color usar en el stop del gradiente. La keyword `currentColor` y ICC pueden ser especificadas de la misma manera con la especificación [\<paint>](/en/SVG/Content_type#Paint "en/SVG/Content_type#Paint") para los atributos {{ SVGAttr("fill") }} y {{ SVGAttr("stroke") }}. | ||
|
||
## Usage context | ||
|
||
| Categorías | Presentation attribute | | ||
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| Valor | currentColor \| [<color>](/en/SVG/Content_type#Color "en/SVG/Content_type#Color") \| [<icccolor>](/en/SVG/Content_type#ICCColor "en/SVG/Content_type#ICCColor") \| inherit | | ||
| Valor inicial | negro | | ||
| Animatable | Sí | | ||
| Documento normativo | [SVG 1.1 (2.ª edición)](http://www.w3.org/TR/SVG11/pservers.html#StopColorProperty) | | ||
|
||
## Ejemplos | ||
|
||
## Elementos | ||
|
||
El siguiente elemento puede usar el atributo `stop-color` | ||
|
||
- {{ SVGElement("stop") }} | ||
|
||
## Compatibilidad entre navegadores | ||
|
||
{{Compat("svg.attributes.presentation.stop-color")}} | ||
|
||
## Ver también | ||
|
||
- {{ SVGAttr("stop-opacity") }} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.