styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapeshape-image-thresholdshape-marginshape-outsideshape-renderingspeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

shape-rendering CSS Property

The shape-rendering property provides a hint to the implementation about what tradeoffs to make between speed, precision, and contrast when rendering SVG vector graphics elements. rect { shape-rendering: crispEdges; } path { shape-rendering: geometricPrecision; } autoThe default value. Balances speed/precision with geometric precision prioritized, applying anti-aliasing for smooth edges.optimizeSpeedEmphasizes rendering speed over geometric precision and crispness. May disable anti-aliasing.crispEdgesEmphasizes contrast and sharp edges. May align edges with device pixels and disable anti-aliasing.geometricPrecisionEmphasizes maximum geometric accuracy over rendering speed. SVG 2 — Chapter 13: Painting W3C Recommendation W3CMDN Show all code Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationsourcesvisual demonstration