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

<svg>

StarStarStarStar

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

StarStarStarStar

<circle>

StarStarStarStar

Defines a circle based on a center point and radius.

StarStarStarStar

<rect>

StarStarStarStar

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

StarStarStarStar

fill

StarStarStarStar

An attribute that sets the color inside an object.

StarStarStarStar

<ellipse>

StarStarStarStar

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

StarStarStarStar

stroke

StarStarStarStar

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

StarStarStarStar

<line>

StarStarStarStar

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

StarStarStarStar

<polyline>

StarStarStarStar

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

StarStarStarStar

viewBox

StarStarStarStar

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

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

transform

StarStarStarStar

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

StarStarStarStar

<defs>

StarStarStarStar

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

StarStarStarStar

<path>

StarStarStarStar

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

StarStarStarStar

stroke-linecap

StarStarStarStar

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

StarStarStarStar

<polygon>

StarStarStarStar

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

StarStarStarStar

stroke-dasharray

StarStarStarStar

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

StarStarStarStar

<clipPath>

StarStarStarStar

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

StarStarStarStar

<pattern>

StarStarStarStar

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

StarStarStarStar

<animate>

StarStarStarStar

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

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.