|
#### Méthode #### Compléter en faisant un mélange du meilleur entre la version originale et la nouvelle version anglaise. Supprimer en dessous lorsque la partie est complétée en dessus.
---- À traduire (version originale : 1.11) ---- Introduction to StylingObjects in SVG can have various types of styles applied to them, and Inkscape offers multiple approaches to applying these styles. Unfortunately, this makes the discussion of styling objects fairly complex. This chapter aims to simplify the discussion as much as possible while revealing the possibilities of Inkscape and SVG drawings. Accordingly, this introduction will focus on explaining the types of object styling and a little bit about alternative ways of applying styles. FillFill is the color or pattern applied within the path borders of an SVG object. Each SVG object has some kind of fill (except diagram connectors).
Note : Even bezier and freehand lines have fill, although by default it is set to transparent.
There are three basic types of fill:
In addition, the fill can be set either to render or not render at any place where the object crosses over itself with the even-odd or non-zero settings.
Stroke PaintStroke Paint is the color or pattern applied to an SVG object's stroke.
Stroke Paint settings are basically the same as fill in that they consist of solid colors, gradients or patterns. Stroke Paint cannot be set to even-odd - it always renders when it crosses over itself. Stroke StyleStroke Style is a group of settings affecting the geometric properties of an object's stroke, such as width, decorative markers, dashing, etc.
Alternate Application Methods for StylesApart from selecting style types individually from the dialogs, there are several ways to paste copied styles by keystroke:
Copy Styles from Other Objects
Copy Dimensions from Other Objects
|