Referencia strokeWeight()

strokeWeight()

Establece el ancho del trazo utilizado para puntos, líneas y contornos de formas.

Nota: strokeWeight() se ve afectado por las transformaciones, especialmente llamadas a escala().

Ejemplos

Sintaxis

strokeWeight(weight)

Parámetros

weight

el peso del trazo (en píxeles).

Notice any errors or typos? Please let us know. Please feel free to edit src/core/shape/attributes.js and open a pull request!

Referencias Relacionadas