Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Scalable Vector Graphics (SVG)

20

Flashcards

0/20

Still learning
StarStarStarStar

fill

StarStarStarStar

An attribute that sets the color inside an object.

StarStarStarStar

stroke

StarStarStarStar

An attribute that sets the color of the outline around an object.

StarStarStarStar

viewBox

StarStarStarStar

An attribute for <svg> that creates a virtual window for the SVG canvas.

StarStarStarStar

<circle>

StarStarStarStar

Defines a circle based on a center point and radius.

StarStarStarStar

<defs>

StarStarStarStar

Holds SVG content that will be used later, typically with a <use> element.

StarStarStarStar

transform

StarStarStarStar

An attribute that applies transformations such as scale, rotate, translate or skew.

StarStarStarStar

<path>

StarStarStarStar

Defines complex shapes by using a series of move-to and draw commands with the d attribute.

StarStarStarStar

<polygon>

StarStarStarStar

Defines a closed shape consisting of straight-line segments with points attribute.

StarStarStarStar

<text>

StarStarStarStar

Defines a text element, which can contain plain text and can be styled.

StarStarStarStar

<g>

StarStarStarStar

A container element that groups other SVG elements together.

StarStarStarStar

stroke-dasharray

StarStarStarStar

An attribute that creates dashed lines using an array of lengths.

StarStarStarStar

<line>

StarStarStarStar

Defines a straight line between two points using x1, y1, x2, and y2 attributes.

StarStarStarStar

<rect>

StarStarStarStar

Defines a rectangle and its position using x and y coordinates.

StarStarStarStar

stroke-linecap

StarStarStarStar

An attribute that defines the shape of the ends of lines.

StarStarStarStar

<ellipse>

StarStarStarStar

Defines an ellipse which is a circle skewed along one axis, using cx, cy, rx, and ry attributes.

StarStarStarStar

<polyline>

StarStarStarStar

Defines a shape consisting of connected straight line segments with points attribute.

StarStarStarStar

<svg>

StarStarStarStar

The root container for SVG graphics that defines the drawing area.

StarStarStarStar

<animate>

StarStarStarStar

Allows for the animation of SVG elements by changing attributes values over time.

StarStarStarStar

<pattern>

StarStarStarStar

Defines a pattern to be used for filling or stroking objects.

StarStarStarStar

<clipPath>

StarStarStarStar

Defines an area that acts as a mask, displaying only the parts of objects within.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.