diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-04-08 13:47:33 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-04-08 13:47:33 +0000 |
| commit | 1106ff9eeb561af9216563e3eb7422088fac4cf5 (patch) | |
| tree | 8dc88ec1211b985e18c86835196d45e124d8cfe4 | |
| parent | update to trunk (diff) | |
| parent | Bug #1552765 fixed Break Apart dont handle well stroke with in documents diff... (diff) | |
| download | inkscape-1106ff9eeb561af9216563e3eb7422088fac4cf5.tar.gz inkscape-1106ff9eeb561af9216563e3eb7422088fac4cf5.zip | |
update to trunk
(bzr r13645.1.125)
177 files changed, 11745 insertions, 14146 deletions
diff --git a/.bzrignore b/.bzrignore index 6f725aa26..a8dddb7e8 100644 --- a/.bzrignore +++ b/.bzrignore @@ -48,6 +48,7 @@ ./man/inkscape.zh_TW.1 ./man/inkscape.zh_TW.pod ./man/inkscape.zh_TW.tmp +./man/inkview.pod ./inkscape.appdata.xml ./inkscape.spec ./inkview.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index de091a495..eea7cf3ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,3 +211,44 @@ if(WITH_GTEST) enable_testing() add_subdirectory(test EXCLUDE_FROM_ALL) endif() + +# ---------------------------------------------------------------------- +# Information Summary +# ---------------------------------------------------------------------- +message("------------------------------------------------------------------------") +message("Configuration Summary") +message("------------------------------------------------------------------------") +# project info +message("PROJECT_NAME: ${PROJECT_NAME}") +message("INKSCAPE_VERSION: ${INKSCAPE_VERSION}") +message("INKSCAPE_DIST_PREFIX: ${INKSCAPE_DIST_PREFIX}") +message("") + +# cmake info +message("CMAKE_BINARY_DIR: ${CMAKE_BINARY_DIR}") +message("CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}") +message("CMAKE_SYSTEM_VERSION: ${CMAKE_SYSTEM_VERSION}") +message("CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}") +message("CMAKE_C_COMPILER: ${CMAKE_C_COMPILER}") +message("CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}") +message("CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}") +message("") + +# dependency info +message("ENABLE_LCMS: ${ENABLE_LCMS}") +message("ENABLE_POPPLER: ${ENABLE_POPPLER}") +message("ENABLE_POPPLER_CAIRO: ${ENABLE_POPPLER_CAIRO}") +message("GMOCK_PRESENT: ${GMOCK_PRESENT}") +message("WITH_DBUS: ${WITH_DBUS}") +message("WITH_GNOME_VFS: ${WITH_GNOME_VFS}") +message("WITH_GTEST: ${WITH_GTEST}") +message("WITH_GTK3_EXPERIMENTAL: ${WITH_GTK3_EXPERIMENTAL}") +message("WITH_GTKSPELL: ${WITH_GTKSPELL}") +message("WITH_IMAGE_MAGICK: ${WITH_IMAGE_MAGICK}") +message("WITH_LIBCDR: ${WITH_LIBCDR}") +message("WITH_LIBVISIO: ${WITH_LIBVISIO}") +message("WITH_LIBWPG: ${WITH_LIBWPG}") +message("WITH_NLS: ${WITH_NLS}") +message("WITH_OPENMP: ${WITH_OPENMP}") +message("WITH_PROFILING: ${WITH_PROFILING}") +message("------------------------------------------------------------------------") diff --git a/buildtool.cpp b/buildtool.cpp index 0169f82ae..cb70a25c2 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -8025,7 +8025,7 @@ public: String outbuf, errbuf; - std::cout << "DEBUG command = " << cmd << std::endl; + // std::cout << "DEBUG command = " << cmd << std::endl; if (!executeCommand(cmd.c_str(), "", outbuf, errbuf)) { error("LINK problem: %s", errbuf.c_str()); diff --git a/doc/extension_system.txt b/doc/extension_system.txt index e1918701c..4902fe004 100644 --- a/doc/extension_system.txt +++ b/doc/extension_system.txt @@ -321,7 +321,7 @@ Inkscape, such as in the case of compiled-in printing modules. Most users will never need to write this type of extension, they are pretty much for Inkscape core developers only. -=== Writeing Your Extension === +=== Writing Your Extension === This section provides some guidance and examples for implementing different kinds of Extensions. @@ -334,7 +334,7 @@ different kinds of Extensions. === Creating an INX File === -Every extension must have a corrosponding *.inx file. This is an XML +Every extension must have a corresponding *.inx file. This is an XML file that provides Inkscape with information about the module and allows it to load the info without needing to access the module itself. The *.inx file contains enough info for Inkscape to set up menu items and @@ -342,7 +342,7 @@ know what kinds of functionality to expect from the extension. === Packaging Your Extension === -=== Contributing Your Extensino to the Inkscape Community === +=== Contributing Your Extension to the Inkscape Community === Once your extension is complete, you may wish to share it with the community. There are of course no hard and fast rules for how to share diff --git a/inkscape.desktop.in b/inkscape.desktop.in index 771ceccc7..4ce25a287 100644 --- a/inkscape.desktop.in +++ b/inkscape.desktop.in @@ -7,7 +7,7 @@ _Comment=Create and edit Scalable Vector Graphics images _Keywords=image;editor;vector;drawing; Type=Application Categories=Graphics;VectorGraphics;GTK; -MimeType=image/svg+xml;image/svg+xml-compressed;application/vnd.corel-draw;application/pdf;application/postscript;image/x-eps;application/illustrator; +MimeType=image/svg+xml;image/svg+xml-compressed;application/vnd.corel-draw;application/pdf;application/postscript;image/x-eps;application/illustrator;image/cgm;image/x-wmf;application/x-xccx;application/x-xcgm;application/x-xcdt;application/x-xsk1;application/x-xcmx;image/x-xcdr;application/visio;application/x-visio;application/vnd.visio;application/visio.drawing;application/vsd;application/x-vsd;image/x-vsd; Exec=inkscape %F TryExec=inkscape Terminal=false @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: inkscape\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-11-01 13:46+0100\n" -"PO-Revision-Date: 2015-11-01 12:37+0100\n" +"PO-Revision-Date: 2016-03-21 14:46+0100\n" "Last-Translator: Nicolas Dufour <nicoduf@yahoo.fr>\n" "Language-Team: fr@li.org\n" "Language: fr_FR\n" @@ -57,20 +57,13 @@ msgstr "Nouveau dessin" msgid "Smart Jelly" msgstr "Gel tous usages" -#: ../share/filters/filters.svg.h:3 ../share/filters/filters.svg.h:7 -#: ../share/filters/filters.svg.h:15 ../share/filters/filters.svg.h:31 -#: ../share/filters/filters.svg.h:35 ../share/filters/filters.svg.h:107 -#: ../share/filters/filters.svg.h:139 ../share/filters/filters.svg.h:143 -#: ../share/filters/filters.svg.h:147 ../share/filters/filters.svg.h:151 -#: ../share/filters/filters.svg.h:163 ../share/filters/filters.svg.h:171 -#: ../share/filters/filters.svg.h:219 ../share/filters/filters.svg.h:227 -#: ../share/filters/filters.svg.h:283 ../share/filters/filters.svg.h:299 -#: ../share/filters/filters.svg.h:303 ../share/filters/filters.svg.h:551 -#: ../share/filters/filters.svg.h:555 ../share/filters/filters.svg.h:559 -#: ../share/filters/filters.svg.h:563 ../share/filters/filters.svg.h:567 -#: ../src/extension/internal/filter/bevels.h:63 -#: ../src/extension/internal/filter/bevels.h:144 -#: ../src/extension/internal/filter/bevels.h:228 +#: ../share/filters/filters.svg.h:3 ../share/filters/filters.svg.h:7 ../share/filters/filters.svg.h:15 ../share/filters/filters.svg.h:31 +#: ../share/filters/filters.svg.h:35 ../share/filters/filters.svg.h:107 ../share/filters/filters.svg.h:139 ../share/filters/filters.svg.h:143 +#: ../share/filters/filters.svg.h:147 ../share/filters/filters.svg.h:151 ../share/filters/filters.svg.h:163 ../share/filters/filters.svg.h:171 +#: ../share/filters/filters.svg.h:219 ../share/filters/filters.svg.h:227 ../share/filters/filters.svg.h:283 ../share/filters/filters.svg.h:299 +#: ../share/filters/filters.svg.h:303 ../share/filters/filters.svg.h:551 ../share/filters/filters.svg.h:555 ../share/filters/filters.svg.h:559 +#: ../share/filters/filters.svg.h:563 ../share/filters/filters.svg.h:567 ../src/extension/internal/filter/bevels.h:63 +#: ../src/extension/internal/filter/bevels.h:144 ../src/extension/internal/filter/bevels.h:228 msgid "Bevels" msgstr "Biseaux" @@ -90,13 +83,9 @@ msgstr "Biseau doux en forme de goutte avec une finition métallisée" msgid "Apparition" msgstr "Apparition" -#: ../share/filters/filters.svg.h:11 ../share/filters/filters.svg.h:323 -#: ../share/filters/filters.svg.h:655 -#: ../src/extension/internal/filter/blurs.h:63 -#: ../src/extension/internal/filter/blurs.h:132 -#: ../src/extension/internal/filter/blurs.h:201 -#: ../src/extension/internal/filter/blurs.h:267 -#: ../src/extension/internal/filter/blurs.h:351 +#: ../share/filters/filters.svg.h:11 ../share/filters/filters.svg.h:323 ../share/filters/filters.svg.h:655 +#: ../src/extension/internal/filter/blurs.h:63 ../src/extension/internal/filter/blurs.h:132 ../src/extension/internal/filter/blurs.h:201 +#: ../src/extension/internal/filter/blurs.h:267 ../src/extension/internal/filter/blurs.h:351 msgid "Blurs" msgstr "Flous" @@ -116,24 +105,15 @@ msgstr "Biseau bas et net" msgid "Rubber Stamp" msgstr "Tampon en caoutchouc" -#: ../share/filters/filters.svg.h:19 ../share/filters/filters.svg.h:43 -#: ../share/filters/filters.svg.h:47 ../share/filters/filters.svg.h:51 -#: ../share/filters/filters.svg.h:59 ../share/filters/filters.svg.h:63 -#: ../share/filters/filters.svg.h:95 ../share/filters/filters.svg.h:99 -#: ../share/filters/filters.svg.h:103 ../share/filters/filters.svg.h:287 -#: ../share/filters/filters.svg.h:291 ../share/filters/filters.svg.h:331 -#: ../share/filters/filters.svg.h:335 ../share/filters/filters.svg.h:339 -#: ../share/filters/filters.svg.h:391 ../share/filters/filters.svg.h:407 -#: ../share/filters/filters.svg.h:451 ../share/filters/filters.svg.h:455 -#: ../share/filters/filters.svg.h:459 ../share/filters/filters.svg.h:475 -#: ../share/filters/filters.svg.h:487 ../share/filters/filters.svg.h:583 -#: ../share/filters/filters.svg.h:643 ../share/filters/filters.svg.h:683 -#: ../share/filters/filters.svg.h:687 ../share/filters/filters.svg.h:691 -#: ../share/filters/filters.svg.h:695 ../share/filters/filters.svg.h:699 -#: ../share/filters/filters.svg.h:703 ../share/filters/filters.svg.h:707 -#: ../share/filters/filters.svg.h:711 ../share/filters/filters.svg.h:715 -#: ../share/filters/filters.svg.h:723 -#: ../src/extension/internal/filter/overlays.h:80 +#: ../share/filters/filters.svg.h:19 ../share/filters/filters.svg.h:43 ../share/filters/filters.svg.h:47 ../share/filters/filters.svg.h:51 +#: ../share/filters/filters.svg.h:59 ../share/filters/filters.svg.h:63 ../share/filters/filters.svg.h:95 ../share/filters/filters.svg.h:99 +#: ../share/filters/filters.svg.h:103 ../share/filters/filters.svg.h:287 ../share/filters/filters.svg.h:291 ../share/filters/filters.svg.h:331 +#: ../share/filters/filters.svg.h:335 ../share/filters/filters.svg.h:339 ../share/filters/filters.svg.h:391 ../share/filters/filters.svg.h:407 +#: ../share/filters/filters.svg.h:451 ../share/filters/filters.svg.h:455 ../share/filters/filters.svg.h:459 ../share/filters/filters.svg.h:475 +#: ../share/filters/filters.svg.h:487 ../share/filters/filters.svg.h:583 ../share/filters/filters.svg.h:643 ../share/filters/filters.svg.h:683 +#: ../share/filters/filters.svg.h:687 ../share/filters/filters.svg.h:691 ../share/filters/filters.svg.h:695 ../share/filters/filters.svg.h:699 +#: ../share/filters/filters.svg.h:703 ../share/filters/filters.svg.h:707 ../share/filters/filters.svg.h:711 ../share/filters/filters.svg.h:715 +#: ../share/filters/filters.svg.h:723 ../src/extension/internal/filter/overlays.h:80 msgid "Overlays" msgstr "Superpositions" @@ -145,8 +125,7 @@ msgstr "Taches de liquide correcteur aléatoires" msgid "Ink Bleed" msgstr "Bavure d'encre" -#: ../share/filters/filters.svg.h:23 ../share/filters/filters.svg.h:27 -#: ../share/filters/filters.svg.h:115 ../share/filters/filters.svg.h:431 +#: ../share/filters/filters.svg.h:23 ../share/filters/filters.svg.h:27 ../share/filters/filters.svg.h:115 ../share/filters/filters.svg.h:431 msgid "Protrusions" msgstr "Protubérances" @@ -182,13 +161,9 @@ msgstr "Contour en arête, avec un biseau intérieur" msgid "Ripple" msgstr "Ondulation" -#: ../share/filters/filters.svg.h:39 ../share/filters/filters.svg.h:123 -#: ../share/filters/filters.svg.h:315 ../share/filters/filters.svg.h:319 -#: ../share/filters/filters.svg.h:327 ../share/filters/filters.svg.h:363 -#: ../share/filters/filters.svg.h:443 ../share/filters/filters.svg.h:519 -#: ../share/filters/filters.svg.h:635 -#: ../src/extension/internal/filter/distort.h:96 -#: ../src/extension/internal/filter/distort.h:205 +#: ../share/filters/filters.svg.h:39 ../share/filters/filters.svg.h:123 ../share/filters/filters.svg.h:315 ../share/filters/filters.svg.h:319 +#: ../share/filters/filters.svg.h:327 ../share/filters/filters.svg.h:363 ../share/filters/filters.svg.h:443 ../share/filters/filters.svg.h:519 +#: ../share/filters/filters.svg.h:635 ../src/extension/internal/filter/distort.h:96 ../src/extension/internal/filter/distort.h:205 msgid "Distort" msgstr "Déformation" @@ -224,12 +199,9 @@ msgstr "Taches blanches floconneuses" msgid "Leopard Fur" msgstr "Fourrure de léopard" -#: ../share/filters/filters.svg.h:55 ../share/filters/filters.svg.h:175 -#: ../share/filters/filters.svg.h:179 ../share/filters/filters.svg.h:183 -#: ../share/filters/filters.svg.h:191 ../share/filters/filters.svg.h:211 -#: ../share/filters/filters.svg.h:239 ../share/filters/filters.svg.h:243 -#: ../share/filters/filters.svg.h:247 ../share/filters/filters.svg.h:255 -#: ../share/filters/filters.svg.h:387 ../share/filters/filters.svg.h:395 +#: ../share/filters/filters.svg.h:55 ../share/filters/filters.svg.h:175 ../share/filters/filters.svg.h:179 ../share/filters/filters.svg.h:183 +#: ../share/filters/filters.svg.h:191 ../share/filters/filters.svg.h:211 ../share/filters/filters.svg.h:239 ../share/filters/filters.svg.h:243 +#: ../share/filters/filters.svg.h:247 ../share/filters/filters.svg.h:255 ../share/filters/filters.svg.h:387 ../share/filters/filters.svg.h:395 #: ../share/filters/filters.svg.h:399 ../share/filters/filters.svg.h:403 msgid "Materials" msgstr "Matières" @@ -244,8 +216,7 @@ msgstr "Zèbre" #: ../share/filters/filters.svg.h:60 msgid "Irregular vertical dark stripes (loses object's own color)" -msgstr "" -"Bandes verticales sombres et irrégulières (l'objet perd sa propre couleur)" +msgstr "Bandes verticales sombres et irrégulières (l'objet perd sa propre couleur)" #: ../share/filters/filters.svg.h:62 msgid "Clouds" @@ -255,15 +226,12 @@ msgstr "Nuages" msgid "Airy, fluffy, sparse white clouds" msgstr "Nuages blancs touffus, épars et légers" -#: ../share/filters/filters.svg.h:66 -#: ../src/extension/internal/bitmap/sharpen.cpp:38 +#: ../share/filters/filters.svg.h:66 ../src/extension/internal/bitmap/sharpen.cpp:38 msgid "Sharpen" msgstr "Netteté" -#: ../share/filters/filters.svg.h:67 ../share/filters/filters.svg.h:71 -#: ../share/filters/filters.svg.h:87 ../share/filters/filters.svg.h:295 -#: ../share/filters/filters.svg.h:415 -#: ../src/extension/internal/filter/image.h:62 +#: ../share/filters/filters.svg.h:67 ../share/filters/filters.svg.h:71 ../share/filters/filters.svg.h:87 ../share/filters/filters.svg.h:295 +#: ../share/filters/filters.svg.h:415 ../src/extension/internal/filter/image.h:62 msgid "Image Effects" msgstr "Effets d'image" @@ -283,22 +251,13 @@ msgstr "Renforcer les bords et frontières intérieures de l'objet, force=0,3" msgid "Oil painting" msgstr "Peinture à l'huile" -#: ../share/filters/filters.svg.h:75 ../share/filters/filters.svg.h:79 -#: ../share/filters/filters.svg.h:83 ../share/filters/filters.svg.h:447 -#: ../share/filters/filters.svg.h:495 ../share/filters/filters.svg.h:499 -#: ../share/filters/filters.svg.h:503 ../share/filters/filters.svg.h:507 -#: ../share/filters/filters.svg.h:515 ../share/filters/filters.svg.h:659 -#: ../share/filters/filters.svg.h:663 ../share/filters/filters.svg.h:667 -#: ../share/filters/filters.svg.h:671 ../share/filters/filters.svg.h:675 -#: ../share/filters/filters.svg.h:679 ../share/filters/filters.svg.h:719 -#: ../share/filters/filters.svg.h:803 ../share/filters/filters.svg.h:815 -#: ../src/extension/internal/filter/paint.h:113 -#: ../src/extension/internal/filter/paint.h:244 -#: ../src/extension/internal/filter/paint.h:363 -#: ../src/extension/internal/filter/paint.h:507 -#: ../src/extension/internal/filter/paint.h:602 -#: ../src/extension/internal/filter/paint.h:725 -#: ../src/extension/internal/filter/paint.h:877 +#: ../share/filters/filters.svg.h:75 ../share/filters/filters.svg.h:79 ../share/filters/filters.svg.h:83 ../share/filters/filters.svg.h:447 +#: ../share/filters/filters.svg.h:495 ../share/filters/filters.svg.h:499 ../share/filters/filters.svg.h:503 ../share/filters/filters.svg.h:507 +#: ../share/filters/filters.svg.h:515 ../share/filters/filters.svg.h:659 ../share/filters/filters.svg.h:663 ../share/filters/filters.svg.h:667 +#: ../share/filters/filters.svg.h:671 ../share/filters/filters.svg.h:675 ../share/filters/filters.svg.h:679 ../share/filters/filters.svg.h:719 +#: ../share/filters/filters.svg.h:803 ../share/filters/filters.svg.h:815 ../src/extension/internal/filter/paint.h:113 +#: ../src/extension/internal/filter/paint.h:244 ../src/extension/internal/filter/paint.h:363 ../src/extension/internal/filter/paint.h:507 +#: ../src/extension/internal/filter/paint.h:602 ../src/extension/internal/filter/paint.h:725 ../src/extension/internal/filter/paint.h:877 #: ../src/extension/internal/filter/paint.h:981 msgid "Image Paint and Draw" msgstr "Dessin et peinture d'image" @@ -308,8 +267,7 @@ msgid "Simulate oil painting style" msgstr "Simule une peinture à l'huile" #. Pencil -#: ../share/filters/filters.svg.h:78 -#: ../src/ui/dialog/inkscape-preferences.cpp:424 +#: ../share/filters/filters.svg.h:78 ../src/ui/dialog/inkscape-preferences.cpp:424 msgid "Pencil" msgstr "Crayon" @@ -337,16 +295,11 @@ msgstr "Imite une photographie ancienne" msgid "Organic" msgstr "Relief organique" -#: ../share/filters/filters.svg.h:91 ../share/filters/filters.svg.h:119 -#: ../share/filters/filters.svg.h:127 ../share/filters/filters.svg.h:187 -#: ../share/filters/filters.svg.h:195 ../share/filters/filters.svg.h:199 -#: ../share/filters/filters.svg.h:251 ../share/filters/filters.svg.h:259 -#: ../share/filters/filters.svg.h:263 ../share/filters/filters.svg.h:355 -#: ../share/filters/filters.svg.h:359 ../share/filters/filters.svg.h:367 -#: ../share/filters/filters.svg.h:371 ../share/filters/filters.svg.h:375 -#: ../share/filters/filters.svg.h:379 ../share/filters/filters.svg.h:383 -#: ../share/filters/filters.svg.h:439 ../share/filters/filters.svg.h:467 -#: ../share/filters/filters.svg.h:491 ../share/filters/filters.svg.h:531 +#: ../share/filters/filters.svg.h:91 ../share/filters/filters.svg.h:119 ../share/filters/filters.svg.h:127 ../share/filters/filters.svg.h:187 +#: ../share/filters/filters.svg.h:195 ../share/filters/filters.svg.h:199 ../share/filters/filters.svg.h:251 ../share/filters/filters.svg.h:259 +#: ../share/filters/filters.svg.h:263 ../share/filters/filters.svg.h:355 ../share/filters/filters.svg.h:359 ../share/filters/filters.svg.h:367 +#: ../share/filters/filters.svg.h:371 ../share/filters/filters.svg.h:375 ../share/filters/filters.svg.h:379 ../share/filters/filters.svg.h:383 +#: ../share/filters/filters.svg.h:439 ../share/filters/filters.svg.h:467 ../share/filters/filters.svg.h:491 ../share/filters/filters.svg.h:531 msgid "Textures" msgstr "Textures" @@ -390,10 +343,8 @@ msgstr "Biseau doux, légèrement enfoncé au milieu" msgid "Inset" msgstr "Incrustation" -#: ../share/filters/filters.svg.h:111 ../share/filters/filters.svg.h:267 -#: ../share/filters/filters.svg.h:343 ../share/filters/filters.svg.h:435 -#: ../share/filters/filters.svg.h:811 -#: ../src/extension/internal/filter/shadows.h:81 +#: ../share/filters/filters.svg.h:111 ../share/filters/filters.svg.h:267 ../share/filters/filters.svg.h:343 ../share/filters/filters.svg.h:435 +#: ../share/filters/filters.svg.h:811 ../src/extension/internal/filter/shadows.h:81 msgid "Shadows and Glows" msgstr "Ombres et lueurs" @@ -437,22 +388,14 @@ msgstr "Sous un verre fissuré" msgid "Bubbly Bumps" msgstr "Bosselage bulleux" -#: ../share/filters/filters.svg.h:131 ../share/filters/filters.svg.h:307 -#: ../share/filters/filters.svg.h:311 ../share/filters/filters.svg.h:347 -#: ../share/filters/filters.svg.h:351 ../share/filters/filters.svg.h:419 -#: ../share/filters/filters.svg.h:423 ../share/filters/filters.svg.h:463 -#: ../share/filters/filters.svg.h:471 ../share/filters/filters.svg.h:479 -#: ../share/filters/filters.svg.h:483 ../share/filters/filters.svg.h:511 -#: ../share/filters/filters.svg.h:535 ../share/filters/filters.svg.h:539 -#: ../share/filters/filters.svg.h:543 ../share/filters/filters.svg.h:547 -#: ../share/filters/filters.svg.h:571 ../share/filters/filters.svg.h:579 -#: ../share/filters/filters.svg.h:595 ../share/filters/filters.svg.h:599 -#: ../share/filters/filters.svg.h:603 ../share/filters/filters.svg.h:607 -#: ../share/filters/filters.svg.h:611 ../share/filters/filters.svg.h:615 -#: ../share/filters/filters.svg.h:619 ../share/filters/filters.svg.h:623 -#: ../share/filters/filters.svg.h:799 ../share/filters/filters.svg.h:807 -#: ../src/extension/internal/filter/bumps.h:142 -#: ../src/extension/internal/filter/bumps.h:362 +#: ../share/filters/filters.svg.h:131 ../share/filters/filters.svg.h:307 ../share/filters/filters.svg.h:311 ../share/filters/filters.svg.h:347 +#: ../share/filters/filters.svg.h:351 ../share/filters/filters.svg.h:419 ../share/filters/filters.svg.h:423 ../share/filters/filters.svg.h:463 +#: ../share/filters/filters.svg.h:471 ../share/filters/filters.svg.h:479 ../share/filters/filters.svg.h:483 ../share/filters/filters.svg.h:511 +#: ../share/filters/filters.svg.h:535 ../share/filters/filters.svg.h:539 ../share/filters/filters.svg.h:543 ../share/filters/filters.svg.h:547 +#: ../share/filters/filters.svg.h:571 ../share/filters/filters.svg.h:579 ../share/filters/filters.svg.h:595 ../share/filters/filters.svg.h:599 +#: ../share/filters/filters.svg.h:603 ../share/filters/filters.svg.h:607 ../share/filters/filters.svg.h:611 ../share/filters/filters.svg.h:615 +#: ../share/filters/filters.svg.h:619 ../share/filters/filters.svg.h:623 ../share/filters/filters.svg.h:799 ../share/filters/filters.svg.h:807 +#: ../src/extension/internal/filter/bumps.h:142 ../src/extension/internal/filter/bumps.h:362 msgid "Bumps" msgstr "Bosselage" @@ -464,10 +407,8 @@ msgstr "Effet de bulles flexible avec un peu de déplacement" msgid "Glowing Bubble" msgstr "Bulle brillante" -#: ../share/filters/filters.svg.h:135 ../share/filters/filters.svg.h:155 -#: ../share/filters/filters.svg.h:159 ../share/filters/filters.svg.h:203 -#: ../share/filters/filters.svg.h:207 ../share/filters/filters.svg.h:215 -#: ../share/filters/filters.svg.h:223 +#: ../share/filters/filters.svg.h:135 ../share/filters/filters.svg.h:155 ../share/filters/filters.svg.h:159 ../share/filters/filters.svg.h:203 +#: ../share/filters/filters.svg.h:207 ../share/filters/filters.svg.h:215 ../share/filters/filters.svg.h:223 msgid "Ridges" msgstr "Crêtes" @@ -535,8 +476,7 @@ msgstr "Texture de métal luisant" msgid "Leaves" msgstr "Feuilles" -#: ../share/filters/filters.svg.h:167 ../share/filters/filters.svg.h:235 -#: ../share/filters/filters.svg.h:271 ../share/filters/filters.svg.h:639 +#: ../share/filters/filters.svg.h:167 ../share/filters/filters.svg.h:235 ../share/filters/filters.svg.h:271 ../share/filters/filters.svg.h:639 #: ../share/extensions/pathscatter.inx.h:1 msgid "Scatter" msgstr "Éparpiller" @@ -545,8 +485,7 @@ msgstr "Éparpiller" msgid "Leaves on the ground in Fall, or living foliage" msgstr "Feuilles sur le sol en automne, ou feuillage vivant" -#: ../share/filters/filters.svg.h:170 -#: ../src/extension/internal/filter/paint.h:339 +#: ../share/filters/filters.svg.h:170 ../src/extension/internal/filter/paint.h:339 msgid "Translucent" msgstr "Verre translucide" @@ -560,9 +499,7 @@ msgstr "Cire d'abeille irisée" #: ../share/filters/filters.svg.h:176 msgid "Waxy texture which keeps its iridescence through color fill change" -msgstr "" -"Texture cireuse conservant ses reflets irisés au travers de variations de " -"couleur de remplissage" +msgstr "Texture cireuse conservant ses reflets irisés au travers de variations de couleur de remplissage" #: ../share/filters/filters.svg.h:178 msgid "Eroded Metal" @@ -570,8 +507,7 @@ msgstr "Métal érodé" #: ../share/filters/filters.svg.h:180 msgid "Eroded metal texture with ridges, grooves, holes and bumps" -msgstr "" -"Texture de métal érodé, avec des arêtes, des sillons, des trous et des bosses" +msgstr "Texture de métal érodé, avec des arêtes, des sillons, des trous et des bosses" #: ../share/filters/filters.svg.h:182 msgid "Cracked Lava" @@ -603,8 +539,7 @@ msgstr "Mur de pierres" #: ../share/filters/filters.svg.h:196 msgid "Stone wall texture to use with not too saturated colors" -msgstr "" -"Texture en mur de pierre à utiliser avec des couleurs pas trop saturées" +msgstr "Texture en mur de pierre à utiliser avec des couleurs pas trop saturées" #: ../share/filters/filters.svg.h:198 msgid "Silk Carpet" @@ -635,10 +570,8 @@ msgid "Metallized Paint" msgstr "Peinture métallisée" #: ../share/filters/filters.svg.h:212 -msgid "" -"Metallized effect with a soft lighting, slightly translucent at the edges" -msgstr "" -"Effet métallisé avec une lumière douce, légèrement translucide sur les bords" +msgid "Metallized effect with a soft lighting, slightly translucent at the edges" +msgstr "Effet métallisé avec une lumière douce, légèrement translucide sur les bords" #: ../share/filters/filters.svg.h:214 msgid "Dragee" @@ -676,12 +609,9 @@ msgstr "Huile grasse avec quelques turbulences ajustables" msgid "Black Hole" msgstr "Trou noir" -#: ../share/filters/filters.svg.h:231 ../share/filters/filters.svg.h:275 -#: ../share/filters/filters.svg.h:279 ../share/filters/filters.svg.h:835 -#: ../share/filters/filters.svg.h:839 ../share/filters/filters.svg.h:843 -#: ../src/extension/internal/filter/morphology.h:76 -#: ../src/extension/internal/filter/morphology.h:203 -#: ../src/filter-enums.cpp:32 +#: ../share/filters/filters.svg.h:231 ../share/filters/filters.svg.h:275 ../share/filters/filters.svg.h:279 ../share/filters/filters.svg.h:835 +#: ../share/filters/filters.svg.h:839 ../share/filters/filters.svg.h:843 ../src/extension/internal/filter/morphology.h:76 +#: ../src/extension/internal/filter/morphology.h:203 ../src/filter-enums.cpp:32 msgid "Morphology" msgstr "Morphologie" @@ -695,9 +625,7 @@ msgstr "Cubes" #: ../share/filters/filters.svg.h:236 msgid "Scattered cubes; adjust the Morphology primitive to vary size" -msgstr "" -"Cubes éparpillés ; pour changer la taille des cubes, ajuster la primitive " -"Morphologie" +msgstr "Cubes éparpillés ; pour changer la taille des cubes, ajuster la primitive Morphologie" #: ../share/filters/filters.svg.h:238 msgid "Peel Off" @@ -745,20 +673,15 @@ msgstr "Papier à grain" #: ../share/filters/filters.svg.h:260 msgid "Aquarelle paper effect which can be used for pictures as for objects" -msgstr "" -"Effet de papier à aquarelle, utilisable autant pour les images que pour les " -"objets" +msgstr "Effet de papier à aquarelle, utilisable autant pour les images que pour les objets" #: ../share/filters/filters.svg.h:262 msgid "Rough and Glossy" msgstr "Plastique chiffonné" #: ../share/filters/filters.svg.h:264 -msgid "" -"Crumpled glossy paper effect which can be used for pictures as for objects" -msgstr "" -"Effet de papier brillant froissé, utilisable autant pour les images que pour " -"les objets" +msgid "Crumpled glossy paper effect which can be used for pictures as for objects" +msgstr "Effet de papier brillant froissé, utilisable autant pour les images que pour les objets" #: ../share/filters/filters.svg.h:266 msgid "In and Out" @@ -797,11 +720,8 @@ msgid "Electronic Microscopy" msgstr "Microscope électronique" #: ../share/filters/filters.svg.h:284 -msgid "" -"Bevel, crude light, discoloration and glow like in electronic microscopy" -msgstr "" -"Un biseau, lumière brute, décoloration et lueur comme avec un microscope " -"électronique" +msgid "Bevel, crude light, discoloration and glow like in electronic microscopy" +msgstr "Un biseau, lumière brute, décoloration et lueur comme avec un microscope électronique" #: ../share/filters/filters.svg.h:286 msgid "Tartan" @@ -817,9 +737,7 @@ msgstr "Liquide agité" #: ../share/filters/filters.svg.h:292 msgid "Colorizable filling with flow inside like transparency" -msgstr "" -"Remplissage qu'il est possible de colorer, avec une transparence s'écoulant " -"à l'intérieur" +msgstr "Remplissage qu'il est possible de colorer, avec une transparence s'écoulant à l'intérieur" #: ../share/filters/filters.svg.h:294 msgid "Soft Focus Lens" @@ -866,8 +784,7 @@ msgid "Torn Edges" msgstr "Pourtour déchiré" #: ../share/filters/filters.svg.h:316 ../share/filters/filters.svg.h:364 -msgid "" -"Displace the outside of shapes and pictures without altering their content" +msgid "Displace the outside of shapes and pictures without altering their content" msgstr "Déplace l'extérieur des formes et images sans en altérer le contenu" #: ../share/filters/filters.svg.h:318 @@ -883,12 +800,8 @@ msgid "Evanescent" msgstr "Évanescence" #: ../share/filters/filters.svg.h:324 -msgid "" -"Blur the contents of objects, preserving the outline and adding progressive " -"transparency at edges" -msgstr "" -"Rend flou le contenu des objets, mais préserve le contour et ajoute une " -"transparence progressive aux bords" +msgid "Blur the contents of objects, preserving the outline and adding progressive transparency at edges" +msgstr "Rend flou le contenu des objets, mais préserve le contour et ajoute une transparence progressive aux bords" #: ../share/filters/filters.svg.h:326 msgid "Chalk and Sponge" @@ -896,9 +809,7 @@ msgstr "Éponge et craie" #: ../share/filters/filters.svg.h:328 msgid "Low turbulence gives sponge look and high turbulence chalk" -msgstr "" -"Une agitation légère donne l'aspect d'une éponge et une agitation forte de " -"la craie" +msgstr "Une agitation légère donne l'aspect d'une éponge et une agitation forte de la craie" #: ../share/filters/filters.svg.h:330 msgid "People" @@ -921,11 +832,8 @@ msgid "Garden of Delights" msgstr "Jardin des délices" #: ../share/filters/filters.svg.h:340 -msgid "" -"Phantasmagorical turbulent wisps, like Hieronymus Bosch's Garden of Delights" -msgstr "" -"Volutes agitées et fantasmagoriques, comme <i>Le Jardin des délices</i> de " -"Jérôme Bosch" +msgid "Phantasmagorical turbulent wisps, like Hieronymus Bosch's Garden of Delights" +msgstr "Volutes agitées et fantasmagoriques, comme <i>Le Jardin des délices</i> de Jérôme Bosch" #: ../share/filters/filters.svg.h:342 msgid "Cutout Glow" @@ -933,9 +841,7 @@ msgstr "Découpe et flou" #: ../share/filters/filters.svg.h:344 msgid "In and out glow with a possible offset and colorizable flood" -msgstr "" -"Lueur intérieure et extérieure avec possibilité de décaler et colorer le " -"remplissage" +msgstr "Lueur intérieure et extérieure avec possibilité de décaler et colorer le remplissage" #: ../share/filters/filters.svg.h:346 msgid "Dark Emboss" @@ -943,8 +849,7 @@ msgstr "Bosselage sombre" #: ../share/filters/filters.svg.h:348 msgid "Emboss effect : 3D relief where white is replaced by black" -msgstr "" -"Effet d'embossage : relief 3D avec lequel le blanc est remplacé par du noir" +msgstr "Effet d'embossage : relief 3D avec lequel le blanc est remplacé par du noir" #: ../share/filters/filters.svg.h:350 msgid "Bubbly Bumps Matte" @@ -952,9 +857,7 @@ msgstr "Bosselage bulleux mat" #: ../share/filters/filters.svg.h:352 msgid "Same as Bubbly Bumps but with a diffuse light instead of a specular one" -msgstr "" -"Identique à Bosselage bulleux, mais avec une lumière diffuse et non pas " -"spéculaire" +msgstr "Identique à Bosselage bulleux, mais avec une lumière diffuse et non pas spéculaire" #: ../share/filters/filters.svg.h:354 msgid "Blotting Paper" @@ -985,11 +888,8 @@ msgid "Felt" msgstr "Feutre" #: ../share/filters/filters.svg.h:372 -msgid "" -"Felt like texture with color turbulence and slightly darker at the edges" -msgstr "" -"Texture de feutre avec de la turbulence de couleur et légèrement plus sombre " -"sur les bords" +msgid "Felt like texture with color turbulence and slightly darker at the edges" +msgstr "Texture de feutre avec de la turbulence de couleur et légèrement plus sombre sur les bords" #: ../share/filters/filters.svg.h:374 msgid "Ink Paint" @@ -1005,9 +905,7 @@ msgstr "Arc-en-ciel teinté" #: ../share/filters/filters.svg.h:380 msgid "Smooth rainbow colors melted along the edges and colorizable" -msgstr "" -"Couleurs arc-en-ciel douces, fondues le long des bords, et qu'il est " -"possible de colorer" +msgstr "Couleurs arc-en-ciel douces, fondues le long des bords, et qu'il est possible de colorer" #: ../share/filters/filters.svg.h:382 msgid "Melted Rainbow" @@ -1023,8 +921,7 @@ msgstr "Métal souple" #: ../share/filters/filters.svg.h:388 msgid "Bright, polished uneven metal casting, colorizable" -msgstr "" -"Moulage de métal irrégulier, poli et brillant, qu'il est possible de colorer" +msgstr "Moulage de métal irrégulier, poli et brillant, qu'il est possible de colorer" #: ../share/filters/filters.svg.h:390 msgid "Wavy Tartan" @@ -1032,8 +929,7 @@ msgstr "Écossais ondoyant" #: ../share/filters/filters.svg.h:392 msgid "Tartan pattern with a wavy displacement and bevel around the edges" -msgstr "" -"Motif écossais avec des déplacements ondulés et un biseau autour des bords" +msgstr "Motif écossais avec des déplacements ondulés et un biseau autour des bords" #: ../share/filters/filters.svg.h:394 msgid "3D Marble" @@ -1071,66 +967,28 @@ msgstr "Fourrure de tigre avec des plis et un biseau autour des bords" msgid "Black Light" msgstr "Lumière noire" -#: ../share/filters/filters.svg.h:411 ../share/filters/filters.svg.h:575 -#: ../share/filters/filters.svg.h:587 ../share/filters/filters.svg.h:627 -#: ../share/filters/filters.svg.h:631 ../share/filters/filters.svg.h:819 -#: ../share/filters/filters.svg.h:827 ../share/filters/filters.svg.h:831 -#: ../src/extension/internal/bitmap/colorize.cpp:52 -#: ../src/extension/internal/filter/bumps.h:101 -#: ../src/extension/internal/filter/bumps.h:321 -#: ../src/extension/internal/filter/bumps.h:328 -#: ../src/extension/internal/filter/color.h:83 -#: ../src/extension/internal/filter/color.h:165 -#: ../src/extension/internal/filter/color.h:172 -#: ../src/extension/internal/filter/color.h:283 -#: ../src/extension/internal/filter/color.h:337 -#: ../src/extension/internal/filter/color.h:415 -#: ../src/extension/internal/filter/color.h:422 -#: ../src/extension/internal/filter/color.h:512 -#: ../src/extension/internal/filter/color.h:607 -#: ../src/extension/internal/filter/color.h:729 -#: ../src/extension/internal/filter/color.h:826 -#: ../src/extension/internal/filter/color.h:905 -#: ../src/extension/internal/filter/color.h:996 -#: ../src/extension/internal/filter/color.h:1124 -#: ../src/extension/internal/filter/color.h:1194 -#: ../src/extension/internal/filter/color.h:1287 -#: ../src/extension/internal/filter/color.h:1399 -#: ../src/extension/internal/filter/color.h:1504 -#: ../src/extension/internal/filter/color.h:1580 -#: ../src/extension/internal/filter/color.h:1684 -#: ../src/extension/internal/filter/color.h:1691 -#: ../src/extension/internal/filter/morphology.h:194 -#: ../src/extension/internal/filter/overlays.h:73 -#: ../src/extension/internal/filter/paint.h:99 -#: ../src/extension/internal/filter/paint.h:713 -#: ../src/extension/internal/filter/paint.h:717 -#: ../src/extension/internal/filter/shadows.h:73 -#: ../src/extension/internal/filter/transparency.h:345 -#: ../src/filter-enums.cpp:67 ../src/ui/dialog/clonetiler.cpp:830 -#: ../src/ui/dialog/clonetiler.cpp:981 -#: ../src/ui/dialog/document-properties.cpp:164 -#: ../share/extensions/color_HSL_adjust.inx.h:20 -#: ../share/extensions/color_blackandwhite.inx.h:3 -#: ../share/extensions/color_brighter.inx.h:2 -#: ../share/extensions/color_custom.inx.h:15 -#: ../share/extensions/color_darker.inx.h:2 -#: ../share/extensions/color_desaturate.inx.h:2 -#: ../share/extensions/color_grayscale.inx.h:2 -#: ../share/extensions/color_lesshue.inx.h:2 -#: ../share/extensions/color_lesslight.inx.h:2 -#: ../share/extensions/color_lesssaturation.inx.h:2 -#: ../share/extensions/color_morehue.inx.h:2 -#: ../share/extensions/color_morelight.inx.h:2 -#: ../share/extensions/color_moresaturation.inx.h:2 -#: ../share/extensions/color_negative.inx.h:2 -#: ../share/extensions/color_randomize.inx.h:8 -#: ../share/extensions/color_removeblue.inx.h:2 -#: ../share/extensions/color_removegreen.inx.h:2 -#: ../share/extensions/color_removered.inx.h:2 -#: ../share/extensions/color_replace.inx.h:6 -#: ../share/extensions/color_rgbbarrel.inx.h:2 -#: ../share/extensions/interp_att_g.inx.h:21 +#: ../share/filters/filters.svg.h:411 ../share/filters/filters.svg.h:575 ../share/filters/filters.svg.h:587 ../share/filters/filters.svg.h:627 +#: ../share/filters/filters.svg.h:631 ../share/filters/filters.svg.h:819 ../share/filters/filters.svg.h:827 ../share/filters/filters.svg.h:831 +#: ../src/extension/internal/bitmap/colorize.cpp:52 ../src/extension/internal/filter/bumps.h:101 ../src/extension/internal/filter/bumps.h:321 +#: ../src/extension/internal/filter/bumps.h:328 ../src/extension/internal/filter/color.h:83 ../src/extension/internal/filter/color.h:165 +#: ../src/extension/internal/filter/color.h:172 ../src/extension/internal/filter/color.h:283 ../src/extension/internal/filter/color.h:337 +#: ../src/extension/internal/filter/color.h:415 ../src/extension/internal/filter/color.h:422 ../src/extension/internal/filter/color.h:512 +#: ../src/extension/internal/filter/color.h:607 ../src/extension/internal/filter/color.h:729 ../src/extension/internal/filter/color.h:826 +#: ../src/extension/internal/filter/color.h:905 ../src/extension/internal/filter/color.h:996 ../src/extension/internal/filter/color.h:1124 +#: ../src/extension/internal/filter/color.h:1194 ../src/extension/internal/filter/color.h:1287 ../src/extension/internal/filter/color.h:1399 +#: ../src/extension/internal/filter/color.h:1504 ../src/extension/internal/filter/color.h:1580 ../src/extension/internal/filter/color.h:1684 +#: ../src/extension/internal/filter/color.h:1691 ../src/extension/internal/filter/morphology.h:194 +#: ../src/extension/internal/filter/overlays.h:73 ../src/extension/internal/filter/paint.h:99 ../src/extension/internal/filter/paint.h:713 +#: ../src/extension/internal/filter/paint.h:717 ../src/extension/internal/filter/shadows.h:73 +#: ../src/extension/internal/filter/transparency.h:345 ../src/filter-enums.cpp:67 ../src/ui/dialog/clonetiler.cpp:830 +#: ../src/ui/dialog/clonetiler.cpp:981 ../src/ui/dialog/document-properties.cpp:164 ../share/extensions/color_HSL_adjust.inx.h:20 +#: ../share/extensions/color_blackandwhite.inx.h:3 ../share/extensions/color_brighter.inx.h:2 ../share/extensions/color_custom.inx.h:15 +#: ../share/extensions/color_darker.inx.h:2 ../share/extensions/color_desaturate.inx.h:2 ../share/extensions/color_grayscale.inx.h:2 +#: ../share/extensions/color_lesshue.inx.h:2 ../share/extensions/color_lesslight.inx.h:2 ../share/extensions/color_lesssaturation.inx.h:2 +#: ../share/extensions/color_morehue.inx.h:2 ../share/extensions/color_morelight.inx.h:2 ../share/extensions/color_moresaturation.inx.h:2 +#: ../share/extensions/color_negative.inx.h:2 ../share/extensions/color_randomize.inx.h:8 ../share/extensions/color_removeblue.inx.h:2 +#: ../share/extensions/color_removegreen.inx.h:2 ../share/extensions/color_removered.inx.h:2 ../share/extensions/color_replace.inx.h:6 +#: ../share/extensions/color_rgbbarrel.inx.h:2 ../share/extensions/interp_att_g.inx.h:21 msgid "Color" msgstr "Couleur" @@ -1166,35 +1024,25 @@ msgstr "Donne un bosselage doux semblable à du velours" msgid "Comics Cream" msgstr "Crème BD" -#: ../share/filters/filters.svg.h:427 ../share/filters/filters.svg.h:727 -#: ../share/filters/filters.svg.h:731 ../share/filters/filters.svg.h:735 -#: ../share/filters/filters.svg.h:739 ../share/filters/filters.svg.h:743 -#: ../share/filters/filters.svg.h:747 ../share/filters/filters.svg.h:751 -#: ../share/filters/filters.svg.h:755 ../share/filters/filters.svg.h:759 -#: ../share/filters/filters.svg.h:763 ../share/filters/filters.svg.h:767 -#: ../share/filters/filters.svg.h:771 ../share/filters/filters.svg.h:775 -#: ../share/filters/filters.svg.h:779 ../share/filters/filters.svg.h:783 -#: ../share/filters/filters.svg.h:787 ../share/filters/filters.svg.h:791 -#: ../share/filters/filters.svg.h:795 +#: ../share/filters/filters.svg.h:427 ../share/filters/filters.svg.h:727 ../share/filters/filters.svg.h:731 ../share/filters/filters.svg.h:735 +#: ../share/filters/filters.svg.h:739 ../share/filters/filters.svg.h:743 ../share/filters/filters.svg.h:747 ../share/filters/filters.svg.h:751 +#: ../share/filters/filters.svg.h:755 ../share/filters/filters.svg.h:759 ../share/filters/filters.svg.h:763 ../share/filters/filters.svg.h:767 +#: ../share/filters/filters.svg.h:771 ../share/filters/filters.svg.h:775 ../share/filters/filters.svg.h:779 ../share/filters/filters.svg.h:783 +#: ../share/filters/filters.svg.h:787 ../share/filters/filters.svg.h:791 ../share/filters/filters.svg.h:795 msgid "Non realistic 3D shaders" msgstr "Ombrages 3D non réalistes" #: ../share/filters/filters.svg.h:428 msgid "Comics shader with creamy waves transparency" -msgstr "" -"Ombrage de bande dessinée avec une transparence en ondulations crémeuses" +msgstr "Ombrage de bande dessinée avec une transparence en ondulations crémeuses" #: ../share/filters/filters.svg.h:430 msgid "Chewing Gum" msgstr "Chewing-gum" #: ../share/filters/filters.svg.h:432 -msgid "" -"Creates colorizable blotches which smoothly flow over the edges of the lines " -"at their crossings" -msgstr "" -"Crée des taches qu'il est possible de colorer, avec un écoulement homogène " -"sur les croisements des lignes" +msgid "Creates colorizable blotches which smoothly flow over the edges of the lines at their crossings" +msgstr "Crée des taches qu'il est possible de colorer, avec un écoulement homogène sur les croisements des lignes" #: ../share/filters/filters.svg.h:434 msgid "Dark And Glow" @@ -1202,8 +1050,7 @@ msgstr "Ombre et lumière" #: ../share/filters/filters.svg.h:436 msgid "Darkens the edge with an inner blur and adds a flexible glow" -msgstr "" -"Assombrit les bords avec un flou intérieur et ajoute une lueur flexible" +msgstr "Assombrit les bords avec un flou intérieur et ajoute une lueur flexible" #: ../share/filters/filters.svg.h:438 msgid "Warped Rainbow" @@ -1211,9 +1058,7 @@ msgstr "Arc-en-ciel déformé" #: ../share/filters/filters.svg.h:440 msgid "Smooth rainbow colors warped along the edges and colorizable" -msgstr "" -"Couleurs arc-en-ciel douces déformées le long des bords et qu'il est " -"possible de colorer" +msgstr "Couleurs arc-en-ciel douces déformées le long des bords et qu'il est possible de colorer" #: ../share/filters/filters.svg.h:442 msgid "Rough and Dilate" @@ -1229,9 +1074,7 @@ msgstr "Vieille carte postale" #: ../share/filters/filters.svg.h:448 msgid "Slightly posterize and draw edges like on old printed postcards" -msgstr "" -"Légère postérisation et contours dessinés, comme sur une vieille carte " -"postale imprimée" +msgstr "Légère postérisation et contours dessinés, comme sur une vieille carte postale imprimée" #: ../share/filters/filters.svg.h:450 msgid "Dots Transparency" @@ -1254,11 +1097,8 @@ msgid "Smear Transparency" msgstr "Transparence barbouillée" #: ../share/filters/filters.svg.h:460 -msgid "" -"Paint objects with a transparent turbulence which turns around color edges" -msgstr "" -"Peint des objets avec une turbulence transparente tournant autour des bords " -"colorés" +msgid "Paint objects with a transparent turbulence which turns around color edges" +msgstr "Peint des objets avec une turbulence transparente tournant autour des bords colorés" #: ../share/filters/filters.svg.h:462 msgid "Thick Paint" @@ -1281,12 +1121,8 @@ msgid "Embossed Leather" msgstr "Cuir repoussé" #: ../share/filters/filters.svg.h:472 -msgid "" -"Combine a HSL edges detection bump with a leathery or woody and colorizable " -"texture" -msgstr "" -"Combine un bosselage de type détection de contours TSL avec une texture de " -"cuir ou de bois qu'il est possible de colorer" +msgid "Combine a HSL edges detection bump with a leathery or woody and colorizable texture" +msgstr "Combine un bosselage de type détection de contours TSL avec une texture de cuir ou de bois qu'il est possible de colorer" #: ../share/filters/filters.svg.h:474 msgid "Carnaval" @@ -1301,23 +1137,16 @@ msgid "Plastify" msgstr "Plastifier" #: ../share/filters/filters.svg.h:480 -msgid "" -"HSL edges detection bump with a wavy reflective surface effect and variable " -"crumple" -msgstr "" -"Combine un bosselage de type détection de contours TSL avec un effet de " -"surface ondulant et réflectif et un froissement variable" +msgid "HSL edges detection bump with a wavy reflective surface effect and variable crumple" +msgstr "Combine un bosselage de type détection de contours TSL avec un effet de surface ondulant et réflectif et un froissement variable" #: ../share/filters/filters.svg.h:482 msgid "Plaster" msgstr "Plâtre" #: ../share/filters/filters.svg.h:484 -msgid "" -"Combine a HSL edges detection bump with a matte and crumpled surface effect" -msgstr "" -"Combine un bosselage de type détection de contours TSL avec un effet de " -"surface mat et froissé" +msgid "Combine a HSL edges detection bump with a matte and crumpled surface effect" +msgstr "Combine un bosselage de type détection de contours TSL avec un effet de surface mat et froissé" #: ../share/filters/filters.svg.h:486 msgid "Rough Transparency" @@ -1325,8 +1154,7 @@ msgstr "Transparence agitée" #: ../share/filters/filters.svg.h:488 msgid "Adds a turbulent transparency which displaces pixels at the same time" -msgstr "" -"Ajoute une transparence agitée qui déplace plusieurs pixels en même temps" +msgstr "Ajoute une transparence agitée qui déplace plusieurs pixels en même temps" #: ../share/filters/filters.svg.h:490 msgid "Gouache" @@ -1342,8 +1170,7 @@ msgstr "Gravure transparente" #: ../share/filters/filters.svg.h:496 msgid "Gives a transparent engraving effect with rough line and filling" -msgstr "" -"Donne un effet de gravure transparente avec un trait agité et un remplissage" +msgstr "Donne un effet de gravure transparente avec un trait agité et un remplissage" #: ../share/filters/filters.svg.h:498 msgid "Alpha Draw Liquid" @@ -1351,9 +1178,7 @@ msgstr "Dessin transparent liquide" #: ../share/filters/filters.svg.h:500 msgid "Gives a transparent fluid drawing effect with rough line and filling" -msgstr "" -"Donne un effet de dessin liquide et transparent avec un trait agité et un " -"remplissage" +msgstr "Donne un effet de dessin liquide et transparent avec un trait agité et un remplissage" #: ../share/filters/filters.svg.h:502 msgid "Liquid Drawing" @@ -1377,18 +1202,15 @@ msgstr "Acrylique épaisse" #: ../share/filters/filters.svg.h:512 msgid "Thick acrylic paint texture with high texture depth" -msgstr "" -"Texture de peinture acrylique épaisse avec beaucoup de profondeur de texture" +msgstr "Texture de peinture acrylique épaisse avec beaucoup de profondeur de texture" #: ../share/filters/filters.svg.h:514 msgid "Alpha Engraving B" msgstr "Gravure transparente B" #: ../share/filters/filters.svg.h:516 -msgid "" -"Gives a controllable roughness engraving effect to bitmaps and materials" -msgstr "" -"Donne un effet de gravure agitée contrôlable aux bitmaps et aux matières" +msgid "Gives a controllable roughness engraving effect to bitmaps and materials" +msgstr "Donne un effet de gravure agitée contrôlable aux bitmaps et aux matières" #: ../share/filters/filters.svg.h:518 msgid "Lapping" @@ -1402,34 +1224,24 @@ msgstr "Un peu comme de l'eau agitée" msgid "Monochrome Transparency" msgstr "Monochrome transparent" -#: ../share/filters/filters.svg.h:523 ../share/filters/filters.svg.h:527 -#: ../share/filters/filters.svg.h:647 ../share/filters/filters.svg.h:651 -#: ../share/filters/filters.svg.h:823 -#: ../src/extension/internal/filter/transparency.h:70 -#: ../src/extension/internal/filter/transparency.h:141 -#: ../src/extension/internal/filter/transparency.h:215 -#: ../src/extension/internal/filter/transparency.h:288 +#: ../share/filters/filters.svg.h:523 ../share/filters/filters.svg.h:527 ../share/filters/filters.svg.h:647 ../share/filters/filters.svg.h:651 +#: ../share/filters/filters.svg.h:823 ../src/extension/internal/filter/transparency.h:70 ../src/extension/internal/filter/transparency.h:141 +#: ../src/extension/internal/filter/transparency.h:215 ../src/extension/internal/filter/transparency.h:288 #: ../src/extension/internal/filter/transparency.h:350 msgid "Fill and Transparency" msgstr "Remplissage et transparence" #: ../share/filters/filters.svg.h:524 msgid "Convert to a colorizable transparent positive or negative" -msgstr "" -"Convertit en un positif ou un négatif transparent qu'il est possible de " -"colorer" +msgstr "Convertit en un positif ou un négatif transparent qu'il est possible de colorer" #: ../share/filters/filters.svg.h:526 msgid "Saturation Map" msgstr "Carte de saturation" #: ../share/filters/filters.svg.h:528 -msgid "" -"Creates an approximative semi-transparent and colorizable image of the " -"saturation levels" -msgstr "" -"Crée une image approximative, semi-transparente et à colorer, des niveaux de " -"saturation" +msgid "Creates an approximative semi-transparent and colorizable image of the saturation levels" +msgstr "Crée une image approximative, semi-transparente et à colorer, des niveaux de saturation" #: ../share/filters/filters.svg.h:530 msgid "Riddled" @@ -1445,9 +1257,7 @@ msgstr "Vernis ridé" #: ../share/filters/filters.svg.h:536 msgid "Thick glossy and translucent paint texture with high depth" -msgstr "" -"Texture de peinture épaisse, brillante et translucide, avec beaucoup de " -"profondeur" +msgstr "Texture de peinture épaisse, brillante et translucide, avec beaucoup de profondeur" #: ../share/filters/filters.svg.h:538 msgid "Canvas Bumps" @@ -1463,9 +1273,7 @@ msgstr "Bosselage toilé mat" #: ../share/filters/filters.svg.h:544 msgid "Same as Canvas Bumps but with a diffuse light instead of a specular one" -msgstr "" -"Identique à Bosselage toilé, mais avec une lumière diffuse et non pas " -"spéculaire" +msgstr "Identique à Bosselage toilé, mais avec une lumière diffuse et non pas spéculaire" #: ../share/filters/filters.svg.h:546 msgid "Canvas Bumps Alpha" @@ -1511,8 +1319,7 @@ msgstr "Biseau brillant avec des bords flous" msgid "Combined Lighting" msgstr "Éclairage combiné" -#: ../share/filters/filters.svg.h:568 -#: ../src/extension/internal/filter/bevels.h:231 +#: ../share/filters/filters.svg.h:568 ../src/extension/internal/filter/bevels.h:231 msgid "Basic specular bevel to use for building textures" msgstr "Biseau spéculaire de base pour la construction de textures" @@ -1522,9 +1329,7 @@ msgstr "Papier aluminium" #: ../share/filters/filters.svg.h:572 msgid "Metallic foil effect combining two lighting types and variable crumple" -msgstr "" -"Effet de papier d'aluminium combinant deux types de lumières et un " -"froissement variable" +msgstr "Effet de papier d'aluminium combinant deux types de lumières et un froissement variable" #: ../share/filters/filters.svg.h:574 msgid "Soft Colors" @@ -1532,9 +1337,7 @@ msgstr "Couleurs douces" #: ../share/filters/filters.svg.h:576 msgid "Adds a colorizable edges glow inside objects and pictures" -msgstr "" -"Ajoute une lueur pouvant être colorée sur le bord intérieur des objets et " -"images" +msgstr "Ajoute une lueur pouvant être colorée sur le bord intérieur des objets et images" #: ../share/filters/filters.svg.h:578 msgid "Relief Print" @@ -1542,8 +1345,7 @@ msgstr "Impression en relief" #: ../share/filters/filters.svg.h:580 msgid "Bumps effect with a bevel, color flood and complex lighting" -msgstr "" -"Biseau avec des bosselages, du remplissage de couleur et une lumière complexe" +msgstr "Biseau avec des bosselages, du remplissage de couleur et une lumière complexe" #: ../share/filters/filters.svg.h:582 msgid "Growing Cells" @@ -1551,9 +1353,7 @@ msgstr "Cellules vivantes" #: ../share/filters/filters.svg.h:584 msgid "Random rounded living cells like fill" -msgstr "" -"Remplissage avec des formes rondes et aléatoires ressemblant à des cellules " -"vivantes" +msgstr "Remplissage avec des formes rondes et aléatoires ressemblant à des cellules vivantes" #: ../share/filters/filters.svg.h:586 msgid "Fluorescence" @@ -1652,17 +1452,13 @@ msgstr "Teinte vers blanc" msgid "Fades hue progressively to white" msgstr "Transforme graduellement la teinte en blanc" -#: ../share/filters/filters.svg.h:634 -#: ../src/extension/internal/bitmap/swirl.cpp:37 +#: ../share/filters/filters.svg.h:634 ../src/extension/internal/bitmap/swirl.cpp:37 msgid "Swirl" msgstr "Tourbillon" #: ../share/filters/filters.svg.h:636 -msgid "" -"Paint objects with a transparent turbulence which wraps around color edges" -msgstr "" -"Peint des objets avec une turbulence transparente tournant autour des bords " -"colorés" +msgid "Paint objects with a transparent turbulence which wraps around color edges" +msgstr "Peint des objets avec une turbulence transparente tournant autour des bords colorés" #: ../share/filters/filters.svg.h:638 msgid "Pointillism" @@ -1702,12 +1498,8 @@ msgid "Blur Double" msgstr "Flou double" #: ../share/filters/filters.svg.h:656 -msgid "" -"Overlays two copies with different blur amounts and modifiable blend and " -"composite" -msgstr "" -"Superpose deux copies avec un nouveau de flou différent et des primitives " -"fondu et composite modifiables" +msgid "Overlays two copies with different blur amounts and modifiable blend and composite" +msgstr "Superpose deux copies avec un nouveau de flou différent et des primitives fondu et composite modifiables" #: ../share/filters/filters.svg.h:658 msgid "Image Drawing Basic" @@ -1752,19 +1544,16 @@ msgstr "Poster brut" #: ../share/filters/filters.svg.h:680 msgid "Adds roughness to one of the two channels of the Poster paint filter" -msgstr "" -"Ajouter de la rugosité à un des deux canaux du filtre Peinture et poster" +msgstr "Ajouter de la rugosité à un des deux canaux du filtre Peinture et poster" #: ../share/filters/filters.svg.h:682 msgid "Alpha Monochrome Cracked" msgstr "Monochrome transparent craquelé" -#: ../share/filters/filters.svg.h:684 ../share/filters/filters.svg.h:688 -#: ../share/filters/filters.svg.h:692 ../share/filters/filters.svg.h:704 +#: ../share/filters/filters.svg.h:684 ../share/filters/filters.svg.h:688 ../share/filters/filters.svg.h:692 ../share/filters/filters.svg.h:704 #: ../share/filters/filters.svg.h:708 ../share/filters/filters.svg.h:712 msgid "Basic noise fill texture; adjust color in Flood" -msgstr "" -"Texture de remplissage agité de base ; ajuster la couleur avec Remplissage" +msgstr "Texture de remplissage agité de base ; ajuster la couleur avec Remplissage" #: ../share/filters/filters.svg.h:686 msgid "Alpha Turbulent" @@ -2036,8 +1825,7 @@ msgstr "Simuler CMJ" #: ../share/filters/filters.svg.h:832 msgid "Render Cyan, Magenta and Yellow channels with a colorizable background" -msgstr "" -"Rendu des canaux cyan, magenta et jaune avec un fond que l'on peut colorer" +msgstr "Rendu des canaux cyan, magenta et jaune avec un fond que l'on peut colorer" #: ../share/filters/filters.svg.h:834 msgid "Contouring table" @@ -3411,8 +3199,7 @@ msgstr "Panneaux signalétiques AIGA" #. Symbols: ./AigaSymbols.svg #. Symbols: ./MapSymbolsNPS.svg -#: ../share/symbols/symbols.h:3 ../share/symbols/symbols.h:4 -#: ../share/symbols/symbols.h:281 ../share/symbols/symbols.h:282 +#: ../share/symbols/symbols.h:3 ../share/symbols/symbols.h:4 ../share/symbols/symbols.h:281 ../share/symbols/symbols.h:282 msgctxt "Symbol" msgid "Telephone" msgstr "Téléphone" @@ -3443,8 +3230,7 @@ msgstr "Caisse" #. Symbols: ./AigaSymbols.svg #. Symbols: ./MapSymbolsNPS.svg -#: ../share/symbols/symbols.h:13 ../share/symbols/symbols.h:14 -#: ../share/symbols/symbols.h:213 ../share/symbols/symbols.h:214 +#: ../share/symbols/symbols.h:13 ../share/symbols/symbols.h:14 ../share/symbols/symbols.h:213 ../share/symbols/symbols.h:214 msgctxt "Symbol" msgid "First Aid" msgstr "Premiers secours" @@ -3547,8 +3333,7 @@ msgstr "Salle d'attente" #. Symbols: ./AigaSymbols.svg #. Symbols: ./MapSymbolsNPS.svg -#: ../share/symbols/symbols.h:47 ../share/symbols/symbols.h:48 -#: ../share/symbols/symbols.h:231 ../share/symbols/symbols.h:232 +#: ../share/symbols/symbols.h:47 ../share/symbols/symbols.h:48 ../share/symbols/symbols.h:231 ../share/symbols/symbols.h:232 msgctxt "Symbol" msgid "Information" msgstr "Information" @@ -3705,8 +3490,7 @@ msgstr "Non fumeur" #. Symbols: ./AigaSymbols.svg #. Symbols: ./MapSymbolsNPS.svg -#: ../share/symbols/symbols.h:99 ../share/symbols/symbols.h:100 -#: ../share/symbols/symbols.h:245 ../share/symbols/symbols.h:246 +#: ../share/symbols/symbols.h:99 ../share/symbols/symbols.h:100 ../share/symbols/symbols.h:245 ../share/symbols/symbols.h:246 msgctxt "Symbol" msgid "Parking" msgstr "Parking" @@ -4480,8 +4264,7 @@ msgid "guidelines typography canvas" msgstr "guides typographie canevas" #. 3D box -#: ../src/box3d.cpp:250 ../src/box3d.cpp:1304 -#: ../src/ui/dialog/inkscape-preferences.cpp:407 +#: ../src/box3d.cpp:250 ../src/box3d.cpp:1304 ../src/ui/dialog/inkscape-preferences.cpp:407 msgid "3D Box" msgstr "Boîte 3D" @@ -4501,15 +4284,11 @@ msgstr "Aucun" #: ../src/context-fns.cpp:33 ../src/context-fns.cpp:62 msgid "<b>Current layer is hidden</b>. Unhide it to be able to draw on it." -msgstr "" -"<b>Le calque courant est caché</b>. Le rendre visible pour pouvoir y " -"dessiner." +msgstr "<b>Le calque courant est caché</b>. Le rendre visible pour pouvoir y dessiner." #: ../src/context-fns.cpp:39 ../src/context-fns.cpp:68 msgid "<b>Current layer is locked</b>. Unlock it to be able to draw on it." -msgstr "" -"<b>Le calque courant est verrouillé</b>. Le déverrouiller pour pouvoir y " -"dessiner." +msgstr "<b>Le calque courant est verrouillé</b>. Le déverrouiller pour pouvoir y dessiner." #: ../src/desktop-events.cpp:242 msgid "Create guide" @@ -4519,8 +4298,7 @@ msgstr "Créer un guide" msgid "Move guide" msgstr "Déplacer le guide" -#: ../src/desktop-events.cpp:505 ../src/desktop-events.cpp:563 -#: ../src/ui/dialog/guides.cpp:138 +#: ../src/desktop-events.cpp:505 ../src/desktop-events.cpp:563 ../src/ui/dialog/guides.cpp:138 msgid "Delete guide" msgstr "Supprimer le guide" @@ -4545,8 +4323,7 @@ msgstr "_Unités de la grille :" msgid "_Origin X:" msgstr "_Origine X :" -#: ../src/display/canvas-axonomgrid.cpp:359 ../src/display/canvas-grid.cpp:699 -#: ../src/ui/dialog/inkscape-preferences.cpp:778 +#: ../src/display/canvas-axonomgrid.cpp:359 ../src/display/canvas-grid.cpp:699 ../src/ui/dialog/inkscape-preferences.cpp:778 #: ../src/ui/dialog/inkscape-preferences.cpp:803 msgid "X coordinate of grid origin" msgstr "Coordonnée X de l'origine de la grille" @@ -4555,8 +4332,7 @@ msgstr "Coordonnée X de l'origine de la grille" msgid "O_rigin Y:" msgstr "O_rigine Y :" -#: ../src/display/canvas-axonomgrid.cpp:362 ../src/display/canvas-grid.cpp:702 -#: ../src/ui/dialog/inkscape-preferences.cpp:779 +#: ../src/display/canvas-axonomgrid.cpp:362 ../src/display/canvas-grid.cpp:702 ../src/ui/dialog/inkscape-preferences.cpp:779 #: ../src/ui/dialog/inkscape-preferences.cpp:804 msgid "Y coordinate of grid origin" msgstr "Coordonnée Y de l'origine de la grille" @@ -4565,30 +4341,23 @@ msgstr "Coordonnée Y de l'origine de la grille" msgid "Spacing _Y:" msgstr "Espacement _Y :" -#: ../src/display/canvas-axonomgrid.cpp:365 -#: ../src/ui/dialog/inkscape-preferences.cpp:807 +#: ../src/display/canvas-axonomgrid.cpp:365 ../src/ui/dialog/inkscape-preferences.cpp:807 msgid "Base length of z-axis" msgstr "Longueur de base de l'axe z" -#: ../src/display/canvas-axonomgrid.cpp:368 -#: ../src/ui/dialog/inkscape-preferences.cpp:810 -#: ../src/widgets/box3d-toolbar.cpp:302 +#: ../src/display/canvas-axonomgrid.cpp:368 ../src/ui/dialog/inkscape-preferences.cpp:810 ../src/widgets/box3d-toolbar.cpp:302 msgid "Angle X:" msgstr "Angle X :" -#: ../src/display/canvas-axonomgrid.cpp:368 -#: ../src/ui/dialog/inkscape-preferences.cpp:810 +#: ../src/display/canvas-axonomgrid.cpp:368 ../src/ui/dialog/inkscape-preferences.cpp:810 msgid "Angle of x-axis" msgstr "Angle de l'axe x" -#: ../src/display/canvas-axonomgrid.cpp:370 -#: ../src/ui/dialog/inkscape-preferences.cpp:811 -#: ../src/widgets/box3d-toolbar.cpp:381 +#: ../src/display/canvas-axonomgrid.cpp:370 ../src/ui/dialog/inkscape-preferences.cpp:811 ../src/widgets/box3d-toolbar.cpp:381 msgid "Angle Z:" msgstr "Angle Z :" -#: ../src/display/canvas-axonomgrid.cpp:370 -#: ../src/ui/dialog/inkscape-preferences.cpp:811 +#: ../src/display/canvas-axonomgrid.cpp:370 ../src/ui/dialog/inkscape-preferences.cpp:811 msgid "Angle of z-axis" msgstr "Angle de l'axe z" @@ -4596,8 +4365,7 @@ msgstr "Angle de l'axe z" msgid "Minor grid line _color:" msgstr "_Couleur de la grille secondaire :" -#: ../src/display/canvas-axonomgrid.cpp:374 ../src/display/canvas-grid.cpp:713 -#: ../src/ui/dialog/inkscape-preferences.cpp:762 +#: ../src/display/canvas-axonomgrid.cpp:374 ../src/display/canvas-grid.cpp:713 ../src/ui/dialog/inkscape-preferences.cpp:762 msgid "Minor grid line color" msgstr "Couleur de la grille secondaire" @@ -4609,8 +4377,7 @@ msgstr "Couleur des lignes de la grille secondaire" msgid "Ma_jor grid line color:" msgstr "Couleur de la grille _principale :" -#: ../src/display/canvas-axonomgrid.cpp:379 ../src/display/canvas-grid.cpp:718 -#: ../src/ui/dialog/inkscape-preferences.cpp:764 +#: ../src/display/canvas-axonomgrid.cpp:379 ../src/display/canvas-grid.cpp:718 ../src/ui/dialog/inkscape-preferences.cpp:764 msgid "Major grid line color" msgstr "Couleur de la grille principale" @@ -4643,48 +4410,35 @@ msgid "_Enabled" msgstr "_Activé" #: ../src/display/canvas-grid.cpp:313 -msgid "" -"Determines whether to snap to this grid or not. Can be 'on' for invisible " -"grids." -msgstr "" -"Cocher pour activer le magnétisme de la grille. Fonctionne aussi avec une " -"grille invisible." +msgid "Determines whether to snap to this grid or not. Can be 'on' for invisible grids." +msgstr "Cocher pour activer le magnétisme de la grille. Fonctionne aussi avec une grille invisible." #: ../src/display/canvas-grid.cpp:317 msgid "Snap to visible _grid lines only" msgstr "Aimanter seulement aux lignes visibles de la _grille" #: ../src/display/canvas-grid.cpp:318 -msgid "" -"When zoomed out, not all grid lines will be displayed. Only the visible ones " -"will be snapped to" +msgid "When zoomed out, not all grid lines will be displayed. Only the visible ones will be snapped to" msgstr "" -"Lorsque le niveau de zoom est diminué, les lignes des grilles ne sont pas " -"toutes affichées. Seules celles qui sont visibles seront aimantées." +"Lorsque le niveau de zoom est diminué, les lignes des grilles ne sont pas toutes affichées. Seules celles qui sont visibles seront aimantées." #: ../src/display/canvas-grid.cpp:322 msgid "_Visible" msgstr "_Visible" #: ../src/display/canvas-grid.cpp:323 -msgid "" -"Determines whether the grid is displayed or not. Objects are still snapped " -"to invisible grids." -msgstr "" -"Détermine si la grille est affichée ou pas. Le magnétisme fonctionne même " -"avec une grille invisible." +msgid "Determines whether the grid is displayed or not. Objects are still snapped to invisible grids." +msgstr "Détermine si la grille est affichée ou pas. Le magnétisme fonctionne même avec une grille invisible." #: ../src/display/canvas-grid.cpp:705 msgid "Spacing _X:" msgstr "Espacement _X :" -#: ../src/display/canvas-grid.cpp:705 -#: ../src/ui/dialog/inkscape-preferences.cpp:784 +#: ../src/display/canvas-grid.cpp:705 ../src/ui/dialog/inkscape-preferences.cpp:784 msgid "Distance between vertical grid lines" msgstr "Distance entre les lignes verticales de la grille" -#: ../src/display/canvas-grid.cpp:708 -#: ../src/ui/dialog/inkscape-preferences.cpp:785 +#: ../src/display/canvas-grid.cpp:708 ../src/ui/dialog/inkscape-preferences.cpp:785 msgid "Distance between horizontal grid lines" msgstr "Distance entre les lignes horizontales de la grille" @@ -4694,13 +4448,11 @@ msgstr "Afficher des point_s plutôt que des lignes" #: ../src/display/canvas-grid.cpp:741 msgid "If set, displays dots at gridpoints instead of gridlines" -msgstr "" -"Cocher pour afficher des points sur les points entiers de la grille au lieu " -"de lignes" +msgstr "Cocher pour afficher des points sur les points entiers de la grille au lieu de lignes" #. TRANSLATORS: undefined target for snapping -#: ../src/display/snap-indicator.cpp:72 ../src/display/snap-indicator.cpp:75 -#: ../src/display/snap-indicator.cpp:180 ../src/display/snap-indicator.cpp:183 +#: ../src/display/snap-indicator.cpp:72 ../src/display/snap-indicator.cpp:75 ../src/display/snap-indicator.cpp:180 +#: ../src/display/snap-indicator.cpp:183 msgid "UNDEFINED" msgstr "INDÉFINI" @@ -4968,20 +4720,15 @@ msgstr "Extensions" #. This is some filler text, needs to change before relase #: ../src/extension/error-file.cpp:53 msgid "" -"<span weight=\"bold\" size=\"larger\">One or more extensions failed to load</" -"span>\n" +"<span weight=\"bold\" size=\"larger\">One or more extensions failed to load</span>\n" "\n" -"The failed extensions have been skipped. Inkscape will continue to run " -"normally but those extensions will be unavailable. For details to " +"The failed extensions have been skipped. Inkscape will continue to run normally but those extensions will be unavailable. For details to " "troubleshoot this problem, please refer to the error log located at: " msgstr "" -"<span weight=\"bold\" size=\"larger\">Le chargement d'une ou plusieurs " -"extensions a échoué</span>\n" +"<span weight=\"bold\" size=\"larger\">Le chargement d'une ou plusieurs extensions a échoué</span>\n" "\n" -"Les extensions défectueuses ont été ignorées. Inkscape va continuer à " -"fonctionner normalement, mais ces extensions seront indisponibles. Pour plus " -"de détails concernant ce problème, référez-vous à l'historique (log) des " -"messages d'erreur : " +"Les extensions défectueuses ont été ignorées. Inkscape va continuer à fonctionner normalement, mais ces extensions seront indisponibles. Pour " +"plus de détails concernant ce problème, référez-vous à l'historique (log) des messages d'erreur : " #: ../src/extension/error-file.cpp:67 msgid "Show dialog on startup" @@ -4996,11 +4743,11 @@ msgstr "'%s' en cours..." #. std::cout << "Checking module[" << i++ << "]: " << name << std::endl; #: ../src/extension/extension.cpp:267 msgid "" -" This is caused by an improper .inx file for this extension. An improper ." -"inx file could have been caused by a faulty installation of Inkscape." +" This is caused by an improper .inx file for this extension. An improper .inx file could have been caused by a faulty installation of " +"Inkscape." msgstr "" -" C'est le résultat d'un fichier .inx incorrect pour cette extension. Un " -"fichier .inx incorrect peut être du à un problème d'installation d'Inkscape." +" C'est le résultat d'un fichier .inx incorrect pour cette extension. Un fichier .inx incorrect peut être du à un problème d'installation " +"d'Inkscape." #: ../src/extension/extension.cpp:277 msgid "the extension is designed for Windows only." @@ -5040,8 +4787,7 @@ msgstr " » n'a pas été chargée, car " msgid "Could not create extension error log file '%s'" msgstr "Impossible de créer le fichier d'erreur de l'extension : '%s'" -#: ../src/extension/extension.cpp:778 -#: ../share/extensions/webslicer_create_rect.inx.h:2 +#: ../src/extension/extension.cpp:778 ../share/extensions/webslicer_create_rect.inx.h:2 msgid "Name:" msgstr "Nom :" @@ -5067,107 +4813,66 @@ msgstr "Désactivée" #: ../src/extension/extension.cpp:820 msgid "" -"Currently there is no help available for this Extension. Please look on the " -"Inkscape website or ask on the mailing lists if you have questions regarding " -"this extension." +"Currently there is no help available for this Extension. Please look on the Inkscape website or ask on the mailing lists if you have " +"questions regarding this extension." msgstr "" -"Aucune aide n'est actuellement disponible pour cette extension. Veuillez " -"vous référer au site internet d'Inkscape ou aux listes de diffusion pour " -"toute question relative à celle-ci." +"Aucune aide n'est actuellement disponible pour cette extension. Veuillez vous référer au site internet d'Inkscape ou aux listes de diffusion " +"pour toute question relative à celle-ci." #: ../src/extension/implementation/script.cpp:1063 msgid "" -"Inkscape has received additional data from the script executed. The script " -"did not return an error, but this may indicate the results will not be as " -"expected." +"Inkscape has received additional data from the script executed. The script did not return an error, but this may indicate the results will " +"not be as expected." msgstr "" -"Inkscape a reçu des données additionnelles du script exécuté. Le script n'a " -"pas retourné d'erreur, mais ceci peut indiquer que les résultats ne sont pas " -"ceux attendus." +"Inkscape a reçu des données additionnelles du script exécuté. Le script n'a pas retourné d'erreur, mais ceci peut indiquer que les résultats " +"ne sont pas ceux attendus." #: ../src/extension/init.cpp:288 msgid "Null external module directory name. Modules will not be loaded." -msgstr "" -"Le nom de dossier des modules externes est vide. Les modules ne seront pas " -"chargés." +msgstr "Le nom de dossier des modules externes est vide. Les modules ne seront pas chargés." -#: ../src/extension/init.cpp:302 -#: ../src/extension/internal/filter/filter-file.cpp:59 +#: ../src/extension/init.cpp:302 ../src/extension/internal/filter/filter-file.cpp:59 #, c-format -msgid "" -"Modules directory (%s) is unavailable. External modules in that directory " -"will not be loaded." -msgstr "" -"Le dossier des modules (%s) est indisponible. Les modules externes de ce " -"dossier ne seront pas chargés." +msgid "Modules directory (%s) is unavailable. External modules in that directory will not be loaded." +msgstr "Le dossier des modules (%s) est indisponible. Les modules externes de ce dossier ne seront pas chargés." #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:39 msgid "Adaptive Threshold" msgstr "Seuil adaptatif" -#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:41 -#: ../src/extension/internal/bitmap/raise.cpp:42 -#: ../src/extension/internal/bitmap/sample.cpp:41 -#: ../src/extension/internal/bluredge.cpp:136 -#: ../src/ui/dialog/lpe-powerstroke-properties.cpp:66 -#: ../src/ui/dialog/object-attributes.cpp:68 -#: ../src/ui/dialog/object-attributes.cpp:77 -#: ../src/ui/widget/page-sizer.cpp:249 -#: ../src/widgets/calligraphy-toolbar.cpp:430 -#: ../src/widgets/eraser-toolbar.cpp:128 ../src/widgets/spray-toolbar.cpp:116 -#: ../src/widgets/tweak-toolbar.cpp:128 -#: ../share/extensions/foldablebox.inx.h:2 +#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:41 ../src/extension/internal/bitmap/raise.cpp:42 +#: ../src/extension/internal/bitmap/sample.cpp:41 ../src/extension/internal/bluredge.cpp:136 ../src/ui/dialog/lpe-powerstroke-properties.cpp:66 +#: ../src/ui/dialog/object-attributes.cpp:68 ../src/ui/dialog/object-attributes.cpp:77 ../src/ui/widget/page-sizer.cpp:249 +#: ../src/widgets/calligraphy-toolbar.cpp:430 ../src/widgets/eraser-toolbar.cpp:128 ../src/widgets/spray-toolbar.cpp:116 +#: ../src/widgets/tweak-toolbar.cpp:128 ../share/extensions/foldablebox.inx.h:2 msgid "Width:" msgstr "Épaisseur :" -#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:42 -#: ../src/extension/internal/bitmap/raise.cpp:43 -#: ../src/extension/internal/bitmap/sample.cpp:42 -#: ../src/ui/dialog/object-attributes.cpp:69 -#: ../src/ui/dialog/object-attributes.cpp:78 +#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:42 ../src/extension/internal/bitmap/raise.cpp:43 +#: ../src/extension/internal/bitmap/sample.cpp:42 ../src/ui/dialog/object-attributes.cpp:69 ../src/ui/dialog/object-attributes.cpp:78 #: ../src/ui/widget/page-sizer.cpp:250 ../share/extensions/foldablebox.inx.h:3 msgid "Height:" msgstr "Hauteur :" -#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:43 -#: ../share/extensions/printing_marks.inx.h:12 +#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:43 ../share/extensions/printing_marks.inx.h:12 msgid "Offset:" msgstr "Décalage :" -#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:47 -#: ../src/extension/internal/bitmap/addNoise.cpp:58 -#: ../src/extension/internal/bitmap/blur.cpp:45 -#: ../src/extension/internal/bitmap/channel.cpp:64 -#: ../src/extension/internal/bitmap/charcoal.cpp:45 -#: ../src/extension/internal/bitmap/colorize.cpp:56 -#: ../src/extension/internal/bitmap/contrast.cpp:46 -#: ../src/extension/internal/bitmap/crop.cpp:75 -#: ../src/extension/internal/bitmap/cycleColormap.cpp:43 -#: ../src/extension/internal/bitmap/despeckle.cpp:41 -#: ../src/extension/internal/bitmap/edge.cpp:43 -#: ../src/extension/internal/bitmap/emboss.cpp:45 -#: ../src/extension/internal/bitmap/enhance.cpp:40 -#: ../src/extension/internal/bitmap/equalize.cpp:40 -#: ../src/extension/internal/bitmap/gaussianBlur.cpp:45 -#: ../src/extension/internal/bitmap/implode.cpp:43 -#: ../src/extension/internal/bitmap/level.cpp:49 -#: ../src/extension/internal/bitmap/levelChannel.cpp:71 -#: ../src/extension/internal/bitmap/medianFilter.cpp:43 -#: ../src/extension/internal/bitmap/modulate.cpp:48 -#: ../src/extension/internal/bitmap/negate.cpp:41 -#: ../src/extension/internal/bitmap/normalize.cpp:41 -#: ../src/extension/internal/bitmap/oilPaint.cpp:43 -#: ../src/extension/internal/bitmap/opacity.cpp:44 -#: ../src/extension/internal/bitmap/raise.cpp:48 -#: ../src/extension/internal/bitmap/reduceNoise.cpp:46 -#: ../src/extension/internal/bitmap/sample.cpp:46 -#: ../src/extension/internal/bitmap/shade.cpp:48 -#: ../src/extension/internal/bitmap/sharpen.cpp:45 -#: ../src/extension/internal/bitmap/solarize.cpp:45 -#: ../src/extension/internal/bitmap/spread.cpp:43 -#: ../src/extension/internal/bitmap/swirl.cpp:43 -#: ../src/extension/internal/bitmap/threshold.cpp:44 -#: ../src/extension/internal/bitmap/unsharpmask.cpp:50 +#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:47 ../src/extension/internal/bitmap/addNoise.cpp:58 +#: ../src/extension/internal/bitmap/blur.cpp:45 ../src/extension/internal/bitmap/channel.cpp:64 ../src/extension/internal/bitmap/charcoal.cpp:45 +#: ../src/extension/internal/bitmap/colorize.cpp:56 ../src/extension/internal/bitmap/contrast.cpp:46 +#: ../src/extension/internal/bitmap/crop.cpp:75 ../src/extension/internal/bitmap/cycleColormap.cpp:43 +#: ../src/extension/internal/bitmap/despeckle.cpp:41 ../src/extension/internal/bitmap/edge.cpp:43 ../src/extension/internal/bitmap/emboss.cpp:45 +#: ../src/extension/internal/bitmap/enhance.cpp:40 ../src/extension/internal/bitmap/equalize.cpp:40 +#: ../src/extension/internal/bitmap/gaussianBlur.cpp:45 ../src/extension/internal/bitmap/implode.cpp:43 +#: ../src/extension/internal/bitmap/level.cpp:49 ../src/extension/internal/bitmap/levelChannel.cpp:71 +#: ../src/extension/internal/bitmap/medianFilter.cpp:43 ../src/extension/internal/bitmap/modulate.cpp:48 +#: ../src/extension/internal/bitmap/negate.cpp:41 ../src/extension/internal/bitmap/normalize.cpp:41 +#: ../src/extension/internal/bitmap/oilPaint.cpp:43 ../src/extension/internal/bitmap/opacity.cpp:44 +#: ../src/extension/internal/bitmap/raise.cpp:48 ../src/extension/internal/bitmap/reduceNoise.cpp:46 +#: ../src/extension/internal/bitmap/sample.cpp:46 ../src/extension/internal/bitmap/shade.cpp:48 ../src/extension/internal/bitmap/sharpen.cpp:45 +#: ../src/extension/internal/bitmap/solarize.cpp:45 ../src/extension/internal/bitmap/spread.cpp:43 ../src/extension/internal/bitmap/swirl.cpp:43 +#: ../src/extension/internal/bitmap/threshold.cpp:44 ../src/extension/internal/bitmap/unsharpmask.cpp:50 #: ../src/extension/internal/bitmap/wave.cpp:45 msgid "Raster" msgstr "Images matricielles" @@ -5181,19 +4886,11 @@ msgid "Add Noise" msgstr "Ajouter du bruit" #. _settings->add_checkbutton(false, SP_ATTR_STITCHTILES, _("Stitch Tiles"), "stitch", "noStitch"); -#: ../src/extension/internal/bitmap/addNoise.cpp:47 -#: ../src/extension/internal/filter/color.h:501 -#: ../src/extension/internal/filter/color.h:1572 -#: ../src/extension/internal/filter/color.h:1660 -#: ../src/extension/internal/filter/distort.h:69 -#: ../src/extension/internal/filter/morphology.h:60 ../src/rdf.cpp:244 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2856 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2930 -#: ../src/ui/dialog/object-attributes.cpp:49 -#: ../share/extensions/jessyInk_effects.inx.h:5 -#: ../share/extensions/jessyInk_export.inx.h:3 -#: ../share/extensions/jessyInk_transitions.inx.h:5 -#: ../share/extensions/webslicer_create_rect.inx.h:14 +#: ../src/extension/internal/bitmap/addNoise.cpp:47 ../src/extension/internal/filter/color.h:501 ../src/extension/internal/filter/color.h:1572 +#: ../src/extension/internal/filter/color.h:1660 ../src/extension/internal/filter/distort.h:69 ../src/extension/internal/filter/morphology.h:60 +#: ../src/rdf.cpp:244 ../src/ui/dialog/filter-effects-dialog.cpp:2856 ../src/ui/dialog/filter-effects-dialog.cpp:2930 +#: ../src/ui/dialog/object-attributes.cpp:49 ../share/extensions/jessyInk_effects.inx.h:5 ../share/extensions/jessyInk_export.inx.h:3 +#: ../share/extensions/jessyInk_transitions.inx.h:5 ../share/extensions/webslicer_create_rect.inx.h:14 msgid "Type:" msgstr "Type :" @@ -5225,30 +4922,20 @@ msgstr "Bruit de Poisson" msgid "Add random noise to selected bitmap(s)" msgstr "Ajouter du bruit aux bitmaps sélectionnés" -#: ../src/extension/internal/bitmap/blur.cpp:38 -#: ../src/extension/internal/filter/blurs.h:54 -#: ../src/extension/internal/filter/paint.h:710 +#: ../src/extension/internal/bitmap/blur.cpp:38 ../src/extension/internal/filter/blurs.h:54 ../src/extension/internal/filter/paint.h:710 #: ../src/extension/internal/filter/transparency.h:343 msgid "Blur" msgstr "Flou" -#: ../src/extension/internal/bitmap/blur.cpp:40 -#: ../src/extension/internal/bitmap/charcoal.cpp:40 -#: ../src/extension/internal/bitmap/edge.cpp:39 -#: ../src/extension/internal/bitmap/emboss.cpp:40 -#: ../src/extension/internal/bitmap/medianFilter.cpp:39 -#: ../src/extension/internal/bitmap/oilPaint.cpp:39 -#: ../src/extension/internal/bitmap/sharpen.cpp:40 -#: ../src/extension/internal/bitmap/unsharpmask.cpp:43 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2908 +#: ../src/extension/internal/bitmap/blur.cpp:40 ../src/extension/internal/bitmap/charcoal.cpp:40 ../src/extension/internal/bitmap/edge.cpp:39 +#: ../src/extension/internal/bitmap/emboss.cpp:40 ../src/extension/internal/bitmap/medianFilter.cpp:39 +#: ../src/extension/internal/bitmap/oilPaint.cpp:39 ../src/extension/internal/bitmap/sharpen.cpp:40 +#: ../src/extension/internal/bitmap/unsharpmask.cpp:43 ../src/ui/dialog/filter-effects-dialog.cpp:2908 msgid "Radius:" msgstr "Rayon :" -#: ../src/extension/internal/bitmap/blur.cpp:41 -#: ../src/extension/internal/bitmap/charcoal.cpp:41 -#: ../src/extension/internal/bitmap/emboss.cpp:41 -#: ../src/extension/internal/bitmap/gaussianBlur.cpp:41 -#: ../src/extension/internal/bitmap/sharpen.cpp:41 +#: ../src/extension/internal/bitmap/blur.cpp:41 ../src/extension/internal/bitmap/charcoal.cpp:41 ../src/extension/internal/bitmap/emboss.cpp:41 +#: ../src/extension/internal/bitmap/gaussianBlur.cpp:41 ../src/extension/internal/bitmap/sharpen.cpp:41 #: ../src/extension/internal/bitmap/unsharpmask.cpp:44 msgid "Sigma:" msgstr "Sigma :" @@ -5265,48 +4952,39 @@ msgstr "Composante" msgid "Layer:" msgstr "Calque :" -#: ../src/extension/internal/bitmap/channel.cpp:51 -#: ../src/extension/internal/bitmap/levelChannel.cpp:55 +#: ../src/extension/internal/bitmap/channel.cpp:51 ../src/extension/internal/bitmap/levelChannel.cpp:55 msgid "Red Channel" msgstr "Composante rouge" -#: ../src/extension/internal/bitmap/channel.cpp:52 -#: ../src/extension/internal/bitmap/levelChannel.cpp:56 +#: ../src/extension/internal/bitmap/channel.cpp:52 ../src/extension/internal/bitmap/levelChannel.cpp:56 msgid "Green Channel" msgstr "Composante verte" -#: ../src/extension/internal/bitmap/channel.cpp:53 -#: ../src/extension/internal/bitmap/levelChannel.cpp:57 +#: ../src/extension/internal/bitmap/channel.cpp:53 ../src/extension/internal/bitmap/levelChannel.cpp:57 msgid "Blue Channel" msgstr "Composante bleue" -#: ../src/extension/internal/bitmap/channel.cpp:54 -#: ../src/extension/internal/bitmap/levelChannel.cpp:58 +#: ../src/extension/internal/bitmap/channel.cpp:54 ../src/extension/internal/bitmap/levelChannel.cpp:58 msgid "Cyan Channel" msgstr "Composante cyan" -#: ../src/extension/internal/bitmap/channel.cpp:55 -#: ../src/extension/internal/bitmap/levelChannel.cpp:59 +#: ../src/extension/internal/bitmap/channel.cpp:55 ../src/extension/internal/bitmap/levelChannel.cpp:59 msgid "Magenta Channel" msgstr "Composante magenta" -#: ../src/extension/internal/bitmap/channel.cpp:56 -#: ../src/extension/internal/bitmap/levelChannel.cpp:60 +#: ../src/extension/internal/bitmap/channel.cpp:56 ../src/extension/internal/bitmap/levelChannel.cpp:60 msgid "Yellow Channel" msgstr "Composante jaune" -#: ../src/extension/internal/bitmap/channel.cpp:57 -#: ../src/extension/internal/bitmap/levelChannel.cpp:61 +#: ../src/extension/internal/bitmap/channel.cpp:57 ../src/extension/internal/bitmap/levelChannel.cpp:61 msgid "Black Channel" msgstr "Composante noire" -#: ../src/extension/internal/bitmap/channel.cpp:58 -#: ../src/extension/internal/bitmap/levelChannel.cpp:62 +#: ../src/extension/internal/bitmap/channel.cpp:58 ../src/extension/internal/bitmap/levelChannel.cpp:62 msgid "Opacity Channel" msgstr "Composante opacité" -#: ../src/extension/internal/bitmap/channel.cpp:59 -#: ../src/extension/internal/bitmap/levelChannel.cpp:63 +#: ../src/extension/internal/bitmap/channel.cpp:59 ../src/extension/internal/bitmap/levelChannel.cpp:63 msgid "Matte Channel" msgstr "Composante matte" @@ -5322,18 +5000,15 @@ msgstr "Fusain" msgid "Apply charcoal stylization to selected bitmap(s)" msgstr "Transformer les bitmaps sélectionnés en dessins au fusain" -#: ../src/extension/internal/bitmap/colorize.cpp:50 -#: ../src/extension/internal/filter/color.h:392 +#: ../src/extension/internal/bitmap/colorize.cpp:50 ../src/extension/internal/filter/color.h:392 msgid "Colorize" msgstr "Colorer" #: ../src/extension/internal/bitmap/colorize.cpp:58 msgid "Colorize selected bitmap(s) with specified color, using given opacity" -msgstr "" -"Colorer les bitmaps sélectionnés avec la couleur et l'opacité spécifiées" +msgstr "Colorer les bitmaps sélectionnés avec la couleur et l'opacité spécifiées" -#: ../src/extension/internal/bitmap/contrast.cpp:40 -#: ../src/extension/internal/filter/color.h:1189 +#: ../src/extension/internal/bitmap/contrast.cpp:40 ../src/extension/internal/filter/color.h:1189 msgid "Contrast" msgstr "Contraste" @@ -5345,9 +5020,7 @@ msgstr "Ajuster :" msgid "Increase or decrease contrast in bitmap(s)" msgstr "Augmente ou diminue le contraste des images" -#: ../src/extension/internal/bitmap/crop.cpp:66 -#: ../src/extension/internal/filter/bumps.h:86 -#: ../src/extension/internal/filter/bumps.h:315 +#: ../src/extension/internal/bitmap/crop.cpp:66 ../src/extension/internal/filter/bumps.h:86 ../src/extension/internal/filter/bumps.h:315 msgid "Crop" msgstr "Rogner" @@ -5375,10 +5048,8 @@ msgstr "Rogner les bitmaps sélectionnés" msgid "Cycle Colormap" msgstr "Cycle des couleurs" -#: ../src/extension/internal/bitmap/cycleColormap.cpp:39 -#: ../src/extension/internal/bitmap/spread.cpp:39 -#: ../src/extension/internal/bitmap/unsharpmask.cpp:45 -#: ../src/widgets/spray-toolbar.cpp:208 +#: ../src/extension/internal/bitmap/cycleColormap.cpp:39 ../src/extension/internal/bitmap/spread.cpp:39 +#: ../src/extension/internal/bitmap/unsharpmask.cpp:45 ../src/widgets/spray-toolbar.cpp:208 msgid "Amount:" msgstr "Quantité :" @@ -5408,8 +5079,7 @@ msgstr "Embosser" #: ../src/extension/internal/bitmap/emboss.cpp:47 msgid "Emboss selected bitmap(s); highlight edges with 3D effect" -msgstr "" -"Gaufrer les bitmaps sélectionnés ; surligne les contours avec un effet 3D" +msgstr "Gaufrer les bitmaps sélectionnés ; surligne les contours avec un effet 3D" #: ../src/extension/internal/bitmap/enhance.cpp:35 msgid "Enhance" @@ -5427,13 +5097,11 @@ msgstr "Égaliser" msgid "Equalize selected bitmap(s); histogram equalization" msgstr "Égaliser l'histogramme des bitmaps sélectionnés" -#: ../src/extension/internal/bitmap/gaussianBlur.cpp:38 -#: ../src/filter-enums.cpp:29 +#: ../src/extension/internal/bitmap/gaussianBlur.cpp:38 ../src/filter-enums.cpp:29 msgid "Gaussian Blur" msgstr "Flou gaussien" -#: ../src/extension/internal/bitmap/gaussianBlur.cpp:40 -#: ../src/extension/internal/bitmap/implode.cpp:39 +#: ../src/extension/internal/bitmap/gaussianBlur.cpp:40 ../src/extension/internal/bitmap/implode.cpp:39 #: ../src/extension/internal/bitmap/solarize.cpp:41 msgid "Factor:" msgstr "Facteur :" @@ -5450,66 +5118,50 @@ msgstr "Imploser" msgid "Implode selected bitmap(s)" msgstr "Imploser les bitmaps sélectionnés" -#: ../src/extension/internal/bitmap/level.cpp:41 -#: ../src/extension/internal/filter/color.h:817 -#: ../src/extension/internal/filter/image.h:56 -#: ../src/extension/internal/filter/morphology.h:66 -#: ../src/extension/internal/filter/paint.h:345 +#: ../src/extension/internal/bitmap/level.cpp:41 ../src/extension/internal/filter/color.h:817 ../src/extension/internal/filter/image.h:56 +#: ../src/extension/internal/filter/morphology.h:66 ../src/extension/internal/filter/paint.h:345 msgid "Level" msgstr "Niveau" -#: ../src/extension/internal/bitmap/level.cpp:43 -#: ../src/extension/internal/bitmap/levelChannel.cpp:65 +#: ../src/extension/internal/bitmap/level.cpp:43 ../src/extension/internal/bitmap/levelChannel.cpp:65 msgid "Black Point:" msgstr "Point noir :" -#: ../src/extension/internal/bitmap/level.cpp:44 -#: ../src/extension/internal/bitmap/levelChannel.cpp:66 +#: ../src/extension/internal/bitmap/level.cpp:44 ../src/extension/internal/bitmap/levelChannel.cpp:66 msgid "White Point:" msgstr "Point blanc :" -#: ../src/extension/internal/bitmap/level.cpp:45 -#: ../src/extension/internal/bitmap/levelChannel.cpp:67 +#: ../src/extension/internal/bitmap/level.cpp:45 ../src/extension/internal/bitmap/levelChannel.cpp:67 msgid "Gamma Correction:" msgstr "Correction gamma :" #: ../src/extension/internal/bitmap/level.cpp:51 -msgid "" -"Level selected bitmap(s) by scaling values falling between the given ranges " -"to the full color range" +msgid "Level selected bitmap(s) by scaling values falling between the given ranges to the full color range" msgstr "" -"Niveler les bitmaps sélectionnés en mettant à l'échelle les valeurs se " -"situant dans l'intervalle donné pour les élargir à la gamme complète de " +"Niveler les bitmaps sélectionnés en mettant à l'échelle les valeurs se situant dans l'intervalle donné pour les élargir à la gamme complète de " "couleur" #: ../src/extension/internal/bitmap/levelChannel.cpp:52 msgid "Level (with Channel)" msgstr "Niveau (par composante)" -#: ../src/extension/internal/bitmap/levelChannel.cpp:54 -#: ../src/extension/internal/filter/color.h:711 +#: ../src/extension/internal/bitmap/levelChannel.cpp:54 ../src/extension/internal/filter/color.h:711 msgid "Channel:" msgstr "Composante :" #: ../src/extension/internal/bitmap/levelChannel.cpp:73 -msgid "" -"Level the specified channel of selected bitmap(s) by scaling values falling " -"between the given ranges to the full color range" +msgid "Level the specified channel of selected bitmap(s) by scaling values falling between the given ranges to the full color range" msgstr "" -"Niveler la composante spécifiée des bitmaps sélectionnés en mettant à " -"l'échelle les valeurs se situant dans l'intervalle donné pour les élargir à " -"la gamme complète de couleur" +"Niveler la composante spécifiée des bitmaps sélectionnés en mettant à l'échelle les valeurs se situant dans l'intervalle donné pour les " +"élargir à la gamme complète de couleur" #: ../src/extension/internal/bitmap/medianFilter.cpp:37 msgid "Median" msgstr "Médiane" #: ../src/extension/internal/bitmap/medianFilter.cpp:45 -msgid "" -"Replace each pixel component with the median color in a circular neighborhood" -msgstr "" -"Remplace chaque composante des pixels de l'image par la couleur médiane dans " -"un voisinage circulaire" +msgid "Replace each pixel component with the median color in a circular neighborhood" +msgstr "Remplace chaque composante des pixels de l'image par la couleur médiane dans un voisinage circulaire" #: ../src/extension/internal/bitmap/modulate.cpp:40 msgid "HSB Adjust" @@ -5528,10 +5180,8 @@ msgid "Brightness:" msgstr "Brillance :" #: ../src/extension/internal/bitmap/modulate.cpp:50 -msgid "" -"Adjust the amount of hue, saturation, and brightness in selected bitmap(s)" -msgstr "" -"Moduler la teinte, la saturation et la luminosité des bitmaps sélectionnés." +msgid "Adjust the amount of hue, saturation, and brightness in selected bitmap(s)" +msgstr "Moduler la teinte, la saturation et la luminosité des bitmaps sélectionnés." #: ../src/extension/internal/bitmap/negate.cpp:36 msgid "Negate" @@ -5546,12 +5196,8 @@ msgid "Normalize" msgstr "Normaliser" #: ../src/extension/internal/bitmap/normalize.cpp:43 -msgid "" -"Normalize selected bitmap(s), expanding color range to the full possible " -"range of color" -msgstr "" -"Normaliser les bitmaps sélectionnés, étend la gamme des couleurs présente à " -"la gamme complète de couleur" +msgid "Normalize selected bitmap(s), expanding color range to the full possible range of color" +msgstr "Normaliser les bitmaps sélectionnés, étend la gamme des couleurs présente à la gamme complète de couleur" #: ../src/extension/internal/bitmap/oilPaint.cpp:37 msgid "Oil Paint" @@ -5559,22 +5205,16 @@ msgstr "Peinture à l'huile" #: ../src/extension/internal/bitmap/oilPaint.cpp:45 msgid "Stylize selected bitmap(s) so that they appear to be painted with oils" -msgstr "" -"Styliser les bitmaps sélectionnés en leur donnant l'apparence d'une peinture " -"à l'huile" +msgstr "Styliser les bitmaps sélectionnés en leur donnant l'apparence d'une peinture à l'huile" -#: ../src/extension/internal/bitmap/opacity.cpp:38 -#: ../src/extension/internal/filter/blurs.h:333 -#: ../src/extension/internal/filter/transparency.h:279 -#: ../src/ui/dialog/clonetiler.cpp:838 ../src/ui/dialog/clonetiler.cpp:991 -#: ../src/widgets/tweak-toolbar.cpp:334 -#: ../share/extensions/interp_att_g.inx.h:18 +#: ../src/extension/internal/bitmap/opacity.cpp:38 ../src/extension/internal/filter/blurs.h:333 +#: ../src/extension/internal/filter/transparency.h:279 ../src/ui/dialog/clonetiler.cpp:838 ../src/ui/dialog/clonetiler.cpp:991 +#: ../src/widgets/tweak-toolbar.cpp:334 ../share/extensions/interp_att_g.inx.h:18 msgid "Opacity" msgstr "Opacité" -#: ../src/extension/internal/bitmap/opacity.cpp:40 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2898 -#: ../src/ui/dialog/objects.cpp:1625 ../src/widgets/dropper-toolbar.cpp:83 +#: ../src/extension/internal/bitmap/opacity.cpp:40 ../src/ui/dialog/filter-effects-dialog.cpp:2898 ../src/ui/dialog/objects.cpp:1625 +#: ../src/widgets/dropper-toolbar.cpp:83 msgid "Opacity:" msgstr "Opacité :" @@ -5591,39 +5231,29 @@ msgid "Raised" msgstr "En relief" #: ../src/extension/internal/bitmap/raise.cpp:50 -msgid "" -"Alter lightness the edges of selected bitmap(s) to create a raised appearance" -msgstr "" -"Changer la luminosité des bitmaps sélectionnés pour les faire apparaître " -"« en relief »" +msgid "Alter lightness the edges of selected bitmap(s) to create a raised appearance" +msgstr "Changer la luminosité des bitmaps sélectionnés pour les faire apparaître « en relief »" #: ../src/extension/internal/bitmap/reduceNoise.cpp:40 msgid "Reduce Noise" msgstr "Réduire le bruit" -#: ../src/extension/internal/bitmap/reduceNoise.cpp:42 -#: ../share/extensions/jessyInk_effects.inx.h:3 -#: ../share/extensions/jessyInk_view.inx.h:3 +#: ../src/extension/internal/bitmap/reduceNoise.cpp:42 ../share/extensions/jessyInk_effects.inx.h:3 ../share/extensions/jessyInk_view.inx.h:3 #: ../share/extensions/lindenmayer.inx.h:5 msgid "Order:" msgstr "Ordre :" #: ../src/extension/internal/bitmap/reduceNoise.cpp:48 -msgid "" -"Reduce noise in selected bitmap(s) using a noise peak elimination filter" -msgstr "" -"Réduire le bruit dans les bitmaps sélectionnés en éliminant les pics de bruit" +msgid "Reduce noise in selected bitmap(s) using a noise peak elimination filter" +msgstr "Réduire le bruit dans les bitmaps sélectionnés en éliminant les pics de bruit" #: ../src/extension/internal/bitmap/sample.cpp:39 msgid "Resample" msgstr "Ré-échantillonnage" #: ../src/extension/internal/bitmap/sample.cpp:48 -msgid "" -"Alter the resolution of selected image by resizing it to the given pixel size" -msgstr "" -"Changer la résolution de l'image en la redimensionnant avec la taille de " -"pixel donnée." +msgid "Alter the resolution of selected image by resizing it to the given pixel size" +msgstr "Changer la résolution de l'image en la redimensionnant avec la taille de pixel donnée." #: ../src/extension/internal/bitmap/shade.cpp:40 msgid "Shade" @@ -5649,28 +5279,21 @@ msgstr "Ombrer les bitmaps sélectionnés; simule une source lumineuse lointaine msgid "Sharpen selected bitmap(s)" msgstr "Rendre plus nets les bitmaps sélectionnés" -#: ../src/extension/internal/bitmap/solarize.cpp:39 -#: ../src/extension/internal/filter/color.h:1569 -#: ../src/extension/internal/filter/color.h:1573 +#: ../src/extension/internal/bitmap/solarize.cpp:39 ../src/extension/internal/filter/color.h:1569 ../src/extension/internal/filter/color.h:1573 msgid "Solarize" msgstr "Solariser" #: ../src/extension/internal/bitmap/solarize.cpp:47 msgid "Solarize selected bitmap(s), like overexposing photographic film" -msgstr "" -"Solariser les bitmaps sélectionnés, donne un effet de pellicule surexposée" +msgstr "Solariser les bitmaps sélectionnés, donne un effet de pellicule surexposée" #: ../src/extension/internal/bitmap/spread.cpp:37 msgid "Dither" msgstr "Dispersion" #: ../src/extension/internal/bitmap/spread.cpp:45 -msgid "" -"Randomly scatter pixels in selected bitmap(s), within the given radius of " -"the original position" -msgstr "" -"Disperser au hasard les pixels des bitmaps sélectionnés, dans le rayon donné " -"de la position originale" +msgid "Randomly scatter pixels in selected bitmap(s), within the given radius of the original position" +msgstr "Disperser au hasard les pixels des bitmaps sélectionnés, dans le rayon donné de la position originale" #: ../src/extension/internal/bitmap/swirl.cpp:39 msgid "Degrees:" @@ -5685,8 +5308,7 @@ msgstr "Faire tourbillonner les bitmaps autour d'un point central" msgid "Threshold" msgstr "Seuil" -#: ../src/extension/internal/bitmap/threshold.cpp:40 -#: ../src/extension/internal/bitmap/unsharpmask.cpp:46 +#: ../src/extension/internal/bitmap/threshold.cpp:40 ../src/extension/internal/bitmap/unsharpmask.cpp:46 #: ../src/widgets/paintbucket-toolbar.cpp:147 msgid "Threshold:" msgstr "Seuil :" @@ -5701,9 +5323,7 @@ msgstr "Masque de netteté" #: ../src/extension/internal/bitmap/unsharpmask.cpp:52 msgid "Sharpen selected bitmap(s) using unsharp mask algorithms" -msgstr "" -"Rendre plus nets les bitmaps sélectionnés en utilisant des algorithmes de " -"netteté de type « unsharp mask »" +msgstr "Rendre plus nets les bitmaps sélectionnés en utilisant des algorithmes de netteté de type « unsharp mask »" #: ../src/extension/internal/bitmap/wave.cpp:38 msgid "Wave" @@ -5737,103 +5357,83 @@ msgstr "Nombre de passes :" msgid "Number of inset/outset copies of the object to make" msgstr "Nombre de copies contractées/dilatées de l'objet à créer" -#: ../src/extension/internal/bluredge.cpp:141 -#: ../share/extensions/extrude.inx.h:5 -#: ../share/extensions/generate_voronoi.inx.h:9 -#: ../share/extensions/interp.inx.h:9 ../share/extensions/motion.inx.h:4 -#: ../share/extensions/pathalongpath.inx.h:18 -#: ../share/extensions/pathscatter.inx.h:20 -#: ../share/extensions/voronoi2svg.inx.h:13 +#: ../src/extension/internal/bluredge.cpp:141 ../share/extensions/extrude.inx.h:5 ../share/extensions/generate_voronoi.inx.h:9 +#: ../share/extensions/interp.inx.h:9 ../share/extensions/motion.inx.h:4 ../share/extensions/pathalongpath.inx.h:18 +#: ../share/extensions/pathscatter.inx.h:20 ../share/extensions/voronoi2svg.inx.h:13 msgid "Generate from Path" msgstr "Générer à partir du chemin" -#: ../src/extension/internal/cairo-ps-out.cpp:327 -#: ../share/extensions/ps_input.inx.h:3 +#: ../src/extension/internal/cairo-ps-out.cpp:327 ../share/extensions/ps_input.inx.h:3 msgid "PostScript" msgstr "PostScript" -#: ../src/extension/internal/cairo-ps-out.cpp:329 -#: ../src/extension/internal/cairo-ps-out.cpp:371 +#: ../src/extension/internal/cairo-ps-out.cpp:329 ../src/extension/internal/cairo-ps-out.cpp:371 msgid "Restrict to PS level:" msgstr "Restreindre à la version de PostScript :" -#: ../src/extension/internal/cairo-ps-out.cpp:330 -#: ../src/extension/internal/cairo-ps-out.cpp:372 +#: ../src/extension/internal/cairo-ps-out.cpp:330 ../src/extension/internal/cairo-ps-out.cpp:372 msgid "PostScript level 3" msgstr "PostScript niveau 3" -#: ../src/extension/internal/cairo-ps-out.cpp:331 -#: ../src/extension/internal/cairo-ps-out.cpp:373 +#: ../src/extension/internal/cairo-ps-out.cpp:331 ../src/extension/internal/cairo-ps-out.cpp:373 msgid "PostScript level 2" msgstr "PostScript niveau 2" -#: ../src/extension/internal/cairo-ps-out.cpp:333 -#: ../src/extension/internal/cairo-ps-out.cpp:375 +#: ../src/extension/internal/cairo-ps-out.cpp:333 ../src/extension/internal/cairo-ps-out.cpp:375 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:250 #, fuzzy msgid "Text output options:" msgstr "Orientation du texte" -#: ../src/extension/internal/cairo-ps-out.cpp:334 -#: ../src/extension/internal/cairo-ps-out.cpp:376 +#: ../src/extension/internal/cairo-ps-out.cpp:334 ../src/extension/internal/cairo-ps-out.cpp:376 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:251 msgid "Embed fonts" msgstr "Fontes incorporées" -#: ../src/extension/internal/cairo-ps-out.cpp:335 -#: ../src/extension/internal/cairo-ps-out.cpp:377 +#: ../src/extension/internal/cairo-ps-out.cpp:335 ../src/extension/internal/cairo-ps-out.cpp:377 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:252 msgid "Convert text to paths" msgstr "Convertir les textes en chemins" -#: ../src/extension/internal/cairo-ps-out.cpp:336 -#: ../src/extension/internal/cairo-ps-out.cpp:378 +#: ../src/extension/internal/cairo-ps-out.cpp:336 ../src/extension/internal/cairo-ps-out.cpp:378 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:253 msgid "Omit text in PDF and create LaTeX file" msgstr "Exclure le texte du fichier PDF, et créer un fichier LaTeX" -#: ../src/extension/internal/cairo-ps-out.cpp:338 -#: ../src/extension/internal/cairo-ps-out.cpp:380 +#: ../src/extension/internal/cairo-ps-out.cpp:338 ../src/extension/internal/cairo-ps-out.cpp:380 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:255 msgid "Rasterize filter effects" msgstr "Rastériser les effets de filtre" -#: ../src/extension/internal/cairo-ps-out.cpp:339 -#: ../src/extension/internal/cairo-ps-out.cpp:381 +#: ../src/extension/internal/cairo-ps-out.cpp:339 ../src/extension/internal/cairo-ps-out.cpp:381 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:256 msgid "Resolution for rasterization (dpi):" msgstr "Résolution pour la rastérisation (ppp) :" -#: ../src/extension/internal/cairo-ps-out.cpp:340 -#: ../src/extension/internal/cairo-ps-out.cpp:382 +#: ../src/extension/internal/cairo-ps-out.cpp:340 ../src/extension/internal/cairo-ps-out.cpp:382 msgid "Output page size" msgstr "Dimensions de la page" -#: ../src/extension/internal/cairo-ps-out.cpp:341 -#: ../src/extension/internal/cairo-ps-out.cpp:383 +#: ../src/extension/internal/cairo-ps-out.cpp:341 ../src/extension/internal/cairo-ps-out.cpp:383 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:258 msgid "Use document's page size" msgstr "Utiliser les dimensions de la page du document" -#: ../src/extension/internal/cairo-ps-out.cpp:342 -#: ../src/extension/internal/cairo-ps-out.cpp:384 +#: ../src/extension/internal/cairo-ps-out.cpp:342 ../src/extension/internal/cairo-ps-out.cpp:384 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:259 msgid "Use exported object's size" msgstr "Utiliser la taille de l'objet exporté" -#: ../src/extension/internal/cairo-ps-out.cpp:344 -#: ../src/extension/internal/cairo-renderer-pdf-out.cpp:261 +#: ../src/extension/internal/cairo-ps-out.cpp:344 ../src/extension/internal/cairo-renderer-pdf-out.cpp:261 msgid "Bleed/margin (mm):" msgstr "Fond perdu/marge (mm) :" -#: ../src/extension/internal/cairo-ps-out.cpp:345 -#: ../src/extension/internal/cairo-ps-out.cpp:387 +#: ../src/extension/internal/cairo-ps-out.cpp:345 ../src/extension/internal/cairo-ps-out.cpp:387 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:262 msgid "Limit export to the object with ID:" msgstr "Limiter l'exportation à l'objet ayant l'Id :" -#: ../src/extension/internal/cairo-ps-out.cpp:349 -#: ../share/extensions/ps_input.inx.h:2 +#: ../src/extension/internal/cairo-ps-out.cpp:349 ../share/extensions/ps_input.inx.h:2 msgid "PostScript (*.ps)" msgstr "PostScript (*.ps)" @@ -5841,8 +5441,7 @@ msgstr "PostScript (*.ps)" msgid "PostScript File" msgstr "Fichier PostScript" -#: ../src/extension/internal/cairo-ps-out.cpp:369 -#: ../share/extensions/eps_input.inx.h:3 +#: ../src/extension/internal/cairo-ps-out.cpp:369 ../share/extensions/eps_input.inx.h:3 msgid "Encapsulated PostScript" msgstr "PostScript encapsulé" @@ -5850,8 +5449,7 @@ msgstr "PostScript encapsulé" msgid "Bleed/margin (mm)" msgstr "Fond perdu/marge (mm)" -#: ../src/extension/internal/cairo-ps-out.cpp:391 -#: ../share/extensions/eps_input.inx.h:2 +#: ../src/extension/internal/cairo-ps-out.cpp:391 ../share/extensions/eps_input.inx.h:2 msgid "Encapsulated PostScript (*.eps)" msgstr "PostScript encapsulé (*.eps)" @@ -5875,22 +5473,17 @@ msgstr "PDF 1.4" msgid "Output page size:" msgstr "Dimensions de la page :" -#: ../src/extension/internal/cdr-input.cpp:116 -#: ../src/extension/internal/pdfinput/pdf-input.cpp:92 -#: ../src/extension/internal/vsd-input.cpp:116 +#: ../src/extension/internal/cdr-input.cpp:116 ../src/extension/internal/pdfinput/pdf-input.cpp:92 ../src/extension/internal/vsd-input.cpp:116 msgid "Select page:" msgstr "Sélectionner une page :" #. Display total number of pages -#: ../src/extension/internal/cdr-input.cpp:128 -#: ../src/extension/internal/pdfinput/pdf-input.cpp:111 -#: ../src/extension/internal/vsd-input.cpp:128 +#: ../src/extension/internal/cdr-input.cpp:128 ../src/extension/internal/pdfinput/pdf-input.cpp:111 ../src/extension/internal/vsd-input.cpp:128 #, c-format msgid "out of %i" msgstr "sur %i" -#: ../src/extension/internal/cdr-input.cpp:165 -#: ../src/extension/internal/vsd-input.cpp:165 +#: ../src/extension/internal/cdr-input.cpp:165 ../src/extension/internal/vsd-input.cpp:165 msgid "Page Selector" msgstr "Sélecteur de page" @@ -5958,43 +5551,35 @@ msgstr "Métafichier amélioré" msgid "EMF Output" msgstr "Sortie EMF" -#: ../src/extension/internal/emf-inout.cpp:3597 -#: ../src/extension/internal/wmf-inout.cpp:3176 +#: ../src/extension/internal/emf-inout.cpp:3597 ../src/extension/internal/wmf-inout.cpp:3176 msgid "Convert texts to paths" msgstr "Convertir les textes en chemins" -#: ../src/extension/internal/emf-inout.cpp:3598 -#: ../src/extension/internal/wmf-inout.cpp:3177 +#: ../src/extension/internal/emf-inout.cpp:3598 ../src/extension/internal/wmf-inout.cpp:3177 msgid "Map Unicode to Symbol font" msgstr "Associer les caractères Unicode à la police Symbol" -#: ../src/extension/internal/emf-inout.cpp:3599 -#: ../src/extension/internal/wmf-inout.cpp:3178 +#: ../src/extension/internal/emf-inout.cpp:3599 ../src/extension/internal/wmf-inout.cpp:3178 msgid "Map Unicode to Wingdings" msgstr "Associer les caractères Unicode à la police Wingdings" -#: ../src/extension/internal/emf-inout.cpp:3600 -#: ../src/extension/internal/wmf-inout.cpp:3179 +#: ../src/extension/internal/emf-inout.cpp:3600 ../src/extension/internal/wmf-inout.cpp:3179 msgid "Map Unicode to Zapf Dingbats" msgstr "Associer les caractères Unicode à la police Zapf Dingbats" -#: ../src/extension/internal/emf-inout.cpp:3601 -#: ../src/extension/internal/wmf-inout.cpp:3180 +#: ../src/extension/internal/emf-inout.cpp:3601 ../src/extension/internal/wmf-inout.cpp:3180 msgid "Use MS Unicode PUA (0xF020-0xF0FF) for converted characters" msgstr "Utiliser MS Unicode PUA (0xF020-0xF0FF) pour les caractères convertis" -#: ../src/extension/internal/emf-inout.cpp:3602 -#: ../src/extension/internal/wmf-inout.cpp:3181 +#: ../src/extension/internal/emf-inout.cpp:3602 ../src/extension/internal/wmf-inout.cpp:3181 msgid "Compensate for PPT font bug" msgstr "Corriger le défaut de police PPT" -#: ../src/extension/internal/emf-inout.cpp:3603 -#: ../src/extension/internal/wmf-inout.cpp:3182 +#: ../src/extension/internal/emf-inout.cpp:3603 ../src/extension/internal/wmf-inout.cpp:3182 msgid "Convert dashed/dotted lines to single lines" msgstr "Convertir les pointillés et tirets en lignes simples" -#: ../src/extension/internal/emf-inout.cpp:3604 -#: ../src/extension/internal/wmf-inout.cpp:3183 +#: ../src/extension/internal/emf-inout.cpp:3604 ../src/extension/internal/wmf-inout.cpp:3183 msgid "Convert gradients to colored polygon series" msgstr "Convertir les dégradés en une série de polygones colorés" @@ -6022,84 +5607,42 @@ msgstr "Métafichier amélioré" msgid "Diffuse Light" msgstr "Éclairage diffus" -#: ../src/extension/internal/filter/bevels.h:55 -#: ../src/extension/internal/filter/bevels.h:135 -#: ../src/extension/internal/filter/bevels.h:219 -#: ../src/extension/internal/filter/paint.h:89 -#: ../src/extension/internal/filter/paint.h:340 +#: ../src/extension/internal/filter/bevels.h:55 ../src/extension/internal/filter/bevels.h:135 ../src/extension/internal/filter/bevels.h:219 +#: ../src/extension/internal/filter/paint.h:89 ../src/extension/internal/filter/paint.h:340 msgid "Smoothness" msgstr "Lissage" -#: ../src/extension/internal/filter/bevels.h:56 -#: ../src/extension/internal/filter/bevels.h:137 -#: ../src/extension/internal/filter/bevels.h:221 +#: ../src/extension/internal/filter/bevels.h:56 ../src/extension/internal/filter/bevels.h:137 ../src/extension/internal/filter/bevels.h:221 msgid "Elevation (°)" msgstr "Élévation (°)" -#: ../src/extension/internal/filter/bevels.h:57 -#: ../src/extension/internal/filter/bevels.h:138 -#: ../src/extension/internal/filter/bevels.h:222 +#: ../src/extension/internal/filter/bevels.h:57 ../src/extension/internal/filter/bevels.h:138 ../src/extension/internal/filter/bevels.h:222 msgid "Azimuth (°)" msgstr "Azimut (°)" -#: ../src/extension/internal/filter/bevels.h:58 -#: ../src/extension/internal/filter/bevels.h:139 -#: ../src/extension/internal/filter/bevels.h:223 +#: ../src/extension/internal/filter/bevels.h:58 ../src/extension/internal/filter/bevels.h:139 ../src/extension/internal/filter/bevels.h:223 msgid "Lighting color" msgstr "Couleur d'éclairage :" -#: ../src/extension/internal/filter/bevels.h:62 -#: ../src/extension/internal/filter/bevels.h:143 -#: ../src/extension/internal/filter/bevels.h:227 -#: ../src/extension/internal/filter/blurs.h:62 -#: ../src/extension/internal/filter/blurs.h:131 -#: ../src/extension/internal/filter/blurs.h:200 -#: ../src/extension/internal/filter/blurs.h:266 -#: ../src/extension/internal/filter/blurs.h:350 -#: ../src/extension/internal/filter/bumps.h:141 -#: ../src/extension/internal/filter/bumps.h:361 -#: ../src/extension/internal/filter/color.h:82 -#: ../src/extension/internal/filter/color.h:171 -#: ../src/extension/internal/filter/color.h:282 -#: ../src/extension/internal/filter/color.h:336 -#: ../src/extension/internal/filter/color.h:421 -#: ../src/extension/internal/filter/color.h:511 -#: ../src/extension/internal/filter/color.h:606 -#: ../src/extension/internal/filter/color.h:728 -#: ../src/extension/internal/filter/color.h:825 -#: ../src/extension/internal/filter/color.h:904 -#: ../src/extension/internal/filter/color.h:995 -#: ../src/extension/internal/filter/color.h:1123 -#: ../src/extension/internal/filter/color.h:1193 -#: ../src/extension/internal/filter/color.h:1286 -#: ../src/extension/internal/filter/color.h:1398 -#: ../src/extension/internal/filter/color.h:1503 -#: ../src/extension/internal/filter/color.h:1579 -#: ../src/extension/internal/filter/color.h:1690 -#: ../src/extension/internal/filter/distort.h:95 -#: ../src/extension/internal/filter/distort.h:204 -#: ../src/extension/internal/filter/filter-file.cpp:151 -#: ../src/extension/internal/filter/filter.cpp:212 -#: ../src/extension/internal/filter/image.h:61 -#: ../src/extension/internal/filter/morphology.h:75 -#: ../src/extension/internal/filter/morphology.h:202 -#: ../src/extension/internal/filter/overlays.h:79 -#: ../src/extension/internal/filter/paint.h:112 -#: ../src/extension/internal/filter/paint.h:243 -#: ../src/extension/internal/filter/paint.h:362 -#: ../src/extension/internal/filter/paint.h:506 -#: ../src/extension/internal/filter/paint.h:601 -#: ../src/extension/internal/filter/paint.h:724 -#: ../src/extension/internal/filter/paint.h:876 -#: ../src/extension/internal/filter/paint.h:980 -#: ../src/extension/internal/filter/protrusions.h:54 -#: ../src/extension/internal/filter/shadows.h:80 -#: ../src/extension/internal/filter/textures.h:90 -#: ../src/extension/internal/filter/transparency.h:69 -#: ../src/extension/internal/filter/transparency.h:140 -#: ../src/extension/internal/filter/transparency.h:214 -#: ../src/extension/internal/filter/transparency.h:287 -#: ../src/extension/internal/filter/transparency.h:349 +#: ../src/extension/internal/filter/bevels.h:62 ../src/extension/internal/filter/bevels.h:143 ../src/extension/internal/filter/bevels.h:227 +#: ../src/extension/internal/filter/blurs.h:62 ../src/extension/internal/filter/blurs.h:131 ../src/extension/internal/filter/blurs.h:200 +#: ../src/extension/internal/filter/blurs.h:266 ../src/extension/internal/filter/blurs.h:350 ../src/extension/internal/filter/bumps.h:141 +#: ../src/extension/internal/filter/bumps.h:361 ../src/extension/internal/filter/color.h:82 ../src/extension/internal/filter/color.h:171 +#: ../src/extension/internal/filter/color.h:282 ../src/extension/internal/filter/color.h:336 ../src/extension/internal/filter/color.h:421 +#: ../src/extension/internal/filter/color.h:511 ../src/extension/internal/filter/color.h:606 ../src/extension/internal/filter/color.h:728 +#: ../src/extension/internal/filter/color.h:825 ../src/extension/internal/filter/color.h:904 ../src/extension/internal/filter/color.h:995 +#: ../src/extension/internal/filter/color.h:1123 ../src/extension/internal/filter/color.h:1193 ../src/extension/internal/filter/color.h:1286 +#: ../src/extension/internal/filter/color.h:1398 ../src/extension/internal/filter/color.h:1503 ../src/extension/internal/filter/color.h:1579 +#: ../src/extension/internal/filter/color.h:1690 ../src/extension/internal/filter/distort.h:95 ../src/extension/internal/filter/distort.h:204 +#: ../src/extension/internal/filter/filter-file.cpp:151 ../src/extension/internal/filter/filter.cpp:212 +#: ../src/extension/internal/filter/image.h:61 ../src/extension/internal/filter/morphology.h:75 +#: ../src/extension/internal/filter/morphology.h:202 ../src/extension/internal/filter/overlays.h:79 ../src/extension/internal/filter/paint.h:112 +#: ../src/extension/internal/filter/paint.h:243 ../src/extension/internal/filter/paint.h:362 ../src/extension/internal/filter/paint.h:506 +#: ../src/extension/internal/filter/paint.h:601 ../src/extension/internal/filter/paint.h:724 ../src/extension/internal/filter/paint.h:876 +#: ../src/extension/internal/filter/paint.h:980 ../src/extension/internal/filter/protrusions.h:54 ../src/extension/internal/filter/shadows.h:80 +#: ../src/extension/internal/filter/textures.h:90 ../src/extension/internal/filter/transparency.h:69 +#: ../src/extension/internal/filter/transparency.h:140 ../src/extension/internal/filter/transparency.h:214 +#: ../src/extension/internal/filter/transparency.h:287 ../src/extension/internal/filter/transparency.h:349 #: ../src/ui/dialog/inkscape-preferences.cpp:1793 #, c-format msgid "Filters" @@ -6113,9 +5656,7 @@ msgstr "Biseau diffus simple pour la construction de textures" msgid "Matte Jelly" msgstr "Gel mat" -#: ../src/extension/internal/filter/bevels.h:136 -#: ../src/extension/internal/filter/bevels.h:220 -#: ../src/extension/internal/filter/blurs.h:187 +#: ../src/extension/internal/filter/bevels.h:136 ../src/extension/internal/filter/bevels.h:220 ../src/extension/internal/filter/blurs.h:187 #: ../src/extension/internal/filter/color.h:75 msgid "Brightness" msgstr "Brillance" @@ -6128,16 +5669,12 @@ msgstr "Couche de gel mat et bombé" msgid "Specular Light" msgstr "Éclairage spéculaire" -#: ../src/extension/internal/filter/blurs.h:56 -#: ../src/extension/internal/filter/blurs.h:189 -#: ../src/extension/internal/filter/blurs.h:329 +#: ../src/extension/internal/filter/blurs.h:56 ../src/extension/internal/filter/blurs.h:189 ../src/extension/internal/filter/blurs.h:329 #: ../src/extension/internal/filter/distort.h:73 msgid "Horizontal blur" msgstr "Flou horizontal" -#: ../src/extension/internal/filter/blurs.h:57 -#: ../src/extension/internal/filter/blurs.h:190 -#: ../src/extension/internal/filter/blurs.h:330 +#: ../src/extension/internal/filter/blurs.h:57 ../src/extension/internal/filter/blurs.h:190 ../src/extension/internal/filter/blurs.h:330 #: ../src/extension/internal/filter/distort.h:74 msgid "Vertical blur" msgstr "Flou vertical" @@ -6154,21 +5691,14 @@ msgstr "Effet de flou vertical et horizontal simple" msgid "Clean Edges" msgstr "Nettoyage des bords" -#: ../src/extension/internal/filter/blurs.h:127 -#: ../src/extension/internal/filter/blurs.h:262 -#: ../src/extension/internal/filter/paint.h:237 -#: ../src/extension/internal/filter/paint.h:336 -#: ../src/extension/internal/filter/paint.h:341 +#: ../src/extension/internal/filter/blurs.h:127 ../src/extension/internal/filter/blurs.h:262 ../src/extension/internal/filter/paint.h:237 +#: ../src/extension/internal/filter/paint.h:336 ../src/extension/internal/filter/paint.h:341 msgid "Strength" msgstr "Force" #: ../src/extension/internal/filter/blurs.h:135 -msgid "" -"Removes or decreases glows and jaggeries around objects edges after applying " -"some filters" -msgstr "" -"Supprime ou diminue l'éclat et l'agitation qui apparaissent autour des bords " -"lors de l'application de certains effets" +msgid "Removes or decreases glows and jaggeries around objects edges after applying some filters" +msgstr "Supprime ou diminue l'éclat et l'agitation qui apparaissent autour des bords lors de l'application de certains effets" #: ../src/extension/internal/filter/blurs.h:185 msgid "Cross Blur" @@ -6178,74 +5708,38 @@ msgstr "Flou croisé" msgid "Fading" msgstr "Décoloration" -#: ../src/extension/internal/filter/blurs.h:191 -#: ../src/extension/internal/filter/textures.h:74 +#: ../src/extension/internal/filter/blurs.h:191 ../src/extension/internal/filter/textures.h:74 msgid "Blend:" msgstr "Fondu :" -#: ../src/extension/internal/filter/blurs.h:192 -#: ../src/extension/internal/filter/blurs.h:339 -#: ../src/extension/internal/filter/bumps.h:131 -#: ../src/extension/internal/filter/bumps.h:337 -#: ../src/extension/internal/filter/bumps.h:344 -#: ../src/extension/internal/filter/color.h:404 -#: ../src/extension/internal/filter/color.h:411 -#: ../src/extension/internal/filter/color.h:1498 -#: ../src/extension/internal/filter/color.h:1671 -#: ../src/extension/internal/filter/color.h:1677 -#: ../src/extension/internal/filter/paint.h:705 -#: ../src/extension/internal/filter/transparency.h:63 +#: ../src/extension/internal/filter/blurs.h:192 ../src/extension/internal/filter/blurs.h:339 ../src/extension/internal/filter/bumps.h:131 +#: ../src/extension/internal/filter/bumps.h:337 ../src/extension/internal/filter/bumps.h:344 ../src/extension/internal/filter/color.h:404 +#: ../src/extension/internal/filter/color.h:411 ../src/extension/internal/filter/color.h:1498 ../src/extension/internal/filter/color.h:1671 +#: ../src/extension/internal/filter/color.h:1677 ../src/extension/internal/filter/paint.h:705 ../src/extension/internal/filter/transparency.h:63 #: ../src/filter-enums.cpp:55 msgid "Darken" msgstr "Obscurcir" -#: ../src/extension/internal/filter/blurs.h:193 -#: ../src/extension/internal/filter/blurs.h:340 -#: ../src/extension/internal/filter/bumps.h:132 -#: ../src/extension/internal/filter/bumps.h:335 -#: ../src/extension/internal/filter/bumps.h:342 -#: ../src/extension/internal/filter/color.h:402 -#: ../src/extension/internal/filter/color.h:407 -#: ../src/extension/internal/filter/color.h:722 -#: ../src/extension/internal/filter/color.h:1490 -#: ../src/extension/internal/filter/color.h:1495 -#: ../src/extension/internal/filter/color.h:1669 -#: ../src/extension/internal/filter/paint.h:703 -#: ../src/extension/internal/filter/transparency.h:62 -#: ../src/filter-enums.cpp:54 ../src/ui/dialog/input.cpp:382 +#: ../src/extension/internal/filter/blurs.h:193 ../src/extension/internal/filter/blurs.h:340 ../src/extension/internal/filter/bumps.h:132 +#: ../src/extension/internal/filter/bumps.h:335 ../src/extension/internal/filter/bumps.h:342 ../src/extension/internal/filter/color.h:402 +#: ../src/extension/internal/filter/color.h:407 ../src/extension/internal/filter/color.h:722 ../src/extension/internal/filter/color.h:1490 +#: ../src/extension/internal/filter/color.h:1495 ../src/extension/internal/filter/color.h:1669 ../src/extension/internal/filter/paint.h:703 +#: ../src/extension/internal/filter/transparency.h:62 ../src/filter-enums.cpp:54 ../src/ui/dialog/input.cpp:382 msgid "Screen" msgstr "Superposition" -#: ../src/extension/internal/filter/blurs.h:194 -#: ../src/extension/internal/filter/blurs.h:341 -#: ../src/extension/internal/filter/bumps.h:133 -#: ../src/extension/internal/filter/bumps.h:338 -#: ../src/extension/internal/filter/bumps.h:345 -#: ../src/extension/internal/filter/color.h:400 -#: ../src/extension/internal/filter/color.h:408 -#: ../src/extension/internal/filter/color.h:720 -#: ../src/extension/internal/filter/color.h:1489 -#: ../src/extension/internal/filter/color.h:1496 -#: ../src/extension/internal/filter/color.h:1670 -#: ../src/extension/internal/filter/color.h:1676 -#: ../src/extension/internal/filter/paint.h:701 -#: ../src/extension/internal/filter/transparency.h:60 -#: ../src/filter-enums.cpp:53 +#: ../src/extension/internal/filter/blurs.h:194 ../src/extension/internal/filter/blurs.h:341 ../src/extension/internal/filter/bumps.h:133 +#: ../src/extension/internal/filter/bumps.h:338 ../src/extension/internal/filter/bumps.h:345 ../src/extension/internal/filter/color.h:400 +#: ../src/extension/internal/filter/color.h:408 ../src/extension/internal/filter/color.h:720 ../src/extension/internal/filter/color.h:1489 +#: ../src/extension/internal/filter/color.h:1496 ../src/extension/internal/filter/color.h:1670 ../src/extension/internal/filter/color.h:1676 +#: ../src/extension/internal/filter/paint.h:701 ../src/extension/internal/filter/transparency.h:60 ../src/filter-enums.cpp:53 msgid "Multiply" msgstr "Produit" -#: ../src/extension/internal/filter/blurs.h:195 -#: ../src/extension/internal/filter/blurs.h:342 -#: ../src/extension/internal/filter/bumps.h:134 -#: ../src/extension/internal/filter/bumps.h:339 -#: ../src/extension/internal/filter/bumps.h:346 -#: ../src/extension/internal/filter/color.h:403 -#: ../src/extension/internal/filter/color.h:410 -#: ../src/extension/internal/filter/color.h:1497 -#: ../src/extension/internal/filter/color.h:1668 -#: ../src/extension/internal/filter/paint.h:704 -#: ../src/extension/internal/filter/transparency.h:64 -#: ../src/filter-enums.cpp:56 +#: ../src/extension/internal/filter/blurs.h:195 ../src/extension/internal/filter/blurs.h:342 ../src/extension/internal/filter/bumps.h:134 +#: ../src/extension/internal/filter/bumps.h:339 ../src/extension/internal/filter/bumps.h:346 ../src/extension/internal/filter/color.h:403 +#: ../src/extension/internal/filter/color.h:410 ../src/extension/internal/filter/color.h:1497 ../src/extension/internal/filter/color.h:1668 +#: ../src/extension/internal/filter/paint.h:704 ../src/extension/internal/filter/transparency.h:64 ../src/filter-enums.cpp:56 msgid "Lighten" msgstr "Éclaircir" @@ -6265,55 +5759,33 @@ msgstr "Masque flou sur les bords sans altération du contenu" msgid "Out of Focus" msgstr "Hors focale" -#: ../src/extension/internal/filter/blurs.h:331 -#: ../src/extension/internal/filter/distort.h:75 -#: ../src/extension/internal/filter/morphology.h:67 -#: ../src/extension/internal/filter/paint.h:235 -#: ../src/extension/internal/filter/paint.h:342 -#: ../src/extension/internal/filter/paint.h:346 +#: ../src/extension/internal/filter/blurs.h:331 ../src/extension/internal/filter/distort.h:75 ../src/extension/internal/filter/morphology.h:67 +#: ../src/extension/internal/filter/paint.h:235 ../src/extension/internal/filter/paint.h:342 ../src/extension/internal/filter/paint.h:346 msgid "Dilatation" msgstr "Dilatation" -#: ../src/extension/internal/filter/blurs.h:332 -#: ../src/extension/internal/filter/distort.h:76 -#: ../src/extension/internal/filter/morphology.h:68 -#: ../src/extension/internal/filter/paint.h:98 -#: ../src/extension/internal/filter/paint.h:236 -#: ../src/extension/internal/filter/paint.h:343 -#: ../src/extension/internal/filter/paint.h:347 -#: ../src/extension/internal/filter/transparency.h:208 +#: ../src/extension/internal/filter/blurs.h:332 ../src/extension/internal/filter/distort.h:76 ../src/extension/internal/filter/morphology.h:68 +#: ../src/extension/internal/filter/paint.h:98 ../src/extension/internal/filter/paint.h:236 ../src/extension/internal/filter/paint.h:343 +#: ../src/extension/internal/filter/paint.h:347 ../src/extension/internal/filter/transparency.h:208 #: ../src/extension/internal/filter/transparency.h:282 msgid "Erosion" msgstr "Érosion" -#: ../src/extension/internal/filter/blurs.h:336 -#: ../src/extension/internal/filter/color.h:1280 -#: ../src/extension/internal/filter/color.h:1392 +#: ../src/extension/internal/filter/blurs.h:336 ../src/extension/internal/filter/color.h:1280 ../src/extension/internal/filter/color.h:1392 #: ../src/ui/dialog/document-properties.cpp:122 msgid "Background color" msgstr "Couleur de fond" -#: ../src/extension/internal/filter/blurs.h:337 -#: ../src/extension/internal/filter/bumps.h:129 +#: ../src/extension/internal/filter/blurs.h:337 ../src/extension/internal/filter/bumps.h:129 msgid "Blend type:" msgstr "Type de fondu :" -#: ../src/extension/internal/filter/blurs.h:338 -#: ../src/extension/internal/filter/bumps.h:130 -#: ../src/extension/internal/filter/bumps.h:336 -#: ../src/extension/internal/filter/bumps.h:343 -#: ../src/extension/internal/filter/color.h:401 -#: ../src/extension/internal/filter/color.h:409 -#: ../src/extension/internal/filter/color.h:721 -#: ../src/extension/internal/filter/color.h:1488 -#: ../src/extension/internal/filter/color.h:1494 -#: ../src/extension/internal/filter/color.h:1661 -#: ../src/extension/internal/filter/color.h:1675 -#: ../src/extension/internal/filter/distort.h:78 -#: ../src/extension/internal/filter/paint.h:702 -#: ../src/extension/internal/filter/textures.h:77 -#: ../src/extension/internal/filter/transparency.h:61 -#: ../src/filter-enums.cpp:52 ../src/ui/dialog/inkscape-preferences.cpp:685 +#: ../src/extension/internal/filter/blurs.h:338 ../src/extension/internal/filter/bumps.h:130 ../src/extension/internal/filter/bumps.h:336 +#: ../src/extension/internal/filter/bumps.h:343 ../src/extension/internal/filter/color.h:401 ../src/extension/internal/filter/color.h:409 +#: ../src/extension/internal/filter/color.h:721 ../src/extension/internal/filter/color.h:1488 ../src/extension/internal/filter/color.h:1494 +#: ../src/extension/internal/filter/color.h:1661 ../src/extension/internal/filter/color.h:1675 ../src/extension/internal/filter/distort.h:78 +#: ../src/extension/internal/filter/paint.h:702 ../src/extension/internal/filter/textures.h:77 +#: ../src/extension/internal/filter/transparency.h:61 ../src/filter-enums.cpp:52 ../src/ui/dialog/inkscape-preferences.cpp:685 msgid "Normal" msgstr "Normal" @@ -6329,53 +5801,35 @@ msgstr "Flou érodé par du blanc ou de la transparence" msgid "Bump" msgstr "Bosselage" -#: ../src/extension/internal/filter/bumps.h:84 -#: ../src/extension/internal/filter/bumps.h:313 +#: ../src/extension/internal/filter/bumps.h:84 ../src/extension/internal/filter/bumps.h:313 msgid "Image simplification" msgstr "Simplification de l'image" -#: ../src/extension/internal/filter/bumps.h:85 -#: ../src/extension/internal/filter/bumps.h:314 +#: ../src/extension/internal/filter/bumps.h:85 ../src/extension/internal/filter/bumps.h:314 msgid "Bump simplification" msgstr "Simplification du bosselage" -#: ../src/extension/internal/filter/bumps.h:87 -#: ../src/extension/internal/filter/bumps.h:316 +#: ../src/extension/internal/filter/bumps.h:87 ../src/extension/internal/filter/bumps.h:316 msgid "Bump source" msgstr "Source du bosselage" -#: ../src/extension/internal/filter/bumps.h:88 -#: ../src/extension/internal/filter/bumps.h:317 -#: ../src/extension/internal/filter/color.h:158 -#: ../src/extension/internal/filter/color.h:712 -#: ../src/extension/internal/filter/color.h:896 -#: ../src/extension/internal/filter/transparency.h:132 -#: ../src/filter-enums.cpp:128 ../src/ui/tools/flood-tool.cpp:91 -#: ../src/ui/widget/color-icc-selector.cpp:176 +#: ../src/extension/internal/filter/bumps.h:88 ../src/extension/internal/filter/bumps.h:317 ../src/extension/internal/filter/color.h:158 +#: ../src/extension/internal/filter/color.h:712 ../src/extension/internal/filter/color.h:896 ../src/extension/internal/filter/transparency.h:132 +#: ../src/filter-enums.cpp:128 ../src/ui/tools/flood-tool.cpp:91 ../src/ui/widget/color-icc-selector.cpp:176 #: ../src/ui/widget/color-scales.cpp:379 ../src/ui/widget/color-scales.cpp:380 msgid "Red" msgstr "Rouge" -#: ../src/extension/internal/filter/bumps.h:89 -#: ../src/extension/internal/filter/bumps.h:318 -#: ../src/extension/internal/filter/color.h:159 -#: ../src/extension/internal/filter/color.h:713 -#: ../src/extension/internal/filter/color.h:897 -#: ../src/extension/internal/filter/transparency.h:133 -#: ../src/filter-enums.cpp:129 ../src/ui/tools/flood-tool.cpp:92 -#: ../src/ui/widget/color-icc-selector.cpp:177 +#: ../src/extension/internal/filter/bumps.h:89 ../src/extension/internal/filter/bumps.h:318 ../src/extension/internal/filter/color.h:159 +#: ../src/extension/internal/filter/color.h:713 ../src/extension/internal/filter/color.h:897 ../src/extension/internal/filter/transparency.h:133 +#: ../src/filter-enums.cpp:129 ../src/ui/tools/flood-tool.cpp:92 ../src/ui/widget/color-icc-selector.cpp:177 #: ../src/ui/widget/color-scales.cpp:382 ../src/ui/widget/color-scales.cpp:383 msgid "Green" msgstr "Vert" -#: ../src/extension/internal/filter/bumps.h:90 -#: ../src/extension/internal/filter/bumps.h:319 -#: ../src/extension/internal/filter/color.h:160 -#: ../src/extension/internal/filter/color.h:714 -#: ../src/extension/internal/filter/color.h:898 -#: ../src/extension/internal/filter/transparency.h:134 -#: ../src/filter-enums.cpp:130 ../src/ui/tools/flood-tool.cpp:93 -#: ../src/ui/widget/color-icc-selector.cpp:178 +#: ../src/extension/internal/filter/bumps.h:90 ../src/extension/internal/filter/bumps.h:319 ../src/extension/internal/filter/color.h:160 +#: ../src/extension/internal/filter/color.h:714 ../src/extension/internal/filter/color.h:898 ../src/extension/internal/filter/transparency.h:134 +#: ../src/filter-enums.cpp:130 ../src/ui/tools/flood-tool.cpp:93 ../src/ui/widget/color-icc-selector.cpp:178 #: ../src/ui/widget/color-scales.cpp:385 ../src/ui/widget/color-scales.cpp:386 msgid "Blue" msgstr "Bleu" @@ -6396,32 +5850,21 @@ msgstr "Spéculaire" msgid "Diffuse" msgstr "Diffus" -#: ../src/extension/internal/filter/bumps.h:98 -#: ../src/extension/internal/filter/bumps.h:329 -#: ../src/libgdl/gdl-dock-placeholder.c:175 ../src/libgdl/gdl-dock.c:199 -#: ../src/ui/widget/page-sizer.cpp:250 ../src/widgets/rect-toolbar.cpp:334 +#: ../src/extension/internal/filter/bumps.h:98 ../src/extension/internal/filter/bumps.h:329 ../src/libgdl/gdl-dock-placeholder.c:175 +#: ../src/libgdl/gdl-dock.c:199 ../src/ui/widget/page-sizer.cpp:250 ../src/widgets/rect-toolbar.cpp:334 #: ../share/extensions/interp_att_g.inx.h:13 msgid "Height" msgstr "Hauteur" -#: ../src/extension/internal/filter/bumps.h:99 -#: ../src/extension/internal/filter/bumps.h:330 -#: ../src/extension/internal/filter/color.h:77 -#: ../src/extension/internal/filter/color.h:899 -#: ../src/extension/internal/filter/color.h:1188 -#: ../src/extension/internal/filter/paint.h:86 -#: ../src/extension/internal/filter/paint.h:592 -#: ../src/extension/internal/filter/paint.h:707 -#: ../src/ui/tools/flood-tool.cpp:96 -#: ../src/ui/widget/color-icc-selector.cpp:187 -#: ../src/ui/widget/color-scales.cpp:411 ../src/ui/widget/color-scales.cpp:412 -#: ../src/widgets/tweak-toolbar.cpp:318 -#: ../share/extensions/color_randomize.inx.h:5 +#: ../src/extension/internal/filter/bumps.h:99 ../src/extension/internal/filter/bumps.h:330 ../src/extension/internal/filter/color.h:77 +#: ../src/extension/internal/filter/color.h:899 ../src/extension/internal/filter/color.h:1188 ../src/extension/internal/filter/paint.h:86 +#: ../src/extension/internal/filter/paint.h:592 ../src/extension/internal/filter/paint.h:707 ../src/ui/tools/flood-tool.cpp:96 +#: ../src/ui/widget/color-icc-selector.cpp:187 ../src/ui/widget/color-scales.cpp:411 ../src/ui/widget/color-scales.cpp:412 +#: ../src/widgets/tweak-toolbar.cpp:318 ../share/extensions/color_randomize.inx.h:5 msgid "Lightness" msgstr "Luminosité" -#: ../src/extension/internal/filter/bumps.h:100 -#: ../src/extension/internal/filter/bumps.h:331 +#: ../src/extension/internal/filter/bumps.h:100 ../src/extension/internal/filter/bumps.h:331 msgid "Precision" msgstr "Précision" @@ -6437,8 +5880,7 @@ msgstr "Source de lumière :" msgid "Distant" msgstr "Distante" -#: ../src/extension/internal/filter/bumps.h:106 -#: ../src/ui/dialog/inkscape-preferences.cpp:460 +#: ../src/extension/internal/filter/bumps.h:106 ../src/ui/dialog/inkscape-preferences.cpp:460 msgid "Point" msgstr "Point" @@ -6450,15 +5892,11 @@ msgstr "Spot" msgid "Distant light options" msgstr "Options de lumière distante" -#: ../src/extension/internal/filter/bumps.h:110 -#: ../src/extension/internal/filter/bumps.h:332 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1196 +#: ../src/extension/internal/filter/bumps.h:110 ../src/extension/internal/filter/bumps.h:332 ../src/ui/dialog/filter-effects-dialog.cpp:1196 msgid "Azimuth" msgstr "Azimut" -#: ../src/extension/internal/filter/bumps.h:111 -#: ../src/extension/internal/filter/bumps.h:333 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1197 +#: ../src/extension/internal/filter/bumps.h:111 ../src/extension/internal/filter/bumps.h:333 ../src/ui/dialog/filter-effects-dialog.cpp:1197 msgid "Elevation" msgstr "Élévation" @@ -6466,18 +5904,15 @@ msgstr "Élévation" msgid "Point light options" msgstr "Options de lumière ponctuelle" -#: ../src/extension/internal/filter/bumps.h:113 -#: ../src/extension/internal/filter/bumps.h:117 +#: ../src/extension/internal/filter/bumps.h:113 ../src/extension/internal/filter/bumps.h:117 msgid "X location" msgstr "Position sur l'axe X" -#: ../src/extension/internal/filter/bumps.h:114 -#: ../src/extension/internal/filter/bumps.h:118 +#: ../src/extension/internal/filter/bumps.h:114 ../src/extension/internal/filter/bumps.h:118 msgid "Y location" msgstr "Position sur l'axe Y" -#: ../src/extension/internal/filter/bumps.h:115 -#: ../src/extension/internal/filter/bumps.h:119 +#: ../src/extension/internal/filter/bumps.h:115 ../src/extension/internal/filter/bumps.h:119 msgid "Z location" msgstr "Position sur l'axe Z" @@ -6525,9 +5960,8 @@ msgstr "Bosselage cireux" msgid "Background:" msgstr "Fond :" -#: ../src/extension/internal/filter/bumps.h:322 -#: ../src/extension/internal/filter/transparency.h:57 -#: ../src/filter-enums.cpp:30 ../src/sp-image.cpp:509 +#: ../src/extension/internal/filter/bumps.h:322 ../src/extension/internal/filter/transparency.h:57 ../src/filter-enums.cpp:30 +#: ../src/sp-image.cpp:509 msgid "Image" msgstr "Image" @@ -6539,8 +5973,7 @@ msgstr "Image floue" msgid "Background opacity" msgstr "Opacité de fond" -#: ../src/extension/internal/filter/bumps.h:327 -#: ../src/extension/internal/filter/color.h:1115 +#: ../src/extension/internal/filter/bumps.h:327 ../src/extension/internal/filter/color.h:1115 msgid "Lighting" msgstr "Éclairage" @@ -6564,15 +5997,11 @@ msgstr "Renverser le bosselage" msgid "Transparency type:" msgstr "Type de transparence :" -#: ../src/extension/internal/filter/bumps.h:353 -#: ../src/extension/internal/filter/morphology.h:176 -#: ../src/filter-enums.cpp:91 +#: ../src/extension/internal/filter/bumps.h:353 ../src/extension/internal/filter/morphology.h:176 ../src/filter-enums.cpp:91 msgid "Atop" msgstr "Atop" -#: ../src/extension/internal/filter/bumps.h:354 -#: ../src/extension/internal/filter/distort.h:70 -#: ../src/extension/internal/filter/morphology.h:174 +#: ../src/extension/internal/filter/bumps.h:354 ../src/extension/internal/filter/distort.h:70 ../src/extension/internal/filter/morphology.h:174 #: ../src/filter-enums.cpp:89 msgid "In" msgstr "In" @@ -6585,17 +6014,12 @@ msgstr "Transforme l'image en gelée" msgid "Brilliance" msgstr "Brillance" -#: ../src/extension/internal/filter/color.h:76 -#: ../src/extension/internal/filter/color.h:1492 +#: ../src/extension/internal/filter/color.h:76 ../src/extension/internal/filter/color.h:1492 msgid "Over-saturation" msgstr "Sur-saturation" -#: ../src/extension/internal/filter/color.h:78 -#: ../src/extension/internal/filter/color.h:162 -#: ../src/extension/internal/filter/overlays.h:70 -#: ../src/extension/internal/filter/paint.h:85 -#: ../src/extension/internal/filter/paint.h:502 -#: ../src/extension/internal/filter/transparency.h:136 +#: ../src/extension/internal/filter/color.h:78 ../src/extension/internal/filter/color.h:162 ../src/extension/internal/filter/overlays.h:70 +#: ../src/extension/internal/filter/paint.h:85 ../src/extension/internal/filter/paint.h:502 ../src/extension/internal/filter/transparency.h:136 #: ../src/extension/internal/filter/transparency.h:210 msgid "Inverted" msgstr "Inversé" @@ -6608,22 +6032,15 @@ msgstr "Filtre de luminosité" msgid "Channel Painting" msgstr "Peinture par canal" -#: ../src/extension/internal/filter/color.h:157 -#: ../src/extension/internal/filter/color.h:332 -#: ../src/extension/internal/filter/paint.h:87 ../src/filter-enums.cpp:66 -#: ../src/ui/dialog/inkscape-preferences.cpp:984 -#: ../src/ui/tools/flood-tool.cpp:95 -#: ../src/ui/widget/color-icc-selector.cpp:183 -#: ../src/ui/widget/color-icc-selector.cpp:188 -#: ../src/ui/widget/color-scales.cpp:408 ../src/ui/widget/color-scales.cpp:409 -#: ../src/widgets/tweak-toolbar.cpp:302 -#: ../share/extensions/color_randomize.inx.h:4 +#: ../src/extension/internal/filter/color.h:157 ../src/extension/internal/filter/color.h:332 ../src/extension/internal/filter/paint.h:87 +#: ../src/filter-enums.cpp:66 ../src/ui/dialog/inkscape-preferences.cpp:984 ../src/ui/tools/flood-tool.cpp:95 +#: ../src/ui/widget/color-icc-selector.cpp:183 ../src/ui/widget/color-icc-selector.cpp:188 ../src/ui/widget/color-scales.cpp:408 +#: ../src/ui/widget/color-scales.cpp:409 ../src/widgets/tweak-toolbar.cpp:302 ../share/extensions/color_randomize.inx.h:4 msgid "Saturation" msgstr "Saturation" -#: ../src/extension/internal/filter/color.h:161 -#: ../src/extension/internal/filter/transparency.h:135 -#: ../src/filter-enums.cpp:131 ../src/ui/tools/flood-tool.cpp:97 +#: ../src/extension/internal/filter/color.h:161 ../src/extension/internal/filter/transparency.h:135 ../src/filter-enums.cpp:131 +#: ../src/ui/tools/flood-tool.cpp:97 msgid "Alpha" msgstr "Opacité" @@ -6699,13 +6116,11 @@ msgstr "Lumière normale" msgid "Duotone" msgstr "Duotone" -#: ../src/extension/internal/filter/color.h:399 -#: ../src/extension/internal/filter/color.h:1487 +#: ../src/extension/internal/filter/color.h:399 ../src/extension/internal/filter/color.h:1487 msgid "Blend 1:" msgstr "Fondu 1 :" -#: ../src/extension/internal/filter/color.h:406 -#: ../src/extension/internal/filter/color.h:1493 +#: ../src/extension/internal/filter/color.h:406 ../src/extension/internal/filter/color.h:1493 msgid "Blend 2:" msgstr "Fondu 2 :" @@ -6721,20 +6136,17 @@ msgstr "Transfert de composantes" msgid "Identity" msgstr "Identité" -#: ../src/extension/internal/filter/color.h:503 -#: ../src/extension/internal/filter/paint.h:498 ../src/filter-enums.cpp:111 +#: ../src/extension/internal/filter/color.h:503 ../src/extension/internal/filter/paint.h:498 ../src/filter-enums.cpp:111 #: ../src/ui/dialog/filter-effects-dialog.cpp:1051 msgid "Table" msgstr "Table" -#: ../src/extension/internal/filter/color.h:504 -#: ../src/extension/internal/filter/paint.h:499 ../src/filter-enums.cpp:112 +#: ../src/extension/internal/filter/color.h:504 ../src/extension/internal/filter/paint.h:499 ../src/filter-enums.cpp:112 #: ../src/ui/dialog/filter-effects-dialog.cpp:1054 msgid "Discrete" msgstr "Discret" -#: ../src/extension/internal/filter/color.h:505 ../src/filter-enums.cpp:113 -#: ../src/live_effects/lpe-interpolate_points.cpp:25 +#: ../src/extension/internal/filter/color.h:505 ../src/filter-enums.cpp:113 ../src/live_effects/lpe-interpolate_points.cpp:25 #: ../src/live_effects/lpe-powerstroke.cpp:133 msgid "Linear" msgstr "Linéaire" @@ -6791,23 +6203,17 @@ msgstr "Convertit les valeurs de luminance en une palette à deux tons" msgid "Extract Channel" msgstr "Extraire un canal" -#: ../src/extension/internal/filter/color.h:715 -#: ../src/ui/widget/color-icc-selector.cpp:190 -#: ../src/ui/widget/color-icc-selector.cpp:195 +#: ../src/extension/internal/filter/color.h:715 ../src/ui/widget/color-icc-selector.cpp:190 ../src/ui/widget/color-icc-selector.cpp:195 #: ../src/ui/widget/color-scales.cpp:433 ../src/ui/widget/color-scales.cpp:434 msgid "Cyan" msgstr "Cyan" -#: ../src/extension/internal/filter/color.h:716 -#: ../src/ui/widget/color-icc-selector.cpp:191 -#: ../src/ui/widget/color-icc-selector.cpp:196 +#: ../src/extension/internal/filter/color.h:716 ../src/ui/widget/color-icc-selector.cpp:191 ../src/ui/widget/color-icc-selector.cpp:196 #: ../src/ui/widget/color-scales.cpp:436 ../src/ui/widget/color-scales.cpp:437 msgid "Magenta" msgstr "Magenta" -#: ../src/extension/internal/filter/color.h:717 -#: ../src/ui/widget/color-icc-selector.cpp:192 -#: ../src/ui/widget/color-icc-selector.cpp:197 +#: ../src/extension/internal/filter/color.h:717 ../src/ui/widget/color-icc-selector.cpp:192 ../src/ui/widget/color-icc-selector.cpp:197 #: ../src/ui/widget/color-scales.cpp:439 ../src/ui/widget/color-scales.cpp:440 msgid "Yellow" msgstr "Jaune" @@ -6832,15 +6238,12 @@ msgstr "Décolore en noir ou blanc" msgid "Fade to:" msgstr "Décolorer en :" -#: ../src/extension/internal/filter/color.h:819 -#: ../src/ui/widget/color-icc-selector.cpp:193 -#: ../src/ui/widget/color-scales.cpp:442 ../src/ui/widget/color-scales.cpp:443 -#: ../src/ui/widget/selected-style.cpp:274 +#: ../src/extension/internal/filter/color.h:819 ../src/ui/widget/color-icc-selector.cpp:193 ../src/ui/widget/color-scales.cpp:442 +#: ../src/ui/widget/color-scales.cpp:443 ../src/ui/widget/selected-style.cpp:274 msgid "Black" msgstr "Noir" -#: ../src/extension/internal/filter/color.h:820 -#: ../src/ui/widget/selected-style.cpp:270 +#: ../src/extension/internal/filter/color.h:820 ../src/ui/widget/selected-style.cpp:270 msgid "White" msgstr "Blanc" @@ -6852,9 +6255,7 @@ msgstr "Décolorer en noir ou blanc" msgid "Greyscale" msgstr "Niveaux de gris" -#: ../src/extension/internal/filter/color.h:900 -#: ../src/extension/internal/filter/paint.h:83 -#: ../src/extension/internal/filter/paint.h:239 +#: ../src/extension/internal/filter/color.h:900 ../src/extension/internal/filter/paint.h:83 ../src/extension/internal/filter/paint.h:239 msgid "Transparent" msgstr "Transparent" @@ -6862,8 +6263,7 @@ msgstr "Transparent" msgid "Customize greyscale components" msgstr "Ajuste les composantes de niveau de gris" -#: ../src/extension/internal/filter/color.h:980 -#: ../src/ui/widget/selected-style.cpp:266 +#: ../src/extension/internal/filter/color.h:980 ../src/ui/widget/selected-style.cpp:266 msgid "Invert" msgstr "Inverser" @@ -6915,11 +6315,8 @@ msgstr "Lumières" msgid "Shadows" msgstr "Ombres" -#: ../src/extension/internal/filter/color.h:1119 -#: ../src/extension/internal/filter/paint.h:356 ../src/filter-enums.cpp:33 -#: ../src/live_effects/effect.cpp:108 -#: ../src/live_effects/lpe-transform_2pts.cpp:40 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1048 +#: ../src/extension/internal/filter/color.h:1119 ../src/extension/internal/filter/paint.h:356 ../src/filter-enums.cpp:33 +#: ../src/live_effects/effect.cpp:108 ../src/live_effects/lpe-transform_2pts.cpp:40 ../src/ui/dialog/filter-effects-dialog.cpp:1048 #: ../src/widgets/gradient-toolbar.cpp:1162 msgid "Offset" msgstr "Offset" @@ -6944,23 +6341,14 @@ msgstr "Déplacement des canaux RVB" msgid "Red offset" msgstr "Décalage rouge" -#: ../src/extension/internal/filter/color.h:1270 -#: ../src/extension/internal/filter/color.h:1273 -#: ../src/extension/internal/filter/color.h:1276 -#: ../src/extension/internal/filter/color.h:1382 -#: ../src/extension/internal/filter/color.h:1385 -#: ../src/extension/internal/filter/color.h:1388 -#: ../src/ui/dialog/input.cpp:1616 ../src/ui/dialog/layers.cpp:925 -#: ../src/ui/widget/page-sizer.cpp:247 +#: ../src/extension/internal/filter/color.h:1270 ../src/extension/internal/filter/color.h:1273 ../src/extension/internal/filter/color.h:1276 +#: ../src/extension/internal/filter/color.h:1382 ../src/extension/internal/filter/color.h:1385 ../src/extension/internal/filter/color.h:1388 +#: ../src/ui/dialog/input.cpp:1616 ../src/ui/dialog/layers.cpp:925 ../src/ui/widget/page-sizer.cpp:247 msgid "X" msgstr "X" -#: ../src/extension/internal/filter/color.h:1271 -#: ../src/extension/internal/filter/color.h:1274 -#: ../src/extension/internal/filter/color.h:1277 -#: ../src/extension/internal/filter/color.h:1383 -#: ../src/extension/internal/filter/color.h:1386 -#: ../src/extension/internal/filter/color.h:1389 +#: ../src/extension/internal/filter/color.h:1271 ../src/extension/internal/filter/color.h:1274 ../src/extension/internal/filter/color.h:1277 +#: ../src/extension/internal/filter/color.h:1383 ../src/extension/internal/filter/color.h:1386 ../src/extension/internal/filter/color.h:1389 #: ../src/ui/dialog/input.cpp:1616 ../src/ui/widget/page-sizer.cpp:248 msgid "Y" msgstr "Y" @@ -6974,12 +6362,8 @@ msgid "Blue offset" msgstr "Décalage bleu" #: ../src/extension/internal/filter/color.h:1290 -msgid "" -"Nudge RGB channels separately and blend them to different types of " -"backgrounds" -msgstr "" -"Décale les canaux RVB séparément en les fondant dans différents types " -"d'arrière-plans" +msgid "Nudge RGB channels separately and blend them to different types of backgrounds" +msgstr "Décale les canaux RVB séparément en les fondant dans différents types d'arrière-plans" #: ../src/extension/internal/filter/color.h:1377 msgid "Nudge CMY" @@ -6998,12 +6382,8 @@ msgid "Yellow offset" msgstr "Décalage jaune" #: ../src/extension/internal/filter/color.h:1402 -msgid "" -"Nudge CMY channels separately and blend them to different types of " -"backgrounds" -msgstr "" -"Décale les canaux CMY séparément en les fondant dans différents types " -"d'arrière-plans" +msgid "Nudge CMY channels separately and blend them to different types of backgrounds" +msgstr "Décale les canaux CMY séparément en les fondant dans différents types d'arrière-plans" #: ../src/extension/internal/filter/color.h:1483 msgid "Quadritone fantasy" @@ -7013,8 +6393,7 @@ msgstr "Quadritone fantaisie" msgid "Hue distribution (°)" msgstr "Distribution de la teinte (°)" -#: ../src/extension/internal/filter/color.h:1486 -#: ../share/extensions/svgcalendar.inx.h:19 +#: ../src/extension/internal/filter/color.h:1486 ../share/extensions/svgcalendar.inx.h:19 msgid "Colors" msgstr "Couleurs" @@ -7079,37 +6458,27 @@ msgid "Hue distribution (°):" msgstr "Distribution de la teinte (°) :" #: ../src/extension/internal/filter/color.h:1694 -msgid "" -"Create a custom tritone palette with additional glow, blend modes and hue " -"moving" -msgstr "" -"Crée une palette à trois tons paramétrable avec lueur, modes de fondu et " -"déplacement de teinte" +msgid "Create a custom tritone palette with additional glow, blend modes and hue moving" +msgstr "Crée une palette à trois tons paramétrable avec lueur, modes de fondu et déplacement de teinte" #: ../src/extension/internal/filter/distort.h:67 msgid "Felt Feather" msgstr "Estompage du pourtour" -#: ../src/extension/internal/filter/distort.h:71 -#: ../src/extension/internal/filter/morphology.h:175 -#: ../src/filter-enums.cpp:90 +#: ../src/extension/internal/filter/distort.h:71 ../src/extension/internal/filter/morphology.h:175 ../src/filter-enums.cpp:90 msgid "Out" msgstr "Out" -#: ../src/extension/internal/filter/distort.h:77 -#: ../src/extension/internal/filter/textures.h:75 -#: ../src/ui/widget/selected-style.cpp:132 +#: ../src/extension/internal/filter/distort.h:77 ../src/extension/internal/filter/textures.h:75 ../src/ui/widget/selected-style.cpp:132 #: ../src/ui/widget/style-swatch.cpp:128 msgid "Stroke:" msgstr "Contour :" -#: ../src/extension/internal/filter/distort.h:79 -#: ../src/extension/internal/filter/textures.h:76 +#: ../src/extension/internal/filter/distort.h:79 ../src/extension/internal/filter/textures.h:76 msgid "Wide" msgstr "Large" -#: ../src/extension/internal/filter/distort.h:80 -#: ../src/extension/internal/filter/textures.h:78 +#: ../src/extension/internal/filter/distort.h:80 ../src/extension/internal/filter/textures.h:78 msgid "Narrow" msgstr "Étroit" @@ -7121,51 +6490,37 @@ msgstr "Aucun remplissage" msgid "Turbulence:" msgstr "Turbulence :" -#: ../src/extension/internal/filter/distort.h:84 -#: ../src/extension/internal/filter/distort.h:193 -#: ../src/extension/internal/filter/overlays.h:61 +#: ../src/extension/internal/filter/distort.h:84 ../src/extension/internal/filter/distort.h:193 ../src/extension/internal/filter/overlays.h:61 #: ../src/extension/internal/filter/paint.h:692 msgid "Fractal noise" msgstr "Bruit fractal" -#: ../src/extension/internal/filter/distort.h:85 -#: ../src/extension/internal/filter/distort.h:194 -#: ../src/extension/internal/filter/overlays.h:62 -#: ../src/extension/internal/filter/paint.h:693 ../src/filter-enums.cpp:36 -#: ../src/filter-enums.cpp:145 +#: ../src/extension/internal/filter/distort.h:85 ../src/extension/internal/filter/distort.h:194 ../src/extension/internal/filter/overlays.h:62 +#: ../src/extension/internal/filter/paint.h:693 ../src/filter-enums.cpp:36 ../src/filter-enums.cpp:145 msgid "Turbulence" msgstr "Turbulence" -#: ../src/extension/internal/filter/distort.h:87 -#: ../src/extension/internal/filter/distort.h:196 -#: ../src/extension/internal/filter/paint.h:93 +#: ../src/extension/internal/filter/distort.h:87 ../src/extension/internal/filter/distort.h:196 ../src/extension/internal/filter/paint.h:93 #: ../src/extension/internal/filter/paint.h:695 msgid "Horizontal frequency" msgstr "Fréquence horizontale" -#: ../src/extension/internal/filter/distort.h:88 -#: ../src/extension/internal/filter/distort.h:197 -#: ../src/extension/internal/filter/paint.h:94 +#: ../src/extension/internal/filter/distort.h:88 ../src/extension/internal/filter/distort.h:197 ../src/extension/internal/filter/paint.h:94 #: ../src/extension/internal/filter/paint.h:696 msgid "Vertical frequency" msgstr "Fréquence verticale" -#: ../src/extension/internal/filter/distort.h:89 -#: ../src/extension/internal/filter/distort.h:198 -#: ../src/extension/internal/filter/paint.h:95 +#: ../src/extension/internal/filter/distort.h:89 ../src/extension/internal/filter/distort.h:198 ../src/extension/internal/filter/paint.h:95 #: ../src/extension/internal/filter/paint.h:697 msgid "Complexity" msgstr "Complexité" -#: ../src/extension/internal/filter/distort.h:90 -#: ../src/extension/internal/filter/distort.h:199 -#: ../src/extension/internal/filter/paint.h:96 +#: ../src/extension/internal/filter/distort.h:90 ../src/extension/internal/filter/distort.h:199 ../src/extension/internal/filter/paint.h:96 #: ../src/extension/internal/filter/paint.h:698 msgid "Variation" msgstr "Variante" -#: ../src/extension/internal/filter/distort.h:91 -#: ../src/extension/internal/filter/distort.h:200 +#: ../src/extension/internal/filter/distort.h:91 ../src/extension/internal/filter/distort.h:200 msgid "Intensity" msgstr "Intensité" @@ -7173,14 +6528,11 @@ msgstr "Intensité" msgid "Blur and displace edges of shapes and pictures" msgstr "Déplace et rend flous les bords des formes et images" -#: ../src/extension/internal/filter/distort.h:190 -#: ../src/live_effects/effect.cpp:138 +#: ../src/extension/internal/filter/distort.h:190 ../src/live_effects/effect.cpp:138 msgid "Roughen" msgstr "Agitation" -#: ../src/extension/internal/filter/distort.h:192 -#: ../src/extension/internal/filter/overlays.h:60 -#: ../src/extension/internal/filter/paint.h:691 +#: ../src/extension/internal/filter/distort.h:192 ../src/extension/internal/filter/overlays.h:60 ../src/extension/internal/filter/paint.h:691 #: ../src/extension/internal/filter/textures.h:64 msgid "Turbulence type:" msgstr "Type de turbulence :" @@ -7199,9 +6551,7 @@ msgstr "Personnel" #: ../src/extension/internal/filter/filter-file.cpp:47 msgid "Null external module directory name. Filters will not be loaded." -msgstr "" -"Le nom de dossier des modules externes est vide. Les filtres ne seront pas " -"chargés." +msgstr "Le nom de dossier des modules externes est vide. Les filtres ne seront pas chargés." #: ../src/extension/internal/filter/image.h:49 msgid "Edge Detect" @@ -7211,9 +6561,7 @@ msgstr "Détection des bords" msgid "Detect:" msgstr "Détecter :" -#: ../src/extension/internal/filter/image.h:52 -#: ../src/ui/dialog/template-load-tab.cpp:105 -#: ../src/ui/dialog/template-load-tab.cpp:142 +#: ../src/extension/internal/filter/image.h:52 ../src/ui/dialog/template-load-tab.cpp:105 ../src/ui/dialog/template-load-tab.cpp:142 msgid "All" msgstr "Tout" @@ -7237,13 +6585,11 @@ msgstr "Détecte les bords de couleur dans les objets" msgid "Cross-smooth" msgstr "Adoucissement" -#: ../src/extension/internal/filter/morphology.h:61 -#: ../src/extension/internal/filter/shadows.h:66 +#: ../src/extension/internal/filter/morphology.h:61 ../src/extension/internal/filter/shadows.h:66 msgid "Inner" msgstr "Intérieur" -#: ../src/extension/internal/filter/morphology.h:62 -#: ../src/extension/internal/filter/shadows.h:65 +#: ../src/extension/internal/filter/morphology.h:62 ../src/extension/internal/filter/shadows.h:65 msgid "Outer" msgstr "Extérieur" @@ -7251,16 +6597,13 @@ msgstr "Extérieur" msgid "Open" msgstr "Overt" -#: ../src/extension/internal/filter/morphology.h:65 -#: ../src/libgdl/gdl-dock-placeholder.c:167 ../src/libgdl/gdl-dock.c:191 -#: ../src/ui/widget/page-sizer.cpp:249 ../src/widgets/rect-toolbar.cpp:317 -#: ../src/widgets/spray-toolbar.cpp:116 ../src/widgets/tweak-toolbar.cpp:128 -#: ../share/extensions/interp_att_g.inx.h:12 +#: ../src/extension/internal/filter/morphology.h:65 ../src/libgdl/gdl-dock-placeholder.c:167 ../src/libgdl/gdl-dock.c:191 +#: ../src/ui/widget/page-sizer.cpp:249 ../src/widgets/rect-toolbar.cpp:317 ../src/widgets/spray-toolbar.cpp:116 +#: ../src/widgets/tweak-toolbar.cpp:128 ../share/extensions/interp_att_g.inx.h:12 msgid "Width" msgstr "Largeur" -#: ../src/extension/internal/filter/morphology.h:69 -#: ../src/extension/internal/filter/morphology.h:190 +#: ../src/extension/internal/filter/morphology.h:69 ../src/extension/internal/filter/morphology.h:190 msgid "Antialiasing" msgstr "Antialiasing" @@ -7288,20 +6631,16 @@ msgstr "Cacher l'image" msgid "Composite type:" msgstr "Type de composite :" -#: ../src/extension/internal/filter/morphology.h:173 -#: ../src/filter-enums.cpp:88 +#: ../src/extension/internal/filter/morphology.h:173 ../src/filter-enums.cpp:88 msgid "Over" msgstr "Over" -#: ../src/extension/internal/filter/morphology.h:177 -#: ../src/filter-enums.cpp:92 +#: ../src/extension/internal/filter/morphology.h:177 ../src/filter-enums.cpp:92 msgid "XOR" msgstr "XOR" -#: ../src/extension/internal/filter/morphology.h:179 -#: ../src/ui/dialog/layer-properties.cpp:185 -#: ../src/ui/dialog/lpe-powerstroke-properties.cpp:59 -#: ../share/extensions/measure.inx.h:5 +#: ../src/extension/internal/filter/morphology.h:179 ../src/ui/dialog/layer-properties.cpp:185 +#: ../src/ui/dialog/lpe-powerstroke-properties.cpp:59 ../share/extensions/measure.inx.h:5 msgid "Position:" msgstr "Position :" @@ -7341,8 +6680,7 @@ msgstr "Dilatation 2" msgid "Erosion 2" msgstr "Érosion 2" -#: ../src/extension/internal/filter/morphology.h:191 -#: ../src/live_effects/lpe-roughen.cpp:40 +#: ../src/extension/internal/filter/morphology.h:191 ../src/live_effects/lpe-roughen.cpp:40 msgid "Smooth" msgstr "Adoucir" @@ -7362,33 +6700,17 @@ msgstr "Ajoute un contour qui peut être coloré" msgid "Noise Fill" msgstr "Remplissage turbulent" -#: ../src/extension/internal/filter/overlays.h:59 -#: ../src/extension/internal/filter/paint.h:690 -#: ../src/extension/internal/filter/shadows.h:60 ../src/ui/dialog/find.cpp:88 -#: ../src/ui/dialog/tracedialog.cpp:747 -#: ../share/extensions/color_HSL_adjust.inx.h:2 -#: ../share/extensions/color_custom.inx.h:2 -#: ../share/extensions/color_randomize.inx.h:2 -#: ../share/extensions/dots.inx.h:2 ../share/extensions/dxf_input.inx.h:2 -#: ../share/extensions/dxf_outlines.inx.h:2 -#: ../share/extensions/gcodetools_area.inx.h:29 -#: ../share/extensions/gcodetools_engraving.inx.h:7 -#: ../share/extensions/gcodetools_graffiti.inx.h:21 -#: ../share/extensions/gcodetools_lathe.inx.h:22 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:11 -#: ../share/extensions/generate_voronoi.inx.h:2 -#: ../share/extensions/gimp_xcf.inx.h:2 -#: ../share/extensions/interp_att_g.inx.h:2 -#: ../share/extensions/jessyInk_uninstall.inx.h:2 -#: ../share/extensions/lorem_ipsum.inx.h:2 -#: ../share/extensions/pathalongpath.inx.h:2 -#: ../share/extensions/pathscatter.inx.h:2 -#: ../share/extensions/radiusrand.inx.h:2 ../share/extensions/scour.inx.h:2 -#: ../share/extensions/split.inx.h:2 ../share/extensions/voronoi2svg.inx.h:2 -#: ../share/extensions/web-set-att.inx.h:2 -#: ../share/extensions/web-transmit-att.inx.h:2 -#: ../share/extensions/webslicer_create_group.inx.h:2 -#: ../share/extensions/webslicer_export.inx.h:2 +#: ../src/extension/internal/filter/overlays.h:59 ../src/extension/internal/filter/paint.h:690 ../src/extension/internal/filter/shadows.h:60 +#: ../src/ui/dialog/find.cpp:88 ../src/ui/dialog/tracedialog.cpp:747 ../share/extensions/color_HSL_adjust.inx.h:2 +#: ../share/extensions/color_custom.inx.h:2 ../share/extensions/color_randomize.inx.h:2 ../share/extensions/dots.inx.h:2 +#: ../share/extensions/dxf_input.inx.h:2 ../share/extensions/dxf_outlines.inx.h:2 ../share/extensions/gcodetools_area.inx.h:29 +#: ../share/extensions/gcodetools_engraving.inx.h:7 ../share/extensions/gcodetools_graffiti.inx.h:21 +#: ../share/extensions/gcodetools_lathe.inx.h:22 ../share/extensions/gcodetools_path_to_gcode.inx.h:11 +#: ../share/extensions/generate_voronoi.inx.h:2 ../share/extensions/gimp_xcf.inx.h:2 ../share/extensions/interp_att_g.inx.h:2 +#: ../share/extensions/jessyInk_uninstall.inx.h:2 ../share/extensions/lorem_ipsum.inx.h:2 ../share/extensions/pathalongpath.inx.h:2 +#: ../share/extensions/pathscatter.inx.h:2 ../share/extensions/radiusrand.inx.h:2 ../share/extensions/scour.inx.h:2 +#: ../share/extensions/split.inx.h:2 ../share/extensions/voronoi2svg.inx.h:2 ../share/extensions/web-set-att.inx.h:2 +#: ../share/extensions/web-transmit-att.inx.h:2 ../share/extensions/webslicer_create_group.inx.h:2 ../share/extensions/webslicer_export.inx.h:2 msgid "Options" msgstr "Options" @@ -7400,13 +6722,11 @@ msgstr "Fréquence horizontale :" msgid "Vertical frequency:" msgstr "Fréquence verticale :" -#: ../src/extension/internal/filter/overlays.h:66 -#: ../src/extension/internal/filter/textures.h:69 +#: ../src/extension/internal/filter/overlays.h:66 ../src/extension/internal/filter/textures.h:69 msgid "Complexity:" msgstr "Complexité :" -#: ../src/extension/internal/filter/overlays.h:67 -#: ../src/extension/internal/filter/textures.h:70 +#: ../src/extension/internal/filter/overlays.h:67 ../src/extension/internal/filter/textures.h:70 msgid "Variation:" msgstr "Variante :" @@ -7430,8 +6750,7 @@ msgstr "Texture en transparence turbulente de base" msgid "Chromolitho" msgstr "Chromolitho" -#: ../src/extension/internal/filter/paint.h:75 -#: ../share/extensions/jessyInk_keyBindings.inx.h:16 +#: ../src/extension/internal/filter/paint.h:75 ../share/extensions/jessyInk_keyBindings.inx.h:16 msgid "Drawing mode" msgstr "Mode dessin" @@ -7443,8 +6762,7 @@ msgstr "Fondu du dessin :" msgid "Dented" msgstr "Irrégulier" -#: ../src/extension/internal/filter/paint.h:88 -#: ../src/extension/internal/filter/paint.h:699 +#: ../src/extension/internal/filter/paint.h:88 ../src/extension/internal/filter/paint.h:699 msgid "Noise reduction" msgstr "Réduction de bruit" @@ -7456,8 +6774,7 @@ msgstr "Grain" msgid "Grain mode" msgstr "Mode grain" -#: ../src/extension/internal/filter/paint.h:97 -#: ../src/extension/internal/filter/transparency.h:207 +#: ../src/extension/internal/filter/paint.h:97 ../src/extension/internal/filter/transparency.h:207 #: ../src/extension/internal/filter/transparency.h:281 msgid "Expansion" msgstr "Extension" @@ -7474,39 +6791,29 @@ msgstr "Effet chromo avec dessin des bords et grain paramétrables" msgid "Cross Engraving" msgstr "Gravure croisée" -#: ../src/extension/internal/filter/paint.h:234 -#: ../src/extension/internal/filter/paint.h:337 +#: ../src/extension/internal/filter/paint.h:234 ../src/extension/internal/filter/paint.h:337 msgid "Clean-up" msgstr "Nettoyage" -#: ../src/extension/internal/filter/paint.h:238 -#: ../share/extensions/measure.inx.h:17 +#: ../src/extension/internal/filter/paint.h:238 ../share/extensions/measure.inx.h:17 msgid "Length" msgstr "Longueur" #: ../src/extension/internal/filter/paint.h:247 msgid "Convert image to an engraving made of vertical and horizontal lines" -msgstr "" -"Convertit l'image en une gravure composée de lignes verticales et " -"horizontales" +msgstr "Convertit l'image en une gravure composée de lignes verticales et horizontales" -#: ../src/extension/internal/filter/paint.h:331 -#: ../src/ui/dialog/align-and-distribute.cpp:999 -#: ../src/widgets/desktop-widget.cpp:1998 +#: ../src/extension/internal/filter/paint.h:331 ../src/ui/dialog/align-and-distribute.cpp:999 ../src/widgets/desktop-widget.cpp:1998 msgid "Drawing" msgstr "Dessin" #. 0.91 -#: ../src/extension/internal/filter/paint.h:335 -#: ../src/extension/internal/filter/paint.h:496 -#: ../src/extension/internal/filter/paint.h:590 -#: ../src/extension/internal/filter/paint.h:976 -#: ../src/live_effects/effect.cpp:149 ../src/splivarot.cpp:2204 +#: ../src/extension/internal/filter/paint.h:335 ../src/extension/internal/filter/paint.h:496 ../src/extension/internal/filter/paint.h:590 +#: ../src/extension/internal/filter/paint.h:976 ../src/live_effects/effect.cpp:149 ../src/splivarot.cpp:2204 msgid "Simplify" msgstr "Simplifier" -#: ../src/extension/internal/filter/paint.h:338 -#: ../src/extension/internal/filter/paint.h:709 +#: ../src/extension/internal/filter/paint.h:338 ../src/extension/internal/filter/paint.h:709 msgid "Erase" msgstr "Effacement" @@ -7514,13 +6821,11 @@ msgstr "Effacement" msgid "Melt" msgstr "Fondu" -#: ../src/extension/internal/filter/paint.h:350 -#: ../src/extension/internal/filter/paint.h:712 +#: ../src/extension/internal/filter/paint.h:350 ../src/extension/internal/filter/paint.h:712 msgid "Fill color" msgstr "Couleur du remplissage" -#: ../src/extension/internal/filter/paint.h:351 -#: ../src/extension/internal/filter/paint.h:714 +#: ../src/extension/internal/filter/paint.h:351 ../src/extension/internal/filter/paint.h:714 msgid "Image on fill" msgstr "Image sur le remplissage" @@ -7540,14 +6845,11 @@ msgstr "Convertit les images en dessins duochromes" msgid "Electrize" msgstr "Électrisation" -#: ../src/extension/internal/filter/paint.h:497 -#: ../src/extension/internal/filter/paint.h:852 +#: ../src/extension/internal/filter/paint.h:497 ../src/extension/internal/filter/paint.h:852 msgid "Effect type:" msgstr "Type d'effet :" -#: ../src/extension/internal/filter/paint.h:501 -#: ../src/extension/internal/filter/paint.h:860 -#: ../src/extension/internal/filter/paint.h:975 +#: ../src/extension/internal/filter/paint.h:501 ../src/extension/internal/filter/paint.h:860 ../src/extension/internal/filter/paint.h:975 msgid "Levels" msgstr "Niveaux" @@ -7571,14 +6873,11 @@ msgstr "Adouci" msgid "Contrasted" msgstr "Contrasté" -#: ../src/extension/internal/filter/paint.h:591 -#: ../src/live_effects/lpe-jointype.cpp:51 +#: ../src/extension/internal/filter/paint.h:591 ../src/live_effects/lpe-jointype.cpp:51 msgid "Line width" msgstr "Largeur de ligne" -#: ../src/extension/internal/filter/paint.h:593 -#: ../src/extension/internal/filter/paint.h:861 -#: ../src/ui/widget/filter-effect-chooser.cpp:25 +#: ../src/extension/internal/filter/paint.h:593 ../src/extension/internal/filter/paint.h:861 ../src/ui/widget/filter-effect-chooser.cpp:25 msgid "Blend mode:" msgstr "Mode de fondu :" @@ -7742,9 +7041,7 @@ msgstr "Superposé" msgid "External" msgstr "Externe" -#: ../src/extension/internal/filter/textures.h:81 -#: ../share/extensions/markers_strokepaint.inx.h:8 -#: ../share/extensions/restack.inx.h:4 +#: ../src/extension/internal/filter/textures.h:81 ../share/extensions/markers_strokepaint.inx.h:8 ../share/extensions/restack.inx.h:4 msgid "Custom" msgstr "Personnalisée" @@ -7768,8 +7065,7 @@ msgstr "k3 :" msgid "Inkblot on tissue or rough paper" msgstr "Tache d'encre sur du tissu ou du papier à grain" -#: ../src/extension/internal/filter/transparency.h:53 -#: ../src/filter-enums.cpp:21 +#: ../src/extension/internal/filter/transparency.h:53 ../src/filter-enums.cpp:21 msgid "Blend" msgstr "Fondre" @@ -7777,17 +7073,13 @@ msgstr "Fondre" msgid "Source:" msgstr "Source :" -#: ../src/extension/internal/filter/transparency.h:56 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1603 +#: ../src/extension/internal/filter/transparency.h:56 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1603 msgid "Background" msgstr "Fond" -#: ../src/extension/internal/filter/transparency.h:59 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2853 -#: ../src/ui/dialog/input.cpp:1088 ../src/widgets/eraser-toolbar.cpp:106 -#: ../src/widgets/pencil-toolbar.cpp:144 ../src/widgets/spray-toolbar.cpp:186 -#: ../src/widgets/tweak-toolbar.cpp:254 ../share/extensions/extrude.inx.h:2 -#: ../share/extensions/triangle.inx.h:8 +#: ../src/extension/internal/filter/transparency.h:59 ../src/ui/dialog/filter-effects-dialog.cpp:2853 ../src/ui/dialog/input.cpp:1088 +#: ../src/widgets/eraser-toolbar.cpp:106 ../src/widgets/pencil-toolbar.cpp:144 ../src/widgets/spray-toolbar.cpp:186 +#: ../src/widgets/tweak-toolbar.cpp:254 ../share/extensions/extrude.inx.h:2 ../share/extensions/triangle.inx.h:8 msgid "Mode:" msgstr "Mode :" @@ -7807,15 +7099,13 @@ msgstr "Remplace les canaux RVB par de la transparence" msgid "Light Eraser" msgstr "Gomme lumière" -#: ../src/extension/internal/filter/transparency.h:209 -#: ../src/extension/internal/filter/transparency.h:283 +#: ../src/extension/internal/filter/transparency.h:209 ../src/extension/internal/filter/transparency.h:283 msgid "Global opacity" msgstr "Opacité globale" #: ../src/extension/internal/filter/transparency.h:218 msgid "Make the lightest parts of the object progressively transparent" -msgstr "" -"Rend les parties les plus claires de l'objet progressivement transparentes" +msgstr "Rend les parties les plus claires de l'objet progressivement transparentes" #: ../src/extension/internal/filter/transparency.h:291 msgid "Set opacity and strength of opacity boundaries" @@ -7845,22 +7135,17 @@ msgstr "Type d'importation d'image :" #: ../src/extension/internal/gdkpixbuf-input.cpp:190 #, c-format -msgid "" -"Embed results in stand-alone, larger SVG files. Link references a file " -"outside this SVG document and all files must be moved together." +msgid "Embed results in stand-alone, larger SVG files. Link references a file outside this SVG document and all files must be moved together." msgstr "" -"Incorporer génère un fichier SVG unique, mais plus volumineux. Lier crée une " -"référence vers un fichier externe au document SVG qui doit être déplacé avec " -"le fichier SVG." +"Incorporer génère un fichier SVG unique, mais plus volumineux. Lier crée une référence vers un fichier externe au document SVG qui doit être " +"déplacé avec le fichier SVG." -#: ../src/extension/internal/gdkpixbuf-input.cpp:191 -#: ../src/ui/dialog/inkscape-preferences.cpp:1498 +#: ../src/extension/internal/gdkpixbuf-input.cpp:191 ../src/ui/dialog/inkscape-preferences.cpp:1498 #, c-format msgid "Embed" msgstr "Incorporer" -#: ../src/extension/internal/gdkpixbuf-input.cpp:192 ../src/sp-anchor.cpp:105 -#: ../src/ui/dialog/inkscape-preferences.cpp:1498 +#: ../src/extension/internal/gdkpixbuf-input.cpp:192 ../src/sp-anchor.cpp:105 ../src/ui/dialog/inkscape-preferences.cpp:1498 #, c-format msgid "Link" msgstr "Lier" @@ -7872,12 +7157,8 @@ msgstr "Résolution de l'image (ppp) :" #: ../src/extension/internal/gdkpixbuf-input.cpp:195 #, c-format -msgid "" -"Take information from file or use default bitmap import resolution as " -"defined in the preferences." -msgstr "" -"Récupère les informations dans le fichier ou utilise la résolution " -"d'importation telle que définie dans les préférences." +msgid "Take information from file or use default bitmap import resolution as defined in the preferences." +msgstr "Récupère les informations dans le fichier ou utilise la résolution d'importation telle que définie dans les préférences." #: ../src/extension/internal/gdkpixbuf-input.cpp:196 #, c-format @@ -7896,27 +7177,20 @@ msgstr "Mode de rendu de l'image :" #: ../src/extension/internal/gdkpixbuf-input.cpp:200 #, c-format -msgid "" -"When an image is upscaled, apply smoothing or keep blocky (pixelated). (Will " -"not work in all browsers.)" -msgstr "" -"When an image is upscaled, apply smoothing or keep blocky (pixelated). (Will " -"not work in all browsers.)" +msgid "When an image is upscaled, apply smoothing or keep blocky (pixelated). (Will not work in all browsers.)" +msgstr "When an image is upscaled, apply smoothing or keep blocky (pixelated). (Will not work in all browsers.)" -#: ../src/extension/internal/gdkpixbuf-input.cpp:201 -#: ../src/ui/dialog/inkscape-preferences.cpp:1505 +#: ../src/extension/internal/gdkpixbuf-input.cpp:201 ../src/ui/dialog/inkscape-preferences.cpp:1505 #, c-format msgid "None (auto)" msgstr "Aucun (défaut)" -#: ../src/extension/internal/gdkpixbuf-input.cpp:202 -#: ../src/ui/dialog/inkscape-preferences.cpp:1505 +#: ../src/extension/internal/gdkpixbuf-input.cpp:202 ../src/ui/dialog/inkscape-preferences.cpp:1505 #, c-format msgid "Smooth (optimizeQuality)" msgstr "Lisse (optimisé pour la qualité)" -#: ../src/extension/internal/gdkpixbuf-input.cpp:203 -#: ../src/ui/dialog/inkscape-preferences.cpp:1505 +#: ../src/extension/internal/gdkpixbuf-input.cpp:203 ../src/ui/dialog/inkscape-preferences.cpp:1505 #, c-format msgid "Blocky (optimizeSpeed)" msgstr "Bloc (optimisé pour la vitesse)" @@ -7924,9 +7198,7 @@ msgstr "Bloc (optimisé pour la vitesse)" #: ../src/extension/internal/gdkpixbuf-input.cpp:206 #, c-format msgid "Hide the dialog next time and always apply the same actions." -msgstr "" -"Masquer cette boîte de dialogue la prochaine fois et toujours appliquer la " -"même action." +msgstr "Masquer cette boîte de dialogue la prochaine fois et toujours appliquer la même action." #: ../src/extension/internal/gdkpixbuf-input.cpp:206 #, c-format @@ -7969,40 +7241,20 @@ msgstr "Décalage horizontal :" msgid "Vertical Offset:" msgstr "Décalage vertical :" -#: ../src/extension/internal/grid.cpp:215 -#: ../src/ui/dialog/inkscape-preferences.cpp:1519 -#: ../share/extensions/draw_from_triangle.inx.h:58 -#: ../share/extensions/eqtexsvg.inx.h:4 -#: ../share/extensions/foldablebox.inx.h:9 -#: ../share/extensions/funcplot.inx.h:38 -#: ../share/extensions/grid_cartesian.inx.h:23 -#: ../share/extensions/grid_isometric.inx.h:11 -#: ../share/extensions/grid_polar.inx.h:22 -#: ../share/extensions/guides_creator.inx.h:25 -#: ../share/extensions/hershey.inx.h:52 -#: ../share/extensions/layout_nup.inx.h:35 -#: ../share/extensions/lindenmayer.inx.h:34 -#: ../share/extensions/param_curves.inx.h:30 -#: ../share/extensions/perfectboundcover.inx.h:19 -#: ../share/extensions/polyhedron_3d.inx.h:56 -#: ../share/extensions/printing_marks.inx.h:20 -#: ../share/extensions/render_alphabetsoup.inx.h:5 -#: ../share/extensions/render_barcode.inx.h:5 -#: ../share/extensions/render_barcode_datamatrix.inx.h:5 -#: ../share/extensions/render_barcode_qrcode.inx.h:18 -#: ../share/extensions/render_gear_rack.inx.h:5 -#: ../share/extensions/render_gears.inx.h:11 ../share/extensions/rtree.inx.h:6 -#: ../share/extensions/seamless_pattern.inx.h:5 -#: ../share/extensions/spirograph.inx.h:10 -#: ../share/extensions/svgcalendar.inx.h:38 -#: ../share/extensions/triangle.inx.h:14 -#: ../share/extensions/wireframe_sphere.inx.h:8 +#: ../src/extension/internal/grid.cpp:215 ../src/ui/dialog/inkscape-preferences.cpp:1519 ../share/extensions/draw_from_triangle.inx.h:58 +#: ../share/extensions/eqtexsvg.inx.h:4 ../share/extensions/foldablebox.inx.h:9 ../share/extensions/funcplot.inx.h:38 +#: ../share/extensions/grid_cartesian.inx.h:23 ../share/extensions/grid_isometric.inx.h:11 ../share/extensions/grid_polar.inx.h:22 +#: ../share/extensions/guides_creator.inx.h:25 ../share/extensions/hershey.inx.h:52 ../share/extensions/layout_nup.inx.h:35 +#: ../share/extensions/lindenmayer.inx.h:34 ../share/extensions/param_curves.inx.h:30 ../share/extensions/perfectboundcover.inx.h:19 +#: ../share/extensions/polyhedron_3d.inx.h:56 ../share/extensions/printing_marks.inx.h:20 ../share/extensions/render_alphabetsoup.inx.h:5 +#: ../share/extensions/render_barcode.inx.h:5 ../share/extensions/render_barcode_datamatrix.inx.h:5 +#: ../share/extensions/render_barcode_qrcode.inx.h:18 ../share/extensions/render_gear_rack.inx.h:5 ../share/extensions/render_gears.inx.h:11 +#: ../share/extensions/rtree.inx.h:6 ../share/extensions/seamless_pattern.inx.h:5 ../share/extensions/spirograph.inx.h:10 +#: ../share/extensions/svgcalendar.inx.h:38 ../share/extensions/triangle.inx.h:14 ../share/extensions/wireframe_sphere.inx.h:8 msgid "Render" msgstr "Rendu" -#: ../src/extension/internal/grid.cpp:216 -#: ../src/ui/dialog/document-properties.cpp:162 -#: ../src/ui/dialog/inkscape-preferences.cpp:819 +#: ../src/extension/internal/grid.cpp:216 ../src/ui/dialog/document-properties.cpp:162 ../src/ui/dialog/inkscape-preferences.cpp:819 #: ../src/widgets/toolbox.cpp:1828 msgid "Grids" msgstr "Grilles" @@ -8087,12 +7339,8 @@ msgid "Precision of approximating gradient meshes:" msgstr "Précision de l'approximation sur les mailles de dégradés :" #: ../src/extension/internal/pdfinput/pdf-input.cpp:130 -msgid "" -"<b>Note</b>: setting the precision too high may result in a large SVG file " -"and slow performance." -msgstr "" -"<b>Note</b> : avec une précision trop haute, vous risquez d'obtenir des " -"fichiers SVG très gros et de ralentir le programme." +msgid "<b>Note</b>: setting the precision too high may result in a large SVG file and slow performance." +msgstr "<b>Note</b> : avec une précision trop haute, vous risquez d'obtenir des fichiers SVG très gros et de ralentir le programme." #: ../src/extension/internal/pdfinput/pdf-input.cpp:134 msgid "Poppler/Cairo import" @@ -8100,8 +7348,7 @@ msgstr "Import Poppler/Cairo" #: ../src/extension/internal/pdfinput/pdf-input.cpp:135 msgid "" -"Import via external library. Text consists of groups containing cloned " -"glyphs where each glyph is a path. Images are stored internally. Meshes " +"Import via external library. Text consists of groups containing cloned glyphs where each glyph is a path. Images are stored internally. Meshes " "cause entire document to be rendered as a raster image." msgstr "" @@ -8111,9 +7358,8 @@ msgstr "Importation interne" #: ../src/extension/internal/pdfinput/pdf-input.cpp:137 msgid "" -"Import via internal (Poppler derived) library. Text is stored as text but " -"white space is missing. Meshes are converted to tiles, the number depends on " -"the precision set below." +"Import via internal (Poppler derived) library. Text is stored as text but white space is missing. Meshes are converted to tiles, the number " +"depends on the precision set below." msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:148 @@ -8129,9 +7375,7 @@ msgstr "grossier" #. Font option #: ../src/extension/internal/pdfinput/pdf-input.cpp:159 msgid "Replace PDF fonts by closest-named installed fonts" -msgstr "" -"Remplace les polices du PDF par les polices installées dont le nom est le " -"plus proche" +msgstr "Remplace les polices du PDF par les polices installées dont le nom est le plus proche" #: ../src/extension/internal/pdfinput/pdf-input.cpp:161 msgid "Embed images" @@ -8187,9 +7431,7 @@ msgstr "Adobe Illustrator 9.0 et supérieur (*.ai)" #: ../src/extension/internal/pdfinput/pdf-input.cpp:956 msgid "Open files saved in Adobe Illustrator 9.0 and newer versions" -msgstr "" -"Ouvrir des fichiers créés avec Adobe Illustrator version 9.0 et les versions " -"plus récentes" +msgstr "Ouvrir des fichiers créés avec Adobe Illustrator version 9.0 et les versions plus récentes" #: ../src/extension/internal/pov-out.cpp:714 msgid "PovRay Output" @@ -8277,8 +7519,7 @@ msgstr "Diagramme Microsoft Visio (*.vsd)" #: ../src/extension/internal/vsd-input.cpp:307 msgid "File format used by Microsoft Visio 6 and later" -msgstr "" -"Format de fichier utilisé par Microsoft Visio 6 et les versions suivantes" +msgstr "Format de fichier utilisé par Microsoft Visio 6 et les versions suivantes" #: ../src/extension/internal/vsd-input.cpp:314 msgid "VDX Input" @@ -8290,8 +7531,7 @@ msgstr "Diagramme Microsoft Visio XML (*.vdx)" #: ../src/extension/internal/vsd-input.cpp:320 msgid "File format used by Microsoft Visio 2010 and later" -msgstr "" -"Format de fichier utilisé par Microsoft Visio 2010 et les versions suivantes" +msgstr "Format de fichier utilisé par Microsoft Visio 2010 et les versions suivantes" #: ../src/extension/internal/vsd-input.cpp:327 msgid "VSDM Input" @@ -8301,11 +7541,9 @@ msgstr "Entrée VSDM" msgid "Microsoft Visio 2013 drawing (*.vsdm)" msgstr "Dessin Microsoft Visio 2013 (*.vsdm)" -#: ../src/extension/internal/vsd-input.cpp:333 -#: ../src/extension/internal/vsd-input.cpp:346 +#: ../src/extension/internal/vsd-input.cpp:333 ../src/extension/internal/vsd-input.cpp:346 msgid "File format used by Microsoft Visio 2013 and later" -msgstr "" -"Format de fichier utilisé par Microsoft Visio 2013 et les versions suivantes" +msgstr "Format de fichier utilisé par Microsoft Visio 2013 et les versions suivantes" #: ../src/extension/internal/vsd-input.cpp:340 msgid "VSDX Input" @@ -8335,9 +7573,7 @@ msgstr "Sortie WMF" msgid "Map all fill patterns to standard WMF hatches" msgstr "Associer tous les motifs de remplissage en hachures WMF" -#: ../src/extension/internal/wmf-inout.cpp:3188 -#: ../share/extensions/wmf_input.inx.h:2 -#: ../share/extensions/wmf_output.inx.h:2 +#: ../src/extension/internal/wmf-inout.cpp:3188 ../share/extensions/wmf_input.inx.h:2 ../share/extensions/wmf_output.inx.h:2 msgid "Windows Metafile (*.wmf)" msgstr "Métafichier Windows (*.wmf)" @@ -8367,9 +7603,7 @@ msgstr "Prévisualiser l'effet en direct sur la zone de travail ?" #: ../src/extension/system.cpp:125 ../src/extension/system.cpp:127 msgid "Format autodetect failed. The file is being opened as SVG." -msgstr "" -"Échec de la détection automatique du format. Le fichier est ouvert en tant " -"que SVG." +msgstr "Échec de la détection automatique du format. Le fichier est ouvert en tant que SVG." #: ../src/file.cpp:183 msgid "default.svg" @@ -8377,8 +7611,7 @@ msgstr "default.fr.svg" #: ../src/file.cpp:328 msgid "Broken links have been changed to point to existing files." -msgstr "" -"Les liens brisés ont été modifiés pour pointer vers des fichiers existant." +msgstr "Les liens brisés ont été modifiés pour pointer vers des fichiers existant." #: ../src/file.cpp:339 ../src/file.cpp:1274 #, c-format @@ -8391,9 +7624,7 @@ msgstr "Document non enregistré. Impossible de le recharger." #: ../src/file.cpp:371 msgid "Changes will be lost! Are you sure you want to reload document %1?" -msgstr "" -"Les changements seront perdus ! Êtes-vous sûr de vouloir recharger le " -"document %1 ?" +msgstr "Les changements seront perdus ! Êtes-vous sûr de vouloir recharger le document %1 ?" #: ../src/file.cpp:397 msgid "Document reverted." @@ -8415,10 +7646,8 @@ msgstr "Nettoyer le document" #, c-format msgid "Removed <b>%i</b> unused definition in <defs>." msgid_plural "Removed <b>%i</b> unused definitions in <defs>." -msgstr[0] "" -"Suppression de <b>%i</b> définition inutilisée dans les <defs>." -msgstr[1] "" -"Suppression de <b>%i</b> définitions inutilisées dans les <defs>." +msgstr[0] "Suppression de <b>%i</b> définition inutilisée dans les <defs>." +msgstr[1] "Suppression de <b>%i</b> définitions inutilisées dans les <defs>." #: ../src/file.cpp:643 msgid "No unused definitions in <defs>." @@ -8426,25 +7655,17 @@ msgstr "Aucune définition inutilisée dans les <defs>." #: ../src/file.cpp:675 #, c-format -msgid "" -"No Inkscape extension found to save document (%s). This may have been " -"caused by an unknown filename extension." -msgstr "" -"Aucune extension Inkscape pour enregistrer le document (%s) n'a été trouvée. " -"Cela peut venir d'une extension de fichier inconnue." +msgid "No Inkscape extension found to save document (%s). This may have been caused by an unknown filename extension." +msgstr "Aucune extension Inkscape pour enregistrer le document (%s) n'a été trouvée. Cela peut venir d'une extension de fichier inconnue." -#: ../src/file.cpp:676 ../src/file.cpp:684 ../src/file.cpp:692 -#: ../src/file.cpp:698 ../src/file.cpp:703 +#: ../src/file.cpp:676 ../src/file.cpp:684 ../src/file.cpp:692 ../src/file.cpp:698 ../src/file.cpp:703 msgid "Document not saved." msgstr "Document non enregistré." #: ../src/file.cpp:683 #, c-format -msgid "" -"File %s is write protected. Please remove write protection and try again." -msgstr "" -"Le fichier %s est protégé en écriture. Veuillez supprimer cette protection " -"et recommencer." +msgid "File %s is write protected. Please remove write protection and try again." +msgstr "Le fichier %s est protégé en écriture. Veuillez supprimer cette protection et recommencer." #: ../src/file.cpp:691 #, c-format @@ -8480,8 +7701,7 @@ msgstr "Aucun changement à enregistrer." msgid "Saving document..." msgstr "Enregistrement du document..." -#: ../src/file.cpp:1271 ../src/ui/dialog/inkscape-preferences.cpp:1492 -#: ../src/ui/dialog/ocaldialogs.cpp:1244 +#: ../src/file.cpp:1271 ../src/ui/dialog/inkscape-preferences.cpp:1492 ../src/ui/dialog/ocaldialogs.cpp:1244 msgid "Import" msgstr "Importer" @@ -8586,12 +7806,9 @@ msgstr "Différence" msgid "Exclusion" msgstr "Exclusion" -#: ../src/filter-enums.cpp:65 ../src/ui/tools/flood-tool.cpp:94 -#: ../src/ui/widget/color-icc-selector.cpp:182 -#: ../src/ui/widget/color-icc-selector.cpp:186 -#: ../src/ui/widget/color-scales.cpp:405 ../src/ui/widget/color-scales.cpp:406 -#: ../src/widgets/tweak-toolbar.cpp:286 -#: ../share/extensions/color_randomize.inx.h:3 +#: ../src/filter-enums.cpp:65 ../src/ui/tools/flood-tool.cpp:94 ../src/ui/widget/color-icc-selector.cpp:182 +#: ../src/ui/widget/color-icc-selector.cpp:186 ../src/ui/widget/color-scales.cpp:405 ../src/ui/widget/color-scales.cpp:406 +#: ../src/widgets/tweak-toolbar.cpp:286 ../share/extensions/color_randomize.inx.h:3 msgid "Hue" msgstr "Teinte" @@ -8615,9 +7832,7 @@ msgstr "Décalage de teinte" msgid "Luminance to Alpha" msgstr "Luminance vers opacité" -#: ../src/filter-enums.cpp:87 -#: ../share/extensions/jessyInk_mouseHandler.inx.h:3 -#: ../share/extensions/jessyInk_transitions.inx.h:7 +#: ../src/filter-enums.cpp:87 ../share/extensions/jessyInk_mouseHandler.inx.h:3 ../share/extensions/jessyInk_transitions.inx.h:7 #: ../share/extensions/measure.inx.h:20 msgid "Default" msgstr "Défaut" @@ -8659,8 +7874,7 @@ msgstr "Éclaircir" msgid "Arithmetic" msgstr "Arithmetic" -#: ../src/filter-enums.cpp:120 ../src/selection-chemistry.cpp:545 -#: ../src/ui/dialog/objects.cpp:1889 +#: ../src/filter-enums.cpp:120 ../src/selection-chemistry.cpp:545 ../src/ui/dialog/objects.cpp:1889 msgid "Duplicate" msgstr "Dupliquer" @@ -8726,8 +7940,7 @@ msgstr "<b>Stop médian</b> de dégradé linéaire" msgid "Radial gradient <b>center</b>" msgstr "<b>Centre</b> de dégradé radial" -#: ../src/gradient-drag.cpp:101 ../src/gradient-drag.cpp:102 -#: ../src/ui/tools/gradient-tool.cpp:94 ../src/ui/tools/gradient-tool.cpp:95 +#: ../src/gradient-drag.cpp:101 ../src/gradient-drag.cpp:102 ../src/ui/tools/gradient-tool.cpp:94 ../src/ui/tools/gradient-tool.cpp:95 msgid "Radial gradient <b>radius</b>" msgstr "<b>Rayon</b> de dégradé radial" @@ -8736,8 +7949,7 @@ msgid "Radial gradient <b>focus</b>" msgstr "<b>Foyer</b> de dégradé radial" #. POINT_RG_FOCUS -#: ../src/gradient-drag.cpp:104 ../src/gradient-drag.cpp:105 -#: ../src/ui/tools/gradient-tool.cpp:97 ../src/ui/tools/gradient-tool.cpp:98 +#: ../src/gradient-drag.cpp:104 ../src/gradient-drag.cpp:105 ../src/ui/tools/gradient-tool.cpp:97 ../src/ui/tools/gradient-tool.cpp:98 msgid "Radial gradient <b>mid stop</b>" msgstr "<b>Stop médian</b> de dégradé radial" @@ -8772,12 +7984,9 @@ msgstr "Supprimer un stop de dégradé" #: ../src/gradient-drag.cpp:1427 #, c-format -msgid "" -"%s %d for: %s%s; drag with <b>Ctrl</b> to snap offset; click with <b>Ctrl" -"+Alt</b> to delete stop" +msgid "%s %d for: %s%s; drag with <b>Ctrl</b> to snap offset; click with <b>Ctrl+Alt</b> to delete stop" msgstr "" -"%s %d pour %s%s; déplacer avec <b>Ctrl</b> pour faire varier le décalage par " -"incréments; cliquer avec <b>Ctrl+Alt</b> pour supprimer le stop" +"%s %d pour %s%s; déplacer avec <b>Ctrl</b> pour faire varier le décalage par incréments; cliquer avec <b>Ctrl+Alt</b> pour supprimer le stop" #: ../src/gradient-drag.cpp:1431 ../src/gradient-drag.cpp:1438 msgid " (stroke)" @@ -8785,36 +7994,21 @@ msgstr " (contour)" #: ../src/gradient-drag.cpp:1435 #, c-format -msgid "" -"%s for: %s%s; drag with <b>Ctrl</b> to snap angle, with <b>Ctrl+Alt</b> to " -"preserve angle, with <b>Ctrl+Shift</b> to scale around center" +msgid "%s for: %s%s; drag with <b>Ctrl</b> to snap angle, with <b>Ctrl+Alt</b> to preserve angle, with <b>Ctrl+Shift</b> to scale around center" msgstr "" -"%s pour %s%s; cliquer-déplacer avec <b>Ctrl</b> pour faire varier l'angle " -"par incréments; <b>Ctrl+Alt</b> pour préserver l'angle, avec <b>Ctrl+Maj</b> " -"pour redimensionner autour du centre" +"%s pour %s%s; cliquer-déplacer avec <b>Ctrl</b> pour faire varier l'angle par incréments; <b>Ctrl+Alt</b> pour préserver l'angle, avec <b>Ctrl" +"+Maj</b> pour redimensionner autour du centre" #: ../src/gradient-drag.cpp:1443 -msgid "" -"Radial gradient <b>center</b> and <b>focus</b>; drag with <b>Shift</b> to " -"separate focus" -msgstr "" -"Dégradé radial, <b>centre</b> et <b>foyer</b>; déplacer avec <b>Maj</b> pour " -"séparer le foyer" +msgid "Radial gradient <b>center</b> and <b>focus</b>; drag with <b>Shift</b> to separate focus" +msgstr "Dégradé radial, <b>centre</b> et <b>foyer</b>; déplacer avec <b>Maj</b> pour séparer le foyer" #: ../src/gradient-drag.cpp:1446 #, c-format -msgid "" -"Gradient point shared by <b>%d</b> gradient; drag with <b>Shift</b> to " -"separate" -msgid_plural "" -"Gradient point shared by <b>%d</b> gradients; drag with <b>Shift</b> to " -"separate" -msgstr[0] "" -"Point de dégradé partagé entre <b>%d</b> dégradé; déplacer avec <b>Maj</b> " -"pour séparer " -msgstr[1] "" -"Point de dégradé partagé entre <b>%d</b> dégradés; déplacer avec <b>Maj</b> " -"pour séparer " +msgid "Gradient point shared by <b>%d</b> gradient; drag with <b>Shift</b> to separate" +msgid_plural "Gradient point shared by <b>%d</b> gradients; drag with <b>Shift</b> to separate" +msgstr[0] "Point de dégradé partagé entre <b>%d</b> dégradé; déplacer avec <b>Maj</b> pour séparer " +msgstr[1] "Point de dégradé partagé entre <b>%d</b> dégradés; déplacer avec <b>Maj</b> pour séparer " #: ../src/gradient-drag.cpp:2379 msgid "Move gradient handle(s)" @@ -8830,13 +8024,11 @@ msgstr "Supprimer un stop de dégradé" #: ../src/inkscape.cpp:242 msgid "Autosave failed! Cannot create directory %1." -msgstr "" -"Échec de l'enregistrement automatique. Création du dossier %1 impossible." +msgstr "Échec de l'enregistrement automatique. Création du dossier %1 impossible." #: ../src/inkscape.cpp:251 msgid "Autosave failed! Cannot open directory %1." -msgstr "" -"Échec de l'enregistrement automatique. Ouverture du dossier %1 impossible." +msgstr "Échec de l'enregistrement automatique. Ouverture du dossier %1 impossible." #: ../src/inkscape.cpp:267 msgid "Autosaving documents..." @@ -8844,16 +8036,12 @@ msgstr "Enregistrement automatique du document..." #: ../src/inkscape.cpp:335 msgid "Autosave failed! Could not find inkscape extension to save document." -msgstr "" -"Échec de l'enregistrement automatique ! Impossible de trouver l'extension " -"Inkscape pour enregistrer le document." +msgstr "Échec de l'enregistrement automatique ! Impossible de trouver l'extension Inkscape pour enregistrer le document." #: ../src/inkscape.cpp:338 ../src/inkscape.cpp:345 #, c-format msgid "Autosave failed! File %s could not be saved." -msgstr "" -"Échec de l'enregistrement automatique ! Le fichier %s n'a pas pu être " -"enregistré." +msgstr "Échec de l'enregistrement automatique ! Le fichier %s n'a pas pu être enregistré." #: ../src/inkscape.cpp:360 msgid "Autosave complete." @@ -8869,12 +8057,8 @@ msgid "Inkscape encountered an internal error and will close now.\n" msgstr "Inkscape a subi une erreur interne et va se fermer maintenant.\n" #: ../src/inkscape.cpp:651 -msgid "" -"Automatic backups of unsaved documents were done to the following " -"locations:\n" -msgstr "" -"Les enregistrements automatiques des documents non enregistrés ont été " -"effectués à cet emplacement :\n" +msgid "Automatic backups of unsaved documents were done to the following locations:\n" +msgstr "Les enregistrements automatiques des documents non enregistrés ont été effectués à cet emplacement :\n" #: ../src/inkscape.cpp:652 msgid "Automatic backup of the following documents failed:\n" @@ -8899,15 +8083,11 @@ msgstr "<b>Déplacer</b> le motif de remplissage à l'intérieur de l'objet" #: ../src/knotholder.cpp:281 ../src/knotholder.cpp:303 msgid "<b>Scale</b> the pattern fill; uniformly if with <b>Ctrl</b>" -msgstr "" -"<b>Redimensionner</b> le motif de remplissage ; uniformiser en maintenant la " -"touche <b>Ctrl</b>" +msgstr "<b>Redimensionner</b> le motif de remplissage ; uniformiser en maintenant la touche <b>Ctrl</b>" #: ../src/knotholder.cpp:285 ../src/knotholder.cpp:307 msgid "<b>Rotate</b> the pattern fill; with <b>Ctrl</b> to snap angle" -msgstr "" -"<b>Tourner</b> le motif de remplissage ; <b>Ctrl</b> pour tourner par " -"incréments" +msgstr "<b>Tourner</b> le motif de remplissage ; <b>Ctrl</b> pour tourner par incréments" #: ../src/libgdl/gdl-dock-bar.c:105 msgid "Master" @@ -8933,8 +8113,7 @@ msgstr "Iconifier ce point d'attache" msgid "Close this dock" msgstr "Fermer ce point d'attache" -#: ../src/libgdl/gdl-dock-item-grip.c:723 -#: ../src/libgdl/gdl-dock-tablabel.c:125 +#: ../src/libgdl/gdl-dock-item-grip.c:723 ../src/libgdl/gdl-dock-tablabel.c:125 msgid "Controlling dock item" msgstr "Élément détachable de contrôle" @@ -8943,10 +8122,8 @@ msgid "Dockitem which 'owns' this grip" msgstr "Élément d'attache qui « possède » cette prise" #. Name -#: ../src/libgdl/gdl-dock-item.c:298 ../src/widgets/ruler.cpp:192 -#: ../src/widgets/text-toolbar.cpp:1411 -#: ../share/extensions/gcodetools_graffiti.inx.h:9 -#: ../share/extensions/gcodetools_orientation_points.inx.h:2 +#: ../src/libgdl/gdl-dock-item.c:298 ../src/widgets/ruler.cpp:192 ../src/widgets/text-toolbar.cpp:1411 +#: ../share/extensions/gcodetools_graffiti.inx.h:9 ../share/extensions/gcodetools_orientation_points.inx.h:2 msgid "Orientation" msgstr "Orientation" @@ -8960,32 +8137,23 @@ msgstr "Redimensionnable" #: ../src/libgdl/gdl-dock-item.c:315 msgid "If set, the dock item can be resized when docked in a GtkPanel widget" -msgstr "" -"Si coché, l'élément détachable peut être redimensionné quand il est attaché " -"à un widget GtkPanel" +msgstr "Si coché, l'élément détachable peut être redimensionné quand il est attaché à un widget GtkPanel" #: ../src/libgdl/gdl-dock-item.c:322 msgid "Item behavior" msgstr "Comportement de l'élément" #: ../src/libgdl/gdl-dock-item.c:323 -msgid "" -"General behavior for the dock item (i.e. whether it can float, if it's " -"locked, etc.)" -msgstr "" -"Comportement général de l'élément détachable (par ex, s'il peut flotter, " -"s'il est verouillé, etc...)" +msgid "General behavior for the dock item (i.e. whether it can float, if it's locked, etc.)" +msgstr "Comportement général de l'élément détachable (par ex, s'il peut flotter, s'il est verouillé, etc...)" #: ../src/libgdl/gdl-dock-item.c:331 ../src/libgdl/gdl-dock-master.c:148 msgid "Locked" msgstr "Verrouillé" #: ../src/libgdl/gdl-dock-item.c:332 -msgid "" -"If set, the dock item cannot be dragged around and it doesn't show a grip" -msgstr "" -"Si coché, l'élément détachable ne peut pas être déplacé et il n'affiche pas " -"de poignée" +msgid "If set, the dock item cannot be dragged around and it doesn't show a grip" +msgstr "Si coché, l'élément détachable ne peut pas être déplacé et il n'affiche pas de poignée" #: ../src/libgdl/gdl-dock-item.c:340 msgid "Preferred width" @@ -9005,28 +8173,18 @@ msgstr "Hauteur préférée pour l'élément détachable" #: ../src/libgdl/gdl-dock-item.c:716 #, c-format -msgid "" -"You can't add a dock object (%p of type %s) inside a %s. Use a GdlDock or " -"some other compound dock object." -msgstr "" -"Vous ne pouvez pas ajouter d'objet d'attache (%p de type %s) dans un %s. " -"Utilisez un GdlDock ou un autre objet d'attache composite." +msgid "You can't add a dock object (%p of type %s) inside a %s. Use a GdlDock or some other compound dock object." +msgstr "Vous ne pouvez pas ajouter d'objet d'attache (%p de type %s) dans un %s. Utilisez un GdlDock ou un autre objet d'attache composite." #: ../src/libgdl/gdl-dock-item.c:723 #, c-format -msgid "" -"Attempting to add a widget with type %s to a %s, but it can only contain one " -"widget at a time; it already contains a widget of type %s" -msgstr "" -"Tentative d'ajout d'un gadget de %s à un %s, mais il ne peut contenir qu'un " -"gadget à la fois ; il contient déjà un gadget detype %s" +msgid "Attempting to add a widget with type %s to a %s, but it can only contain one widget at a time; it already contains a widget of type %s" +msgstr "Tentative d'ajout d'un gadget de %s à un %s, mais il ne peut contenir qu'un gadget à la fois ; il contient déjà un gadget detype %s" #: ../src/libgdl/gdl-dock-item.c:1474 ../src/libgdl/gdl-dock-item.c:1524 #, c-format msgid "Unsupported docking strategy %s in dock object of type %s" -msgstr "" -"La stratégie d'attache %s n'est pas supportée pour l'objet d'attache de type " -"%s" +msgstr "La stratégie d'attache %s n'est pas supportée pour l'objet d'attache de type %s" #. UnLock menuitem #: ../src/libgdl/gdl-dock-item.c:1632 @@ -9058,12 +8216,10 @@ msgstr "Titre par défaut pour les nouveaux points d'attache flottants" #: ../src/libgdl/gdl-dock-master.c:149 msgid "" -"If is set to 1, all the dock items bound to the master are locked; if it's " -"0, all are unlocked; -1 indicates inconsistency among the items" +"If is set to 1, all the dock items bound to the master are locked; if it's 0, all are unlocked; -1 indicates inconsistency among the items" msgstr "" -"Si la valeur est 1, tous les éléments détachables liés au maître sont " -"verrouillés ; si la valeur est 0, tous sont déverrouillés, -1 indique des " -"états hétérogènes pour les éléments" +"Si la valeur est 1, tous les éléments détachables liés au maître sont verrouillés ; si la valeur est 0, tous sont déverrouillés, -1 indique " +"des états hétérogènes pour les éléments" #: ../src/libgdl/gdl-dock-master.c:157 ../src/libgdl/gdl-switcher.c:737 msgid "Switcher Style" @@ -9075,28 +8231,16 @@ msgstr "Style des boutons de commutation" #: ../src/libgdl/gdl-dock-master.c:783 #, c-format -msgid "" -"master %p: unable to add object %p[%s] to the hash. There already is an " -"item with that name (%p)." -msgstr "" -"maître %p: impossible d'ajouter l'objet %p[%s] dans la table. Il y a déjà un " -"élément avec ce nom (%p)." +msgid "master %p: unable to add object %p[%s] to the hash. There already is an item with that name (%p)." +msgstr "maître %p: impossible d'ajouter l'objet %p[%s] dans la table. Il y a déjà un élément avec ce nom (%p)." #: ../src/libgdl/gdl-dock-master.c:955 #, c-format -msgid "" -"The new dock controller %p is automatic. Only manual dock objects should be " -"named controller." -msgstr "" -"Le nouveau contrôleur d'attache %p est automatique. Seuls les ojbets " -"d'attache manuels peuvent être nommés contrôleurs." - -#: ../src/libgdl/gdl-dock-notebook.c:132 -#: ../src/ui/dialog/align-and-distribute.cpp:998 -#: ../src/ui/dialog/document-properties.cpp:160 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1549 -#: ../src/widgets/desktop-widget.cpp:1994 -#: ../share/extensions/empty_page.inx.h:1 +msgid "The new dock controller %p is automatic. Only manual dock objects should be named controller." +msgstr "Le nouveau contrôleur d'attache %p est automatique. Seuls les ojbets d'attache manuels peuvent être nommés contrôleurs." + +#: ../src/libgdl/gdl-dock-notebook.c:132 ../src/ui/dialog/align-and-distribute.cpp:998 ../src/ui/dialog/document-properties.cpp:160 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1549 ../src/widgets/desktop-widget.cpp:1994 ../share/extensions/empty_page.inx.h:1 #: ../share/extensions/voronoi2svg.inx.h:9 msgid "Page" msgstr "Page" @@ -9105,12 +8249,8 @@ msgstr "Page" msgid "The index of the current page" msgstr "L'index de la page courante" -#: ../src/libgdl/gdl-dock-object.c:125 -#: ../src/live_effects/parameter/originalpatharray.cpp:82 -#: ../src/ui/dialog/inkscape-preferences.cpp:1553 -#: ../src/ui/widget/page-sizer.cpp:285 -#: ../src/widgets/gradient-selector.cpp:154 -#: ../src/widgets/sp-xmlview-attr-list.cpp:49 +#: ../src/libgdl/gdl-dock-object.c:125 ../src/live_effects/parameter/originalpatharray.cpp:82 ../src/ui/dialog/inkscape-preferences.cpp:1553 +#: ../src/ui/widget/page-sizer.cpp:285 ../src/widgets/gradient-selector.cpp:154 ../src/widgets/sp-xmlview-attr-list.cpp:49 msgid "Name" msgstr "Nom" @@ -9152,35 +8292,23 @@ msgstr "Maître d'attache auquel cet objet d'attache est lié" #: ../src/libgdl/gdl-dock-object.c:463 #, c-format -msgid "" -"Call to gdl_dock_object_dock in a dock object %p (object type is %s) which " -"hasn't implemented this method" -msgstr "" -"Appel à gdl_dock_object_dock dans un objet d'attache %p (le type d'objet est " -"%s) qui n'a pas implémenté cette méthode" +msgid "Call to gdl_dock_object_dock in a dock object %p (object type is %s) which hasn't implemented this method" +msgstr "Appel à gdl_dock_object_dock dans un objet d'attache %p (le type d'objet est %s) qui n'a pas implémenté cette méthode" #: ../src/libgdl/gdl-dock-object.c:602 #, c-format -msgid "" -"Dock operation requested in a non-bound object %p. The application might " -"crash" -msgstr "" -"Opération d'attache demandée sur un ojbet %p non-lié. L'application pourrait " -"planter" +msgid "Dock operation requested in a non-bound object %p. The application might crash" +msgstr "Opération d'attache demandée sur un ojbet %p non-lié. L'application pourrait planter" #: ../src/libgdl/gdl-dock-object.c:609 #, c-format msgid "Cannot dock %p to %p because they belong to different masters" -msgstr "" -"Impossible d'attacher %p à %p car ils appartiennent à des maîtres différents" +msgstr "Impossible d'attacher %p à %p car ils appartiennent à des maîtres différents" #: ../src/libgdl/gdl-dock-object.c:651 #, c-format -msgid "" -"Attempt to bind to %p an already bound dock object %p (current master: %p)" -msgstr "" -"Tentative d'attacher à %p un objet d'attache %p déjà lié par ailleurs " -"(maître actuel: %p)" +msgid "Attempt to bind to %p an already bound dock object %p (current master: %p)" +msgstr "Tentative d'attacher à %p un objet d'attache %p déjà lié par ailleurs (maître actuel: %p)" #: ../src/libgdl/gdl-dock-paned.c:130 ../src/widgets/ruler.cpp:230 msgid "Position" @@ -9195,12 +8323,8 @@ msgid "Sticky" msgstr "Collé" #: ../src/libgdl/gdl-dock-placeholder.c:142 -msgid "" -"Whether the placeholder will stick to its host or move up the hierarchy when " -"the host is redocked" -msgstr "" -"Détermine si l'élément substituable restera attaché à son hôte ou remontera " -"dans la hiérarchie quand l'hôte est réattaché" +msgid "Whether the placeholder will stick to its host or move up the hierarchy when the host is redocked" +msgstr "Détermine si l'élément substituable restera attaché à son hôte ou remontera dans la hiérarchie quand l'hôte est réattaché" #: ../src/libgdl/gdl-dock-placeholder.c:149 msgid "Host" @@ -9215,12 +8339,8 @@ msgid "Next placement" msgstr "Placement suivant" #: ../src/libgdl/gdl-dock-placeholder.c:158 -msgid "" -"The position an item will be docked to our host if a request is made to dock " -"to us" -msgstr "" -"La position où un élément sera attaché à l'hôte si une demande d'attachement " -"est faite" +msgid "The position an item will be docked to our host if a request is made to dock to us" +msgstr "La position où un élément sera attaché à l'hôte si une demande d'attachement est faite" #: ../src/libgdl/gdl-dock-placeholder.c:168 msgid "Width for the widget when it's attached to the placeholder" @@ -9236,9 +8356,7 @@ msgstr "Niveau supérieur flottant" #: ../src/libgdl/gdl-dock-placeholder.c:183 msgid "Whether the placeholder is standing in for a floating toplevel dock" -msgstr "" -"Détermine si l'élément substituable réserve la place pour un point d'attache " -"flottant de niveau supérieur" +msgstr "Détermine si l'élément substituable réserve la place pour un point d'attache flottant de niveau supérieur" #: ../src/libgdl/gdl-dock-placeholder.c:189 msgid "X Coordinate" @@ -9258,9 +8376,7 @@ msgstr "Coordonnée Y du point d'attache quand il est flottant" #: ../src/libgdl/gdl-dock-placeholder.c:499 msgid "Attempt to dock a dock object to an unbound placeholder" -msgstr "" -"Tentative d'attachement d'un objet d'attache sur un élément substituable non " -"lié" +msgstr "Tentative d'attachement d'un objet d'attache sur un élément substituable non lié" #: ../src/libgdl/gdl-dock-placeholder.c:611 #, c-format @@ -9269,19 +8385,14 @@ msgstr "Signal de détachement reçu d'un objet (%p) qui n'est pas notre hôte % #: ../src/libgdl/gdl-dock-placeholder.c:636 #, c-format -msgid "" -"Something weird happened while getting the child placement for %p from " -"parent %p" -msgstr "" -"Quelque chose de bizarre est arrivé en essayant d'obtenir le placement du " -"fils %p auprès du parent %p" +msgid "Something weird happened while getting the child placement for %p from parent %p" +msgstr "Quelque chose de bizarre est arrivé en essayant d'obtenir le placement du fils %p auprès du parent %p" #: ../src/libgdl/gdl-dock-tablabel.c:126 msgid "Dockitem which 'owns' this tablabel" msgstr "Élément d'attache qui « possède » ce tablabel" -#: ../src/libgdl/gdl-dock.c:176 ../src/ui/dialog/inkscape-preferences.cpp:674 -#: ../src/ui/dialog/inkscape-preferences.cpp:717 +#: ../src/libgdl/gdl-dock.c:176 ../src/ui/dialog/inkscape-preferences.cpp:674 ../src/ui/dialog/inkscape-preferences.cpp:717 msgid "Floating" msgstr "Flottant" @@ -9459,8 +8570,7 @@ msgid "Clone original path" msgstr "Cloner le chemin original" #. EXPERIMENTAL -#: ../src/live_effects/effect.cpp:137 -#: ../src/live_effects/lpe-show_handles.cpp:26 +#: ../src/live_effects/effect.cpp:137 ../src/live_effects/lpe-show_handles.cpp:26 msgid "Show handles" msgstr "Afficher les poignées" @@ -9480,7 +8590,7 @@ msgstr "Contour fuselé" #: ../src/live_effects/effect.cpp:143 #, fuzzy msgid "Attach path" -msgstr "Chemin de liaison :" +msgstr "Chemin de liaison" #: ../src/live_effects/effect.cpp:144 #, fuzzy @@ -9525,12 +8635,8 @@ msgid "Is visible?" msgstr "Visible ?" #: ../src/live_effects/effect.cpp:361 -msgid "" -"If unchecked, the effect remains applied to the object but is temporarily " -"disabled on canvas" -msgstr "" -"Si décochée, l'effet est appliqué à l'objet mais est temporairement " -"désactivé sur la zone de travail" +msgid "If unchecked, the effect remains applied to the object but is temporarily disabled on canvas" +msgstr "Si décochée, l'effet est appliqué à l'objet mais est temporairement désactivé sur la zone de travail" #: ../src/live_effects/effect.cpp:386 msgid "No effect" @@ -9539,9 +8645,7 @@ msgstr "Pas d'effet" #: ../src/live_effects/effect.cpp:494 #, c-format msgid "Please specify a parameter path for the LPE '%s' with %d mouse clicks" -msgstr "" -"Veuillez spécifier un chemin paramètre pour l'effet de chemin '%s' avec %d " -"clics de souris" +msgstr "Veuillez spécifier un chemin paramètre pour l'effet de chemin '%s' avec %d clics de souris" #: ../src/live_effects/effect.cpp:761 #, c-format @@ -9550,9 +8654,7 @@ msgstr "Édition du paramètre <b>%s</b>." #: ../src/live_effects/effect.cpp:766 msgid "None of the applied path effect's parameters can be edited on-canvas." -msgstr "" -"Aucun des paramètres d'effet de chemin ne peuvent être modifiés sur la zone " -"de travail." +msgstr "Aucun des paramètres d'effet de chemin ne peuvent être modifiés sur la zone de travail." #: ../src/live_effects/lpe-attach-path.cpp:29 msgid "Start path:" @@ -9575,8 +8677,7 @@ msgstr "" msgid "Start path curve start:" msgstr "Définir la couleur du chemin en rouge :" -#: ../src/live_effects/lpe-attach-path.cpp:31 -#: ../src/live_effects/lpe-attach-path.cpp:35 +#: ../src/live_effects/lpe-attach-path.cpp:31 ../src/live_effects/lpe-attach-path.cpp:35 #, fuzzy msgid "Starting curve" msgstr "Début :" @@ -9587,8 +8688,7 @@ msgstr "Début :" msgid "Start path curve end:" msgstr "Définir la couleur du chemin en rouge :" -#: ../src/live_effects/lpe-attach-path.cpp:32 -#: ../src/live_effects/lpe-attach-path.cpp:36 +#: ../src/live_effects/lpe-attach-path.cpp:32 ../src/live_effects/lpe-attach-path.cpp:36 #, fuzzy msgid "Ending curve" msgstr "courbure min." @@ -9627,10 +8727,8 @@ msgstr "Chemin de courbure :" msgid "Path along which to bend the original path" msgstr "Chemin le long duquel le chemin original sera courbé" -#: ../src/live_effects/lpe-bendpath.cpp:54 -#: ../src/live_effects/lpe-patternalongpath.cpp:62 -#: ../src/ui/dialog/export.cpp:285 ../src/ui/dialog/transformation.cpp:74 -#: ../src/ui/widget/page-sizer.cpp:237 +#: ../src/live_effects/lpe-bendpath.cpp:54 ../src/live_effects/lpe-patternalongpath.cpp:62 ../src/ui/dialog/export.cpp:285 +#: ../src/ui/dialog/transformation.cpp:74 ../src/ui/widget/page-sizer.cpp:237 msgid "_Width:" msgstr "_Largeur :" @@ -9654,16 +8752,12 @@ msgstr "Le chemin _original est vertical" msgid "Rotates the original 90 degrees, before bending it along the bend path" msgstr "Tourne l'original de 90 degrés avant de le déformer le long du chemin" -#: ../src/live_effects/lpe-bounding-box.cpp:24 -#: ../src/live_effects/lpe-clone-original.cpp:18 -#: ../src/live_effects/lpe-fill-between-many.cpp:25 +#: ../src/live_effects/lpe-bounding-box.cpp:24 ../src/live_effects/lpe-clone-original.cpp:18 ../src/live_effects/lpe-fill-between-many.cpp:25 #: ../src/live_effects/lpe-fill-between-strokes.cpp:23 msgid "Linked path:" msgstr "Chemin lié :" -#: ../src/live_effects/lpe-bounding-box.cpp:24 -#: ../src/live_effects/lpe-clone-original.cpp:18 -#: ../src/live_effects/lpe-fill-between-strokes.cpp:23 +#: ../src/live_effects/lpe-bounding-box.cpp:24 ../src/live_effects/lpe-clone-original.cpp:18 ../src/live_effects/lpe-fill-between-strokes.cpp:23 msgid "Path from which to take the original path data" msgstr "Chemin à partir duquel le chemin original sera cloné" @@ -9684,14 +8778,11 @@ msgstr "" msgid "Change number of steps with CTRL pressed" msgstr "" -#: ../src/live_effects/lpe-bspline.cpp:31 -#: ../src/live_effects/lpe-simplify.cpp:33 -#: ../src/live_effects/lpe-transform_2pts.cpp:43 +#: ../src/live_effects/lpe-bspline.cpp:31 ../src/live_effects/lpe-simplify.cpp:33 ../src/live_effects/lpe-transform_2pts.cpp:43 msgid "Helper size:" msgstr "Taille de la poignée :" -#: ../src/live_effects/lpe-bspline.cpp:31 -#: ../src/live_effects/lpe-simplify.cpp:33 +#: ../src/live_effects/lpe-bspline.cpp:31 ../src/live_effects/lpe-simplify.cpp:33 msgid "Helper size" msgstr "Taille de la poignée" @@ -9703,8 +8794,7 @@ msgstr "" msgid "Apply changes if weight > 0%" msgstr "" -#: ../src/live_effects/lpe-bspline.cpp:34 -#: ../src/live_effects/lpe-fillet-chamfer.cpp:56 +#: ../src/live_effects/lpe-bspline.cpp:34 ../src/live_effects/lpe-fillet-chamfer.cpp:56 msgid "Change only selected nodes" msgstr "Modifier les nœuds sélectionnés seulement" @@ -9738,9 +8828,7 @@ msgstr "Titre par défaut" msgid "Change to 0 weight" msgstr "Hauteur de capitale :" -#: ../src/live_effects/lpe-bspline.cpp:160 -#: ../src/live_effects/lpe-fillet-chamfer.cpp:232 -#: ../src/live_effects/lpe-fillet-chamfer.cpp:254 +#: ../src/live_effects/lpe-bspline.cpp:160 ../src/live_effects/lpe-fillet-chamfer.cpp:232 ../src/live_effects/lpe-fillet-chamfer.cpp:254 #: ../src/live_effects/parameter/parameter.cpp:170 msgid "Change scalar parameter" msgstr "Modifier le paramètre scalaire" @@ -9782,48 +8870,34 @@ msgid "Sta_rt edge variance:" msgstr "Va_riance du bord de départ :" #: ../src/live_effects/lpe-curvestitch.cpp:43 -msgid "" -"The amount of random jitter to move the start points of the stitches inside " -"& outside the guide path" -msgstr "" -"La quantité de perturbation aléatoire dans la position des points de départ " -"des liaisons, à l'intérieur et à l'extérieur du guide" +msgid "The amount of random jitter to move the start points of the stitches inside & outside the guide path" +msgstr "La quantité de perturbation aléatoire dans la position des points de départ des liaisons, à l'intérieur et à l'extérieur du guide" #: ../src/live_effects/lpe-curvestitch.cpp:44 msgid "Sta_rt spacing variance:" msgstr "Va_riance de l'espacement de départ :" #: ../src/live_effects/lpe-curvestitch.cpp:44 -msgid "" -"The amount of random shifting to move the start points of the stitches back " -"& forth along the guide path" -msgstr "" -"La quantité de perturbation aléatoire dans la position des extrémités de " -"chaque point de départ des liaisons, le long du guide" +msgid "The amount of random shifting to move the start points of the stitches back & forth along the guide path" +msgstr "La quantité de perturbation aléatoire dans la position des extrémités de chaque point de départ des liaisons, le long du guide" #: ../src/live_effects/lpe-curvestitch.cpp:45 msgid "End ed_ge variance:" msgstr "Variance du bord de _fin :" #: ../src/live_effects/lpe-curvestitch.cpp:45 -msgid "" -"The amount of randomness that moves the end points of the stitches inside & " -"outside the guide path" +msgid "The amount of randomness that moves the end points of the stitches inside & outside the guide path" msgstr "" -"La quantité de perturbation aléatoire dans la position des extrémités de " -"chaque point de fin des liaisons, à l'intérieur et à l'extérieur du guide" +"La quantité de perturbation aléatoire dans la position des extrémités de chaque point de fin des liaisons, à l'intérieur et à l'extérieur du " +"guide" #: ../src/live_effects/lpe-curvestitch.cpp:46 msgid "End spa_cing variance:" msgstr "Variance de l'espa_cement de fin :" #: ../src/live_effects/lpe-curvestitch.cpp:46 -msgid "" -"The amount of random shifting to move the end points of the stitches back & " -"forth along the guide path" -msgstr "" -"La quantité de perturbation aléatoire dans la position des extrémités de " -"chaque point de fin des liaisons, le long du guide" +msgid "The amount of random shifting to move the end points of the stitches back & forth along the guide path" +msgstr "La quantité de perturbation aléatoire dans la position des extrémités de chaque point de fin des liaisons, le long du guide" #: ../src/live_effects/lpe-curvestitch.cpp:47 msgid "Scale _width:" @@ -9839,13 +8913,11 @@ msgstr "R_edimensionner l'épaisseur en fonction de la longueur" #: ../src/live_effects/lpe-curvestitch.cpp:48 msgid "Scale the width of the stitch path relative to its length" -msgstr "" -"Redimensionner l'épaisseur du chemin de liaison proportionnellement à sa " -"longueur" +msgstr "Redimensionner l'épaisseur du chemin de liaison proportionnellement à sa longueur" #: ../src/live_effects/lpe-ellipse_5pts.cpp:77 msgid "Five points required for constructing an ellipse" -msgstr "" +msgstr "Cinq points sont nécessaires à la construction d'une ellipse" #: ../src/live_effects/lpe-ellipse_5pts.cpp:162 #, fuzzy @@ -9858,8 +8930,7 @@ msgstr "Chemin supérieur de l'enveloppe :" #: ../src/live_effects/lpe-envelope.cpp:31 msgid "Top path along which to bend the original path" -msgstr "" -"Chemin supérieur de l'enveloppe le long duquel le chemin original sera courbé" +msgstr "Chemin supérieur de l'enveloppe le long duquel le chemin original sera courbé" #: ../src/live_effects/lpe-envelope.cpp:32 msgid "Right bend path:" @@ -9867,8 +8938,7 @@ msgstr "Chemin droit de l'enveloppe :" #: ../src/live_effects/lpe-envelope.cpp:32 msgid "Right path along which to bend the original path" -msgstr "" -"Chemin droit de l'enveloppe le long duquel le chemin original sera courbé" +msgstr "Chemin droit de l'enveloppe le long duquel le chemin original sera courbé" #: ../src/live_effects/lpe-envelope.cpp:33 msgid "Bottom bend path:" @@ -9876,8 +8946,7 @@ msgstr "Chemin inférieur de l'enveloppe :" #: ../src/live_effects/lpe-envelope.cpp:33 msgid "Bottom path along which to bend the original path" -msgstr "" -"Chemin inférieur de l'enveloppe le long duquel le chemin original sera courbé" +msgstr "Chemin inférieur de l'enveloppe le long duquel le chemin original sera courbé" #: ../src/live_effects/lpe-envelope.cpp:34 msgid "Left bend path:" @@ -9885,8 +8954,7 @@ msgstr "Chemin gauche de l'enveloppe :" #: ../src/live_effects/lpe-envelope.cpp:34 msgid "Left path along which to bend the original path" -msgstr "" -"Chemin gauche de l'enveloppe le long duquel le chemin original sera courbé" +msgstr "Chemin gauche de l'enveloppe le long duquel le chemin original sera courbé" #: ../src/live_effects/lpe-envelope.cpp:35 #, fuzzy @@ -9919,27 +8987,24 @@ msgid "Paths from which to take the original path data" msgstr "Chemin à partir duquel le chemin original sera cloné" #: ../src/live_effects/lpe-fill-between-strokes.cpp:24 -#, fuzzy msgid "Second path:" -msgstr "Chemin de courbure :" +msgstr "Deuxième chemin :" #: ../src/live_effects/lpe-fill-between-strokes.cpp:24 #, fuzzy msgid "Second path from which to take the original path data" -msgstr "Chemin à partir duquel le chemin original sera cloné" +msgstr "Second chemin à partir duquel le chemin original sera cloné" #: ../src/live_effects/lpe-fill-between-strokes.cpp:25 -#, fuzzy msgid "Reverse Second" -msgstr "Inverser le dégradé" +msgstr "Inverser le second chemin" #: ../src/live_effects/lpe-fill-between-strokes.cpp:25 #, fuzzy msgid "Reverses the second path order" msgstr "Inverser la direction du dégradé" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:41 -#: ../share/extensions/render_barcode_qrcode.inx.h:5 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:41 ../share/extensions/render_barcode_qrcode.inx.h:5 msgid "Auto" msgstr "Auto" @@ -10003,23 +9068,19 @@ msgstr "Taille du marquage de direction :" msgid "Helper size with direction" msgstr "Taille du marquage de direction" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:157 -#: ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:72 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:157 ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:72 msgid "Fillet" msgstr "Filet" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:161 -#: ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:74 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:161 ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:74 msgid "Inverse fillet" msgstr "Filet inversé" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:166 -#: ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:76 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:166 ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:76 msgid "Chamfer" msgstr "Chanfrein" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:170 -#: ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:78 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:170 ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:78 msgid "Inverse chamfer" msgstr "Chanfrein inversé" @@ -10028,16 +9089,14 @@ msgstr "Chanfrein inversé" msgid "Convert to fillet" msgstr "Convertir en Braille" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:246 -#: ../src/live_effects/lpe-fillet-chamfer.cpp:270 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:246 ../src/live_effects/lpe-fillet-chamfer.cpp:270 #, fuzzy msgid "Convert to inverse fillet" msgstr "Convertir en Braille" #: ../src/live_effects/lpe-fillet-chamfer.cpp:262 -#, fuzzy msgid "Convert to chamfer" -msgstr "Convertir en tirets" +msgstr "Convertir en chanfrein" #: ../src/live_effects/lpe-fillet-chamfer.cpp:282 msgid "Knots and helper paths refreshed" @@ -10056,12 +9115,8 @@ msgid "_Phi:" msgstr "_Phi :" #: ../src/live_effects/lpe-gears.cpp:215 -msgid "" -"Tooth pressure angle (typically 20-25 deg). The ratio of teeth not in " -"contact." -msgstr "" -"Angle de contact des dents (en général de 20 à 25 degrés). Représente la " -"fraction des dents qui ne sont pas en contact." +msgid "Tooth pressure angle (typically 20-25 deg). The ratio of teeth not in contact." +msgstr "Angle de contact des dents (en général de 20 à 25 degrés). Représente la fraction des dents qui ne sont pas en contact." #: ../src/live_effects/lpe-interpolate.cpp:31 msgid "Trajectory:" @@ -10077,8 +9132,7 @@ msgstr "I_ncrément :" #: ../src/live_effects/lpe-interpolate.cpp:32 msgid "Determines the number of steps from start to end path." -msgstr "" -"Définit le nombre d'étapes entre le chemin de début et le chemin de fin." +msgstr "Définit le nombre d'étapes entre le chemin de début et le chemin de fin." #: ../src/live_effects/lpe-interpolate.cpp:33 msgid "E_quidistant spacing" @@ -10086,65 +9140,46 @@ msgstr "Espacement é_quidistant" #: ../src/live_effects/lpe-interpolate.cpp:33 msgid "" -"If true, the spacing between intermediates is constant along the length of " -"the path. If false, the distance depends on the location of the nodes of the " -"trajectory path." +"If true, the spacing between intermediates is constant along the length of the path. If false, the distance depends on the location of the " +"nodes of the trajectory path." msgstr "" -"Si vrai, l'espacement entre les intermédiaires est constant tout au long de " -"la longueur du chemin. Si faux, la distance dépend du positionnement des " -"nœuds de la trajectoire." +"Si vrai, l'espacement entre les intermédiaires est constant tout au long de la longueur du chemin. Si faux, la distance dépend du " +"positionnement des nœuds de la trajectoire." -#: ../src/live_effects/lpe-interpolate_points.cpp:26 -#: ../src/live_effects/lpe-powerstroke.cpp:134 +#: ../src/live_effects/lpe-interpolate_points.cpp:26 ../src/live_effects/lpe-powerstroke.cpp:134 msgid "CubicBezierFit" msgstr "CubicBezierFit" -#: ../src/live_effects/lpe-interpolate_points.cpp:27 -#: ../src/live_effects/lpe-powerstroke.cpp:135 +#: ../src/live_effects/lpe-interpolate_points.cpp:27 ../src/live_effects/lpe-powerstroke.cpp:135 msgid "CubicBezierJohan" msgstr "CubicBezierJohan" -#: ../src/live_effects/lpe-interpolate_points.cpp:28 -#: ../src/live_effects/lpe-powerstroke.cpp:136 +#: ../src/live_effects/lpe-interpolate_points.cpp:28 ../src/live_effects/lpe-powerstroke.cpp:136 msgid "SpiroInterpolator" msgstr "SpiroInterpolator" -#: ../src/live_effects/lpe-interpolate_points.cpp:29 -#: ../src/live_effects/lpe-powerstroke.cpp:137 +#: ../src/live_effects/lpe-interpolate_points.cpp:29 ../src/live_effects/lpe-powerstroke.cpp:137 msgid "Centripetal Catmull-Rom" msgstr "Centripète Catmull-Rom" -#: ../src/live_effects/lpe-interpolate_points.cpp:37 -#: ../src/live_effects/lpe-powerstroke.cpp:179 +#: ../src/live_effects/lpe-interpolate_points.cpp:37 ../src/live_effects/lpe-powerstroke.cpp:179 msgid "Interpolator type:" msgstr "Type d'interpolateur :" -#: ../src/live_effects/lpe-interpolate_points.cpp:38 -#: ../src/live_effects/lpe-powerstroke.cpp:179 -msgid "" -"Determines which kind of interpolator will be used to interpolate between " -"stroke width along the path" -msgstr "" -"Définit quel type d'interpolateur sera utilisé pour déterminer l'épaisseur " -"du chemin" +#: ../src/live_effects/lpe-interpolate_points.cpp:38 ../src/live_effects/lpe-powerstroke.cpp:179 +msgid "Determines which kind of interpolator will be used to interpolate between stroke width along the path" +msgstr "Définit quel type d'interpolateur sera utilisé pour déterminer l'épaisseur du chemin" -#: ../src/live_effects/lpe-jointype.cpp:31 -#: ../src/live_effects/lpe-powerstroke.cpp:166 -#: ../src/live_effects/lpe-taperstroke.cpp:63 +#: ../src/live_effects/lpe-jointype.cpp:31 ../src/live_effects/lpe-powerstroke.cpp:166 ../src/live_effects/lpe-taperstroke.cpp:63 msgid "Beveled" msgstr "Biseauté" -#: ../src/live_effects/lpe-jointype.cpp:32 -#: ../src/live_effects/lpe-jointype.cpp:40 -#: ../src/live_effects/lpe-powerstroke.cpp:167 -#: ../src/live_effects/lpe-taperstroke.cpp:64 -#: ../src/widgets/star-toolbar.cpp:534 +#: ../src/live_effects/lpe-jointype.cpp:32 ../src/live_effects/lpe-jointype.cpp:40 ../src/live_effects/lpe-powerstroke.cpp:167 +#: ../src/live_effects/lpe-taperstroke.cpp:64 ../src/widgets/star-toolbar.cpp:534 msgid "Rounded" msgstr "Arrondi" -#: ../src/live_effects/lpe-jointype.cpp:33 -#: ../src/live_effects/lpe-powerstroke.cpp:170 -#: ../src/live_effects/lpe-taperstroke.cpp:65 +#: ../src/live_effects/lpe-jointype.cpp:33 ../src/live_effects/lpe-powerstroke.cpp:170 ../src/live_effects/lpe-taperstroke.cpp:65 msgid "Miter" msgstr "Raccordé" @@ -10154,23 +9189,19 @@ msgid "Miter Clip" msgstr "Limite du raccord :" #. {LINEJOIN_EXTRP_MITER, N_("Extrapolated"), "extrapolated"}, // disabled because doesn't work well -#: ../src/live_effects/lpe-jointype.cpp:35 -#: ../src/live_effects/lpe-powerstroke.cpp:169 +#: ../src/live_effects/lpe-jointype.cpp:35 ../src/live_effects/lpe-powerstroke.cpp:169 msgid "Extrapolated arc" msgstr "Arc extrapolé" -#: ../src/live_effects/lpe-jointype.cpp:39 -#: ../src/live_effects/lpe-powerstroke.cpp:149 +#: ../src/live_effects/lpe-jointype.cpp:39 ../src/live_effects/lpe-powerstroke.cpp:149 msgid "Butt" msgstr "Sur le nœud" -#: ../src/live_effects/lpe-jointype.cpp:41 -#: ../src/live_effects/lpe-powerstroke.cpp:150 +#: ../src/live_effects/lpe-jointype.cpp:41 ../src/live_effects/lpe-powerstroke.cpp:150 msgid "Square" msgstr "Carrée" -#: ../src/live_effects/lpe-jointype.cpp:42 -#: ../src/live_effects/lpe-powerstroke.cpp:152 +#: ../src/live_effects/lpe-jointype.cpp:42 ../src/live_effects/lpe-powerstroke.cpp:152 msgid "Peak" msgstr "En arête" @@ -10191,22 +9222,17 @@ msgstr "Orientation de la règle" #. Join type #. TRANSLATORS: The line join style specifies the shape to be used at the #. corners of paths. It can be "miter", "round" or "bevel". -#: ../src/live_effects/lpe-jointype.cpp:53 -#: ../src/live_effects/lpe-powerstroke.cpp:182 -#: ../src/widgets/stroke-style.cpp:227 +#: ../src/live_effects/lpe-jointype.cpp:53 ../src/live_effects/lpe-powerstroke.cpp:182 ../src/widgets/stroke-style.cpp:227 msgid "Join:" msgstr "Raccord :" -#: ../src/live_effects/lpe-jointype.cpp:53 -#: ../src/live_effects/lpe-powerstroke.cpp:182 +#: ../src/live_effects/lpe-jointype.cpp:53 ../src/live_effects/lpe-powerstroke.cpp:182 msgid "Determines the shape of the path's corners" msgstr "Définit la forme des coins du chemin" #. start_lean(_("Start path lean"), _("Start path lean"), "start_lean", &wr, this, 0.), #. end_lean(_("End path lean"), _("End path lean"), "end_lean", &wr, this, 0.), -#: ../src/live_effects/lpe-jointype.cpp:56 -#: ../src/live_effects/lpe-powerstroke.cpp:183 -#: ../src/live_effects/lpe-taperstroke.cpp:78 +#: ../src/live_effects/lpe-jointype.cpp:56 ../src/live_effects/lpe-powerstroke.cpp:183 ../src/live_effects/lpe-taperstroke.cpp:78 msgid "Miter limit:" msgstr "Limite du raccord :" @@ -10239,9 +9265,7 @@ msgstr "Proport_ionnellement à la largeur du trait" #: ../src/live_effects/lpe-knot.cpp:352 msgid "Consider 'Interruption width' as a ratio of stroke width" -msgstr "" -"La largeur de l'interruption est exprimée en proportion de l'épaisseur du " -"trait" +msgstr "La largeur de l'interruption est exprimée en proportion de l'épaisseur du trait" #: ../src/live_effects/lpe-knot.cpp:353 msgid "St_roke width" @@ -10265,9 +9289,7 @@ msgstr "Taille du sé_lecteur :" #: ../src/live_effects/lpe-knot.cpp:355 msgid "Orientation indicator/switcher size" -msgstr "" -"Le sélecteur précise l'orientation des croisements et permet de la changer " -"(clic). Changer la sélection par cliquer-déplacer" +msgstr "Le sélecteur précise l'orientation des croisements et permet de la changer (clic). Changer la sélection par cliquer-déplacer" #: ../src/live_effects/lpe-knot.cpp:356 msgid "Crossing Signs" @@ -10286,14 +9308,12 @@ msgstr "Glisser pour sélectionner un croisement, cliquer pour le basculer" msgid "Change knot crossing" msgstr "Modifier le croisement de l'entrelacs" -#: ../src/live_effects/lpe-lattice2.cpp:47 -#: ../src/live_effects/lpe-perspective-envelope.cpp:43 +#: ../src/live_effects/lpe-lattice2.cpp:47 ../src/live_effects/lpe-perspective-envelope.cpp:43 #, fuzzy msgid "Mirror movements in horizontal" msgstr "Déplacer les nœuds horizontalement" -#: ../src/live_effects/lpe-lattice2.cpp:48 -#: ../src/live_effects/lpe-perspective-envelope.cpp:44 +#: ../src/live_effects/lpe-lattice2.cpp:48 ../src/live_effects/lpe-perspective-envelope.cpp:44 #, fuzzy msgid "Mirror movements in vertical" msgstr "Déplacer les nœuds verticalement" @@ -10304,9 +9324,7 @@ msgstr "Contrôle 0 :" #: ../src/live_effects/lpe-lattice2.cpp:49 msgid "Control 0 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 0 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 0 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:50 msgid "Control 1:" @@ -10314,9 +9332,7 @@ msgstr "Contrôle 1 :" #: ../src/live_effects/lpe-lattice2.cpp:50 msgid "Control 1 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 1 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 1 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:51 msgid "Control 2:" @@ -10324,9 +9340,7 @@ msgstr "Contrôle 2 :" #: ../src/live_effects/lpe-lattice2.cpp:51 msgid "Control 2 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 2 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 2 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:52 msgid "Control 3:" @@ -10334,9 +9348,7 @@ msgstr "Contrôle 3 :" #: ../src/live_effects/lpe-lattice2.cpp:52 msgid "Control 3 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 3 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 3 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:53 msgid "Control 4:" @@ -10344,9 +9356,7 @@ msgstr "Contrôle 4 :" #: ../src/live_effects/lpe-lattice2.cpp:53 msgid "Control 4 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 4 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 4 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:54 msgid "Control 5:" @@ -10354,9 +9364,7 @@ msgstr "Contrôle 5 :" #: ../src/live_effects/lpe-lattice2.cpp:54 msgid "Control 5 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 5 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 5 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:55 msgid "Control 6:" @@ -10364,9 +9372,7 @@ msgstr "Contrôle 6 :" #: ../src/live_effects/lpe-lattice2.cpp:55 msgid "Control 6 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 6 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 6 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:56 msgid "Control 7:" @@ -10374,31 +9380,23 @@ msgstr "Contrôle 7 :" #: ../src/live_effects/lpe-lattice2.cpp:56 msgid "Control 7 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 7 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 7 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:57 msgid "Control 8x9:" msgstr "Contrôle 8x9 :" #: ../src/live_effects/lpe-lattice2.cpp:57 -msgid "" -"Control 8x9 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 8x9 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgid "Control 8x9 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 8x9 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:58 msgid "Control 10x11:" msgstr "Contrôle 10x11 :" #: ../src/live_effects/lpe-lattice2.cpp:58 -msgid "" -"Control 10x11 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 10x11 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgid "Control 10x11 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 10x11 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:59 msgid "Control 12:" @@ -10406,9 +9404,7 @@ msgstr "Contrôle 12 :" #: ../src/live_effects/lpe-lattice2.cpp:59 msgid "Control 12 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 12 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 12 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:60 msgid "Control 13:" @@ -10416,9 +9412,7 @@ msgstr "Contrôle 13 :" #: ../src/live_effects/lpe-lattice2.cpp:60 msgid "Control 13 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 13 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 13 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:61 msgid "Control 14:" @@ -10426,9 +9420,7 @@ msgstr "Contrôle 14 :" #: ../src/live_effects/lpe-lattice2.cpp:61 msgid "Control 14 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 14 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 14 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:62 msgid "Control 15:" @@ -10436,9 +9428,7 @@ msgstr "Contrôle 15 :" #: ../src/live_effects/lpe-lattice2.cpp:62 msgid "Control 15 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 15 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 15 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:63 msgid "Control 16:" @@ -10446,9 +9436,7 @@ msgstr "Contrôle 16 :" #: ../src/live_effects/lpe-lattice2.cpp:63 msgid "Control 16 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 16 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 16 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:64 msgid "Control 17:" @@ -10456,9 +9444,7 @@ msgstr "Contrôle 17 :" #: ../src/live_effects/lpe-lattice2.cpp:64 msgid "Control 17 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 17 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 17 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:65 msgid "Control 18:" @@ -10466,9 +9452,7 @@ msgstr "Contrôle 18 :" #: ../src/live_effects/lpe-lattice2.cpp:65 msgid "Control 18 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 18 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 18 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:66 msgid "Control 19:" @@ -10476,94 +9460,69 @@ msgstr "Contrôle 19 :" #: ../src/live_effects/lpe-lattice2.cpp:66 msgid "Control 19 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 19 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgstr "Contrôle 19 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:67 msgid "Control 20x21:" msgstr "Contrôle 20x21 :" #: ../src/live_effects/lpe-lattice2.cpp:67 -msgid "" -"Control 20x21 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 20x21 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgid "Control 20x21 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 20x21 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:68 msgid "Control 22x23:" msgstr "Contrôle 22x23 :" #: ../src/live_effects/lpe-lattice2.cpp:68 -msgid "" -"Control 22x23 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 22x23 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgid "Control 22x23 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 22x23 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:69 msgid "Control 24x26:" msgstr "Contrôle 24x26 :" #: ../src/live_effects/lpe-lattice2.cpp:69 -msgid "" -"Control 24x26 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 24x26 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgid "Control 24x26 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 24x26 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:70 msgid "Control 25x27:" msgstr "Contrôle 25x27 :" #: ../src/live_effects/lpe-lattice2.cpp:70 -msgid "" -"Control 25x27 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 25x27 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgid "Control 25x27 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 25x27 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:71 msgid "Control 28x30:" msgstr "Contrôle 28x30 :" #: ../src/live_effects/lpe-lattice2.cpp:71 -msgid "" -"Control 28x30 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 28x30 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgid "Control 28x30 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 28x30 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:72 msgid "Control 29x31:" msgstr "Contrôle 29x31 :" #: ../src/live_effects/lpe-lattice2.cpp:72 -msgid "" -"Control 29x31 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" -msgstr "" -"Contrôle 29x31 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour " -"déplacer le long des axes" +msgid "Control 29x31 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 29x31 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:73 msgid "Control 32x33x34x35:" msgstr "Contrôle 32x33x34x35 :" #: ../src/live_effects/lpe-lattice2.cpp:73 -msgid "" -"Control 32x33x34x35 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along " -"axes" -msgstr "" -"Contrôle 32x33x34x35 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> " -"pour déplacer le long des axes" +msgid "Control 32x33x34x35 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" +msgstr "Contrôle 32x33x34x35 - <b>Ctrl+Alt+clic</b> pour réinitialiser, <b>Ctrl</b> pour déplacer le long des axes" #: ../src/live_effects/lpe-lattice2.cpp:236 msgid "Reset grid" msgstr "Réinitaliser la grille" -#: ../src/live_effects/lpe-lattice2.cpp:268 -#: ../src/live_effects/lpe-lattice2.cpp:283 +#: ../src/live_effects/lpe-lattice2.cpp:268 ../src/live_effects/lpe-lattice2.cpp:283 msgid "Show Points" msgstr "Afficher les points" @@ -10571,23 +9530,19 @@ msgstr "Afficher les points" msgid "Hide Points" msgstr "Masquer les points" -#: ../src/live_effects/lpe-patternalongpath.cpp:50 -#: ../share/extensions/pathalongpath.inx.h:10 +#: ../src/live_effects/lpe-patternalongpath.cpp:50 ../share/extensions/pathalongpath.inx.h:10 msgid "Single" msgstr "Unique" -#: ../src/live_effects/lpe-patternalongpath.cpp:51 -#: ../share/extensions/pathalongpath.inx.h:11 +#: ../src/live_effects/lpe-patternalongpath.cpp:51 ../share/extensions/pathalongpath.inx.h:11 msgid "Single, stretched" msgstr "Unique, étiré" -#: ../src/live_effects/lpe-patternalongpath.cpp:52 -#: ../share/extensions/pathalongpath.inx.h:12 +#: ../src/live_effects/lpe-patternalongpath.cpp:52 ../share/extensions/pathalongpath.inx.h:12 msgid "Repeated" msgstr "Répété" -#: ../src/live_effects/lpe-patternalongpath.cpp:53 -#: ../share/extensions/pathalongpath.inx.h:13 +#: ../src/live_effects/lpe-patternalongpath.cpp:53 ../share/extensions/pathalongpath.inx.h:13 msgid "Repeated, stretched" msgstr "Répété, étiré" @@ -10625,12 +9580,8 @@ msgstr "Espa_cement :" #: ../src/live_effects/lpe-patternalongpath.cpp:68 #, no-c-format -msgid "" -"Space between copies of the pattern. Negative values allowed, but are " -"limited to -90% of pattern width." -msgstr "" -"Espace entre les exemplaires du motif. Les valeurs négatives sont " -"autorisées, mais limitées à -90 % de la largeur du motif." +msgid "Space between copies of the pattern. Negative values allowed, but are limited to -90% of pattern width." +msgstr "Espace entre les exemplaires du motif. Les valeurs négatives sont autorisées, mais limitées à -90 % de la largeur du motif." #: ../src/live_effects/lpe-patternalongpath.cpp:70 msgid "No_rmal offset:" @@ -10645,12 +9596,9 @@ msgid "Offsets in _unit of pattern size" msgstr "Décalages en _unité de taille de motif" #: ../src/live_effects/lpe-patternalongpath.cpp:73 -msgid "" -"Spacing, tangential and normal offset are expressed as a ratio of width/" -"height" +msgid "Spacing, tangential and normal offset are expressed as a ratio of width/height" msgstr "" -"L'espacement et le décalage tangentiel sont exprimés en proportion de la " -"longueur du motif, le décalage normal en proportion de sa largeur" +"L'espacement et le décalage tangentiel sont exprimés en proportion de la longueur du motif, le décalage normal en proportion de sa largeur" #: ../src/live_effects/lpe-patternalongpath.cpp:75 msgid "Pattern is _vertical" @@ -10666,12 +9614,9 @@ msgstr "_Fusionner les extrémités proches :" #: ../src/live_effects/lpe-patternalongpath.cpp:77 msgid "Fuse ends closer than this number. 0 means don't fuse." -msgstr "" -"Fusionne les extrémités plus proches que ce nombre. 0 indique de ne pas " -"fusionner." +msgstr "Fusionne les extrémités plus proches que ce nombre. 0 indique de ne pas fusionner." -#: ../src/live_effects/lpe-perspective-envelope.cpp:35 -#: ../share/extensions/perspective.inx.h:1 +#: ../src/live_effects/lpe-perspective-envelope.cpp:35 ../share/extensions/perspective.inx.h:1 msgid "Perspective" msgstr "Perspective" @@ -10732,8 +9677,7 @@ msgstr "Poignées :" msgid "CubicBezierSmooth" msgstr "CubicBezierJohan" -#: ../src/live_effects/lpe-powerstroke.cpp:151 -#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:13 +#: ../src/live_effects/lpe-powerstroke.cpp:151 ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:13 msgid "Round" msgstr "Arrondie" @@ -10741,8 +9685,7 @@ msgstr "Arrondie" msgid "Zero width" msgstr "Aucune épaisseur" -#: ../src/live_effects/lpe-powerstroke.cpp:171 -#: ../src/widgets/pencil-toolbar.cpp:115 +#: ../src/live_effects/lpe-powerstroke.cpp:171 ../src/widgets/pencil-toolbar.cpp:115 msgid "Spiro" msgstr "Spiro" @@ -10756,22 +9699,15 @@ msgstr "Trier les points" #: ../src/live_effects/lpe-powerstroke.cpp:178 msgid "Sort offset points according to their time value along the curve" -msgstr "" -"Trie les points de décalage en fonction de leur valeur temps le long de la " -"courbe" +msgstr "Trie les points de décalage en fonction de leur valeur temps le long de la courbe" -#: ../src/live_effects/lpe-powerstroke.cpp:180 -#: ../share/extensions/fractalize.inx.h:3 +#: ../src/live_effects/lpe-powerstroke.cpp:180 ../share/extensions/fractalize.inx.h:3 msgid "Smoothness:" msgstr "Lissage :" #: ../src/live_effects/lpe-powerstroke.cpp:180 -msgid "" -"Sets the smoothness for the CubicBezierJohan interpolator; 0 = linear " -"interpolation, 1 = smooth" -msgstr "" -"Définit le lissage pour l'interpolateur CubicBezierJohan (0 pour " -"interpolation linéaire, 1 pour interpolation douce)" +msgid "Sets the smoothness for the CubicBezierJohan interpolator; 0 = linear interpolation, 1 = smooth" +msgstr "Définit le lissage pour l'interpolateur CubicBezierJohan (0 pour interpolation linéaire, 1 pour interpolation douce)" #: ../src/live_effects/lpe-powerstroke.cpp:181 msgid "Start cap:" @@ -10781,8 +9717,7 @@ msgstr "Terminaison initiale :" msgid "Determines the shape of the path's start" msgstr "Définit la forme de début du chemin" -#: ../src/live_effects/lpe-powerstroke.cpp:183 -#: ../src/widgets/stroke-style.cpp:278 +#: ../src/live_effects/lpe-powerstroke.cpp:183 ../src/widgets/stroke-style.cpp:278 msgid "Maximum length of the miter (in units of stroke width)" msgstr "Longueur maximum du raccord (en unités de l'épaisseur du contour)" @@ -10816,48 +9751,32 @@ msgid "Half-turns smoothness: 1st side, in:" msgstr "Lissage des demi-tours : 1er côté, arrivée :" #: ../src/live_effects/lpe-rough-hatches.cpp:228 -msgid "" -"Set smoothness/sharpness of path when reaching a 'bottom' half-turn. " -"0=sharp, 1=default" -msgstr "" -"Définit le lissage du chemin lorsqu'il atteint un demi-tour inférieur. " -"0=net, 1=défaut" +msgid "Set smoothness/sharpness of path when reaching a 'bottom' half-turn. 0=sharp, 1=default" +msgstr "Définit le lissage du chemin lorsqu'il atteint un demi-tour inférieur. 0=net, 1=défaut" #: ../src/live_effects/lpe-rough-hatches.cpp:229 msgid "1st side, out:" msgstr "1er côté, départ :" #: ../src/live_effects/lpe-rough-hatches.cpp:229 -msgid "" -"Set smoothness/sharpness of path when leaving a 'bottom' half-turn. 0=sharp, " -"1=default" -msgstr "" -"Définit le lissage du chemin lorsqu'il quitte un demi-tour inférieur. 0=net, " -"1=défaut" +msgid "Set smoothness/sharpness of path when leaving a 'bottom' half-turn. 0=sharp, 1=default" +msgstr "Définit le lissage du chemin lorsqu'il quitte un demi-tour inférieur. 0=net, 1=défaut" #: ../src/live_effects/lpe-rough-hatches.cpp:230 msgid "2nd side, in:" msgstr "2e côté, arrivée :" #: ../src/live_effects/lpe-rough-hatches.cpp:230 -msgid "" -"Set smoothness/sharpness of path when reaching a 'top' half-turn. 0=sharp, " -"1=default" -msgstr "" -"Définit le lissage du chemin lorsqu'il atteint un demi-tour supérieur. " -"0=net, 1=défaut" +msgid "Set smoothness/sharpness of path when reaching a 'top' half-turn. 0=sharp, 1=default" +msgstr "Définit le lissage du chemin lorsqu'il atteint un demi-tour supérieur. 0=net, 1=défaut" #: ../src/live_effects/lpe-rough-hatches.cpp:231 msgid "2nd side, out:" msgstr "2e côté, départ :" #: ../src/live_effects/lpe-rough-hatches.cpp:231 -msgid "" -"Set smoothness/sharpness of path when leaving a 'top' half-turn. 0=sharp, " -"1=default" -msgstr "" -"Définit le lissage du chemin lorsqu'il quitte un demi-tour supérieur. 0=net, " -"1=défaut" +msgid "Set smoothness/sharpness of path when leaving a 'top' half-turn. 0=sharp, 1=default" +msgstr "Définit le lissage du chemin lorsqu'il quitte un demi-tour supérieur. 0=net, 1=défaut" #: ../src/live_effects/lpe-rough-hatches.cpp:232 msgid "Magnitude jitter: 1st side:" @@ -10865,41 +9784,27 @@ msgstr "Aléa d'amplitude : 1er côté :" #: ../src/live_effects/lpe-rough-hatches.cpp:232 msgid "Randomly moves 'bottom' half-turns to produce magnitude variations." -msgstr "" -"Déplace aléatoirement les demi-tours inférieurs pour produire des variations " -"d'amplitude." +msgstr "Déplace aléatoirement les demi-tours inférieurs pour produire des variations d'amplitude." -#: ../src/live_effects/lpe-rough-hatches.cpp:233 -#: ../src/live_effects/lpe-rough-hatches.cpp:235 -#: ../src/live_effects/lpe-rough-hatches.cpp:237 +#: ../src/live_effects/lpe-rough-hatches.cpp:233 ../src/live_effects/lpe-rough-hatches.cpp:235 ../src/live_effects/lpe-rough-hatches.cpp:237 msgid "2nd side:" msgstr "2e côté :" #: ../src/live_effects/lpe-rough-hatches.cpp:233 msgid "Randomly moves 'top' half-turns to produce magnitude variations." -msgstr "" -"Déplace aléatoirement les demi-tours supérieurs pour produire des variations " -"d'amplitude." +msgstr "Déplace aléatoirement les demi-tours supérieurs pour produire des variations d'amplitude." #: ../src/live_effects/lpe-rough-hatches.cpp:234 msgid "Parallelism jitter: 1st side:" msgstr "Aléa de parallélisme : 1er côté :" #: ../src/live_effects/lpe-rough-hatches.cpp:234 -msgid "" -"Add direction randomness by moving 'bottom' half-turns tangentially to the " -"boundary." -msgstr "" -"Ajoute un caractère aléatoire à la direction en déplaçant les demi-tours " -"inférieurs tangentiellement par rapport à la bordure." +msgid "Add direction randomness by moving 'bottom' half-turns tangentially to the boundary." +msgstr "Ajoute un caractère aléatoire à la direction en déplaçant les demi-tours inférieurs tangentiellement par rapport à la bordure." #: ../src/live_effects/lpe-rough-hatches.cpp:235 -msgid "" -"Add direction randomness by randomly moving 'top' half-turns tangentially to " -"the boundary." -msgstr "" -"Ajoute un caractère aléatoire à la direction en déplaçant les demi-tours " -"supérieurs tangentiellement par rapport à la bordure." +msgid "Add direction randomness by randomly moving 'top' half-turns tangentially to the boundary." +msgstr "Ajoute un caractère aléatoire à la direction en déplaçant les demi-tours supérieurs tangentiellement par rapport à la bordure." #: ../src/live_effects/lpe-rough-hatches.cpp:236 msgid "Variance: 1st side:" @@ -10977,21 +9882,16 @@ msgid "Global bending" msgstr "Flexion globale" #: ../src/live_effects/lpe-rough-hatches.cpp:249 -msgid "" -"Relative position to a reference point defines global bending direction and " -"amount" -msgstr "" -"La position relative à un point de référence définit globalement la " -"direction de la flexion et sa quantité" +msgid "Relative position to a reference point defines global bending direction and amount" +msgstr "La position relative à un point de référence définit globalement la direction de la flexion et sa quantité" #: ../src/live_effects/lpe-roughen.cpp:30 ../share/extensions/addnodes.inx.h:4 msgid "By number of segments" msgstr "Par nombre de segments" #: ../src/live_effects/lpe-roughen.cpp:31 -#, fuzzy msgid "By max. segment size" -msgstr "Par longueur maximum de segment" +msgstr "Par longueur maximale de segment" #: ../src/live_effects/lpe-roughen.cpp:37 #, fuzzy @@ -10999,14 +9899,12 @@ msgid "Along nodes" msgstr "Joindre les nœuds" #: ../src/live_effects/lpe-roughen.cpp:38 -#, fuzzy msgid "Rand" -msgstr "Aléatoirement" +msgstr "Aléa" #: ../src/live_effects/lpe-roughen.cpp:39 -#, fuzzy msgid "Retract" -msgstr "Extraire" +msgstr "Rétracter" #. initialise your parameters here: #: ../src/live_effects/lpe-roughen.cpp:48 @@ -11018,59 +9916,49 @@ msgid "Division method" msgstr "Méthode de division" #: ../src/live_effects/lpe-roughen.cpp:50 -#, fuzzy msgid "Max. segment size" -msgstr "Par longueur maximum de segment" +msgstr "Taille maximale de segment" #: ../src/live_effects/lpe-roughen.cpp:52 -#, fuzzy msgid "Number of segments" -msgstr "Nombre de segments :" +msgstr "Nombre de segments" #: ../src/live_effects/lpe-roughen.cpp:54 -#, fuzzy msgid "Max. displacement in X" -msgstr "Déplacement maximum sur l'axe X (px) :" +msgstr "Déplacement maximum sur l'axe X" #: ../src/live_effects/lpe-roughen.cpp:56 -#, fuzzy msgid "Max. displacement in Y" -msgstr "Déplacement maximum sur l'axe Y (px) :" +msgstr "Déplacement maximum sur l'axe Y" #: ../src/live_effects/lpe-roughen.cpp:58 -#, fuzzy msgid "Global randomize" -msgstr "sensiblement aléatoire" +msgstr "Aléa global" #: ../src/live_effects/lpe-roughen.cpp:60 -#, fuzzy msgid "Handles" -msgstr "Poignée" +msgstr "Poignées" #: ../src/live_effects/lpe-roughen.cpp:60 -#, fuzzy msgid "Handles options" -msgstr "Rendre les positions aléatoires" +msgstr "Options des poignées" #: ../src/live_effects/lpe-roughen.cpp:62 #, fuzzy msgid "Max. smooth handle angle" msgstr "Poignée de nœud doux" -#: ../src/live_effects/lpe-roughen.cpp:64 -#: ../share/extensions/radiusrand.inx.h:5 +#: ../src/live_effects/lpe-roughen.cpp:64 ../share/extensions/radiusrand.inx.h:5 msgid "Shift nodes" msgstr "Déplacer les nœuds" #: ../src/live_effects/lpe-roughen.cpp:66 -#, fuzzy msgid "Fixed displacement" -msgstr "Déplacement en X :" +msgstr "Déplacement fixe" #: ../src/live_effects/lpe-roughen.cpp:66 -#, fuzzy msgid "Fixed displacement, 1/3 of segment length" -msgstr "Déplacement en X :" +msgstr "Déplacement fixé à 1/3 de la longueur de segment" #: ../src/live_effects/lpe-roughen.cpp:68 #, fuzzy @@ -11079,7 +9967,7 @@ msgstr "Préférences de l'outil aérographe" #: ../src/live_effects/lpe-roughen.cpp:68 msgid "For use with spray tool" -msgstr "" +msgstr "Pour utiliser avec l'outil aérographe" #: ../src/live_effects/lpe-roughen.cpp:128 msgid "<b>Add nodes</b> Subdivide each segment" @@ -11097,17 +9985,13 @@ msgstr "" msgid "<b>Options</b> Modify options to rough" msgstr "" -#: ../src/live_effects/lpe-ruler.cpp:25 ../share/extensions/measure.inx.h:27 -#: ../share/extensions/restack.inx.h:16 -#: ../share/extensions/text_extract.inx.h:8 -#: ../share/extensions/text_merge.inx.h:8 +#: ../src/live_effects/lpe-ruler.cpp:25 ../share/extensions/measure.inx.h:27 ../share/extensions/restack.inx.h:16 +#: ../share/extensions/text_extract.inx.h:8 ../share/extensions/text_merge.inx.h:8 msgid "Left" msgstr "Gauche" -#: ../src/live_effects/lpe-ruler.cpp:26 ../share/extensions/measure.inx.h:29 -#: ../share/extensions/restack.inx.h:18 -#: ../share/extensions/text_extract.inx.h:10 -#: ../share/extensions/text_merge.inx.h:10 +#: ../src/live_effects/lpe-ruler.cpp:26 ../share/extensions/measure.inx.h:29 ../share/extensions/restack.inx.h:18 +#: ../share/extensions/text_extract.inx.h:10 ../share/extensions/text_merge.inx.h:10 msgid "Right" msgstr "Droite" @@ -11120,15 +10004,11 @@ msgctxt "Border mark" msgid "None" msgstr "Aucune" -#: ../src/live_effects/lpe-ruler.cpp:33 -#: ../src/live_effects/lpe-transform_2pts.cpp:37 -#: ../src/widgets/arc-toolbar.cpp:319 +#: ../src/live_effects/lpe-ruler.cpp:33 ../src/live_effects/lpe-transform_2pts.cpp:37 ../src/widgets/arc-toolbar.cpp:319 msgid "Start" msgstr "Début" -#: ../src/live_effects/lpe-ruler.cpp:34 -#: ../src/live_effects/lpe-transform_2pts.cpp:38 -#: ../src/widgets/arc-toolbar.cpp:332 +#: ../src/live_effects/lpe-ruler.cpp:34 ../src/live_effects/lpe-transform_2pts.cpp:38 ../src/widgets/arc-toolbar.cpp:332 msgid "End" msgstr "Fin" @@ -11140,11 +10020,8 @@ msgstr "Distance entre _graduations :" msgid "Distance between successive ruler marks" msgstr "Distance entre deux graduations successives" -#: ../src/live_effects/lpe-ruler.cpp:42 -#: ../share/extensions/foldablebox.inx.h:7 -#: ../share/extensions/interp_att_g.inx.h:9 -#: ../share/extensions/layout_nup.inx.h:3 -#: ../share/extensions/printing_marks.inx.h:11 +#: ../src/live_effects/lpe-ruler.cpp:42 ../share/extensions/foldablebox.inx.h:7 ../share/extensions/interp_att_g.inx.h:9 +#: ../share/extensions/layout_nup.inx.h:3 ../share/extensions/printing_marks.inx.h:11 msgid "Unit:" msgstr "Unité :" @@ -11174,8 +10051,7 @@ msgstr "Graduations _principales :" #: ../src/live_effects/lpe-ruler.cpp:45 msgid "Draw a major mark every ... steps" -msgstr "" -"Dessine une graduation principale en fonction de ce nombre de graduations" +msgstr "Dessine une graduation principale en fonction de ce nombre de graduations" #: ../src/live_effects/lpe-ruler.cpp:46 msgid "Shift marks _by:" @@ -11191,9 +10067,7 @@ msgstr "Positionnement de la règle :" #: ../src/live_effects/lpe-ruler.cpp:47 msgid "Direction of marks (when viewing along the path from start to end)" -msgstr "" -"Positionnement de la règle, en regardant le long du chemin du début vers la " -"fin" +msgstr "Positionnement de la règle, en regardant le long du chemin du début vers la fin" #: ../src/live_effects/lpe-ruler.cpp:48 msgid "_Offset:" @@ -11209,41 +10083,33 @@ msgstr "Graduation à l'extrémité :" #: ../src/live_effects/lpe-ruler.cpp:49 msgid "Choose whether to draw marks at the beginning and end of the path" -msgstr "" -"Choisir si les graduations doivent être dessinées au début ou à la fin du " -"chemin" +msgstr "Choisir si les graduations doivent être dessinées au début ou à la fin du chemin" #: ../src/live_effects/lpe-show_handles.cpp:25 -#, fuzzy msgid "Show nodes" -msgstr "Afficher les poignées" +msgstr "Afficher les nœuds" #: ../src/live_effects/lpe-show_handles.cpp:27 -#, fuzzy msgid "Show path" -msgstr "Dessiner un chemin" +msgstr "Afficher le chemin" #: ../src/live_effects/lpe-show_handles.cpp:28 #, fuzzy msgid "Scale nodes and handles" msgstr "Aimanter aux nœuds, chemins et poignées" -#: ../src/live_effects/lpe-show_handles.cpp:29 -#: ../src/ui/tool/multi-path-manipulator.cpp:788 -#: ../src/ui/tool/multi-path-manipulator.cpp:791 +#: ../src/live_effects/lpe-show_handles.cpp:29 ../src/ui/tool/multi-path-manipulator.cpp:788 ../src/ui/tool/multi-path-manipulator.cpp:791 msgid "Rotate nodes" msgstr "Tourner les nœuds" #: ../src/live_effects/lpe-show_handles.cpp:55 msgid "" -"The \"show handles\" path effect will remove any custom style on the object " -"you are applying it to. If this is not what you want, click Cancel." +"The \"show handles\" path effect will remove any custom style on the object you are applying it to. If this is not what you want, click Cancel." msgstr "" #: ../src/live_effects/lpe-simplify.cpp:30 -#, fuzzy msgid "Steps:" -msgstr "I_ncrément :" +msgstr "Incréments :" #: ../src/live_effects/lpe-simplify.cpp:30 #, fuzzy @@ -11308,9 +10174,7 @@ msgstr "Variation de longueur des traits :" #: ../src/live_effects/lpe-sketch.cpp:42 msgid "Random variation of stroke length (relative to maximum length)" -msgstr "" -"Variation aléatoire de la longueur des traits (relative à la longueur " -"maximale)" +msgstr "Variation aléatoire de la longueur des traits (relative à la longueur maximale)" #: ../src/live_effects/lpe-sketch.cpp:43 msgid "Max. overlap:" @@ -11326,20 +10190,15 @@ msgstr "Variation de chevauchement :" #: ../src/live_effects/lpe-sketch.cpp:46 msgid "Random variation of overlap (relative to maximum overlap)" -msgstr "" -"Variation aléatoire de chevauchement (relatif au chevauchement maximum)" +msgstr "Variation aléatoire de chevauchement (relatif au chevauchement maximum)" #: ../src/live_effects/lpe-sketch.cpp:47 msgid "Max. end tolerance:" msgstr "Tolérance maximale de fin :" #: ../src/live_effects/lpe-sketch.cpp:48 -msgid "" -"Maximum distance between ends of original and approximating paths (relative " -"to maximum length)" -msgstr "" -"Distance maximale entre la fin de l'original et les chemins approximatifs " -"(relatif à la longueur maximale)" +msgid "Maximum distance between ends of original and approximating paths (relative to maximum length)" +msgstr "Distance maximale entre la fin de l'original et les chemins approximatifs (relatif à la longueur maximale)" #: ../src/live_effects/lpe-sketch.cpp:49 msgid "Average offset:" @@ -11373,19 +10232,14 @@ msgstr "Lignes de construction :" msgid "How many construction lines (tangents) to draw" msgstr "Nombre de lignes de construction (tangentes) à dessiner" -#: ../src/live_effects/lpe-sketch.cpp:58 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2892 -#: ../share/extensions/render_alphabetsoup.inx.h:3 +#: ../src/live_effects/lpe-sketch.cpp:58 ../src/ui/dialog/filter-effects-dialog.cpp:2892 ../share/extensions/render_alphabetsoup.inx.h:3 msgid "Scale:" msgstr "Longueur/Courbure :" #: ../src/live_effects/lpe-sketch.cpp:59 -msgid "" -"Scale factor relating curvature and length of construction lines (try " -"5*offset)" +msgid "Scale factor relating curvature and length of construction lines (try 5*offset)" msgstr "" -"Coefficient de proportionnalité entre longueur des lignes de construction et " -"rayon de courbure du chemin (essayer 5 fois la valeur de décalage)" +"Coefficient de proportionnalité entre longueur des lignes de construction et rayon de courbure du chemin (essayer 5 fois la valeur de décalage)" #: ../src/live_effects/lpe-sketch.cpp:60 msgid "Max. length:" @@ -11409,9 +10263,7 @@ msgstr "Caractère aléatoire du placement :" #: ../src/live_effects/lpe-sketch.cpp:62 msgid "0: evenly distributed construction lines, 1: purely random placement" -msgstr "" -"0 : lignes de construction régulièrement distribuées, 1 : placement purement " -"aléatoire" +msgstr "0 : lignes de construction régulièrement distribuées, 1 : placement purement aléatoire" #: ../src/live_effects/lpe-sketch.cpp:64 msgid "k_min:" @@ -11433,8 +10285,7 @@ msgstr "courbure max." msgid "Extrapolated" msgstr "Extrapolé" -#: ../src/live_effects/lpe-taperstroke.cpp:73 -#: ../share/extensions/edge3d.inx.h:5 +#: ../src/live_effects/lpe-taperstroke.cpp:73 ../share/extensions/edge3d.inx.h:5 msgid "Stroke width:" msgstr "Épaisseur du contour :" @@ -11535,14 +10386,12 @@ msgid "Flip vertical" msgstr "Retourner verticalement" #: ../src/live_effects/lpe-transform_2pts.cpp:37 -#, fuzzy msgid "Start point" -msgstr "Trier les points" +msgstr "Point de départ" #: ../src/live_effects/lpe-transform_2pts.cpp:38 -#, fuzzy msgid "End point" -msgstr "Chemin de courbure :" +msgstr "Point final" #: ../src/live_effects/lpe-transform_2pts.cpp:39 #, fuzzy @@ -11579,12 +10428,8 @@ msgstr "Centres de rotation" msgid "Change index of knot" msgstr "Modifier le type de nœud" -#: ../src/live_effects/lpe-transform_2pts.cpp:350 -#: ../src/ui/dialog/inkscape-preferences.cpp:1610 -#: ../src/ui/dialog/pixelartdialog.cpp:296 -#: ../src/ui/dialog/svg-fonts-dialog.cpp:699 -#: ../src/ui/dialog/tracedialog.cpp:813 -#: ../src/ui/widget/preferences-widget.cpp:746 +#: ../src/live_effects/lpe-transform_2pts.cpp:350 ../src/ui/dialog/inkscape-preferences.cpp:1610 ../src/ui/dialog/pixelartdialog.cpp:296 +#: ../src/ui/dialog/svg-fonts-dialog.cpp:699 ../src/ui/dialog/tracedialog.cpp:813 ../src/ui/widget/preferences-widget.cpp:746 msgid "Reset" msgstr "Réinitialiser" @@ -11603,22 +10448,16 @@ msgstr "Chemin générateur :" #: ../src/live_effects/lpe-vonkoch.cpp:47 msgid "Path whose segments define the iterated transforms" msgstr "" -"La fractale est obtenue en itérant les transformations qui envoient le " -"chemin de référence sur chaque segment de celui-ci (un segment isolé définit " -"une transformation préservant les proportions, deux segments attachés " -"définissent une transformation générale)" +"La fractale est obtenue en itérant les transformations qui envoient le chemin de référence sur chaque segment de celui-ci (un segment isolé " +"définit une transformation préservant les proportions, deux segments attachés définissent une transformation générale)" #: ../src/live_effects/lpe-vonkoch.cpp:48 msgid "_Use uniform transforms only" msgstr "_Utiliser uniquement les transformations uniformes" #: ../src/live_effects/lpe-vonkoch.cpp:48 -msgid "" -"2 consecutive segments are used to reverse/preserve orientation only " -"(otherwise, they define a general transform)." -msgstr "" -"N'utiliser que des transformations qui préservent les proportions " -"(rotations, symétries, redimensionnements)." +msgid "2 consecutive segments are used to reverse/preserve orientation only (otherwise, they define a general transform)." +msgstr "N'utiliser que des transformations qui préservent les proportions (rotations, symétries, redimensionnements)." #: ../src/live_effects/lpe-vonkoch.cpp:49 msgid "Dra_w all generations" @@ -11635,9 +10474,7 @@ msgstr "Segment de référence :" #: ../src/live_effects/lpe-vonkoch.cpp:51 msgid "The reference segment. Defaults to the horizontal midline of the bbox." -msgstr "" -"Segment de référence. Par défaut centré horizontalement sur la boîte " -"englobante." +msgstr "Segment de référence. Par défaut centré horizontalement sur la boîte englobante." #. refA(_("Ref Start"), _("Left side middle of the reference box"), "refA", &wr, this), #. refB(_("Ref End"), _("Right side middle of the reference box"), "refB", &wr, this), @@ -11658,36 +10495,23 @@ msgstr "Modifier le paramètre booléen" msgid "Change enumeration parameter" msgstr "Changer le paramètre d'énumération" -#: ../src/live_effects/parameter/filletchamferpointarray.cpp:778 -#: ../src/live_effects/parameter/filletchamferpointarray.cpp:839 -msgid "" -"<b>Chamfer</b>: <b>Ctrl+Click</b> toggle type, <b>Shift+Click</b> open " -"dialog, <b>Ctrl+Alt+Click</b> reset" +#: ../src/live_effects/parameter/filletchamferpointarray.cpp:778 ../src/live_effects/parameter/filletchamferpointarray.cpp:839 +msgid "<b>Chamfer</b>: <b>Ctrl+Click</b> toggle type, <b>Shift+Click</b> open dialog, <b>Ctrl+Alt+Click</b> reset" msgstr "" -#: ../src/live_effects/parameter/filletchamferpointarray.cpp:782 -#: ../src/live_effects/parameter/filletchamferpointarray.cpp:843 -msgid "" -"<b>Inverse Chamfer</b>: <b>Ctrl+Click</b> toggle type, <b>Shift+Click</b> " -"open dialog, <b>Ctrl+Alt+Click</b> reset" +#: ../src/live_effects/parameter/filletchamferpointarray.cpp:782 ../src/live_effects/parameter/filletchamferpointarray.cpp:843 +msgid "<b>Inverse Chamfer</b>: <b>Ctrl+Click</b> toggle type, <b>Shift+Click</b> open dialog, <b>Ctrl+Alt+Click</b> reset" msgstr "" -#: ../src/live_effects/parameter/filletchamferpointarray.cpp:786 -#: ../src/live_effects/parameter/filletchamferpointarray.cpp:847 -msgid "" -"<b>Inverse Fillet</b>: <b>Ctrl+Click</b> toggle type, <b>Shift+Click</b> " -"open dialog, <b>Ctrl+Alt+Click</b> reset" +#: ../src/live_effects/parameter/filletchamferpointarray.cpp:786 ../src/live_effects/parameter/filletchamferpointarray.cpp:847 +msgid "<b>Inverse Fillet</b>: <b>Ctrl+Click</b> toggle type, <b>Shift+Click</b> open dialog, <b>Ctrl+Alt+Click</b> reset" msgstr "" -#: ../src/live_effects/parameter/filletchamferpointarray.cpp:790 -#: ../src/live_effects/parameter/filletchamferpointarray.cpp:851 -msgid "" -"<b>Fillet</b>: <b>Ctrl+Click</b> toggle type, <b>Shift+Click</b> open " -"dialog, <b>Ctrl+Alt+Click</b> reset" +#: ../src/live_effects/parameter/filletchamferpointarray.cpp:790 ../src/live_effects/parameter/filletchamferpointarray.cpp:851 +msgid "<b>Fillet</b>: <b>Ctrl+Click</b> toggle type, <b>Shift+Click</b> open dialog, <b>Ctrl+Alt+Click</b> reset" msgstr "" -#: ../src/live_effects/parameter/originalpath.cpp:67 -#: ../src/live_effects/parameter/originalpatharray.cpp:155 +#: ../src/live_effects/parameter/originalpath.cpp:67 ../src/live_effects/parameter/originalpatharray.cpp:155 msgid "Link to path" msgstr "Lier au chemin" @@ -11695,13 +10519,11 @@ msgstr "Lier au chemin" msgid "Select original" msgstr "Sélectionner l'original" -#: ../src/live_effects/parameter/originalpatharray.cpp:90 -#: ../src/widgets/gradient-toolbar.cpp:1208 +#: ../src/live_effects/parameter/originalpatharray.cpp:90 ../src/widgets/gradient-toolbar.cpp:1208 msgid "Reverse" msgstr "Inverser" -#: ../src/live_effects/parameter/originalpatharray.cpp:130 -#: ../src/live_effects/parameter/originalpatharray.cpp:315 +#: ../src/live_effects/parameter/originalpatharray.cpp:130 ../src/live_effects/parameter/originalpatharray.cpp:315 #: ../src/live_effects/parameter/path.cpp:481 msgid "Link path parameter to path" msgstr "Lier les paramètres de chemin au chemin" @@ -11711,14 +10533,12 @@ msgstr "Lier les paramètres de chemin au chemin" msgid "Remove Path" msgstr "_Retirer du chemin" -#: ../src/live_effects/parameter/originalpatharray.cpp:179 -#: ../src/ui/dialog/objects.cpp:1850 +#: ../src/live_effects/parameter/originalpatharray.cpp:179 ../src/ui/dialog/objects.cpp:1850 #, fuzzy msgid "Move Down" msgstr "Mode déplacement" -#: ../src/live_effects/parameter/originalpatharray.cpp:191 -#: ../src/ui/dialog/objects.cpp:1858 +#: ../src/live_effects/parameter/originalpatharray.cpp:191 ../src/ui/dialog/objects.cpp:1858 #, fuzzy msgid "Move Up" msgstr "Déplacer le chemin" @@ -11762,17 +10582,14 @@ msgstr "Coller le paramètre du chemin" msgid "Change point parameter" msgstr "Modifier le paramètre de point" -#: ../src/live_effects/parameter/powerstrokepointarray.cpp:239 -#: ../src/live_effects/parameter/powerstrokepointarray.cpp:256 +#: ../src/live_effects/parameter/powerstrokepointarray.cpp:239 ../src/live_effects/parameter/powerstrokepointarray.cpp:256 #, fuzzy msgid "" -"<b>Stroke width control point</b>: drag to alter the stroke width. <b>Ctrl" -"+click</b> adds a control point, <b>Ctrl+Alt+click</b> deletes it, <b>Shift" -"+click</b> launches width dialog." +"<b>Stroke width control point</b>: drag to alter the stroke width. <b>Ctrl+click</b> adds a control point, <b>Ctrl+Alt+click</b> deletes it, " +"<b>Shift+click</b> launches width dialog." msgstr "" -"<b>point de contrôle de l'épaisseur de contour</b> : cliquer-glisser pour " -"modifier l'épaisseur ; <b>Ctrl+clic</b> ajouter un point de contrôle ; " -"<b>Ctrl+Alt+clic</b> supprime le point de contrôle" +"<b>point de contrôle de l'épaisseur de contour</b> : cliquer-glisser pour modifier l'épaisseur ; <b>Ctrl+clic</b> ajouter un point de " +"contrôle ; <b>Ctrl+Alt+clic</b> supprime le point de contrôle" #: ../src/live_effects/parameter/random.cpp:134 msgid "Change random parameter" @@ -11787,8 +10604,7 @@ msgstr "Modifier le paramètre de texte" msgid "Change togglebutton parameter" msgstr "Modifier le paramètre de texte" -#: ../src/live_effects/parameter/transformedpoint.cpp:98 -#: ../src/live_effects/parameter/vector.cpp:99 +#: ../src/live_effects/parameter/transformedpoint.cpp:98 ../src/live_effects/parameter/vector.cpp:99 msgid "Change vector parameter" msgstr "Modifier le paramètre de vecteur" @@ -11812,9 +10628,7 @@ msgstr "Afficher la version d'Inkscape" #: ../src/main.cpp:300 msgid "Do not use X server (only process files from console)" -msgstr "" -"Ne pas utiliser le serveur X (traiter les fichiers seulement depuis la " -"console)" +msgstr "Ne pas utiliser le serveur X (traiter les fichiers seulement depuis la console)" #: ../src/main.cpp:305 msgid "Try to use X server (even if $DISPLAY is not set)" @@ -11824,17 +10638,14 @@ msgstr "Essayer d'utiliser le serveur X (même si $DISPLAY n'est pas défini)" msgid "Open specified document(s) (option string may be excluded)" msgstr "Ouvrir les document(s) spécifiés (la chaîne d'option peut être exclue)" -#: ../src/main.cpp:311 ../src/main.cpp:316 ../src/main.cpp:321 -#: ../src/main.cpp:393 ../src/main.cpp:398 ../src/main.cpp:403 -#: ../src/main.cpp:414 ../src/main.cpp:430 ../src/main.cpp:435 +#: ../src/main.cpp:311 ../src/main.cpp:316 ../src/main.cpp:321 ../src/main.cpp:393 ../src/main.cpp:398 ../src/main.cpp:403 ../src/main.cpp:414 +#: ../src/main.cpp:430 ../src/main.cpp:435 msgid "FILENAME" msgstr "NOMDEFICHIER" #: ../src/main.cpp:315 msgid "Print document(s) to specified output file (use '| program' for pipe)" -msgstr "" -"Imprimer les document(s) dans le fichier de sortie spécifié (utilisez '| " -"programme ' pour envoyer la sortie à un programme)" +msgstr "Imprimer les document(s) dans le fichier de sortie spécifié (utilisez '| programme ' pour envoyer la sortie à un programme)" #: ../src/main.cpp:320 msgid "Export document to a PNG file" @@ -11842,24 +10653,16 @@ msgstr "Exporter le document vers un fichier PNG" #: ../src/main.cpp:325 #, fuzzy -msgid "" -"Resolution for exporting to bitmap and for rasterization of filters in PS/" -"EPS/PDF (default 96)" -msgstr "" -"Résolution pour l'exportation de bitmap et la rastérisation des filtres en " -"PS/EPS/PDS (90 par défaut)" +msgid "Resolution for exporting to bitmap and for rasterization of filters in PS/EPS/PDF (default 96)" +msgstr "Résolution pour l'exportation de bitmap et la rastérisation des filtres en PS/EPS/PDS (90 par défaut)" #: ../src/main.cpp:326 ../src/ui/widget/rendering-options.cpp:37 msgid "DPI" msgstr "PPP" #: ../src/main.cpp:330 -msgid "" -"Exported area in SVG user units (default is the page; 0,0 is lower-left " -"corner)" -msgstr "" -"Zone à exporter, en unités utilisateur SVG (par défaut, la zone de travail " -"entière ; 0,0 est le coin inférieur gauche)" +msgid "Exported area in SVG user units (default is the page; 0,0 is lower-left corner)" +msgstr "Zone à exporter, en unités utilisateur SVG (par défaut, la zone de travail entière ; 0,0 est le coin inférieur gauche)" #: ../src/main.cpp:331 msgid "x0:y0:x1:y1" @@ -11875,21 +10678,15 @@ msgstr "La zone à exporter est la zone de travail entière" #: ../src/main.cpp:345 msgid "Only for PS/EPS/PDF, sets margin in mm around exported area (default 0)" -msgstr "" -"Seulement pour PS/EPS/PDF, définit une marge en mm autour de la zone " -"exportée (0 par défaut)" +msgstr "Seulement pour PS/EPS/PDF, définit une marge en mm autour de la zone exportée (0 par défaut)" #: ../src/main.cpp:346 ../src/main.cpp:388 msgid "VALUE" msgstr "VALEUR" #: ../src/main.cpp:350 -msgid "" -"Snap the bitmap export area outwards to the nearest integer values (in SVG " -"user units)" -msgstr "" -"Ajuster la zone à exporter en bitmap aux valeurs entières supérieures les " -"plus proches (en unités utilisateur SVG)" +msgid "Snap the bitmap export area outwards to the nearest integer values (in SVG user units)" +msgstr "Ajuster la zone à exporter en bitmap aux valeurs entières supérieures les plus proches (en unités utilisateur SVG)" #: ../src/main.cpp:355 msgid "The width of exported bitmap in pixels (overrides export-dpi)" @@ -11911,31 +10708,23 @@ msgstr "HAUTEUR" msgid "The ID of the object to export" msgstr "L'Id de l'objet à exporter" -#: ../src/main.cpp:366 ../src/main.cpp:479 -#: ../src/ui/dialog/inkscape-preferences.cpp:1556 +#: ../src/main.cpp:366 ../src/main.cpp:479 ../src/ui/dialog/inkscape-preferences.cpp:1556 msgid "ID" msgstr "Id" #. TRANSLATORS: this means: "Only export the object whose id is given in --export-id". #. See "man inkscape" for details. #: ../src/main.cpp:372 -msgid "" -"Export just the object with export-id, hide all others (only with export-id)" -msgstr "" -"N'exporter que l'objet avec export-id, cacher tous les autres (seulement " -"avec export-id)" +msgid "Export just the object with export-id, hide all others (only with export-id)" +msgstr "N'exporter que l'objet avec export-id, cacher tous les autres (seulement avec export-id)" #: ../src/main.cpp:377 msgid "Use stored filename and DPI hints when exporting (only with export-id)" -msgstr "" -"Utiliser le nom de fichier et la résolution enregistrés lors de " -"l'exportation (seulement avec export-id)" +msgstr "Utiliser le nom de fichier et la résolution enregistrés lors de l'exportation (seulement avec export-id)" #: ../src/main.cpp:382 msgid "Background color of exported bitmap (any SVG-supported color string)" -msgstr "" -"Couleur de fond du bitmap exporté (n'importe quelle code de couleur permise " -"par SVG)" +msgstr "Couleur de fond du bitmap exporté (n'importe quelle code de couleur permise par SVG)" #: ../src/main.cpp:383 msgid "COLOR" @@ -11947,9 +10736,7 @@ msgstr "Opacité du fond du bitmap exporté (entre 0,0 et 1,0 ou 1 et 255))" #: ../src/main.cpp:392 msgid "Export document to plain SVG file (no sodipodi or inkscape namespaces)" -msgstr "" -"Exporter le document en SVG simple (sans espace de nom de Sodipodi ou " -"d'Inkscape)" +msgstr "Exporter le document en SVG simple (sans espace de nom de Sodipodi ou d'Inkscape)" #: ../src/main.cpp:397 msgid "Export document to a PS file" @@ -11961,12 +10748,8 @@ msgstr "Exporter le document en fichier EPS" #: ../src/main.cpp:407 #, fuzzy -msgid "" -"Choose the PostScript Level used to export. Possible choices are 2 and 3 " -"(the default)" -msgstr "" -"Niveau PostScript utilisé pour l'exportation. Les choix possibles dont 2 " -"(par défaut) ou 3." +msgid "Choose the PostScript Level used to export. Possible choices are 2 and 3 (the default)" +msgstr "Niveau PostScript utilisé pour l'exportation. Les choix possibles dont 2 (par défaut) ou 3." #: ../src/main.cpp:409 msgid "PS Level" @@ -11979,12 +10762,11 @@ msgstr "Exporter le document en fichier PDF" #. TRANSLATORS: "--export-pdf-version" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:419 msgid "" -"Export PDF to given version. (hint: make sure to input the exact string " -"found in the PDF export dialog, e.g. \"PDF 1.4\" which is PDF-a conformant)" +"Export PDF to given version. (hint: make sure to input the exact string found in the PDF export dialog, e.g. \"PDF 1.4\" which is PDF-a " +"conformant)" msgstr "" -"Exporter le PDF dans une version donnée (astuce : assurez-vous que la valeur " -"saisie corresponde bien à la chaîne présentée dans la boîte de dialogue " -"d'exportation PDF, par exemple \"PDF 1.4\" - conforme PDF-a)" +"Exporter le PDF dans une version donnée (astuce : assurez-vous que la valeur saisie corresponde bien à la chaîne présentée dans la boîte de " +"dialogue d'exportation PDF, par exemple \"PDF 1.4\" - conforme PDF-a)" #: ../src/main.cpp:420 msgid "PDF_VERSION" @@ -11992,13 +10774,11 @@ msgstr "VERSION_PDF" #: ../src/main.cpp:424 msgid "" -"Export PDF/PS/EPS without text. Besides the PDF/PS/EPS, a LaTeX file is " -"exported, putting the text on top of the PDF/PS/EPS file. Include the result " -"in LaTeX like: \\input{latexfile.tex}" +"Export PDF/PS/EPS without text. Besides the PDF/PS/EPS, a LaTeX file is exported, putting the text on top of the PDF/PS/EPS file. Include the " +"result in LaTeX like: \\input{latexfile.tex}" msgstr "" -"Exporte en PDF, PS ou EPS sans texte, celui-ci étant exporté dans un LaTex " -"séparé. Le résultat peut être intégré dans LaTeX avec : \\input{latexfile." -"tex}" +"Exporte en PDF, PS ou EPS sans texte, celui-ci étant exporté dans un LaTex séparé. Le résultat peut être intégré dans LaTeX avec : " +"\\input{latexfile.tex}" #: ../src/main.cpp:429 msgid "Export document to an Enhanced Metafile (EMF) File" @@ -12010,50 +10790,31 @@ msgstr "Exporter le document en fichier WMF (Métafichier Windows)" #: ../src/main.cpp:439 msgid "Convert text object to paths on export (PS, EPS, PDF, SVG)" -msgstr "" -"Convertir les objets texte en chemins lors de l'export (PS, EPS, PDF, SVG)" +msgstr "Convertir les objets texte en chemins lors de l'export (PS, EPS, PDF, SVG)" #: ../src/main.cpp:444 -msgid "" -"Render filtered objects without filters, instead of rasterizing (PS, EPS, " -"PDF)" -msgstr "" -"Les objets filtrés sont rendus sans filtres, plutôt que rastérisés (PS, EPS, " -"PDF)" +msgid "Render filtered objects without filters, instead of rasterizing (PS, EPS, PDF)" +msgstr "Les objets filtrés sont rendus sans filtres, plutôt que rastérisés (PS, EPS, PDF)" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:450 -msgid "" -"Query the X coordinate of the drawing or, if specified, of the object with --" -"query-id" -msgstr "" -"Demander l'abscisse (coordonnée X) du dessin ou, si spécifié avec --query-" -"id, de l'objet" +msgid "Query the X coordinate of the drawing or, if specified, of the object with --query-id" +msgstr "Demander l'abscisse (coordonnée X) du dessin ou, si spécifié avec --query-id, de l'objet" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:456 -msgid "" -"Query the Y coordinate of the drawing or, if specified, of the object with --" -"query-id" -msgstr "" -"Demander l'ordonnée (coordonnée Y) du dessin ou, si spécifié avec --query-" -"id, de l'objet" +msgid "Query the Y coordinate of the drawing or, if specified, of the object with --query-id" +msgstr "Demander l'ordonnée (coordonnée Y) du dessin ou, si spécifié avec --query-id, de l'objet" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:462 -msgid "" -"Query the width of the drawing or, if specified, of the object with --query-" -"id" -msgstr "" -"Demander la largeur du dessin ou, si spécifié avec --query-id, de l'objet" +msgid "Query the width of the drawing or, if specified, of the object with --query-id" +msgstr "Demander la largeur du dessin ou, si spécifié avec --query-id, de l'objet" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:468 -msgid "" -"Query the height of the drawing or, if specified, of the object with --query-" -"id" -msgstr "" -"Demander la hauteur du dessin ou, si spécifié avec --query-id, de l'objet" +msgid "Query the height of the drawing or, if specified, of the object with --query-id" +msgstr "Demander la hauteur du dessin ou, si spécifié avec --query-id, de l'objet" #: ../src/main.cpp:473 msgid "List id,x,y,w,h for all objects" @@ -12077,12 +10838,8 @@ msgid "Enter a listening loop for D-Bus messages in console mode" msgstr "Saisissez une boucle d'écoute pour les messages D-Bus en mode console" #: ../src/main.cpp:500 -msgid "" -"Specify the D-Bus bus name to listen for messages on (default is org." -"inkscape)" -msgstr "" -"Spécifie le nom du bus D-Bus sur lequel écouter les messages (org.inkscape " -"par défaut)" +msgid "Specify the D-Bus bus name to listen for messages on (default is org.inkscape)" +msgstr "Spécifie le nom du bus D-Bus sur lequel écouter les messages (org.inkscape par défaut)" #: ../src/main.cpp:501 msgid "BUS-NAME" @@ -12197,8 +10954,7 @@ msgstr "Moti_f" msgid "_Path" msgstr "_Chemin" -#: ../src/menus-skeleton.h:249 ../src/ui/dialog/find.cpp:78 -#: ../src/ui/dialog/text-edit.cpp:71 +#: ../src/menus-skeleton.h:249 ../src/ui/dialog/find.cpp:78 ../src/ui/dialog/text-edit.cpp:71 msgid "_Text" msgstr "_Texte" @@ -12315,8 +11071,7 @@ msgid "Tracing" msgstr "Gravure" #: ../src/preferences.cpp:136 -msgid "" -"Inkscape will run with default settings, and new settings will not be saved. " +msgid "Inkscape will run with default settings, and new settings will not be saved. " msgstr "" "Inkscape va démarrer avec les préférences par défaut.\n" "Les nouvelles préférences ne seront pas enregistrées." @@ -12383,9 +11138,7 @@ msgstr "CC Paternité - Pas d'utilisation commerciale" #: ../src/rdf.cpp:195 msgid "CC Attribution-NonCommercial-ShareAlike" -msgstr "" -"CC Paternité - Pas d'utilisation commerciale - Partage des conditions " -"initiales à l'identique" +msgstr "CC Paternité - Pas d'utilisation commerciale - Partage des conditions initiales à l'identique" #: ../src/rdf.cpp:200 msgid "CC Attribution-NonCommercial-NoDerivs" @@ -12405,8 +11158,7 @@ msgstr "Open Font Licence (Licence de police libre)" #. Create the Title label and edit control #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/linking.html#AElementXLinkTitleAttribute -#: ../src/rdf.cpp:235 ../src/ui/dialog/filedialogimpl-win32.cpp:1960 -#: ../src/ui/dialog/object-attributes.cpp:57 +#: ../src/rdf.cpp:235 ../src/ui/dialog/filedialogimpl-win32.cpp:1960 ../src/ui/dialog/object-attributes.cpp:57 msgid "Title:" msgstr "Titre :" @@ -12419,11 +11171,8 @@ msgid "Date:" msgstr "Date :" #: ../src/rdf.cpp:239 -msgid "" -"A point or period of time associated with an event in the lifecycle of the " -"resource" -msgstr "" -"Date ou période associée à un événement dans le cycle de vie du document" +msgid "A point or period of time associated with an event in the lifecycle of the resource" +msgstr "Date ou période associée à un événement dans le cycle de vie du document" #: ../src/rdf.cpp:241 ../share/extensions/webslicer_create_rect.inx.h:3 msgid "Format:" @@ -12505,11 +11254,9 @@ msgstr "Portée :" #: ../src/rdf.cpp:276 msgid "" -"The spatial or temporal topic of the resource, the spatial applicability of " -"the resource, or the jurisdiction under which the resource is relevant" -msgstr "" -"Sujet spacial ou temporel du document, l'applicabilité spaciale du document, " -"ou la juridiction dans laquelle le document s'inscrit" +"The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is " +"relevant" +msgstr "Sujet spacial ou temporel du document, l'applicabilité spaciale du document, ou la juridiction dans laquelle le document s'inscrit" #: ../src/rdf.cpp:279 msgid "Description:" @@ -12559,14 +11306,9 @@ msgstr "Supprimer le texte" msgid "<b>Nothing</b> was deleted." msgstr "<b>Rien</b> n'a été supprimé." -#: ../src/selection-chemistry.cpp:426 -#: ../src/ui/dialog/calligraphic-profile-rename.cpp:75 -#: ../src/ui/dialog/swatches.cpp:277 ../src/ui/tools/text-tool.cpp:965 -#: ../src/widgets/eraser-toolbar.cpp:93 -#: ../src/widgets/gradient-toolbar.cpp:1184 -#: ../src/widgets/gradient-toolbar.cpp:1198 -#: ../src/widgets/gradient-toolbar.cpp:1212 -#: ../src/widgets/node-toolbar.cpp:401 +#: ../src/selection-chemistry.cpp:426 ../src/ui/dialog/calligraphic-profile-rename.cpp:75 ../src/ui/dialog/swatches.cpp:277 +#: ../src/ui/tools/text-tool.cpp:965 ../src/widgets/eraser-toolbar.cpp:93 ../src/widgets/gradient-toolbar.cpp:1184 +#: ../src/widgets/gradient-toolbar.cpp:1198 ../src/widgets/gradient-toolbar.cpp:1212 ../src/widgets/node-toolbar.cpp:401 msgid "Delete" msgstr "Supprimer" @@ -12600,8 +11342,7 @@ msgstr "Sélectionner un <b>groupe</b> à dégrouper." msgid "<b>No groups</b> to ungroup in the selection." msgstr "<b>Aucun groupe</b> à dégrouper dans la sélection." -#: ../src/selection-chemistry.cpp:869 ../src/sp-item-group.cpp:550 -#: ../src/ui/dialog/objects.cpp:1912 +#: ../src/selection-chemistry.cpp:869 ../src/sp-item-group.cpp:550 ../src/ui/dialog/objects.cpp:1912 msgid "Ungroup" msgstr "Dégrouper" @@ -12609,13 +11350,10 @@ msgstr "Dégrouper" msgid "Select <b>object(s)</b> to raise." msgstr "Sélectionner un ou des <b>objet(s)</b> à monter." -#: ../src/selection-chemistry.cpp:962 ../src/selection-chemistry.cpp:1015 -#: ../src/selection-chemistry.cpp:1041 ../src/selection-chemistry.cpp:1099 -msgid "" -"You cannot raise/lower objects from <b>different groups</b> or <b>layers</b>." -msgstr "" -"Vous ne pouvez pas monter/descendre des objets de <b>différents groupes</b> " -"ou <b>calques</b>." +#: ../src/selection-chemistry.cpp:962 ../src/selection-chemistry.cpp:1015 ../src/selection-chemistry.cpp:1041 +#: ../src/selection-chemistry.cpp:1099 +msgid "You cannot raise/lower objects from <b>different groups</b> or <b>layers</b>." +msgstr "Vous ne pouvez pas monter/descendre des objets de <b>différents groupes</b> ou <b>calques</b>." #. TRANSLATORS: "Raise" means "to raise an object" in the undo history #: ../src/selection-chemistry.cpp:999 @@ -12671,9 +11409,7 @@ msgstr "Coller l'effet de chemin en direct" #: ../src/selection-chemistry.cpp:1255 msgid "Select <b>object(s)</b> to remove live path effects from." -msgstr "" -"Sélectionner un ou des <b>objet(s)</b> sur lesquels supprimer des effets de " -"chemin." +msgstr "Sélectionner un ou des <b>objet(s)</b> sur lesquels supprimer des effets de chemin." #: ../src/selection-chemistry.cpp:1267 msgid "Remove live path effect" @@ -12683,8 +11419,7 @@ msgstr "Supprimer l'effet de chemin en direct" msgid "Select <b>object(s)</b> to remove filters from." msgstr "Sélectionner les <b>objets</b> pour en retirer les filtres." -#: ../src/selection-chemistry.cpp:1288 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1693 +#: ../src/selection-chemistry.cpp:1288 ../src/ui/dialog/filter-effects-dialog.cpp:1693 msgid "Remove filter" msgstr "Supprimer le filtre" @@ -12710,8 +11445,7 @@ msgstr "Plus de calque au-dessus." #: ../src/selection-chemistry.cpp:1378 msgid "Select <b>object(s)</b> to move to the layer below." -msgstr "" -"Sélectionner un ou des <b>objet(s)</b> à déplacer au calque du dessous." +msgstr "Sélectionner un ou des <b>objet(s)</b> à déplacer au calque du dessous." #: ../src/selection-chemistry.cpp:1403 msgid "Lower to previous layer" @@ -12747,8 +11481,7 @@ msgstr "Tourner de 90° dans le sens anti-horaire" msgid "Rotate 90° CW" msgstr "Tourner de 90° dans le sens horaire" -#: ../src/selection-chemistry.cpp:1824 ../src/seltrans.cpp:484 -#: ../src/ui/dialog/transformation.cpp:891 +#: ../src/selection-chemistry.cpp:1824 ../src/seltrans.cpp:484 ../src/ui/dialog/transformation.cpp:891 msgid "Rotate" msgstr "Tourner" @@ -12756,8 +11489,7 @@ msgstr "Tourner" msgid "Rotate by pixels" msgstr "Tourner par pixels" -#: ../src/selection-chemistry.cpp:2203 ../src/seltrans.cpp:481 -#: ../src/ui/dialog/transformation.cpp:865 ../src/ui/widget/page-sizer.cpp:450 +#: ../src/selection-chemistry.cpp:2203 ../src/seltrans.cpp:481 ../src/ui/dialog/transformation.cpp:865 ../src/ui/widget/page-sizer.cpp:450 #: ../share/extensions/interp_att_g.inx.h:14 msgid "Scale" msgstr "Échelle" @@ -12774,8 +11506,7 @@ msgstr "Déplacer verticalement" msgid "Move horizontally" msgstr "Déplacer horizontalement" -#: ../src/selection-chemistry.cpp:2249 ../src/selection-chemistry.cpp:2275 -#: ../src/seltrans.cpp:478 ../src/ui/dialog/transformation.cpp:802 +#: ../src/selection-chemistry.cpp:2249 ../src/selection-chemistry.cpp:2275 ../src/seltrans.cpp:478 ../src/ui/dialog/transformation.cpp:802 msgid "Move" msgstr "Déplacer" @@ -12830,30 +11561,19 @@ msgstr "Délier le clone" #: ../src/selection-chemistry.cpp:2731 msgid "" -"Select a <b>clone</b> to go to its original. Select a <b>linked offset</b> " -"to go to its source. Select a <b>text on path</b> to go to the path. Select " -"a <b>flowed text</b> to go to its frame." +"Select a <b>clone</b> to go to its original. Select a <b>linked offset</b> to go to its source. Select a <b>text on path</b> to go to the " +"path. Select a <b>flowed text</b> to go to its frame." msgstr "" -"Sélectionner un <b>clone</b> pour sélectionner son original. Sélectionner un " -"<b>offset lié</b> pour sélectionner sa source. Sélectionner un <b>texte " -"suivant un chemin</b> pour sélectionner son chemin. Sélectionner un <b>texte " -"encadré</b> pour sélectionner son cadre." +"Sélectionner un <b>clone</b> pour sélectionner son original. Sélectionner un <b>offset lié</b> pour sélectionner sa source. Sélectionner un " +"<b>texte suivant un chemin</b> pour sélectionner son chemin. Sélectionner un <b>texte encadré</b> pour sélectionner son cadre." #: ../src/selection-chemistry.cpp:2781 -msgid "" -"<b>Cannot find</b> the object to select (orphaned clone, offset, textpath, " -"flowed text?)" -msgstr "" -"<b>Impossible de trouver</b> l'objet à sélectionner (clone orphelin, offset, " -"chemin de texte, texte encadré ?)" +msgid "<b>Cannot find</b> the object to select (orphaned clone, offset, textpath, flowed text?)" +msgstr "<b>Impossible de trouver</b> l'objet à sélectionner (clone orphelin, offset, chemin de texte, texte encadré ?)" #: ../src/selection-chemistry.cpp:2787 -msgid "" -"The object you're trying to select is <b>not visible</b> (it is in <" -"defs>)" -msgstr "" -"L'objet que vous essayez de sélectionner n'est <b>pas visible</b> (il est " -"dans <defs>)" +msgid "The object you're trying to select is <b>not visible</b> (it is in <defs>)" +msgstr "L'objet que vous essayez de sélectionner n'est <b>pas visible</b> (il est dans <defs>)" #: ../src/selection-chemistry.cpp:2877 #, fuzzy @@ -12890,9 +11610,7 @@ msgstr "Sélectionner un <b>symbole</b> pour en extraire des objets." #: ../src/selection-chemistry.cpp:3181 msgid "Select only one <b>symbol</b> in Symbol dialog to convert to group." -msgstr "" -"Sélectionner un seul <b>symbole</b> dans la boîte de dialogue pour le " -"convertir en groupe." +msgstr "Sélectionner un seul <b>symbole</b> dans la boîte de dialogue pour le convertir en groupe." #: ../src/selection-chemistry.cpp:3237 msgid "Group from symbol" @@ -12900,8 +11618,7 @@ msgstr "Groupe à partir d'un symbole" #: ../src/selection-chemistry.cpp:3255 msgid "Select <b>object(s)</b> to convert to pattern." -msgstr "" -"Sélectionner un ou des <b>objet(s)</b> à convertir en motif de remplissage." +msgstr "Sélectionner un ou des <b>objet(s)</b> à convertir en motif de remplissage." #: ../src/selection-chemistry.cpp:3351 msgid "Objects to pattern" @@ -12909,9 +11626,7 @@ msgstr "Objets en motif" #: ../src/selection-chemistry.cpp:3367 msgid "Select an <b>object with pattern fill</b> to extract objects from." -msgstr "" -"Sélectionner un <b>objet rempli avec un motif</b> pour en extraire des " -"objets." +msgstr "Sélectionner un <b>objet rempli avec un motif</b> pour en extraire des objets." #: ../src/selection-chemistry.cpp:3426 msgid "<b>No pattern fills</b> in the selection." @@ -12935,9 +11650,7 @@ msgstr "Créer un bitmap" #: ../src/selection-chemistry.cpp:3730 ../src/selection-chemistry.cpp:3842 msgid "Select <b>object(s)</b> to create clippath or mask from." -msgstr "" -"Sélectionner un ou des <b>objet(s)</b> à partir desquels un chemin de " -"découpe ou un masque sera créé." +msgstr "Sélectionner un ou des <b>objet(s)</b> à partir desquels un chemin de découpe ou un masque sera créé." #: ../src/selection-chemistry.cpp:3816 ../src/ui/dialog/objects.cpp:1918 #, fuzzy @@ -12946,9 +11659,7 @@ msgstr "Créer un clo_ne" #: ../src/selection-chemistry.cpp:3845 msgid "Select mask object and <b>object(s)</b> to apply clippath or mask to." -msgstr "" -"Sélectionner un objet masque et un ou des <b>objet(s)</b> auxquels appliquer " -"ce chemin de découpe ou masque." +msgstr "Sélectionner un objet masque et un ou des <b>objet(s)</b> auxquels appliquer ce chemin de découpe ou masque." #: ../src/selection-chemistry.cpp:3992 msgid "Set clipping path" @@ -12960,9 +11671,7 @@ msgstr "Définir un masque" #: ../src/selection-chemistry.cpp:4009 msgid "Select <b>object(s)</b> to remove clippath or mask from." -msgstr "" -"Sélectionner un ou des <b>objet(s)</b> pour en retirer le chemin de découpe " -"ou le masque." +msgstr "Sélectionner un ou des <b>objet(s)</b> pour en retirer le chemin de découpe ou le masque." #: ../src/selection-chemistry.cpp:4125 msgid "Release clipping path" @@ -12974,9 +11683,7 @@ msgstr "Retirer le masque" #: ../src/selection-chemistry.cpp:4146 msgid "Select <b>object(s)</b> to fit canvas to." -msgstr "" -"Sélectionner un ou des <b>objet(s)</b> pour y ajuster la taille de la zone " -"de travail." +msgstr "Sélectionner un ou des <b>objet(s)</b> pour y ajuster la taille de la zone de travail." #. Fit Page #: ../src/selection-chemistry.cpp:4166 ../src/verbs.cpp:2961 @@ -12995,8 +11702,7 @@ msgstr "Ajuster la page à la sélection ou au dessin" msgid "root" msgstr "racine" -#: ../src/selection-describer.cpp:140 ../src/widgets/ege-paint-def.cpp:66 -#: ../src/widgets/ege-paint-def.cpp:90 +#: ../src/selection-describer.cpp:140 ../src/widgets/ege-paint-def.cpp:66 ../src/widgets/ege-paint-def.cpp:90 msgid "none" msgstr "aucune" @@ -13083,44 +11789,26 @@ msgstr[0] "; <i>%d objet filtré</i>" msgstr[1] "; <i>%d objets filtrés</i>" #: ../src/seltrans-handles.cpp:9 -msgid "" -"<b>Squeeze or stretch</b> selection; with <b>Ctrl</b> to scale uniformly; " -"with <b>Shift</b> to scale around rotation center" +msgid "<b>Squeeze or stretch</b> selection; with <b>Ctrl</b> to scale uniformly; with <b>Shift</b> to scale around rotation center" msgstr "" -"<b>Agrandir ou rétrécir</b> la sélection ; <b>Ctrl</b> pour redimensionner " -"uniformément; <b>Maj</b> pour redimensionner autour du centre de rotation" +"<b>Agrandir ou rétrécir</b> la sélection ; <b>Ctrl</b> pour redimensionner uniformément; <b>Maj</b> pour redimensionner autour du centre de " +"rotation" #: ../src/seltrans-handles.cpp:10 -msgid "" -"<b>Scale</b> selection; with <b>Ctrl</b> to scale uniformly; with <b>Shift</" -"b> to scale around rotation center" -msgstr "" -"<b>Redimensionner</b> la sélection ; <b>Ctrl</b> pour redimensionner " -"uniformément autour du centre de rotation" +msgid "<b>Scale</b> selection; with <b>Ctrl</b> to scale uniformly; with <b>Shift</b> to scale around rotation center" +msgstr "<b>Redimensionner</b> la sélection ; <b>Ctrl</b> pour redimensionner uniformément autour du centre de rotation" #: ../src/seltrans-handles.cpp:11 -msgid "" -"<b>Skew</b> selection; with <b>Ctrl</b> to snap angle; with <b>Shift</b> to " -"skew around the opposite side" -msgstr "" -"<b>Incliner</b> la sélection ; <b>Ctrl</b> pour incliner par incréments ; " -"<b>Maj</b> pour incliner autour du coin opposé" +msgid "<b>Skew</b> selection; with <b>Ctrl</b> to snap angle; with <b>Shift</b> to skew around the opposite side" +msgstr "<b>Incliner</b> la sélection ; <b>Ctrl</b> pour incliner par incréments ; <b>Maj</b> pour incliner autour du coin opposé" #: ../src/seltrans-handles.cpp:12 -msgid "" -"<b>Rotate</b> selection; with <b>Ctrl</b> to snap angle; with <b>Shift</b> " -"to rotate around the opposite corner" -msgstr "" -"<b>Tourner</b> la sélection ; <b>Ctrl</b> pour tourner par incréments ; " -"<b>Maj</b> pour tourner autour du coin opposé" +msgid "<b>Rotate</b> selection; with <b>Ctrl</b> to snap angle; with <b>Shift</b> to rotate around the opposite corner" +msgstr "<b>Tourner</b> la sélection ; <b>Ctrl</b> pour tourner par incréments ; <b>Maj</b> pour tourner autour du coin opposé" #: ../src/seltrans-handles.cpp:13 -msgid "" -"<b>Center</b> of rotation and skewing: drag to reposition; scaling with " -"Shift also uses this center" -msgstr "" -"<b>Centre</b> de rotation/inclinaison : cliquer-déplacer pour le déplacer ; " -"redimensionner avec <b>Maj</b> utilise aussi ce centre" +msgid "<b>Center</b> of rotation and skewing: drag to reposition; scaling with Shift also uses this center" +msgstr "<b>Centre</b> de rotation/inclinaison : cliquer-déplacer pour le déplacer ; redimensionner avec <b>Maj</b> utilise aussi ce centre" #: ../src/seltrans.cpp:487 ../src/ui/dialog/transformation.cpp:980 msgid "Skew" @@ -13141,25 +11829,21 @@ msgstr "Rétablir le centre" #: ../src/seltrans.cpp:961 ../src/seltrans.cpp:1065 #, c-format msgid "<b>Scale</b>: %0.2f%% x %0.2f%%; with <b>Ctrl</b> to lock ratio" -msgstr "" -"<b>Redimensionnement</b> : %0.2f%% x %0.2f%% ; <b>Ctrl</b> pour préserver le " -"ratio" +msgstr "<b>Redimensionnement</b> : %0.2f%% x %0.2f%% ; <b>Ctrl</b> pour préserver le ratio" #. TRANSLATORS: don't modify the first ";" #. (it will NOT be displayed as ";" - only the second one will be) #: ../src/seltrans.cpp:1202 #, c-format msgid "<b>Skew</b>: %0.2f°; with <b>Ctrl</b> to snap angle" -msgstr "" -"<b>Inclinaison</b> : %0.2f° ; <b>Ctrl</b> pour incliner par incréments" +msgstr "<b>Inclinaison</b> : %0.2f° ; <b>Ctrl</b> pour incliner par incréments" #. TRANSLATORS: don't modify the first ";" #. (it will NOT be displayed as ";" - only the second one will be) #: ../src/seltrans.cpp:1278 #, c-format msgid "<b>Rotate</b>: %0.2f°; with <b>Ctrl</b> to snap angle" -msgstr "" -"<b>Rotation</b> : %0.2f° ; <b>Ctrl</b> pour tourner par incréments" +msgstr "<b>Rotation</b> : %0.2f° ; <b>Ctrl</b> pour tourner par incréments" #: ../src/seltrans.cpp:1315 #, c-format @@ -13168,20 +11852,15 @@ msgstr "Déplacer le <b>centre</b> en %s, %s" #: ../src/seltrans.cpp:1461 #, c-format -msgid "" -"<b>Move</b> by %s, %s; with <b>Ctrl</b> to restrict to horizontal/vertical; " -"with <b>Shift</b> to disable snapping" -msgstr "" -"<b>Déplacer</b> de %s, %s ; <b>Ctrl</b> restreindre à l'horizontale/" -"verticale; <b>Maj</b> désactiver le magnétisme" +msgid "<b>Move</b> by %s, %s; with <b>Ctrl</b> to restrict to horizontal/vertical; with <b>Shift</b> to disable snapping" +msgstr "<b>Déplacer</b> de %s, %s ; <b>Ctrl</b> restreindre à l'horizontale/verticale; <b>Maj</b> désactiver le magnétisme" #: ../src/shortcuts.cpp:226 #, c-format msgid "Keyboard directory (%s) is unavailable." msgstr "Le dossier des raccourcis (%s) est indisponible." -#: ../src/shortcuts.cpp:337 ../src/ui/dialog/export.cpp:1305 -#: ../src/ui/dialog/export.cpp:1339 +#: ../src/shortcuts.cpp:337 ../src/ui/dialog/export.cpp:1305 ../src/ui/dialog/export.cpp:1339 msgid "Select a filename for exporting" msgstr "Sélectionner un nom de fichier pour exporter" @@ -13207,9 +11886,7 @@ msgid "Arc" msgstr "Arc" #. Ellipse -#: ../src/sp-ellipse.cpp:367 ../src/sp-ellipse.cpp:374 -#: ../src/ui/dialog/inkscape-preferences.cpp:412 -#: ../src/widgets/pencil-toolbar.cpp:181 +#: ../src/sp-ellipse.cpp:367 ../src/sp-ellipse.cpp:374 ../src/ui/dialog/inkscape-preferences.cpp:412 ../src/widgets/pencil-toolbar.cpp:181 msgid "Ellipse" msgstr "Ellipse" @@ -13238,8 +11915,7 @@ msgstr "Texte encadré" msgid "Linked Flowed Text" msgstr "Texte encadré lié" -#: ../src/sp-flowtext.cpp:288 ../src/sp-text.cpp:367 -#: ../src/ui/tools/text-tool.cpp:1556 +#: ../src/sp-flowtext.cpp:288 ../src/sp-text.cpp:367 ../src/ui/tools/text-tool.cpp:1556 msgid " [truncated]" msgstr " [tronqué]" @@ -13264,12 +11940,8 @@ msgid "Deleted" msgstr "Supprimé" #: ../src/sp-guide.cpp:461 -msgid "" -"<b>Shift+drag</b> to rotate, <b>Ctrl+drag</b> to move origin, <b>Del</b> to " -"delete" -msgstr "" -"<b>Maj+déplacer</b> pour pivoter, <b>Ctrl+déplacer</b> pour déplacer " -"l'origine, <b>Del</b> pour supprimer" +msgid "<b>Shift+drag</b> to rotate, <b>Ctrl+drag</b> to move origin, <b>Del</b> to delete" +msgstr "<b>Maj+déplacer</b> pour pivoter, <b>Ctrl+déplacer</b> pour déplacer l'origine, <b>Del</b> pour supprimer" #: ../src/sp-guide.cpp:465 #, c-format @@ -13401,8 +12073,7 @@ msgid "Rectangle" msgstr "Rectangle" #. Spiral -#: ../src/sp-spiral.cpp:220 ../src/ui/dialog/inkscape-preferences.cpp:420 -#: ../share/extensions/gcodetools_area.inx.h:11 +#: ../src/sp-spiral.cpp:220 ../src/ui/dialog/inkscape-preferences.cpp:420 ../share/extensions/gcodetools_area.inx.h:11 msgid "Spiral" msgstr "Spirale" @@ -13414,8 +12085,7 @@ msgid "with %3f turns" msgstr "à %3f tours" #. Star -#: ../src/sp-star.cpp:246 ../src/ui/dialog/inkscape-preferences.cpp:416 -#: ../src/widgets/star-toolbar.cpp:469 +#: ../src/sp-star.cpp:246 ../src/ui/dialog/inkscape-preferences.cpp:416 ../src/widgets/star-toolbar.cpp:469 msgid "Star" msgstr "Étoile" @@ -13440,17 +12110,10 @@ msgstr "à %d branche" msgid "Conditional Group" msgstr "Groupe conditionnel" -#: ../src/sp-text.cpp:351 ../src/verbs.cpp:347 -#: ../share/extensions/lorem_ipsum.inx.h:8 -#: ../share/extensions/replace_font.inx.h:11 -#: ../share/extensions/split.inx.h:10 ../share/extensions/text_braille.inx.h:2 -#: ../share/extensions/text_extract.inx.h:14 -#: ../share/extensions/text_flipcase.inx.h:2 -#: ../share/extensions/text_lowercase.inx.h:2 -#: ../share/extensions/text_merge.inx.h:16 -#: ../share/extensions/text_randomcase.inx.h:2 -#: ../share/extensions/text_sentencecase.inx.h:2 -#: ../share/extensions/text_titlecase.inx.h:2 +#: ../src/sp-text.cpp:351 ../src/verbs.cpp:347 ../share/extensions/lorem_ipsum.inx.h:8 ../share/extensions/replace_font.inx.h:11 +#: ../share/extensions/split.inx.h:10 ../share/extensions/text_braille.inx.h:2 ../share/extensions/text_extract.inx.h:14 +#: ../share/extensions/text_flipcase.inx.h:2 ../share/extensions/text_lowercase.inx.h:2 ../share/extensions/text_merge.inx.h:16 +#: ../share/extensions/text_randomcase.inx.h:2 ../share/extensions/text_sentencecase.inx.h:2 ../share/extensions/text_titlecase.inx.h:2 #: ../share/extensions/text_uppercase.inx.h:2 msgid "Text" msgstr "Texte" @@ -13531,36 +12194,23 @@ msgstr "Sélectionner <b>au moins 2 chemins</b> pour une opération booléenne." #: ../src/splivarot.cpp:339 msgid "Select <b>at least 1 path</b> to perform a boolean union." -msgstr "" -"Sélectionner <b>au moins 1 chemin</b> pour réaliser une opération booléenne." +msgstr "Sélectionner <b>au moins 1 chemin</b> pour réaliser une opération booléenne." #: ../src/splivarot.cpp:347 -msgid "" -"Select <b>exactly 2 paths</b> to perform difference, division, or path cut." -msgstr "" -"Sélectionner <b>exactement 2 chemins</b> pour en faire une différence, une " -"division ou les découper." +msgid "Select <b>exactly 2 paths</b> to perform difference, division, or path cut." +msgstr "Sélectionner <b>exactement 2 chemins</b> pour en faire une différence, une division ou les découper." #: ../src/splivarot.cpp:363 ../src/splivarot.cpp:378 -msgid "" -"Unable to determine the <b>z-order</b> of the objects selected for " -"difference, XOR, division, or path cut." -msgstr "" -"Impossible de déterminer <b>l'ordre en z</b> des objets sélectionnés pour en " -"faire une différence, une exclusion ou les découper." +msgid "Unable to determine the <b>z-order</b> of the objects selected for difference, XOR, division, or path cut." +msgstr "Impossible de déterminer <b>l'ordre en z</b> des objets sélectionnés pour en faire une différence, une exclusion ou les découper." #: ../src/splivarot.cpp:408 -msgid "" -"One of the objects is <b>not a path</b>, cannot perform boolean operation." -msgstr "" -"Un des objets n'est <b>pas un chemin</b>, impossible d'effectuer une " -"opération booléenne." +msgid "One of the objects is <b>not a path</b>, cannot perform boolean operation." +msgstr "Un des objets n'est <b>pas un chemin</b>, impossible d'effectuer une opération booléenne." #: ../src/splivarot.cpp:1153 msgid "Select <b>stroked path(s)</b> to convert stroke to path." -msgstr "" -"Sélectionner des <b>chemin(s) avec contour</b> pour convertir les contours " -"en chemins." +msgstr "Sélectionner des <b>chemin(s) avec contour</b> pour convertir les contours en chemins." #: ../src/splivarot.cpp:1509 msgid "Convert stroke to path" @@ -13573,9 +12223,7 @@ msgstr "<b>Aucun chemin avec contour</b> dans la sélection." #: ../src/splivarot.cpp:1583 msgid "Selected object is <b>not a path</b>, cannot inset/outset." -msgstr "" -"L'objet sélectionné <b>n'est pas un chemin</b>, impossible de le contracter/" -"dilater." +msgstr "L'objet sélectionné <b>n'est pas un chemin</b>, impossible de le contracter/dilater." #: ../src/splivarot.cpp:1674 ../src/splivarot.cpp:1741 msgid "Create linked offset" @@ -13629,26 +12277,16 @@ msgstr "<b>Aucun chemin</b> à simplifier dans la sélection." #: ../src/text-chemistry.cpp:91 msgid "Select <b>a text and a path</b> to put text on path." -msgstr "" -"Sélectionner <b>un texte et un chemin</b> pour placer le texte le long du " -"chemin." +msgstr "Sélectionner <b>un texte et un chemin</b> pour placer le texte le long du chemin." #: ../src/text-chemistry.cpp:96 -msgid "" -"This text object is <b>already put on a path</b>. Remove it from the path " -"first. Use <b>Shift+D</b> to look up its path." -msgstr "" -"Cet objet texte est <b>déjà placé le long d'un chemin</b>. Le retirer du " -"chemin d'abord. Utiliser <b>Maj+D</b> pour trouver ce chemin." +msgid "This text object is <b>already put on a path</b>. Remove it from the path first. Use <b>Shift+D</b> to look up its path." +msgstr "Cet objet texte est <b>déjà placé le long d'un chemin</b>. Le retirer du chemin d'abord. Utiliser <b>Maj+D</b> pour trouver ce chemin." #. rect is the only SPShape which is not <path> yet, and thus SVG forbids us from putting text on it #: ../src/text-chemistry.cpp:102 -msgid "" -"You cannot put text on a rectangle in this version. Convert rectangle to " -"path first." -msgstr "" -"Vous ne pouvez pas mettre du texte dans un rectangle (dans cette version). " -"Il faut convertir le rectangle en chemin avant." +msgid "You cannot put text on a rectangle in this version. Convert rectangle to path first." +msgstr "Vous ne pouvez pas mettre du texte dans un rectangle (dans cette version). Il faut convertir le rectangle en chemin avant." #: ../src/text-chemistry.cpp:112 msgid "The flowed text(s) must be <b>visible</b> in order to be put on a path." @@ -13660,9 +12298,7 @@ msgstr "Mettre le texte le long d'un chemin" #: ../src/text-chemistry.cpp:194 msgid "Select <b>a text on path</b> to remove it from path." -msgstr "" -"Sélectionner un <b>texte le long d'un chemin</b> pour le retirer de ce " -"chemin." +msgstr "Sélectionner un <b>texte le long d'un chemin</b> pour le retirer de ce chemin." #: ../src/text-chemistry.cpp:213 msgid "<b>No texts-on-paths</b> in the selection." @@ -13681,12 +12317,8 @@ msgid "Remove manual kerns" msgstr "Retirer les crénages manuels" #: ../src/text-chemistry.cpp:300 -msgid "" -"Select <b>a text</b> and one or more <b>paths or shapes</b> to flow text " -"into frame." -msgstr "" -"Sélectionner <b>un texte</b> et un ou plusieurs <b>chemins ou formes</b> " -"pour y encadrer le texte." +msgid "Select <b>a text</b> and one or more <b>paths or shapes</b> to flow text into frame." +msgstr "Sélectionner <b>un texte</b> et un ou plusieurs <b>chemins ou formes</b> pour y encadrer le texte." #: ../src/text-chemistry.cpp:369 msgid "Flow text into shape" @@ -13720,15 +12352,12 @@ msgstr "<b>Aucun texte encadré</b> à convertir dans la sélection." msgid "You cannot edit <b>cloned character data</b>." msgstr "Vous ne pouvez pas modifier des <b>données de caractères clonés</b>." -#: ../src/trace/potrace/inkscape-potrace.cpp:512 -#: ../src/trace/potrace/inkscape-potrace.cpp:575 +#: ../src/trace/potrace/inkscape-potrace.cpp:512 ../src/trace/potrace/inkscape-potrace.cpp:575 msgid "Trace: %1. %2 nodes" msgstr "Vectoriser : %1. %2 nœuds" -#: ../src/trace/trace.cpp:59 ../src/trace/trace.cpp:124 -#: ../src/trace/trace.cpp:132 ../src/trace/trace.cpp:225 -#: ../src/ui/dialog/pixelartdialog.cpp:370 -#: ../src/ui/dialog/pixelartdialog.cpp:402 +#: ../src/trace/trace.cpp:59 ../src/trace/trace.cpp:124 ../src/trace/trace.cpp:132 ../src/trace/trace.cpp:225 +#: ../src/ui/dialog/pixelartdialog.cpp:370 ../src/ui/dialog/pixelartdialog.cpp:402 msgid "Select an <b>image</b> to trace" msgstr "Sélectionner une <b>image</b> à vectoriser" @@ -13775,8 +12404,7 @@ msgstr "Vectorisation effectuée. %ld nœuds créés." msgid "Nothing was copied." msgstr "Rien n'a été copié." -#: ../src/ui/clipboard.cpp:394 ../src/ui/clipboard.cpp:608 -#: ../src/ui/clipboard.cpp:637 +#: ../src/ui/clipboard.cpp:394 ../src/ui/clipboard.cpp:608 ../src/ui/clipboard.cpp:637 msgid "Nothing on the clipboard." msgstr "Rien dans le presse-papiers." @@ -13790,8 +12418,7 @@ msgstr "Pas de style dans le presse-papiers." #: ../src/ui/clipboard.cpp:505 msgid "Select <b>object(s)</b> to paste size to." -msgstr "" -"Sélectionner un ou des <b>objets</b> sur lesquels coller des dimensions." +msgstr "Sélectionner un ou des <b>objets</b> sur lesquels coller des dimensions." #: ../src/ui/clipboard.cpp:512 msgid "No size on the clipboard." @@ -13799,9 +12426,7 @@ msgstr "Pas de dimension dans le presse-papiers." #: ../src/ui/clipboard.cpp:569 msgid "Select <b>object(s)</b> to paste live path effect to." -msgstr "" -"Sélectionner un ou des <b>objet(s)</b> sur lesquels coller un effet de " -"chemin." +msgstr "Sélectionner un ou des <b>objet(s)</b> sur lesquels coller un effet de chemin." #. no_effect: #: ../src/ui/clipboard.cpp:595 @@ -13865,13 +12490,11 @@ msgstr "" " Sophie Gousset (contact@sophieweb.com)\n" " Nicolas Dufour (nicoduf@yahoo.fr)" -#: ../src/ui/dialog/align-and-distribute.cpp:170 -#: ../src/ui/dialog/align-and-distribute.cpp:847 +#: ../src/ui/dialog/align-and-distribute.cpp:170 ../src/ui/dialog/align-and-distribute.cpp:847 msgid "Align" msgstr "Aligner" -#: ../src/ui/dialog/align-and-distribute.cpp:338 -#: ../src/ui/dialog/align-and-distribute.cpp:848 +#: ../src/ui/dialog/align-and-distribute.cpp:338 ../src/ui/dialog/align-and-distribute.cpp:848 msgid "Distribute" msgstr "Distribuer" @@ -13895,14 +12518,11 @@ msgctxt "Gap" msgid "_V:" msgstr "_V :" -#: ../src/ui/dialog/align-and-distribute.cpp:464 -#: ../src/ui/dialog/align-and-distribute.cpp:850 -#: ../src/widgets/connector-toolbar.cpp:407 +#: ../src/ui/dialog/align-and-distribute.cpp:464 ../src/ui/dialog/align-and-distribute.cpp:850 ../src/widgets/connector-toolbar.cpp:407 msgid "Remove overlaps" msgstr "Supprimer les chevauchements" -#: ../src/ui/dialog/align-and-distribute.cpp:495 -#: ../src/widgets/connector-toolbar.cpp:236 +#: ../src/ui/dialog/align-and-distribute.cpp:495 ../src/widgets/connector-toolbar.cpp:236 msgid "Arrange connector network" msgstr "Arranger le réseau de connecteurs" @@ -13930,8 +12550,7 @@ msgstr "Aligner les ancres de texte" msgid "Rearrange" msgstr "Organiser" -#: ../src/ui/dialog/align-and-distribute.cpp:851 -#: ../src/widgets/toolbox.cpp:1730 +#: ../src/ui/dialog/align-and-distribute.cpp:851 ../src/widgets/toolbox.cpp:1730 msgid "Nodes" msgstr "Nœuds" @@ -13944,54 +12563,43 @@ msgid "_Treat selection as group: " msgstr "_Manipuler la sélection comme un groupe :" #. Align -#: ../src/ui/dialog/align-and-distribute.cpp:872 ../src/verbs.cpp:2993 -#: ../src/verbs.cpp:2994 +#: ../src/ui/dialog/align-and-distribute.cpp:872 ../src/verbs.cpp:2993 ../src/verbs.cpp:2994 msgid "Align right edges of objects to the left edge of the anchor" msgstr "Aligner les bords droits des objets au bord gauche de l'ancre" -#: ../src/ui/dialog/align-and-distribute.cpp:875 ../src/verbs.cpp:2995 -#: ../src/verbs.cpp:2996 +#: ../src/ui/dialog/align-and-distribute.cpp:875 ../src/verbs.cpp:2995 ../src/verbs.cpp:2996 msgid "Align left edges" msgstr "Aligner les bords gauches" -#: ../src/ui/dialog/align-and-distribute.cpp:878 ../src/verbs.cpp:2997 -#: ../src/verbs.cpp:2998 +#: ../src/ui/dialog/align-and-distribute.cpp:878 ../src/verbs.cpp:2997 ../src/verbs.cpp:2998 msgid "Center on vertical axis" msgstr "Centrer selon un axe vertical" -#: ../src/ui/dialog/align-and-distribute.cpp:881 ../src/verbs.cpp:2999 -#: ../src/verbs.cpp:3000 +#: ../src/ui/dialog/align-and-distribute.cpp:881 ../src/verbs.cpp:2999 ../src/verbs.cpp:3000 msgid "Align right sides" msgstr "Aligner les côtés droits" -#: ../src/ui/dialog/align-and-distribute.cpp:884 ../src/verbs.cpp:3001 -#: ../src/verbs.cpp:3002 +#: ../src/ui/dialog/align-and-distribute.cpp:884 ../src/verbs.cpp:3001 ../src/verbs.cpp:3002 msgid "Align left edges of objects to the right edge of the anchor" msgstr "Aligner les bords gauches des objets au bord droit de l'ancre" -#: ../src/ui/dialog/align-and-distribute.cpp:887 ../src/verbs.cpp:3003 -#: ../src/verbs.cpp:3004 +#: ../src/ui/dialog/align-and-distribute.cpp:887 ../src/verbs.cpp:3003 ../src/verbs.cpp:3004 msgid "Align bottom edges of objects to the top edge of the anchor" -msgstr "" -"Aligner les bords inférieurs des objets avec le bord supérieur de l'ancre" +msgstr "Aligner les bords inférieurs des objets avec le bord supérieur de l'ancre" -#: ../src/ui/dialog/align-and-distribute.cpp:890 ../src/verbs.cpp:3005 -#: ../src/verbs.cpp:3006 +#: ../src/ui/dialog/align-and-distribute.cpp:890 ../src/verbs.cpp:3005 ../src/verbs.cpp:3006 msgid "Align top edges" msgstr "Aligner les bords supérieurs" -#: ../src/ui/dialog/align-and-distribute.cpp:893 ../src/verbs.cpp:3007 -#: ../src/verbs.cpp:3008 +#: ../src/ui/dialog/align-and-distribute.cpp:893 ../src/verbs.cpp:3007 ../src/verbs.cpp:3008 msgid "Center on horizontal axis" msgstr "Centrer selon un axe horizontal" -#: ../src/ui/dialog/align-and-distribute.cpp:896 ../src/verbs.cpp:3009 -#: ../src/verbs.cpp:3010 +#: ../src/ui/dialog/align-and-distribute.cpp:896 ../src/verbs.cpp:3009 ../src/verbs.cpp:3010 msgid "Align bottom edges" msgstr "Aligner les bords inférieurs" -#: ../src/ui/dialog/align-and-distribute.cpp:899 ../src/verbs.cpp:3011 -#: ../src/verbs.cpp:3012 +#: ../src/ui/dialog/align-and-distribute.cpp:899 ../src/verbs.cpp:3011 ../src/verbs.cpp:3012 msgid "Align top edges of objects to the bottom edge of the anchor" msgstr "Aligner les bords supérieurs des objets avec le bas de l'ancre" @@ -14013,8 +12621,7 @@ msgstr "Distribuer des distances égales entre les bords gauches des objets" #: ../src/ui/dialog/align-and-distribute.cpp:919 msgid "Distribute centers equidistantly horizontally" -msgstr "" -"Distribuer des distances égales horizontalement entre les centres des objets" +msgstr "Distribuer des distances égales horizontalement entre les centres des objets" #: ../src/ui/dialog/align-and-distribute.cpp:922 msgid "Distribute right edges equidistantly" @@ -14030,8 +12637,7 @@ msgstr "Distribuer des distances égales entre les bords supérieurs des objets" #: ../src/ui/dialog/align-and-distribute.cpp:933 msgid "Distribute centers equidistantly vertically" -msgstr "" -"Distribuer des distances égales verticalement entre les centres des objets" +msgstr "Distribuer des distances égales verticalement entre les centres des objets" #: ../src/ui/dialog/align-and-distribute.cpp:936 msgid "Distribute bottom edges equidistantly" @@ -14039,17 +12645,13 @@ msgstr "Distribuer des distances égales entre les bords inférieurs des objets" #: ../src/ui/dialog/align-and-distribute.cpp:941 msgid "Distribute baseline anchors of texts horizontally" -msgstr "" -"Distribuer des distances égales horizontalement entre les ancres des objets " -"texte" +msgstr "Distribuer des distances égales horizontalement entre les ancres des objets texte" #: ../src/ui/dialog/align-and-distribute.cpp:944 msgid "Distribute baselines of texts vertically" -msgstr "" -"Distribuer des distances égales verticalement entre lignes de base des textes" +msgstr "Distribuer des distances égales verticalement entre lignes de base des textes" -#: ../src/ui/dialog/align-and-distribute.cpp:950 -#: ../src/widgets/connector-toolbar.cpp:369 +#: ../src/ui/dialog/align-and-distribute.cpp:950 ../src/widgets/connector-toolbar.cpp:369 msgid "Nicely arrange selected connector network" msgstr "Dispose le réseau de connecteurs sélectionnés de façon agréable" @@ -14071,16 +12673,11 @@ msgstr "Eparpiller aléatoirement les centres dans toutes les directions" #: ../src/ui/dialog/align-and-distribute.cpp:967 msgid "Unclump objects: try to equalize edge-to-edge distances" -msgstr "" -"Éparpiller les objets : tenter d'uniformiser les distances de bord à bord" +msgstr "Éparpiller les objets : tenter d'uniformiser les distances de bord à bord" #: ../src/ui/dialog/align-and-distribute.cpp:972 -msgid "" -"Move objects as little as possible so that their bounding boxes do not " -"overlap" -msgstr "" -"Déplacer les objets aussi peu que possible afin que leurs boîtes englobantes " -"ne se chevauchent pas" +msgid "Move objects as little as possible so that their bounding boxes do not overlap" +msgstr "Déplacer les objets aussi peu que possible afin que leurs boîtes englobantes ne se chevauchent pas" #: ../src/ui/dialog/align-and-distribute.cpp:980 msgid "Align selected nodes to a common horizontal line" @@ -14092,13 +12689,11 @@ msgstr "Aligner les nœuds sélectionnés selon une ligne verticale commune" #: ../src/ui/dialog/align-and-distribute.cpp:986 msgid "Distribute selected nodes horizontally" -msgstr "" -"Distribuer des distances égales horizontalement entre les nœuds sélectionnés" +msgstr "Distribuer des distances égales horizontalement entre les nœuds sélectionnés" #: ../src/ui/dialog/align-and-distribute.cpp:989 msgid "Distribute selected nodes vertically" -msgstr "" -"Distribuer des distances égales verticalement entre les nœuds sélectionnés" +msgstr "Distribuer des distances égales verticalement entre les nœuds sélectionnés" #. Rest of the widgetry #: ../src/ui/dialog/align-and-distribute.cpp:994 @@ -14121,8 +12716,7 @@ msgstr "Objet le plus petit" msgid "Selection Area" msgstr "Zone de sélection" -#: ../src/ui/dialog/calligraphic-profile-rename.cpp:40 -#: ../src/ui/dialog/calligraphic-profile-rename.cpp:138 +#: ../src/ui/dialog/calligraphic-profile-rename.cpp:40 ../src/ui/dialog/calligraphic-profile-rename.cpp:138 msgid "Edit profile" msgstr "Éditer un profil" @@ -14234,14 +12828,12 @@ msgstr "<b>Translation X :</b>" #: ../src/ui/dialog/clonetiler.cpp:196 #, no-c-format msgid "Horizontal shift per row (in % of tile width)" -msgstr "" -"Translation horizontale à chaque ligne (en % de la largeur du pavé de base)" +msgstr "Translation horizontale à chaque ligne (en % de la largeur du pavé de base)" #: ../src/ui/dialog/clonetiler.cpp:204 #, no-c-format msgid "Horizontal shift per column (in % of tile width)" -msgstr "" -"Translation horizontale à chaque colonne (en % de la largeur du pavé de base)" +msgstr "Translation horizontale à chaque colonne (en % de la largeur du pavé de base)" #: ../src/ui/dialog/clonetiler.cpp:210 msgid "Randomize the horizontal shift by this percentage" @@ -14256,14 +12848,12 @@ msgstr "<b>Translation Y :</b>" #: ../src/ui/dialog/clonetiler.cpp:228 #, no-c-format msgid "Vertical shift per row (in % of tile height)" -msgstr "" -"Translation verticale à chaque ligne (en % de la hauteur du pavé de base)" +msgstr "Translation verticale à chaque ligne (en % de la hauteur du pavé de base)" #: ../src/ui/dialog/clonetiler.cpp:236 #, no-c-format msgid "Vertical shift per column (in % of tile height)" -msgstr "" -"Translation verticale à chaque colonne (en % de la hauteur du pavé de base)" +msgstr "Translation verticale à chaque colonne (en % de la hauteur du pavé de base)" #: ../src/ui/dialog/clonetiler.cpp:243 msgid "Randomize the vertical shift by this percentage" @@ -14275,20 +12865,15 @@ msgstr "<b>Exposant :</b>" #: ../src/ui/dialog/clonetiler.cpp:258 msgid "Whether rows are spaced evenly (1), converge (<1) or diverge (>1)" -msgstr "" -"Selon la valeur, l'inter ligne reste constant (1), converge (<1) ou diverge " -"(>1) " +msgstr "Selon la valeur, l'inter ligne reste constant (1), converge (<1) ou diverge (>1) " #: ../src/ui/dialog/clonetiler.cpp:265 msgid "Whether columns are spaced evenly (1), converge (<1) or diverge (>1)" -msgstr "" -"Selon la valeur, l'inter colonne reste constant (1), converge (<1) ou " -"diverge (>1) " +msgstr "Selon la valeur, l'inter colonne reste constant (1), converge (<1) ou diverge (>1) " #. TRANSLATORS: "Alternate" is a verb here -#: ../src/ui/dialog/clonetiler.cpp:273 ../src/ui/dialog/clonetiler.cpp:437 -#: ../src/ui/dialog/clonetiler.cpp:513 ../src/ui/dialog/clonetiler.cpp:586 -#: ../src/ui/dialog/clonetiler.cpp:632 ../src/ui/dialog/clonetiler.cpp:759 +#: ../src/ui/dialog/clonetiler.cpp:273 ../src/ui/dialog/clonetiler.cpp:437 ../src/ui/dialog/clonetiler.cpp:513 +#: ../src/ui/dialog/clonetiler.cpp:586 ../src/ui/dialog/clonetiler.cpp:632 ../src/ui/dialog/clonetiler.cpp:759 msgid "<small>Alternate:</small>" msgstr "<small>Alterner :</small>" @@ -14301,8 +12886,7 @@ msgid "Alternate the sign of shifts for each column" msgstr "Alterner le signe de la translation à chaque colonne" #. TRANSLATORS: "Cumulate" is a verb here -#: ../src/ui/dialog/clonetiler.cpp:291 ../src/ui/dialog/clonetiler.cpp:455 -#: ../src/ui/dialog/clonetiler.cpp:531 +#: ../src/ui/dialog/clonetiler.cpp:291 ../src/ui/dialog/clonetiler.cpp:455 ../src/ui/dialog/clonetiler.cpp:531 msgid "<small>Cumulate:</small>" msgstr "<small>Cumulatif :</small>" @@ -14338,21 +12922,16 @@ msgstr "<b>Échelle X :</b>" #: ../src/ui/dialog/clonetiler.cpp:345 #, no-c-format msgid "Horizontal scale per row (in % of tile width)" -msgstr "" -"Redimensionnement horizontal à chaque ligne (en % de la largeur du pavé de " -"base)" +msgstr "Redimensionnement horizontal à chaque ligne (en % de la largeur du pavé de base)" #: ../src/ui/dialog/clonetiler.cpp:353 #, no-c-format msgid "Horizontal scale per column (in % of tile width)" -msgstr "" -"Redimensionnement horizontal à chaque colonne (en % de la largeur du pavé de " -"base)" +msgstr "Redimensionnement horizontal à chaque colonne (en % de la largeur du pavé de base)" #: ../src/ui/dialog/clonetiler.cpp:359 msgid "Randomize the horizontal scale by this percentage" -msgstr "" -"Introduire ce pourcentage de hasard dans le redimensionnement horizontal" +msgstr "Introduire ce pourcentage de hasard dans le redimensionnement horizontal" #: ../src/ui/dialog/clonetiler.cpp:367 msgid "<b>Scale Y:</b>" @@ -14361,16 +12940,12 @@ msgstr "<b>Échelle Y :</b>" #: ../src/ui/dialog/clonetiler.cpp:375 #, no-c-format msgid "Vertical scale per row (in % of tile height)" -msgstr "" -"Redimensionnement vertical à chaque ligne (en % de la hauteur du pavé de " -"base)" +msgstr "Redimensionnement vertical à chaque ligne (en % de la hauteur du pavé de base)" #: ../src/ui/dialog/clonetiler.cpp:383 #, no-c-format msgid "Vertical scale per column (in % of tile height)" -msgstr "" -"Redimensionnement vertical à chaque colonne (en % de la largeur du pavé de " -"base)" +msgstr "Redimensionnement vertical à chaque colonne (en % de la largeur du pavé de base)" #: ../src/ui/dialog/clonetiler.cpp:389 msgid "Randomize the vertical scale by this percentage" @@ -14378,26 +12953,19 @@ msgstr "Introduire ce pourcentage de hasard dans le redimensionnement vertical" #: ../src/ui/dialog/clonetiler.cpp:403 msgid "Whether row scaling is uniform (1), converge (<1) or diverge (>1)" -msgstr "" -"Selon la valeur, le redimensionnement des lignes est uniforme (1), converge " -"(<1) ou diverge (>1) " +msgstr "Selon la valeur, le redimensionnement des lignes est uniforme (1), converge (<1) ou diverge (>1) " #: ../src/ui/dialog/clonetiler.cpp:409 msgid "Whether column scaling is uniform (1), converge (<1) or diverge (>1)" -msgstr "" -"Selon la valeur, le redimensionnement des colonnes est uniforme (1), " -"converge (<1) ou diverge (>1) " +msgstr "Selon la valeur, le redimensionnement des colonnes est uniforme (1), converge (<1) ou diverge (>1) " #: ../src/ui/dialog/clonetiler.cpp:417 msgid "<b>Base:</b>" msgstr "<b>Base :</b>" #: ../src/ui/dialog/clonetiler.cpp:423 ../src/ui/dialog/clonetiler.cpp:429 -msgid "" -"Base for a logarithmic spiral: not used (0), converge (<1), or diverge (>1)" -msgstr "" -"Base pour une spirale logarithmique : inutilisée (0), converge (<1), ou " -"diverge (>1)" +msgid "Base for a logarithmic spiral: not used (0), converge (<1), or diverge (>1)" +msgstr "Base pour une spirale logarithmique : inutilisée (0), converge (<1), ou diverge (>1)" #: ../src/ui/dialog/clonetiler.cpp:443 msgid "Alternate the sign of scales for each row" @@ -14518,12 +13086,8 @@ msgid "Initial color of tiled clones" msgstr "Couleur initiale des clones de pavage" #: ../src/ui/dialog/clonetiler.cpp:665 -msgid "" -"Initial color for clones (works only if the original has unset fill or " -"stroke)" -msgstr "" -"Couleur initiale pour les clones (ne fonctionne que si l'original a un " -"remplissage ou un contour indéfini)" +msgid "Initial color for clones (works only if the original has unset fill or stroke)" +msgstr "Couleur initiale pour les clones (ne fonctionne que si l'original a un remplissage ou un contour indéfini)" #: ../src/ui/dialog/clonetiler.cpp:680 msgid "<b>H:</b>" @@ -14590,12 +13154,8 @@ msgid "Trace the drawing under the tiles" msgstr "Calquer depuis le dessin sous les pavés" #: ../src/ui/dialog/clonetiler.cpp:794 -msgid "" -"For each clone, pick a value from the drawing in that clone's location and " -"apply it to the clone" -msgstr "" -"Pour chaque clone, capturer une valeur du dessin à l'emplacement du clone et " -"l'appliquer au clone" +msgid "For each clone, pick a value from the drawing in that clone's location and apply it to the clone" +msgstr "Pour chaque clone, capturer une valeur du dessin à l'emplacement du clone et l'appliquer au clone" #: ../src/ui/dialog/clonetiler.cpp:813 msgid "1. Pick from the drawing:" @@ -14675,8 +13235,7 @@ msgstr "Corriger le Gamma" #: ../src/ui/dialog/clonetiler.cpp:918 msgid "Shift the mid-range of the picked value upwards (>0) or downwards (<0)" -msgstr "" -"Décaler le milieu de la valeur capturée vers le haut (>0) ou vers le bas (<0)" +msgstr "Décaler le milieu de la valeur capturée vers le haut (>0) ou vers le bas (<0)" #: ../src/ui/dialog/clonetiler.cpp:925 msgid "Randomize:" @@ -14703,12 +13262,8 @@ msgid "Presence" msgstr "Présence" #: ../src/ui/dialog/clonetiler.cpp:964 -msgid "" -"Each clone is created with the probability determined by the picked value in " -"that point" -msgstr "" -"Chaque clone est créé selon une probabilité déterminée par la valeur " -"capturée en ce point" +msgid "Each clone is created with the probability determined by the picked value in that point" +msgstr "Chaque clone est créé selon une probabilité déterminée par la valeur capturée en ce point" #: ../src/ui/dialog/clonetiler.cpp:971 msgid "Size" @@ -14716,22 +13271,15 @@ msgstr "Dimensions" #: ../src/ui/dialog/clonetiler.cpp:974 msgid "Each clone's size is determined by the picked value in that point" -msgstr "" -"Les dimensions de chaque clone sont déterminées selon la valeur capturée en " -"ce point " +msgstr "Les dimensions de chaque clone sont déterminées selon la valeur capturée en ce point " #: ../src/ui/dialog/clonetiler.cpp:984 -msgid "" -"Each clone is painted by the picked color (the original must have unset fill " -"or stroke)" -msgstr "" -"Chaque clone est peint selon la couleur capturée (l'original doit avoir un " -"remplissage ou un contour indéfini)" +msgid "Each clone is painted by the picked color (the original must have unset fill or stroke)" +msgstr "Chaque clone est peint selon la couleur capturée (l'original doit avoir un remplissage ou un contour indéfini)" #: ../src/ui/dialog/clonetiler.cpp:994 msgid "Each clone's opacity is determined by the picked value in that point" -msgstr "" -"L'opacité de chaque clone est déterminée par la valeur capturée en ce point" +msgstr "L'opacité de chaque clone est déterminée par la valeur capturée en ce point" #: ../src/ui/dialog/clonetiler.cpp:1042 msgid "How many rows in the tiling" @@ -14770,12 +13318,9 @@ msgid "Use saved size and position of the tile" msgstr "Utiliser les dimensions et position enregistrées du pavage" #: ../src/ui/dialog/clonetiler.cpp:1202 -msgid "" -"Pretend that the size and position of the tile are the same as the last time " -"you tiled it (if any), instead of using the current size" +msgid "Pretend that the size and position of the tile are the same as the last time you tiled it (if any), instead of using the current size" msgstr "" -"Utiliser les mêmes dimensions et position de pavés que lors du pavage " -"précédent (si possible), au lieu d'utiliser les paramètres courants" +"Utiliser les mêmes dimensions et position de pavés que lors du pavage précédent (si possible), au lieu d'utiliser les paramètres courants" #: ../src/ui/dialog/clonetiler.cpp:1236 msgid " <b>_Create</b> " @@ -14796,9 +13341,7 @@ msgstr "É_parpiller" #: ../src/ui/dialog/clonetiler.cpp:1259 msgid "Spread out clones to reduce clumping; can be applied repeatedly" -msgstr "" -"Disperser les clones de façon à reduire le rassemblement; peut être appliqué " -"plusieurs fois" +msgstr "Disperser les clones de façon à reduire le rassemblement; peut être appliqué plusieurs fois" #: ../src/ui/dialog/clonetiler.cpp:1265 msgid " Re_move " @@ -14806,9 +13349,7 @@ msgstr "_Supprimer" #: ../src/ui/dialog/clonetiler.cpp:1266 msgid "Remove existing tiled clones of the selected object (siblings only)" -msgstr "" -"Retirer les clones de pavage de l'objet sélectionné (seulement les « enfants " -"de mêmes parents »)" +msgstr "Retirer les clones de pavage de l'objet sélectionné (seulement les « enfants de mêmes parents »)" #: ../src/ui/dialog/clonetiler.cpp:1283 msgid " R_eset " @@ -14816,12 +13357,8 @@ msgstr " R-à-_z" #. TRANSLATORS: "change" is a noun here #: ../src/ui/dialog/clonetiler.cpp:1285 -msgid "" -"Reset all shifts, scales, rotates, opacity and color changes in the dialog " -"to zero" -msgstr "" -"Remise à zéro de tous les décalages, redimensionnements, rotation et " -"opacités dans la boîte de dialogue" +msgid "Reset all shifts, scales, rotates, opacity and color changes in the dialog to zero" +msgstr "Remise à zéro de tous les décalages, redimensionnements, rotation et opacités dans la boîte de dialogue" #: ../src/ui/dialog/clonetiler.cpp:1358 msgid "<small>Nothing selected.</small>" @@ -14857,12 +13394,8 @@ msgid "Delete tiled clones" msgstr "Supprimer les clones de pavage" #: ../src/ui/dialog/clonetiler.cpp:2227 -msgid "" -"If you want to clone several objects, <b>group</b> them and <b>clone the " -"group</b>." -msgstr "" -"Si vous voulez cloner plusieurs objets, <b>groupez</b>-les puis <b>clonez le " -"groupe</b>." +msgid "If you want to clone several objects, <b>group</b> them and <b>clone the group</b>." +msgstr "Si vous voulez cloner plusieurs objets, <b>groupez</b>-les puis <b>clonez le groupe</b>." #: ../src/ui/dialog/clonetiler.cpp:2236 msgid "<small>Creating tiled clones...</small>" @@ -14886,11 +13419,8 @@ msgstr "<small>Hasard :</small>" #: ../src/ui/dialog/color-item.cpp:127 #, c-format -msgid "" -"Color: <b>%s</b>; <b>Click</b> to set fill, <b>Shift+click</b> to set stroke" -msgstr "" -"Couleur : <b>%s</b> ; <b>Clic</b> pour définir le remplissage, <b>Maj + " -"clic</b> pour définir le contour" +msgid "Color: <b>%s</b>; <b>Click</b> to set fill, <b>Shift+click</b> to set stroke" +msgstr "Couleur : <b>%s</b> ; <b>Clic</b> pour définir le remplissage, <b>Maj + clic</b> pour définir le contour" #: ../src/ui/dialog/color-item.cpp:505 msgid "Change color definition" @@ -14936,23 +13466,19 @@ msgstr "Capturer les messages de log" msgid "Release log messages" msgstr "Détacher les messages de log" -#: ../src/ui/dialog/document-metadata.cpp:88 -#: ../src/ui/dialog/document-properties.cpp:166 +#: ../src/ui/dialog/document-metadata.cpp:88 ../src/ui/dialog/document-properties.cpp:166 msgid "Metadata" msgstr "Métadonnées" -#: ../src/ui/dialog/document-metadata.cpp:89 -#: ../src/ui/dialog/document-properties.cpp:167 +#: ../src/ui/dialog/document-metadata.cpp:89 ../src/ui/dialog/document-properties.cpp:167 msgid "License" msgstr "Licence" -#: ../src/ui/dialog/document-metadata.cpp:126 -#: ../src/ui/dialog/document-properties.cpp:978 +#: ../src/ui/dialog/document-metadata.cpp:126 ../src/ui/dialog/document-properties.cpp:978 msgid "<b>Dublin Core Entities</b>" msgstr "<b>Entités Dublin Core</b>" -#: ../src/ui/dialog/document-metadata.cpp:168 -#: ../src/ui/dialog/document-properties.cpp:1040 +#: ../src/ui/dialog/document-metadata.cpp:168 ../src/ui/dialog/document-properties.cpp:1040 msgid "<b>License</b>" msgstr "<b>Licence</b>" @@ -14994,12 +13520,9 @@ msgid "Back_ground color:" msgstr "Couleur de _fond :" #: ../src/ui/dialog/document-properties.cpp:122 -msgid "" -"Color of the page background. Note: transparency setting ignored while " -"editing but used when exporting to bitmap." +msgid "Color of the page background. Note: transparency setting ignored while editing but used when exporting to bitmap." msgstr "" -"Couleur du fond de page. Note : les paramètres de transparence sont ignorés " -"pendant l'édition, mais utilisées lors de l'exportation en PNG." +"Couleur du fond de page. Note : les paramètres de transparence sont ignorés pendant l'édition, mais utilisées lors de l'exportation en PNG." #: ../src/ui/dialog/document-properties.cpp:123 msgid "Border _color:" @@ -15050,8 +13573,7 @@ msgstr "Couleur d'emphase des lignes de guide" #: ../src/ui/dialog/document-properties.cpp:130 msgid "Color of a guideline when it is under mouse" -msgstr "" -"Couleur d'une ligne de guide quand elle est sous le curseur de la souris" +msgstr "Couleur d'une ligne de guide quand elle est sous le curseur de la souris" #. --------------------------------------------------------------- #: ../src/ui/dialog/document-properties.cpp:132 @@ -15062,9 +13584,7 @@ msgstr "Distance d'attraction" msgid "Snap only when _closer than:" msgstr "Aimanter seulement à moins d'une distance de :" -#: ../src/ui/dialog/document-properties.cpp:132 -#: ../src/ui/dialog/document-properties.cpp:137 -#: ../src/ui/dialog/document-properties.cpp:142 +#: ../src/ui/dialog/document-properties.cpp:132 ../src/ui/dialog/document-properties.cpp:137 ../src/ui/dialog/document-properties.cpp:142 msgid "Always snap" msgstr "Toujours aimanter" @@ -15074,16 +13594,11 @@ msgstr "Distance d'attraction, en pixels d'écran, pour aimanter aux objets" #: ../src/ui/dialog/document-properties.cpp:133 msgid "Always snap to objects, regardless of their distance" -msgstr "" -"Toujours adhérer aux objets les plus proche, sans tenir compte de la distance" +msgstr "Toujours adhérer aux objets les plus proche, sans tenir compte de la distance" #: ../src/ui/dialog/document-properties.cpp:134 -msgid "" -"If set, objects only snap to another object when it's within the range " -"specified below" -msgstr "" -"Si la valeur est définie, les objets ne sont aimantés entre eux que s'ils " -"sont à une distance inférieure à cette valeur" +msgid "If set, objects only snap to another object when it's within the range specified below" +msgstr "Si la valeur est définie, les objets ne sont aimantés entre eux que s'ils sont à une distance inférieure à cette valeur" #. Options for snapping to grids #: ../src/ui/dialog/document-properties.cpp:137 @@ -15100,17 +13615,11 @@ msgstr "Distance d'attraction, en pixels d'écran, pour aimanter à la grille" #: ../src/ui/dialog/document-properties.cpp:138 msgid "Always snap to grids, regardless of the distance" -msgstr "" -"Toujours adhérer aux grilles les plus proches, sans tenir compte de la " -"distance" +msgstr "Toujours adhérer aux grilles les plus proches, sans tenir compte de la distance" #: ../src/ui/dialog/document-properties.cpp:139 -msgid "" -"If set, objects only snap to a grid line when it's within the range " -"specified below" -msgstr "" -"Si la valeur est définie, les objets ne sont aimantés à une ligne de la " -"grille que s'ils sont à une distance inférieure à cette valeur" +msgid "If set, objects only snap to a grid line when it's within the range specified below" +msgstr "Si la valeur est définie, les objets ne sont aimantés à une ligne de la grille que s'ils sont à une distance inférieure à cette valeur" #. Options for snapping to guides #: ../src/ui/dialog/document-properties.cpp:142 @@ -15127,17 +13636,11 @@ msgstr "Distance d'attraction, en pixels d'écran, pour aimanter aux guides" #: ../src/ui/dialog/document-properties.cpp:143 msgid "Always snap to guides, regardless of the distance" -msgstr "" -"Toujours adhérer aux guides les plus proches, sans tenir compte de la " -"distance" +msgstr "Toujours adhérer aux guides les plus proches, sans tenir compte de la distance" #: ../src/ui/dialog/document-properties.cpp:144 -msgid "" -"If set, objects only snap to a guide when it's within the range specified " -"below" -msgstr "" -"Si la valeur est définie, les objets ne sont aimantés à un guide que s'ils " -"sont à une distance inférieure à cette valeur" +msgid "If set, objects only snap to a guide when it's within the range specified below" +msgstr "Si la valeur est définie, les objets ne sont aimantés à un guide que s'ils sont à une distance inférieure à cette valeur" #. --------------------------------------------------------------- #: ../src/ui/dialog/document-properties.cpp:147 @@ -15146,9 +13649,7 @@ msgstr "Aimanter aux chemins de découpe" #: ../src/ui/dialog/document-properties.cpp:147 msgid "When snapping to paths, then also try snapping to clip paths" -msgstr "" -"Lorsque les chemins sont aimantés, essayer également d'aimanter aux chemins " -"de découpe" +msgstr "Lorsque les chemins sont aimantés, essayer également d'aimanter aux chemins de découpe" #: ../src/ui/dialog/document-properties.cpp:148 msgid "Snap to mask paths" @@ -15156,20 +13657,15 @@ msgstr "Aimanter aux chemins de masque" #: ../src/ui/dialog/document-properties.cpp:148 msgid "When snapping to paths, then also try snapping to mask paths" -msgstr "" -"Lorsque les chemins sont aimantés, essayer également d'aimanter aux chemins " -"de masque" +msgstr "Lorsque les chemins sont aimantés, essayer également d'aimanter aux chemins de masque" #: ../src/ui/dialog/document-properties.cpp:149 msgid "Snap perpendicularly" msgstr "Aimanter perpendiculairement" #: ../src/ui/dialog/document-properties.cpp:149 -msgid "" -"When snapping to paths or guides, then also try snapping perpendicularly" -msgstr "" -"Lorsque les chemins ou les guides sont aimantés, essayer également " -"d'aimanter perpendiculairement" +msgid "When snapping to paths or guides, then also try snapping perpendicularly" +msgstr "Lorsque les chemins ou les guides sont aimantés, essayer également d'aimanter perpendiculairement" #: ../src/ui/dialog/document-properties.cpp:150 msgid "Snap tangentially" @@ -15177,9 +13673,7 @@ msgstr "Aimanter tangentiellement" #: ../src/ui/dialog/document-properties.cpp:150 msgid "When snapping to paths or guides, then also try snapping tangentially" -msgstr "" -"Lorsque les chemins ou les guides sont aimantés, essayer également " -"d'aimanter tangentiellement" +msgstr "Lorsque les chemins ou les guides sont aimantés, essayer également d'aimanter tangentiellement" #: ../src/ui/dialog/document-properties.cpp:153 msgctxt "Grid" @@ -15199,8 +13693,7 @@ msgstr "Supp_rimer" msgid "Remove selected grid." msgstr "Supprimer la grille sélectionnée." -#: ../src/ui/dialog/document-properties.cpp:161 -#: ../src/widgets/toolbox.cpp:1837 +#: ../src/ui/dialog/document-properties.cpp:161 ../src/widgets/toolbox.cpp:1837 msgid "Guides" msgstr "Guides" @@ -15292,9 +13785,7 @@ msgstr "<b>Fichier de programmation externe :</b>" msgid "Add the current file name or browse for a file" msgstr "Choisir un fichier" -#: ../src/ui/dialog/document-properties.cpp:752 -#: ../src/ui/dialog/document-properties.cpp:829 -#: ../src/ui/widget/selected-style.cpp:356 +#: ../src/ui/dialog/document-properties.cpp:752 ../src/ui/dialog/document-properties.cpp:829 ../src/ui/widget/selected-style.cpp:356 msgid "Remove" msgstr "Supprimer" @@ -15306,8 +13797,7 @@ msgstr "Nom du fichier" msgid "<b>Embedded script files:</b>" msgstr "<b>Fichier de programmation incorporés :</b>" -#: ../src/ui/dialog/document-properties.cpp:826 -#: ../src/ui/dialog/objects.cpp:1890 +#: ../src/ui/dialog/document-properties.cpp:826 ../src/ui/dialog/objects.cpp:1890 msgid "New" msgstr "Nouvelle" @@ -15398,8 +13888,7 @@ msgstr "_Sélection" msgid "_Custom" msgstr "P_ersonnalisée" -#: ../src/ui/dialog/export.cpp:165 ../src/widgets/measure-toolbar.cpp:99 -#: ../src/widgets/measure-toolbar.cpp:107 +#: ../src/ui/dialog/export.cpp:165 ../src/widgets/measure-toolbar.cpp:99 ../src/widgets/measure-toolbar.cpp:107 #: ../share/extensions/render_gears.inx.h:6 msgid "Units:" msgstr "Unités :" @@ -15413,13 +13902,10 @@ msgid "B_atch export all selected objects" msgstr "Exporter les _objets sélectionnés en un lot" #: ../src/ui/dialog/export.cpp:170 -msgid "" -"Export each selected object into its own PNG file, using export hints if any " -"(caution, overwrites without asking!)" +msgid "Export each selected object into its own PNG file, using export hints if any (caution, overwrites without asking!)" msgstr "" -"Exporter chaque objet de la sélection dans son fichier PNG, en tenant compte " -"des indications d'export (attention, écrase les fichiers sans demander de " -"confirmation !)" +"Exporter chaque objet de la sélection dans son fichier PNG, en tenant compte des indications d'export (attention, écrase les fichiers sans " +"demander de confirmation !)" #: ../src/ui/dialog/export.cpp:172 msgid "Hide a_ll except selected" @@ -15427,8 +13913,7 @@ msgstr "_Cacher tout sauf la sélection" #: ../src/ui/dialog/export.cpp:172 msgid "In the exported image, hide all objects except those that are selected" -msgstr "" -"Dans l'image exportée, cacher tous les objets qui ne sont pas sélectionnés" +msgstr "Dans l'image exportée, cacher tous les objets qui ne sont pas sélectionnés" #: ../src/ui/dialog/export.cpp:173 msgid "Close when complete" @@ -15482,14 +13967,11 @@ msgstr "pixels à" msgid "dp_i" msgstr "_ppp" -#: ../src/ui/dialog/export.cpp:296 ../src/ui/dialog/transformation.cpp:76 -#: ../src/ui/widget/page-sizer.cpp:238 +#: ../src/ui/dialog/export.cpp:296 ../src/ui/dialog/transformation.cpp:76 ../src/ui/widget/page-sizer.cpp:238 msgid "_Height:" msgstr "_Hauteur :" -#: ../src/ui/dialog/export.cpp:304 -#: ../src/ui/dialog/inkscape-preferences.cpp:1485 -#: ../src/ui/dialog/inkscape-preferences.cpp:1489 +#: ../src/ui/dialog/export.cpp:304 ../src/ui/dialog/inkscape-preferences.cpp:1485 ../src/ui/dialog/inkscape-preferences.cpp:1489 #: ../src/ui/dialog/inkscape-preferences.cpp:1513 msgid "dpi" msgstr "ppp" @@ -15503,9 +13985,8 @@ msgid "Export the bitmap file with these settings" msgstr "Exporter le fichier bitmap avec ces réglages" #: ../src/ui/dialog/export.cpp:479 -#, fuzzy msgid "bitmap" -msgstr "Bitmap" +msgstr "bitmap" #: ../src/ui/dialog/export.cpp:614 #, c-format @@ -15544,9 +14025,7 @@ msgstr "Impossible d'exporter dans le fichier <b>%s</b>." #: ../src/ui/dialog/export.cpp:1098 #, c-format msgid "Successfully exported <b>%d</b> files from <b>%d</b> selected items." -msgstr "" -"<b>%d</b> fichiers ont été exportés à partir des <b>%d</b> objets " -"sélectionnés." +msgstr "<b>%d</b> fichiers ont été exportés à partir des <b>%d</b> objets sélectionnés." #: ../src/ui/dialog/export.cpp:1109 msgid "You have to enter a filename." @@ -15583,14 +14062,11 @@ msgstr "Dessin exporté vers <b>%s</b>." msgid "Export aborted." msgstr "Exportation annulée." -#: ../src/ui/dialog/export.cpp:1308 ../src/ui/interface.cpp:1388 -#: ../src/widgets/desktop-widget.cpp:1122 -#: ../src/widgets/desktop-widget.cpp:1184 +#: ../src/ui/dialog/export.cpp:1308 ../src/ui/interface.cpp:1388 ../src/widgets/desktop-widget.cpp:1122 ../src/widgets/desktop-widget.cpp:1184 msgid "_Cancel" msgstr "_Annuler" -#: ../src/ui/dialog/export.cpp:1309 ../src/ui/dialog/input.cpp:1082 -#: ../src/verbs.cpp:2406 ../src/widgets/desktop-widget.cpp:1123 +#: ../src/ui/dialog/export.cpp:1309 ../src/ui/dialog/input.cpp:1082 ../src/verbs.cpp:2406 ../src/widgets/desktop-widget.cpp:1123 msgid "_Save" msgstr "_Enregistrer" @@ -15598,52 +14074,25 @@ msgstr "_Enregistrer" msgid "Information" msgstr "Information" -#: ../src/ui/dialog/extension-editor.cpp:82 ../src/verbs.cpp:309 -#: ../src/verbs.cpp:328 ../share/extensions/color_HSL_adjust.inx.h:11 -#: ../share/extensions/color_custom.inx.h:7 -#: ../share/extensions/color_randomize.inx.h:6 -#: ../share/extensions/dots.inx.h:7 -#: ../share/extensions/draw_from_triangle.inx.h:35 -#: ../share/extensions/dxf_input.inx.h:10 -#: ../share/extensions/dxf_outlines.inx.h:24 -#: ../share/extensions/gcodetools_about.inx.h:3 -#: ../share/extensions/gcodetools_area.inx.h:53 -#: ../share/extensions/gcodetools_check_for_updates.inx.h:3 -#: ../share/extensions/gcodetools_dxf_points.inx.h:25 -#: ../share/extensions/gcodetools_engraving.inx.h:31 -#: ../share/extensions/gcodetools_graffiti.inx.h:42 -#: ../share/extensions/gcodetools_lathe.inx.h:46 -#: ../share/extensions/gcodetools_orientation_points.inx.h:14 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:35 -#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:17 -#: ../share/extensions/gcodetools_tools_library.inx.h:12 -#: ../share/extensions/generate_voronoi.inx.h:5 -#: ../share/extensions/gimp_xcf.inx.h:7 -#: ../share/extensions/interp_att_g.inx.h:29 -#: ../share/extensions/jessyInk_autoTexts.inx.h:8 -#: ../share/extensions/jessyInk_effects.inx.h:13 -#: ../share/extensions/jessyInk_export.inx.h:7 -#: ../share/extensions/jessyInk_install.inx.h:2 -#: ../share/extensions/jessyInk_keyBindings.inx.h:44 -#: ../share/extensions/jessyInk_masterSlide.inx.h:5 -#: ../share/extensions/jessyInk_mouseHandler.inx.h:6 -#: ../share/extensions/jessyInk_summary.inx.h:2 -#: ../share/extensions/jessyInk_transitions.inx.h:12 -#: ../share/extensions/jessyInk_uninstall.inx.h:10 -#: ../share/extensions/jessyInk_video.inx.h:2 -#: ../share/extensions/jessyInk_view.inx.h:7 -#: ../share/extensions/layout_nup.inx.h:24 -#: ../share/extensions/lindenmayer.inx.h:13 -#: ../share/extensions/lorem_ipsum.inx.h:6 -#: ../share/extensions/measure.inx.h:33 -#: ../share/extensions/pathalongpath.inx.h:16 -#: ../share/extensions/pathscatter.inx.h:18 -#: ../share/extensions/radiusrand.inx.h:8 ../share/extensions/restack.inx.h:25 -#: ../share/extensions/split.inx.h:8 ../share/extensions/voronoi2svg.inx.h:11 -#: ../share/extensions/web-set-att.inx.h:25 -#: ../share/extensions/web-transmit-att.inx.h:23 -#: ../share/extensions/webslicer_create_group.inx.h:11 -#: ../share/extensions/webslicer_export.inx.h:6 +#: ../src/ui/dialog/extension-editor.cpp:82 ../src/verbs.cpp:309 ../src/verbs.cpp:328 ../share/extensions/color_HSL_adjust.inx.h:11 +#: ../share/extensions/color_custom.inx.h:7 ../share/extensions/color_randomize.inx.h:6 ../share/extensions/dots.inx.h:7 +#: ../share/extensions/draw_from_triangle.inx.h:35 ../share/extensions/dxf_input.inx.h:10 ../share/extensions/dxf_outlines.inx.h:24 +#: ../share/extensions/gcodetools_about.inx.h:3 ../share/extensions/gcodetools_area.inx.h:53 +#: ../share/extensions/gcodetools_check_for_updates.inx.h:3 ../share/extensions/gcodetools_dxf_points.inx.h:25 +#: ../share/extensions/gcodetools_engraving.inx.h:31 ../share/extensions/gcodetools_graffiti.inx.h:42 +#: ../share/extensions/gcodetools_lathe.inx.h:46 ../share/extensions/gcodetools_orientation_points.inx.h:14 +#: ../share/extensions/gcodetools_path_to_gcode.inx.h:35 ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:17 +#: ../share/extensions/gcodetools_tools_library.inx.h:12 ../share/extensions/generate_voronoi.inx.h:5 ../share/extensions/gimp_xcf.inx.h:7 +#: ../share/extensions/interp_att_g.inx.h:29 ../share/extensions/jessyInk_autoTexts.inx.h:8 ../share/extensions/jessyInk_effects.inx.h:13 +#: ../share/extensions/jessyInk_export.inx.h:7 ../share/extensions/jessyInk_install.inx.h:2 ../share/extensions/jessyInk_keyBindings.inx.h:44 +#: ../share/extensions/jessyInk_masterSlide.inx.h:5 ../share/extensions/jessyInk_mouseHandler.inx.h:6 +#: ../share/extensions/jessyInk_summary.inx.h:2 ../share/extensions/jessyInk_transitions.inx.h:12 +#: ../share/extensions/jessyInk_uninstall.inx.h:10 ../share/extensions/jessyInk_video.inx.h:2 ../share/extensions/jessyInk_view.inx.h:7 +#: ../share/extensions/layout_nup.inx.h:24 ../share/extensions/lindenmayer.inx.h:13 ../share/extensions/lorem_ipsum.inx.h:6 +#: ../share/extensions/measure.inx.h:33 ../share/extensions/pathalongpath.inx.h:16 ../share/extensions/pathscatter.inx.h:18 +#: ../share/extensions/radiusrand.inx.h:8 ../share/extensions/restack.inx.h:25 ../share/extensions/split.inx.h:8 +#: ../share/extensions/voronoi2svg.inx.h:11 ../share/extensions/web-set-att.inx.h:25 ../share/extensions/web-transmit-att.inx.h:23 +#: ../share/extensions/webslicer_create_group.inx.h:11 ../share/extensions/webslicer_export.inx.h:6 msgid "Help" msgstr "Aide" @@ -15664,55 +14113,39 @@ msgstr "image trop grande pour un aperçu" msgid "Enable preview" msgstr "Activer l'aperçu" -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:767 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:780 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:784 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:787 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:795 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:811 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:826 -#: ../src/ui/dialog/filedialogimpl-win32.cpp:286 -#: ../src/ui/dialog/filedialogimpl-win32.cpp:417 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:767 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:780 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:784 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:787 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:795 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:811 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:826 ../src/ui/dialog/filedialogimpl-win32.cpp:286 ../src/ui/dialog/filedialogimpl-win32.cpp:417 msgid "All Files" msgstr "Tous les fichiers" -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:792 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:808 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:823 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:792 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:808 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:823 #: ../src/ui/dialog/filedialogimpl-win32.cpp:287 msgid "All Inkscape Files" msgstr "Tous les fichiers Inkscape" -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:799 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:815 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:829 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:799 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:815 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:829 #: ../src/ui/dialog/filedialogimpl-win32.cpp:288 msgid "All Images" msgstr "Toutes les images" -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:802 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:818 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:832 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:802 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:818 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:832 #: ../src/ui/dialog/filedialogimpl-win32.cpp:289 msgid "All Vectors" msgstr "Tous les formats vectoriels" -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:805 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:821 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:835 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:805 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:821 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:835 #: ../src/ui/dialog/filedialogimpl-win32.cpp:290 msgid "All Bitmaps" msgstr "Toutes les images bitmap" #. ###### File options #. ###### Do we want the .xxx extension automatically added? -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1054 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1612 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1054 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1612 msgid "Append filename extension automatically" msgstr "Ajouter une extension automatiquement" -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1227 -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1480 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1227 ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1480 msgid "Guess from extension" msgstr "Deviner le type de fichier par l'extension" @@ -15760,8 +14193,7 @@ msgstr "Résolution (point par pouce)" msgid "Document" msgstr "Document" -#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1553 ../src/verbs.cpp:175 -#: ../src/widgets/desktop-widget.cpp:2002 +#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1553 ../src/verbs.cpp:175 ../src/widgets/desktop-widget.cpp:2002 #: ../share/extensions/printing_marks.inx.h:18 msgid "Selection" msgstr "Sélection" @@ -15810,19 +14242,15 @@ msgstr "St_yle du contour" #. TRANSLATORS: this dialog is accessible via menu Filters - Filter editor #: ../src/ui/dialog/filter-effects-dialog.cpp:547 msgid "" -"This matrix determines a linear transform on color space. Each line affects " -"one of the color components. Each column determines how much of each color " -"component from the input is passed to the output. The last column does not " -"depend on input colors, so can be used to adjust a constant component value." -msgstr "" -"Cette matrice détermine une transformation linéaire de l'espace des " -"couleurs. Chaque ligne affecte une des composantes de la couleur. Chaque " -"colonne détermine quelle proportion de chaque composante de l'entrée est " -"passée à la sortie. La dernière colonne ne dépend pas de l'entrée. Elle sert " -"à ajouter une constante aux composantes." - -#: ../src/ui/dialog/filter-effects-dialog.cpp:550 -#: ../share/extensions/grid_polar.inx.h:4 +"This matrix determines a linear transform on color space. Each line affects one of the color components. Each column determines how much of " +"each color component from the input is passed to the output. The last column does not depend on input colors, so can be used to adjust a " +"constant component value." +msgstr "" +"Cette matrice détermine une transformation linéaire de l'espace des couleurs. Chaque ligne affecte une des composantes de la couleur. Chaque " +"colonne détermine quelle proportion de chaque composante de l'entrée est passée à la sortie. La dernière colonne ne dépend pas de l'entrée. " +"Elle sert à ajouter une constante aux composantes." + +#: ../src/ui/dialog/filter-effects-dialog.cpp:550 ../share/extensions/grid_polar.inx.h:4 msgctxt "Label" msgid "None" msgstr "Aucun" @@ -15874,36 +14302,30 @@ msgstr "Source de lumière :" #: ../src/ui/dialog/filter-effects-dialog.cpp:1196 msgid "Direction angle for the light source on the XY plane, in degrees" -msgstr "" -"Angle pour la direction de la source de lumière dans le plan XY, en degrés" +msgstr "Angle pour la direction de la source de lumière dans le plan XY, en degrés" #: ../src/ui/dialog/filter-effects-dialog.cpp:1197 msgid "Direction angle for the light source on the YZ plane, in degrees" -msgstr "" -"Angle pour la direction de la source de lumière dans le plan XY, en degrés" +msgstr "Angle pour la direction de la source de lumière dans le plan XY, en degrés" #. default x: #. default y: #. default z: -#: ../src/ui/dialog/filter-effects-dialog.cpp:1200 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1203 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1200 ../src/ui/dialog/filter-effects-dialog.cpp:1203 msgid "Location:" msgstr "Localisation :" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1200 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1203 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1200 ../src/ui/dialog/filter-effects-dialog.cpp:1203 #: ../src/ui/dialog/filter-effects-dialog.cpp:1206 msgid "X coordinate" msgstr "Coordonnées X" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1200 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1203 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1200 ../src/ui/dialog/filter-effects-dialog.cpp:1203 #: ../src/ui/dialog/filter-effects-dialog.cpp:1206 msgid "Y coordinate" msgstr "Coordonnée Y" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1200 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1203 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1200 ../src/ui/dialog/filter-effects-dialog.cpp:1203 #: ../src/ui/dialog/filter-effects-dialog.cpp:1206 msgid "Z coordinate" msgstr "Coordonnée Z" @@ -15927,13 +14349,11 @@ msgstr "Angle du cône" #: ../src/ui/dialog/filter-effects-dialog.cpp:1209 msgid "" -"This is the angle between the spot light axis (i.e. the axis between the " -"light source and the point to which it is pointing at) and the spot light " -"cone. No light is projected outside this cone." +"This is the angle between the spot light axis (i.e. the axis between the light source and the point to which it is pointing at) and the spot " +"light cone. No light is projected outside this cone." msgstr "" -"C'est l'ouverture du cône de lumière autour de l'axe de la source (la ligne " -"entre la source et le point vers lequel elle pointe). Aucune lumière n'est " -"projetée hors de ce cône." +"C'est l'ouverture du cône de lumière autour de l'axe de la source (la ligne entre la source et le point vers lequel elle pointe). Aucune " +"lumière n'est projetée hors de ce cône." #: ../src/ui/dialog/filter-effects-dialog.cpp:1275 msgid "New light source" @@ -16041,15 +14461,11 @@ msgstr "Hauteur de la zone d'action du filtre" #: ../src/ui/dialog/filter-effects-dialog.cpp:2856 msgid "" -"Indicates the type of matrix operation. The keyword 'matrix' indicates that " -"a full 5x4 matrix of values will be provided. The other keywords represent " -"convenience shortcuts to allow commonly used color operations to be " -"performed without specifying a complete matrix." +"Indicates the type of matrix operation. The keyword 'matrix' indicates that a full 5x4 matrix of values will be provided. The other keywords " +"represent convenience shortcuts to allow commonly used color operations to be performed without specifying a complete matrix." msgstr "" -"Indique le type d'opération matricielle. Le mot-clef « matrice » indique " -"qu'une matrice 5x4 sera donnée en entrée. Les autres mots-clés représentent " -"des raccourcis pour les opérations les plus fréquentes sur les couleurs sans " -"spécifier de matrice." +"Indique le type d'opération matricielle. Le mot-clef « matrice » indique qu'une matrice 5x4 sera donnée en entrée. Les autres mots-clés " +"représentent des raccourcis pour les opérations les plus fréquentes sur les couleurs sans spécifier de matrice." #: ../src/ui/dialog/filter-effects-dialog.cpp:2857 msgid "Value(s):" @@ -16060,8 +14476,7 @@ msgid "R:" msgstr "R :" # Green (in RGB) -#: ../src/ui/dialog/filter-effects-dialog.cpp:2862 -#: ../src/ui/widget/color-icc-selector.cpp:180 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2862 ../src/ui/widget/color-icc-selector.cpp:180 msgid "G:" msgstr "V :" @@ -16075,8 +14490,7 @@ msgstr "B :" msgid "A:" msgstr "A :" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2867 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2907 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2867 ../src/ui/dialog/filter-effects-dialog.cpp:2907 msgid "Operator:" msgstr "Opérateur :" @@ -16084,18 +14498,14 @@ msgstr "Opérateur :" msgid "K1:" msgstr "K1 :" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2868 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2869 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2870 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2871 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2868 ../src/ui/dialog/filter-effects-dialog.cpp:2869 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2870 ../src/ui/dialog/filter-effects-dialog.cpp:2871 msgid "" -"If the arithmetic operation is chosen, each result pixel is computed using " -"the formula k1*i1*i2 + k2*i1 + k3*i2 + k4 where i1 and i2 are the pixel " -"values of the first and second inputs respectively." +"If the arithmetic operation is chosen, each result pixel is computed using the formula k1*i1*i2 + k2*i1 + k3*i2 + k4 where i1 and i2 are the " +"pixel values of the first and second inputs respectively." msgstr "" -"Si une opération arithmétique est sélectionnée, chaque pixel du résultat est " -"calculé par: k1*i1*i2 + k2*i1 + k3*i2 + k4. i1 et i2 sont les valeurs de la " -"première et de la deuxième entrée." +"Si une opération arithmétique est sélectionnée, chaque pixel du résultat est calculé par: k1*i1*i2 + k2*i1 + k3*i2 + k4. i1 et i2 sont les " +"valeurs de la première et de la deuxième entrée." #: ../src/ui/dialog/filter-effects-dialog.cpp:2869 msgid "K2:" @@ -16123,26 +14533,17 @@ msgstr "hauteur de la matrice de convolution" #. default x: #. default y: -#: ../src/ui/dialog/filter-effects-dialog.cpp:2875 -#: ../src/ui/dialog/object-attributes.cpp:48 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2875 ../src/ui/dialog/object-attributes.cpp:48 msgid "Target:" msgstr "Cible :" #: ../src/ui/dialog/filter-effects-dialog.cpp:2875 -msgid "" -"X coordinate of the target point in the convolve matrix. The convolution is " -"applied to pixels around this point." -msgstr "" -"Coordonnée X du point cible de la matrice de convolution. La convolution est " -"appliquée aux pixels qui entourent ce point." +msgid "X coordinate of the target point in the convolve matrix. The convolution is applied to pixels around this point." +msgstr "Coordonnée X du point cible de la matrice de convolution. La convolution est appliquée aux pixels qui entourent ce point." #: ../src/ui/dialog/filter-effects-dialog.cpp:2875 -msgid "" -"Y coordinate of the target point in the convolve matrix. The convolution is " -"applied to pixels around this point." -msgstr "" -"Coordonnée Y du point cible de la matrice de convolution. La convolution est " -"appliquée aux pixels qui entourent ce point." +msgid "Y coordinate of the target point in the convolve matrix. The convolution is applied to pixels around this point." +msgstr "Coordonnée Y du point cible de la matrice de convolution. La convolution est appliquée aux pixels qui entourent ce point." #. TRANSLATORS: for info on "Kernel", see http://en.wikipedia.org/wiki/Kernel_(matrix) #: ../src/ui/dialog/filter-effects-dialog.cpp:2877 @@ -16151,19 +14552,14 @@ msgstr "Kernel :" #: ../src/ui/dialog/filter-effects-dialog.cpp:2877 msgid "" -"This matrix describes the convolve operation that is applied to the input " -"image in order to calculate the pixel colors at the output. Different " -"arrangements of values in this matrix result in various possible visual " -"effects. An identity matrix would lead to a motion blur effect (parallel to " -"the matrix diagonal) while a matrix filled with a constant non-zero value " -"would lead to a common blur effect." -msgstr "" -"Cette matrice décrit l'opération de convolution qui est appliquée à l'image " -"en entrée pour calculer les valeurs des pixels en sortie. Les organisations " -"différentes des valeurs dans cette matrice donnent divers effets visuels " -"possibles. Une matrice identité produira un effet de flou de mouvement " -"(parallèle à la diagonale de la matrice) alors qu'une matrice remplie d'une " -"valeur non-nulle constante produira un effet de flou simple." +"This matrix describes the convolve operation that is applied to the input image in order to calculate the pixel colors at the output. " +"Different arrangements of values in this matrix result in various possible visual effects. An identity matrix would lead to a motion blur " +"effect (parallel to the matrix diagonal) while a matrix filled with a constant non-zero value would lead to a common blur effect." +msgstr "" +"Cette matrice décrit l'opération de convolution qui est appliquée à l'image en entrée pour calculer les valeurs des pixels en sortie. Les " +"organisations différentes des valeurs dans cette matrice donnent divers effets visuels possibles. Une matrice identité produira un effet de " +"flou de mouvement (parallèle à la diagonale de la matrice) alors qu'une matrice remplie d'une valeur non-nulle constante produira un effet de " +"flou simple." #: ../src/ui/dialog/filter-effects-dialog.cpp:2879 msgid "Divisor:" @@ -16171,28 +14567,20 @@ msgstr "Diviseur :" #: ../src/ui/dialog/filter-effects-dialog.cpp:2879 msgid "" -"After applying the kernelMatrix to the input image to yield a number, that " -"number is divided by divisor to yield the final destination color value. A " -"divisor that is the sum of all the matrix values tends to have an evening " -"effect on the overall color intensity of the result." +"After applying the kernelMatrix to the input image to yield a number, that number is divided by divisor to yield the final destination color " +"value. A divisor that is the sum of all the matrix values tends to have an evening effect on the overall color intensity of the result." msgstr "" -"Après l'application de la kernelMatrix à l'image en entrée pour obtenir un " -"nombre, ce nombre est divisé par le diviseur, ce qui donne la valeur de " -"couleur finale en sortie. Un diviseur d'une valeur égale à la somme de " -"toutes les valeurs de la matrice aura tendance à avoir un effet lissant sur " -"l'intensité globale de la couleur du résultat." +"Après l'application de la kernelMatrix à l'image en entrée pour obtenir un nombre, ce nombre est divisé par le diviseur, ce qui donne la " +"valeur de couleur finale en sortie. Un diviseur d'une valeur égale à la somme de toutes les valeurs de la matrice aura tendance à avoir un " +"effet lissant sur l'intensité globale de la couleur du résultat." #: ../src/ui/dialog/filter-effects-dialog.cpp:2880 msgid "Bias:" msgstr "Déviation :" #: ../src/ui/dialog/filter-effects-dialog.cpp:2880 -msgid "" -"This value is added to each component. This is useful to define a constant " -"value as the zero response of the filter." -msgstr "" -"Cette valeur est ajoutée à chaque composant. Permet de définir une valeur " -"constante comme la réponse en zéro du filtre." +msgid "This value is added to each component. This is useful to define a constant value as the zero response of the filter." +msgstr "Cette valeur est ajoutée à chaque composant. Permet de définir une valeur constante comme la réponse en zéro du filtre." #: ../src/ui/dialog/filter-effects-dialog.cpp:2881 msgid "Edge Mode:" @@ -16200,13 +14588,11 @@ msgstr "Mode bordure :" #: ../src/ui/dialog/filter-effects-dialog.cpp:2881 msgid "" -"Determines how to extend the input image as necessary with color values so " -"that the matrix operations can be applied when the kernel is positioned at " -"or near the edge of the input image." +"Determines how to extend the input image as necessary with color values so that the matrix operations can be applied when the kernel is " +"positioned at or near the edge of the input image." msgstr "" -"Détermine comment étendre l'image en entrée avec des valeurs de couleur si " -"besoin, pour que les opérations matricielles puissent être appliquées quand " -"le kernel est positionné au bord ou près du bord de l'image en entrée." +"Détermine comment étendre l'image en entrée avec des valeurs de couleur si besoin, pour que les opérations matricielles puissent être " +"appliquées quand le kernel est positionné au bord ou près du bord de l'image en entrée." #: ../src/ui/dialog/filter-effects-dialog.cpp:2882 msgid "Preserve Alpha" @@ -16214,46 +14600,34 @@ msgstr "Préserver l'opacité" #: ../src/ui/dialog/filter-effects-dialog.cpp:2882 msgid "If set, the alpha channel won't be altered by this filter primitive." -msgstr "" -"Si coché, la composante opacité (alpha) ne sera pas modifiée par cette " -"primitive de filtre." +msgstr "Si coché, la composante opacité (alpha) ne sera pas modifiée par cette primitive de filtre." #. default: white #: ../src/ui/dialog/filter-effects-dialog.cpp:2885 msgid "Diffuse Color:" msgstr "Diffusion de la couleur :" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2885 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2918 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2885 ../src/ui/dialog/filter-effects-dialog.cpp:2918 msgid "Defines the color of the light source" msgstr "Définit la couleur de la source lumineuse" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2886 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2919 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2886 ../src/ui/dialog/filter-effects-dialog.cpp:2919 msgid "Surface Scale:" msgstr "Relief de surface :" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2886 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2919 -msgid "" -"This value amplifies the heights of the bump map defined by the input alpha " -"channel" -msgstr "" -"Cette valeur amplifie la hauteur du relief défini par la composante opacité " -"(alpha) en entrée" +#: ../src/ui/dialog/filter-effects-dialog.cpp:2886 ../src/ui/dialog/filter-effects-dialog.cpp:2919 +msgid "This value amplifies the heights of the bump map defined by the input alpha channel" +msgstr "Cette valeur amplifie la hauteur du relief défini par la composante opacité (alpha) en entrée" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2887 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2920 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2887 ../src/ui/dialog/filter-effects-dialog.cpp:2920 msgid "Constant:" msgstr "Constante :" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2887 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2920 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2887 ../src/ui/dialog/filter-effects-dialog.cpp:2920 msgid "This constant affects the Phong lighting model." msgstr "Cette constante agit sur le modèle d'éclairage Phong." -#: ../src/ui/dialog/filter-effects-dialog.cpp:2888 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2922 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2888 ../src/ui/dialog/filter-effects-dialog.cpp:2922 msgid "Kernel Unit Length:" msgstr "Unité de longueur du Kernel :" @@ -16284,8 +14658,7 @@ msgstr "Couleur de remplissage :" #: ../src/ui/dialog/filter-effects-dialog.cpp:2897 msgid "The whole filter region will be filled with this color." -msgstr "" -"Toute la région affectée par le filtre sera remplie avec cette couleur." +msgstr "Toute la région affectée par le filtre sera remplie avec cette couleur." #: ../src/ui/dialog/filter-effects-dialog.cpp:2901 msgid "Standard Deviation:" @@ -16328,24 +14701,17 @@ msgstr "Distance du décalage de l'image vers le bas" msgid "Specular Color:" msgstr "Couleur spéculaire :" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2921 -#: ../share/extensions/interp.inx.h:2 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2921 ../share/extensions/interp.inx.h:2 msgid "Exponent:" msgstr "Exposant :" #: ../src/ui/dialog/filter-effects-dialog.cpp:2921 msgid "Exponent for specular term, larger is more \"shiny\"." -msgstr "" -"Exposant pour le terme spéculaire. Plus il est grand, plus l'objet est " -"« brillant »." +msgstr "Exposant pour le terme spéculaire. Plus il est grand, plus l'objet est « brillant »." #: ../src/ui/dialog/filter-effects-dialog.cpp:2930 -msgid "" -"Indicates whether the filter primitive should perform a noise or turbulence " -"function." -msgstr "" -"Indique si la primitive de filtre doit effectuer une fonction de bruit ou de " -"turbulence." +msgid "Indicates whether the filter primitive should perform a noise or turbulence function." +msgstr "Indique si la primitive de filtre doit effectuer une fonction de bruit ou de turbulence." #: ../src/ui/dialog/filter-effects-dialog.cpp:2931 msgid "Base Frequency:" @@ -16368,177 +14734,127 @@ msgid "Add filter primitive" msgstr "Ajouter une primitive de filtre" #: ../src/ui/dialog/filter-effects-dialog.cpp:2962 -msgid "" -"The <b>feBlend</b> filter primitive provides 4 image blending modes: screen, " -"multiply, darken and lighten." -msgstr "" -"<b>feBlend</b> fournit quatre modes de fondu d'image : produit, " -"superposition, obscurcir et éclaircir." +msgid "The <b>feBlend</b> filter primitive provides 4 image blending modes: screen, multiply, darken and lighten." +msgstr "<b>feBlend</b> fournit quatre modes de fondu d'image : produit, superposition, obscurcir et éclaircir." #: ../src/ui/dialog/filter-effects-dialog.cpp:2966 msgid "" -"The <b>feColorMatrix</b> filter primitive applies a matrix transformation to " -"color of each rendered pixel. This allows for effects like turning object to " -"grayscale, modifying color saturation and changing color hue." +"The <b>feColorMatrix</b> filter primitive applies a matrix transformation to color of each rendered pixel. This allows for effects like " +"turning object to grayscale, modifying color saturation and changing color hue." msgstr "" -"<b>feColorMatrix</b> applique une transformation matricielle à la couleur de " -"chaque pixel. Cela permet des effets comme la transformation d'objets en " -"niveaux de gris, la modification de la saturation des couleurs et la " -"modification de la teinte des couleurs." +"<b>feColorMatrix</b> applique une transformation matricielle à la couleur de chaque pixel. Cela permet des effets comme la transformation " +"d'objets en niveaux de gris, la modification de la saturation des couleurs et la modification de la teinte des couleurs." #: ../src/ui/dialog/filter-effects-dialog.cpp:2970 msgid "" -"The <b>feComponentTransfer</b> filter primitive manipulates the input's " -"color components (red, green, blue, and alpha) according to particular " -"transfer functions, allowing operations like brightness and contrast " -"adjustment, color balance, and thresholding." +"The <b>feComponentTransfer</b> filter primitive manipulates the input's color components (red, green, blue, and alpha) according to particular " +"transfer functions, allowing operations like brightness and contrast adjustment, color balance, and thresholding." msgstr "" -"<b>feComponentTransfer</b> manipule les composantes de couleur de l'entrée " -"(rouge, vert, bleu et opacité) suivant des fonctions de tranfert. Cela " -"permet des opérations comme l'ajustement de luminosité et de contraste, la " -"balance des couleurs, et la détection de seuil." +"<b>feComponentTransfer</b> manipule les composantes de couleur de l'entrée (rouge, vert, bleu et opacité) suivant des fonctions de tranfert. " +"Cela permet des opérations comme l'ajustement de luminosité et de contraste, la balance des couleurs, et la détection de seuil." #: ../src/ui/dialog/filter-effects-dialog.cpp:2974 msgid "" -"The <b>feComposite</b> filter primitive composites two images using one of " -"the Porter-Duff blending modes or the arithmetic mode described in SVG " -"standard. Porter-Duff blending modes are essentially logical operations " -"between the corresponding pixel values of the images." +"The <b>feComposite</b> filter primitive composites two images using one of the Porter-Duff blending modes or the arithmetic mode described in " +"SVG standard. Porter-Duff blending modes are essentially logical operations between the corresponding pixel values of the images." msgstr "" -"La primitive <b>feComposite</b> fond deux images ensemble en utilisant un " -"des modes de fondu Porter-Duff ou le mode arithmétique décrit dans le " -"standard SVG. Les modes de fondu Porter-Duff sont en résumé des opérations " -"logiques entre les valeurs de pixels respectives des images." +"La primitive <b>feComposite</b> fond deux images ensemble en utilisant un des modes de fondu Porter-Duff ou le mode arithmétique décrit dans " +"le standard SVG. Les modes de fondu Porter-Duff sont en résumé des opérations logiques entre les valeurs de pixels respectives des images." #: ../src/ui/dialog/filter-effects-dialog.cpp:2978 msgid "" -"The <b>feConvolveMatrix</b> lets you specify a Convolution to be applied on " -"the image. Common effects created using convolution matrices are blur, " -"sharpening, embossing and edge detection. Note that while gaussian blur can " -"be created using this filter primitive, the special gaussian blur primitive " -"is faster and resolution-independent." -msgstr "" -"<b>feConvolveMatrix</b> vous permet de spécifier une matrice de convolution " -"à appliquer à l'image. Les effets courants créés par des matrices de " -"convolution sont le flou, la netteté, le gauffrage et la détection de bords. " -"Il faut noter que, bien qu'un flou gaussien puisse être créé en utilisant " -"cette primitive de filtre, la primitive dédiée au flou gaussien est plus " -"rapide et ne dépend pas de la résolution." +"The <b>feConvolveMatrix</b> lets you specify a Convolution to be applied on the image. Common effects created using convolution matrices are " +"blur, sharpening, embossing and edge detection. Note that while gaussian blur can be created using this filter primitive, the special gaussian " +"blur primitive is faster and resolution-independent." +msgstr "" +"<b>feConvolveMatrix</b> vous permet de spécifier une matrice de convolution à appliquer à l'image. Les effets courants créés par des matrices " +"de convolution sont le flou, la netteté, le gauffrage et la détection de bords. Il faut noter que, bien qu'un flou gaussien puisse être créé " +"en utilisant cette primitive de filtre, la primitive dédiée au flou gaussien est plus rapide et ne dépend pas de la résolution." #: ../src/ui/dialog/filter-effects-dialog.cpp:2982 msgid "" -"The <b>feDiffuseLighting</b> and feSpecularLighting filter primitives create " -"\"embossed\" shadings. The input's alpha channel is used to provide depth " -"information: higher opacity areas are raised toward the viewer and lower " -"opacity areas recede away from the viewer." +"The <b>feDiffuseLighting</b> and feSpecularLighting filter primitives create \"embossed\" shadings. The input's alpha channel is used to " +"provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer." msgstr "" -"<b>feDiffuseLighting</b> et feSpecularLighting créent des ombrages " -"« gauffrés ». La composante d'opacité (alpha) de l'entrée est utilisée pour " -"founir l'information de profondeur : les zones de forte opacité sont élevées " -"vers le point de vue et les zones de faible opacité sont reculées par " -"rapport au point de vue." +"<b>feDiffuseLighting</b> et feSpecularLighting créent des ombrages « gauffrés ». La composante d'opacité (alpha) de l'entrée est utilisée pour " +"founir l'information de profondeur : les zones de forte opacité sont élevées vers le point de vue et les zones de faible opacité sont reculées " +"par rapport au point de vue." #: ../src/ui/dialog/filter-effects-dialog.cpp:2986 msgid "" -"The <b>feDisplacementMap</b> filter primitive displaces the pixels in the " -"first input using the second input as a displacement map, that shows from " -"how far the pixel should come from. Classical examples are whirl and pinch " -"effects." +"The <b>feDisplacementMap</b> filter primitive displaces the pixels in the first input using the second input as a displacement map, that shows " +"from how far the pixel should come from. Classical examples are whirl and pinch effects." msgstr "" -"<b>feDisplacementMap</b> déplace les pixels de la première entrée en " -"utilisant la deuxième entrée comme displacement map, qui définit la distance " -"d'où le pixel doit venir. Les exemples les plus classiques sont les effets " -"de tourbillon et de contraction." +"<b>feDisplacementMap</b> déplace les pixels de la première entrée en utilisant la deuxième entrée comme displacement map, qui définit la " +"distance d'où le pixel doit venir. Les exemples les plus classiques sont les effets de tourbillon et de contraction." #: ../src/ui/dialog/filter-effects-dialog.cpp:2990 msgid "" -"The <b>feFlood</b> filter primitive fills the region with a given color and " -"opacity. It is usually used as an input to other filters to apply color to " -"a graphic." +"The <b>feFlood</b> filter primitive fills the region with a given color and opacity. It is usually used as an input to other filters to apply " +"color to a graphic." msgstr "" -"<b>feFlood</b> remplit la région avec une couleur et une opacité données. Il " -"est le plus souvent utilisé comme entrée pour d'autres filtres pour " -"appliquer une couleur à une ressource graphique." +"<b>feFlood</b> remplit la région avec une couleur et une opacité données. Il est le plus souvent utilisé comme entrée pour d'autres filtres " +"pour appliquer une couleur à une ressource graphique." #: ../src/ui/dialog/filter-effects-dialog.cpp:2994 msgid "" -"The <b>feGaussianBlur</b> filter primitive uniformly blurs its input. It is " -"commonly used together with feOffset to create a drop shadow effect." +"The <b>feGaussianBlur</b> filter primitive uniformly blurs its input. It is commonly used together with feOffset to create a drop shadow " +"effect." msgstr "" -"<b>feGaussianBlur</b> rend uniformément flou son entrée. Il est le plus " -"souvent utilisé avec feOffset pour créer un effet d'ombre portée." +"<b>feGaussianBlur</b> rend uniformément flou son entrée. Il est le plus souvent utilisé avec feOffset pour créer un effet d'ombre portée." #: ../src/ui/dialog/filter-effects-dialog.cpp:2998 -msgid "" -"The <b>feImage</b> filter primitive fills the region with an external image " -"or another part of the document." -msgstr "" -"<b>feImage</b> remplit la zone avec une image externe ou une autre partie du " -"document." +msgid "The <b>feImage</b> filter primitive fills the region with an external image or another part of the document." +msgstr "<b>feImage</b> remplit la zone avec une image externe ou une autre partie du document." #: ../src/ui/dialog/filter-effects-dialog.cpp:3002 msgid "" -"The <b>feMerge</b> filter primitive composites several temporary images " -"inside the filter primitive to a single image. It uses normal alpha " -"compositing for this. This is equivalent to using several feBlend primitives " -"in 'normal' mode or several feComposite primitives in 'over' mode." +"The <b>feMerge</b> filter primitive composites several temporary images inside the filter primitive to a single image. It uses normal alpha " +"compositing for this. This is equivalent to using several feBlend primitives in 'normal' mode or several feComposite primitives in 'over' mode." msgstr "" -"<b>feMerge</b> compose plusieurs images temporaires à l'intérieur du filtre " -"de primitive en une seule image. Il utilise la composition alpha normale " -"pour ce faire. Celà équivaut à utiliser plusieurs primitives feBlend en mode " -"'normal' ou plusieurs primitives feComposite en mode 'over'." +"<b>feMerge</b> compose plusieurs images temporaires à l'intérieur du filtre de primitive en une seule image. Il utilise la composition alpha " +"normale pour ce faire. Celà équivaut à utiliser plusieurs primitives feBlend en mode 'normal' ou plusieurs primitives feComposite en mode " +"'over'." #: ../src/ui/dialog/filter-effects-dialog.cpp:3006 msgid "" -"The <b>feMorphology</b> filter primitive provides erode and dilate effects. " -"For single-color objects erode makes the object thinner and dilate makes it " -"thicker." +"The <b>feMorphology</b> filter primitive provides erode and dilate effects. For single-color objects erode makes the object thinner and dilate " +"makes it thicker." msgstr "" -"<b>feMorphology</b> fournit des effets de contraction et de dilatation. Pour " -"des objets de couleur uniforme la contraction rend l'objet plus fin et la " -"dilatation le rend plus épais." +"<b>feMorphology</b> fournit des effets de contraction et de dilatation. Pour des objets de couleur uniforme la contraction rend l'objet plus " +"fin et la dilatation le rend plus épais." #: ../src/ui/dialog/filter-effects-dialog.cpp:3010 msgid "" -"The <b>feOffset</b> filter primitive offsets the image by an user-defined " -"amount. For example, this is useful for drop shadows, where the shadow is in " -"a slightly different position than the actual object." +"The <b>feOffset</b> filter primitive offsets the image by an user-defined amount. For example, this is useful for drop shadows, where the " +"shadow is in a slightly different position than the actual object." msgstr "" -"<b>feOffset</b> décale l'image d'une quantité définie par l'utilisateur. Par " -"example, il est utile dans le cas des ombres portées, où les ombres sont " -"dans une position légèrement différente de l'objet source de l'ombre." +"<b>feOffset</b> décale l'image d'une quantité définie par l'utilisateur. Par example, il est utile dans le cas des ombres portées, où les " +"ombres sont dans une position légèrement différente de l'objet source de l'ombre." #: ../src/ui/dialog/filter-effects-dialog.cpp:3014 msgid "" -"The <b>feDiffuseLighting</b> and <b>feSpecularLighting</b> filter primitives " -"create \"embossed\" shadings. The input's alpha channel is used to provide " -"depth information: higher opacity areas are raised toward the viewer and " -"lower opacity areas recede away from the viewer." -msgstr "" -"<b>feDiffuseLighting</b> et feSpecularLighting créent des ombrages " -"« gaufrés ». La composante d'opacité (alpha) de l'entrée est utilisée pour " -"fournir l'information de profondeur : les zones de forte opacité sont " -"élevées vers le point de vue et les zones de faible opacité sont reculées " -"par rapport au point de vue." +"The <b>feDiffuseLighting</b> and <b>feSpecularLighting</b> filter primitives create \"embossed\" shadings. The input's alpha channel is used " +"to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer." +msgstr "" +"<b>feDiffuseLighting</b> et feSpecularLighting créent des ombrages « gaufrés ». La composante d'opacité (alpha) de l'entrée est utilisée pour " +"fournir l'information de profondeur : les zones de forte opacité sont élevées vers le point de vue et les zones de faible opacité sont " +"reculées par rapport au point de vue." #: ../src/ui/dialog/filter-effects-dialog.cpp:3018 #, fuzzy msgid "" -"The <b>feTile</b> filter primitive tiles a region with an input graphic. The " -"source tile is defined by the filter primitive subregion of the input." -msgstr "" -"<b>feImage</b> remplit la zone avec une image externe ou une autre partie du " -"document." +"The <b>feTile</b> filter primitive tiles a region with an input graphic. The source tile is defined by the filter primitive subregion of the " +"input." +msgstr "<b>feImage</b> remplit la zone avec une image externe ou une autre partie du document." #: ../src/ui/dialog/filter-effects-dialog.cpp:3022 msgid "" -"The <b>feTurbulence</b> filter primitive renders Perlin noise. This kind of " -"noise is useful in simulating several nature phenomena like clouds, fire and " -"smoke and in generating complex textures like marble or granite." +"The <b>feTurbulence</b> filter primitive renders Perlin noise. This kind of noise is useful in simulating several nature phenomena like " +"clouds, fire and smoke and in generating complex textures like marble or granite." msgstr "" -"<b>feTurbulence</b> crée du bruit de Perlin. Ce genre de bruit est utile " -"pour simuler les phénomènes naturels comme les nuages, le feu et la fumée, " -"et pour générer des textures complexes comme le marbre ou le granit." +"<b>feTurbulence</b> crée du bruit de Perlin. Ce genre de bruit est utile pour simuler les phénomènes naturels comme les nuages, le feu et la " +"fumée, et pour générer des textures complexes comme le marbre ou le granit." #: ../src/ui/dialog/filter-effects-dialog.cpp:3041 msgid "Duplicate filter primitive" @@ -16554,9 +14870,7 @@ msgstr "Re_chercher :" #: ../src/ui/dialog/find.cpp:72 msgid "Find objects by their content or properties (exact or partial match)" -msgstr "" -"Rechercher des objets par leur contenu ou propriétés (correspondance exacte " -"ou partielle)" +msgstr "Rechercher des objets par leur contenu ou propriétés (correspondance exacte ou partielle)" #: ../src/ui/dialog/find.cpp:73 msgid "R_eplace:" @@ -16600,9 +14914,7 @@ msgstr "_Propriétés" #: ../src/ui/dialog/find.cpp:79 msgid "Search in object properties, styles, attributes and IDs" -msgstr "" -"Rechercher dans les propriétés, les styles, les attributs et les " -"identifiants des objets" +msgstr "Rechercher dans les propriétés, les styles, les attributs et les identifiants des objets" #: ../src/ui/dialog/find.cpp:81 msgid "Search in" @@ -16766,8 +15078,7 @@ msgstr "Clones" msgid "Search clones" msgstr "Rechercher les clones" -#: ../src/ui/dialog/find.cpp:110 ../share/extensions/embedimage.inx.h:3 -#: ../share/extensions/extractimage.inx.h:5 +#: ../src/ui/dialog/find.cpp:110 ../share/extensions/embedimage.inx.h:3 ../share/extensions/extractimage.inx.h:5 #: ../share/extensions/image_attributes.inx.h:29 msgid "Images" msgstr "Images" @@ -16794,8 +15105,7 @@ msgstr "_Rechercher" #: ../src/ui/dialog/find.cpp:115 msgid "Select all objects matching the selection criteria" -msgstr "" -"Sélectionner tous les objets qui correspondent aux critères de sélection" +msgstr "Sélectionner tous les objets qui correspondent aux critères de sélection" #: ../src/ui/dialog/find.cpp:116 msgid "_Replace All" @@ -16919,8 +15229,7 @@ msgstr "Chérokî" msgid "Coptic" msgstr "Copte" -#: ../src/ui/dialog/glyphs.cpp:69 ../src/ui/dialog/glyphs.cpp:161 -#: ../share/extensions/hershey.inx.h:22 +#: ../src/ui/dialog/glyphs.cpp:69 ../src/ui/dialog/glyphs.cpp:161 ../share/extensions/hershey.inx.h:22 msgid "Cyrillic" msgstr "Cyrillique" @@ -17612,11 +15921,8 @@ msgstr "Ajouter le texte" msgid "Arrange in a grid" msgstr "Disposer selon une grille" -#: ../src/ui/dialog/grid-arrange-tab.cpp:571 -#: ../src/ui/dialog/object-attributes.cpp:66 -#: ../src/ui/dialog/object-attributes.cpp:75 -#: ../src/ui/widget/page-sizer.cpp:247 ../src/widgets/desktop-widget.cpp:666 -#: ../src/widgets/node-toolbar.cpp:581 +#: ../src/ui/dialog/grid-arrange-tab.cpp:571 ../src/ui/dialog/object-attributes.cpp:66 ../src/ui/dialog/object-attributes.cpp:75 +#: ../src/ui/widget/page-sizer.cpp:247 ../src/widgets/desktop-widget.cpp:666 ../src/widgets/node-toolbar.cpp:581 msgid "X:" msgstr "X :" @@ -17624,11 +15930,8 @@ msgstr "X :" msgid "Horizontal spacing between columns." msgstr "Espace horizontal entre les colonnes." -#: ../src/ui/dialog/grid-arrange-tab.cpp:572 -#: ../src/ui/dialog/object-attributes.cpp:67 -#: ../src/ui/dialog/object-attributes.cpp:76 -#: ../src/ui/widget/page-sizer.cpp:248 ../src/widgets/desktop-widget.cpp:676 -#: ../src/widgets/node-toolbar.cpp:599 +#: ../src/ui/dialog/grid-arrange-tab.cpp:572 ../src/ui/dialog/object-attributes.cpp:67 ../src/ui/dialog/object-attributes.cpp:76 +#: ../src/ui/widget/page-sizer.cpp:248 ../src/widgets/desktop-widget.cpp:676 ../src/widgets/node-toolbar.cpp:599 msgid "Y:" msgstr "Y :" @@ -17650,9 +15953,7 @@ msgstr "Égaliser la _hauteur" #: ../src/ui/dialog/grid-arrange-tab.cpp:642 msgid "If not set, each row has the height of the tallest object in it" -msgstr "" -"Si décoché, chaque ligne a même la hauteur que l'objet le plus haut qu'elle " -"contient" +msgstr "Si décoché, chaque ligne a même la hauteur que l'objet le plus haut qu'elle contient" #. #### Number of columns #### #: ../src/ui/dialog/grid-arrange-tab.cpp:658 @@ -17669,9 +15970,7 @@ msgstr "Égaliser la _largeur" #: ../src/ui/dialog/grid-arrange-tab.cpp:681 msgid "If not set, each column has the width of the widest object in it" -msgstr "" -"Si décoché, chaque ligne a la même largeur que l'objet le plus large qu'elle " -"contient" +msgstr "Si décoché, chaque ligne a la même largeur que l'objet le plus large qu'elle contient" #. Anchor selection widget #: ../src/ui/dialog/grid-arrange-tab.cpp:692 @@ -17762,11 +16061,8 @@ msgid "Show selection cue" msgstr "Afficher les poignées de sélection" #: ../src/ui/dialog/inkscape-preferences.cpp:184 -msgid "" -"Whether selected objects display a selection cue (the same as in selector)" -msgstr "" -"Si coché, l'objet sélectionné affiche ses poignées de sélection (les mêmes " -"que dans le sélecteur)" +msgid "Whether selected objects display a selection cue (the same as in selector)" +msgstr "Si coché, l'objet sélectionné affiche ses poignées de sélection (les mêmes que dans le sélecteur)" #: ../src/ui/dialog/inkscape-preferences.cpp:190 msgid "Enable gradient editing" @@ -17774,23 +16070,17 @@ msgstr "Activer l'édition de dégradé" #: ../src/ui/dialog/inkscape-preferences.cpp:191 msgid "Whether selected objects display gradient editing controls" -msgstr "" -"Si coché, les objets sélectionnés affichent leurs poignées d'édition de " -"dégradés" +msgstr "Si coché, les objets sélectionnés affichent leurs poignées d'édition de dégradés" #: ../src/ui/dialog/inkscape-preferences.cpp:196 msgid "Conversion to guides uses edges instead of bounding box" -msgstr "" -"Utiliser les bords (plutôt que les boîtes englobantes) pour convertir en " -"guides" +msgstr "Utiliser les bords (plutôt que les boîtes englobantes) pour convertir en guides" #: ../src/ui/dialog/inkscape-preferences.cpp:197 -msgid "" -"Converting an object to guides places these along the object's true edges " -"(imitating the object's shape), not along the bounding box" +msgid "Converting an object to guides places these along the object's true edges (imitating the object's shape), not along the bounding box" msgstr "" -"La conversion d'un objet en guides place ceux-ci le long des bords réels de " -"l'objet (imitant la forme de l'objet), et non le long de sa boîte englobante" +"La conversion d'un objet en guides place ceux-ci le long des bords réels de l'objet (imitant la forme de l'objet), et non le long de sa boîte " +"englobante" #: ../src/ui/dialog/inkscape-preferences.cpp:204 msgid "Ctrl+click _dot size:" @@ -17802,21 +16092,15 @@ msgstr "fois l'épaisseur courante de contour" #: ../src/ui/dialog/inkscape-preferences.cpp:205 msgid "Size of dots created with Ctrl+click (relative to current stroke width)" -msgstr "" -"Taille des points créés avec Ctrl+clic (par rapport à l'épaisseur courante " -"de contour)" +msgstr "Taille des points créés avec Ctrl+clic (par rapport à l'épaisseur courante de contour)" #: ../src/ui/dialog/inkscape-preferences.cpp:220 msgid "<b>No objects selected</b> to take the style from." msgstr "<b>Aucun objet sélectionné</b> pour en capturer le style." #: ../src/ui/dialog/inkscape-preferences.cpp:229 -msgid "" -"<b>More than one object selected.</b> Cannot take style from multiple " -"objects." -msgstr "" -"<b>Plus d'un objet est sélectionné.</b> Impossible de capturer le style de " -"plusieurs objets." +msgid "<b>More than one object selected.</b> Cannot take style from multiple objects." +msgstr "<b>Plus d'un objet est sélectionné.</b> Impossible de capturer le style de plusieurs objets." #: ../src/ui/dialog/inkscape-preferences.cpp:265 msgid "Style of new objects" @@ -17835,12 +16119,8 @@ msgid "This tool's own style:" msgstr "Style propre à l'outil :" #: ../src/ui/dialog/inkscape-preferences.cpp:278 -msgid "" -"Each tool may store its own style to apply to the newly created objects. Use " -"the button below to set it." -msgstr "" -"Chaque outil retient son propre style à appliquer aux nouveaux objets créés. " -"Utiliser le bouton ci-dessous pour le définir." +msgid "Each tool may store its own style to apply to the newly created objects. Use the button below to set it." +msgstr "Chaque outil retient son propre style à appliquer aux nouveaux objets créés. Utiliser le bouton ci-dessous pour le définir." #. style swatch #: ../src/ui/dialog/inkscape-preferences.cpp:282 @@ -17853,8 +16133,7 @@ msgstr "Style de cet outil pour les nouveaux objets" #: ../src/ui/dialog/inkscape-preferences.cpp:298 msgid "Remember the style of the (first) selected object as this tool's style" -msgstr "" -"Mémoriser le style du premier objet sélectionné comme style de cet outil" +msgstr "Mémoriser le style du premier objet sélectionné comme style de cet outil" #: ../src/ui/dialog/inkscape-preferences.cpp:303 msgid "Tools" @@ -17870,9 +16149,7 @@ msgstr "Boîte englobante visuelle" #: ../src/ui/dialog/inkscape-preferences.cpp:309 msgid "This bounding box includes stroke width, markers, filter margins, etc." -msgstr "" -"Cette boîte englobante comprend l'épaisseur du contour, les marqueurs, les " -"marges des filtres, etc." +msgstr "Cette boîte englobante comprend l'épaisseur du contour, les marqueurs, les marges des filtres, etc." #: ../src/ui/dialog/inkscape-preferences.cpp:310 msgid "Geometric bounding box" @@ -17891,24 +16168,18 @@ msgid "Keep objects after conversion to guides" msgstr "Conserver les objets après leur conversion en guides" #: ../src/ui/dialog/inkscape-preferences.cpp:317 -msgid "" -"When converting an object to guides, don't delete the object after the " -"conversion" -msgstr "" -"Lors de la conversion d'objets en guides, ne pas supprimer les objets après " -"la conversion" +msgid "When converting an object to guides, don't delete the object after the conversion" +msgstr "Lors de la conversion d'objets en guides, ne pas supprimer les objets après la conversion" #: ../src/ui/dialog/inkscape-preferences.cpp:318 msgid "Treat groups as a single object" msgstr "Manipule le groupe comme un objet unique" #: ../src/ui/dialog/inkscape-preferences.cpp:320 -msgid "" -"Treat groups as a single object during conversion to guides rather than " -"converting each child separately" +msgid "Treat groups as a single object during conversion to guides rather than converting each child separately" msgstr "" -"Lors de la conversion en guides, les groupes sont traités chacun comme un " -"objet unique (la conversion n'est pas appliquée à chaque enfant séparément)" +"Lors de la conversion en guides, les groupes sont traités chacun comme un objet unique (la conversion n'est pas appliquée à chaque enfant " +"séparément)" #: ../src/ui/dialog/inkscape-preferences.cpp:322 msgid "Average all sketches" @@ -17949,9 +16220,7 @@ msgstr "Silhouette rectangulaire" #: ../src/ui/dialog/inkscape-preferences.cpp:339 msgid "Show only a box outline of the objects when moving or transforming" -msgstr "" -"N'afficher que la silhouette rectangulaire des objets lors de leurs " -"déplacements ou transformations" +msgstr "N'afficher que la silhouette rectangulaire des objets lors de leurs déplacements ou transformations" #: ../src/ui/dialog/inkscape-preferences.cpp:340 msgid "Per-object selection cue" @@ -17972,9 +16241,7 @@ msgstr "Marque" #: ../src/ui/dialog/inkscape-preferences.cpp:346 msgid "Each selected object has a diamond mark in the top left corner" -msgstr "" -"Chaque objet sélectionné est marqué d'un losange dans le coin en haut à " -"gauche" +msgstr "Chaque objet sélectionné est marqué d'un losange dans le coin en haut à gauche" #: ../src/ui/dialog/inkscape-preferences.cpp:347 msgid "Box" @@ -18007,21 +16274,16 @@ msgstr "Toujours afficher le contour" #: ../src/ui/dialog/inkscape-preferences.cpp:359 msgid "Show outlines for all paths, not only invisible paths" -msgstr "" -"Affiche les contours pour tous les chemins, pas seulement les chemins " -"invisibles" +msgstr "Affiche les contours pour tous les chemins, pas seulement les chemins invisibles" #: ../src/ui/dialog/inkscape-preferences.cpp:360 msgid "Update outline when dragging nodes" msgstr "Mettre à jour le contour pendant le déplacement des nœuds" #: ../src/ui/dialog/inkscape-preferences.cpp:361 -msgid "" -"Update the outline when dragging or transforming nodes; if this is off, the " -"outline will only update when completing a drag" +msgid "Update the outline when dragging or transforming nodes; if this is off, the outline will only update when completing a drag" msgstr "" -"Met à jour le contour pendant le déplacement ou la transformation des " -"nœuds ; lorsque cette option est désactivée, le contour n'est mis à jour " +"Met à jour le contour pendant le déplacement ou la transformation des nœuds ; lorsque cette option est désactivée, le contour n'est mis à jour " "qu'à la fin du déplacement" #: ../src/ui/dialog/inkscape-preferences.cpp:362 @@ -18029,25 +16291,18 @@ msgid "Update paths when dragging nodes" msgstr "Mettre à jour les chemins pendant le déplacement des nœuds" #: ../src/ui/dialog/inkscape-preferences.cpp:363 -msgid "" -"Update paths when dragging or transforming nodes; if this is off, paths will " -"only be updated when completing a drag" +msgid "Update paths when dragging or transforming nodes; if this is off, paths will only be updated when completing a drag" msgstr "" -"Met à jour les chemins pendant le déplacement ou la transformation des " -"nœuds ; lorsque cette option est désactivée, les chemins ne sont mis à jour " -"qu'à la fin du déplacement" +"Met à jour les chemins pendant le déplacement ou la transformation des nœuds ; lorsque cette option est désactivée, les chemins ne sont mis à " +"jour qu'à la fin du déplacement" #: ../src/ui/dialog/inkscape-preferences.cpp:364 msgid "Show path direction on outlines" msgstr "Afficher la direction des chemins sur le contour" #: ../src/ui/dialog/inkscape-preferences.cpp:365 -msgid "" -"Visualize the direction of selected paths by drawing small arrows in the " -"middle of each outline segment" -msgstr "" -"Visualise la direction des chemins sélectionnés en dessinant de petites " -"flèches au milieu de chaque segment de contour" +msgid "Visualize the direction of selected paths by drawing small arrows in the middle of each outline segment" +msgstr "Visualise la direction des chemins sélectionnés en dessinant de petites flèches au milieu de chaque segment de contour" #: ../src/ui/dialog/inkscape-preferences.cpp:366 msgid "Show temporary path outline" @@ -18063,9 +16318,7 @@ msgstr "Afficher temporairement le contour des chemins sélectionnés" #: ../src/ui/dialog/inkscape-preferences.cpp:369 msgid "Show temporary outline even when a path is selected for editing" -msgstr "" -"Affiche temporairement le contour même lorsqu'un chemin est sélectionné pour " -"édition" +msgstr "Affiche temporairement le contour même lorsqu'un chemin est sélectionné pour édition" #: ../src/ui/dialog/inkscape-preferences.cpp:371 msgid "_Flash time:" @@ -18073,13 +16326,11 @@ msgstr "Durée de _clignotement :" #: ../src/ui/dialog/inkscape-preferences.cpp:371 msgid "" -"Specifies how long the path outline will be visible after a mouse-over (in " -"milliseconds); specify 0 to have the outline shown until mouse leaves the " -"path" +"Specifies how long the path outline will be visible after a mouse-over (in milliseconds); specify 0 to have the outline shown until mouse " +"leaves the path" msgstr "" -"Définit combien de temps le contour sera visible après son survol par la " -"souris (en millisecondes) ; choisissez 0 pour garder le contour visible " -"jusqu'à ce que la souris quitte le chemin." +"Définit combien de temps le contour sera visible après son survol par la souris (en millisecondes) ; choisissez 0 pour garder le contour " +"visible jusqu'à ce que la souris quitte le chemin." #: ../src/ui/dialog/inkscape-preferences.cpp:372 msgid "Editing preferences" @@ -18091,21 +16342,15 @@ msgstr "Afficher les poignées de transformation pour un nœud seul" #: ../src/ui/dialog/inkscape-preferences.cpp:374 msgid "Show transform handles even when only a single node is selected" -msgstr "" -"Affiche les poignées de transformation même lorsqu'un seul nœud est " -"sélectionné" +msgstr "Affiche les poignées de transformation même lorsqu'un seul nœud est sélectionné" #: ../src/ui/dialog/inkscape-preferences.cpp:375 msgid "Deleting nodes preserves shape" msgstr "La suppression des nœuds préserve la forme" #: ../src/ui/dialog/inkscape-preferences.cpp:376 -msgid "" -"Move handles next to deleted nodes to resemble original shape; hold Ctrl to " -"get the other behavior" -msgstr "" -"Déplace les poignées près des nœuds supprimés pour conserver la forme " -"originale ; maintenir Ctrl pour désactiver cette fonctionnalité" +msgid "Move handles next to deleted nodes to resemble original shape; hold Ctrl to get the other behavior" +msgstr "Déplace les poignées près des nœuds supprimés pour conserver la forme originale ; maintenir Ctrl pour désactiver cette fonctionnalité" #. Tweak #: ../src/ui/dialog/inkscape-preferences.cpp:379 @@ -18117,8 +16362,7 @@ msgid "Object paint style" msgstr "Style de l'outil" #. Zoom -#: ../src/ui/dialog/inkscape-preferences.cpp:385 -#: ../src/widgets/desktop-widget.cpp:631 +#: ../src/ui/dialog/inkscape-preferences.cpp:385 ../src/widgets/desktop-widget.cpp:631 msgid "Zoom" msgstr "Zoom" @@ -18134,13 +16378,11 @@ msgstr "Ignorer le premier et le dernier point" #: ../src/ui/dialog/inkscape-preferences.cpp:393 msgid "" -"The start and end of the measurement tool's control line will not be " -"considered for calculating lengths. Only lengths between actual curve " +"The start and end of the measurement tool's control line will not be considered for calculating lengths. Only lengths between actual curve " "intersections will be displayed." msgstr "" -"Le début et la fin de la ligne de contrôle de l'outil de mesure ne sont pas " -"pris en compte dans le calcul des longueurs. Seules les longueurs entre les " -"intersections des chemins sont affichées." +"Le début et la fin de la ligne de contrôle de l'outil de mesure ne sont pas pris en compte dans le calcul des longueurs. Seules les longueurs " +"entre les intersections des chemins sont affichées." #. Shapes #: ../src/ui/dialog/inkscape-preferences.cpp:396 @@ -18152,17 +16394,13 @@ msgid "Sketch mode" msgstr "Mode croquis" #: ../src/ui/dialog/inkscape-preferences.cpp:430 -msgid "" -"If on, the sketch result will be the normal average of all sketches made, " -"instead of averaging the old result with the new sketch" +msgid "If on, the sketch result will be the normal average of all sketches made, instead of averaging the old result with the new sketch" msgstr "" -"Si coché, le résultat du croquis sera moyenné avec tous les autres croquis ; " -"sinon, la moyenne sera effectuée entre l'ancien résultat et le nouveau " -"croquis" +"Si coché, le résultat du croquis sera moyenné avec tous les autres croquis ; sinon, la moyenne sera effectuée entre l'ancien résultat et le " +"nouveau croquis" #. Pen -#: ../src/ui/dialog/inkscape-preferences.cpp:433 -#: ../src/ui/dialog/input.cpp:1485 +#: ../src/ui/dialog/inkscape-preferences.cpp:433 ../src/ui/dialog/input.cpp:1485 msgid "Pen" msgstr "Stylo" @@ -18172,21 +16410,14 @@ msgid "Calligraphy" msgstr "Plume calligraphique" #: ../src/ui/dialog/inkscape-preferences.cpp:443 -msgid "" -"If on, pen width is in absolute units (px) independent of zoom; otherwise " -"pen width depends on zoom so that it looks the same at any zoom" +msgid "If on, pen width is in absolute units (px) independent of zoom; otherwise pen width depends on zoom so that it looks the same at any zoom" msgstr "" -"Si coché, la largeur de la plume est en unités absolues (px) indépendemment " -"du zoom; sinon, la largeur de plume dépend du zoom afin de paraître la même " -"quel que soit le zoom" +"Si coché, la largeur de la plume est en unités absolues (px) indépendemment du zoom; sinon, la largeur de plume dépend du zoom afin de " +"paraître la même quel que soit le zoom" #: ../src/ui/dialog/inkscape-preferences.cpp:445 -msgid "" -"If on, each newly created object will be selected (deselecting previous " -"selection)" -msgstr "" -"Activer pour que les nouveaux objets soient automatiquement sélectionnés (à " -"la place de l'ancienne sélection)" +msgid "If on, each newly created object will be selected (deselecting previous selection)" +msgstr "Activer pour que les nouveaux objets soient automatiquement sélectionnés (à la place de l'ancienne sélection)" #. Text #: ../src/ui/dialog/inkscape-preferences.cpp:448 ../src/verbs.cpp:2722 @@ -18199,23 +16430,16 @@ msgid "Show font samples in the drop-down list" msgstr "Afficher les échantillons de police dans la liste déroulante" #: ../src/ui/dialog/inkscape-preferences.cpp:454 -msgid "" -"Show font samples alongside font names in the drop-down list in Text bar" -msgstr "" -"Affiche les échantillons de police à côté du nom dans la liste déroulante de " -"la barre de texte" +msgid "Show font samples alongside font names in the drop-down list in Text bar" +msgstr "Affiche les échantillons de police à côté du nom dans la liste déroulante de la barre de texte" #: ../src/ui/dialog/inkscape-preferences.cpp:456 msgid "Show font substitution warning dialog" msgstr "Afficher un avertissement lors du remplacement de polices" #: ../src/ui/dialog/inkscape-preferences.cpp:457 -msgid "" -"Show font substitution warning dialog when requested fonts are not available " -"on the system" -msgstr "" -"Afficher un avertissement de remplacement de police lorsque les polices " -"demandées ne sont pas disponibles" +msgid "Show font substitution warning dialog when requested fonts are not available on the system" +msgstr "Afficher un avertissement de remplacement de police lorsque les polices demandées ne sont pas disponibles" #: ../src/ui/dialog/inkscape-preferences.cpp:460 msgid "Pixel" @@ -18253,9 +16477,7 @@ msgstr "Unité de mesure pour la taille du texte :" #: ../src/ui/dialog/inkscape-preferences.cpp:466 msgid "Set the type of unit used in the text toolbar and text dialogs" -msgstr "" -"Définir le type d'unité utilisée dans la boîte de dialogue Texte et police " -"et la barre de commande de l'outil texte" +msgstr "Définir le type d'unité utilisée dans la boîte de dialogue Texte et police et la barre de commande de l'outil texte" #: ../src/ui/dialog/inkscape-preferences.cpp:467 msgid "Always output text size in pixels (px)" @@ -18277,9 +16499,7 @@ msgid "Paint Bucket" msgstr "Remplissage au seau" #. Gradient -#: ../src/ui/dialog/inkscape-preferences.cpp:487 -#: ../src/widgets/gradient-selector.cpp:148 -#: ../src/widgets/gradient-selector.cpp:299 +#: ../src/ui/dialog/inkscape-preferences.cpp:487 ../src/widgets/gradient-selector.cpp:148 ../src/widgets/gradient-selector.cpp:299 msgid "Gradient" msgstr "Dégradé" @@ -18289,14 +16509,11 @@ msgstr "Interdire le partage des définitions de dégradé" #: ../src/ui/dialog/inkscape-preferences.cpp:491 msgid "" -"When on, shared gradient definitions are automatically forked on change; " -"uncheck to allow sharing of gradient definitions so that editing one object " -"may affect other objects using the same gradient" +"When on, shared gradient definitions are automatically forked on change; uncheck to allow sharing of gradient definitions so that editing one " +"object may affect other objects using the same gradient" msgstr "" -"Si coché, les définitions communes de dégradés sont automatiquement " -"dupliquées lors d'une modification; décocher pour autoriser le partage des " -"définitions de dégradé de manière à ce que la modification d'un objet puisse " -"affecter tous les objets utilisant le même dégradé" +"Si coché, les définitions communes de dégradés sont automatiquement dupliquées lors d'une modification; décocher pour autoriser le partage des " +"définitions de dégradé de manière à ce que la modification d'un objet puisse affecter tous les objets utilisant le même dégradé" #: ../src/ui/dialog/inkscape-preferences.cpp:492 msgid "Use legacy Gradient Editor" @@ -18304,8 +16521,8 @@ msgstr "Utiliser l'ancien éditeur de dégradé" #: ../src/ui/dialog/inkscape-preferences.cpp:494 msgid "" -"When on, the Gradient Edit button in the Fill & Stroke dialog will show the " -"legacy Gradient Editor dialog, when off the Gradient Tool will be used" +"When on, the Gradient Edit button in the Fill & Stroke dialog will show the legacy Gradient Editor dialog, when off the Gradient Tool will be " +"used" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:497 @@ -18313,11 +16530,8 @@ msgid "Linear gradient _angle:" msgstr "_Angle de dégradé linéaire :" #: ../src/ui/dialog/inkscape-preferences.cpp:498 -msgid "" -"Default angle of new linear gradients in degrees (clockwise from horizontal)" -msgstr "" -"Angle par défaut des nouveaux gradients linéaires (en degrés, dans le sens " -"horaire à partir de l'horizontale)" +msgid "Default angle of new linear gradients in degrees (clockwise from horizontal)" +msgstr "Angle par défaut des nouveaux gradients linéaires (en degrés, dans le sens horaire à partir de l'horizontale)" #. Dropper #: ../src/ui/dialog/inkscape-preferences.cpp:502 @@ -18331,9 +16545,7 @@ msgstr "Connecteur" #: ../src/ui/dialog/inkscape-preferences.cpp:510 msgid "If on, connector attachment points will not be shown for text objects" -msgstr "" -"Si coché, les points d'accroche de connecteur ne sont pas montrés pour des " -"objets texte" +msgstr "Si coché, les points d'accroche de connecteur ne sont pas montrés pour des objets texte" #. LPETool #. disabled, because the LPETool is not finished yet. @@ -18742,42 +16954,31 @@ msgstr "Taille des icônes de la barre d'outils :" #: ../src/ui/dialog/inkscape-preferences.cpp:609 msgid "Set the size for the tool icons (requires restart)" -msgstr "" -"Définit la taille des icônes de la barre d'outils (nécessite un redémarrage)" +msgstr "Définit la taille des icônes de la barre d'outils (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:612 msgid "Control bar icon size:" msgstr "Taille des icônes de la barre de contrôle des outils :" #: ../src/ui/dialog/inkscape-preferences.cpp:613 -msgid "" -"Set the size for the icons in tools' control bars to use (requires restart)" -msgstr "" -"Définit la taille des icônes de la barre de contrôle des outils (nécessite " -"un redémarrage)" +msgid "Set the size for the icons in tools' control bars to use (requires restart)" +msgstr "Définit la taille des icônes de la barre de contrôle des outils (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:616 msgid "Secondary toolbar icon size:" msgstr "Taille des icônes de la barre d'outils secondaire :" #: ../src/ui/dialog/inkscape-preferences.cpp:617 -msgid "" -"Set the size for the icons in secondary toolbars to use (requires restart)" -msgstr "" -"Définit la taille des icônes de la barre d'outils secondaire (nécessite un " -"redémarrage)" +msgid "Set the size for the icons in secondary toolbars to use (requires restart)" +msgstr "Définit la taille des icônes de la barre d'outils secondaire (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:620 msgid "Work-around color sliders not drawing" msgstr "Contourner le non affichage des barres de défilement de couleur" #: ../src/ui/dialog/inkscape-preferences.cpp:622 -msgid "" -"When on, will attempt to work around bugs in certain GTK themes drawing " -"color sliders" -msgstr "" -"Si activé, essayera de contourner un défaut d'affichage des barres de " -"défilement de couleur lié à certains thèmes GTK" +msgid "When on, will attempt to work around bugs in certain GTK themes drawing color sliders" +msgstr "Si activé, essayera de contourner un défaut d'affichage des barres de défilement de couleur lié à certains thèmes GTK" #: ../src/ui/dialog/inkscape-preferences.cpp:627 msgid "Clear list" @@ -18788,12 +16989,8 @@ msgid "Maximum documents in Open _Recent:" msgstr "Nombre maximum de documents _récents :" #: ../src/ui/dialog/inkscape-preferences.cpp:631 -msgid "" -"Set the maximum length of the Open Recent list in the File menu, or clear " -"the list" -msgstr "" -"Définit la longueur maximum de la liste « Documents récents » dans le menu " -"« Fichier », ou efface la liste" +msgid "Set the maximum length of the Open Recent list in the File menu, or clear the list" +msgstr "Définit la longueur maximum de la liste « Documents récents » dans le menu « Fichier », ou efface la liste" #: ../src/ui/dialog/inkscape-preferences.cpp:634 msgid "_Zoom correction factor (in %):" @@ -18801,53 +16998,38 @@ msgstr "Niveau de correction du _zoom (en %) :" #: ../src/ui/dialog/inkscape-preferences.cpp:635 msgid "" -"Adjust the slider until the length of the ruler on your screen matches its " -"real length. This information is used when zooming to 1:1, 1:2, etc., to " -"display objects in their true sizes" +"Adjust the slider until the length of the ruler on your screen matches its real length. This information is used when zooming to 1:1, 1:2, " +"etc., to display objects in their true sizes" msgstr "" -"Ajuster le curseur pour faire correspondre la longueur de la règle sur " -"l'écran avec sa vraie valeur. Cette information est utilisée lors des zoom " -"de niveau 1:1, 1:2, etc. pour afficher les objets avec leur taille exacte" +"Ajuster le curseur pour faire correspondre la longueur de la règle sur l'écran avec sa vraie valeur. Cette information est utilisée lors des " +"zoom de niveau 1:1, 1:2, etc. pour afficher les objets avec leur taille exacte" #: ../src/ui/dialog/inkscape-preferences.cpp:638 msgid "Enable dynamic relayout for incomplete sections" msgstr "Activer la remise en forme dynamique des sections incomplètes" #: ../src/ui/dialog/inkscape-preferences.cpp:640 -msgid "" -"When on, will allow dynamic layout of components that are not completely " -"finished being refactored" -msgstr "" -"Lorsqu'activé, autorise la mise en forme dynamique des composants dont le " -"réusinage n'est pas complètement achevé" +msgid "When on, will allow dynamic layout of components that are not completely finished being refactored" +msgstr "Lorsqu'activé, autorise la mise en forme dynamique des composants dont le réusinage n'est pas complètement achevé" #. show infobox #: ../src/ui/dialog/inkscape-preferences.cpp:643 msgid "Show filter primitives infobox (requires restart)" -msgstr "" -"Affiche la boîte d'information des primitives de filtre (nécessite un " -"redémarrage)" +msgstr "Affiche la boîte d'information des primitives de filtre (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:645 -msgid "" -"Show icons and descriptions for the filter primitives available at the " -"filter effects dialog" -msgstr "" -"Afficher les icônes et les descriptions pour les primitives de filtre " -"disponibles dans la boîte de dialogue des effets de filtre" +msgid "Show icons and descriptions for the filter primitives available at the filter effects dialog" +msgstr "Afficher les icônes et les descriptions pour les primitives de filtre disponibles dans la boîte de dialogue des effets de filtre" -#: ../src/ui/dialog/inkscape-preferences.cpp:648 -#: ../src/ui/dialog/inkscape-preferences.cpp:656 +#: ../src/ui/dialog/inkscape-preferences.cpp:648 ../src/ui/dialog/inkscape-preferences.cpp:656 msgid "Icons only" msgstr "Icônes seulement" -#: ../src/ui/dialog/inkscape-preferences.cpp:648 -#: ../src/ui/dialog/inkscape-preferences.cpp:656 +#: ../src/ui/dialog/inkscape-preferences.cpp:648 ../src/ui/dialog/inkscape-preferences.cpp:656 msgid "Text only" msgstr "Texte seulement" -#: ../src/ui/dialog/inkscape-preferences.cpp:648 -#: ../src/ui/dialog/inkscape-preferences.cpp:656 +#: ../src/ui/dialog/inkscape-preferences.cpp:648 ../src/ui/dialog/inkscape-preferences.cpp:656 msgid "Icons and text" msgstr "Icônes et texte" @@ -18856,29 +17038,21 @@ msgid "Dockbar style (requires restart):" msgstr "Style de barre détachable (nécessite un redémarrage) :" #: ../src/ui/dialog/inkscape-preferences.cpp:654 -msgid "" -"Selects whether the vertical bars on the dockbar will show text labels, " -"icons, or both" -msgstr "" -"Défini si les barres verticales affichent dans la barre détachable des " -"labels, des icônes, ou les deux" +msgid "Selects whether the vertical bars on the dockbar will show text labels, icons, or both" +msgstr "Défini si les barres verticales affichent dans la barre détachable des labels, des icônes, ou les deux" #: ../src/ui/dialog/inkscape-preferences.cpp:661 msgid "Switcher style (requires restart):" msgstr "Style de bouton de commutation (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:662 -msgid "" -"Selects whether the dockbar switcher will show text labels, icons, or both" -msgstr "" -"Défini si les sélecteurs de boîtes de dialogue affichent dans la barre " -"détachable des labels, des icônes, ou les deux" +msgid "Selects whether the dockbar switcher will show text labels, icons, or both" +msgstr "Défini si les sélecteurs de boîtes de dialogue affichent dans la barre détachable des labels, des icônes, ou les deux" #. Windows #: ../src/ui/dialog/inkscape-preferences.cpp:666 msgid "Save and restore window geometry for each document" -msgstr "" -"Enregistrer et restaurer la géométrie de la fenêtre pour chaque document" +msgstr "Enregistrer et restaurer la géométrie de la fenêtre pour chaque document" #: ../src/ui/dialog/inkscape-preferences.cpp:667 msgid "Remember and use last window's geometry" @@ -18892,13 +17066,11 @@ msgstr "Ne pas enregistrer la géométrie de la fenêtre" msgid "Save and restore dialogs status" msgstr "Enregistrer et restaurer l'état des boîtes de dialogue" -#: ../src/ui/dialog/inkscape-preferences.cpp:671 -#: ../src/ui/dialog/inkscape-preferences.cpp:707 +#: ../src/ui/dialog/inkscape-preferences.cpp:671 ../src/ui/dialog/inkscape-preferences.cpp:707 msgid "Don't save dialogs status" msgstr "Ne pas enregistrer l'état des boîtes de dialogue" -#: ../src/ui/dialog/inkscape-preferences.cpp:673 -#: ../src/ui/dialog/inkscape-preferences.cpp:715 +#: ../src/ui/dialog/inkscape-preferences.cpp:673 ../src/ui/dialog/inkscape-preferences.cpp:715 msgid "Dockable" msgstr "Attachable" @@ -18967,32 +17139,20 @@ msgid "Let the window manager determine placement of all windows" msgstr "Laisser le gestionnaire de fenêtre placer toutes les fenêtres" #: ../src/ui/dialog/inkscape-preferences.cpp:701 -msgid "" -"Remember and use the last window's geometry (saves geometry to user " -"preferences)" -msgstr "" -"Mémoriser et utiliser la géométrie de la dernière fenêtre (enregistre la " -"géométrie dans les préférences utilisateur)" +msgid "Remember and use the last window's geometry (saves geometry to user preferences)" +msgstr "Mémoriser et utiliser la géométrie de la dernière fenêtre (enregistre la géométrie dans les préférences utilisateur)" #: ../src/ui/dialog/inkscape-preferences.cpp:703 -msgid "" -"Save and restore window geometry for each document (saves geometry in the " -"document)" -msgstr "" -"Sauver et restaurer la géométrie de la fenêtre pour chaque document " -"(enregistre la géométrie avec le document)" +msgid "Save and restore window geometry for each document (saves geometry in the document)" +msgstr "Sauver et restaurer la géométrie de la fenêtre pour chaque document (enregistre la géométrie avec le document)" #: ../src/ui/dialog/inkscape-preferences.cpp:705 msgid "Saving dialogs status" msgstr "Enregistrer l'état des fenêtres" #: ../src/ui/dialog/inkscape-preferences.cpp:709 -msgid "" -"Save and restore dialogs status (the last open windows dialogs are saved " -"when it closes)" -msgstr "" -"Enregistrer et restaurer l'état des boîtes de dialogue (dans l'état de la " -"dernière fenêtre fermée)" +msgid "Save and restore dialogs status (the last open windows dialogs are saved when it closes)" +msgstr "Enregistrer et restaurer l'état des boîtes de dialogue (dans l'état de la dernière fenêtre fermée)" #: ../src/ui/dialog/inkscape-preferences.cpp:713 msgid "Dialog behavior (requires restart)" @@ -19004,15 +17164,11 @@ msgstr "Intégration au bureau" #: ../src/ui/dialog/inkscape-preferences.cpp:721 msgid "Use Windows like open and save dialogs" -msgstr "" -"Utiliser des boîtes de dialogue à la Windows pour l'ouverture et " -"l'enregistrement de fichiers" +msgstr "Utiliser des boîtes de dialogue à la Windows pour l'ouverture et l'enregistrement de fichiers" #: ../src/ui/dialog/inkscape-preferences.cpp:723 msgid "Use GTK open and save dialogs " -msgstr "" -"Utiliser les boîtes de dialogue GTK pour l'ouverture et l'enregistrement de " -"fichiers" +msgstr "Utiliser les boîtes de dialogue GTK pour l'ouverture et l'enregistrement de fichiers" #: ../src/ui/dialog/inkscape-preferences.cpp:727 msgid "Dialogs on top:" @@ -19028,9 +17184,7 @@ msgstr "Les dialogues restent au-dessus des fenêtres de document" #: ../src/ui/dialog/inkscape-preferences.cpp:734 msgid "Same as Normal but may work better with some window managers" -msgstr "" -"Comme Normal, mais fonctionne peut-être mieux avec certains gestionnaires de " -"fenêtres" +msgstr "Comme Normal, mais fonctionne peut-être mieux avec certains gestionnaires de fenêtres" #: ../src/ui/dialog/inkscape-preferences.cpp:737 msgid "Dialog Transparency" @@ -19054,32 +17208,23 @@ msgstr "Divers" #: ../src/ui/dialog/inkscape-preferences.cpp:749 msgid "Whether dialog windows are to be hidden in the window manager taskbar" -msgstr "" -"Si coché, les boîtes de dialogue sont cachées dans la barre des tâches du " -"gestionnaire de fenêtre" +msgstr "Si coché, les boîtes de dialogue sont cachées dans la barre des tâches du gestionnaire de fenêtre" #: ../src/ui/dialog/inkscape-preferences.cpp:752 msgid "" -"Zoom drawing when document window is resized, to keep the same area visible " -"(this is the default which can be changed in any window using the button " -"above the right scrollbar)" +"Zoom drawing when document window is resized, to keep the same area visible (this is the default which can be changed in any window using the " +"button above the right scrollbar)" msgstr "" -"Si coché, le dessin est rezoomé quand la fenêtre est redimensionnée, pour " -"garder visible la même aire (c'est l'option par défaut qui peut être changée " -"dans toute fenêtre en utilisant le boutton au dessus de la barre de " -"défilement de droite)" +"Si coché, le dessin est rezoomé quand la fenêtre est redimensionnée, pour garder visible la même aire (c'est l'option par défaut qui peut être " +"changée dans toute fenêtre en utilisant le boutton au dessus de la barre de défilement de droite)" #: ../src/ui/dialog/inkscape-preferences.cpp:754 -msgid "" -"Save documents viewport (zoom and panning position). Useful to turn off when " -"sharing version controlled files." +msgid "Save documents viewport (zoom and panning position). Useful to turn off when sharing version controlled files." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:756 msgid "Whether dialog windows have a close button (requires restart)" -msgstr "" -"Si coché, les boîtes de dialogue ont un bouton de fermeture (nécessite un " -"redémarrage)" +msgstr "Si coché, les boîtes de dialogue ont un bouton de fermeture (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:757 msgid "Windows" @@ -19092,30 +17237,25 @@ msgstr "Couleur des lignes pendant le zoom arrière" #: ../src/ui/dialog/inkscape-preferences.cpp:763 msgid "The gridlines will be shown in minor grid line color" -msgstr "" -"Les lignes de grille seront affichées avec la couleur de grille secondaire" +msgstr "Les lignes de grille seront affichées avec la couleur de grille secondaire" #: ../src/ui/dialog/inkscape-preferences.cpp:765 msgid "The gridlines will be shown in major grid line color" -msgstr "" -"Les lignes de grille seront affichées avec la couleur de grille principale" +msgstr "Les lignes de grille seront affichées avec la couleur de grille principale" #: ../src/ui/dialog/inkscape-preferences.cpp:767 msgid "Default grid settings" msgstr "Réglages par défaut de la grille" -#: ../src/ui/dialog/inkscape-preferences.cpp:773 -#: ../src/ui/dialog/inkscape-preferences.cpp:798 +#: ../src/ui/dialog/inkscape-preferences.cpp:773 ../src/ui/dialog/inkscape-preferences.cpp:798 msgid "Grid units:" msgstr "Unités de la grille :" -#: ../src/ui/dialog/inkscape-preferences.cpp:778 -#: ../src/ui/dialog/inkscape-preferences.cpp:803 +#: ../src/ui/dialog/inkscape-preferences.cpp:778 ../src/ui/dialog/inkscape-preferences.cpp:803 msgid "Origin X:" msgstr "Origine X :" -#: ../src/ui/dialog/inkscape-preferences.cpp:779 -#: ../src/ui/dialog/inkscape-preferences.cpp:804 +#: ../src/ui/dialog/inkscape-preferences.cpp:779 ../src/ui/dialog/inkscape-preferences.cpp:804 msgid "Origin Y:" msgstr "Origine Y :" @@ -19123,37 +17263,29 @@ msgstr "Origine Y :" msgid "Spacing X:" msgstr "Espacement X :" -#: ../src/ui/dialog/inkscape-preferences.cpp:785 -#: ../src/ui/dialog/inkscape-preferences.cpp:807 +#: ../src/ui/dialog/inkscape-preferences.cpp:785 ../src/ui/dialog/inkscape-preferences.cpp:807 msgid "Spacing Y:" msgstr "Espacement Y :" -#: ../src/ui/dialog/inkscape-preferences.cpp:787 -#: ../src/ui/dialog/inkscape-preferences.cpp:788 -#: ../src/ui/dialog/inkscape-preferences.cpp:812 +#: ../src/ui/dialog/inkscape-preferences.cpp:787 ../src/ui/dialog/inkscape-preferences.cpp:788 ../src/ui/dialog/inkscape-preferences.cpp:812 #: ../src/ui/dialog/inkscape-preferences.cpp:813 msgid "Minor grid line color:" msgstr "Couleur de la grille secondaire :" -#: ../src/ui/dialog/inkscape-preferences.cpp:788 -#: ../src/ui/dialog/inkscape-preferences.cpp:813 +#: ../src/ui/dialog/inkscape-preferences.cpp:788 ../src/ui/dialog/inkscape-preferences.cpp:813 msgid "Color used for normal grid lines" msgstr "Sélectionner la couleur utilisée pour les lignes de la grille normale" -#: ../src/ui/dialog/inkscape-preferences.cpp:789 -#: ../src/ui/dialog/inkscape-preferences.cpp:790 -#: ../src/ui/dialog/inkscape-preferences.cpp:814 +#: ../src/ui/dialog/inkscape-preferences.cpp:789 ../src/ui/dialog/inkscape-preferences.cpp:790 ../src/ui/dialog/inkscape-preferences.cpp:814 #: ../src/ui/dialog/inkscape-preferences.cpp:815 msgid "Major grid line color:" msgstr "Couleur de la grille principale :" -#: ../src/ui/dialog/inkscape-preferences.cpp:790 -#: ../src/ui/dialog/inkscape-preferences.cpp:815 +#: ../src/ui/dialog/inkscape-preferences.cpp:790 ../src/ui/dialog/inkscape-preferences.cpp:815 msgid "Color used for major (highlighted) grid lines" msgstr "Couleur des lignes de la grille principale (mise en valeur)" -#: ../src/ui/dialog/inkscape-preferences.cpp:792 -#: ../src/ui/dialog/inkscape-preferences.cpp:817 +#: ../src/ui/dialog/inkscape-preferences.cpp:792 ../src/ui/dialog/inkscape-preferences.cpp:817 msgid "Major grid line every:" msgstr "Grille principale toutes les :" @@ -19163,9 +17295,7 @@ msgstr "Afficher des points plutôt que des lignes" #: ../src/ui/dialog/inkscape-preferences.cpp:794 msgid "If set, display dots at gridpoints instead of gridlines" -msgstr "" -"Cocher pour afficher des points aux intersections de la grille plutôt que " -"des lignes" +msgstr "Cocher pour afficher des points aux intersections de la grille plutôt que des lignes" #: ../src/ui/dialog/inkscape-preferences.cpp:875 msgid "Input/Output" @@ -19177,40 +17307,29 @@ msgstr "« Enregistrer sous... » utilise le dossier courant " #: ../src/ui/dialog/inkscape-preferences.cpp:880 msgid "" -"When this option is on, the \"Save as...\" and \"Save a Copy...\" dialogs " -"will always open in the directory where the currently open document is; when " -"it's off, each will open in the directory where you last saved a file using " -"it" +"When this option is on, the \"Save as...\" and \"Save a Copy...\" dialogs will always open in the directory where the currently open document " +"is; when it's off, each will open in the directory where you last saved a file using it" msgstr "" -"Lorsque cette option est active, les boîtes de dialogue « Enregistrer " -"sous... » et « Enregistrer une copie... » s'ouvrent toujours dans le dossier " -"contenant le document actuellement ouvert ; si l'option est désactivée, " -"elles ouvrent alors le dernier dossier dans lequel un fichier a été " -"enregistré avec ces boîtes de dialogue" +"Lorsque cette option est active, les boîtes de dialogue « Enregistrer sous... » et « Enregistrer une copie... » s'ouvrent toujours dans le " +"dossier contenant le document actuellement ouvert ; si l'option est désactivée, elles ouvrent alors le dernier dossier dans lequel un fichier " +"a été enregistré avec ces boîtes de dialogue" #: ../src/ui/dialog/inkscape-preferences.cpp:882 msgid "Add label comments to printing output" msgstr "Ajouter les labels de commentaires à l'impression" #: ../src/ui/dialog/inkscape-preferences.cpp:884 -msgid "" -"When on, a comment will be added to the raw print output, marking the " -"rendered output for an object with its label" -msgstr "" -"Si coché, un commentaire est ajouté à l'impression brute, signalant le rendu " -"d'un objet avec son label" +msgid "When on, a comment will be added to the raw print output, marking the rendered output for an object with its label" +msgstr "Si coché, un commentaire est ajouté à l'impression brute, signalant le rendu d'un objet avec son label" #: ../src/ui/dialog/inkscape-preferences.cpp:886 msgid "Add default metadata to new documents" msgstr "Ajouter les métadonnées par défaut aux nouveaux documents" #: ../src/ui/dialog/inkscape-preferences.cpp:888 -msgid "" -"Add default metadata to new documents. Default metadata can be set from " -"Document Properties->Metadata." +msgid "Add default metadata to new documents. Default metadata can be set from Document Properties->Metadata." msgstr "" -"Ajoute les métadonnées par défaut dans les nouveaux documents. Ces " -"métadonnées peuvent être définies dans Propriétés du document>Métadonnées." +"Ajoute les métadonnées par défaut dans les nouveaux documents. Ces métadonnées peuvent être définies dans Propriétés du document>Métadonnées." #: ../src/ui/dialog/inkscape-preferences.cpp:892 msgid "_Grab sensitivity:" @@ -19221,30 +17340,21 @@ msgid "pixels (requires restart)" msgstr "pixels (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:893 -msgid "" -"How close on the screen you need to be to an object to be able to grab it " -"with mouse (in screen pixels)" -msgstr "" -"Distance à partir de laquelle on peut saisir un objet à l'écran avec la " -"souris (en pixels d'écran)" +msgid "How close on the screen you need to be to an object to be able to grab it with mouse (in screen pixels)" +msgstr "Distance à partir de laquelle on peut saisir un objet à l'écran avec la souris (en pixels d'écran)" #: ../src/ui/dialog/inkscape-preferences.cpp:895 msgid "_Click/drag threshold:" msgstr "_Seuil de cliquer-déplacer :" -#: ../src/ui/dialog/inkscape-preferences.cpp:895 -#: ../src/ui/dialog/inkscape-preferences.cpp:1237 -#: ../src/ui/dialog/inkscape-preferences.cpp:1241 +#: ../src/ui/dialog/inkscape-preferences.cpp:895 ../src/ui/dialog/inkscape-preferences.cpp:1237 ../src/ui/dialog/inkscape-preferences.cpp:1241 #: ../src/ui/dialog/inkscape-preferences.cpp:1251 msgid "pixels" msgstr "pixels" #: ../src/ui/dialog/inkscape-preferences.cpp:896 -msgid "" -"Maximum mouse drag (in screen pixels) which is considered a click, not a drag" -msgstr "" -"Déplacement maximal de la souris (en pixels d'écran) considéré comme un clic " -"et non comme un déplacement" +msgid "Maximum mouse drag (in screen pixels) which is considered a click, not a drag" +msgstr "Déplacement maximal de la souris (en pixels d'écran) considéré comme un clic et non comme un déplacement" #: ../src/ui/dialog/inkscape-preferences.cpp:899 msgid "_Handle size:" @@ -19256,33 +17366,23 @@ msgstr "Définir la taille relative des poignées de nœuds" #: ../src/ui/dialog/inkscape-preferences.cpp:902 msgid "Use pressure-sensitive tablet (requires restart)" -msgstr "" -"Utiliser une tablette graphique sensible à la pression (nécessite un " -"redémarrage)" +msgstr "Utiliser une tablette graphique sensible à la pression (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:904 msgid "" -"Use the capabilities of a tablet or other pressure-sensitive device. Disable " -"this only if you have problems with the tablet (you can still use it as a " -"mouse)" +"Use the capabilities of a tablet or other pressure-sensitive device. Disable this only if you have problems with the tablet (you can still use " +"it as a mouse)" msgstr "" -"Utiliser les possibilités offertes par une tablette graphique ou un autre " -"périphérique sensible à la pression. Désactivez ceci uniquement si vous " -"rencontrez des problèmes avec la tablette (vous pourrez néanmoins continuer " -"à l'utiliser comme souris)" +"Utiliser les possibilités offertes par une tablette graphique ou un autre périphérique sensible à la pression. Désactivez ceci uniquement si " +"vous rencontrez des problèmes avec la tablette (vous pourrez néanmoins continuer à l'utiliser comme souris)" #: ../src/ui/dialog/inkscape-preferences.cpp:906 msgid "Switch tool based on tablet device (requires restart)" -msgstr "" -"Change d'outil en fonction des dispositifs de tablette (nécessite un " -"redémarrage)" +msgstr "Change d'outil en fonction des dispositifs de tablette (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:908 -msgid "" -"Change tool as different devices are used on the tablet (pen, eraser, mouse)" -msgstr "" -"Change d'outil lorsque des dispositifs différents sont utilisés sur la " -"tablette (crayon, gomme, souris)" +msgid "Change tool as different devices are used on the tablet (pen, eraser, mouse)" +msgstr "Change d'outil lorsque des dispositifs différents sont utilisés sur la tablette (crayon, gomme, souris)" #: ../src/ui/dialog/inkscape-preferences.cpp:909 msgid "Input devices" @@ -19294,12 +17394,8 @@ msgid "Use named colors" msgstr "Utiliser les couleurs nommées" #: ../src/ui/dialog/inkscape-preferences.cpp:913 -msgid "" -"If set, write the CSS name of the color when available (e.g. 'red' or " -"'magenta') instead of the numeric value" -msgstr "" -"Si coché, écrit le nom CSS de la couleur si elle est disponible (rouge ou " -"magenta, par exemple) à la place de sa valeur numérique" +msgid "If set, write the CSS name of the color when available (e.g. 'red' or 'magenta') instead of the numeric value" +msgstr "Si coché, écrit le nom CSS de la couleur si elle est disponible (rouge ou magenta, par exemple) à la place de sa valeur numérique" #: ../src/ui/dialog/inkscape-preferences.cpp:915 msgid "XML formatting" @@ -19318,12 +17414,8 @@ msgid "_Indent, spaces:" msgstr "_Distance d'indentation (en espaces) :" #: ../src/ui/dialog/inkscape-preferences.cpp:921 -msgid "" -"The number of spaces to use for indenting nested elements; set to 0 for no " -"indentation" -msgstr "" -"Le nombre d'espaces utilisés pour l'indentation d'éléments imbriqués ; " -"définir à 0 pour désactiver l'indentation" +msgid "The number of spaces to use for indenting nested elements; set to 0 for no indentation" +msgstr "Le nombre d'espaces utilisés pour l'indentation d'éléments imbriqués ; définir à 0 pour désactiver l'indentation" #: ../src/ui/dialog/inkscape-preferences.cpp:923 msgid "Path data" @@ -19337,8 +17429,7 @@ msgstr "Absolu" msgid "Relative" msgstr "Relatif" -#: ../src/ui/dialog/inkscape-preferences.cpp:926 -#: ../src/ui/dialog/inkscape-preferences.cpp:1216 +#: ../src/ui/dialog/inkscape-preferences.cpp:926 ../src/ui/dialog/inkscape-preferences.cpp:1216 msgid "Optimized" msgstr "Optimisé" @@ -19348,26 +17439,19 @@ msgstr "Format de la chaîne du chemin :" #: ../src/ui/dialog/inkscape-preferences.cpp:930 msgid "" -"Path data should be written: only with absolute coordinates, only with " -"relative coordinates, or optimized for string length (mixed absolute and " -"relative coordinates)" +"Path data should be written: only with absolute coordinates, only with relative coordinates, or optimized for string length (mixed absolute " +"and relative coordinates)" msgstr "" -"Les données de chemin doivent être écrite : seulement avec des coordonnées " -"absolues, seulement avec des coordonnées relatives, ou optimisées en " -"fonction de la longueur de la chaîne (mélange de coordonnées relatives et " -"absolues)" +"Les données de chemin doivent être écrite : seulement avec des coordonnées absolues, seulement avec des coordonnées relatives, ou optimisées " +"en fonction de la longueur de la chaîne (mélange de coordonnées relatives et absolues)" #: ../src/ui/dialog/inkscape-preferences.cpp:932 msgid "Force repeat commands" msgstr "Imposer les commandes répétitives" #: ../src/ui/dialog/inkscape-preferences.cpp:933 -msgid "" -"Force repeating of the same path command (for example, 'L 1,2 L 3,4' instead " -"of 'L 1,2 3,4')" -msgstr "" -"Si coché, impose la répétition de la même commande de chemin (écrit 'L 1,2 L " -"3,4' à la place de 'L 1,2 3,4')." +msgid "Force repeating of the same path command (for example, 'L 1,2 L 3,4' instead of 'L 1,2 3,4')" +msgstr "Si coché, impose la répétition de la même commande de chemin (écrit 'L 1,2 L 3,4' à la place de 'L 1,2 3,4')." #: ../src/ui/dialog/inkscape-preferences.cpp:935 msgid "Numbers" @@ -19379,20 +17463,15 @@ msgstr "_Précision numérique :" #: ../src/ui/dialog/inkscape-preferences.cpp:938 msgid "Significant figures of the values written to the SVG file" -msgstr "" -"Nombre de chiffres significatifs des valeurs écrites dans le fichier SVG" +msgstr "Nombre de chiffres significatifs des valeurs écrites dans le fichier SVG" #: ../src/ui/dialog/inkscape-preferences.cpp:941 msgid "Minimum _exponent:" msgstr "Exposant _minimum :" #: ../src/ui/dialog/inkscape-preferences.cpp:941 -msgid "" -"The smallest number written to SVG is 10 to the power of this exponent; " -"anything smaller is written as zero" -msgstr "" -"La taille minimale d'un nombre écrite dans le SVG est 10 à la puissance de " -"cet exposant ; les nombres plus petits s'écriront zéro" +msgid "The smallest number written to SVG is 10 to the power of this exponent; anything smaller is written as zero" +msgstr "La taille minimale d'un nombre écrite dans le SVG est 10 à la puissance de cet exposant ; les nombres plus petits s'écriront zéro" #. Code to add controls for attribute checking options #. Add incorrect style properties options @@ -19400,19 +17479,14 @@ msgstr "" msgid "Improper Attributes Actions" msgstr "En cas d'attributs inappropriés" -#: ../src/ui/dialog/inkscape-preferences.cpp:948 -#: ../src/ui/dialog/inkscape-preferences.cpp:956 -#: ../src/ui/dialog/inkscape-preferences.cpp:964 +#: ../src/ui/dialog/inkscape-preferences.cpp:948 ../src/ui/dialog/inkscape-preferences.cpp:956 ../src/ui/dialog/inkscape-preferences.cpp:964 msgid "Print warnings" msgstr "Afficher un avertissement" #: ../src/ui/dialog/inkscape-preferences.cpp:949 -msgid "" -"Print warning if invalid or non-useful attributes found. Database files " -"located in inkscape_data_dir/attributes." +msgid "Print warning if invalid or non-useful attributes found. Database files located in inkscape_data_dir/attributes." msgstr "" -"Affiche un avertissement si des attributs invalides ou inappropriés sont " -"détectés. Le fichier de données est disponible dans inkscape_data_dir/" +"Affiche un avertissement si des attributs invalides ou inappropriés sont détectés. Le fichier de données est disponible dans inkscape_data_dir/" "attributes." #: ../src/ui/dialog/inkscape-preferences.cpp:950 @@ -19430,15 +17504,13 @@ msgstr "En cas de propriétés de style inappropriées" #: ../src/ui/dialog/inkscape-preferences.cpp:957 msgid "" -"Print warning if inappropriate style properties found (i.e. 'font-family' " -"set on a <rect>). Database files located in inkscape_data_dir/attributes." +"Print warning if inappropriate style properties found (i.e. 'font-family' set on a <rect>). Database files located in inkscape_data_dir/" +"attributes." msgstr "" -"Affiche un avertissement si des propriétés de style inappropriés sont " -"détectés (par exemple 'font-family' dans un élément <rect>. Le fichier de " -"données est disponible dans inkscape_data_dir/attributes." +"Affiche un avertissement si des propriétés de style inappropriés sont détectés (par exemple 'font-family' dans un élément <rect>. Le fichier " +"de données est disponible dans inkscape_data_dir/attributes." -#: ../src/ui/dialog/inkscape-preferences.cpp:958 -#: ../src/ui/dialog/inkscape-preferences.cpp:966 +#: ../src/ui/dialog/inkscape-preferences.cpp:958 ../src/ui/dialog/inkscape-preferences.cpp:966 msgid "Remove style properties" msgstr "Supprimer les propriétés de style" @@ -19453,15 +17525,11 @@ msgstr "En cas de propriétés de style inutiles" #: ../src/ui/dialog/inkscape-preferences.cpp:965 msgid "" -"Print warning if redundant style properties found (i.e. if a property has " -"the default value and a different value is not inherited or if value is the " -"same as would be inherited). Database files located in inkscape_data_dir/" -"attributes." +"Print warning if redundant style properties found (i.e. if a property has the default value and a different value is not inherited or if value " +"is the same as would be inherited). Database files located in inkscape_data_dir/attributes." msgstr "" -"Affiche un avertissement si des propriétés de style inutiles sont détectés " -"(par exemple si une propriété est définie avec sa valeur par défaut et que " -"cette valeur ne modifie pas l'héritage). Le fichier de données est " -"disponible dans inkscape_data_dir/attributes." +"Affiche un avertissement si des propriétés de style inutiles sont détectés (par exemple si une propriété est définie avec sa valeur par défaut " +"et que cette valeur ne modifie pas l'héritage). Le fichier de données est disponible dans inkscape_data_dir/attributes." #: ../src/ui/dialog/inkscape-preferences.cpp:967 msgid "Delete redundant style properties" @@ -19476,26 +17544,20 @@ msgid "Reading" msgstr "Lors de la lecture" #: ../src/ui/dialog/inkscape-preferences.cpp:972 -msgid "" -"Check attributes and style properties on reading in SVG files (including " -"those internal to Inkscape which will slow down startup)" +msgid "Check attributes and style properties on reading in SVG files (including those internal to Inkscape which will slow down startup)" msgstr "" -"Vérifier les attributs et les propriétés de style lors de la lecture des " -"fichiers SVG (y compris les fichiers internes à Inkscape, ce qui ralentira " -"le démarrage de l'application)" +"Vérifier les attributs et les propriétés de style lors de la lecture des fichiers SVG (y compris les fichiers internes à Inkscape, ce qui " +"ralentira le démarrage de l'application)" #: ../src/ui/dialog/inkscape-preferences.cpp:973 msgid "Editing" msgstr "Lors de l'édition" #: ../src/ui/dialog/inkscape-preferences.cpp:974 -msgid "" -"Check attributes and style properties while editing SVG files (may slow down " -"Inkscape, mostly useful for debugging)" +msgid "Check attributes and style properties while editing SVG files (may slow down Inkscape, mostly useful for debugging)" msgstr "" -"Vérifier les attributs et les propriétés de style lors de l'édition des " -"fichiers SVG (peut ralentir Inkscape, à utiliser principalement pour le " -"débogage)" +"Vérifier les attributs et les propriétés de style lors de l'édition des fichiers SVG (peut ralentir Inkscape, à utiliser principalement pour " +"le débogage)" #: ../src/ui/dialog/inkscape-preferences.cpp:975 msgid "Writing" @@ -19503,9 +17565,7 @@ msgstr "Lors de l'écriture" #: ../src/ui/dialog/inkscape-preferences.cpp:976 msgid "Check attributes and style properties on writing out SVG files" -msgstr "" -"Vérifier les attributs et les propriétés de style lors de l'écriture des " -"fichiers SVG" +msgstr "Vérifier les attributs et les propriétés de style lors de l'écriture des fichiers SVG" #: ../src/ui/dialog/inkscape-preferences.cpp:978 msgid "SVG output" @@ -19526,9 +17586,7 @@ msgstr "Colorimétrie absolue" #: ../src/ui/dialog/inkscape-preferences.cpp:988 msgid "(Note: Color management has been disabled in this build)" -msgstr "" -"(NB : les fonctionnalités colorimétriques sont désactivées dans cette " -"version)" +msgstr "(NB : les fonctionnalités colorimétriques sont désactivées dans cette version)" #: ../src/ui/dialog/inkscape-preferences.cpp:992 msgid "Display adjustment" @@ -19553,14 +17611,11 @@ msgstr "Utiliser le profil proposé par le périphérique d'affichage." #: ../src/ui/dialog/inkscape-preferences.cpp:1011 msgid "Retrieve profiles from those attached to displays via XICC" -msgstr "" -"Utiliser un profil parmi ceux correspondant aux périphériques d'affichage " -"grâce à XICC" +msgstr "Utiliser un profil parmi ceux correspondant aux périphériques d'affichage grâce à XICC" #: ../src/ui/dialog/inkscape-preferences.cpp:1013 msgid "Retrieve profiles from those attached to displays" -msgstr "" -"Utiliser un profil parmi ceux correspondant aux périphériques d'affichage" +msgstr "Utiliser un profil parmi ceux correspondant aux périphériques d'affichage" #: ../src/ui/dialog/inkscape-preferences.cpp:1018 msgid "Display rendering intent:" @@ -19588,9 +17643,7 @@ msgstr "Marquer les couleurs hors-gamut" #: ../src/ui/dialog/inkscape-preferences.cpp:1029 msgid "Highlights colors that are out of gamut for the target device" -msgstr "" -"Mettre en exergue les couleurs qui sont en-dehors du gamut pour le " -"périphérique cible" +msgstr "Mettre en exergue les couleurs qui sont en-dehors du gamut pour le périphérique cible" #: ../src/ui/dialog/inkscape-preferences.cpp:1041 msgid "Out of gamut warning color:" @@ -19614,8 +17667,7 @@ msgstr "Intention de rendu du périphérique :" #: ../src/ui/dialog/inkscape-preferences.cpp:1049 msgid "The rendering intent to use to calibrate device output" -msgstr "" -"L'intention de rendu à utiliser pour calibrer le périphérique de sortie" +msgstr "L'intention de rendu à utiliser pour calibrer le périphérique de sortie" #: ../src/ui/dialog/inkscape-preferences.cpp:1051 msgid "Black point compensation" @@ -19637,9 +17689,7 @@ msgstr "(LittleCMS 1.15 ou version supérieure requis)" msgid "Preserve K channel in CMYK -> CMYK transforms" msgstr "Préserver la composante N dans les transformaitons CMJN > CMJN" -#: ../src/ui/dialog/inkscape-preferences.cpp:1078 -#: ../src/ui/widget/color-icc-selector.cpp:395 -#: ../src/ui/widget/color-icc-selector.cpp:674 +#: ../src/ui/dialog/inkscape-preferences.cpp:1078 ../src/ui/widget/color-icc-selector.cpp:395 ../src/ui/widget/color-icc-selector.cpp:674 msgid "<none>" msgstr "<aucun>" @@ -19653,12 +17703,10 @@ msgid "Enable autosave (requires restart)" msgstr "Activer l'enregistrement automatique (nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:1127 -msgid "" -"Automatically save the current document(s) at a given interval, thus " -"minimizing loss in case of a crash" +msgid "Automatically save the current document(s) at a given interval, thus minimizing loss in case of a crash" msgstr "" -"Enregistre automatiquement les documents en cours, à intervalle donné, pour " -"diminuer les risques de perte de données en cas de plantage de l'application" +"Enregistre automatiquement les documents en cours, à intervalle donné, pour diminuer les risques de perte de données en cas de plantage de " +"l'application" #: ../src/ui/dialog/inkscape-preferences.cpp:1133 msgctxt "Filesystem" @@ -19667,12 +17715,11 @@ msgstr "_Dossier des enregistrements automatiques :" #: ../src/ui/dialog/inkscape-preferences.cpp:1133 msgid "" -"The directory where autosaves will be written. This should be an absolute " -"path (starts with / on UNIX or a drive letter such as C: on Windows). " +"The directory where autosaves will be written. This should be an absolute path (starts with / on UNIX or a drive letter such as C: on " +"Windows). " msgstr "" -"Dossier dans lequel les enregistrements automatiques sont écrits. Il s'agit " -"d'un chemin absolu (commençant par / sur les systèmes Gnu/Linux ou Unix, ou " -"par la lettre du lecteur, C: par exemple, sous Windows)." +"Dossier dans lequel les enregistrements automatiques sont écrits. Il s'agit d'un chemin absolu (commençant par / sur les systèmes Gnu/Linux ou " +"Unix, ou par la lettre du lecteur, C: par exemple, sous Windows)." #: ../src/ui/dialog/inkscape-preferences.cpp:1135 msgid "_Interval (in minutes):" @@ -19680,20 +17727,15 @@ msgstr "_Intervalle (en minutes) :" #: ../src/ui/dialog/inkscape-preferences.cpp:1135 msgid "Interval (in minutes) at which document will be autosaved" -msgstr "" -"Définit l'intervalle (en minutes) auquel l'espace de travail sera enregistré " -"automatiquement" +msgstr "Définit l'intervalle (en minutes) auquel l'espace de travail sera enregistré automatiquement" #: ../src/ui/dialog/inkscape-preferences.cpp:1137 msgid "_Maximum number of autosaves:" msgstr "Nombre _maximum d'enregistrements :" #: ../src/ui/dialog/inkscape-preferences.cpp:1137 -msgid "" -"Maximum number of autosaved files; use this to limit the storage space used" -msgstr "" -"Nombre maximum d'enregistrements automatiques ; utiliser cette valeur pour " -"limiter l'espace de stockage utilisé" +msgid "Maximum number of autosaved files; use this to limit the storage space used" +msgstr "Nombre maximum d'enregistrements automatiques ; utiliser cette valeur pour limiter l'espace de stockage utilisé" #. When changing the interval or enabling/disabling the autosave function, #. * update our running configuration @@ -19716,12 +17758,8 @@ msgid "Open Clip Art Library _Server Name:" msgstr "Nom du _serveur de bibliothèque Open Clip Art :" #: ../src/ui/dialog/inkscape-preferences.cpp:1157 -msgid "" -"The server name of the Open Clip Art Library webdav server; it's used by the " -"Import and Export to OCAL function" -msgstr "" -"Le nom du serveur webdav de la bibliothèque Open Clip Art ; il est utilisé " -"par la fonction d'import et export vers OCAL." +msgid "The server name of the Open Clip Art Library webdav server; it's used by the Import and Export to OCAL function" +msgstr "Le nom du serveur webdav de la bibliothèque Open Clip Art ; il est utilisé par la fonction d'import et export vers OCAL." #: ../src/ui/dialog/inkscape-preferences.cpp:1159 msgid "Open Clip Art Library _Username:" @@ -19753,12 +17791,10 @@ msgstr "_Seuil de simplification :" #: ../src/ui/dialog/inkscape-preferences.cpp:1174 msgid "" -"How strong is the Node tool's Simplify command by default. If you invoke " -"this command several times in quick succession, it will act more and more " -"aggressively; invoking it again after a pause restores the default threshold." +"How strong is the Node tool's Simplify command by default. If you invoke this command several times in quick succession, it will act more and " +"more aggressively; invoking it again after a pause restores the default threshold." msgstr "" -"Force par défaut de la commande Simplifier. En faisant appel à cette " -"commande plusieurs fois de suite, elle agira de façon de plus en plus " +"Force par défaut de la commande Simplifier. En faisant appel à cette commande plusieurs fois de suite, elle agira de façon de plus en plus " "agressive ; un appel après une pause restaurera la valeur par défaut." #: ../src/ui/dialog/inkscape-preferences.cpp:1176 @@ -19769,12 +17805,9 @@ msgstr "Colorer les marqueurs par défaut avec la même couleur que l'objet" msgid "Color custom markers the same color as object" msgstr "Colorer les marqueurs personnalisés avec la même couleur que l'objet" -#: ../src/ui/dialog/inkscape-preferences.cpp:1178 -#: ../src/ui/dialog/inkscape-preferences.cpp:1398 +#: ../src/ui/dialog/inkscape-preferences.cpp:1178 ../src/ui/dialog/inkscape-preferences.cpp:1398 msgid "Update marker color when object color changes" -msgstr "" -"Mettre à jour la couleur du marqueur lorsque la couleur de l'objet est " -"modifiée" +msgstr "Mettre à jour la couleur du marqueur lorsque la couleur de l'objet est modifiée" #. Selecting options #: ../src/ui/dialog/inkscape-preferences.cpp:1181 @@ -19802,12 +17835,8 @@ msgid "Deselect upon layer change" msgstr "Désélectionner en changeant de calque" #: ../src/ui/dialog/inkscape-preferences.cpp:1189 -msgid "" -"Uncheck this to be able to keep the current objects selected when the " -"current layer changes" -msgstr "" -"Si décoché, les objets sélectionnés restent sélectionnés lorsque vous passez " -"du calque courant à un autre" +msgid "Uncheck this to be able to keep the current objects selected when the current layer changes" +msgstr "Si décoché, les objets sélectionnés restent sélectionnés lorsque vous passez du calque courant à un autre" #: ../src/ui/dialog/inkscape-preferences.cpp:1191 msgid "Ctrl+A, Tab, Shift+Tab" @@ -19815,39 +17844,23 @@ msgstr "Ctrl+A, Tab, Maj+Tab" #: ../src/ui/dialog/inkscape-preferences.cpp:1193 msgid "Make keyboard selection commands work on objects in all layers" -msgstr "" -"Les commandes de sélection au clavier s'appliquent aux objets dans tous les " -"calques" +msgstr "Les commandes de sélection au clavier s'appliquent aux objets dans tous les calques" #: ../src/ui/dialog/inkscape-preferences.cpp:1195 msgid "Make keyboard selection commands work on objects in current layer only" -msgstr "" -"Les commandes de sélection au clavier s'appliquent seulement dans le calque " -"courant" +msgstr "Les commandes de sélection au clavier s'appliquent seulement dans le calque courant" #: ../src/ui/dialog/inkscape-preferences.cpp:1197 -msgid "" -"Make keyboard selection commands work on objects in current layer and all " -"its sublayers" -msgstr "" -"Les commandes de sélection au clavier s'appliquent seulement dans le calque " -"courant et dans ses sous-calques" +msgid "Make keyboard selection commands work on objects in current layer and all its sublayers" +msgstr "Les commandes de sélection au clavier s'appliquent seulement dans le calque courant et dans ses sous-calques" #: ../src/ui/dialog/inkscape-preferences.cpp:1199 -msgid "" -"Uncheck this to be able to select objects that are hidden (either by " -"themselves or by being in a hidden layer)" -msgstr "" -"Si décoché, la sélection des objets cachés est possible (objets cachés " -"isolés ou appartenant à calque caché)" +msgid "Uncheck this to be able to select objects that are hidden (either by themselves or by being in a hidden layer)" +msgstr "Si décoché, la sélection des objets cachés est possible (objets cachés isolés ou appartenant à calque caché)" #: ../src/ui/dialog/inkscape-preferences.cpp:1201 -msgid "" -"Uncheck this to be able to select objects that are locked (either by " -"themselves or by being in a locked layer)" -msgstr "" -"Si décoché, la sélection des objets verrouillés est possible (objets " -"verrouillés isolés ou appartenant à un calque verrouillé)" +msgid "Uncheck this to be able to select objects that are locked (either by themselves or by being in a locked layer)" +msgstr "Si décoché, la sélection des objets verrouillés est possible (objets verrouillés isolés ou appartenant à un calque verrouillé)" #: ../src/ui/dialog/inkscape-preferences.cpp:1203 msgid "Wrap when cycling objects in z-order" @@ -19859,17 +17872,14 @@ msgstr "Alt+molette" #: ../src/ui/dialog/inkscape-preferences.cpp:1207 msgid "Wrap around at start and end when cycling objects in z-order" -msgstr "" -"Défile la sélection des objets dans le plan en continu, sans arrêt aux " -"objets placés aux extrémités du plan" +msgstr "Défile la sélection des objets dans le plan en continu, sans arrêt aux objets placés aux extrémités du plan" #: ../src/ui/dialog/inkscape-preferences.cpp:1209 msgid "Selecting" msgstr "Sélection" #. Transforms options -#: ../src/ui/dialog/inkscape-preferences.cpp:1212 -#: ../src/widgets/select-toolbar.cpp:572 +#: ../src/ui/dialog/inkscape-preferences.cpp:1212 ../src/widgets/select-toolbar.cpp:572 msgid "Scale stroke width" msgstr "Redimensionner l'épaisseur du contour" @@ -19889,49 +17899,33 @@ msgstr "Transformer les motifs de remplissage" msgid "Preserved" msgstr "Préservé" -#: ../src/ui/dialog/inkscape-preferences.cpp:1220 -#: ../src/widgets/select-toolbar.cpp:573 +#: ../src/ui/dialog/inkscape-preferences.cpp:1220 ../src/widgets/select-toolbar.cpp:573 msgid "When scaling objects, scale the stroke width by the same proportion" -msgstr "" -"Lors d'un redimensionnement des objets, préserver la proportion des " -"épaisseurs des contours" +msgstr "Lors d'un redimensionnement des objets, préserver la proportion des épaisseurs des contours" -#: ../src/ui/dialog/inkscape-preferences.cpp:1222 -#: ../src/widgets/select-toolbar.cpp:584 +#: ../src/ui/dialog/inkscape-preferences.cpp:1222 ../src/widgets/select-toolbar.cpp:584 msgid "When scaling rectangles, scale the radii of rounded corners" -msgstr "" -"Lors du redimensionnements d'un rectangle, préserver la proportion des " -"rayons des coins arrondis" +msgstr "Lors du redimensionnements d'un rectangle, préserver la proportion des rayons des coins arrondis" -#: ../src/ui/dialog/inkscape-preferences.cpp:1224 -#: ../src/widgets/select-toolbar.cpp:595 +#: ../src/ui/dialog/inkscape-preferences.cpp:1224 ../src/widgets/select-toolbar.cpp:595 msgid "Move gradients (in fill or stroke) along with the objects" msgstr "Transformer les dégradés avec les objets (remplissage et contour)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1226 -#: ../src/widgets/select-toolbar.cpp:606 +#: ../src/ui/dialog/inkscape-preferences.cpp:1226 ../src/widgets/select-toolbar.cpp:606 msgid "Move patterns (in fill or stroke) along with the objects" -msgstr "" -"Transformer les motifs de remplissage avec les objets (remplissage et " -"contour)" +msgstr "Transformer les motifs de remplissage avec les objets (remplissage et contour)" #: ../src/ui/dialog/inkscape-preferences.cpp:1227 msgid "Store transformation" msgstr "Enregistrement des transformations" #: ../src/ui/dialog/inkscape-preferences.cpp:1229 -msgid "" -"If possible, apply transformation to objects without adding a transform= " -"attribute" -msgstr "" -"Si possible, appliquer des transformations aux objets sans ajouter " -"l'attribut transform=" +msgid "If possible, apply transformation to objects without adding a transform= attribute" +msgstr "Si possible, appliquer des transformations aux objets sans ajouter l'attribut transform=" #: ../src/ui/dialog/inkscape-preferences.cpp:1231 msgid "Always store transformation as a transform= attribute on objects" -msgstr "" -"Toujours enregistrer les transformations dans l'attribut transform= des " -"objets" +msgstr "Toujours enregistrer les transformations dans l'attribut transform= des objets" #: ../src/ui/dialog/inkscape-preferences.cpp:1233 msgid "Transforms" @@ -19942,12 +17936,8 @@ msgid "Mouse _wheel scrolls by:" msgstr "La _molette de la souris défile de :" #: ../src/ui/dialog/inkscape-preferences.cpp:1238 -msgid "" -"One mouse wheel notch scrolls by this distance in screen pixels " -"(horizontally with Shift)" -msgstr "" -"Un cran de la molette de la souris fait défiler de tant de pixels " -"(horizontalement avec Maj)" +msgid "One mouse wheel notch scrolls by this distance in screen pixels (horizontally with Shift)" +msgstr "Un cran de la molette de la souris fait défiler de tant de pixels (horizontalement avec Maj)" #: ../src/ui/dialog/inkscape-preferences.cpp:1239 msgid "Ctrl+arrows" @@ -19959,20 +17949,15 @@ msgstr "Défile_r de :" #: ../src/ui/dialog/inkscape-preferences.cpp:1242 msgid "Pressing Ctrl+arrow key scrolls by this distance (in screen pixels)" -msgstr "" -"Appuyer sur Ctrl+flèches fait défiler de cette distance (en pixels d'écran)" +msgstr "Appuyer sur Ctrl+flèches fait défiler de cette distance (en pixels d'écran)" #: ../src/ui/dialog/inkscape-preferences.cpp:1244 msgid "_Acceleration:" msgstr "_Accélération :" #: ../src/ui/dialog/inkscape-preferences.cpp:1245 -msgid "" -"Pressing and holding Ctrl+arrow will gradually speed up scrolling (0 for no " -"acceleration)" -msgstr "" -"Garder appuyé Ctrl+flèches accélère graduellement la vitesse du défilement " -"(0 pour aucune accélération)" +msgid "Pressing and holding Ctrl+arrow will gradually speed up scrolling (0 for no acceleration)" +msgstr "Garder appuyé Ctrl+flèches accélère graduellement la vitesse du défilement (0 pour aucune accélération)" #: ../src/ui/dialog/inkscape-preferences.cpp:1246 msgid "Autoscrolling" @@ -19983,33 +17968,26 @@ msgid "_Speed:" msgstr "_Vitesse :" #: ../src/ui/dialog/inkscape-preferences.cpp:1249 -msgid "" -"How fast the canvas autoscrolls when you drag beyond canvas edge (0 to turn " -"autoscroll off)" +msgid "How fast the canvas autoscrolls when you drag beyond canvas edge (0 to turn autoscroll off)" msgstr "" -"Vitesse du défilement automatique de la zone de travail lors que l'on tire " -"un objet au dehors de la zone (0 pour aucun défilement automatique)" +"Vitesse du défilement automatique de la zone de travail lors que l'on tire un objet au dehors de la zone (0 pour aucun défilement automatique)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1251 -#: ../src/ui/dialog/tracedialog.cpp:522 ../src/ui/dialog/tracedialog.cpp:721 +#: ../src/ui/dialog/inkscape-preferences.cpp:1251 ../src/ui/dialog/tracedialog.cpp:522 ../src/ui/dialog/tracedialog.cpp:721 msgid "_Threshold:" msgstr "_Seuil :" #: ../src/ui/dialog/inkscape-preferences.cpp:1252 msgid "" -"How far (in screen pixels) you need to be from the canvas edge to trigger " -"autoscroll; positive is outside the canvas, negative is within the canvas" +"How far (in screen pixels) you need to be from the canvas edge to trigger autoscroll; positive is outside the canvas, negative is within the " +"canvas" msgstr "" -"Distance (en pixels d'écran) à laquelle il faut être du bord de la zone de " -"travail pour activer le défilement automatique; les valeurs positives sont " -"en dehors de la zone, les négatives à l'intérieur" +"Distance (en pixels d'écran) à laquelle il faut être du bord de la zone de travail pour activer le défilement automatique; les valeurs " +"positives sont en dehors de la zone, les négatives à l'intérieur" #: ../src/ui/dialog/inkscape-preferences.cpp:1253 #, fuzzy msgid "Mouse move pans when Space is pressed" -msgstr "" -"Le bouton gauche de la souris fait défiler horizontalement quand la touche " -"Espace est pressée" +msgstr "Le bouton gauche de la souris fait défiler horizontalement quand la touche Espace est pressée" #: ../src/ui/dialog/inkscape-preferences.cpp:1255 msgid "When on, pressing and holding Space and dragging pans canvas" @@ -20020,13 +17998,10 @@ msgid "Mouse wheel zooms by default" msgstr "La molette de la souris zoome par défaut" #: ../src/ui/dialog/inkscape-preferences.cpp:1258 -msgid "" -"When on, mouse wheel zooms without Ctrl and scrolls canvas with Ctrl; when " -"off, it zooms with Ctrl and scrolls without Ctrl" +msgid "When on, mouse wheel zooms without Ctrl and scrolls canvas with Ctrl; when off, it zooms with Ctrl and scrolls without Ctrl" msgstr "" -"Si coché, la molette de la souris zoome sans la touche Ctrl et fait défiler " -"la zone de travail avec Ctrl ; si décoché, elle zoome avec Ctrl et fait " -"défiler sans Ctrl." +"Si coché, la molette de la souris zoome sans la touche Ctrl et fait défiler la zone de travail avec Ctrl ; si décoché, elle zoome avec Ctrl et " +"fait défiler sans Ctrl." #: ../src/ui/dialog/inkscape-preferences.cpp:1259 msgid "Scrolling" @@ -20050,9 +18025,7 @@ msgid "Snap indicator persistence (in seconds):" msgstr "Durée de l'indicateur de magnétisme (en secondes) :" #: ../src/ui/dialog/inkscape-preferences.cpp:1272 -msgid "" -"Controls how long the snap indicator message will be shown, before it " -"disappears" +msgid "Controls how long the snap indicator message will be shown, before it disappears" msgstr "Fixe la durée d'affichage du message de l'indicateur de magnétisme" #: ../src/ui/dialog/inkscape-preferences.cpp:1274 @@ -20064,8 +18037,7 @@ msgid "Only snap the node closest to the pointer" msgstr "Aimanter seulement le nœud le plus proche du pointeur" #: ../src/ui/dialog/inkscape-preferences.cpp:1278 -msgid "" -"Only try to snap the node that is initially closest to the mouse pointer" +msgid "Only try to snap the node that is initially closest to the mouse pointer" msgstr "Essayer d'aimanter le nœud initialement le plus proche du pointeur" #: ../src/ui/dialog/inkscape-preferences.cpp:1281 @@ -20074,13 +18046,11 @@ msgstr "_Coefficient de pondération :" #: ../src/ui/dialog/inkscape-preferences.cpp:1282 msgid "" -"When multiple snap solutions are found, then Inkscape can either prefer the " -"closest transformation (when set to 0), or prefer the node that was " -"initially the closest to the pointer (when set to 1)" +"When multiple snap solutions are found, then Inkscape can either prefer the closest transformation (when set to 0), or prefer the node that " +"was initially the closest to the pointer (when set to 1)" msgstr "" -"Lorsque plusieurs aimantations sont possibles, Inkscape choisit soit la " -"transformation la plus proche (si positionné à 0), soit le nœud qui était " -"initialement le plus proche du pointeur (si positionné à 1)" +"Lorsque plusieurs aimantations sont possibles, Inkscape choisit soit la transformation la plus proche (si positionné à 0), soit le nœud qui " +"était initialement le plus proche du pointeur (si positionné à 1)" #: ../src/ui/dialog/inkscape-preferences.cpp:1284 msgid "Snap the mouse pointer when dragging a constrained knot" @@ -20088,13 +18058,11 @@ msgstr "Aimanter le pointeur de souris lors du déplacement d'un nœud contraint #: ../src/ui/dialog/inkscape-preferences.cpp:1286 msgid "" -"When dragging a knot along a constraint line, then snap the position of the " -"mouse pointer instead of snapping the projection of the knot onto the " -"constraint line" +"When dragging a knot along a constraint line, then snap the position of the mouse pointer instead of snapping the projection of the knot onto " +"the constraint line" msgstr "" -"Lorsqu'un nœud est déplacé le long d'une ligne de contrainte, alors aimanter " -"la position du pointeur de souris plutôt que la projection du nœud sur la " -"ligne de contrainte" +"Lorsqu'un nœud est déplacé le long d'une ligne de contrainte, alors aimanter la position du pointeur de souris plutôt que la projection du " +"nœud sur la ligne de contrainte" #: ../src/ui/dialog/inkscape-preferences.cpp:1288 msgid "Delayed snap" @@ -20106,14 +18074,11 @@ msgstr "Délai (en secondes) :" #: ../src/ui/dialog/inkscape-preferences.cpp:1292 msgid "" -"Postpone snapping as long as the mouse is moving, and then wait an " -"additional fraction of a second. This additional delay is specified here. " +"Postpone snapping as long as the mouse is moving, and then wait an additional fraction of a second. This additional delay is specified here. " "When set to zero or to a very small number, snapping will be immediate." msgstr "" -"Diffère le magnétisme aussi longtemps que la souris est en mouvement, puis " -"attend encore une fraction de seconde supplémentaire. Ce délai additionnel " -"est défini ici. Si la valeur est nulle ou très faible, l'aimantation est " -"immédiate." +"Diffère le magnétisme aussi longtemps que la souris est en mouvement, puis attend encore une fraction de seconde supplémentaire. Ce délai " +"additionnel est défini ici. Si la valeur est nulle ou très faible, l'aimantation est immédiate." #: ../src/ui/dialog/inkscape-preferences.cpp:1294 msgid "Snapping" @@ -20125,11 +18090,8 @@ msgid "_Arrow keys move by:" msgstr "Les _flèches déplacent de :" #: ../src/ui/dialog/inkscape-preferences.cpp:1300 -msgid "" -"Pressing an arrow key moves selected object(s) or node(s) by this distance" -msgstr "" -"Appuyer sur une flèche déplace les objet(s) ou les nœud(s) sélectionnés de " -"cette distance" +msgid "Pressing an arrow key moves selected object(s) or node(s) by this distance" +msgstr "Appuyer sur une flèche déplace les objet(s) ou les nœud(s) sélectionnés de cette distance" #. defaultscale is limited to 1000 in select-context.cpp: use the same limit here #: ../src/ui/dialog/inkscape-preferences.cpp:1303 @@ -20146,8 +18108,7 @@ msgstr "_Contracter/dilater de :" #: ../src/ui/dialog/inkscape-preferences.cpp:1307 msgid "Inset and Outset commands displace the path by this distance" -msgstr "" -"Les commandes contracter et dilater déplacent le chemin de cette distance" +msgstr "Les commandes contracter et dilater déplacent le chemin de cette distance" #: ../src/ui/dialog/inkscape-preferences.cpp:1308 msgid "Compass-like display of angles" @@ -20155,13 +18116,11 @@ msgstr "Afficher les angles comme sur une boussole" #: ../src/ui/dialog/inkscape-preferences.cpp:1310 msgid "" -"When on, angles are displayed with 0 at north, 0 to 360 range, positive " -"clockwise; otherwise with 0 at east, -180 to 180 range, positive " +"When on, angles are displayed with 0 at north, 0 to 360 range, positive clockwise; otherwise with 0 at east, -180 to 180 range, positive " "counterclockwise" msgstr "" -"Si coché, les angles sont affichés en sens horaire de 0 (au nord) à 360; si " -"décoché, ils sont affichés de -180 à 180 en sens anti-horaire (0 étant à " -"l'est)" +"Si coché, les angles sont affichés en sens horaire de 0 (au nord) à 360; si décoché, ils sont affichés de -180 à 180 en sens anti-horaire (0 " +"étant à l'est)" #: ../src/ui/dialog/inkscape-preferences.cpp:1312 msgctxt "Rotation angle" @@ -20177,42 +18136,28 @@ msgid "degrees" msgstr "degrés" #: ../src/ui/dialog/inkscape-preferences.cpp:1317 -msgid "" -"Rotating with Ctrl pressed snaps every that much degrees; also, pressing " -"[ or ] rotates by this amount" -msgstr "" -"Ctrl appuyé forcera des rotations de tant de degrés; de même en appuyant sur " -"[ ou ], les rotations se feront selon cet incrément" +msgid "Rotating with Ctrl pressed snaps every that much degrees; also, pressing [ or ] rotates by this amount" +msgstr "Ctrl appuyé forcera des rotations de tant de degrés; de même en appuyant sur [ ou ], les rotations se feront selon cet incrément" #: ../src/ui/dialog/inkscape-preferences.cpp:1318 msgid "Relative snapping of guideline angles" msgstr "Aimanter relativement aux angles des guides" #: ../src/ui/dialog/inkscape-preferences.cpp:1320 -msgid "" -"When on, the snap angles when rotating a guideline will be relative to the " -"original angle" -msgstr "" -"Si coché, l'angle de magnétisme lors de la rotation d'un guide est relatif à " -"l'angle d'origine" +msgid "When on, the snap angles when rotating a guideline will be relative to the original angle" +msgstr "Si coché, l'angle de magnétisme lors de la rotation d'un guide est relatif à l'angle d'origine" #: ../src/ui/dialog/inkscape-preferences.cpp:1322 msgid "_Zoom in/out by:" msgstr "(Dé)_Zoomer de :" -#: ../src/ui/dialog/inkscape-preferences.cpp:1322 -#: ../src/ui/dialog/objects.cpp:1626 -#: ../src/ui/widget/filter-effect-chooser.cpp:27 +#: ../src/ui/dialog/inkscape-preferences.cpp:1322 ../src/ui/dialog/objects.cpp:1626 ../src/ui/widget/filter-effect-chooser.cpp:27 msgid "%" msgstr "%" #: ../src/ui/dialog/inkscape-preferences.cpp:1323 -msgid "" -"Zoom tool click, +/- keys, and middle click zoom in and out by this " -"multiplier" -msgstr "" -"Les outils de zoom (clic en mode zoom, touches +/-, clic bouton du milieu) " -"zooment ou dézooment selon ce facteur" +msgid "Zoom tool click, +/- keys, and middle click zoom in and out by this multiplier" +msgstr "Les outils de zoom (clic en mode zoom, touches +/-, clic bouton du milieu) zooment ou dézooment selon ce facteur" #: ../src/ui/dialog/inkscape-preferences.cpp:1324 msgid "Steps" @@ -20253,11 +18198,10 @@ msgstr "Les clones restent sur place quand leur original est déplacé" #: ../src/ui/dialog/inkscape-preferences.cpp:1344 msgid "" -"Each clone moves according to the value of its transform= attribute; for " -"example, a rotated clone will move in a different direction than its original" +"Each clone moves according to the value of its transform= attribute; for example, a rotated clone will move in a different direction than its " +"original" msgstr "" -"Chaque clone est déplacé en fonction de son attribut transform= ; par " -"exemple, un clone qui a déjà été tourné sera déplacé dans une direction " +"Chaque clone est déplacé en fonction de son attribut transform= ; par exemple, un clone qui a déjà été tourné sera déplacé dans une direction " "différente de celle de son original" #: ../src/ui/dialog/inkscape-preferences.cpp:1345 @@ -20274,8 +18218,7 @@ msgstr "Les clones orphelins sont supprimés en même temps que leur original" #: ../src/ui/dialog/inkscape-preferences.cpp:1351 msgid "Duplicating original+clones/linked offset" -msgstr "" -"Lors de la duplication d'un original et de ses clones ou de ses offsets liés" +msgstr "Lors de la duplication d'un original et de ses clones ou de ses offsets liés" #: ../src/ui/dialog/inkscape-preferences.cpp:1353 msgid "Relink duplicated clones" @@ -20283,13 +18226,11 @@ msgstr "Relier les clones dupliqués" #: ../src/ui/dialog/inkscape-preferences.cpp:1355 msgid "" -"When duplicating a selection containing both a clone and its original " -"(possibly in groups), relink the duplicated clone to the duplicated original " -"instead of the old original" +"When duplicating a selection containing both a clone and its original (possibly in groups), relink the duplicated clone to the duplicated " +"original instead of the old original" msgstr "" -"Lorsque la sélection dupliquée contient un clone et son original (dans un " -"groupe par exemple), relier le clone dupliqué à l'objet original dupliqué " -"plutôt qu'à l'original initial" +"Lorsque la sélection dupliquée contient un clone et son original (dans un groupe par exemple), relier le clone dupliqué à l'objet original " +"dupliqué plutôt qu'à l'original initial" #. TRANSLATORS: Heading for the Inkscape Preferences "Clones" Page #: ../src/ui/dialog/inkscape-preferences.cpp:1358 @@ -20299,28 +18240,19 @@ msgstr "Clones" #. Clip paths and masks options #: ../src/ui/dialog/inkscape-preferences.cpp:1361 msgid "When applying, use the topmost selected object as clippath/mask" -msgstr "" -"Utiliser l'objet le plus haut comme chemin de découpe ou masque lors de " -"l'application" +msgstr "Utiliser l'objet le plus haut comme chemin de découpe ou masque lors de l'application" #: ../src/ui/dialog/inkscape-preferences.cpp:1363 -msgid "" -"Uncheck this to use the bottom selected object as the clipping path or mask" -msgstr "" -"Si décoché, l'objet le plus en-dessous de la sélection est utilisé comme " -"chemin de découpe ou masque" +msgid "Uncheck this to use the bottom selected object as the clipping path or mask" +msgstr "Si décoché, l'objet le plus en-dessous de la sélection est utilisé comme chemin de découpe ou masque" #: ../src/ui/dialog/inkscape-preferences.cpp:1364 msgid "Remove clippath/mask object after applying" msgstr "Supprimer le chemin de découpe ou le masque après application" #: ../src/ui/dialog/inkscape-preferences.cpp:1366 -msgid "" -"After applying, remove the object used as the clipping path or mask from the " -"drawing" -msgstr "" -"Si coché, le chemin de découpe ou masque est supprimé du dessin après avoir " -"été appliqué" +msgid "After applying, remove the object used as the clipping path or mask from the drawing" +msgstr "Si coché, le chemin de découpe ou masque est supprimé du dessin après avoir été appliqué" #: ../src/ui/dialog/inkscape-preferences.cpp:1368 msgid "Before applying" @@ -20360,9 +18292,7 @@ msgstr "Dégrouper les groupes créés automatiquement" #: ../src/ui/dialog/inkscape-preferences.cpp:1387 msgid "Ungroup groups created when setting clip/mask" -msgstr "" -"Dégrouper les groupes créés lors de la mise en place de la découpe ou du " -"masque" +msgstr "Dégrouper les groupes créés lors de la mise en place de la découpe ou du masque" #: ../src/ui/dialog/inkscape-preferences.cpp:1389 msgid "Clippaths and masks" @@ -20372,15 +18302,11 @@ msgstr "Chemins de découpe et masques" msgid "Stroke Style Markers" msgstr "Style de contour des marqueurs" -#: ../src/ui/dialog/inkscape-preferences.cpp:1394 -#: ../src/ui/dialog/inkscape-preferences.cpp:1396 -msgid "" -"Stroke color same as object, fill color either object fill color or marker " -"fill color" +#: ../src/ui/dialog/inkscape-preferences.cpp:1394 ../src/ui/dialog/inkscape-preferences.cpp:1396 +msgid "Stroke color same as object, fill color either object fill color or marker fill color" msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:1400 -#: ../share/extensions/hershey.inx.h:27 +#: ../src/ui/dialog/inkscape-preferences.cpp:1400 ../share/extensions/hershey.inx.h:27 msgid "Markers" msgstr "Marqueurs" @@ -20388,12 +18314,9 @@ msgstr "Marqueurs" msgid "Document cleanup" msgstr "Nettoyage du document" -#: ../src/ui/dialog/inkscape-preferences.cpp:1404 -#: ../src/ui/dialog/inkscape-preferences.cpp:1406 +#: ../src/ui/dialog/inkscape-preferences.cpp:1404 ../src/ui/dialog/inkscape-preferences.cpp:1406 msgid "Remove unused swatches when doing a document cleanup" -msgstr "" -"Supprimer les palettes inutilisées lorsqu'un nettoyage de document est " -"effectué" +msgstr "Supprimer les palettes inutilisées lorsqu'un nettoyage de document est effectué" #. tooltip #: ../src/ui/dialog/inkscape-preferences.cpp:1407 @@ -20404,16 +18327,13 @@ msgstr "Nettoyage" msgid "Number of _Threads:" msgstr "Nombre de _threads :" -#: ../src/ui/dialog/inkscape-preferences.cpp:1415 -#: ../src/ui/dialog/inkscape-preferences.cpp:1951 +#: ../src/ui/dialog/inkscape-preferences.cpp:1415 ../src/ui/dialog/inkscape-preferences.cpp:1951 msgid "(requires restart)" msgstr "(nécessite un redémarrage)" #: ../src/ui/dialog/inkscape-preferences.cpp:1416 msgid "Configure number of processors/threads to use when rendering filters" -msgstr "" -"Configure le nombre de processeurs/threads à utiliser pour le rendu des " -"filtres" +msgstr "Configure le nombre de processeurs/threads à utiliser pour le rendu des filtres" #: ../src/ui/dialog/inkscape-preferences.cpp:1420 msgid "Rendering _cache size:" @@ -20426,37 +18346,30 @@ msgstr "Mio" #: ../src/ui/dialog/inkscape-preferences.cpp:1420 msgid "" -"Set the amount of memory per document which can be used to store rendered " -"parts of the drawing for later reuse; set to zero to disable caching" +"Set the amount of memory per document which can be used to store rendered parts of the drawing for later reuse; set to zero to disable caching" msgstr "" -"Configure la quantité de mémoire par document pouvant être utilisée pour " -"stocker les parties affichées du dessin pour une réutilisation ultérieure ; " -"positionnez cette valeur à zéro pour désactiver le cache" +"Configure la quantité de mémoire par document pouvant être utilisée pour stocker les parties affichées du dessin pour une réutilisation " +"ultérieure ; positionnez cette valeur à zéro pour désactiver le cache" #. blur quality #. filter quality -#: ../src/ui/dialog/inkscape-preferences.cpp:1423 -#: ../src/ui/dialog/inkscape-preferences.cpp:1447 +#: ../src/ui/dialog/inkscape-preferences.cpp:1423 ../src/ui/dialog/inkscape-preferences.cpp:1447 msgid "Best quality (slowest)" msgstr "Haute qualité (le plus lent)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1425 -#: ../src/ui/dialog/inkscape-preferences.cpp:1449 +#: ../src/ui/dialog/inkscape-preferences.cpp:1425 ../src/ui/dialog/inkscape-preferences.cpp:1449 msgid "Better quality (slower)" msgstr "Bonne qualité (plus lent)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1427 -#: ../src/ui/dialog/inkscape-preferences.cpp:1451 +#: ../src/ui/dialog/inkscape-preferences.cpp:1427 ../src/ui/dialog/inkscape-preferences.cpp:1451 msgid "Average quality" msgstr "Qualité moyenne" -#: ../src/ui/dialog/inkscape-preferences.cpp:1429 -#: ../src/ui/dialog/inkscape-preferences.cpp:1453 +#: ../src/ui/dialog/inkscape-preferences.cpp:1429 ../src/ui/dialog/inkscape-preferences.cpp:1453 msgid "Lower quality (faster)" msgstr "Basse qualité (plus rapide)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1431 -#: ../src/ui/dialog/inkscape-preferences.cpp:1455 +#: ../src/ui/dialog/inkscape-preferences.cpp:1431 ../src/ui/dialog/inkscape-preferences.cpp:1455 msgid "Lowest quality (fastest)" msgstr "Qualité médiocre (le plus rapide)" @@ -20464,50 +18377,39 @@ msgstr "Qualité médiocre (le plus rapide)" msgid "Gaussian blur quality for display" msgstr "Qualité d'affichage du flou gaussien" -#: ../src/ui/dialog/inkscape-preferences.cpp:1436 -#: ../src/ui/dialog/inkscape-preferences.cpp:1460 -msgid "" -"Best quality, but display may be very slow at high zooms (bitmap export " -"always uses best quality)" +#: ../src/ui/dialog/inkscape-preferences.cpp:1436 ../src/ui/dialog/inkscape-preferences.cpp:1460 +msgid "Best quality, but display may be very slow at high zooms (bitmap export always uses best quality)" msgstr "" -"La plus haute qualité, mais l'affichage peut être très lent pour des zooms " -"importants (l'export en bitmap utilise toujours la plus haute qualité)" +"La plus haute qualité, mais l'affichage peut être très lent pour des zooms importants (l'export en bitmap utilise toujours la plus haute " +"qualité)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1438 -#: ../src/ui/dialog/inkscape-preferences.cpp:1462 +#: ../src/ui/dialog/inkscape-preferences.cpp:1438 ../src/ui/dialog/inkscape-preferences.cpp:1462 msgid "Better quality, but slower display" msgstr "Meilleure qualité, mais affichage plus lent" -#: ../src/ui/dialog/inkscape-preferences.cpp:1440 -#: ../src/ui/dialog/inkscape-preferences.cpp:1464 +#: ../src/ui/dialog/inkscape-preferences.cpp:1440 ../src/ui/dialog/inkscape-preferences.cpp:1464 msgid "Average quality, acceptable display speed" msgstr "Qualité moyenne, vitesse d'affichage acceptable" -#: ../src/ui/dialog/inkscape-preferences.cpp:1442 -#: ../src/ui/dialog/inkscape-preferences.cpp:1466 +#: ../src/ui/dialog/inkscape-preferences.cpp:1442 ../src/ui/dialog/inkscape-preferences.cpp:1466 msgid "Lower quality (some artifacts), but display is faster" msgstr "Qualité plus faible (présence d'artefacts), mais affichage plus rapide" -#: ../src/ui/dialog/inkscape-preferences.cpp:1444 -#: ../src/ui/dialog/inkscape-preferences.cpp:1468 +#: ../src/ui/dialog/inkscape-preferences.cpp:1444 ../src/ui/dialog/inkscape-preferences.cpp:1468 msgid "Lowest quality (considerable artifacts), but display is fastest" -msgstr "" -"La plus mauvaise qualité (nombreux artefacts), mais l'affichage est bien " -"plus rapide" +msgstr "La plus mauvaise qualité (nombreux artefacts), mais l'affichage est bien plus rapide" #: ../src/ui/dialog/inkscape-preferences.cpp:1458 msgid "Filter effects quality for display" msgstr "Qualité d'affichage des effets de filtre" #. build custom preferences tab -#: ../src/ui/dialog/inkscape-preferences.cpp:1470 -#: ../src/ui/dialog/print.cpp:215 +#: ../src/ui/dialog/inkscape-preferences.cpp:1470 ../src/ui/dialog/print.cpp:215 msgid "Rendering" msgstr "Rendu" #. Note: /options/bitmapoversample removed with Cairo renderer -#: ../src/ui/dialog/inkscape-preferences.cpp:1476 ../src/verbs.cpp:156 -#: ../src/widgets/calligraphy-toolbar.cpp:626 +#: ../src/ui/dialog/inkscape-preferences.cpp:1476 ../src/verbs.cpp:156 ../src/widgets/calligraphy-toolbar.cpp:626 msgid "Edit" msgstr "Édition" @@ -20517,16 +18419,13 @@ msgstr "Recharger automatiquement les bitmaps" #: ../src/ui/dialog/inkscape-preferences.cpp:1479 msgid "Automatically reload linked images when file is changed on disk" -msgstr "" -"Active le rechargement automatique des images liées lorsqu'elles ont été " -"modifiées sur le disque" +msgstr "Active le rechargement automatique des images liées lorsqu'elles ont été modifiées sur le disque" #: ../src/ui/dialog/inkscape-preferences.cpp:1481 msgid "_Bitmap editor:" msgstr "Éditeur de _bitmap :" -#: ../src/ui/dialog/inkscape-preferences.cpp:1483 -#: ../share/extensions/guillotine.inx.h:5 ../share/extensions/plotter.inx.h:65 +#: ../src/ui/dialog/inkscape-preferences.cpp:1483 ../share/extensions/guillotine.inx.h:5 ../share/extensions/plotter.inx.h:65 #: ../share/extensions/print_win32_vector.inx.h:2 msgid "Export" msgstr "Exporter" @@ -20537,11 +18436,9 @@ msgstr "_Résolution par défaut d'exportation :" #: ../src/ui/dialog/inkscape-preferences.cpp:1486 msgid "Default bitmap resolution (in dots per inch) in the Export dialog" -msgstr "" -"Résolution par défaut (point par pouce) dans la boîte de dialogue exporter" +msgstr "Résolution par défaut (point par pouce) dans la boîte de dialogue exporter" -#: ../src/ui/dialog/inkscape-preferences.cpp:1487 -#: ../src/ui/dialog/xml-tree.cpp:920 +#: ../src/ui/dialog/inkscape-preferences.cpp:1487 ../src/ui/dialog/xml-tree.cpp:920 msgid "Create" msgstr "Créer" @@ -20555,14 +18452,13 @@ msgstr "Résolution utilisée par la commande Créer une copie bitmap" #: ../src/ui/dialog/inkscape-preferences.cpp:1493 msgid "Ask about linking and scaling when importing" -msgstr "" -"Demander les options de lien et de mise à l'échelle lors de l'importation" +msgstr "Demander les options de lien et de mise à l'échelle lors de l'importation" #: ../src/ui/dialog/inkscape-preferences.cpp:1495 msgid "Pop-up linking and scaling dialog when importing bitmap image." msgstr "" -"Fait apparaître une boîte de dialogue pour sélectionner les options de lien " -"et de mise à l'échelle chaque fois qu'une image matricielle est importée." +"Fait apparaître une boîte de dialogue pour sélectionner les options de lien et de mise à l'échelle chaque fois qu'une image matricielle est " +"importée." #: ../src/ui/dialog/inkscape-preferences.cpp:1501 msgid "Bitmap link:" @@ -20578,9 +18474,7 @@ msgstr "Résolution par défaut d'_importation :" #: ../src/ui/dialog/inkscape-preferences.cpp:1514 msgid "Default bitmap resolution (in dots per inch) for bitmap import" -msgstr "" -"Résolution bitmap par défaut (point par pouce) dans la boîte de dialogue " -"importer" +msgstr "Résolution bitmap par défaut (point par pouce) dans la boîte de dialogue importer" #: ../src/ui/dialog/inkscape-preferences.cpp:1515 msgid "Override file resolution" @@ -20588,9 +18482,7 @@ msgstr "Écraser la résolution du fichier" #: ../src/ui/dialog/inkscape-preferences.cpp:1517 msgid "Use default bitmap resolution in favor of information from file" -msgstr "" -"Utilise la résolution matricielle par défaut à la place de celle contenue " -"dans le fichier" +msgstr "Utilise la résolution matricielle par défaut à la place de celle contenue dans le fichier" #. rendering outlines for pixmap image tags #: ../src/ui/dialog/inkscape-preferences.cpp:1521 @@ -20598,12 +18490,8 @@ msgid "Images in Outline Mode" msgstr "Images en mode contour" #: ../src/ui/dialog/inkscape-preferences.cpp:1522 -msgid "" -"When active will render images while in outline mode instead of a red box " -"with an x. This is useful for manual tracing." -msgstr "" -"Si coché, les images sont affichées en mode contour (à la place de l'image " -"par défaut). Utile pour effectuer une vectorisation manuelle." +msgid "When active will render images while in outline mode instead of a red box with an x. This is useful for manual tracing." +msgstr "Si coché, les images sont affichées en mode contour (à la place de l'image par défaut). Utile pour effectuer une vectorisation manuelle." #: ../src/ui/dialog/inkscape-preferences.cpp:1524 msgid "Bitmaps" @@ -20611,19 +18499,14 @@ msgstr "Bitmaps" #: ../src/ui/dialog/inkscape-preferences.cpp:1536 #, fuzzy -msgid "" -"Select a file of predefined shortcuts to use. Any customized shortcuts you " -"create will be added separately to " -msgstr "" -"Sélectionnez un fichier de raccourcis prédéfinis à utiliser. Vos " -"modifications seront ajoutées séparément" +msgid "Select a file of predefined shortcuts to use. Any customized shortcuts you create will be added separately to " +msgstr "Sélectionnez un fichier de raccourcis prédéfinis à utiliser. Vos modifications seront ajoutées séparément" #: ../src/ui/dialog/inkscape-preferences.cpp:1539 msgid "Shortcut file:" msgstr "Fichier des raccourcis :" -#: ../src/ui/dialog/inkscape-preferences.cpp:1542 -#: ../src/ui/dialog/template-load-tab.cpp:48 +#: ../src/ui/dialog/inkscape-preferences.cpp:1542 ../src/ui/dialog/template-load-tab.cpp:48 msgid "Search:" msgstr "Rechercher :" @@ -20631,18 +18514,13 @@ msgstr "Rechercher :" msgid "Shortcut" msgstr "Raccourci" -#: ../src/ui/dialog/inkscape-preferences.cpp:1555 -#: ../src/ui/widget/page-sizer.cpp:287 +#: ../src/ui/dialog/inkscape-preferences.cpp:1555 ../src/ui/widget/page-sizer.cpp:287 msgid "Description" msgstr "Description" #: ../src/ui/dialog/inkscape-preferences.cpp:1610 -msgid "" -"Remove all your customized keyboard shortcuts, and revert to the shortcuts " -"in the shortcut file listed above" -msgstr "" -"Remplace tous les raccourcis clavier personnalisés par ceux définis dans le " -"fichier choisi" +msgid "Remove all your customized keyboard shortcuts, and revert to the shortcuts in the shortcut file listed above" +msgstr "Remplace tous les raccourcis clavier personnalisés par ceux définis dans le fichier choisi" #: ../src/ui/dialog/inkscape-preferences.cpp:1614 msgid "Import ..." @@ -20683,24 +18561,20 @@ msgid "Second language:" msgstr "Deuxième langue :" #: ../src/ui/dialog/inkscape-preferences.cpp:1917 -msgid "" -"Set the second spell check language; checking will only stop on words " -"unknown in ALL chosen languages" +msgid "Set the second spell check language; checking will only stop on words unknown in ALL chosen languages" msgstr "" -"Définit la deuxième langue du correcteur orthographique ; la vérification ne " -"s'arrêtera que sur les mots inconnus de toutes les langues sélectionnées" +"Définit la deuxième langue du correcteur orthographique ; la vérification ne s'arrêtera que sur les mots inconnus de toutes les langues " +"sélectionnées" #: ../src/ui/dialog/inkscape-preferences.cpp:1920 msgid "Third language:" msgstr "Troisième langue :" #: ../src/ui/dialog/inkscape-preferences.cpp:1921 -msgid "" -"Set the third spell check language; checking will only stop on words unknown " -"in ALL chosen languages" +msgid "Set the third spell check language; checking will only stop on words unknown in ALL chosen languages" msgstr "" -"Définit la troisième langue du correcteur orthographique ; la vérification " -"ne s'arrêtera que sur les mots inconnus de toutes les langues sélectionnées" +"Définit la troisième langue du correcteur orthographique ; la vérification ne s'arrêtera que sur les mots inconnus de toutes les langues " +"sélectionnées" #: ../src/ui/dialog/inkscape-preferences.cpp:1923 msgid "Ignore words with digits" @@ -20727,25 +18601,18 @@ msgid "Latency _skew:" msgstr "_Décalage temporel :" #: ../src/ui/dialog/inkscape-preferences.cpp:1952 -msgid "" -"Factor by which the event clock is skewed from the actual time (0.9766 on " -"some systems)" -msgstr "" -"Facteur de décalage entre l'horloge de l'événement et le temps réel (0,9766 " -"sur certains systèmes)" +msgid "Factor by which the event clock is skewed from the actual time (0.9766 on some systems)" +msgstr "Facteur de décalage entre l'horloge de l'événement et le temps réel (0,9766 sur certains systèmes)" #: ../src/ui/dialog/inkscape-preferences.cpp:1954 msgid "Pre-render named icons" msgstr "Préafficher les icônes nommées" #: ../src/ui/dialog/inkscape-preferences.cpp:1956 -msgid "" -"When on, named icons will be rendered before displaying the ui. This is for " -"working around bugs in GTK+ named icon notification" +msgid "When on, named icons will be rendered before displaying the ui. This is for working around bugs in GTK+ named icon notification" msgstr "" -"Si coché, les icônes nommées sont rendues avant l'affichage de l'interface " -"utilisateur. Il s'agit du contournement d'un bug sur la notification des " -"icônes nommées dans GTK+." +"Si coché, les icônes nommées sont rendues avant l'affichage de l'interface utilisateur. Il s'agit du contournement d'un bug sur la " +"notification des icônes nommées dans GTK+." #: ../src/ui/dialog/inkscape-preferences.cpp:1964 msgid "System info" @@ -20789,9 +18656,7 @@ msgstr "Fichiers temporaires :" #: ../src/ui/dialog/inkscape-preferences.cpp:1988 msgid "Location of the temporary files used for autosave" -msgstr "" -"Emplacement des fichiers temporaires utilisés pour l'enregistrement " -"automatique" +msgstr "Emplacement des fichiers temporaires utilisés pour l'enregistrement automatique" #: ../src/ui/dialog/inkscape-preferences.cpp:1992 msgid "Inkscape data: " @@ -20829,8 +18694,7 @@ msgstr "Emplacement des thèmes d'icône" msgid "System" msgstr "Système" -#: ../src/ui/dialog/input.cpp:360 ../src/ui/dialog/input.cpp:381 -#: ../src/ui/dialog/input.cpp:1641 +#: ../src/ui/dialog/input.cpp:360 ../src/ui/dialog/input.cpp:381 ../src/ui/dialog/input.cpp:1641 msgid "Disabled" msgstr "Désactivé" @@ -20863,8 +18727,7 @@ msgstr "Matériel" msgid "Link:" msgstr "Lien :" -#: ../src/ui/dialog/input.cpp:742 ../src/ui/dialog/input.cpp:743 -#: ../src/ui/dialog/input.cpp:1571 ../src/ui/widget/color-scales.cpp:46 +#: ../src/ui/dialog/input.cpp:742 ../src/ui/dialog/input.cpp:743 ../src/ui/dialog/input.cpp:1571 ../src/ui/widget/color-scales.cpp:46 #: ../share/extensions/plotter.inx.h:24 msgid "None" msgstr "Aucun" @@ -20891,9 +18754,7 @@ msgstr "pad" #: ../src/ui/dialog/input.cpp:1081 msgid "_Use pressure-sensitive tablet (requires restart)" -msgstr "" -"_Utiliser une tablette graphique sensible à la pression (nécessite un " -"redémarrage)" +msgstr "_Utiliser une tablette graphique sensible à la pression (nécessite un redémarrage)" #: ../src/ui/dialog/input.cpp:1086 msgid "Axes" @@ -20904,16 +18765,13 @@ msgid "Keys" msgstr "Touches" #: ../src/ui/dialog/input.cpp:1170 -msgid "" -"A device can be 'Disabled', its co-ordinates mapped to the whole 'Screen', " -"or to a single (usually focused) 'Window'" +msgid "A device can be 'Disabled', its co-ordinates mapped to the whole 'Screen', or to a single (usually focused) 'Window'" msgstr "" -"Un périphérique peut être désactivé, ou ses coordonnées peuvent être " -"appliquées à l'ensemble de l'écran ou à une seule fenêtre (généralement " +"Un périphérique peut être désactivé, ou ses coordonnées peuvent être appliquées à l'ensemble de l'écran ou à une seule fenêtre (généralement " "sélectionnée)" -#: ../src/ui/dialog/input.cpp:1616 ../src/widgets/calligraphy-toolbar.cpp:578 -#: ../src/widgets/spray-toolbar.cpp:224 ../src/widgets/tweak-toolbar.cpp:372 +#: ../src/ui/dialog/input.cpp:1616 ../src/widgets/calligraphy-toolbar.cpp:578 ../src/widgets/spray-toolbar.cpp:224 +#: ../src/widgets/tweak-toolbar.cpp:372 msgid "Pressure" msgstr "Pression" @@ -20925,8 +18783,7 @@ msgstr "Inclinaison X" msgid "Y tilt" msgstr "Inclinaison Y" -#: ../src/ui/dialog/input.cpp:1616 -#: ../src/ui/widget/color-wheel-selector.cpp:29 +#: ../src/ui/dialog/input.cpp:1616 ../src/ui/widget/color-wheel-selector.cpp:29 msgid "Wheel" msgstr "Roue" @@ -20960,9 +18817,7 @@ msgid "Rename Layer" msgstr "Renommer le calque" #. TODO: find an unused layer number, forming name from _("Layer ") + "%d" -#: ../src/ui/dialog/layer-properties.cpp:354 -#: ../src/ui/dialog/layer-properties.cpp:410 ../src/verbs.cpp:194 -#: ../src/verbs.cpp:2337 +#: ../src/ui/dialog/layer-properties.cpp:354 ../src/ui/dialog/layer-properties.cpp:410 ../src/verbs.cpp:194 ../src/verbs.cpp:2337 msgid "Layer" msgstr "Calque" @@ -20995,9 +18850,7 @@ msgstr "Nouveau calque créé." msgid "Move to Layer" msgstr "Déplacer vers le calque" -#: ../src/ui/dialog/layer-properties.cpp:411 -#: ../src/ui/dialog/lpe-powerstroke-properties.cpp:123 -#: ../src/ui/dialog/transformation.cpp:108 +#: ../src/ui/dialog/layer-properties.cpp:411 ../src/ui/dialog/lpe-powerstroke-properties.cpp:123 ../src/ui/dialog/transformation.cpp:108 msgid "_Move" msgstr "Déplace_ment" @@ -21017,13 +18870,11 @@ msgstr "Verrouiller le calque" msgid "Unlock layer" msgstr "Déverrouiller le calque" -#: ../src/ui/dialog/layers.cpp:624 ../src/ui/dialog/objects.cpp:844 -#: ../src/verbs.cpp:1407 +#: ../src/ui/dialog/layers.cpp:624 ../src/ui/dialog/objects.cpp:844 ../src/verbs.cpp:1407 msgid "Toggle layer solo" msgstr "Afficher ou masquer les autres calques" -#: ../src/ui/dialog/layers.cpp:627 ../src/ui/dialog/objects.cpp:847 -#: ../src/verbs.cpp:1431 +#: ../src/ui/dialog/layers.cpp:627 ../src/ui/dialog/objects.cpp:847 ../src/verbs.cpp:1431 msgid "Lock other layers" msgstr "Verrouiller les autres calques" @@ -21088,9 +18939,7 @@ msgstr "Cliquez sur le bouton pour ajouter un effet" msgid "Click add button to convert clone" msgstr "Cliquez sur le bouton ajouter pour convertir un clone" -#: ../src/ui/dialog/livepatheffect-editor.cpp:321 -#: ../src/ui/dialog/livepatheffect-editor.cpp:325 -#: ../src/ui/dialog/livepatheffect-editor.cpp:334 +#: ../src/ui/dialog/livepatheffect-editor.cpp:321 ../src/ui/dialog/livepatheffect-editor.cpp:325 ../src/ui/dialog/livepatheffect-editor.cpp:334 msgid "Select a path or shape" msgstr "Sélectionnez un chemin ou une forme" @@ -21188,8 +19037,7 @@ msgstr "Inutilisée" msgid "Total" msgstr "Total" -#: ../src/ui/dialog/memory.cpp:141 ../src/ui/dialog/memory.cpp:147 -#: ../src/ui/dialog/memory.cpp:154 ../src/ui/dialog/memory.cpp:186 +#: ../src/ui/dialog/memory.cpp:141 ../src/ui/dialog/memory.cpp:147 ../src/ui/dialog/memory.cpp:154 ../src/ui/dialog/memory.cpp:186 msgid "Unknown" msgstr "Inconnu" @@ -21241,8 +19089,7 @@ msgstr "Rôle :" msgid "Arcrole:" msgstr "Arc-rôle :" -#: ../src/ui/dialog/object-attributes.cpp:58 -#: ../share/extensions/polyhedron_3d.inx.h:47 +#: ../src/ui/dialog/object-attributes.cpp:58 ../share/extensions/polyhedron_3d.inx.h:47 msgid "Show:" msgstr "Afficher :" @@ -21259,9 +19106,7 @@ msgstr "URL :" msgid "Image Rendering:" msgstr "Rendu de l'image :" -#: ../src/ui/dialog/object-properties.cpp:58 -#: ../src/ui/dialog/object-properties.cpp:399 -#: ../src/ui/dialog/object-properties.cpp:470 +#: ../src/ui/dialog/object-properties.cpp:58 ../src/ui/dialog/object-properties.cpp:399 ../src/ui/dialog/object-properties.cpp:470 #: ../src/ui/dialog/object-properties.cpp:477 msgid "_ID:" msgstr "_ID :" @@ -21284,11 +19129,8 @@ msgstr "Verr_ouiller" #. Create the entry box for the object id #: ../src/ui/dialog/object-properties.cpp:139 -msgid "" -"The id= attribute (only letters, digits, and the characters .-_: allowed)" -msgstr "" -"L'attribut id= (seuls les chiffres, lettres, et les caractères .-_: sont " -"autorisés)" +msgid "The id= attribute (only letters, digits, and the characters .-_: allowed)" +msgstr "L'attribut id= (seuls les chiffres, lettres, et les caractères .-_: sont autorisés)" #. Create the entry box for the object label #: ../src/ui/dialog/object-properties.cpp:174 @@ -21306,15 +19148,13 @@ msgid "" "\t'auto' no preference;\n" "\t'optimizeQuality' smooth;\n" "\t'optimizeSpeed' blocky.\n" -"Note that this behaviour is not defined in the SVG 1.1 specification and not " -"all browsers follow this interpretation." +"Note that this behaviour is not defined in the SVG 1.1 specification and not all browsers follow this interpretation." msgstr "" "Ce paramètre peut joueur sur la façon dont un bitmap est agrandi :\n" "\t'auto' pas de préférence;\n" "\t'optimizeQuality' lissé;\n" "\t'optimizeSpeed' pixélisé.\n" -"Notez que ce comportement n'est pas défini dans la spécification SVG 1.1 et " -"que tous les navigateurs ne suivent pas cette interprétation." +"Notez que ce comportement n'est pas défini dans la spécification SVG 1.1 et que tous les navigateurs ne suivent pas cette interprétation." #. Hide #: ../src/ui/dialog/object-properties.cpp:293 @@ -21328,8 +19168,7 @@ msgid "Check to make the object insensitive (not selectable by mouse)" msgstr "Si coché, l'objet devient insensible (non sélectionnable à la souris)" #. Button for setting the object's id, label, title and description. -#: ../src/ui/dialog/object-properties.cpp:325 ../src/verbs.cpp:2680 -#: ../src/verbs.cpp:2686 +#: ../src/ui/dialog/object-properties.cpp:325 ../src/verbs.cpp:2680 ../src/verbs.cpp:2686 msgid "_Set" msgstr "_Définir" @@ -21338,8 +19177,7 @@ msgstr "_Définir" msgid "_Interactivity" msgstr "_Interactivité" -#: ../src/ui/dialog/object-properties.cpp:386 -#: ../src/ui/dialog/object-properties.cpp:391 +#: ../src/ui/dialog/object-properties.cpp:386 ../src/ui/dialog/object-properties.cpp:391 msgid "Ref" msgstr "Réf" @@ -21415,8 +19253,7 @@ msgstr "Groupe vers calque" msgid "Moved objects" msgstr "Objets déplacés" -#: ../src/ui/dialog/objects.cpp:1353 ../src/ui/dialog/tags.cpp:857 -#: ../src/ui/dialog/tags.cpp:864 +#: ../src/ui/dialog/objects.cpp:1353 ../src/ui/dialog/tags.cpp:857 ../src/ui/dialog/tags.cpp:864 msgid "Rename object" msgstr "Renommer l'objet" @@ -21476,9 +19313,7 @@ msgid "Toggle lock of Layer, Group, or Object." msgstr "" #: ../src/ui/dialog/objects.cpp:1689 -msgid "" -"Type: Layer, Group, or Object. Clicking on Layer or Group icon, toggles " -"between the two types." +msgid "Type: Layer, Group, or Object. Clicking on Layer or Group icon, toggles between the two types." msgstr "" #: ../src/ui/dialog/objects.cpp:1708 @@ -21486,15 +19321,11 @@ msgid "Is object clipped and/or masked?" msgstr "" #: ../src/ui/dialog/objects.cpp:1719 -msgid "" -"Highlight color of outline in Node tool. Click to set. If alpha is zero, use " -"inherited color." +msgid "Highlight color of outline in Node tool. Click to set. If alpha is zero, use inherited color." msgstr "" #: ../src/ui/dialog/objects.cpp:1730 -msgid "" -"Layer/Group/Object label (inkscape:label). Double-click to set. Default " -"value is object 'id'." +msgid "Layer/Group/Object label (inkscape:label). Double-click to set. Default value is object 'id'." msgstr "" #: ../src/ui/dialog/objects.cpp:1827 @@ -21621,12 +19452,8 @@ msgid "No clipart named <b>%1</b> was found." msgstr "Aucun clipart nommé <b>%1</b> n'a été trouvé." #: ../src/ui/dialog/ocaldialogs.cpp:1179 -msgid "" -"Please make sure all keywords are spelled correctly, or try again with " -"different keywords." -msgstr "" -"Veuillez vous assurer que les mots clé ont été correctement épelé, ou " -"essayez avec des mots clé différents." +msgid "Please make sure all keywords are spelled correctly, or try again with different keywords." +msgstr "Veuillez vous assurer que les mots clé ont été correctement épelé, ou essayez avec des mots clé différents." #: ../src/ui/dialog/ocaldialogs.cpp:1231 msgid "Search" @@ -21708,31 +19535,26 @@ msgstr "Algorithme de Kopf-Lischinski" msgid "Output" msgstr "Résultat" -#: ../src/ui/dialog/pixelartdialog.cpp:297 -#: ../src/ui/dialog/tracedialog.cpp:814 +#: ../src/ui/dialog/pixelartdialog.cpp:297 ../src/ui/dialog/tracedialog.cpp:814 msgid "Reset all settings to defaults" msgstr "Rétablir toutes les valeurs par défaut" -#: ../src/ui/dialog/pixelartdialog.cpp:302 -#: ../src/ui/dialog/tracedialog.cpp:819 +#: ../src/ui/dialog/pixelartdialog.cpp:302 ../src/ui/dialog/tracedialog.cpp:819 msgid "Abort a trace in progress" msgstr "Annuler une vectorisation en cours" -#: ../src/ui/dialog/pixelartdialog.cpp:306 -#: ../src/ui/dialog/tracedialog.cpp:823 +#: ../src/ui/dialog/pixelartdialog.cpp:306 ../src/ui/dialog/tracedialog.cpp:823 msgid "Execute the trace" msgstr "Lancer la vectorisation" -#: ../src/ui/dialog/pixelartdialog.cpp:388 -#: ../src/ui/dialog/pixelartdialog.cpp:422 +#: ../src/ui/dialog/pixelartdialog.cpp:388 ../src/ui/dialog/pixelartdialog.cpp:422 msgid "" -"Image looks too big. Process may take a while and it is wise to save your " -"document before continuing.\n" +"Image looks too big. Process may take a while and it is wise to save your document before continuing.\n" "\n" "Continue the procedure (without saving)?" msgstr "" -"L'image semble trop grosse. Le traitement risque de prendre assez longtemps " -"et il serait préférable d'enregistrer votre document avant de continuer.\n" +"L'image semble trop grosse. Le traitement risque de prendre assez longtemps et il serait préférable d'enregistrer votre document avant de " +"continuer.\n" "\n" "Continuer (sans enregistrer) ?" @@ -21741,40 +19563,34 @@ msgid "Trace pixel art" msgstr "Vectoriser en pixel art" #: ../src/ui/dialog/polar-arrange-tab.cpp:41 -#, fuzzy msgctxt "Polar arrange tab" msgid "Y coordinate of the center" -msgstr "Coordonnée Y de la sélection" +msgstr "Coordonnée Y du centre" #: ../src/ui/dialog/polar-arrange-tab.cpp:42 -#, fuzzy msgctxt "Polar arrange tab" msgid "X coordinate of the center" -msgstr "Coordonnée X de la sélection" +msgstr "Coordonnée X du centre" #: ../src/ui/dialog/polar-arrange-tab.cpp:43 -#, fuzzy msgctxt "Polar arrange tab" msgid "Y coordinate of the radius" -msgstr "Coordonnée Y de la sélection" +msgstr "Coordonnée Y du rayon" #: ../src/ui/dialog/polar-arrange-tab.cpp:44 -#, fuzzy msgctxt "Polar arrange tab" msgid "X coordinate of the radius" -msgstr "Coordonnée X de la sélection" +msgstr "Coordonnée X du rayon" #: ../src/ui/dialog/polar-arrange-tab.cpp:45 -#, fuzzy msgctxt "Polar arrange tab" msgid "Starting angle" -msgstr "Angle de rotation :" +msgstr "Angle de départ" #: ../src/ui/dialog/polar-arrange-tab.cpp:46 -#, fuzzy msgctxt "Polar arrange tab" msgid "End angle" -msgstr "Angle du cône" +msgstr "Angle de fin" #: ../src/ui/dialog/polar-arrange-tab.cpp:48 msgctxt "Polar arrange tab" @@ -21812,13 +19628,11 @@ msgid "Parameterized:" msgstr "Paramétré :" #: ../src/ui/dialog/polar-arrange-tab.cpp:83 -#, fuzzy msgctxt "Polar arrange tab" msgid "Center X/Y:" msgstr "Centre X/Y :" #: ../src/ui/dialog/polar-arrange-tab.cpp:105 -#, fuzzy msgctxt "Polar arrange tab" msgid "Radius X/Y:" msgstr "Rayon X/Y :" @@ -21959,13 +19773,11 @@ msgstr "glyphe" msgid "Add glyph" msgstr "Ajouter un glyphe" -#: ../src/ui/dialog/svg-fonts-dialog.cpp:522 -#: ../src/ui/dialog/svg-fonts-dialog.cpp:564 +#: ../src/ui/dialog/svg-fonts-dialog.cpp:522 ../src/ui/dialog/svg-fonts-dialog.cpp:564 msgid "Select a <b>path</b> to define the curves of a glyph" msgstr "Sélectionner un <b>chemin(s)</b> pour définir les courbes du glyphe" -#: ../src/ui/dialog/svg-fonts-dialog.cpp:530 -#: ../src/ui/dialog/svg-fonts-dialog.cpp:572 +#: ../src/ui/dialog/svg-fonts-dialog.cpp:530 ../src/ui/dialog/svg-fonts-dialog.cpp:572 msgid "The selected object does not have a <b>path</b> description." msgstr "L'objet sélectionné n'est pas décrit comme un <b>chemin</b>." @@ -21973,8 +19785,7 @@ msgstr "L'objet sélectionné n'est pas décrit comme un <b>chemin</b>." msgid "No glyph selected in the SVGFonts dialog." msgstr "Aucun glyphe n'est sélectionné dans la boîte de dialogue Fontes SVG." -#: ../src/ui/dialog/svg-fonts-dialog.cpp:548 -#: ../src/ui/dialog/svg-fonts-dialog.cpp:587 +#: ../src/ui/dialog/svg-fonts-dialog.cpp:548 ../src/ui/dialog/svg-fonts-dialog.cpp:587 msgid "Set glyph curves" msgstr "Définir les courbes du glyphe" @@ -22088,8 +19899,7 @@ msgstr "_Glyphes" msgid "_Kerning" msgstr "_Crénage" -#: ../src/ui/dialog/svg-fonts-dialog.cpp:930 -#: ../src/ui/dialog/svg-fonts-dialog.cpp:931 +#: ../src/ui/dialog/svg-fonts-dialog.cpp:930 ../src/ui/dialog/svg-fonts-dialog.cpp:931 msgid "Sample Text" msgstr "Texte exemple" @@ -22097,8 +19907,7 @@ msgstr "Texte exemple" msgid "Preview Text:" msgstr "Texte de l'aperçu :" -#: ../src/ui/dialog/swatches.cpp:202 ../src/ui/tools/gradient-tool.cpp:360 -#: ../src/ui/tools/gradient-tool.cpp:458 +#: ../src/ui/dialog/swatches.cpp:202 ../src/ui/tools/gradient-tool.cpp:360 ../src/ui/tools/gradient-tool.cpp:458 #: ../src/widgets/gradient-vector.cpp:801 msgid "Add gradient stop" msgstr "Ajouter un stop au dégradé" @@ -22168,20 +19977,17 @@ msgstr "Rendre les icônes plus petites en zoomant" msgid "Unnamed Symbols" msgstr "Symboles sans nom" -#: ../src/ui/dialog/tags.cpp:274 ../src/ui/dialog/tags.cpp:573 -#: ../src/ui/dialog/tags.cpp:687 -#, fuzzy +#: ../src/ui/dialog/tags.cpp:274 ../src/ui/dialog/tags.cpp:573 ../src/ui/dialog/tags.cpp:687 msgid "Remove from selection set" -msgstr "Retirer le masque de la sélection" +msgstr "Retirer de l'ensemble de sélection" #: ../src/ui/dialog/tags.cpp:431 msgid "Items" msgstr "Éléments" #: ../src/ui/dialog/tags.cpp:670 -#, fuzzy msgid "Add selection to set" -msgstr "Monter la sélection au premier plan" +msgstr "Ajouter la sélection à l'ensemble" #: ../src/ui/dialog/tags.cpp:828 #, fuzzy @@ -22194,9 +20000,8 @@ msgid "Add a new selection set" msgstr "Ajouter un nouveau point de connexion" #: ../src/ui/dialog/tags.cpp:1007 -#, fuzzy msgid "Remove Item/Set" -msgstr "Retirer les effets" +msgstr "Retirer l'élément ou l'ensemble" #: ../src/ui/dialog/template-widget.cpp:37 msgid "More info" @@ -22233,23 +20038,19 @@ msgstr "Définir comme valeur par _défaut" # Do not try to translate. This is a test string used in text and font dialog, when no text has been typed in order to get a preview of the font. # Simply copying it. #: ../src/ui/dialog/text-edit.cpp:87 -#, fuzzy msgid "AaBbCcIiPpQq12369$€¢?.;/()" -msgstr "AaBbCcIiPpQq12369$ےے?.;/()" +msgstr "AaBbCcIiPpQq12369$€¢?.;/()" #. Align buttons -#: ../src/ui/dialog/text-edit.cpp:97 ../src/widgets/text-toolbar.cpp:1339 -#: ../src/widgets/text-toolbar.cpp:1340 +#: ../src/ui/dialog/text-edit.cpp:97 ../src/widgets/text-toolbar.cpp:1339 ../src/widgets/text-toolbar.cpp:1340 msgid "Align left" msgstr "Aligner à gauche" -#: ../src/ui/dialog/text-edit.cpp:98 ../src/widgets/text-toolbar.cpp:1347 -#: ../src/widgets/text-toolbar.cpp:1348 +#: ../src/ui/dialog/text-edit.cpp:98 ../src/widgets/text-toolbar.cpp:1347 ../src/widgets/text-toolbar.cpp:1348 msgid "Align center" msgstr "Centrer" -#: ../src/ui/dialog/text-edit.cpp:99 ../src/widgets/text-toolbar.cpp:1355 -#: ../src/widgets/text-toolbar.cpp:1356 +#: ../src/ui/dialog/text-edit.cpp:99 ../src/widgets/text-toolbar.cpp:1355 ../src/widgets/text-toolbar.cpp:1356 msgid "Align right" msgstr "Aligner à droite" @@ -22274,8 +20075,7 @@ msgstr "Espacement entre les lignes (pourcentage de la taille de la police)" msgid "Text path offset" msgstr "Décalage du chemin de texte" -#: ../src/ui/dialog/text-edit.cpp:612 ../src/ui/dialog/text-edit.cpp:699 -#: ../src/ui/tools/text-tool.cpp:1446 +#: ../src/ui/dialog/text-edit.cpp:612 ../src/ui/dialog/text-edit.cpp:699 ../src/ui/tools/text-tool.cpp:1446 msgid "Set text style" msgstr "Appliquer un style à un texte" @@ -22331,9 +20131,7 @@ msgstr "Vectoriser en utilisant l'algorithme détection d'arêtes de J. Canny" #: ../src/ui/dialog/tracedialog.cpp:556 msgid "Brightness cutoff for adjacent pixels (determines edge thickness)" -msgstr "" -"Limite de luminosité pour déterminer les pixels adjacents (détermine la " -"finesse des arrêtes)" +msgstr "Limite de luminosité pour déterminer les pixels adjacents (détermine la finesse des arrêtes)" #: ../src/ui/dialog/tracedialog.cpp:559 msgid "T_hreshold:" @@ -22417,12 +20215,8 @@ msgid "Stac_k scans" msgstr "Em_piler les passes" #: ../src/ui/dialog/tracedialog.cpp:661 -msgid "" -"Stack scans on top of one another (no gaps) instead of tiling (usually with " -"gaps)" -msgstr "" -"Empiler les passes verticalement (sans espacement) au lieu de les juxtaposer " -"(souvent avec de l'espacement)" +msgid "Stack scans on top of one another (no gaps) instead of tiling (usually with gaps)" +msgstr "Empiler les passes verticalement (sans espacement) au lieu de les juxtaposer (souvent avec de l'espacement)" #: ../src/ui/dialog/tracedialog.cpp:665 msgid "Remo_ve background" @@ -22479,17 +20273,11 @@ msgstr "_Optimiser les chemins" #: ../src/ui/dialog/tracedialog.cpp:729 msgid "Try to optimize paths by joining adjacent Bezier curve segments" -msgstr "" -"Tenter d'optimiser les chemins en joignant les segments de courbes de Bézier " -"adjacents" +msgstr "Tenter d'optimiser les chemins en joignant les segments de courbes de Bézier adjacents" #: ../src/ui/dialog/tracedialog.cpp:737 -msgid "" -"Increase this to reduce the number of nodes in the trace by more aggressive " -"optimization" -msgstr "" -"Augmenter ce paramètre pour diminuer le nombre de nœuds de la vectorisation " -"avec une optimisation plus aggressive" +msgid "Increase this to reduce the number of nodes in the trace by more aggressive optimization" +msgstr "Augmenter ce paramètre pour diminuer le nombre de nœuds de la vectorisation avec une optimisation plus aggressive" #: ../src/ui/dialog/tracedialog.cpp:739 msgid "To_lerance:" @@ -22539,19 +20327,14 @@ msgstr "_Mettre à jour" #. I guess it's correct to call the "intermediate bitmap" a preview of the trace #: ../src/ui/dialog/tracedialog.cpp:796 -msgid "" -"Preview the intermediate bitmap with the current settings, without actual " -"tracing" -msgstr "" -"Aperçu du bitmap intermédiaire avec les paramètres définis, sans " -"vectorisation effective" +msgid "Preview the intermediate bitmap with the current settings, without actual tracing" +msgstr "Aperçu du bitmap intermédiaire avec les paramètres définis, sans vectorisation effective" #: ../src/ui/dialog/tracedialog.cpp:800 msgid "Preview" msgstr "Aperçu" -#: ../src/ui/dialog/transformation.cpp:70 -#: ../src/ui/dialog/transformation.cpp:80 +#: ../src/ui/dialog/transformation.cpp:70 ../src/ui/dialog/transformation.cpp:80 msgid "_Horizontal:" msgstr "_Horizontal :" @@ -22559,8 +20342,7 @@ msgstr "_Horizontal :" msgid "Horizontal displacement (relative) or position (absolute)" msgstr "Déplacement (relatif) ou position (absolue) horizontal(e)" -#: ../src/ui/dialog/transformation.cpp:72 -#: ../src/ui/dialog/transformation.cpp:82 +#: ../src/ui/dialog/transformation.cpp:72 ../src/ui/dialog/transformation.cpp:82 msgid "_Vertical:" msgstr "_Vertical :" @@ -22580,26 +20362,17 @@ msgstr "Dimension verticals (absolue ou pourcentage de l'existant)" msgid "A_ngle:" msgstr "A_ngle :" -#: ../src/ui/dialog/transformation.cpp:78 -#: ../src/ui/dialog/transformation.cpp:1103 +#: ../src/ui/dialog/transformation.cpp:78 ../src/ui/dialog/transformation.cpp:1103 msgid "Rotation angle (positive = counterclockwise)" msgstr "Angle de rotation (positif = sens anti-horaire)" #: ../src/ui/dialog/transformation.cpp:80 -msgid "" -"Horizontal skew angle (positive = counterclockwise), or absolute " -"displacement, or percentage displacement" -msgstr "" -"Angle d'inclinaison horizontal (positif = sens anti-horaire) ou déplacement " -"absolu, ou pourcentage de déplacement" +msgid "Horizontal skew angle (positive = counterclockwise), or absolute displacement, or percentage displacement" +msgstr "Angle d'inclinaison horizontal (positif = sens anti-horaire) ou déplacement absolu, ou pourcentage de déplacement" #: ../src/ui/dialog/transformation.cpp:82 -msgid "" -"Vertical skew angle (positive = counterclockwise), or absolute displacement, " -"or percentage displacement" -msgstr "" -"Angle d'inclinaison vertical (positif = sens anti-horaire) ou déplacement " -"absolu, ou pourcentage de déplacement" +msgid "Vertical skew angle (positive = counterclockwise), or absolute displacement, or percentage displacement" +msgstr "Angle d'inclinaison vertical (positif = sens anti-horaire) ou déplacement absolu, ou pourcentage de déplacement" #: ../src/ui/dialog/transformation.cpp:85 msgid "Transformation matrix element A" @@ -22630,12 +20403,8 @@ msgid "Rela_tive move" msgstr "Déplacement rela_tif" #: ../src/ui/dialog/transformation.cpp:95 -msgid "" -"Add the specified relative displacement to the current position; otherwise, " -"edit the current absolute position directly" -msgstr "" -"Ajoute le déplacement relatif spécifié à la position courante; sinon, " -"modifie directement la position absolue courante" +msgid "Add the specified relative displacement to the current position; otherwise, edit the current absolute position directly" +msgstr "Ajoute le déplacement relatif spécifié à la position courante; sinon, modifie directement la position absolue courante" #: ../src/ui/dialog/transformation.cpp:96 msgid "_Scale proportionally" @@ -22650,24 +20419,16 @@ msgid "Apply to each _object separately" msgstr "Appliquer à chaque _objet séparément" #: ../src/ui/dialog/transformation.cpp:97 -msgid "" -"Apply the scale/rotate/skew to each selected object separately; otherwise, " -"transform the selection as a whole" -msgstr "" -"Appliquer la transformation à chaque objet séparément; sinon, transformer la " -"sélection comme un tout" +msgid "Apply the scale/rotate/skew to each selected object separately; otherwise, transform the selection as a whole" +msgstr "Appliquer la transformation à chaque objet séparément; sinon, transformer la sélection comme un tout" #: ../src/ui/dialog/transformation.cpp:98 msgid "Edit c_urrent matrix" msgstr "Editer la matrice co_urante" #: ../src/ui/dialog/transformation.cpp:98 -msgid "" -"Edit the current transform= matrix; otherwise, post-multiply transform= by " -"this matrix" -msgstr "" -"Si coché, édite la matrice de la transformation courante; sinon, post-" -"multiplie la transformation courante par cette matrice." +msgid "Edit the current transform= matrix; otherwise, post-multiply transform= by this matrix" +msgstr "Si coché, édite la matrice de la transformation courante; sinon, post-multiplie la transformation courante par cette matrice." #: ../src/ui/dialog/transformation.cpp:111 msgid "_Scale" @@ -22701,12 +20462,8 @@ msgstr "Tourner dans le sens anti-horaire" msgid "Rotate in a clockwise direction" msgstr "Tourner dans le sens horaire" -#: ../src/ui/dialog/transformation.cpp:906 -#: ../src/ui/dialog/transformation.cpp:917 -#: ../src/ui/dialog/transformation.cpp:931 -#: ../src/ui/dialog/transformation.cpp:950 -#: ../src/ui/dialog/transformation.cpp:961 -#: ../src/ui/dialog/transformation.cpp:971 +#: ../src/ui/dialog/transformation.cpp:906 ../src/ui/dialog/transformation.cpp:917 ../src/ui/dialog/transformation.cpp:931 +#: ../src/ui/dialog/transformation.cpp:950 ../src/ui/dialog/transformation.cpp:961 ../src/ui/dialog/transformation.cpp:971 #: ../src/ui/dialog/transformation.cpp:995 msgid "Transform matrix is singular, <b>not used</b>." msgstr "" @@ -22731,13 +20488,11 @@ msgstr "Nouveau nœud texte" msgid "nodeAsInXMLdialogTooltip|Delete node" msgstr "Supprimer le nœud" -#: ../src/ui/dialog/xml-tree.cpp:73 ../src/ui/dialog/xml-tree.cpp:138 -#: ../src/ui/dialog/xml-tree.cpp:985 +#: ../src/ui/dialog/xml-tree.cpp:73 ../src/ui/dialog/xml-tree.cpp:138 ../src/ui/dialog/xml-tree.cpp:985 msgid "Duplicate node" msgstr "Dupliquer le nœud" -#: ../src/ui/dialog/xml-tree.cpp:79 ../src/ui/dialog/xml-tree.cpp:199 -#: ../src/ui/dialog/xml-tree.cpp:1021 +#: ../src/ui/dialog/xml-tree.cpp:79 ../src/ui/dialog/xml-tree.cpp:199 ../src/ui/dialog/xml-tree.cpp:1021 msgid "Delete attribute" msgstr "Supprimer l'attribut" @@ -22749,23 +20504,19 @@ msgstr "Définir" msgid "Drag to reorder nodes" msgstr "Cliquer-déplacer pour réorganiser les nœuds" -#: ../src/ui/dialog/xml-tree.cpp:154 ../src/ui/dialog/xml-tree.cpp:155 -#: ../src/ui/dialog/xml-tree.cpp:1143 +#: ../src/ui/dialog/xml-tree.cpp:154 ../src/ui/dialog/xml-tree.cpp:155 ../src/ui/dialog/xml-tree.cpp:1143 msgid "Unindent node" msgstr "Désindenter le nœud" -#: ../src/ui/dialog/xml-tree.cpp:161 ../src/ui/dialog/xml-tree.cpp:162 -#: ../src/ui/dialog/xml-tree.cpp:1121 +#: ../src/ui/dialog/xml-tree.cpp:161 ../src/ui/dialog/xml-tree.cpp:162 ../src/ui/dialog/xml-tree.cpp:1121 msgid "Indent node" msgstr "Indenter le nœud" -#: ../src/ui/dialog/xml-tree.cpp:168 ../src/ui/dialog/xml-tree.cpp:169 -#: ../src/ui/dialog/xml-tree.cpp:1072 +#: ../src/ui/dialog/xml-tree.cpp:168 ../src/ui/dialog/xml-tree.cpp:169 ../src/ui/dialog/xml-tree.cpp:1072 msgid "Raise node" msgstr "Monter le nœud" -#: ../src/ui/dialog/xml-tree.cpp:175 ../src/ui/dialog/xml-tree.cpp:176 -#: ../src/ui/dialog/xml-tree.cpp:1090 +#: ../src/ui/dialog/xml-tree.cpp:175 ../src/ui/dialog/xml-tree.cpp:176 ../src/ui/dialog/xml-tree.cpp:1090 msgid "Lower node" msgstr "Descendre le nœud" @@ -22779,9 +20530,7 @@ msgstr "Valeur de l'attribut" #: ../src/ui/dialog/xml-tree.cpp:319 msgid "<b>Click</b> to select nodes, <b>drag</b> to rearrange." -msgstr "" -"<b>Cliquer</b> pour sélectionner des nœuds, <b>cliquer-déplacer</b> pour les " -"déplacer." +msgstr "<b>Cliquer</b> pour sélectionner des nœuds, <b>cliquer-déplacer</b> pour les déplacer." #: ../src/ui/dialog/xml-tree.cpp:330 msgid "<b>Click</b> attribute to edit." @@ -22789,12 +20538,8 @@ msgstr "<b>Cliquer</b> sur les attributs pour pouvoir les éditer." #: ../src/ui/dialog/xml-tree.cpp:334 #, c-format -msgid "" -"Attribute <b>%s</b> selected. Press <b>Ctrl+Enter</b> when done editing to " -"commit changes." -msgstr "" -"Attribut <b>%s</b> sélectionné. Appuyer sur <b>Ctrl+Enter</b> après édition " -"pour valider." +msgid "Attribute <b>%s</b> selected. Press <b>Ctrl+Enter</b> when done editing to commit changes." +msgstr "Attribut <b>%s</b> sélectionné. Appuyer sur <b>Ctrl+Enter</b> après édition pour valider." #: ../src/ui/dialog/xml-tree.cpp:574 msgid "Drag XML subtree" @@ -22860,8 +20605,7 @@ msgstr "Verbe « %s » inconnu" msgid "Open _Recent" msgstr "Documents _récents" -#: ../src/ui/interface.cpp:1005 ../src/ui/interface.cpp:1091 -#: ../src/ui/interface.cpp:1194 ../src/ui/widget/selected-style.cpp:544 +#: ../src/ui/interface.cpp:1005 ../src/ui/interface.cpp:1091 ../src/ui/interface.cpp:1194 ../src/ui/widget/selected-style.cpp:544 msgid "Drop color" msgstr "Déposer la couleur" @@ -22888,8 +20632,7 @@ msgstr "Déposer une image bitmap" #: ../src/ui/interface.cpp:1382 #, c-format msgid "" -"<span weight=\"bold\" size=\"larger\">A file named \"%s\" already exists. Do " -"you want to replace it?</span>\n" +"<span weight=\"bold\" size=\"larger\">A file named \"%s\" already exists. Do you want to replace it?</span>\n" "\n" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" @@ -22898,8 +20641,7 @@ msgstr "" "\n" "Le fichier existe déjà dans « %s ». Le remplacer écrase son contenu." -#: ../src/ui/interface.cpp:1389 ../share/extensions/web-set-att.inx.h:21 -#: ../share/extensions/web-transmit-att.inx.h:19 +#: ../src/ui/interface.cpp:1389 ../share/extensions/web-set-att.inx.h:21 ../share/extensions/web-transmit-att.inx.h:19 msgid "Replace" msgstr "Remplacer" @@ -23033,7 +20775,7 @@ msgstr "Vec_toriser le bitmap..." #. Trace Pixel Art #: ../src/ui/interface.cpp:1993 msgid "Trace Pixel Art" -msgstr "Vectoriser en Pixel Art" +msgstr "Vectoriser du pixel art" #: ../src/ui/interface.cpp:2003 msgctxt "Context menu" @@ -23047,8 +20789,7 @@ msgstr "Extraire une image..." #. Item dialog #. Fill and Stroke dialog -#: ../src/ui/interface.cpp:2158 ../src/ui/interface.cpp:2178 -#: ../src/verbs.cpp:2864 +#: ../src/ui/interface.cpp:2158 ../src/ui/interface.cpp:2178 ../src/verbs.cpp:2864 msgid "_Fill and Stroke..." msgstr "_Remplissage et contour..." @@ -23063,49 +20804,30 @@ msgid "Check Spellin_g..." msgstr "Vérification ortho_graphique..." #: ../src/ui/object-edit.cpp:450 -msgid "" -"Adjust the <b>horizontal rounding</b> radius; with <b>Ctrl</b> to make the " -"vertical radius the same" -msgstr "" -"Ajuster le rayon <b>d'arrondi horizontal</b>; <b>Ctrl</b> que le rayon " -"vertical soit identique" +msgid "Adjust the <b>horizontal rounding</b> radius; with <b>Ctrl</b> to make the vertical radius the same" +msgstr "Ajuster le rayon <b>d'arrondi horizontal</b>; <b>Ctrl</b> que le rayon vertical soit identique" #: ../src/ui/object-edit.cpp:455 -msgid "" -"Adjust the <b>vertical rounding</b> radius; with <b>Ctrl</b> to make the " -"horizontal radius the same" -msgstr "" -"Ajuster le rayon <b>d'arrondi vertical</b>; <b>Ctrl</b> pour que le rayon " -"horizontal soit identique" +msgid "Adjust the <b>vertical rounding</b> radius; with <b>Ctrl</b> to make the horizontal radius the same" +msgstr "Ajuster le rayon <b>d'arrondi vertical</b>; <b>Ctrl</b> pour que le rayon horizontal soit identique" #: ../src/ui/object-edit.cpp:460 ../src/ui/object-edit.cpp:465 -msgid "" -"Adjust the <b>width and height</b> of the rectangle; with <b>Ctrl</b> to " -"lock ratio or stretch in one dimension only" +msgid "Adjust the <b>width and height</b> of the rectangle; with <b>Ctrl</b> to lock ratio or stretch in one dimension only" msgstr "" -"Ajuster la <b>hauteur</b> et la <b>largeur</b> du rectangle ; <b>Ctrl</b> " -"pour verrouiller le rapport des dimensions ou incliner dans une seule " -"dimension" +"Ajuster la <b>hauteur</b> et la <b>largeur</b> du rectangle ; <b>Ctrl</b> pour verrouiller le rapport des dimensions ou incliner dans une " +"seule dimension" -#: ../src/ui/object-edit.cpp:712 ../src/ui/object-edit.cpp:716 -#: ../src/ui/object-edit.cpp:720 ../src/ui/object-edit.cpp:724 -msgid "" -"Resize box in X/Y direction; with <b>Shift</b> along the Z axis; with " -"<b>Ctrl</b> to constrain to the directions of edges or diagonals" +#: ../src/ui/object-edit.cpp:712 ../src/ui/object-edit.cpp:716 ../src/ui/object-edit.cpp:720 ../src/ui/object-edit.cpp:724 +msgid "Resize box in X/Y direction; with <b>Shift</b> along the Z axis; with <b>Ctrl</b> to constrain to the directions of edges or diagonals" msgstr "" -"Redimensionner la boîte suivant les axes X/Y. Avec <b>Shift</b>, suivant " -"l'axe Z; avec <b>Ctrl</b> pour préserver les directions des arêtes ou des " -"diagonales." +"Redimensionner la boîte suivant les axes X/Y. Avec <b>Shift</b>, suivant l'axe Z; avec <b>Ctrl</b> pour préserver les directions des arêtes ou " +"des diagonales." -#: ../src/ui/object-edit.cpp:728 ../src/ui/object-edit.cpp:732 -#: ../src/ui/object-edit.cpp:736 ../src/ui/object-edit.cpp:740 -msgid "" -"Resize box along the Z axis; with <b>Shift</b> in X/Y direction; with " -"<b>Ctrl</b> to constrain to the directions of edges or diagonals" +#: ../src/ui/object-edit.cpp:728 ../src/ui/object-edit.cpp:732 ../src/ui/object-edit.cpp:736 ../src/ui/object-edit.cpp:740 +msgid "Resize box along the Z axis; with <b>Shift</b> in X/Y direction; with <b>Ctrl</b> to constrain to the directions of edges or diagonals" msgstr "" -"Redimensionner la boîte suivant l'axe Z. Avec <b>Shift</b>, suivant les axes " -"X/Y; avec <b>Ctrl</b> pour préserver les directions des arêtes ou des " -"diagonales." +"Redimensionner la boîte suivant l'axe Z. Avec <b>Shift</b>, suivant les axes X/Y; avec <b>Ctrl</b> pour préserver les directions des arêtes ou " +"des diagonales." #: ../src/ui/object-edit.cpp:744 msgid "Move the box in perspective" @@ -23113,68 +20835,51 @@ msgstr "Déplacer la boîte en perspective." #: ../src/ui/object-edit.cpp:983 msgid "Adjust ellipse <b>width</b>, with <b>Ctrl</b> to make circle" -msgstr "" -"Ajuster la <b>largeur</b> de l'ellipse; <b>Ctrl</b> pour en faire un cercle" +msgstr "Ajuster la <b>largeur</b> de l'ellipse; <b>Ctrl</b> pour en faire un cercle" #: ../src/ui/object-edit.cpp:987 msgid "Adjust ellipse <b>height</b>, with <b>Ctrl</b> to make circle" -msgstr "" -"Ajuster la <b>hauteur</b> de l'ellipse; <b>Ctrl</b> pour en faire un cercle" +msgstr "Ajuster la <b>hauteur</b> de l'ellipse; <b>Ctrl</b> pour en faire un cercle" #: ../src/ui/object-edit.cpp:991 msgid "" -"Position the <b>start point</b> of the arc or segment; with <b>Ctrl</b> to " -"snap angle; drag <b>inside</b> the ellipse for arc, <b>outside</b> for " -"segment" +"Position the <b>start point</b> of the arc or segment; with <b>Ctrl</b> to snap angle; drag <b>inside</b> the ellipse for arc, <b>outside</b> " +"for segment" msgstr "" -"Positionner le <b>point de départ</b> de l'arc ou du camembert ; <b>Ctrl</b> " -"pour tourner par incréments ; déplacer <b>vers l'intérieur</b> de l'ellipse " -"pour un arc, <b>vers l'extérieur</b> pour un camembert" +"Positionner le <b>point de départ</b> de l'arc ou du camembert ; <b>Ctrl</b> pour tourner par incréments ; déplacer <b>vers l'intérieur</b> de " +"l'ellipse pour un arc, <b>vers l'extérieur</b> pour un camembert" #: ../src/ui/object-edit.cpp:996 msgid "" -"Position the <b>end point</b> of the arc or segment; with <b>Ctrl</b> to " -"snap angle; drag <b>inside</b> the ellipse for arc, <b>outside</b> for " -"segment" +"Position the <b>end point</b> of the arc or segment; with <b>Ctrl</b> to snap angle; drag <b>inside</b> the ellipse for arc, <b>outside</b> " +"for segment" msgstr "" -"Positionner le <b>point final</b> de l'arc ou du camembert; <b>Ctrl</b> pour " -"tourner par incréments; déplacer <b>vers l'intérieur</b> de l'ellipse pour " -"un arc, <b>vers l'extérieur</b> pour un camembert" +"Positionner le <b>point final</b> de l'arc ou du camembert; <b>Ctrl</b> pour tourner par incréments; déplacer <b>vers l'intérieur</b> de " +"l'ellipse pour un arc, <b>vers l'extérieur</b> pour un camembert" #: ../src/ui/object-edit.cpp:1142 -msgid "" -"Adjust the <b>tip radius</b> of the star or polygon; with <b>Shift</b> to " -"round; with <b>Alt</b> to randomize" -msgstr "" -"Ajuster le <b>rayon des sommets</b> de l'étoile ou du polygone; <b>Maj</b> " -"pour arrondir; <b>Alt</b> pour rendre aléatoire" +msgid "Adjust the <b>tip radius</b> of the star or polygon; with <b>Shift</b> to round; with <b>Alt</b> to randomize" +msgstr "Ajuster le <b>rayon des sommets</b> de l'étoile ou du polygone; <b>Maj</b> pour arrondir; <b>Alt</b> pour rendre aléatoire" #: ../src/ui/object-edit.cpp:1150 msgid "" -"Adjust the <b>base radius</b> of the star; with <b>Ctrl</b> to keep star " -"rays radial (no skew); with <b>Shift</b> to round; with <b>Alt</b> to " +"Adjust the <b>base radius</b> of the star; with <b>Ctrl</b> to keep star rays radial (no skew); with <b>Shift</b> to round; with <b>Alt</b> to " "randomize" msgstr "" -"Ajuster le <b>rayon de base</b> de l'étoile; <b>Ctrl</b> pour garder " -"l'étoile parfaitement radiale (pas d'inclinaison); <b>Maj</b> pour arrondir; " -"<b>Alt</b> pour rendre aléatoire" +"Ajuster le <b>rayon de base</b> de l'étoile; <b>Ctrl</b> pour garder l'étoile parfaitement radiale (pas d'inclinaison); <b>Maj</b> pour " +"arrondir; <b>Alt</b> pour rendre aléatoire" #: ../src/ui/object-edit.cpp:1345 -msgid "" -"Roll/unroll the spiral from <b>inside</b>; with <b>Ctrl</b> to snap angle; " -"with <b>Alt</b> to converge/diverge" +msgid "Roll/unroll the spiral from <b>inside</b>; with <b>Ctrl</b> to snap angle; with <b>Alt</b> to converge/diverge" msgstr "" -"Enrouler/dérouler la spirale depuis <b>l'intérieur</b>; <b>Ctrl</b> pour " -"tourner par incréments; <b>Alt</b> pour la faire converger/diverger" +"Enrouler/dérouler la spirale depuis <b>l'intérieur</b>; <b>Ctrl</b> pour tourner par incréments; <b>Alt</b> pour la faire converger/diverger" #: ../src/ui/object-edit.cpp:1349 msgid "" -"Roll/unroll the spiral from <b>outside</b>; with <b>Ctrl</b> to snap angle; " -"with <b>Shift</b> to scale/rotate; with <b>Alt</b> to lock radius" +"Roll/unroll the spiral from <b>outside</b>; with <b>Ctrl</b> to snap angle; with <b>Shift</b> to scale/rotate; with <b>Alt</b> to lock radius" msgstr "" -"Enrouler/dérouler la spirale depuis <b>l'extérieur</b> ; <b>Ctrl</b> pour " -"tourner par incréments ; <b>Maj</b> pour redimensionner/ tourner ; <b>Alt</" -"b> pour verrouiller le rayon" +"Enrouler/dérouler la spirale depuis <b>l'extérieur</b> ; <b>Ctrl</b> pour tourner par incréments ; <b>Maj</b> pour redimensionner/ tourner ; " +"<b>Alt</b> pour verrouiller le rayon" #: ../src/ui/object-edit.cpp:1398 msgid "Adjust the <b>offset distance</b>" @@ -23207,33 +20912,24 @@ msgstr "<b>Ctrl+Alt</b> : cliquer pour insérer un nœud" #: ../src/ui/tool/curve-drag-point.cpp:204 #, fuzzy msgctxt "Path segment tip" -msgid "" -"<b>BSpline segment</b>: drag to shape the segment, doubleclick to insert " -"node, click to select (more: Shift, Ctrl+Alt)" +msgid "<b>BSpline segment</b>: drag to shape the segment, doubleclick to insert node, click to select (more: Shift, Ctrl+Alt)" msgstr "" -"<b>Segment de Bézier</b> : cliquer-déplacer pour modeler le segment, double-" -"cliquer pour insérer un nœud, cliquer pour sélectionner (modificateurs : " -"Maj, Ctrl+Alt)" +"<b>Segment de Bézier</b> : cliquer-déplacer pour modeler le segment, double-cliquer pour insérer un nœud, cliquer pour sélectionner " +"(modificateurs : Maj, Ctrl+Alt)" #: ../src/ui/tool/curve-drag-point.cpp:209 msgctxt "Path segment tip" -msgid "" -"<b>Linear segment</b>: drag to convert to a Bezier segment, doubleclick to " -"insert node, click to select (more: Shift, Ctrl+Alt)" +msgid "<b>Linear segment</b>: drag to convert to a Bezier segment, doubleclick to insert node, click to select (more: Shift, Ctrl+Alt)" msgstr "" -"<b>Segment linéaire</b> : cliquer-déplacer pour convertir en segment de " -"Bézier, double-cliquer pour insérer un nœud, cliquer pour sélectionner " +"<b>Segment linéaire</b> : cliquer-déplacer pour convertir en segment de Bézier, double-cliquer pour insérer un nœud, cliquer pour sélectionner " "(modificateurs : Maj, Ctrl+Alt)" #: ../src/ui/tool/curve-drag-point.cpp:213 msgctxt "Path segment tip" -msgid "" -"<b>Bezier segment</b>: drag to shape the segment, doubleclick to insert " -"node, click to select (more: Shift, Ctrl+Alt)" +msgid "<b>Bezier segment</b>: drag to shape the segment, doubleclick to insert node, click to select (more: Shift, Ctrl+Alt)" msgstr "" -"<b>Segment de Bézier</b> : cliquer-déplacer pour modeler le segment, double-" -"cliquer pour insérer un nœud, cliquer pour sélectionner (modificateurs : " -"Maj, Ctrl+Alt)" +"<b>Segment de Bézier</b> : cliquer-déplacer pour modeler le segment, double-cliquer pour insérer un nœud, cliquer pour sélectionner " +"(modificateurs : Maj, Ctrl+Alt)" #: ../src/ui/tool/multi-path-manipulator.cpp:315 msgid "Retract handles" @@ -23251,8 +20947,7 @@ msgstr "Rendre les segments droits" msgid "Make segments curves" msgstr "Rendre courbes les segments sélectionnés" -#: ../src/ui/tool/multi-path-manipulator.cpp:333 -#: ../src/ui/tool/multi-path-manipulator.cpp:347 +#: ../src/ui/tool/multi-path-manipulator.cpp:333 ../src/ui/tool/multi-path-manipulator.cpp:347 msgid "Add nodes" msgstr "Ajouter des nœuds" @@ -23264,13 +20959,11 @@ msgstr "Ajouter des nœuds aux extrémités" msgid "Duplicate nodes" msgstr "Dupliquer les nœuds" -#: ../src/ui/tool/multi-path-manipulator.cpp:417 -#: ../src/widgets/node-toolbar.cpp:408 +#: ../src/ui/tool/multi-path-manipulator.cpp:417 ../src/widgets/node-toolbar.cpp:408 msgid "Join nodes" msgstr "Joindre les nœuds" -#: ../src/ui/tool/multi-path-manipulator.cpp:424 -#: ../src/widgets/node-toolbar.cpp:419 +#: ../src/ui/tool/multi-path-manipulator.cpp:424 ../src/widgets/node-toolbar.cpp:419 msgid "Break nodes" msgstr "Séparer les nœuds" @@ -23290,8 +20983,7 @@ msgstr "Déplacer les nœuds horizontalement" msgid "Move nodes vertically" msgstr "Déplacer les nœuds verticalement" -#: ../src/ui/tool/multi-path-manipulator.cpp:795 -#: ../src/ui/tool/multi-path-manipulator.cpp:801 +#: ../src/ui/tool/multi-path-manipulator.cpp:795 ../src/ui/tool/multi-path-manipulator.cpp:801 msgid "Scale nodes uniformly" msgstr "Redimensionner les nœuds uniformément" @@ -23358,28 +21050,19 @@ msgstr "modificateurs : Ctrl, Alt" #: ../src/ui/tool/node.cpp:504 #, c-format msgctxt "Path handle tip" -msgid "" -"<b>Shift+Ctrl+Alt</b>: preserve length and snap rotation angle to %g° " -"increments while rotating both handles" -msgstr "" -"<b>Maj+Ctrl+Alt</b> : préserver la longueur et forcer l'incrément de l'angle " -"de rotation à %g ° lorsque les deux poignées sont tournées" +msgid "<b>Shift+Ctrl+Alt</b>: preserve length and snap rotation angle to %g° increments while rotating both handles" +msgstr "<b>Maj+Ctrl+Alt</b> : préserver la longueur et forcer l'incrément de l'angle de rotation à %g ° lorsque les deux poignées sont tournées" #: ../src/ui/tool/node.cpp:509 #, c-format msgctxt "Path handle tip" -msgid "" -"<b>Ctrl+Alt</b>: preserve length and snap rotation angle to %g° increments" -msgstr "" -"<b>Ctrl+Alt</b> : préserver la longueur et forcer l'incrément de l'angle de " -"rotation à %g °" +msgid "<b>Ctrl+Alt</b>: preserve length and snap rotation angle to %g° increments" +msgstr "<b>Ctrl+Alt</b> : préserver la longueur et forcer l'incrément de l'angle de rotation à %g °" #: ../src/ui/tool/node.cpp:515 msgctxt "Path handle tip" msgid "<b>Shift+Alt</b>: preserve handle length and rotate both handles" -msgstr "" -"<b>Maj+Alt</b> : préserver la longueur des poignées et tourner les deux " -"poignées" +msgstr "<b>Maj+Alt</b> : préserver la longueur des poignées et tourner les deux poignées" #: ../src/ui/tool/node.cpp:518 msgctxt "Path handle tip" @@ -23389,12 +21072,8 @@ msgstr "<b>Alt</b> : préserver la longueur des poignées lors des déplacement #: ../src/ui/tool/node.cpp:525 #, c-format msgctxt "Path handle tip" -msgid "" -"<b>Shift+Ctrl</b>: snap rotation angle to %g° increments and rotate both " -"handles" -msgstr "" -"<b>Maj+Ctrl</b> : forcer l'incrément de l'angle de rotation à %g ° et " -"tourner les deux poignées" +msgid "<b>Shift+Ctrl</b>: snap rotation angle to %g° increments and rotate both handles" +msgstr "<b>Maj+Ctrl</b> : forcer l'incrément de l'angle de rotation à %g ° et tourner les deux poignées" #: ../src/ui/tool/node.cpp:529 msgctxt "Path handle tip" @@ -23405,9 +21084,7 @@ msgstr "" #, c-format msgctxt "Path handle tip" msgid "<b>Ctrl</b>: snap rotation angle to %g° increments, click to retract" -msgstr "" -"<b>Ctrl</b> : forcer l'incrément de l'angle de rotation à %g °, cliquer pour " -"rétracter" +msgstr "<b>Ctrl</b> : forcer l'incrément de l'angle de rotation à %g °, cliquer pour rétracter" #: ../src/ui/tool/node.cpp:537 msgctxt "Path hande tip" @@ -23424,19 +21101,13 @@ msgstr "Déplacer les poignées de nœuds" #, c-format msgctxt "Path handle tip" msgid "<b>Auto node handle</b>: drag to convert to smooth node (%s)" -msgstr "" -"<b>Poignées de nœud automatique</b> : cliquer-déplacer pour convertir en " -"nœud doux (%s)" +msgstr "<b>Poignées de nœud automatique</b> : cliquer-déplacer pour convertir en nœud doux (%s)" #: ../src/ui/tool/node.cpp:554 #, fuzzy, c-format msgctxt "Path handle tip" -msgid "" -"<b>BSpline node handle</b>: Shift to drag, double click to reset (%s). %g " -"power" -msgstr "" -"<b>Poignées de nœud automatique</b> : cliquer-déplacer pour convertir en " -"nœud doux (%s)" +msgid "<b>BSpline node handle</b>: Shift to drag, double click to reset (%s). %g power" +msgstr "<b>Poignées de nœud automatique</b> : cliquer-déplacer pour convertir en nœud doux (%s)" #: ../src/ui/tool/node.cpp:574 #, c-format @@ -23447,9 +21118,7 @@ msgstr "Déplacement des poignées de %s, %s; angle %.2f°, longueur %s" #: ../src/ui/tool/node.cpp:1425 msgctxt "Path node tip" msgid "<b>Shift</b>: drag out a handle, click to toggle selection" -msgstr "" -"<b>Maj</b> : cliquer-déplacer pour étirer une poignée, cliquer pour inverser " -"l'état de sélection" +msgstr "<b>Maj</b> : cliquer-déplacer pour étirer une poignée, cliquer pour inverser l'état de sélection" #: ../src/ui/tool/node.cpp:1427 msgctxt "Path node tip" @@ -23459,15 +21128,12 @@ msgstr "<b>Maj</b> : cliquer pour inverser l'état de sélection" #: ../src/ui/tool/node.cpp:1432 msgctxt "Path node tip" msgid "<b>Ctrl+Alt</b>: move along handle lines, click to delete node" -msgstr "" -"<b>Ctrl+Alt</b> : déplacer le long des lignes des poignées, cliquer pour " -"effacer le nœud" +msgstr "<b>Ctrl+Alt</b> : déplacer le long des lignes des poignées, cliquer pour effacer le nœud" #: ../src/ui/tool/node.cpp:1435 msgctxt "Path node tip" msgid "<b>Ctrl</b>: move along axes, click to change node type" -msgstr "" -"<b>Ctrl</b> : déplacer le long des axes, cliquer pour changer de type de nœud" +msgstr "<b>Ctrl</b> : déplacer le long des axes, cliquer pour changer de type de nœud" #: ../src/ui/tool/node.cpp:1439 msgctxt "Path node tip" @@ -23478,50 +21144,33 @@ msgstr "<b>Alt</b> : sculpter les nœuds" #, c-format msgctxt "Path node tip" msgid "<b>%s</b>: drag to shape the path (more: Shift, Ctrl, Alt)" -msgstr "" -"<b>%s</b> : cliquer-déplacer pour modeler le chemin (modificateurs : Maj, " -"Ctrl, Alt)" +msgstr "<b>%s</b> : cliquer-déplacer pour modeler le chemin (modificateurs : Maj, Ctrl, Alt)" #: ../src/ui/tool/node.cpp:1451 #, fuzzy, c-format msgctxt "Path node tip" -msgid "" -"<b>BSpline node</b>: drag to shape the path (more: Shift, Ctrl, Alt). %g " -"power" -msgstr "" -"<b>%s</b> : cliquer-déplacer pour modeler le chemin (modificateurs : Maj, " -"Ctrl, Alt)" +msgid "<b>BSpline node</b>: drag to shape the path (more: Shift, Ctrl, Alt). %g power" +msgstr "<b>%s</b> : cliquer-déplacer pour modeler le chemin (modificateurs : Maj, Ctrl, Alt)" #: ../src/ui/tool/node.cpp:1454 #, c-format msgctxt "Path node tip" -msgid "" -"<b>%s</b>: drag to shape the path, click to toggle scale/rotation handles " -"(more: Shift, Ctrl, Alt)" +msgid "<b>%s</b>: drag to shape the path, click to toggle scale/rotation handles (more: Shift, Ctrl, Alt)" msgstr "" -"<b>%s</b> : cliquer-déplacer pour modeler le chemin, cliquer pour basculer " -"entre les poignées de sélection et de rotation (modificateurs : Maj, Ctrl, " -"Alt)" +"<b>%s</b> : cliquer-déplacer pour modeler le chemin, cliquer pour basculer entre les poignées de sélection et de rotation (modificateurs : " +"Maj, Ctrl, Alt)" #: ../src/ui/tool/node.cpp:1458 #, c-format msgctxt "Path node tip" -msgid "" -"<b>%s</b>: drag to shape the path, click to select only this node (more: " -"Shift, Ctrl, Alt)" -msgstr "" -"<b>%s</b> : cliquer-déplacer pour modeler le chemin, cliquer pour " -"sélectionner seulement ce nœud (modificateurs : Maj, Ctrl, Alt)" +msgid "<b>%s</b>: drag to shape the path, click to select only this node (more: Shift, Ctrl, Alt)" +msgstr "<b>%s</b> : cliquer-déplacer pour modeler le chemin, cliquer pour sélectionner seulement ce nœud (modificateurs : Maj, Ctrl, Alt)" #: ../src/ui/tool/node.cpp:1461 #, fuzzy, c-format msgctxt "Path node tip" -msgid "" -"<b>BSpline node</b>: drag to shape the path, click to select only this node " -"(more: Shift, Ctrl, Alt). %g power" -msgstr "" -"<b>%s</b> : cliquer-déplacer pour modeler le chemin, cliquer pour " -"sélectionner seulement ce nœud (modificateurs : Maj, Ctrl, Alt)" +msgid "<b>BSpline node</b>: drag to shape the path, click to select only this node (more: Shift, Ctrl, Alt). %g power" +msgstr "<b>%s</b> : cliquer-déplacer pour modeler le chemin, cliquer pour sélectionner seulement ce nœud (modificateurs : Maj, Ctrl, Alt)" #: ../src/ui/tool/node.cpp:1474 #, c-format @@ -23550,8 +21199,7 @@ msgid "Rotate handle" msgstr "Faire tourner la poignée" #. We need to call MPM's method because it could have been our last node -#: ../src/ui/tool/path-manipulator.cpp:1555 -#: ../src/widgets/node-toolbar.cpp:397 +#: ../src/ui/tool/path-manipulator.cpp:1555 ../src/widgets/node-toolbar.cpp:397 msgid "Delete node" msgstr "Supprimer le nœud" @@ -23570,8 +21218,7 @@ msgstr "Retracter la poignée" #: ../src/ui/tool/transform-handle-set.cpp:203 msgctxt "Transform handle tip" msgid "<b>Shift+Ctrl</b>: scale uniformly about the rotation center" -msgstr "" -"<b>Maj+Ctrl</b> : redimensionne uniformément autour du centre de rotation" +msgstr "<b>Maj+Ctrl</b> : redimensionne uniformément autour du centre de rotation" #: ../src/ui/tool/transform-handle-set.cpp:205 msgctxt "Transform handle tip" @@ -23580,11 +21227,8 @@ msgstr "<b>Ctrl</b> : redimensionner uniformément" #: ../src/ui/tool/transform-handle-set.cpp:210 msgctxt "Transform handle tip" -msgid "" -"<b>Shift+Alt</b>: scale using an integer ratio about the rotation center" -msgstr "" -"<b>Maj+Alt</b> : redimensionne conformément à un rapport entier autour du " -"centre de rotation" +msgid "<b>Shift+Alt</b>: scale using an integer ratio about the rotation center" +msgstr "<b>Maj+Alt</b> : redimensionne conformément à un rapport entier autour du centre de rotation" #: ../src/ui/tool/transform-handle-set.cpp:212 msgctxt "Transform handle tip" @@ -23599,9 +21243,7 @@ msgstr "<b>Alt</b> : redimensionne conformément à un rapport entier" #: ../src/ui/tool/transform-handle-set.cpp:217 msgctxt "Transform handle tip" msgid "<b>Scale handle</b>: drag to scale the selection" -msgstr "" -"<b>Poignée de redimensionnement</b> : cliquer-déplacer pour redimensionner " -"la sélection" +msgstr "<b>Poignée de redimensionnement</b> : cliquer-déplacer pour redimensionner la sélection" #: ../src/ui/tool/transform-handle-set.cpp:222 #, c-format @@ -23612,9 +21254,7 @@ msgstr "Redimensionnement de %.2f%% x %.2f%%" #: ../src/ui/tool/transform-handle-set.cpp:449 #, c-format msgctxt "Transform handle tip" -msgid "" -"<b>Shift+Ctrl</b>: rotate around the opposite corner and snap angle to %f° " -"increments" +msgid "<b>Shift+Ctrl</b>: rotate around the opposite corner and snap angle to %f° increments" msgstr "<b>Maj+Ctrl</b> : tourne autour du coin opposé par incréments de %f °" #: ../src/ui/tool/transform-handle-set.cpp:452 @@ -23630,12 +21270,8 @@ msgstr "<b>Ctrl</b> : tourner par incréments de %f °" #: ../src/ui/tool/transform-handle-set.cpp:458 msgctxt "Transform handle tip" -msgid "" -"<b>Rotation handle</b>: drag to rotate the selection around the rotation " -"center" -msgstr "" -"<b>Poignée de rotation</b> : cliquer-déplacer pour faire tourner la " -"sélection autour du centre de rotation" +msgid "<b>Rotation handle</b>: drag to rotate the selection around the rotation center" +msgstr "<b>Poignée de rotation</b> : cliquer-déplacer pour faire tourner la sélection autour du centre de rotation" #. event #: ../src/ui/tool/transform-handle-set.cpp:463 @@ -23647,12 +21283,8 @@ msgstr "Rotation de %.2f °" #: ../src/ui/tool/transform-handle-set.cpp:588 #, c-format msgctxt "Transform handle tip" -msgid "" -"<b>Shift+Ctrl</b>: skew about the rotation center with snapping to %f° " -"increments" -msgstr "" -"<b>Maj+Ctrl</b> : incliner par rapport au centre de rotation par incréments " -"de %f °" +msgid "<b>Shift+Ctrl</b>: skew about the rotation center with snapping to %f° increments" +msgstr "<b>Maj+Ctrl</b> : incliner par rapport au centre de rotation par incréments de %f °" #: ../src/ui/tool/transform-handle-set.cpp:591 msgctxt "Transform handle tip" @@ -23667,11 +21299,8 @@ msgstr "<b>Ctrl</b> : incliner par incréments de %f °" #: ../src/ui/tool/transform-handle-set.cpp:598 msgctxt "Transform handle tip" -msgid "" -"<b>Skew handle</b>: drag to skew (shear) selection about the opposite handle" -msgstr "" -"<b>Poignée d'inclinaison</b> : cliquer-déplacer pour incliner la sélection " -"par rapport à la poignée opposée" +msgid "<b>Skew handle</b>: drag to skew (shear) selection about the opposite handle" +msgstr "<b>Poignée d'inclinaison</b> : cliquer-déplacer pour incliner la sélection par rapport à la poignée opposée" #: ../src/ui/tool/transform-handle-set.cpp:604 #, c-format @@ -23688,17 +21317,11 @@ msgstr "Incline verticalement de %.2f °" #: ../src/ui/tool/transform-handle-set.cpp:666 msgctxt "Transform handle tip" msgid "<b>Rotation center</b>: drag to change the origin of transforms" -msgstr "" -"<b>Centre de rotation</b> : cliquer-déplacer pour modifier l'origine des " -"transformations" +msgstr "<b>Centre de rotation</b> : cliquer-déplacer pour modifier l'origine des transformations" #: ../src/ui/tools-switch.cpp:95 -msgid "" -"<b>Click</b> to Select and Transform objects, <b>Drag</b> to select many " -"objects." -msgstr "" -"<b>Cliquer</b> pour sélectionner et transformer des objets, <b>cliquer-" -"déplacer</b> pour sélectionner plusieurs objets." +msgid "<b>Click</b> to Select and Transform objects, <b>Drag</b> to select many objects." +msgstr "<b>Cliquer</b> pour sélectionner et transformer des objets, <b>cliquer-déplacer</b> pour sélectionner plusieurs objets." #: ../src/ui/tools-switch.cpp:96 msgid "Modify selected path points (nodes) directly." @@ -23706,119 +21329,81 @@ msgstr "Modifier les points du chemin (nœuds) sélectionnés directement." #: ../src/ui/tools-switch.cpp:97 msgid "To tweak a path by pushing, select it and drag over it." -msgstr "" -"Pour perturber un chemin en le poussant, sélectionnez-le et faites glisser " -"la souris dessus." +msgstr "Pour perturber un chemin en le poussant, sélectionnez-le et faites glisser la souris dessus." #: ../src/ui/tools-switch.cpp:98 -msgid "" -"<b>Drag</b>, <b>click</b> or <b>click and scroll</b> to spray the selected " -"objects." -msgstr "" -"<b>Cliquer-déplacer</b>, <b>cliquer</b> ou <b>défiler</b> pour pulvériser " -"les objets sélectionnés." +msgid "<b>Drag</b>, <b>click</b> or <b>click and scroll</b> to spray the selected objects." +msgstr "<b>Cliquer-déplacer</b>, <b>cliquer</b> ou <b>défiler</b> pour pulvériser les objets sélectionnés." #: ../src/ui/tools-switch.cpp:99 -msgid "" -"<b>Drag</b> to create a rectangle. <b>Drag controls</b> to round corners and " -"resize. <b>Click</b> to select." -msgstr "" -"<b>Cliquer-déplacer</b> pour créer un rectangle. <b>Déplacer les poignées</" -"b> pour arrondir les coins. <b>Cliquer</b> pour sélectionner." +msgid "<b>Drag</b> to create a rectangle. <b>Drag controls</b> to round corners and resize. <b>Click</b> to select." +msgstr "<b>Cliquer-déplacer</b> pour créer un rectangle. <b>Déplacer les poignées</b> pour arrondir les coins. <b>Cliquer</b> pour sélectionner." #: ../src/ui/tools-switch.cpp:100 msgid "" -"<b>Drag</b> to create a 3D box. <b>Drag controls</b> to resize in " -"perspective. <b>Click</b> to select (with <b>Ctrl+Alt</b> for single faces)." +"<b>Drag</b> to create a 3D box. <b>Drag controls</b> to resize in perspective. <b>Click</b> to select (with <b>Ctrl+Alt</b> for single faces)." msgstr "" -"<b>Cliquer-déplacer</b> pour créer une boîte 3D. <b>Déplacer les poignées</" -"b> pour redimensionner en perspective. <b>Cliquer</b> pour sélectionner " -"(avec <b>Ctrl+Alt</b> pour sélectionner les faces)." +"<b>Cliquer-déplacer</b> pour créer une boîte 3D. <b>Déplacer les poignées</b> pour redimensionner en perspective. <b>Cliquer</b> pour " +"sélectionner (avec <b>Ctrl+Alt</b> pour sélectionner les faces)." #: ../src/ui/tools-switch.cpp:101 -msgid "" -"<b>Drag</b> to create an ellipse. <b>Drag controls</b> to make an arc or " -"segment. <b>Click</b> to select." +msgid "<b>Drag</b> to create an ellipse. <b>Drag controls</b> to make an arc or segment. <b>Click</b> to select." msgstr "" -"<b>Cliquer-déplacer</b> pour créer une ellipse. <b>Déplacer les poignées</b> " -"pour faire des arcs ou des camemberts. <b>Cliquer</b> pour sélectionner." +"<b>Cliquer-déplacer</b> pour créer une ellipse. <b>Déplacer les poignées</b> pour faire des arcs ou des camemberts. <b>Cliquer</b> pour " +"sélectionner." #: ../src/ui/tools-switch.cpp:102 -msgid "" -"<b>Drag</b> to create a star. <b>Drag controls</b> to edit the star shape. " -"<b>Click</b> to select." +msgid "<b>Drag</b> to create a star. <b>Drag controls</b> to edit the star shape. <b>Click</b> to select." msgstr "" -"<b>Cliquer-déplacer</b> pour créer une étoile. <b>Déplacer les poignées</b> " -"pour éditer la forme de l'étoile. <b>Cliquer</b> pour sélectionner." +"<b>Cliquer-déplacer</b> pour créer une étoile. <b>Déplacer les poignées</b> pour éditer la forme de l'étoile. <b>Cliquer</b> pour sélectionner." #: ../src/ui/tools-switch.cpp:103 -msgid "" -"<b>Drag</b> to create a spiral. <b>Drag controls</b> to edit the spiral " -"shape. <b>Click</b> to select." +msgid "<b>Drag</b> to create a spiral. <b>Drag controls</b> to edit the spiral shape. <b>Click</b> to select." msgstr "" -"<b>Cliquer-déplacer</b> pour créer une spirale. <b>Déplacer les poignées</b> " -"pour modifier la forme de la spirale. <b>Cliquer</b> pour sélectionner." +"<b>Cliquer-déplacer</b> pour créer une spirale. <b>Déplacer les poignées</b> pour modifier la forme de la spirale. <b>Cliquer</b> pour " +"sélectionner." #: ../src/ui/tools-switch.cpp:104 -msgid "" -"<b>Drag</b> to create a freehand line. <b>Shift</b> appends to selected " -"path, <b>Alt</b> activates sketch mode." +msgid "<b>Drag</b> to create a freehand line. <b>Shift</b> appends to selected path, <b>Alt</b> activates sketch mode." msgstr "" -"<b>Cliquer-déplacer</b> pour créer une ligne à main levée. <b>Maj</b> pour " -"l'ajouter au chemin sélectionné. <b>Alt</b> pour activer le mode croquis." +"<b>Cliquer-déplacer</b> pour créer une ligne à main levée. <b>Maj</b> pour l'ajouter au chemin sélectionné. <b>Alt</b> pour activer le mode " +"croquis." #: ../src/ui/tools-switch.cpp:105 msgid "" -"<b>Click</b> or <b>click and drag</b> to start a path; with <b>Shift</b> to " -"append to selected path. <b>Ctrl+click</b> to create single dots (straight " -"line modes only)." +"<b>Click</b> or <b>click and drag</b> to start a path; with <b>Shift</b> to append to selected path. <b>Ctrl+click</b> to create single dots " +"(straight line modes only)." msgstr "" -"<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour commencer un chemin; <b>Maj</" -"b> pour ajouter au chemin sélectionné; <b>Ctrl+clic</b> pour créer des " -"points isolés (avec les modes lignes droites)." +"<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour commencer un chemin; <b>Maj</b> pour ajouter au chemin sélectionné; <b>Ctrl+clic</b> pour créer " +"des points isolés (avec les modes lignes droites)." #: ../src/ui/tools-switch.cpp:106 msgid "" -"<b>Drag</b> to draw a calligraphic stroke; with <b>Ctrl</b> to track a guide " -"path. <b>Arrow keys</b> adjust width (left/right) and angle (up/down)." +"<b>Drag</b> to draw a calligraphic stroke; with <b>Ctrl</b> to track a guide path. <b>Arrow keys</b> adjust width (left/right) and angle (up/" +"down)." msgstr "" -"<b>Cliquer-déplacer</b> pour calligraphier; <b>Ctrl</b> pour suivre un " -"guide. Les flèches <b>gauche</b>/<b>droite</b> ajustent la largeur de la " -"plume, <b>haut</b>/<b>bas</b> son angle." +"<b>Cliquer-déplacer</b> pour calligraphier; <b>Ctrl</b> pour suivre un guide. Les flèches <b>gauche</b>/<b>droite</b> ajustent la largeur de " +"la plume, <b>haut</b>/<b>bas</b> son angle." #: ../src/ui/tools-switch.cpp:107 ../src/ui/tools/text-tool.cpp:1583 -msgid "" -"<b>Click</b> to select or create text, <b>drag</b> to create flowed text; " -"then type." -msgstr "" -"<b>Cliquer</b> pour sélectionner ou créer un texte, <b>cliquer-déplacer</b> " -"pour créer un texte encadré; puis taper le texte." +msgid "<b>Click</b> to select or create text, <b>drag</b> to create flowed text; then type." +msgstr "<b>Cliquer</b> pour sélectionner ou créer un texte, <b>cliquer-déplacer</b> pour créer un texte encadré; puis taper le texte." #: ../src/ui/tools-switch.cpp:108 -msgid "" -"<b>Drag</b> or <b>double click</b> to create a gradient on selected objects, " -"<b>drag handles</b> to adjust gradients." +msgid "<b>Drag</b> or <b>double click</b> to create a gradient on selected objects, <b>drag handles</b> to adjust gradients." msgstr "" -"<b>Cliquer-déplacer</b> ou <b>double-cliquer</b> pour créer un dégradé sur " -"les objets sélectionnés, <b>déplacer les poignées</b> pour ajuster les " -"dégradés." +"<b>Cliquer-déplacer</b> ou <b>double-cliquer</b> pour créer un dégradé sur les objets sélectionnés, <b>déplacer les poignées</b> pour ajuster " +"les dégradés." #: ../src/ui/tools-switch.cpp:109 -msgid "" -"<b>Drag</b> or <b>double click</b> to create a mesh on selected objects, " -"<b>drag handles</b> to adjust meshes." +msgid "<b>Drag</b> or <b>double click</b> to create a mesh on selected objects, <b>drag handles</b> to adjust meshes." msgstr "" -"<b>Cliquer-déplacer</b> ou <b>double-cliquer</b> pour créer une toile sur " -"les objets sélectionnés, <b>déplacer les poignées</b> pour ajuster les " -"toiles." +"<b>Cliquer-déplacer</b> ou <b>double-cliquer</b> pour créer une toile sur les objets sélectionnés, <b>déplacer les poignées</b> pour ajuster " +"les toiles." #: ../src/ui/tools-switch.cpp:110 -msgid "" -"<b>Click</b> or <b>drag around an area</b> to zoom in, <b>Shift+click</b> to " -"zoom out." -msgstr "" -"<b>Cliquer</b> ou <b>cliquer-déplacer</b> sur une zone pour zoomer, <b>Maj" -"+clic</b> pour dézoomer." +msgid "<b>Click</b> or <b>drag around an area</b> to zoom in, <b>Shift+click</b> to zoom out." +msgstr "<b>Cliquer</b> ou <b>cliquer-déplacer</b> sur une zone pour zoomer, <b>Maj+clic</b> pour dézoomer." #: ../src/ui/tools-switch.cpp:111 msgid "<b>Drag</b> to measure the dimensions of objects." @@ -23826,15 +21411,12 @@ msgstr "Cliquer-glisser pour mesurer les dimensions des objets." #: ../src/ui/tools-switch.cpp:112 ../src/ui/tools/dropper-tool.cpp:274 msgid "" -"<b>Click</b> to set fill, <b>Shift+click</b> to set stroke; <b>drag</b> to " -"average color in area; with <b>Alt</b> to pick inverse color; <b>Ctrl+C</b> " -"to copy the color under mouse to clipboard" +"<b>Click</b> to set fill, <b>Shift+click</b> to set stroke; <b>drag</b> to average color in area; with <b>Alt</b> to pick inverse color; " +"<b>Ctrl+C</b> to copy the color under mouse to clipboard" msgstr "" -"<b>Cliquer</b> pour appliquer au remplissage, <b>Maj+clic</b> pour appliquer " -"au contour; <b>cliquer-déplacer</b> pour capturer la couleur moyenne sur une " -"zone; à combiner avec <b>Alt</b> pour capturer la couleur inverse; <b>Ctrl" -"+C</b> pour copier la couleur sous le curseur de la souris vers le presse-" -"papiers " +"<b>Cliquer</b> pour appliquer au remplissage, <b>Maj+clic</b> pour appliquer au contour; <b>cliquer-déplacer</b> pour capturer la couleur " +"moyenne sur une zone; à combiner avec <b>Alt</b> pour capturer la couleur inverse; <b>Ctrl+C</b> pour copier la couleur sous le curseur de la " +"souris vers le presse-papiers " #: ../src/ui/tools-switch.cpp:113 msgid "<b>Click and drag</b> between shapes to create a connector." @@ -23842,13 +21424,11 @@ msgstr "<b>Cliquer et déplacer</b> entre des formes pour créer un connecteur." #: ../src/ui/tools-switch.cpp:114 msgid "" -"<b>Click</b> to paint a bounded area, <b>Shift+click</b> to union the new " -"fill with the current selection, <b>Ctrl+click</b> to change the clicked " -"object's fill and stroke to the current setting." +"<b>Click</b> to paint a bounded area, <b>Shift+click</b> to union the new fill with the current selection, <b>Ctrl+click</b> to change the " +"clicked object's fill and stroke to the current setting." msgstr "" -"<b>Cliquer</b> pour remplir une région bornée. <b>Maj+Clic</b> pour faire " -"une union du remplissage avec la sélection courante, <b>Ctrl+Clic</b> pour " -"changer le trait et le remplissage de l'objet désigné" +"<b>Cliquer</b> pour remplir une région bornée. <b>Maj+Clic</b> pour faire une union du remplissage avec la sélection courante, <b>Ctrl+Clic</" +"b> pour changer le trait et le remplissage de l'objet désigné" #: ../src/ui/tools-switch.cpp:115 msgid "<b>Drag</b> to erase." @@ -23859,11 +21439,8 @@ msgid "Choose a subtool from the toolbar" msgstr "Sélectionner un outil secondaire dans la barre d'outils" #: ../src/ui/tools/arc-tool.cpp:242 -msgid "" -"<b>Ctrl</b>: make circle or integer-ratio ellipse, snap arc/segment angle" -msgstr "" -"<b>Ctrl</b> : dessiner des cercles ou des ellipses de ratio entier, forcer " -"la modification des angles des arcs/camemberts par incréments" +msgid "<b>Ctrl</b>: make circle or integer-ratio ellipse, snap arc/segment angle" +msgstr "<b>Ctrl</b> : dessiner des cercles ou des ellipses de ratio entier, forcer la modification des angles des arcs/camemberts par incréments" #: ../src/ui/tools/arc-tool.cpp:243 ../src/ui/tools/rect-tool.cpp:278 msgid "<b>Shift</b>: draw around the starting point" @@ -23871,28 +21448,22 @@ msgstr "<b>Maj</b> : dessiner autour du point de départ" #: ../src/ui/tools/arc-tool.cpp:412 #, c-format -msgid "" -"<b>Ellipse</b>: %s × %s (constrained to ratio %d:%d); with <b>Shift</b> " -"to draw around the starting point" -msgstr "" -"<b>Ellipse</b> : %s × %s; (contrainte de ratio %d:%d); <b>Maj</b> pour " -"dessiner autour du point de départ" +msgid "<b>Ellipse</b>: %s × %s (constrained to ratio %d:%d); with <b>Shift</b> to draw around the starting point" +msgstr "<b>Ellipse</b> : %s × %s; (contrainte de ratio %d:%d); <b>Maj</b> pour dessiner autour du point de départ" #: ../src/ui/tools/arc-tool.cpp:414 #, c-format msgid "" -"<b>Ellipse</b>: %s × %s; with <b>Ctrl</b> to make square or integer-" -"ratio ellipse; with <b>Shift</b> to draw around the starting point" +"<b>Ellipse</b>: %s × %s; with <b>Ctrl</b> to make square or integer-ratio ellipse; with <b>Shift</b> to draw around the starting point" msgstr "" -"<b>Ellipse</b> : %s × %s; <b>Ctrl</b> pour dessiner des cercles ou des " -"ellipses de ratio entier, <b>Maj</b> pour dessiner autour du point de départ" +"<b>Ellipse</b> : %s × %s; <b>Ctrl</b> pour dessiner des cercles ou des ellipses de ratio entier, <b>Maj</b> pour dessiner autour du point " +"de départ" #: ../src/ui/tools/arc-tool.cpp:437 msgid "Create ellipse" msgstr "Créer une ellipse" -#: ../src/ui/tools/box3d-tool.cpp:360 ../src/ui/tools/box3d-tool.cpp:367 -#: ../src/ui/tools/box3d-tool.cpp:374 ../src/ui/tools/box3d-tool.cpp:381 +#: ../src/ui/tools/box3d-tool.cpp:360 ../src/ui/tools/box3d-tool.cpp:367 ../src/ui/tools/box3d-tool.cpp:374 ../src/ui/tools/box3d-tool.cpp:381 #: ../src/ui/tools/box3d-tool.cpp:388 ../src/ui/tools/box3d-tool.cpp:395 msgid "Change perspective (angle of PLs)" msgstr "Changer la perspective (angle des LP)" @@ -23907,11 +21478,8 @@ msgid "Create 3D box" msgstr "Créer une boîte 3D" #: ../src/ui/tools/calligraphic-tool.cpp:525 -msgid "" -"<b>Guide path selected</b>; start drawing along the guide with <b>Ctrl</b>" -msgstr "" -"<b>Guide sélectionné</b>; commencer à dessiner le long du guide avec " -"<b>Ctrl</b>" +msgid "<b>Guide path selected</b>; start drawing along the guide with <b>Ctrl</b>" +msgstr "<b>Guide sélectionné</b>; commencer à dessiner le long du guide avec <b>Ctrl</b>" #: ../src/ui/tools/calligraphic-tool.cpp:527 msgid "<b>Select a guide path</b> to track with <b>Ctrl</b>" @@ -23955,21 +21523,17 @@ msgstr "Tracé du connecteur terminé" #: ../src/ui/tools/connector-tool.cpp:1181 msgid "<b>Connector endpoint</b>: drag to reroute or connect to new shapes" -msgstr "" -"<b>Fin de connecteur</b> : déplacer pour rerouter ou connecter à de " -"nouvelles formes" +msgstr "<b>Fin de connecteur</b> : déplacer pour rerouter ou connecter à de nouvelles formes" #: ../src/ui/tools/connector-tool.cpp:1324 msgid "Select <b>at least one non-connector object</b>." msgstr "Sélectionner <b>au moins un objet non connecteur</b>." -#: ../src/ui/tools/connector-tool.cpp:1329 -#: ../src/widgets/connector-toolbar.cpp:310 +#: ../src/ui/tools/connector-tool.cpp:1329 ../src/widgets/connector-toolbar.cpp:310 msgid "Make connectors avoid selected objects" msgstr "Faire que les connecteurs évitent les objets sélectionnés" -#: ../src/ui/tools/connector-tool.cpp:1330 -#: ../src/widgets/connector-toolbar.cpp:320 +#: ../src/ui/tools/connector-tool.cpp:1330 ../src/widgets/connector-toolbar.cpp:320 msgid "Make connectors ignore selected objects" msgstr "Faire que les connecteurs ignorent les objets sélectionnés" @@ -24037,14 +21601,10 @@ msgstr "<b>Trop de contraction</b>, le résultat est vide." #: ../src/ui/tools/flood-tool.cpp:456 #, c-format -msgid "" -"Area filled, path with <b>%d</b> node created and unioned with selection." -msgid_plural "" -"Area filled, path with <b>%d</b> nodes created and unioned with selection." -msgstr[0] "" -"Zone remplie, création d'un chemin de <b>%d</b> nœud, ajouté à la sélection." -msgstr[1] "" -"Zone remplie, création d'un chemin de <b>%d</b> nœuds, ajouté à la sélection." +msgid "Area filled, path with <b>%d</b> node created and unioned with selection." +msgid_plural "Area filled, path with <b>%d</b> nodes created and unioned with selection." +msgstr[0] "Zone remplie, création d'un chemin de <b>%d</b> nœud, ajouté à la sélection." +msgstr[1] "Zone remplie, création d'un chemin de <b>%d</b> nœuds, ajouté à la sélection." #: ../src/ui/tools/flood-tool.cpp:462 #, c-format @@ -24058,12 +21618,8 @@ msgid "<b>Area is not bounded</b>, cannot fill." msgstr "<b>Zone non bornée</b>, impossible de remplir." #: ../src/ui/tools/flood-tool.cpp:1045 -msgid "" -"<b>Only the visible part of the bounded area was filled.</b> If you want to " -"fill all of the area, undo, zoom out, and fill again." -msgstr "" -"<b>Seule la partie visible de la zone a été remplie.</b> Pour remplir toute " -"la zone, annulez, dézoomez et remplissez à nouveau." +msgid "<b>Only the visible part of the bounded area was filled.</b> If you want to fill all of the area, undo, zoom out, and fill again." +msgstr "<b>Seule la partie visible de la zone a été remplie.</b> Pour remplir toute la zone, annulez, dézoomez et remplissez à nouveau." #: ../src/ui/tools/flood-tool.cpp:1063 ../src/ui/tools/flood-tool.cpp:1214 msgid "Fill bounded area" @@ -24075,9 +21631,7 @@ msgstr "Appliquer un style à l'objet" #: ../src/ui/tools/flood-tool.cpp:1139 msgid "<b>Draw over</b> areas to add to fill, hold <b>Alt</b> for touch fill" -msgstr "" -"<b>Dessiner au-dessus</b> d'une zone pour la remplir, avec <b>Alt</b> pour " -"remplir au toucher" +msgstr "<b>Dessiner au-dessus</b> d'une zone pour la remplir, avec <b>Alt</b> pour remplir au toucher" #. We hit green anchor, closing Green-Blue-Red #: ../src/ui/tools/freehand-base.cpp:669 @@ -24116,9 +21670,8 @@ msgstr[0] " sur %d poignée de dégradé" msgstr[1] " sur %d poignées de dégradé" #. TRANSLATORS: Mind the space in front. (Refers to gradient handles selected). This is part of a compound message -#: ../src/ui/tools/gradient-tool.cpp:124 ../src/ui/tools/gradient-tool.cpp:133 -#: ../src/ui/tools/gradient-tool.cpp:140 ../src/ui/tools/mesh-tool.cpp:123 -#: ../src/ui/tools/mesh-tool.cpp:134 ../src/ui/tools/mesh-tool.cpp:142 +#: ../src/ui/tools/gradient-tool.cpp:124 ../src/ui/tools/gradient-tool.cpp:133 ../src/ui/tools/gradient-tool.cpp:140 +#: ../src/ui/tools/mesh-tool.cpp:123 ../src/ui/tools/mesh-tool.cpp:134 ../src/ui/tools/mesh-tool.cpp:142 #, c-format msgid " on %d selected object" msgid_plural " on %d selected objects" @@ -24128,16 +21681,10 @@ msgstr[1] " dans %d objets sélectionnés" #. TRANSLATORS: This is a part of a compound message (out of two more indicating: grandint handle count & object count) #: ../src/ui/tools/gradient-tool.cpp:130 ../src/ui/tools/mesh-tool.cpp:130 #, c-format -msgid "" -"One handle merging %d stop (drag with <b>Shift</b> to separate) selected" -msgid_plural "" -"One handle merging %d stops (drag with <b>Shift</b> to separate) selected" -msgstr[0] "" -"Une poignée de dégradé rassemblant %d stops (cliquer-glissser avec <b>Maj</" -"b> pour les séparer) sélectionnée" -msgstr[1] "" -"Une poignée de dégradé rassemblant %d stops (cliquer-glissser avec <b>Maj</" -"b> pour les séparer) sélectionnée" +msgid "One handle merging %d stop (drag with <b>Shift</b> to separate) selected" +msgid_plural "One handle merging %d stops (drag with <b>Shift</b> to separate) selected" +msgstr[0] "Une poignée de dégradé rassemblant %d stops (cliquer-glissser avec <b>Maj</b> pour les séparer) sélectionnée" +msgstr[1] "Une poignée de dégradé rassemblant %d stops (cliquer-glissser avec <b>Maj</b> pour les séparer) sélectionnée" #. TRANSLATORS: The plural refers to number of selected gradient handles. This is part of a compound message (part two indicates selected object count) #: ../src/ui/tools/gradient-tool.cpp:138 @@ -24151,11 +21698,9 @@ msgstr[1] "<b>%d</b> poignées de dégradé sélectionnées sur %d" #: ../src/ui/tools/gradient-tool.cpp:145 #, c-format msgid "<b>No</b> gradient handles selected out of %d on %d selected object" -msgid_plural "" -"<b>No</b> gradient handles selected out of %d on %d selected objects" +msgid_plural "<b>No</b> gradient handles selected out of %d on %d selected objects" msgstr[0] "<b>Aucune</b> poignée sélectionnée sur %d dans %d objet sélectionné" -msgstr[1] "" -"<b>Aucune</b> poignée sélectionnée sur %d dans %d objets sélectionnés" +msgstr[1] "<b>Aucune</b> poignée sélectionnée sur %d dans %d objets sélectionnés" #: ../src/ui/tools/gradient-tool.cpp:433 msgid "Simplify gradient" @@ -24171,9 +21716,7 @@ msgstr "<b>Dessiner autour</b> des poignées pour les sélectionner" #: ../src/ui/tools/gradient-tool.cpp:692 msgid "<b>Ctrl</b>: snap gradient angle" -msgstr "" -"<b>Ctrl</b> : pour forcer la modification de l'inclinaison du dégradé par " -"incréments" +msgstr "<b>Ctrl</b> : pour forcer la modification de l'inclinaison du dégradé par incréments" #: ../src/ui/tools/gradient-tool.cpp:693 msgid "<b>Shift</b>: draw gradient around the starting point" @@ -24183,12 +21726,8 @@ msgstr "<b>Maj</b> : pour dessiner le dégradé autour du point de départ" #, c-format msgid "<b>Gradient</b> for %d object; with <b>Ctrl</b> to snap angle" msgid_plural "<b>Gradient</b> for %d objects; with <b>Ctrl</b> to snap angle" -msgstr[0] "" -"<b>Dégradé</b> appliqué à %d objet; déplacer avec <b>Ctrl</b> pour forcer la " -"modification de l'inclinaison par incréments" -msgstr[1] "" -"<b>Dégradé</b> appliqué à %d objets; déplacer avec <b>Ctrl</b> pour forcer " -"la modification de l'inclinaison par incréments" +msgstr[0] "<b>Dégradé</b> appliqué à %d objet; déplacer avec <b>Ctrl</b> pour forcer la modification de l'inclinaison par incréments" +msgstr[1] "<b>Dégradé</b> appliqué à %d objets; déplacer avec <b>Ctrl</b> pour forcer la modification de l'inclinaison par incréments" #: ../src/ui/tools/gradient-tool.cpp:951 ../src/ui/tools/mesh-tool.cpp:988 msgid "Select <b>objects</b> on which to create gradient." @@ -24218,11 +21757,8 @@ msgstr[1] "<b>%d</b> poignées de filet sélectionnées sur %d" #, c-format msgid "<b>No</b> mesh handles selected out of %d on %d selected object" msgid_plural "<b>No</b> mesh handles selected out of %d on %d selected objects" -msgstr[0] "" -"<b>Aucune</b> poignée de filet sélectionnée sur %d dans %d objet sélectionné" -msgstr[1] "" -"<b>Aucune</b> poignée de filet sélectionnée sur %d dans %d objets " -"sélectionnés" +msgstr[0] "<b>Aucune</b> poignée de filet sélectionnée sur %d dans %d objet sélectionné" +msgstr[1] "<b>Aucune</b> poignée de filet sélectionnée sur %d dans %d objets sélectionnés" #: ../src/ui/tools/mesh-tool.cpp:311 msgid "Split mesh row/column" @@ -24262,12 +21798,8 @@ msgstr "<b>Maj</b> : dessiner le filet autour du point de départ" #: ../src/ui/tools/node-tool.cpp:653 msgctxt "Node tool tip" -msgid "" -"<b>Shift</b>: drag to add nodes to the selection, click to toggle object " -"selection" -msgstr "" -"<b>Maj :</b> cliquer-déplacer pour ajouter des nœuds à la sélection, cliquer " -"pour inverser l'état de sélection de l'objet" +msgid "<b>Shift</b>: drag to add nodes to the selection, click to toggle object selection" +msgstr "<b>Maj :</b> cliquer-déplacer pour ajouter des nœuds à la sélection, cliquer pour inverser l'état de sélection de l'objet" #: ../src/ui/tools/node-tool.cpp:657 msgctxt "Node tool tip" @@ -24285,38 +21817,28 @@ msgstr[1] "<b>%u</b> objets sur <b>%u</b> sélectionnés" #, c-format msgctxt "Node tool tip" msgid "%s Drag to select nodes, click to edit only this object (more: Shift)" -msgstr "" -"%s Cliquer-glisser pour sélectionner des nœuds, cliquer pour sélectionner " -"seulement cet objet (plus d'actions avec Maj)" +msgstr "%s Cliquer-glisser pour sélectionner des nœuds, cliquer pour sélectionner seulement cet objet (plus d'actions avec Maj)" #: ../src/ui/tools/node-tool.cpp:699 #, c-format msgctxt "Node tool tip" msgid "%s Drag to select nodes, click clear the selection" -msgstr "" -"%s Cliquer-glisser pour sélectionner des nœuds, cliquer pour libérer la " -"sélection" +msgstr "%s Cliquer-glisser pour sélectionner des nœuds, cliquer pour libérer la sélection" #: ../src/ui/tools/node-tool.cpp:708 msgctxt "Node tool tip" msgid "Drag to select nodes, click to edit only this object" -msgstr "" -"Cliquer-glisser pour sélectionner des nœuds, cliquer pour sélectionner " -"seulement cet objet" +msgstr "Cliquer-glisser pour sélectionner des nœuds, cliquer pour sélectionner seulement cet objet" #: ../src/ui/tools/node-tool.cpp:711 msgctxt "Node tool tip" msgid "Drag to select nodes, click to clear the selection" -msgstr "" -"Cliquer-glisser pour sélectionner des nœuds, cliquer pour libérer la " -"sélection" +msgstr "Cliquer-glisser pour sélectionner des nœuds, cliquer pour libérer la sélection" #: ../src/ui/tools/node-tool.cpp:716 msgctxt "Node tool tip" msgid "Drag to select objects to edit, click to edit this object (more: Shift)" -msgstr "" -"Cliquer-glisser pour sélectionner les objets à éditer, cliquer pour éditer " -"les objets (modificateur : Maj)" +msgstr "Cliquer-glisser pour sélectionner les objets à éditer, cliquer pour éditer les objets (modificateur : Maj)" #: ../src/ui/tools/node-tool.cpp:719 msgctxt "Node tool tip" @@ -24341,97 +21863,64 @@ msgstr "Ajout au chemin sélectionné" #: ../src/ui/tools/pen-tool.cpp:640 msgid "<b>Click</b> or <b>click and drag</b> to close and finish the path." -msgstr "" -"<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour fermer et terminer le chemin." +msgstr "<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour fermer et terminer le chemin." #: ../src/ui/tools/pen-tool.cpp:642 #, fuzzy -msgid "" -"<b>Click</b> or <b>click and drag</b> to close and finish the path. Shift" -"+Click make a cusp node" -msgstr "" -"<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour fermer et terminer le chemin." +msgid "<b>Click</b> or <b>click and drag</b> to close and finish the path. Shift+Click make a cusp node" +msgstr "<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour fermer et terminer le chemin." #: ../src/ui/tools/pen-tool.cpp:654 -msgid "" -"<b>Click</b> or <b>click and drag</b> to continue the path from this point." -msgstr "" -"<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour prolonger le chemin à partir " -"de ce point." +msgid "<b>Click</b> or <b>click and drag</b> to continue the path from this point." +msgstr "<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour prolonger le chemin à partir de ce point." #: ../src/ui/tools/pen-tool.cpp:656 #, fuzzy -msgid "" -"<b>Click</b> or <b>click and drag</b> to continue the path from this point. " -"Shift+Click make a cusp node" -msgstr "" -"<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour prolonger le chemin à partir " -"de ce point." +msgid "<b>Click</b> or <b>click and drag</b> to continue the path from this point. Shift+Click make a cusp node" +msgstr "<b>Cliquer</b> ou <b>cliquer-déplacer</b> pour prolonger le chemin à partir de ce point." #: ../src/ui/tools/pen-tool.cpp:1786 #, c-format -msgid "" -"<b>Curve segment</b>: angle %3.2f°, distance %s; with <b>Ctrl</b> to " -"snap angle, <b>Enter</b> to finish the path" +msgid "<b>Curve segment</b>: angle %3.2f°, distance %s; with <b>Ctrl</b> to snap angle, <b>Enter</b> to finish the path" msgstr "" -"<b>Segment de courbe</b> : angle %3.2f°, distance %s ; <b>Ctrl</b> pour " -"tourner par incréments ; <b>Entrée</b> pour terminer le chemin" +"<b>Segment de courbe</b> : angle %3.2f°, distance %s ; <b>Ctrl</b> pour tourner par incréments ; <b>Entrée</b> pour terminer le chemin" #: ../src/ui/tools/pen-tool.cpp:1787 #, c-format -msgid "" -"<b>Line segment</b>: angle %3.2f°, distance %s; with <b>Ctrl</b> to " -"snap angle, <b>Enter</b> to finish the path" +msgid "<b>Line segment</b>: angle %3.2f°, distance %s; with <b>Ctrl</b> to snap angle, <b>Enter</b> to finish the path" msgstr "" -"<b>Segment de droite</b> : angle %3.2f°, distance %s ; <b>Ctrl</b> pour " -"tourner par incréments ; <b>Entrée</b> pour terminer le chemin" +"<b>Segment de droite</b> : angle %3.2f°, distance %s ; <b>Ctrl</b> pour tourner par incréments ; <b>Entrée</b> pour terminer le chemin" #: ../src/ui/tools/pen-tool.cpp:1790 #, fuzzy, c-format -msgid "" -"<b>Curve segment</b>: angle %3.2f°, distance %s; with <b>Shift+Click</" -"b> make a cusp node, <b>Enter</b> to finish the path" +msgid "<b>Curve segment</b>: angle %3.2f°, distance %s; with <b>Shift+Click</b> make a cusp node, <b>Enter</b> to finish the path" msgstr "" -"<b>Segment de courbe</b> : angle %3.2f°, distance %s ; <b>Ctrl</b> pour " -"tourner par incréments ; <b>Entrée</b> pour terminer le chemin" +"<b>Segment de courbe</b> : angle %3.2f°, distance %s ; <b>Ctrl</b> pour tourner par incréments ; <b>Entrée</b> pour terminer le chemin" #: ../src/ui/tools/pen-tool.cpp:1791 #, fuzzy, c-format -msgid "" -"<b>Line segment</b>: angle %3.2f°, distance %s; with <b>Shift+Click</b> " -"make a cusp node, <b>Enter</b> to finish the path" +msgid "<b>Line segment</b>: angle %3.2f°, distance %s; with <b>Shift+Click</b> make a cusp node, <b>Enter</b> to finish the path" msgstr "" -"<b>Segment de droite</b> : angle %3.2f°, distance %s ; <b>Ctrl</b> pour " -"tourner par incréments ; <b>Entrée</b> pour terminer le chemin" +"<b>Segment de droite</b> : angle %3.2f°, distance %s ; <b>Ctrl</b> pour tourner par incréments ; <b>Entrée</b> pour terminer le chemin" #: ../src/ui/tools/pen-tool.cpp:1808 #, c-format -msgid "" -"<b>Curve handle</b>: angle %3.2f°, length %s; with <b>Ctrl</b> to snap " -"angle" -msgstr "" -"<b>Poignée de contrôle</b>: angle %3.2f°, longueur %s; <b>Ctrl</b> pour " -"tourner par incréments" +msgid "<b>Curve handle</b>: angle %3.2f°, length %s; with <b>Ctrl</b> to snap angle" +msgstr "<b>Poignée de contrôle</b>: angle %3.2f°, longueur %s; <b>Ctrl</b> pour tourner par incréments" #: ../src/ui/tools/pen-tool.cpp:1832 #, c-format -msgid "" -"<b>Curve handle, symmetric</b>: angle %3.2f°, length %s; with <b>Ctrl</" -"b> to snap angle, with <b>Shift</b> to move this handle only" +msgid "<b>Curve handle, symmetric</b>: angle %3.2f°, length %s; with <b>Ctrl</b> to snap angle, with <b>Shift</b> to move this handle only" msgstr "" -"<b>Poignée de la courbe, symétrique</b> : angle %3.2f°, longueur %s ; " -"avec <b>Ctrl</b> pour tourner par incréments ; <b>Maj</b> pour ne déplacer " -"que cette poignée" +"<b>Poignée de la courbe, symétrique</b> : angle %3.2f°, longueur %s ; avec <b>Ctrl</b> pour tourner par incréments ; <b>Maj</b> pour ne " +"déplacer que cette poignée" #: ../src/ui/tools/pen-tool.cpp:1833 #, c-format -msgid "" -"<b>Curve handle</b>: angle %3.2f°, length %s; with <b>Ctrl</b> to snap " -"angle, with <b>Shift</b> to move this handle only" +msgid "<b>Curve handle</b>: angle %3.2f°, length %s; with <b>Ctrl</b> to snap angle, with <b>Shift</b> to move this handle only" msgstr "" -"<b>Poignée de la courbe</b> : angle %3.2f°, longueur %s ; avec <b>Ctrl</" -"b> pour tourner par incréments ; <b>Maj</b> pour ne déplacer que cette " -"poignée" +"<b>Poignée de la courbe</b> : angle %3.2f°, longueur %s ; avec <b>Ctrl</b> pour tourner par incréments ; <b>Maj</b> pour ne déplacer que " +"cette poignée" #: ../src/ui/tools/pen-tool.cpp:1967 msgid "Drawing finished" @@ -24455,60 +21944,38 @@ msgid "Finishing freehand" msgstr "Dessin à main levée terminé" #: ../src/ui/tools/pencil-tool.cpp:504 -msgid "" -"<b>Sketch mode</b>: holding <b>Alt</b> interpolates between sketched paths. " -"Release <b>Alt</b> to finalize." +msgid "<b>Sketch mode</b>: holding <b>Alt</b> interpolates between sketched paths. Release <b>Alt</b> to finalize." msgstr "" -"<b>Mode croquis</b> : maintenir <b>Alt</b> pour réaliser une interpolation " -"entre les chemins croqués. Relacher <b>Alt</b> pour finaliser." +"<b>Mode croquis</b> : maintenir <b>Alt</b> pour réaliser une interpolation entre les chemins croqués. Relacher <b>Alt</b> pour finaliser." #: ../src/ui/tools/pencil-tool.cpp:531 msgid "Finishing freehand sketch" msgstr "Croquis à main levée terminé" #: ../src/ui/tools/rect-tool.cpp:277 -msgid "" -"<b>Ctrl</b>: make square or integer-ratio rect, lock a rounded corner " -"circular" -msgstr "" -"<b>Ctrl</b> : forcer un rectangle carré ou de ratio entier, préserver le " -"rayon d'arrondi d'un coin" +msgid "<b>Ctrl</b>: make square or integer-ratio rect, lock a rounded corner circular" +msgstr "<b>Ctrl</b> : forcer un rectangle carré ou de ratio entier, préserver le rayon d'arrondi d'un coin" #: ../src/ui/tools/rect-tool.cpp:438 #, c-format -msgid "" -"<b>Rectangle</b>: %s × %s (constrained to ratio %d:%d); with <b>Shift</" -"b> to draw around the starting point" -msgstr "" -"<b>Rectangle</b> : %s × %s; (contraint de ratio %d:%d) ; <b>Maj</b> " -"pour dessiner autour du point de départ" +msgid "<b>Rectangle</b>: %s × %s (constrained to ratio %d:%d); with <b>Shift</b> to draw around the starting point" +msgstr "<b>Rectangle</b> : %s × %s; (contraint de ratio %d:%d) ; <b>Maj</b> pour dessiner autour du point de départ" #: ../src/ui/tools/rect-tool.cpp:441 #, c-format -msgid "" -"<b>Rectangle</b>: %s × %s (constrained to golden ratio 1.618 : 1); with " -"<b>Shift</b> to draw around the starting point" -msgstr "" -"<b>Rectangle</b> : %s × %s; (contraint au ratio du Nombre d'Or 1.618 : " -"1) ; <b>Maj</b> dessiner autour du point de départ" +msgid "<b>Rectangle</b>: %s × %s (constrained to golden ratio 1.618 : 1); with <b>Shift</b> to draw around the starting point" +msgstr "<b>Rectangle</b> : %s × %s; (contraint au ratio du Nombre d'Or 1.618 : 1) ; <b>Maj</b> dessiner autour du point de départ" #: ../src/ui/tools/rect-tool.cpp:443 #, c-format -msgid "" -"<b>Rectangle</b>: %s × %s (constrained to golden ratio 1 : 1.618); with " -"<b>Shift</b> to draw around the starting point" -msgstr "" -"<b>Rectangle</b> : %s × %s; (contraint au ratio du Nombre d'Or 1 : " -"1.618) ; <b>Maj</b> pour dessiner autour du point de départ" +msgid "<b>Rectangle</b>: %s × %s (constrained to golden ratio 1 : 1.618); with <b>Shift</b> to draw around the starting point" +msgstr "<b>Rectangle</b> : %s × %s; (contraint au ratio du Nombre d'Or 1 : 1.618) ; <b>Maj</b> pour dessiner autour du point de départ" #: ../src/ui/tools/rect-tool.cpp:447 #, c-format msgid "" -"<b>Rectangle</b>: %s × %s; with <b>Ctrl</b> to make square or integer-" -"ratio rectangle; with <b>Shift</b> to draw around the starting point" -msgstr "" -"<b>Rectangle</b> : %s × %s; <b>Ctrl</b> forcer un rectangle carré ou de " -"ratio entier; <b>Maj</b> dessiner autour du point de départ" +"<b>Rectangle</b>: %s × %s; with <b>Ctrl</b> to make square or integer-ratio rectangle; with <b>Shift</b> to draw around the starting point" +msgstr "<b>Rectangle</b> : %s × %s; <b>Ctrl</b> forcer un rectangle carré ou de ratio entier; <b>Maj</b> dessiner autour du point de départ" #: ../src/ui/tools/rect-tool.cpp:470 msgid "Create rectangle" @@ -24516,17 +21983,12 @@ msgstr "Créer un rectangle" #: ../src/ui/tools/select-tool.cpp:160 msgid "Click selection to toggle scale/rotation handles" -msgstr "" -"Cliquer sur la sélection pour alterner entre poignées de redimensionnement " -"et de rotation" +msgstr "Cliquer sur la sélection pour alterner entre poignées de redimensionnement et de rotation" #: ../src/ui/tools/select-tool.cpp:161 -msgid "" -"No objects selected. Click, Shift+click, Alt+scroll mouse on top of objects, " -"or drag around objects to select." +msgid "No objects selected. Click, Shift+click, Alt+scroll mouse on top of objects, or drag around objects to select." msgstr "" -"Aucun objet sélectionné. Sélectionnez des objets par Clic, Maj+Clic ou Alt" -"+molette, ou cliquez-déplacez autour des objets à sélectionner." +"Aucun objet sélectionné. Sélectionnez des objets par Clic, Maj+Clic ou Alt+molette, ou cliquez-déplacez autour des objets à sélectionner." #: ../src/ui/tools/select-tool.cpp:214 msgid "Move canceled." @@ -24537,40 +21999,26 @@ msgid "Selection canceled." msgstr "Sélection annulée." #: ../src/ui/tools/select-tool.cpp:644 -msgid "" -"<b>Draw over</b> objects to select them; release <b>Alt</b> to switch to " -"rubberband selection" +msgid "<b>Draw over</b> objects to select them; release <b>Alt</b> to switch to rubberband selection" msgstr "" -"<b>Tracer</b> un trait passant par des objets pour les sélectionner. Lâcher " -"la touche <b>Alt</b> pour repasser en mode sélection rectangle" +"<b>Tracer</b> un trait passant par des objets pour les sélectionner. Lâcher la touche <b>Alt</b> pour repasser en mode sélection rectangle" #: ../src/ui/tools/select-tool.cpp:646 -msgid "" -"<b>Drag around</b> objects to select them; press <b>Alt</b> to switch to " -"touch selection" -msgstr "" -"<b>Entourer</b> les objets pour les sélectionner; appuyer sur <b>Alt</b> " -"pour passer en « toucher pour sélectionner »" +msgid "<b>Drag around</b> objects to select them; press <b>Alt</b> to switch to touch selection" +msgstr "<b>Entourer</b> les objets pour les sélectionner; appuyer sur <b>Alt</b> pour passer en « toucher pour sélectionner »" #: ../src/ui/tools/select-tool.cpp:939 msgid "<b>Ctrl</b>: click to select in groups; drag to move hor/vert" -msgstr "" -"<b>Ctrl</b> : Cliquer pour sélectionner dans les groupes; cliquer-déplacer " -"pour déplacer horizontalement/verticalment" +msgstr "<b>Ctrl</b> : Cliquer pour sélectionner dans les groupes; cliquer-déplacer pour déplacer horizontalement/verticalment" #: ../src/ui/tools/select-tool.cpp:940 msgid "<b>Shift</b>: click to toggle select; drag for rubberband selection" -msgstr "" -"<b>Maj</b> : cliquer pour inverser l'état de sélection, cliquer-déplacer " -"pour activer la sélection rectangle" +msgstr "<b>Maj</b> : cliquer pour inverser l'état de sélection, cliquer-déplacer pour activer la sélection rectangle" #: ../src/ui/tools/select-tool.cpp:941 -msgid "" -"<b>Alt</b>: click to select under; scroll mouse-wheel to cycle-select; drag " -"to move selected or select by touch" +msgid "<b>Alt</b>: click to select under; scroll mouse-wheel to cycle-select; drag to move selected or select by touch" msgstr "" -"<b>Alt</b> : cliquer pour sélectionner sous, utiliser la molette pour " -"sélectionner cycliquement, cliquer-déplacer pour déplacer ou passer en " +"<b>Alt</b> : cliquer pour sélectionner sous, utiliser la molette pour sélectionner cycliquement, cliquer-déplacer pour déplacer ou passer en " "« toucher pour sélectionner »" #: ../src/ui/tools/select-tool.cpp:1149 @@ -24587,11 +22035,8 @@ msgstr "<b>Alt</b> : verrouiller le rayon de la spirale" #: ../src/ui/tools/spiral-tool.cpp:390 #, c-format -msgid "" -"<b>Spiral</b>: radius %s, angle %5g°; with <b>Ctrl</b> to snap angle" -msgstr "" -"<b>Spirale</b> : rayon %s, angle %5g° ; avec <b>Ctrl</b> pour tourner " -"par incréments" +msgid "<b>Spiral</b>: radius %s, angle %5g°; with <b>Ctrl</b> to snap angle" +msgstr "<b>Spirale</b> : rayon %s, angle %5g° ; avec <b>Ctrl</b> pour tourner par incréments" #: ../src/ui/tools/spiral-tool.cpp:411 msgid "Create spiral" @@ -24610,30 +22055,18 @@ msgstr "<b>Rien</b> n'a été sélectionné." #: ../src/ui/tools/spray-tool.cpp:180 #, c-format -msgid "" -"%s. Drag, click or click and scroll to spray <b>copies</b> of the initial " -"selection." -msgstr "" -"%s. Cliquer-déplacer, cliquer ou défiler pour pulvériser des <b>copies</b> " -"de la sélection initiale." +msgid "%s. Drag, click or click and scroll to spray <b>copies</b> of the initial selection." +msgstr "%s. Cliquer-déplacer, cliquer ou défiler pour pulvériser des <b>copies</b> de la sélection initiale." #: ../src/ui/tools/spray-tool.cpp:183 #, c-format -msgid "" -"%s. Drag, click or click and scroll to spray <b>clones</b> of the initial " -"selection." -msgstr "" -"%s. Cliquer-déplacer, cliquer ou défiler pour pulvériser des <b>clones</b> " -"de la sélection initiale." +msgid "%s. Drag, click or click and scroll to spray <b>clones</b> of the initial selection." +msgstr "%s. Cliquer-déplacer, cliquer ou défiler pour pulvériser des <b>clones</b> de la sélection initiale." #: ../src/ui/tools/spray-tool.cpp:186 #, c-format -msgid "" -"%s. Drag, click or click and scroll to spray in a <b>single path</b> of the " -"initial selection." -msgstr "" -"%s. Cliquer-déplacer, cliquer ou défiler pour pulvériser dans un <b>chemin " -"unique</b> la sélection initiale." +msgid "%s. Drag, click or click and scroll to spray in a <b>single path</b> of the initial selection." +msgstr "%s. Cliquer-déplacer, cliquer ou défiler pour pulvériser dans un <b>chemin unique</b> la sélection initiale." #: ../src/ui/tools/spray-tool.cpp:618 msgid "<b>Nothing selected!</b> Select objects to spray." @@ -24653,23 +22086,17 @@ msgstr "Pulvérisation par union des formes" #: ../src/ui/tools/star-tool.cpp:261 msgid "<b>Ctrl</b>: snap angle; keep rays radial" -msgstr "" -"<b>Ctrl</b> pour tourner par incréments; forcer la radialité des branches" +msgstr "<b>Ctrl</b> pour tourner par incréments; forcer la radialité des branches" #: ../src/ui/tools/star-tool.cpp:407 #, c-format -msgid "" -"<b>Polygon</b>: radius %s, angle %5g°; with <b>Ctrl</b> to snap angle" -msgstr "" -"<b>Polygone</b> : rayon %s, angle %5g° ; <b>Ctrl</b> pour tourner par " -"incréments" +msgid "<b>Polygon</b>: radius %s, angle %5g°; with <b>Ctrl</b> to snap angle" +msgstr "<b>Polygone</b> : rayon %s, angle %5g° ; <b>Ctrl</b> pour tourner par incréments" #: ../src/ui/tools/star-tool.cpp:408 #, c-format msgid "<b>Star</b>: radius %s, angle %5g°; with <b>Ctrl</b> to snap angle" -msgstr "" -"<b>Étoile</b> : rayon %s, angle %5g° ; <b>Ctrl</b> pour tourner/" -"incliner par incréments" +msgstr "<b>Étoile</b> : rayon %s, angle %5g° ; <b>Ctrl</b> pour tourner/incliner par incréments" #: ../src/ui/tools/star-tool.cpp:436 msgid "Create star" @@ -24677,16 +22104,11 @@ msgstr "Créer une étoile" #: ../src/ui/tools/text-tool.cpp:370 msgid "<b>Click</b> to edit the text, <b>drag</b> to select part of the text." -msgstr "" -"<b>Cliquer</b> pour éditer le texte, <b>cliquer-déplacer</b> pour " -"sélectionner une partie du texte." +msgstr "<b>Cliquer</b> pour éditer le texte, <b>cliquer-déplacer</b> pour sélectionner une partie du texte." #: ../src/ui/tools/text-tool.cpp:372 -msgid "" -"<b>Click</b> to edit the flowed text, <b>drag</b> to select part of the text." -msgstr "" -"<b>Cliquer</b> pour éditer le texte encadré, <b>cliquer-déplacer</b> pour " -"sélectionner une partie du texte." +msgid "<b>Click</b> to edit the flowed text, <b>drag</b> to select part of the text." +msgstr "<b>Cliquer</b> pour éditer le texte encadré, <b>cliquer-déplacer</b> pour sélectionner une partie du texte." #: ../src/ui/tools/text-tool.cpp:426 msgid "Create text" @@ -24727,12 +22149,8 @@ msgid "Create flowed text" msgstr "Créer un texte encadré" #: ../src/ui/tools/text-tool.cpp:658 -msgid "" -"The frame is <b>too small</b> for the current font size. Flowed text not " -"created." -msgstr "" -"Le cadre est <b>trop petit</b> pour la taille de police courante. Le texte " -"encadré n'a pas été créé." +msgid "The frame is <b>too small</b> for the current font size. Flowed text not created." +msgstr "Le cadre est <b>trop petit</b> pour la taille de police courante. Le texte encadré n'a pas été créé." #: ../src/ui/tools/text-tool.cpp:794 msgid "No-break space" @@ -24804,30 +22222,17 @@ msgstr "Coller le texte" #: ../src/ui/tools/text-tool.cpp:1573 #, c-format -msgid "" -"Type or edit flowed text (%d character%s); <b>Enter</b> to start new " -"paragraph." -msgid_plural "" -"Type or edit flowed text (%d characters%s); <b>Enter</b> to start new " -"paragraph." -msgstr[0] "" -"Saisir ou modifier le texte encadré (%d caractère%s) ; <b>Entrée</b> pour " -"commencer un nouveau paragraphe." -msgstr[1] "" -"Saisir ou modifier le texte encadré (%d caractères%s) ; <b>Entrée</b> pour " -"commencer un nouveau paragraphe." +msgid "Type or edit flowed text (%d character%s); <b>Enter</b> to start new paragraph." +msgid_plural "Type or edit flowed text (%d characters%s); <b>Enter</b> to start new paragraph." +msgstr[0] "Saisir ou modifier le texte encadré (%d caractère%s) ; <b>Entrée</b> pour commencer un nouveau paragraphe." +msgstr[1] "Saisir ou modifier le texte encadré (%d caractères%s) ; <b>Entrée</b> pour commencer un nouveau paragraphe." #: ../src/ui/tools/text-tool.cpp:1575 #, c-format msgid "Type or edit text (%d character%s); <b>Enter</b> to start new line." -msgid_plural "" -"Type or edit text (%d characters%s); <b>Enter</b> to start new line." -msgstr[0] "" -"Saisir ou modifier le texte (%d caractère%s) ; <b>Entrée</b> pour commencer " -"une nouvelle ligne." -msgstr[1] "" -"Saisir ou modifier le texte (%d caractères%s) ; <b>Entrée</b> pour commencer " -"une nouvelle ligne." +msgid_plural "Type or edit text (%d characters%s); <b>Enter</b> to start new line." +msgstr[0] "Saisir ou modifier le texte (%d caractère%s) ; <b>Entrée</b> pour commencer une nouvelle ligne." +msgstr[1] "Saisir ou modifier le texte (%d caractères%s) ; <b>Entrée</b> pour commencer une nouvelle ligne." #: ../src/ui/tools/text-tool.cpp:1685 msgid "Type text" @@ -24845,9 +22250,7 @@ msgstr "%s. Cliquer-glisser pour <b>déplacer</b>." #: ../src/ui/tools/tweak-tool.cpp:168 #, c-format msgid "%s. Drag or click to <b>move in</b>; with Shift to <b>move out</b>." -msgstr "" -"%s. Cliquer-glisser ou cliquer pour <b>rapprocher</b>; avec Maj pour " -"<b>éloigner</b>." +msgstr "%s. Cliquer-glisser ou cliquer pour <b>rapprocher</b>; avec Maj pour <b>éloigner</b>." #: ../src/ui/tools/tweak-tool.cpp:176 #, c-format @@ -24857,24 +22260,17 @@ msgstr "%s. Glisser ou cliquer pour <b>déplacer aléatoirement</b>." #: ../src/ui/tools/tweak-tool.cpp:180 #, c-format msgid "%s. Drag or click to <b>scale down</b>; with Shift to <b>scale up</b>." -msgstr "" -"%s. Cliquer-glisser ou cliquer pour <b>réduire</b>; avec Maj pour " -"<b>agrandir</b>." +msgstr "%s. Cliquer-glisser ou cliquer pour <b>réduire</b>; avec Maj pour <b>agrandir</b>." #: ../src/ui/tools/tweak-tool.cpp:188 #, c-format -msgid "" -"%s. Drag or click to <b>rotate clockwise</b>; with Shift, " -"<b>counterclockwise</b>." -msgstr "" -"%s. Glisser ou cliquer pour <b>pivoter dans le sens horaire</b> ; avec Maj, " -"<b>dans le sens anti-horaire</b>." +msgid "%s. Drag or click to <b>rotate clockwise</b>; with Shift, <b>counterclockwise</b>." +msgstr "%s. Glisser ou cliquer pour <b>pivoter dans le sens horaire</b> ; avec Maj, <b>dans le sens anti-horaire</b>." #: ../src/ui/tools/tweak-tool.cpp:196 #, c-format msgid "%s. Drag or click to <b>duplicate</b>; with Shift, <b>delete</b>." -msgstr "" -"%s. Glisser ou cliquer pour <b>dupliquer</b> ; avec Maj, <b>supprime</b>." +msgstr "%s. Glisser ou cliquer pour <b>dupliquer</b> ; avec Maj, <b>supprime</b>." #: ../src/ui/tools/tweak-tool.cpp:204 #, c-format @@ -24884,16 +22280,12 @@ msgstr "%s. Glisser pour <b>pousser les chemins</b>." #: ../src/ui/tools/tweak-tool.cpp:208 #, c-format msgid "%s. Drag or click to <b>inset paths</b>; with Shift to <b>outset</b>." -msgstr "" -"%s. Cliquer-glisser ou cliquer pour <b>rétrécir les chemins</b>; avec Maj " -"pour les <b>élargir</b>." +msgstr "%s. Cliquer-glisser ou cliquer pour <b>rétrécir les chemins</b>; avec Maj pour les <b>élargir</b>." #: ../src/ui/tools/tweak-tool.cpp:216 #, c-format msgid "%s. Drag or click to <b>attract paths</b>; with Shift to <b>repel</b>." -msgstr "" -"%s. Cliquer-glisser ou cliquer pour <b>attirer les chemins</b>; avec Maj " -"pour les <b>repousser</b>." +msgstr "%s. Cliquer-glisser ou cliquer pour <b>attirer les chemins</b>; avec Maj pour les <b>repousser</b>." #: ../src/ui/tools/tweak-tool.cpp:224 #, c-format @@ -24903,24 +22295,17 @@ msgstr "%s. Cliquer-glisser ou cliquer pour <b>rendre les chemins rugueux</b>." #: ../src/ui/tools/tweak-tool.cpp:228 #, c-format msgid "%s. Drag or click to <b>paint objects</b> with color." -msgstr "" -"%s. Cliquer-glisser ou cliquer pour <b>peindre les objets</b> avec une " -"couleur." +msgstr "%s. Cliquer-glisser ou cliquer pour <b>peindre les objets</b> avec une couleur." #: ../src/ui/tools/tweak-tool.cpp:232 #, c-format msgid "%s. Drag or click to <b>randomize colors</b>." -msgstr "" -"%s. Cliquer-glisser ou cliquer pour <b>peindre avec une couleur aléatoire</" -"b>." +msgstr "%s. Cliquer-glisser ou cliquer pour <b>peindre avec une couleur aléatoire</b>." #: ../src/ui/tools/tweak-tool.cpp:236 #, c-format -msgid "" -"%s. Drag or click to <b>increase blur</b>; with Shift to <b>decrease</b>." -msgstr "" -"%s. Cliquer-glisser ou cliquer pour <b>augmenter le flou</b>; avec Maj pour " -"le <b>diminuer</b>." +msgid "%s. Drag or click to <b>increase blur</b>; with Shift to <b>decrease</b>." +msgstr "%s. Cliquer-glisser ou cliquer pour <b>augmenter le flou</b>; avec Maj pour le <b>diminuer</b>." #: ../src/ui/tools/tweak-tool.cpp:1191 msgid "<b>Nothing selected!</b> Select objects to tweak." @@ -24983,21 +22368,18 @@ msgid "Hexadecimal RGBA value of the color" msgstr "Valeur hexadécimale RVBA de la couleur" # Red (in RGB) -#: ../src/ui/widget/color-icc-selector.cpp:176 -#: ../src/ui/widget/color-scales.cpp:378 +#: ../src/ui/widget/color-icc-selector.cpp:176 ../src/ui/widget/color-scales.cpp:378 msgid "_R:" msgstr "_R :" # Green (in RGB) #. TYPE_RGB_16 -#: ../src/ui/widget/color-icc-selector.cpp:177 -#: ../src/ui/widget/color-scales.cpp:381 +#: ../src/ui/widget/color-icc-selector.cpp:177 ../src/ui/widget/color-scales.cpp:381 msgid "_G:" msgstr "_V :" # Blue (in RGB) -#: ../src/ui/widget/color-icc-selector.cpp:178 -#: ../src/ui/widget/color-scales.cpp:384 +#: ../src/ui/widget/color-icc-selector.cpp:178 ../src/ui/widget/color-scales.cpp:384 msgid "_B:" msgstr "_B :" @@ -25007,52 +22389,40 @@ msgstr "Niveaux de gris" # Hue (in HSL) #. TYPE_GRAY_16 -#: ../src/ui/widget/color-icc-selector.cpp:182 -#: ../src/ui/widget/color-icc-selector.cpp:186 -#: ../src/ui/widget/color-scales.cpp:404 +#: ../src/ui/widget/color-icc-selector.cpp:182 ../src/ui/widget/color-icc-selector.cpp:186 ../src/ui/widget/color-scales.cpp:404 msgid "_H:" msgstr "_T :" # Saturation (in HSL) #. TYPE_HSV_16 -#: ../src/ui/widget/color-icc-selector.cpp:183 -#: ../src/ui/widget/color-icc-selector.cpp:188 -#: ../src/ui/widget/color-scales.cpp:407 +#: ../src/ui/widget/color-icc-selector.cpp:183 ../src/ui/widget/color-icc-selector.cpp:188 ../src/ui/widget/color-scales.cpp:407 msgid "_S:" msgstr "_S :" # Luminosity (in HSL) #. TYPE_HLS_16 -#: ../src/ui/widget/color-icc-selector.cpp:187 -#: ../src/ui/widget/color-scales.cpp:410 +#: ../src/ui/widget/color-icc-selector.cpp:187 ../src/ui/widget/color-scales.cpp:410 msgid "_L:" msgstr "_L :" # Cyan (in CYMK) -#: ../src/ui/widget/color-icc-selector.cpp:190 -#: ../src/ui/widget/color-icc-selector.cpp:195 -#: ../src/ui/widget/color-scales.cpp:432 +#: ../src/ui/widget/color-icc-selector.cpp:190 ../src/ui/widget/color-icc-selector.cpp:195 ../src/ui/widget/color-scales.cpp:432 msgid "_C:" msgstr "_C :" # Magenta (in CYMK) #. TYPE_CMYK_16 #. TYPE_CMY_16 -#: ../src/ui/widget/color-icc-selector.cpp:191 -#: ../src/ui/widget/color-icc-selector.cpp:196 -#: ../src/ui/widget/color-scales.cpp:435 +#: ../src/ui/widget/color-icc-selector.cpp:191 ../src/ui/widget/color-icc-selector.cpp:196 ../src/ui/widget/color-scales.cpp:435 msgid "_M:" msgstr "_M :" -#: ../src/ui/widget/color-icc-selector.cpp:192 -#: ../src/ui/widget/color-icc-selector.cpp:197 -#: ../src/ui/widget/color-scales.cpp:438 +#: ../src/ui/widget/color-icc-selector.cpp:192 ../src/ui/widget/color-icc-selector.cpp:197 ../src/ui/widget/color-scales.cpp:438 msgid "_Y:" msgstr "_J :" # BlacK (in CYMK) -#: ../src/ui/widget/color-icc-selector.cpp:193 -#: ../src/ui/widget/color-scales.cpp:441 +#: ../src/ui/widget/color-icc-selector.cpp:193 ../src/ui/widget/color-scales.cpp:441 msgid "_K:" msgstr "_N :" @@ -25066,24 +22436,18 @@ msgstr "Fixer" #: ../src/ui/widget/color-icc-selector.cpp:379 msgid "Fix RGB fallback to match icc-color() value." -msgstr "" -"Fixer une valeur RVB de secours pour correspondre à la valeur icc-color()." +msgstr "Fixer une valeur RVB de secours pour correspondre à la valeur icc-color()." # Alpha (opacity) #. Label -#: ../src/ui/widget/color-icc-selector.cpp:491 -#: ../src/ui/widget/color-scales.cpp:387 ../src/ui/widget/color-scales.cpp:413 -#: ../src/ui/widget/color-scales.cpp:444 -#: ../src/ui/widget/color-wheel-selector.cpp:83 +#: ../src/ui/widget/color-icc-selector.cpp:491 ../src/ui/widget/color-scales.cpp:387 ../src/ui/widget/color-scales.cpp:413 +#: ../src/ui/widget/color-scales.cpp:444 ../src/ui/widget/color-wheel-selector.cpp:83 msgid "_A:" msgstr "_A :" -#: ../src/ui/widget/color-icc-selector.cpp:502 -#: ../src/ui/widget/color-icc-selector.cpp:513 -#: ../src/ui/widget/color-scales.cpp:388 ../src/ui/widget/color-scales.cpp:389 -#: ../src/ui/widget/color-scales.cpp:414 ../src/ui/widget/color-scales.cpp:415 -#: ../src/ui/widget/color-scales.cpp:445 ../src/ui/widget/color-scales.cpp:446 -#: ../src/ui/widget/color-wheel-selector.cpp:112 +#: ../src/ui/widget/color-icc-selector.cpp:502 ../src/ui/widget/color-icc-selector.cpp:513 ../src/ui/widget/color-scales.cpp:388 +#: ../src/ui/widget/color-scales.cpp:389 ../src/ui/widget/color-scales.cpp:414 ../src/ui/widget/color-scales.cpp:415 +#: ../src/ui/widget/color-scales.cpp:445 ../src/ui/widget/color-scales.cpp:446 ../src/ui/widget/color-wheel-selector.cpp:112 #: ../src/ui/widget/color-wheel-selector.cpp:142 msgid "Alpha (opacity)" msgstr "Alpha (opacité)" @@ -25349,8 +22713,7 @@ msgid "Small-caps (lowercase). OpenType table: 'smcp'" msgstr "" #: ../src/ui/widget/font-variants.cpp:140 -msgid "" -"All small-caps (uppercase and lowercase). OpenType tables: 'c2sc' and 'smcp'" +msgid "All small-caps (uppercase and lowercase). OpenType tables: 'c2sc' and 'smcp'" msgstr "" #: ../src/ui/widget/font-variants.cpp:141 @@ -25358,20 +22721,15 @@ msgid "Petite-caps (lowercase). OpenType table: 'pcap'" msgstr "" #: ../src/ui/widget/font-variants.cpp:142 -msgid "" -"All petite-caps (uppercase and lowercase). OpenType tables: 'c2sc' and 'pcap'" +msgid "All petite-caps (uppercase and lowercase). OpenType tables: 'c2sc' and 'pcap'" msgstr "" #: ../src/ui/widget/font-variants.cpp:143 -msgid "" -"Unicase (small caps for uppercase, normal for lowercase). OpenType table: " -"'unic'" +msgid "Unicase (small caps for uppercase, normal for lowercase). OpenType table: 'unic'" msgstr "" #: ../src/ui/widget/font-variants.cpp:144 -msgid "" -"Titling caps (lighter-weight uppercase for use in titles). OpenType table: " -"'titl'" +msgid "Titling caps (lighter-weight uppercase for use in titles). OpenType table: 'titl'" msgstr "" #. Numeric ------------------------------ @@ -25458,9 +22816,7 @@ msgstr "Autre" msgid "Document license updated" msgstr "Nettoyage du document" -#: ../src/ui/widget/object-composite-settings.cpp:47 -#: ../src/ui/widget/selected-style.cpp:1119 -#: ../src/ui/widget/selected-style.cpp:1120 +#: ../src/ui/widget/object-composite-settings.cpp:47 ../src/ui/widget/selected-style.cpp:1119 ../src/ui/widget/selected-style.cpp:1120 msgid "Opacity (%)" msgstr "Opacité (%)" @@ -25468,9 +22824,7 @@ msgstr "Opacité (%)" msgid "Change blur" msgstr "Modifier le flou" -#: ../src/ui/widget/object-composite-settings.cpp:200 -#: ../src/ui/widget/selected-style.cpp:943 -#: ../src/ui/widget/selected-style.cpp:1245 +#: ../src/ui/widget/object-composite-settings.cpp:200 ../src/ui/widget/selected-style.cpp:943 ../src/ui/widget/selected-style.cpp:1245 msgid "Change opacity" msgstr "Modifier l'opacité" @@ -25560,18 +22914,13 @@ msgid "_Resize page to drawing or selection" msgstr "A_juster la page au dessin ou à la sélection" #: ../src/ui/widget/page-sizer.cpp:448 -msgid "" -"Resize the page to fit the current selection, or the entire drawing if there " -"is no selection" -msgstr "" -"Redimensionner la page pour l'ajuster à la sélection, ou au dessin entier " -"s'il n'y a pas de sélection" +msgid "Resize the page to fit the current selection, or the entire drawing if there is no selection" +msgstr "Redimensionner la page pour l'ajuster à la sélection, ou au dessin entier s'il n'y a pas de sélection" #: ../src/ui/widget/page-sizer.cpp:479 msgid "" -"While SVG allows non-uniform scaling it is recommended to use only uniform " -"scaling in Inkscape. To set a non-uniform scaling, set the 'viewBox' " -"directly." +"While SVG allows non-uniform scaling it is recommended to use only uniform scaling in Inkscape. To set a non-uniform scaling, set the " +"'viewBox' directly." msgstr "" #: ../src/ui/widget/page-sizer.cpp:483 @@ -25695,12 +23044,8 @@ msgid "Select a bitmap editor" msgstr "Sélectionnez un éditeur de bitmap" #: ../src/ui/widget/random.cpp:84 -msgid "" -"Reseed the random number generator; this creates a different sequence of " -"random numbers." -msgstr "" -"Réinitialiser le générateur pseudo-aléatoire; cela crée une nouvelle suite " -"de nombre aléatoires." +msgid "Reseed the random number generator; this creates a different sequence of random numbers." +msgstr "Réinitialiser le générateur pseudo-aléatoire; cela crée une nouvelle suite de nombre aléatoires." #: ../src/ui/widget/rendering-options.cpp:33 msgid "Backend" @@ -25724,26 +23069,21 @@ msgstr "Résolution préférée (point par pouce) du rendu." #: ../src/ui/widget/rendering-options.cpp:47 msgid "" -"Render using Cairo vector operations. The resulting image is usually " -"smaller in file size and can be arbitrarily scaled, but some filter effects " -"will not be correctly rendered." +"Render using Cairo vector operations. The resulting image is usually smaller in file size and can be arbitrarily scaled, but some filter " +"effects will not be correctly rendered." msgstr "" -"Utiliser les opérateurs vectoriels Cairo. Le fichier image résultant est en " -"général moins volumineux et reste redimensionnable; cependant les motifs de " -"remplissage seront perdus." +"Utiliser les opérateurs vectoriels Cairo. Le fichier image résultant est en général moins volumineux et reste redimensionnable; cependant les " +"motifs de remplissage seront perdus." #: ../src/ui/widget/rendering-options.cpp:52 msgid "" -"Render everything as bitmap. The resulting image is usually larger in file " -"size and cannot be arbitrarily scaled without quality loss, but all objects " -"will be rendered exactly as displayed." +"Render everything as bitmap. The resulting image is usually larger in file size and cannot be arbitrarily scaled without quality loss, but " +"all objects will be rendered exactly as displayed." msgstr "" -"Tout imprimer en tant que bitmap. Le fichier image résultant sera en général " -"plus volumineux et n'est plus redimensionnable sans perte de qualité, " -"cependant tous les objets seront rendus tels qu'affichés." +"Tout imprimer en tant que bitmap. Le fichier image résultant sera en général plus volumineux et n'est plus redimensionnable sans perte de " +"qualité, cependant tous les objets seront rendus tels qu'affichés." -#: ../src/ui/widget/selected-style.cpp:131 -#: ../src/ui/widget/style-swatch.cpp:127 +#: ../src/ui/widget/selected-style.cpp:131 ../src/ui/widget/style-swatch.cpp:127 msgid "Fill:" msgstr "Remplissage :" @@ -25756,9 +23096,7 @@ msgstr "O :" msgid "N/A" msgstr "N/A" -#: ../src/ui/widget/selected-style.cpp:181 -#: ../src/ui/widget/selected-style.cpp:1112 -#: ../src/ui/widget/selected-style.cpp:1113 +#: ../src/ui/widget/selected-style.cpp:181 ../src/ui/widget/selected-style.cpp:1112 ../src/ui/widget/selected-style.cpp:1113 #: ../src/widgets/gradient-toolbar.cpp:163 msgid "Nothing selected" msgstr "Aucune sélection" @@ -25773,30 +23111,25 @@ msgctxt "Stroke" msgid "<i>None</i>" msgstr "<i>Aucun</i>" -#: ../src/ui/widget/selected-style.cpp:190 -#: ../src/ui/widget/style-swatch.cpp:321 +#: ../src/ui/widget/selected-style.cpp:190 ../src/ui/widget/style-swatch.cpp:321 msgctxt "Fill and stroke" msgid "No fill" msgstr "Aucun remplissage" -#: ../src/ui/widget/selected-style.cpp:190 -#: ../src/ui/widget/style-swatch.cpp:321 +#: ../src/ui/widget/selected-style.cpp:190 ../src/ui/widget/style-swatch.cpp:321 msgctxt "Fill and stroke" msgid "No stroke" msgstr "Aucun contour" -#: ../src/ui/widget/selected-style.cpp:192 -#: ../src/ui/widget/style-swatch.cpp:300 ../src/widgets/paint-selector.cpp:231 +#: ../src/ui/widget/selected-style.cpp:192 ../src/ui/widget/style-swatch.cpp:300 ../src/widgets/paint-selector.cpp:231 msgid "Pattern" msgstr "Motif" -#: ../src/ui/widget/selected-style.cpp:195 -#: ../src/ui/widget/style-swatch.cpp:302 +#: ../src/ui/widget/selected-style.cpp:195 ../src/ui/widget/style-swatch.cpp:302 msgid "Pattern fill" msgstr "Motif de remplissage" -#: ../src/ui/widget/selected-style.cpp:195 -#: ../src/ui/widget/style-swatch.cpp:302 +#: ../src/ui/widget/selected-style.cpp:195 ../src/ui/widget/style-swatch.cpp:302 msgid "Pattern stroke" msgstr "Motif de contour" @@ -25804,13 +23137,11 @@ msgstr "Motif de contour" msgid "<b>L</b>" msgstr "<b>L</b>" -#: ../src/ui/widget/selected-style.cpp:200 -#: ../src/ui/widget/style-swatch.cpp:294 +#: ../src/ui/widget/selected-style.cpp:200 ../src/ui/widget/style-swatch.cpp:294 msgid "Linear gradient fill" msgstr "Dégradé linéaire de remplissage" -#: ../src/ui/widget/selected-style.cpp:200 -#: ../src/ui/widget/style-swatch.cpp:294 +#: ../src/ui/widget/selected-style.cpp:200 ../src/ui/widget/style-swatch.cpp:294 msgid "Linear gradient stroke" msgstr "Dégradé linéaire de contour" @@ -25818,13 +23149,11 @@ msgstr "Dégradé linéaire de contour" msgid "<b>R</b>" msgstr "<b>R</b>" -#: ../src/ui/widget/selected-style.cpp:210 -#: ../src/ui/widget/style-swatch.cpp:298 +#: ../src/ui/widget/selected-style.cpp:210 ../src/ui/widget/style-swatch.cpp:298 msgid "Radial gradient fill" msgstr "Dégradé radial de remplissage" -#: ../src/ui/widget/selected-style.cpp:210 -#: ../src/ui/widget/style-swatch.cpp:298 +#: ../src/ui/widget/selected-style.cpp:210 ../src/ui/widget/style-swatch.cpp:298 msgid "Radial gradient stroke" msgstr "Dégradé radial de contour" @@ -25855,22 +23184,17 @@ msgstr "Remplissages différents" msgid "Different strokes" msgstr "Contours différents" -#: ../src/ui/widget/selected-style.cpp:234 -#: ../src/ui/widget/style-swatch.cpp:324 +#: ../src/ui/widget/selected-style.cpp:234 ../src/ui/widget/style-swatch.cpp:324 msgid "<b>Unset</b>" msgstr "<b>Indéfini</b>" #. TRANSLATORS COMMENT: unset is a verb here -#: ../src/ui/widget/selected-style.cpp:237 -#: ../src/ui/widget/selected-style.cpp:295 -#: ../src/ui/widget/selected-style.cpp:575 +#: ../src/ui/widget/selected-style.cpp:237 ../src/ui/widget/selected-style.cpp:295 ../src/ui/widget/selected-style.cpp:575 #: ../src/ui/widget/style-swatch.cpp:326 ../src/widgets/fill-style.cpp:703 msgid "Unset fill" msgstr "Ne pas définir le remplissage" -#: ../src/ui/widget/selected-style.cpp:237 -#: ../src/ui/widget/selected-style.cpp:295 -#: ../src/ui/widget/selected-style.cpp:591 +#: ../src/ui/widget/selected-style.cpp:237 ../src/ui/widget/selected-style.cpp:295 ../src/ui/widget/selected-style.cpp:591 #: ../src/ui/widget/style-swatch.cpp:326 ../src/widgets/fill-style.cpp:703 msgid "Unset stroke" msgstr "Ne pas définir le contour" @@ -25933,14 +23257,11 @@ msgstr "Copier la couleur" msgid "Paste color" msgstr "Coller la couleur" -#: ../src/ui/widget/selected-style.cpp:286 -#: ../src/ui/widget/selected-style.cpp:868 +#: ../src/ui/widget/selected-style.cpp:286 ../src/ui/widget/selected-style.cpp:868 msgid "Swap fill and stroke" msgstr "Intervertir remplissage et contour" -#: ../src/ui/widget/selected-style.cpp:290 -#: ../src/ui/widget/selected-style.cpp:600 -#: ../src/ui/widget/selected-style.cpp:609 +#: ../src/ui/widget/selected-style.cpp:290 ../src/ui/widget/selected-style.cpp:600 ../src/ui/widget/selected-style.cpp:609 msgid "Make fill opaque" msgstr "Rendre le remplissage opaque" @@ -25948,13 +23269,11 @@ msgstr "Rendre le remplissage opaque" msgid "Make stroke opaque" msgstr "Rendre le contour opaque" -#: ../src/ui/widget/selected-style.cpp:299 -#: ../src/ui/widget/selected-style.cpp:557 ../src/widgets/fill-style.cpp:503 +#: ../src/ui/widget/selected-style.cpp:299 ../src/ui/widget/selected-style.cpp:557 ../src/widgets/fill-style.cpp:503 msgid "Remove fill" msgstr "Supprimer le remplissage" -#: ../src/ui/widget/selected-style.cpp:299 -#: ../src/ui/widget/selected-style.cpp:566 ../src/widgets/fill-style.cpp:503 +#: ../src/ui/widget/selected-style.cpp:299 ../src/ui/widget/selected-style.cpp:566 ../src/widgets/fill-style.cpp:503 msgid "Remove stroke" msgstr "Supprimer le contour" @@ -26038,13 +23357,11 @@ msgstr "Ajuster l'opacité" #: ../src/ui/widget/selected-style.cpp:1388 #, c-format msgid "" -"Adjusting <b>alpha</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Ctrl</" -"b> to adjust lightness, with <b>Shift</b> to adjust saturation, without " -"modifiers to adjust hue" +"Adjusting <b>alpha</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Ctrl</b> to adjust lightness, with <b>Shift</b> to adjust saturation, " +"without modifiers to adjust hue" msgstr "" -"Ajustement de l'<b>opacité</b> : valeur précédente %.3g, désormais <b>%.3g</" -"b> (diff. %.3g) ; <b>Ctrl</b> pour ajuster la luminosité, <b>Maj</b> pour " -"ajuster la saturation, sans touche modificatrice pour ajuster la teinte" +"Ajustement de l'<b>opacité</b> : valeur précédente %.3g, désormais <b>%.3g</b> (diff. %.3g) ; <b>Ctrl</b> pour ajuster la luminosité, <b>Maj</" +"b> pour ajuster la saturation, sans touche modificatrice pour ajuster la teinte" #: ../src/ui/widget/selected-style.cpp:1392 msgid "Adjust saturation" @@ -26053,13 +23370,11 @@ msgstr "Ajuster la saturation" #: ../src/ui/widget/selected-style.cpp:1394 #, c-format msgid "" -"Adjusting <b>saturation</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with " -"<b>Ctrl</b> to adjust lightness, with <b>Alt</b> to adjust alpha, without " -"modifiers to adjust hue" +"Adjusting <b>saturation</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Ctrl</b> to adjust lightness, with <b>Alt</b> to adjust alpha, " +"without modifiers to adjust hue" msgstr "" -"Ajustement de la <b>saturation</b> : valeur précédente %.3g, désormais <b>" -"%.3g</b> (diff. %.3g) ; <b>Ctrl</b> pour ajuster la luminosité, csans touche " -"modificatrice pour ajuster la teinte" +"Ajustement de la <b>saturation</b> : valeur précédente %.3g, désormais <b>%.3g</b> (diff. %.3g) ; <b>Ctrl</b> pour ajuster la luminosité, " +"csans touche modificatrice pour ajuster la teinte" #: ../src/ui/widget/selected-style.cpp:1398 msgid "Adjust lightness" @@ -26068,13 +23383,11 @@ msgstr "Ajuster la luminosité" #: ../src/ui/widget/selected-style.cpp:1400 #, c-format msgid "" -"Adjusting <b>lightness</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with " -"<b>Shift</b> to adjust saturation, with <b>Alt</b> to adjust alpha, without " -"modifiers to adjust hue" +"Adjusting <b>lightness</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Shift</b> to adjust saturation, with <b>Alt</b> to adjust alpha, " +"without modifiers to adjust hue" msgstr "" -"Ajustement de la <b>luminosité</b> : valeur précédente %.3g, désormais <b>" -"%.3g</b> (diff. %.3g) ; <b>Maj</b> pour ajuster la saturation, <b>Alt</b> " -"pour ajuster l'opacité, sans touche modificatrice pour ajuster la teinte" +"Ajustement de la <b>luminosité</b> : valeur précédente %.3g, désormais <b>%.3g</b> (diff. %.3g) ; <b>Maj</b> pour ajuster la saturation, " +"<b>Alt</b> pour ajuster l'opacité, sans touche modificatrice pour ajuster la teinte" #: ../src/ui/widget/selected-style.cpp:1404 msgid "Adjust hue" @@ -26083,25 +23396,20 @@ msgstr "Ajuster la teinte" #: ../src/ui/widget/selected-style.cpp:1406 #, c-format msgid "" -"Adjusting <b>hue</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Shift</" -"b> to adjust saturation, with <b>Alt</b> to adjust alpha, with <b>Ctrl</b> " -"to adjust lightness" +"Adjusting <b>hue</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Shift</b> to adjust saturation, with <b>Alt</b> to adjust alpha, with " +"<b>Ctrl</b> to adjust lightness" msgstr "" -"Ajustement de la <b>teinte</b> : valeur précédente %.3g, désormais <b>%.3g</" -"b> (diff. %.3g) ; <b>Maj</b> pour ajuster la saturation, <b>Ctrl</b> pour " -"ajuster la luminosité, <b>Alt</b> pour ajuster l'opacité" +"Ajustement de la <b>teinte</b> : valeur précédente %.3g, désormais <b>%.3g</b> (diff. %.3g) ; <b>Maj</b> pour ajuster la saturation, <b>Ctrl</" +"b> pour ajuster la luminosité, <b>Alt</b> pour ajuster l'opacité" -#: ../src/ui/widget/selected-style.cpp:1524 -#: ../src/ui/widget/selected-style.cpp:1538 +#: ../src/ui/widget/selected-style.cpp:1524 ../src/ui/widget/selected-style.cpp:1538 msgid "Adjust stroke width" msgstr "Ajustement de l'épaisseur du contour" #: ../src/ui/widget/selected-style.cpp:1525 #, c-format msgid "Adjusting <b>stroke width</b>: was %.3g, now <b>%.3g</b> (diff %.3g)" -msgstr "" -"Ajustement de l'<b>épaisseur du contour</b> : de %.3g vers <b>%.3g</b> (diff " -"%.3g)" +msgstr "Ajustement de l'<b>épaisseur du contour</b> : de %.3g vers <b>%.3g</b> (diff %.3g)" #. TRANSLATORS: "Link" means to _link_ two sliders together #: ../src/ui/widget/spin-scale.cpp:138 ../src/ui/widget/spin-slider.cpp:156 @@ -26162,40 +23470,25 @@ msgstr "Boîte 3D : déplacer le point de fuite" #: ../src/vanishing-point.cpp:330 #, c-format msgid "<b>Finite</b> vanishing point shared by <b>%d</b> box" -msgid_plural "" -"<b>Finite</b> vanishing point shared by <b>%d</b> boxes; drag with <b>Shift</" -"b> to separate selected box(es)" +msgid_plural "<b>Finite</b> vanishing point shared by <b>%d</b> boxes; drag with <b>Shift</b> to separate selected box(es)" msgstr[0] "Point de fuite <b>fini</b> partagé par <b>%d</b> boîte" -msgstr[1] "" -"Point de fuite <b>fini</b> partagé par <b>%d</b> boîtes; cliquer-déplacer " -"avec <b>Maj</b> pour séparer les boîte(s) sélectionnée(s)" +msgstr[1] "Point de fuite <b>fini</b> partagé par <b>%d</b> boîtes; cliquer-déplacer avec <b>Maj</b> pour séparer les boîte(s) sélectionnée(s)" #. This won't make sense any more when infinite VPs are not shown on the canvas, #. but currently we update the status message anyway #: ../src/vanishing-point.cpp:337 #, c-format msgid "<b>Infinite</b> vanishing point shared by <b>%d</b> box" -msgid_plural "" -"<b>Infinite</b> vanishing point shared by <b>%d</b> boxes; drag with " -"<b>Shift</b> to separate selected box(es)" +msgid_plural "<b>Infinite</b> vanishing point shared by <b>%d</b> boxes; drag with <b>Shift</b> to separate selected box(es)" msgstr[0] "Point de fuite <b>infini</b> partagé par <b>%d</b> boîte" -msgstr[1] "" -"Point de fuite <b>infini</b> partagé par <b>%d</b> boîtes; cliquer-déplacer " -"avec <b>Maj</b> pour séparer les boîte(s) sélectionnée(s)" +msgstr[1] "Point de fuite <b>infini</b> partagé par <b>%d</b> boîtes; cliquer-déplacer avec <b>Maj</b> pour séparer les boîte(s) sélectionnée(s)" #: ../src/vanishing-point.cpp:345 #, c-format -msgid "" -"shared by <b>%d</b> box; drag with <b>Shift</b> to separate selected box(es)" -msgid_plural "" -"shared by <b>%d</b> boxes; drag with <b>Shift</b> to separate selected " -"box(es)" -msgstr[0] "" -"partagé par <b>%d</b> boîte; déplacer avec <b>Maj</b> pour séparer les " -"boîte(s) sélectionnée(s)" -msgstr[1] "" -"partagé par <b>%d</b> boîtes; déplacer avec <b>Maj</b> pour séparer la boîte " -"sélectionnée" +msgid "shared by <b>%d</b> box; drag with <b>Shift</b> to separate selected box(es)" +msgid_plural "shared by <b>%d</b> boxes; drag with <b>Shift</b> to separate selected box(es)" +msgstr[0] "partagé par <b>%d</b> boîte; déplacer avec <b>Maj</b> pour séparer les boîte(s) sélectionnée(s)" +msgstr[1] "partagé par <b>%d</b> boîtes; déplacer avec <b>Maj</b> pour séparer la boîte sélectionnée" #: ../src/verbs.cpp:137 msgid "File" @@ -26209,9 +23502,7 @@ msgstr "Étiquette" msgid "Context" msgstr "Contexte" -#: ../src/verbs.cpp:270 ../src/verbs.cpp:2271 -#: ../share/extensions/jessyInk_view.inx.h:1 -#: ../share/extensions/polyhedron_3d.inx.h:26 +#: ../src/verbs.cpp:270 ../src/verbs.cpp:2271 ../share/extensions/jessyInk_view.inx.h:1 ../share/extensions/polyhedron_3d.inx.h:26 msgid "View" msgstr "Vue" @@ -26243,8 +23534,7 @@ msgstr "Transféré sur le calque précédent." msgid "Cannot go before first layer." msgstr "Impossible de transférer sous le premier calque." -#: ../src/verbs.cpp:1295 ../src/verbs.cpp:1362 ../src/verbs.cpp:1398 -#: ../src/verbs.cpp:1404 ../src/verbs.cpp:1428 ../src/verbs.cpp:1443 +#: ../src/verbs.cpp:1295 ../src/verbs.cpp:1362 ../src/verbs.cpp:1398 ../src/verbs.cpp:1404 ../src/verbs.cpp:1428 ../src/verbs.cpp:1443 msgid "No current layer." msgstr "Aucun calque courant." @@ -26429,9 +23719,7 @@ msgstr "_Recharger" #: ../src/verbs.cpp:2405 msgid "Revert to the last saved version of document (changes will be lost)" -msgstr "" -"Recharger le dernier enregistrement du document (les changements seront " -"perdus)" +msgstr "Recharger le dernier enregistrement du document (les changements seront perdus)" #: ../src/verbs.cpp:2406 msgid "Save document" @@ -26467,12 +23755,8 @@ msgid "Clean _up document" msgstr "Nettoyer le doc_ument" #: ../src/verbs.cpp:2415 -msgid "" -"Remove unused definitions (such as gradients or clipping paths) from the <" -"defs> of the document" -msgstr "" -"Retirer les définitions inutilisées (comme des dégradés ou des chemins de " -"découpe) des <defs> du document" +msgid "Remove unused definitions (such as gradients or clipping paths) from the <defs> of the document" +msgstr "Retirer les définitions inutilisées (comme des dégradés ou des chemins de découpe) des <defs> du document" #: ../src/verbs.cpp:2417 msgid "_Import..." @@ -26563,9 +23847,7 @@ msgstr "C_oller" #: ../src/verbs.cpp:2443 msgid "Paste objects from clipboard to mouse point, or paste text" -msgstr "" -"Coller les objets du presse-papiers sous le pointeur de souris, ou coller du " -"texte" +msgstr "Coller les objets du presse-papiers sous le pointeur de souris, ou coller du texte" #: ../src/verbs.cpp:2444 msgid "Paste _Style" @@ -26577,9 +23859,7 @@ msgstr "Appliquer le style de l'objet copié à la sélection" #: ../src/verbs.cpp:2447 msgid "Scale selection to match the size of the copied object" -msgstr "" -"Redimensionner la sélection afin de correspondre aux dimensions de l'objet " -"sélectionné" +msgstr "Redimensionner la sélection afin de correspondre aux dimensions de l'objet sélectionné" #: ../src/verbs.cpp:2448 msgid "Paste _Width" @@ -26587,9 +23867,7 @@ msgstr "Coller la _largeur" #: ../src/verbs.cpp:2449 msgid "Scale selection horizontally to match the width of the copied object" -msgstr "" -"Redimensionne horizontalement la sélection afin d'avoir la largeur de " -"l'objet copié" +msgstr "Redimensionne horizontalement la sélection afin d'avoir la largeur de l'objet copié" #: ../src/verbs.cpp:2450 msgid "Paste _Height" @@ -26597,9 +23875,7 @@ msgstr "Coller la _hauteur" #: ../src/verbs.cpp:2451 msgid "Scale selection vertically to match the height of the copied object" -msgstr "" -"Redimensionne verticalement la sélection afin d'avoir la hauteur de l'objet " -"copié" +msgstr "Redimensionne verticalement la sélection afin d'avoir la hauteur de l'objet copié" #: ../src/verbs.cpp:2452 msgid "Paste Size Separately" @@ -26607,33 +23883,23 @@ msgstr "Coller les dimensions séparément" #: ../src/verbs.cpp:2453 msgid "Scale each selected object to match the size of the copied object" -msgstr "" -"Redimensionner chaque objet sélectionné afin de correspondre aux dimensions " -"de l'objet copié" +msgstr "Redimensionner chaque objet sélectionné afin de correspondre aux dimensions de l'objet copié" #: ../src/verbs.cpp:2454 msgid "Paste Width Separately" msgstr "Coller la largeur séparément" #: ../src/verbs.cpp:2455 -msgid "" -"Scale each selected object horizontally to match the width of the copied " -"object" -msgstr "" -"Redimensionner horizontalement chaque objet sélectionné afin de correspondre " -"à la largeur de l'objet copié" +msgid "Scale each selected object horizontally to match the width of the copied object" +msgstr "Redimensionner horizontalement chaque objet sélectionné afin de correspondre à la largeur de l'objet copié" #: ../src/verbs.cpp:2456 msgid "Paste Height Separately" msgstr "Coller la hauteur séparément" #: ../src/verbs.cpp:2457 -msgid "" -"Scale each selected object vertically to match the height of the copied " -"object" -msgstr "" -"Redimensionner verticalement chaque objet sélectionné afin de correspondre à " -"la hauteur de l'objet copié" +msgid "Scale each selected object vertically to match the height of the copied object" +msgstr "Redimensionner verticalement chaque objet sélectionné afin de correspondre à la hauteur de l'objet copié" #: ../src/verbs.cpp:2458 msgid "Paste _In Place" @@ -26696,12 +23962,8 @@ msgid "Unlin_k Clone" msgstr "_Délier le clone" #: ../src/verbs.cpp:2473 -msgid "" -"Cut the selected clones' links to the originals, turning them into " -"standalone objects" -msgstr "" -"Couper le lien entre le clone sélectionné et son original, le transformant " -"en objet indépendant" +msgid "Cut the selected clones' links to the originals, turning them into standalone objects" +msgstr "Couper le lien entre le clone sélectionné et son original, le transformant en objet indépendant" #: ../src/verbs.cpp:2474 msgid "Relink to Copied" @@ -26709,9 +23971,7 @@ msgstr "Relier à la copie" #: ../src/verbs.cpp:2475 msgid "Relink the selected clones to the object currently on the clipboard" -msgstr "" -"Relier les clones sélectionnés à l'objet actuellement placé dans le presse-" -"papier" +msgstr "Relier les clones sélectionnés à l'objet actuellement placé dans le presse-papier" #: ../src/verbs.cpp:2476 msgid "Select _Original" @@ -26726,9 +23986,7 @@ msgid "Clone original path (LPE)" msgstr "Cloner le chemin original (LPE)" #: ../src/verbs.cpp:2479 -msgid "" -"Creates a new path, applies the Clone original LPE, and refers it to the " -"selected path" +msgid "Creates a new path, applies the Clone original LPE, and refers it to the selected path" msgstr "" #: ../src/verbs.cpp:2480 @@ -26744,12 +24002,8 @@ msgid "Objects to Gu_ides" msgstr "Objets en gu_ides" #: ../src/verbs.cpp:2483 -msgid "" -"Convert selected objects to a collection of guidelines aligned with their " -"edges" -msgstr "" -"Convertir les objets sélectionnés en une collection de guides alignés avec " -"leurs bords" +msgid "Convert selected objects to a collection of guidelines aligned with their edges" +msgstr "Convertir les objets sélectionnés en une collection de guides alignés avec leurs bords" #: ../src/verbs.cpp:2484 msgid "Objects to Patter_n" @@ -26805,19 +24059,15 @@ msgstr "Tout s_électionner dans tous les calques" #: ../src/verbs.cpp:2497 msgid "Select all objects in all visible and unlocked layers" -msgstr "" -"Sélectionner tous les objets dans tous les calques visibles et non " -"verrouillés" +msgstr "Sélectionner tous les objets dans tous les calques visibles et non verrouillés" #: ../src/verbs.cpp:2498 msgid "Fill _and Stroke" msgstr "Remplissage _et contour" #: ../src/verbs.cpp:2499 -msgid "" -"Select all objects with the same fill and stroke as the selected objects" -msgstr "" -"Sélectionner tous les objets de même remplissage et contour que la sélection" +msgid "Select all objects with the same fill and stroke as the selected objects" +msgstr "Sélectionner tous les objets de même remplissage et contour que la sélection" #: ../src/verbs.cpp:2500 msgid "_Fill Color" @@ -26840,24 +24090,16 @@ msgid "Stroke St_yle" msgstr "St_yle du contour" #: ../src/verbs.cpp:2505 -msgid "" -"Select all objects with the same stroke style (width, dash, markers) as the " -"selected objects" -msgstr "" -"Sélectionner tous les objets de même style de contour (épaisseur, " -"pointillés, marqueurs) que la sélection" +msgid "Select all objects with the same stroke style (width, dash, markers) as the selected objects" +msgstr "Sélectionner tous les objets de même style de contour (épaisseur, pointillés, marqueurs) que la sélection" #: ../src/verbs.cpp:2506 msgid "_Object Type" msgstr "Type d'_objet" #: ../src/verbs.cpp:2507 -msgid "" -"Select all objects with the same object type (rect, arc, text, path, bitmap " -"etc) as the selected objects" -msgstr "" -"Sélectionner tous les objets de même type (rectangle, arc, texte, chemin, " -"bitmap, etc.) que la sélection" +msgid "Select all objects with the same object type (rect, arc, text, path, bitmap etc) as the selected objects" +msgstr "Sélectionner tous les objets de même type (rectangle, arc, texte, chemin, bitmap, etc.) que la sélection" #: ../src/verbs.cpp:2508 msgid "In_vert Selection" @@ -26865,9 +24107,7 @@ msgstr "In_verser la sélection" #: ../src/verbs.cpp:2509 msgid "Invert selection (unselect what is selected and select everything else)" -msgstr "" -"Inverser la sélection (désélectionner tout ce qui était sélectionné, et " -"sélectionner tout le reste)" +msgstr "Inverser la sélection (désélectionner tout ce qui était sélectionné, et sélectionner tout le reste)" #: ../src/verbs.cpp:2510 msgid "Invert in All Layers" @@ -26875,8 +24115,7 @@ msgstr "Inverser dans tous les calques" #: ../src/verbs.cpp:2511 msgid "Invert selection in all visible and unlocked layers" -msgstr "" -"Inverser la sélection dans tous les calques visibles et non verrouillés" +msgstr "Inverser la sélection dans tous les calques visibles et non verrouillés" #: ../src/verbs.cpp:2512 msgid "Select Next" @@ -27010,12 +24249,8 @@ msgid "E_xclusion" msgstr "E_xclusion" #: ../src/verbs.cpp:2555 -msgid "" -"Create exclusive OR of selected paths (those parts that belong to only one " -"path)" -msgstr "" -"Créer un OU exclusif des chemins sélectionnés (seules les parties qui " -"n'appartiennent qu'à un seul chemin)" +msgid "Create exclusive OR of selected paths (those parts that belong to only one path)" +msgstr "Créer un OU exclusif des chemins sélectionnés (seules les parties qui n'appartiennent qu'à un seul chemin)" #: ../src/verbs.cpp:2556 msgid "Di_vision" @@ -27127,9 +24362,7 @@ msgstr "Invers_er" #: ../src/verbs.cpp:2595 msgid "Reverse the direction of selected paths (useful for flipping markers)" -msgstr "" -"Inverser la direction des chemins sélectionnés (utile pour retourner des " -"marqueurs)" +msgstr "Inverser la direction des chemins sélectionnés (utile pour retourner des marqueurs)" #: ../src/verbs.cpp:2598 msgid "Create one or more paths from a bitmap by tracing it" @@ -27137,13 +24370,11 @@ msgstr "Créer un ou plusieurs chemin en vectorisant un bitmap" #: ../src/verbs.cpp:2599 msgid "Trace Pixel Art..." -msgstr "Vec_toriser en pixel art..." +msgstr "Vec_toriser du pixel art..." #: ../src/verbs.cpp:2600 msgid "Create paths using Kopf-Lischinski algorithm to vectorize pixel art" -msgstr "" -"Créer des chemins en utilisant l'algorithme de Kopt-Lischinski pour " -"vectoriser en pixel art" +msgstr "Créer des chemins en utilisant l'algorithme de Kopt-Lischinski pour vectoriser en pixel art" #: ../src/verbs.cpp:2601 msgid "Make a _Bitmap Copy" @@ -27386,12 +24617,8 @@ msgid "_Flow into Frame" msgstr "_Encadrer" #: ../src/verbs.cpp:2669 -msgid "" -"Put text into a frame (path or shape), creating a flowed text linked to the " -"frame object" -msgstr "" -"Placer du texte dans un cadre (chemin ou forme), créant un texte encadré lié " -"à l'objet cadre" +msgid "Put text into a frame (path or shape), creating a flowed text linked to the frame object" +msgstr "Placer du texte dans un cadre (chemin ou forme), créant un texte encadré lié à l'objet cadre" #: ../src/verbs.cpp:2670 msgid "_Unflow" @@ -27407,8 +24634,7 @@ msgstr "_Convertir en texte" #: ../src/verbs.cpp:2673 msgid "Convert flowed text to regular text object (preserves appearance)" -msgstr "" -"Convertir du texte encadré en objet texte normal (en préservant l'apparence)" +msgstr "Convertir du texte encadré en objet texte normal (en préservant l'apparence)" #: ../src/verbs.cpp:2675 msgid "Flip _Horizontal" @@ -27428,9 +24654,7 @@ msgstr "Retourner verticalement les objets sélectionnés" #: ../src/verbs.cpp:2681 msgid "Apply mask to selection (using the topmost object as mask)" -msgstr "" -"Appliquer un masque à la sélection (en utilisant l'objet le plus au-dessus " -"comme masque)" +msgstr "Appliquer un masque à la sélection (en utilisant l'objet le plus au-dessus comme masque)" #: ../src/verbs.cpp:2683 msgid "Edit mask" @@ -27445,11 +24669,8 @@ msgid "Remove mask from selection" msgstr "Retirer le masque de la sélection" #: ../src/verbs.cpp:2687 -msgid "" -"Apply clipping path to selection (using the topmost object as clipping path)" -msgstr "" -"Appliquer un chemin de découpe à la sélection (en utilisant l'objet le plus " -"au-dessus comme chemin de découpe)" +msgid "Apply clipping path to selection (using the topmost object as clipping path)" +msgstr "Appliquer un chemin de découpe à la sélection (en utilisant l'objet le plus au-dessus comme chemin de découpe)" #: ../src/verbs.cpp:2688 #, fuzzy @@ -27888,9 +25109,7 @@ msgstr "G_uides" #: ../src/verbs.cpp:2795 msgid "Show or hide guides (drag from a ruler to create a guide)" -msgstr "" -"Afficher ou non les guides (pour créer un guide, effectuer un cliquer-" -"déplacer depuis une règle)" +msgstr "Afficher ou non les guides (pour créer un guide, effectuer un cliquer-déplacer depuis une règle)" #: ../src/verbs.cpp:2796 msgid "Enable snapping" @@ -28069,8 +25288,7 @@ msgstr "Passer en mode d'affichage niveaux de gris" #: ../src/verbs.cpp:2841 msgid "Toggle between normal and grayscale color display modes" -msgstr "" -"Alterner entre les modes d'affichage de couleur normal et niveaux de gris" +msgstr "Alterner entre les modes d'affichage de couleur normal et niveaux de gris" #: ../src/verbs.cpp:2843 msgid "Color-managed view" @@ -28078,9 +25296,7 @@ msgstr "Affichage avec gestion des couleurs" #: ../src/verbs.cpp:2844 msgid "Toggle color-managed display for this document window" -msgstr "" -"Alterner entre le mode d'affichage avec gestion des couleurs et le mode " -"normal pour cette fenêtre de document" +msgstr "Alterner entre le mode d'affichage avec gestion des couleurs et le mode normal pour cette fenêtre de document" #: ../src/verbs.cpp:2846 msgid "Ico_n Preview..." @@ -28088,8 +25304,7 @@ msgstr "Aperçu d'_icône..." #: ../src/verbs.cpp:2847 msgid "Open a window to preview objects at different icon resolutions" -msgstr "" -"Ouvrir une fenêtre d'aperçu des objets en icônes à différentes résolutions" +msgstr "Ouvrir une fenêtre d'aperçu des objets en icônes à différentes résolutions" #: ../src/verbs.cpp:2849 msgid "Zoom to fit page in window" @@ -28137,12 +25352,8 @@ msgid "Edit document metadata (to be saved with the document)" msgstr "Éditer les métadonnées du document (enregistrées avec celui-ci)" #: ../src/verbs.cpp:2865 -msgid "" -"Edit objects' colors, gradients, arrowheads, and other fill and stroke " -"properties..." -msgstr "" -"Éditer les couleurs de l'objet, ses dégradés, les têtes de flèches, et " -"autres propriétés de remplissage et contour..." +msgid "Edit objects' colors, gradients, arrowheads, and other fill and stroke properties..." +msgstr "Éditer les couleurs de l'objet, ses dégradés, les têtes de flèches, et autres propriétés de remplissage et contour..." #. FIXME: Probably better to either use something from the icon naming spec or ship our own "select-font" icon #: ../src/verbs.cpp:2867 @@ -28205,9 +25416,7 @@ msgstr "Historique des annulations" #: ../src/verbs.cpp:2884 msgid "View and select font family, font size and other text properties" -msgstr "" -"Voir et sélectionner une police, une taille de police et autres propriétés " -"de texte" +msgstr "Voir et sélectionner une police, une taille de police et autres propriétés de texte" #: ../src/verbs.cpp:2885 msgid "_XML Editor..." @@ -28258,12 +25467,8 @@ msgid "Create Tiled Clones..." msgstr "Créer un pavage avec des clones..." #: ../src/verbs.cpp:2898 -msgid "" -"Create multiple clones of selected object, arranging them into a pattern or " -"scattering" -msgstr "" -"Créer des clones multiple d'un objet, et les arranger selon un motif ou les " -"disperser" +msgid "Create multiple clones of selected object, arranging them into a pattern or scattering" +msgstr "Créer des clones multiple d'un objet, et les arranger selon un motif ou les disperser" #: ../src/verbs.cpp:2899 msgid "_Object attributes..." @@ -28275,9 +25480,7 @@ msgstr "Éditer les attributs de l'objet..." #: ../src/verbs.cpp:2902 msgid "Edit the ID, locked and visible status, and other object properties" -msgstr "" -"Editer l'Id, les statuts de visibilité et de verrouillage et autres " -"propriétés des objets" +msgstr "Editer l'Id, les statuts de visibilité et de verrouillage et autres propriétés des objets" #: ../src/verbs.cpp:2903 msgid "_Input Devices..." @@ -28285,8 +25488,7 @@ msgstr "Périp_hériques de saisie..." #: ../src/verbs.cpp:2904 msgid "Configure extended input devices, such as a graphics tablet" -msgstr "" -"Configurer les périphériques de saisie étendus, comme une tablette graphique" +msgstr "Configurer les périphériques de saisie étendus, comme une tablette graphique" #: ../src/verbs.cpp:2905 msgid "_Extensions..." @@ -28352,11 +25554,8 @@ msgid "Print Colors..." msgstr "Imprimer les couleurs..." #: ../src/verbs.cpp:2920 -msgid "" -"Select which color separations to render in Print Colors Preview rendermode" -msgstr "" -"Sélectionner quelles séparations de couleur afficher en mode aperçu des " -"couleurs d'impression" +msgid "Select which color separations to render in Print Colors Preview rendermode" +msgstr "Sélectionner quelles séparations de couleur afficher en mode aperçu des couleurs d'impression" #: ../src/verbs.cpp:2921 msgid "_Export PNG Image..." @@ -28432,7 +25631,7 @@ msgstr "Vectorisation de bitmap" #. "tutorial_tracing" #: ../src/verbs.cpp:2943 msgid "Inkscape: Tracing Pixel Art" -msgstr "Inkscape : vectorisation en pixel art" +msgstr "Inkscape : vectoriser du pixel art" #: ../src/verbs.cpp:2944 msgid "Using Trace Pixel Art dialog" @@ -28499,11 +25698,8 @@ msgid "Fit the page to the drawing" msgstr "Ajuster la page au dessin" #: ../src/verbs.cpp:2966 -msgid "" -"Fit the page to the current selection or the drawing if there is no selection" -msgstr "" -"Ajuster la page à la sélection courante ou au dessin s'il n'y a pas de " -"sélection" +msgid "Fit the page to the current selection or the drawing if there is no selection" +msgstr "Ajuster la page à la sélection courante ou au dessin s'il n'y a pas de sélection" #: ../src/verbs.cpp:2970 msgid "Unlock All in All Layers" @@ -28581,19 +25777,16 @@ msgstr "Arc : déplacer début/fin" msgid "Arc: Change open/closed" msgstr "Arc : modifier ouvert/fermé" -#: ../src/widgets/arc-toolbar.cpp:280 ../src/widgets/arc-toolbar.cpp:310 -#: ../src/widgets/rect-toolbar.cpp:260 ../src/widgets/rect-toolbar.cpp:299 -#: ../src/widgets/spiral-toolbar.cpp:210 ../src/widgets/spiral-toolbar.cpp:234 -#: ../src/widgets/star-toolbar.cpp:382 ../src/widgets/star-toolbar.cpp:444 +#: ../src/widgets/arc-toolbar.cpp:280 ../src/widgets/arc-toolbar.cpp:310 ../src/widgets/rect-toolbar.cpp:260 ../src/widgets/rect-toolbar.cpp:299 +#: ../src/widgets/spiral-toolbar.cpp:210 ../src/widgets/spiral-toolbar.cpp:234 ../src/widgets/star-toolbar.cpp:382 +#: ../src/widgets/star-toolbar.cpp:444 msgid "<b>New:</b>" msgstr "<b>Créer :</b>" #. FIXME: implement averaging of all parameters for multiple selected #. gtk_label_set_markup(GTK_LABEL(l), _("<b>Average:</b>")); -#: ../src/widgets/arc-toolbar.cpp:283 ../src/widgets/arc-toolbar.cpp:294 -#: ../src/widgets/rect-toolbar.cpp:268 ../src/widgets/rect-toolbar.cpp:286 -#: ../src/widgets/spiral-toolbar.cpp:212 ../src/widgets/spiral-toolbar.cpp:223 -#: ../src/widgets/star-toolbar.cpp:384 +#: ../src/widgets/arc-toolbar.cpp:283 ../src/widgets/arc-toolbar.cpp:294 ../src/widgets/rect-toolbar.cpp:268 ../src/widgets/rect-toolbar.cpp:286 +#: ../src/widgets/spiral-toolbar.cpp:212 ../src/widgets/spiral-toolbar.cpp:223 ../src/widgets/star-toolbar.cpp:384 msgid "<b>Change:</b>" msgstr "<b>Modifier :</b>" @@ -28659,9 +25852,7 @@ msgstr "État du point de fuite dans la direction X" #: ../src/widgets/box3d-toolbar.cpp:327 msgid "Toggle VP in X direction between 'finite' and 'infinite' (=parallel)" -msgstr "" -"Alterner le point de fuite dans la direction X entre « fini » et " -"« infini » (=parallèles)" +msgstr "Alterner le point de fuite dans la direction X entre « fini » et « infini » (=parallèles)" #: ../src/widgets/box3d-toolbar.cpp:342 msgid "Angle in Y direction" @@ -28683,9 +25874,7 @@ msgstr "État du point de fuite dans la direction Y" #: ../src/widgets/box3d-toolbar.cpp:366 msgid "Toggle VP in Y direction between 'finite' and 'infinite' (=parallel)" -msgstr "" -"Alterner le point de fuite dans la direction Y entre « fini » et " -"« infini » (=parallèles)" +msgstr "Alterner le point de fuite dans la direction Y entre « fini » et « infini » (=parallèles)" #: ../src/widgets/box3d-toolbar.cpp:381 msgid "Angle in Z direction" @@ -28703,44 +25892,34 @@ msgstr "État du point de fuite dans la direction Z" #: ../src/widgets/box3d-toolbar.cpp:405 msgid "Toggle VP in Z direction between 'finite' and 'infinite' (=parallel)" -msgstr "" -"Alterner le point de fuite dans la direction Z entre « fini » et " -"« infini » (=parallèles)" +msgstr "Alterner le point de fuite dans la direction Z entre « fini » et « infini » (=parallèles)" #. gint preset_index = ege_select_one_action_get_active( sel ); -#: ../src/widgets/calligraphy-toolbar.cpp:218 -#: ../src/widgets/calligraphy-toolbar.cpp:262 -#: ../src/widgets/calligraphy-toolbar.cpp:267 +#: ../src/widgets/calligraphy-toolbar.cpp:218 ../src/widgets/calligraphy-toolbar.cpp:262 ../src/widgets/calligraphy-toolbar.cpp:267 msgid "No preset" msgstr "Aucune présélection" #. Width -#: ../src/widgets/calligraphy-toolbar.cpp:427 -#: ../src/widgets/eraser-toolbar.cpp:125 +#: ../src/widgets/calligraphy-toolbar.cpp:427 ../src/widgets/eraser-toolbar.cpp:125 msgid "(hairline)" msgstr "(sans épaisseur)" #. Mean #. Rotation #. Scale -#: ../src/widgets/calligraphy-toolbar.cpp:427 -#: ../src/widgets/calligraphy-toolbar.cpp:460 -#: ../src/widgets/eraser-toolbar.cpp:125 ../src/widgets/pencil-toolbar.cpp:374 -#: ../src/widgets/spray-toolbar.cpp:113 ../src/widgets/spray-toolbar.cpp:129 -#: ../src/widgets/spray-toolbar.cpp:145 ../src/widgets/spray-toolbar.cpp:205 -#: ../src/widgets/spray-toolbar.cpp:235 ../src/widgets/spray-toolbar.cpp:253 -#: ../src/widgets/tweak-toolbar.cpp:125 ../src/widgets/tweak-toolbar.cpp:142 +#: ../src/widgets/calligraphy-toolbar.cpp:427 ../src/widgets/calligraphy-toolbar.cpp:460 ../src/widgets/eraser-toolbar.cpp:125 +#: ../src/widgets/pencil-toolbar.cpp:374 ../src/widgets/spray-toolbar.cpp:113 ../src/widgets/spray-toolbar.cpp:129 +#: ../src/widgets/spray-toolbar.cpp:145 ../src/widgets/spray-toolbar.cpp:205 ../src/widgets/spray-toolbar.cpp:235 +#: ../src/widgets/spray-toolbar.cpp:253 ../src/widgets/tweak-toolbar.cpp:125 ../src/widgets/tweak-toolbar.cpp:142 #: ../src/widgets/tweak-toolbar.cpp:350 msgid "(default)" msgstr "(défaut)" -#: ../src/widgets/calligraphy-toolbar.cpp:427 -#: ../src/widgets/eraser-toolbar.cpp:125 +#: ../src/widgets/calligraphy-toolbar.cpp:427 ../src/widgets/eraser-toolbar.cpp:125 msgid "(broad stroke)" msgstr " (trait large)" -#: ../src/widgets/calligraphy-toolbar.cpp:430 -#: ../src/widgets/eraser-toolbar.cpp:128 +#: ../src/widgets/calligraphy-toolbar.cpp:430 ../src/widgets/eraser-toolbar.cpp:128 msgid "Pen Width" msgstr "Largeur du stylo" @@ -28778,12 +25957,8 @@ msgid "Thinning:" msgstr "Amincissement :" #: ../src/widgets/calligraphy-toolbar.cpp:448 -msgid "" -"How much velocity thins the stroke (> 0 makes fast strokes thinner, < 0 " -"makes them broader, 0 makes width independent of velocity)" -msgstr "" -"Largeur du tracé en fonction de la vélocité. (>0 la vitesse du tracé diminue " -"sa largeur, <0 l'augmente, 0 ne l'influence pas)" +msgid "How much velocity thins the stroke (> 0 makes fast strokes thinner, < 0 makes them broader, 0 makes width independent of velocity)" +msgstr "Largeur du tracé en fonction de la vélocité. (>0 la vitesse du tracé diminue sa largeur, <0 l'augmente, 0 ne l'influence pas)" #. Angle #: ../src/widgets/calligraphy-toolbar.cpp:460 @@ -28802,18 +25977,13 @@ msgstr "(bord droit vers le haut)" msgid "Pen Angle" msgstr "Angle du stylo" -#: ../src/widgets/calligraphy-toolbar.cpp:463 -#: ../share/extensions/motion.inx.h:3 ../share/extensions/restack.inx.h:5 +#: ../src/widgets/calligraphy-toolbar.cpp:463 ../share/extensions/motion.inx.h:3 ../share/extensions/restack.inx.h:5 msgid "Angle:" msgstr "Angle :" #: ../src/widgets/calligraphy-toolbar.cpp:464 -msgid "" -"The angle of the pen's nib (in degrees; 0 = horizontal; has no effect if " -"fixation = 0)" -msgstr "" -"Angle de la plume (en degrés; 0 = horizontal; n'a pas d'effet si orientation " -"= 0)" +msgid "The angle of the pen's nib (in degrees; 0 = horizontal; has no effect if fixation = 0)" +msgstr "Angle de la plume (en degrés; 0 = horizontal; n'a pas d'effet si orientation = 0)" #. Fixation #: ../src/widgets/calligraphy-toolbar.cpp:478 @@ -28837,12 +26007,8 @@ msgid "Fixation:" msgstr "Fixité :" #: ../src/widgets/calligraphy-toolbar.cpp:482 -msgid "" -"Angle behavior (0 = nib always perpendicular to stroke direction, 100 = " -"fixed angle)" -msgstr "" -"Comportement de l'angle de la plume (0 = toujours perpendiculaire à la " -"direction du tracé, 100 = invariant)" +msgid "Angle behavior (0 = nib always perpendicular to stroke direction, 100 = fixed angle)" +msgstr "Comportement de l'angle de la plume (0 = toujours perpendiculaire à la direction du tracé, 100 = invariant)" #. Cap Rounding #: ../src/widgets/calligraphy-toolbar.cpp:494 @@ -28870,12 +26036,8 @@ msgid "Caps:" msgstr "Terminaisons :" #: ../src/widgets/calligraphy-toolbar.cpp:499 -msgid "" -"Increase to make caps at the ends of strokes protrude more (0 = no caps, 1 = " -"round caps)" -msgstr "" -"Augmenter ce paramètre pour que les extrémités du tracé soient plus " -"proéminentes (0 = pas de terminaison, 1 = terminaison arrondie)" +msgid "Increase to make caps at the ends of strokes protrude more (0 = no caps, 1 = round caps)" +msgstr "Augmenter ce paramètre pour que les extrémités du tracé soient plus proéminentes (0 = pas de terminaison, 1 = terminaison arrondie)" #. Tremor #: ../src/widgets/calligraphy-toolbar.cpp:511 @@ -28958,26 +26120,19 @@ msgstr "Inertie :" #: ../src/widgets/calligraphy-toolbar.cpp:550 msgid "Increase to make the pen drag behind, as if slowed by inertia" -msgstr "" -"Augmenter ce paramètre pour que la plume traîne, ralentie par son inertie" +msgstr "Augmenter ce paramètre pour que la plume traîne, ralentie par son inertie" #: ../src/widgets/calligraphy-toolbar.cpp:565 msgid "Trace Background" msgstr "Tracer selon le fond" #: ../src/widgets/calligraphy-toolbar.cpp:566 -msgid "" -"Trace the lightness of the background by the width of the pen (white - " -"minimum width, black - maximum width)" -msgstr "" -"Imiter la luminosité de l'arrière-plan avec l'épaisseur du trait (blanc - " -"trait fin, noir - trait épais)" +msgid "Trace the lightness of the background by the width of the pen (white - minimum width, black - maximum width)" +msgstr "Imiter la luminosité de l'arrière-plan avec l'épaisseur du trait (blanc - trait fin, noir - trait épais)" #: ../src/widgets/calligraphy-toolbar.cpp:579 msgid "Use the pressure of the input device to alter the width of the pen" -msgstr "" -"Utiliser la pression du périphérique d'entrée pour modifier la largeur de la " -"plume" +msgstr "Utiliser la pression du périphérique d'entrée pour modifier la largeur de la plume" #: ../src/widgets/calligraphy-toolbar.cpp:591 msgid "Tilt" @@ -28985,9 +26140,7 @@ msgstr "Inclinaison" #: ../src/widgets/calligraphy-toolbar.cpp:592 msgid "Use the tilt of the input device to alter the angle of the pen's nib" -msgstr "" -"Utiliser l'inclinaison du périphérique d'entrée pour modifier l'angle de la " -"plume" +msgstr "Utiliser l'inclinaison du périphérique d'entrée pour modifier l'angle de la plume" #: ../src/widgets/calligraphy-toolbar.cpp:607 msgid "Choose a preset" @@ -29055,8 +26208,7 @@ msgstr "Espacement :" #: ../src/widgets/connector-toolbar.cpp:357 msgid "The amount of space left around objects by auto-routing connectors" -msgstr "" -"Espace laissé autour des objets par les connecteurs routés automatiquement" +msgstr "Espace laissé autour des objets par les connecteurs routés automatiquement" #: ../src/widgets/connector-toolbar.cpp:368 msgid "Graph" @@ -29080,9 +26232,7 @@ msgstr "Vers le bas" #: ../src/widgets/connector-toolbar.cpp:392 msgid "Make connectors with end-markers (arrows) point downwards" -msgstr "" -"Faire que les connecteurs avec des marqueurs de fin (des flèches) pointent " -"vers le bas" +msgstr "Faire que les connecteurs avec des marqueurs de fin (des flèches) pointent vers le bas" #: ../src/widgets/connector-toolbar.cpp:408 msgid "Do not allow overlapping shapes" @@ -29110,13 +26260,10 @@ msgstr "Z :" #. display the initial welcome message in the statusbar #: ../src/widgets/desktop-widget.cpp:734 -msgid "" -"<b>Welcome to Inkscape!</b> Use shape or freehand tools to create objects; " -"use selector (arrow) to move or transform them." +msgid "<b>Welcome to Inkscape!</b> Use shape or freehand tools to create objects; use selector (arrow) to move or transform them." msgstr "" -"<b>Bienvenue dans Inkscape!</b> Utilisez les formes ou l'outil de dessin à " -"main levée pour créer des objets; utilisez les sélecteurs (flèches) pour les " -"déplacer ou les modifier." +"<b>Bienvenue dans Inkscape!</b> Utilisez les formes ou l'outil de dessin à main levée pour créer des objets; utilisez les sélecteurs (flèches) " +"pour les déplacer ou les modifier." #: ../src/widgets/desktop-widget.cpp:828 msgid "grayscale" @@ -29174,42 +26321,35 @@ msgstr "%s%s - Inkscape" #: ../src/widgets/desktop-widget.cpp:1051 msgid "Color-managed display is <b>enabled</b> in this window" -msgstr "" -"L'affichage avec gestion des couleurs est <b>activé</b> dans cette fenêtre" +msgstr "L'affichage avec gestion des couleurs est <b>activé</b> dans cette fenêtre" #: ../src/widgets/desktop-widget.cpp:1053 msgid "Color-managed display is <b>disabled</b> in this window" -msgstr "" -"L'affichage avec gestion des couleurs est <b>désactivé</b> dans cette fenêtre" +msgstr "L'affichage avec gestion des couleurs est <b>désactivé</b> dans cette fenêtre" #: ../src/widgets/desktop-widget.cpp:1108 #, c-format msgid "" -"<span weight=\"bold\" size=\"larger\">Save changes to document \"%s\" before " -"closing?</span>\n" +"<span weight=\"bold\" size=\"larger\">Save changes to document \"%s\" before closing?</span>\n" "\n" "If you close without saving, your changes will be discarded." msgstr "" -"<span weight=\"bold\" size=\"larger\">Enregistrer les modifications du " -"document « %s » avant de fermer ?</span>\n" +"<span weight=\"bold\" size=\"larger\">Enregistrer les modifications du document « %s » avant de fermer ?</span>\n" "\n" "Si vous fermez sans enregistrer, vos modifications seront perdues." -#: ../src/widgets/desktop-widget.cpp:1118 -#: ../src/widgets/desktop-widget.cpp:1177 +#: ../src/widgets/desktop-widget.cpp:1118 ../src/widgets/desktop-widget.cpp:1177 msgid "Close _without saving" msgstr "Fermer _sans enregistrer" #: ../src/widgets/desktop-widget.cpp:1167 #, c-format msgid "" -"<span weight=\"bold\" size=\"larger\">The file \"%s\" was saved with a " -"format that may cause data loss!</span>\n" +"<span weight=\"bold\" size=\"larger\">The file \"%s\" was saved with a format that may cause data loss!</span>\n" "\n" "Do you want to save this file as Inkscape SVG?" msgstr "" -"<span weight=\"bold\" size=\"larger\">Le fichier « %s » a été enregistré " -"dans un format qui peut causer des pertes de données !</span>\n" +"<span weight=\"bold\" size=\"larger\">Le fichier « %s » a été enregistré dans un format qui peut causer des pertes de données !</span>\n" "\n" "Voulez-vous enregistrer ce fichier au format SVG Inkscape ?" @@ -29226,12 +26366,8 @@ msgid "Pick opacity" msgstr "Capturer l'opacité" #: ../src/widgets/dropper-toolbar.cpp:91 -msgid "" -"Pick both the color and the alpha (transparency) under cursor; otherwise, " -"pick only the visible color premultiplied by alpha" -msgstr "" -"Capturer à la fois la couleur et l'alpha (opacité) sous le curseur; Sinon, " -"ne capturer que la couleur visible prémultipliée par l'alpha" +msgid "Pick both the color and the alpha (transparency) under cursor; otherwise, pick only the visible color premultiplied by alpha" +msgstr "Capturer à la fois la couleur et l'alpha (opacité) sous le curseur; Sinon, ne capturer que la couleur visible prémultipliée par l'alpha" #: ../src/widgets/dropper-toolbar.cpp:94 msgid "Pick" @@ -29242,11 +26378,8 @@ msgid "Assign opacity" msgstr "Appliquer l'opacité" #: ../src/widgets/dropper-toolbar.cpp:104 -msgid "" -"If alpha was picked, assign it to selection as fill or stroke transparency" -msgstr "" -"Si l'alpha a été capturé, l'appliquer comme transparence de remplissage ou " -"de contour à la sélection" +msgid "If alpha was picked, assign it to selection as fill or stroke transparency" +msgstr "Si l'alpha a été capturé, l'appliquer comme transparence de remplissage ou de contour à la sélection" #: ../src/widgets/dropper-toolbar.cpp:107 msgid "Assign" @@ -29300,8 +26433,7 @@ msgstr "Appliquer un motif de remplissage" msgid "Set pattern on stroke" msgstr "Appliquer un motif à un contour" -#: ../src/widgets/font-selector.cpp:120 ../src/widgets/text-toolbar.cpp:953 -#: ../src/widgets/text-toolbar.cpp:1265 +#: ../src/widgets/font-selector.cpp:120 ../src/widgets/text-toolbar.cpp:953 ../src/widgets/text-toolbar.cpp:1265 msgid "Font size" msgstr "Taille de police" @@ -29333,8 +26465,7 @@ msgstr "Dupliquer un dégradé" msgid "Edit gradient" msgstr "Éditer le dégradé" -#: ../src/widgets/gradient-selector.cpp:285 -#: ../src/widgets/paint-selector.cpp:233 +#: ../src/widgets/gradient-selector.cpp:285 ../src/widgets/paint-selector.cpp:233 msgid "Swatch" msgstr "Échantillon" @@ -29342,9 +26473,7 @@ msgstr "Échantillon" msgid "Rename gradient" msgstr "Renommer le dégradé" -#: ../src/widgets/gradient-toolbar.cpp:157 -#: ../src/widgets/gradient-toolbar.cpp:170 -#: ../src/widgets/gradient-toolbar.cpp:761 +#: ../src/widgets/gradient-toolbar.cpp:157 ../src/widgets/gradient-toolbar.cpp:170 ../src/widgets/gradient-toolbar.cpp:761 #: ../src/widgets/gradient-toolbar.cpp:1100 msgid "No gradient" msgstr "Pas de dégradés" @@ -29357,8 +26486,7 @@ msgstr "Plusieurs dégradés" msgid "Multiple stops" msgstr "Plusieurs stops" -#: ../src/widgets/gradient-toolbar.cpp:779 -#: ../src/widgets/gradient-vector.cpp:614 +#: ../src/widgets/gradient-toolbar.cpp:779 ../src/widgets/gradient-vector.cpp:614 msgid "No stops in gradient" msgstr "Il n'y a pas de stop dans le dégradé" @@ -29370,8 +26498,7 @@ msgstr "Appliquer un dégradé à un objet" msgid "Set gradient repeat" msgstr "Défini la répétition du dégradé" -#: ../src/widgets/gradient-toolbar.cpp:993 -#: ../src/widgets/gradient-vector.cpp:727 +#: ../src/widgets/gradient-toolbar.cpp:993 ../src/widgets/gradient-vector.cpp:727 msgid "Change gradient stop offset" msgstr "Modifier le décalage d'un stop de dégradé" @@ -29391,33 +26518,27 @@ msgstr "radial" msgid "Create radial (elliptic or circular) gradient" msgstr "Créer un dégradé radial (elliptique ou circulaire)" -#: ../src/widgets/gradient-toolbar.cpp:1047 -#: ../src/widgets/mesh-toolbar.cpp:384 +#: ../src/widgets/gradient-toolbar.cpp:1047 ../src/widgets/mesh-toolbar.cpp:384 msgid "New:" msgstr "Créer :" -#: ../src/widgets/gradient-toolbar.cpp:1070 -#: ../src/widgets/mesh-toolbar.cpp:407 +#: ../src/widgets/gradient-toolbar.cpp:1070 ../src/widgets/mesh-toolbar.cpp:407 msgid "fill" msgstr "remplissage" -#: ../src/widgets/gradient-toolbar.cpp:1070 -#: ../src/widgets/mesh-toolbar.cpp:407 +#: ../src/widgets/gradient-toolbar.cpp:1070 ../src/widgets/mesh-toolbar.cpp:407 msgid "Create gradient in the fill" msgstr "Appliquer le dégradé au remplissage" -#: ../src/widgets/gradient-toolbar.cpp:1074 -#: ../src/widgets/mesh-toolbar.cpp:411 +#: ../src/widgets/gradient-toolbar.cpp:1074 ../src/widgets/mesh-toolbar.cpp:411 msgid "stroke" msgstr "contour" -#: ../src/widgets/gradient-toolbar.cpp:1074 -#: ../src/widgets/mesh-toolbar.cpp:411 +#: ../src/widgets/gradient-toolbar.cpp:1074 ../src/widgets/mesh-toolbar.cpp:411 msgid "Create gradient in the stroke" msgstr "Appliquer le dégradé au contour" -#: ../src/widgets/gradient-toolbar.cpp:1077 -#: ../src/widgets/mesh-toolbar.cpp:414 +#: ../src/widgets/gradient-toolbar.cpp:1077 ../src/widgets/mesh-toolbar.cpp:414 msgid "on:" msgstr "sur :" @@ -29453,15 +26574,11 @@ msgstr "Répétition :" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/pservers.html#LinearGradientSpreadMethodAttribute #: ../src/widgets/gradient-toolbar.cpp:1128 msgid "" -"Whether to fill with flat color beyond the ends of the gradient vector " -"(spreadMethod=\"pad\"), or repeat the gradient in the same direction " -"(spreadMethod=\"repeat\"), or repeat the gradient in alternating opposite " -"directions (spreadMethod=\"reflect\")" +"Whether to fill with flat color beyond the ends of the gradient vector (spreadMethod=\"pad\"), or repeat the gradient in the same direction " +"(spreadMethod=\"repeat\"), or repeat the gradient in alternating opposite directions (spreadMethod=\"reflect\")" msgstr "" -"Prolongement du dégradé au delà de la définition de son vecteur : prolonger " -"par une zone uniforme de la dernière couleur (aucune, spreadMethod=\"pad\"), " -"répéter le dégradé (directe, spreadMethod=\"repeat\") ou le réfléchir " -"(réflection, spreadMethod=\"reflect\")" +"Prolongement du dégradé au delà de la définition de son vecteur : prolonger par une zone uniforme de la dernière couleur (aucune, spreadMethod=" +"\"pad\"), répéter le dégradé (directe, spreadMethod=\"repeat\") ou le réfléchir (réflection, spreadMethod=\"reflect\")" #: ../src/widgets/gradient-toolbar.cpp:1133 msgid "Repeat:" @@ -29484,8 +26601,7 @@ msgid "Stops:" msgstr "Stops :" #. Label -#: ../src/widgets/gradient-toolbar.cpp:1162 -#: ../src/widgets/gradient-vector.cpp:916 +#: ../src/widgets/gradient-toolbar.cpp:1162 ../src/widgets/gradient-vector.cpp:916 msgctxt "Gradient" msgid "Offset:" msgstr "Décalage :" @@ -29494,14 +26610,11 @@ msgstr "Décalage :" msgid "Offset of selected stop" msgstr "Décalage du stop sélectionné" -#: ../src/widgets/gradient-toolbar.cpp:1180 -#: ../src/widgets/gradient-toolbar.cpp:1181 +#: ../src/widgets/gradient-toolbar.cpp:1180 ../src/widgets/gradient-toolbar.cpp:1181 msgid "Insert new stop" msgstr "Insérer un stop" -#: ../src/widgets/gradient-toolbar.cpp:1194 -#: ../src/widgets/gradient-toolbar.cpp:1195 -#: ../src/widgets/gradient-vector.cpp:898 +#: ../src/widgets/gradient-toolbar.cpp:1194 ../src/widgets/gradient-toolbar.cpp:1195 ../src/widgets/gradient-vector.cpp:898 msgid "Delete stop" msgstr "Supprimer un stop" @@ -29517,9 +26630,7 @@ msgstr "Lier les dégradés" msgid "Link gradients to change all related gradients" msgstr "Lier et modifier tous les dégradés associés" -#: ../src/widgets/gradient-vector.cpp:317 -#: ../src/widgets/paint-selector.cpp:965 -#: ../src/widgets/stroke-marker-selector.cpp:154 +#: ../src/widgets/gradient-vector.cpp:317 ../src/widgets/paint-selector.cpp:965 ../src/widgets/stroke-marker-selector.cpp:154 msgid "No document selected" msgstr "Aucun document sélectionné" @@ -29594,12 +26705,8 @@ msgid "Get limiting bounding box from selection" msgstr "Obtenir la boîte englobante limite à partir de la sélection" #: ../src/widgets/lpe-toolbar.cpp:348 -msgid "" -"Set limiting bounding box (used to cut infinite lines) to the bounding box " -"of current selection" -msgstr "" -"Définir la boîte englobante limite (utilisée pour couper les lignes " -"infinies) à la boîte englobante de la sélection" +msgid "Set limiting bounding box (used to cut infinite lines) to the bounding box of current selection" +msgstr "Définir la boîte englobante limite (utilisée pour couper les lignes infinies) à la boîte englobante de la sélection" #: ../src/widgets/lpe-toolbar.cpp:360 msgid "Choose a line segment type" @@ -29614,8 +26721,7 @@ msgid "Display measuring info for selected items" msgstr "Affiche les informations de mesure pour la sélection" #. Add the units menu. -#: ../src/widgets/lpe-toolbar.cpp:387 ../src/widgets/node-toolbar.cpp:613 -#: ../src/widgets/paintbucket-toolbar.cpp:167 +#: ../src/widgets/lpe-toolbar.cpp:387 ../src/widgets/node-toolbar.cpp:613 ../src/widgets/paintbucket-toolbar.cpp:167 #: ../src/widgets/rect-toolbar.cpp:378 ../src/widgets/select-toolbar.cpp:538 msgid "Units" msgstr "Unités" @@ -29626,9 +26732,7 @@ msgstr "Ouvrir la boîte de dialogue des effets de chemin" #: ../src/widgets/lpe-toolbar.cpp:398 msgid "Open LPE dialog (to adapt parameters numerically)" -msgstr "" -"Ouvrir la boîte de dialogue des effets de chemin (pour adapter les " -"paramètres numériquement)" +msgstr "Ouvrir la boîte de dialogue des effets de chemin (pour adapter les paramètres numériquement)" #: ../src/widgets/measure-toolbar.cpp:86 ../src/widgets/text-toolbar.cpp:1268 msgid "Font Size" @@ -29642,8 +26746,7 @@ msgstr "Taille de police :" msgid "The font size to be used in the measurement labels" msgstr "Taille de police à utiliser pour les labels des mesures" -#: ../src/widgets/measure-toolbar.cpp:99 -#: ../src/widgets/measure-toolbar.cpp:107 +#: ../src/widgets/measure-toolbar.cpp:99 ../src/widgets/measure-toolbar.cpp:107 msgid "The units to be used for the measurements" msgstr "Unité à utiliser pour les mesures" @@ -29672,9 +26775,7 @@ msgstr "Créer un dégradé conique" msgid "Rows" msgstr "Lignes" -#: ../src/widgets/mesh-toolbar.cpp:436 -#: ../share/extensions/guides_creator.inx.h:5 -#: ../share/extensions/layout_nup.inx.h:12 +#: ../src/widgets/mesh-toolbar.cpp:436 ../share/extensions/guides_creator.inx.h:5 ../share/extensions/layout_nup.inx.h:12 msgid "Rows:" msgstr "Lignes :" @@ -29686,8 +26787,7 @@ msgstr "Nombre de lignes dans le nouveau filet" msgid "Columns" msgstr "Colonnes" -#: ../src/widgets/mesh-toolbar.cpp:452 -#: ../share/extensions/guides_creator.inx.h:4 +#: ../src/widgets/mesh-toolbar.cpp:452 ../share/extensions/guides_creator.inx.h:4 msgid "Columns:" msgstr "Colonnes :" @@ -29765,9 +26865,7 @@ msgid "Make elliptical" msgstr "Rendre italique" #: ../src/widgets/mesh-toolbar.cpp:546 -msgid "" -"Make selected sides elliptical by changing length of handles. Works best if " -"handles already approximate ellipse." +msgid "Make selected sides elliptical by changing length of handles. Works best if handles already approximate ellipse." msgstr "" #: ../src/widgets/mesh-toolbar.cpp:549 @@ -29807,8 +26905,7 @@ msgstr "Insérer un nœud à l'abscisse minimale" #: ../src/widgets/node-toolbar.cpp:357 msgid "Insert new nodes at min X into selected segments" -msgstr "" -"Insérer de nouveaux nœuds à l'abscisse minimale des segments sélectionnés" +msgstr "Insérer de nouveaux nœuds à l'abscisse minimale des segments sélectionnés" #: ../src/widgets/node-toolbar.cpp:360 msgid "Insert min X" @@ -29820,8 +26917,7 @@ msgstr "Insérer un nœud à l'abscisse maximale" #: ../src/widgets/node-toolbar.cpp:367 msgid "Insert new nodes at max X into selected segments" -msgstr "" -"Insérer de nouveaux nœuds à l'abscisse maximale des segments sélectionnés" +msgstr "Insérer de nouveaux nœuds à l'abscisse maximale des segments sélectionnés" #: ../src/widgets/node-toolbar.cpp:370 msgid "Insert max X" @@ -29833,8 +26929,7 @@ msgstr "Insérer un nœud à l'ordonnée minimale" #: ../src/widgets/node-toolbar.cpp:377 msgid "Insert new nodes at min Y into selected segments" -msgstr "" -"Insérer de nouveaux nœuds à l'ordonnée minimale des segments sélectionnés" +msgstr "Insérer de nouveaux nœuds à l'ordonnée minimale des segments sélectionnés" #: ../src/widgets/node-toolbar.cpp:380 msgid "Insert min Y" @@ -29846,8 +26941,7 @@ msgstr "Insérer un nœud à l'ordonnée maximale" #: ../src/widgets/node-toolbar.cpp:387 msgid "Insert new nodes at max Y into selected segments" -msgstr "" -"Insérer de nouveaux nœuds à l'ordonnée maximale des segments sélectionnés" +msgstr "Insérer de nouveaux nœuds à l'ordonnée maximale des segments sélectionnés" #: ../src/widgets/node-toolbar.cpp:390 msgid "Insert max Y" @@ -30012,20 +27106,14 @@ msgstr "Remplissage indéfini (permettant ainsi qu'il soit hérité)" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/painting.html#FillRuleProperty #: ../src/widgets/paint-selector.cpp:252 -msgid "" -"Any path self-intersections or subpaths create holes in the fill (fill-rule: " -"evenodd)" +msgid "Any path self-intersections or subpaths create holes in the fill (fill-rule: evenodd)" msgstr "" -"Toute intersection d'un chemin avec lui-même ou avec un de ses sous-chemins " -"engendrera des lacunes dans le remplissage (fill-rule: evenodd)" +"Toute intersection d'un chemin avec lui-même ou avec un de ses sous-chemins engendrera des lacunes dans le remplissage (fill-rule: evenodd)" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/painting.html#FillRuleProperty #: ../src/widgets/paint-selector.cpp:263 -msgid "" -"Fill is solid unless a subpath is counterdirectional (fill-rule: nonzero)" -msgstr "" -"Le remplissage est sans lacune, sauf si un sous-chemin est en sens inverse " -"(fill-rule: nonzero)" +msgid "Fill is solid unless a subpath is counterdirectional (fill-rule: nonzero)" +msgstr "Le remplissage est sans lacune, sauf si un sous-chemin est en sens inverse (fill-rule: nonzero)" #: ../src/widgets/paint-selector.cpp:605 msgid "<b>No objects</b>" @@ -30063,13 +27151,11 @@ msgstr "<b>Dégradé linéaire</b>" #: ../src/widgets/paint-selector.cpp:1098 msgid "" -"Use the <b>Node tool</b> to adjust position, scale, and rotation of the " -"pattern on canvas. Use <b>Object > Pattern > Objects to Pattern</b> to " -"create a new pattern from selection." +"Use the <b>Node tool</b> to adjust position, scale, and rotation of the pattern on canvas. Use <b>Object > Pattern > Objects to Pattern</" +"b> to create a new pattern from selection." msgstr "" -"Utiliser l'<b>outil nœud</b> pour ajuster la position, l'échelle et l'angle " -"du motif sur la zone de travail. Utiliser <b>Objet > Motifs > Objets " -"en Motif</b> pour créer un nouveau motif à partir de la sélection." +"Utiliser l'<b>outil nœud</b> pour ajuster la position, l'échelle et l'angle du motif sur la zone de travail. Utiliser <b>Objet > Motifs " +"> Objets en Motif</b> pour créer un nouveau motif à partir de la sélection." #: ../src/widgets/paint-selector.cpp:1111 msgid "<b>Pattern fill</b>" @@ -30092,12 +27178,8 @@ msgid "Fill Threshold" msgstr "Seuil de remplissage :" #: ../src/widgets/paintbucket-toolbar.cpp:148 -msgid "" -"The maximum allowed difference between the clicked pixel and the neighboring " -"pixels to be counted in the fill" -msgstr "" -"La différence maximale entre le pixel du clic et les pixels voisins pour " -"qu'ils soient ajoutés dans le remplissage" +msgid "The maximum allowed difference between the clicked pixel and the neighboring pixels to be counted in the fill" +msgstr "La différence maximale entre le pixel du clic et les pixels voisins pour qu'ils soient ajoutés dans le remplissage" #: ../src/widgets/paintbucket-toolbar.cpp:175 msgid "Grow/shrink by" @@ -30108,11 +27190,8 @@ msgid "Grow/shrink by:" msgstr "Agrandir/rétrécir de :" #: ../src/widgets/paintbucket-toolbar.cpp:176 -msgid "" -"The amount to grow (positive) or shrink (negative) the created fill path" -msgstr "" -"Agrandit (si positif) ou rétrécit (si négatif) de cette quantité le chemin " -"créé par remplissage." +msgid "The amount to grow (positive) or shrink (negative) the created fill path" +msgstr "Agrandit (si positif) ou rétrécit (si négatif) de cette quantité le chemin créé par remplissage." #: ../src/widgets/paintbucket-toolbar.cpp:199 msgid "Close gaps" @@ -30122,19 +27201,14 @@ msgstr "Combler les vides" msgid "Close gaps:" msgstr "Combler les vides :" -#: ../src/widgets/paintbucket-toolbar.cpp:211 -#: ../src/widgets/pencil-toolbar.cpp:398 ../src/widgets/spiral-toolbar.cpp:285 +#: ../src/widgets/paintbucket-toolbar.cpp:211 ../src/widgets/pencil-toolbar.cpp:398 ../src/widgets/spiral-toolbar.cpp:285 #: ../src/widgets/star-toolbar.cpp:564 msgid "Defaults" msgstr "R-à-z" #: ../src/widgets/paintbucket-toolbar.cpp:212 -msgid "" -"Reset paint bucket parameters to defaults (use Inkscape Preferences > Tools " -"to change defaults)" -msgstr "" -"Restaurer les préférences par défaut de l'outil de remplissage au seau " -"(changez les valeurs par défaut dans Inkscape Préférences>Outils)" +msgid "Reset paint bucket parameters to defaults (use Inkscape Preferences > Tools to change defaults)" +msgstr "Restaurer les préférences par défaut de l'outil de remplissage au seau (changez les valeurs par défaut dans Inkscape Préférences>Outils)" #: ../src/widgets/pencil-toolbar.cpp:108 msgid "Bezier" @@ -30225,12 +27299,8 @@ msgid "How much smoothing (simplifying) is applied to the line" msgstr "Quel niveau de lissage (simplification) est appliqué à la ligne" #: ../src/widgets/pencil-toolbar.cpp:399 -msgid "" -"Reset pencil parameters to defaults (use Inkscape Preferences > Tools to " -"change defaults)" -msgstr "" -"Restaurer les préférences du crayon par défaut (changez les valeurs par " -"défaut dans Préférences d'Inkscape>Outils)" +msgid "Reset pencil parameters to defaults (use Inkscape Preferences > Tools to change defaults)" +msgstr "Restaurer les préférences du crayon par défaut (changez les valeurs par défaut dans Préférences d'Inkscape>Outils)" #: ../src/widgets/pencil-toolbar.cpp:409 ../src/widgets/pencil-toolbar.cpp:410 msgid "LPE based interactive simplify" @@ -30338,65 +27408,43 @@ msgstr "Transformer via la barre d'outils" #: ../src/widgets/select-toolbar.cpp:341 msgid "Now <b>stroke width</b> is <b>scaled</b> when objects are scaled." -msgstr "" -"Maintenant l'<b>épaisseur de contour</b> est <b>redimensionnée</b> quand les " -"objets sont redimensionnés." +msgstr "Maintenant l'<b>épaisseur de contour</b> est <b>redimensionnée</b> quand les objets sont redimensionnés." #: ../src/widgets/select-toolbar.cpp:343 msgid "Now <b>stroke width</b> is <b>not scaled</b> when objects are scaled." -msgstr "" -"Maintenant l'<b>épaisseur de contour</b> n'est <b> pas redimensionnée</b> " -"quand les objets sont redimensionnés." +msgstr "Maintenant l'<b>épaisseur de contour</b> n'est <b> pas redimensionnée</b> quand les objets sont redimensionnés." #: ../src/widgets/select-toolbar.cpp:354 -msgid "" -"Now <b>rounded rectangle corners</b> are <b>scaled</b> when rectangles are " -"scaled." -msgstr "" -"Maintenant les <b>coins arrondis de rectangles</b> sont <b>redimensionnés</" -"b> quand les rectangles sont redimensionnés." +msgid "Now <b>rounded rectangle corners</b> are <b>scaled</b> when rectangles are scaled." +msgstr "Maintenant les <b>coins arrondis de rectangles</b> sont <b>redimensionnés</b> quand les rectangles sont redimensionnés." #: ../src/widgets/select-toolbar.cpp:356 -msgid "" -"Now <b>rounded rectangle corners</b> are <b>not scaled</b> when rectangles " -"are scaled." -msgstr "" -"Maintenant les <b>coins arrondis de rectangles</b> ne sont <b>pas " -"redimensionnés</b> quand les rectangles sont redimensionnés." +msgid "Now <b>rounded rectangle corners</b> are <b>not scaled</b> when rectangles are scaled." +msgstr "Maintenant les <b>coins arrondis de rectangles</b> ne sont <b>pas redimensionnés</b> quand les rectangles sont redimensionnés." #: ../src/widgets/select-toolbar.cpp:367 -msgid "" -"Now <b>gradients</b> are <b>transformed</b> along with their objects when " -"those are transformed (moved, scaled, rotated, or skewed)." +msgid "Now <b>gradients</b> are <b>transformed</b> along with their objects when those are transformed (moved, scaled, rotated, or skewed)." msgstr "" -"Maintenant les <b>dégradés</b> sont <b>transformés</b> lors des " -"transformations de leurs objets (déplacement, redimensionnement, rotation ou " +"Maintenant les <b>dégradés</b> sont <b>transformés</b> lors des transformations de leurs objets (déplacement, redimensionnement, rotation ou " "inclinaison)." #: ../src/widgets/select-toolbar.cpp:369 -msgid "" -"Now <b>gradients</b> remain <b>fixed</b> when objects are transformed " -"(moved, scaled, rotated, or skewed)." +msgid "Now <b>gradients</b> remain <b>fixed</b> when objects are transformed (moved, scaled, rotated, or skewed)." msgstr "" -"Maintenant les <b>dégradés</b> restent <b>fixes</b> lors des transformations " -"de leurs objets (déplacement, redimensionnement, rotation, ou inclinaison)." +"Maintenant les <b>dégradés</b> restent <b>fixes</b> lors des transformations de leurs objets (déplacement, redimensionnement, rotation, ou " +"inclinaison)." #: ../src/widgets/select-toolbar.cpp:380 -msgid "" -"Now <b>patterns</b> are <b>transformed</b> along with their objects when " -"those are transformed (moved, scaled, rotated, or skewed)." +msgid "Now <b>patterns</b> are <b>transformed</b> along with their objects when those are transformed (moved, scaled, rotated, or skewed)." msgstr "" -"Maintenant les <b>motifs</b> sont <b>transformés</b> lors des " -"transformations de leurs objets (déplacement, redimensionnement, rotation ou " +"Maintenant les <b>motifs</b> sont <b>transformés</b> lors des transformations de leurs objets (déplacement, redimensionnement, rotation ou " "inclinaison)." #: ../src/widgets/select-toolbar.cpp:382 -msgid "" -"Now <b>patterns</b> remain <b>fixed</b> when objects are transformed (moved, " -"scaled, rotated, or skewed)." +msgid "Now <b>patterns</b> remain <b>fixed</b> when objects are transformed (moved, scaled, rotated, or skewed)." msgstr "" -"Maintenant les <b>motifs</b> restent <b>fixes</b> lors des transformations " -"de leurs objets (déplacement, redimensionnement, rotation, ou inclinaison)." +"Maintenant les <b>motifs</b> restent <b>fixes</b> lors des transformations de leurs objets (déplacement, redimensionnement, rotation, ou " +"inclinaison)." #. four spinbuttons #: ../src/widgets/select-toolbar.cpp:500 @@ -30447,8 +27495,7 @@ msgstr "Verrouiller la largeur et la hauteur" #: ../src/widgets/select-toolbar.cpp:522 msgid "When locked, change both width and height by the same proportion" -msgstr "" -"Si coché, la hauteur et la largeur sont modifiées selon la même proportion" +msgstr "Si coché, la hauteur et la largeur sont modifiées selon la même proportion" #: ../src/widgets/select-toolbar.cpp:531 msgctxt "Select toolbar" @@ -30574,16 +27621,11 @@ msgstr "Rayon intérieur :" #: ../src/widgets/spiral-toolbar.cpp:273 msgid "Radius of the innermost revolution (relative to the spiral size)" -msgstr "" -"Rayon de la révolution intérieure (relatif aux dimensions de la spirale)" +msgstr "Rayon de la révolution intérieure (relatif aux dimensions de la spirale)" #: ../src/widgets/spiral-toolbar.cpp:286 ../src/widgets/star-toolbar.cpp:565 -msgid "" -"Reset shape parameters to defaults (use Inkscape Preferences > Tools to " -"change defaults)" -msgstr "" -"Restaurer les préférences de la forme par défaut (changez les valeurs par " -"défaut dans Inkscape Préférences>Outils)" +msgid "Reset shape parameters to defaults (use Inkscape Preferences > Tools to change defaults)" +msgstr "Restaurer les préférences de la forme par défaut (changez les valeurs par défaut dans Inkscape Préférences>Outils)" #. Width #: ../src/widgets/spray-toolbar.cpp:113 @@ -30596,9 +27638,7 @@ msgstr "(pulvérisation large)" #: ../src/widgets/spray-toolbar.cpp:116 msgid "The width of the spray area (relative to the visible canvas area)" -msgstr "" -"Largeur de la zone de pulvérisation (relativement à la zone de travail " -"visible)" +msgstr "Largeur de la zone de pulvérisation (relativement à la zone de travail visible)" #: ../src/widgets/spray-toolbar.cpp:129 msgid "(maximum mean)" @@ -30614,9 +27654,7 @@ msgstr "Rayon :" #: ../src/widgets/spray-toolbar.cpp:132 msgid "0 to spray a spot; increase to enlarge the ring radius" -msgstr "" -"0 pour pulvériser sur un seul endroit ; augmenter pour élargir le rayon de " -"pulvérisation" +msgstr "0 pour pulvériser sur un seul endroit ; augmenter pour élargir le rayon de pulvérisation" #. Standard_deviation #: ../src/widgets/spray-toolbar.cpp:145 @@ -30679,11 +27717,8 @@ msgid "Adjusts the number of items sprayed per click" msgstr "Ajuste le nombre de d'éléments pulvérisés par clic" #: ../src/widgets/spray-toolbar.cpp:225 -msgid "" -"Use the pressure of the input device to alter the amount of sprayed objects" -msgstr "" -"Utiliser la pression du périphérique d'entrée pour modifier la quantité " -"d'objets pulvérisés" +msgid "Use the pressure of the input device to alter the amount of sprayed objects" +msgstr "Utiliser la pression du périphérique d'entrée pour modifier la quantité d'objets pulvérisés" #: ../src/widgets/spray-toolbar.cpp:235 msgid "(high rotation variation)" @@ -30699,12 +27734,8 @@ msgstr "Rotation :" #: ../src/widgets/spray-toolbar.cpp:240 #, no-c-format -msgid "" -"Variation of the rotation of the sprayed objects; 0% for the same rotation " -"than the original object" -msgstr "" -"Variation de rotation des objets pulvérisés ; 0 % pour utiliser la même " -"rotation que l'objet original" +msgid "Variation of the rotation of the sprayed objects; 0% for the same rotation than the original object" +msgstr "Variation de rotation des objets pulvérisés ; 0 % pour utiliser la même rotation que l'objet original" #: ../src/widgets/spray-toolbar.cpp:253 msgid "(high scale variation)" @@ -30722,12 +27753,8 @@ msgstr "Échelle :" #: ../src/widgets/spray-toolbar.cpp:258 #, no-c-format -msgid "" -"Variation in the scale of the sprayed objects; 0% for the same scale than " -"the original object" -msgstr "" -"Variation de l'échelle des objets pulvérisés ; 0 % pour utiliser la même " -"taille que l'objet original" +msgid "Variation in the scale of the sprayed objects; 0% for the same scale than the original object" +msgstr "Variation de l'échelle des objets pulvérisés ; 0 % pour utiliser la même taille que l'objet original" #: ../src/widgets/star-toolbar.cpp:103 msgid "Star: Change number of corners" @@ -30977,21 +28004,15 @@ msgstr "Marqueurs :" #: ../src/widgets/stroke-style.cpp:358 msgid "Start Markers are drawn on the first node of a path or shape" -msgstr "" -"Les marqueurs de début sont dessinés sur le premier nœud d'un chemin ou objet" +msgstr "Les marqueurs de début sont dessinés sur le premier nœud d'un chemin ou objet" #: ../src/widgets/stroke-style.cpp:367 -msgid "" -"Mid Markers are drawn on every node of a path or shape except the first and " -"last nodes" -msgstr "" -"Les marqueurs intermédiaires sont dessinés sur chaque nœud d'un chemin ou " -"objet, à l'exception du premier et du dernier" +msgid "Mid Markers are drawn on every node of a path or shape except the first and last nodes" +msgstr "Les marqueurs intermédiaires sont dessinés sur chaque nœud d'un chemin ou objet, à l'exception du premier et du dernier" #: ../src/widgets/stroke-style.cpp:376 msgid "End Markers are drawn on the last node of a path or shape" -msgstr "" -"Les marqueurs de fin sont dessinés sur le dernier nœud d'un chemin ou objet" +msgstr "Les marqueurs de fin sont dessinés sur le dernier nœud d'un chemin ou objet" #: ../src/widgets/stroke-style.cpp:498 msgid "Set markers" @@ -31135,8 +28156,7 @@ msgstr "Orientation du texte" msgid "Smaller spacing" msgstr "Espacement plus faible" -#: ../src/widgets/text-toolbar.cpp:1435 ../src/widgets/text-toolbar.cpp:1466 -#: ../src/widgets/text-toolbar.cpp:1497 +#: ../src/widgets/text-toolbar.cpp:1435 ../src/widgets/text-toolbar.cpp:1466 ../src/widgets/text-toolbar.cpp:1497 msgctxt "Text tool" msgid "Normal" msgstr "Normal" @@ -31358,8 +28378,7 @@ msgstr "Nœuds doux" #: ../src/widgets/toolbox.cpp:1765 msgid "Snap smooth nodes, incl. quadrant points of ellipses" -msgstr "" -"Aimanter aux points de rebroussement, points de quadrant des ellipses inclus" +msgstr "Aimanter aux points de rebroussement, points de quadrant des ellipses inclus" #: ../src/widgets/toolbox.cpp:1774 msgid "Line Midpoints" @@ -31375,9 +28394,7 @@ msgstr "Autres" #: ../src/widgets/toolbox.cpp:1783 msgid "Snap other points (centers, guide origins, gradient handles, etc.)" -msgstr "" -"Aimanter à d'autres points (centres, origines de guide, poignées de " -"gradients, etc.)" +msgstr "Aimanter à d'autres points (centres, origines de guide, poignées de gradients, etc.)" #: ../src/widgets/toolbox.cpp:1791 msgid "Object Centers" @@ -31430,8 +28447,7 @@ msgstr "(ajustement large)" #: ../src/widgets/tweak-toolbar.cpp:128 msgid "The width of the tweak area (relative to the visible canvas area)" -msgstr "" -"Largeur de la zone d'ajustement (relativement à la zone de travail visible)" +msgstr "Largeur de la zone d'ajustement (relativement à la zone de travail visible)" #. Force #: ../src/widgets/tweak-toolbar.cpp:142 @@ -31492,8 +28508,7 @@ msgstr "Mode rotation" #: ../src/widgets/tweak-toolbar.cpp:192 msgid "Rotate objects, with Shift counterclockwise" -msgstr "" -"Applique une rotation dans le sens horaire ; avec Maj, le sens est inversé" +msgstr "Applique une rotation dans le sens horaire ; avec Maj, le sens est inversé" #: ../src/widgets/tweak-toolbar.cpp:198 msgid "Duplicate/delete mode" @@ -31525,8 +28540,7 @@ msgstr "Mode attraction/répulsion" #: ../src/widgets/tweak-toolbar.cpp:220 msgid "Attract parts of paths towards cursor; with Shift from cursor" -msgstr "" -"Attire les chemins vers le curseur ; avec Maj, éloigne les chemins du curseur" +msgstr "Attire les chemins vers le curseur ; avec Maj, éloigne les chemins du curseur" #: ../src/widgets/tweak-toolbar.cpp:226 msgid "Roughen mode" @@ -31625,18 +28639,12 @@ msgid "Fidelity:" msgstr "Fidélité:" #: ../src/widgets/tweak-toolbar.cpp:354 -msgid "" -"Low fidelity simplifies paths; high fidelity preserves path features but may " -"generate a lot of new nodes" -msgstr "" -"Une basse fidélité simplifie les chemins; Une haute fidélité préserve les " -"propriétés des chemins mais peut ajouter de nombreux nœuds." +msgid "Low fidelity simplifies paths; high fidelity preserves path features but may generate a lot of new nodes" +msgstr "Une basse fidélité simplifie les chemins; Une haute fidélité préserve les propriétés des chemins mais peut ajouter de nombreux nœuds." #: ../src/widgets/tweak-toolbar.cpp:373 msgid "Use the pressure of the input device to alter the force of tweak action" -msgstr "" -"Utiliser la pression du périphérique d'entrée pour modifier la force de " -"l'outil" +msgstr "Utiliser la pression du périphérique d'entrée pour modifier la force de l'outil" #: ../share/extensions/convert2dashes.py:100 msgid "" @@ -31652,9 +28660,7 @@ msgstr "Veuillez sélectionner un objet." #: ../share/extensions/dimension.py:134 msgid "Unable to process this object. Try changing it into a path first." -msgstr "" -"Traitement de l'objet impossible. Essayer tout d'abord de le transformer en " -"chemin." +msgstr "Traitement de l'objet impossible. Essayer tout d'abord de le transformer en chemin." #. report to the Inkscape console using errormsg #: ../share/extensions/draw_from_triangle.py:180 @@ -31691,23 +28697,15 @@ msgstr "Aire (px²) :" #: ../share/extensions/dxf_input.py:528 #, python-format -msgid "" -"%d ENTITIES of type POLYLINE encountered and ignored. Please try to convert " -"to Release 13 format using QCad." +msgid "%d ENTITIES of type POLYLINE encountered and ignored. Please try to convert to Release 13 format using QCad." msgstr "" #: ../share/extensions/dxf_outlines.py:49 -msgid "" -"Failed to import the numpy or numpy.linalg modules. These modules are " -"required by this extension. Please install them and try again." -msgstr "" -"Échec lors de l'import des modules numpy.linalg. Ces modules sont " -"nécessaires à cette extension. Veuillez les installer et réessayer." +msgid "Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again." +msgstr "Échec lors de l'import des modules numpy.linalg. Ces modules sont nécessaires à cette extension. Veuillez les installer et réessayer." #: ../share/extensions/dxf_outlines.py:315 -msgid "" -"Error: Field 'Layer match name' must be filled when using 'By name match' " -"option" +msgid "Error: Field 'Layer match name' must be filled when using 'By name match' option" msgstr "" #: ../share/extensions/dxf_outlines.py:356 @@ -31716,12 +28714,9 @@ msgid "Warning: Layer '%s' not found!" msgstr "Attention : calque '%s' introuvable !" #: ../share/extensions/embedimage.py:84 -msgid "" -"No xlink:href or sodipodi:absref attributes found, or they do not point to " -"an existing file! Unable to embed image." +msgid "No xlink:href or sodipodi:absref attributes found, or they do not point to an existing file! Unable to embed image." msgstr "" -"Les attributs xlink:href et sodipodi:absref n'ont pas été trouvés, ou " -"n'indiquent pas un fichier existant ! Impossible d'incorporer l'image." +"Les attributs xlink:href et sodipodi:absref n'ont pas été trouvés, ou n'indiquent pas un fichier existant ! Impossible d'incorporer l'image." #: ../share/extensions/embedimage.py:86 #, python-format @@ -31730,20 +28725,12 @@ msgstr "Désolé, nous ne pouvons pas localiser %s" #: ../share/extensions/embedimage.py:111 #, python-format -msgid "" -"%s is not of type image/png, image/jpeg, image/bmp, image/gif, image/tiff, " -"or image/x-icon" -msgstr "" -"%s n'est pas du type image/png, image/jpeg, image/bmp, image/gif, image/" -"tiff, ou image/x-icon" +msgid "%s is not of type image/png, image/jpeg, image/bmp, image/gif, image/tiff, or image/x-icon" +msgstr "%s n'est pas du type image/png, image/jpeg, image/bmp, image/gif, image/tiff, ou image/x-icon" #: ../share/extensions/export_gimp_palette.py:16 -msgid "" -"The export_gpl.py module requires PyXML. Please download the latest version " -"from http://pyxml.sourceforge.net/." -msgstr "" -"Le module d'exportation _gpl.py nécessite PyXML. Veuillez en télécharger la " -"dernière version à l'adresse http://pyxml.sourceforge.net/." +msgid "The export_gpl.py module requires PyXML. Please download the latest version from http://pyxml.sourceforge.net/." +msgstr "Le module d'exportation _gpl.py nécessite PyXML. Veuillez en télécharger la dernière version à l'adresse http://pyxml.sourceforge.net/." #: ../share/extensions/extractimage.py:68 #, python-format @@ -31760,46 +28747,30 @@ msgstr "Au moins deux chemins doivent être sélectionnés" #: ../share/extensions/funcplot.py:48 #, fuzzy -msgid "" -"x-interval cannot be zero. Please modify 'Start X value' or 'End X value'" -msgstr "" -"L'intervalle en X ne peut être nul. Veuillez modifier la valeur X de début " -"ou la valeur X de fin" +msgid "x-interval cannot be zero. Please modify 'Start X value' or 'End X value'" +msgstr "L'intervalle en X ne peut être nul. Veuillez modifier la valeur X de début ou la valeur X de fin" #: ../share/extensions/funcplot.py:60 #, fuzzy -msgid "" -"y-interval cannot be zero. Please modify 'Y value of rectangle's top' or 'Y " -"value of rectangle's bottom'" -msgstr "" -"L'intervalle en Y ne peut être nul. Veuillez modifier la valeur Y basse ou " -"la valeur Y haute" +msgid "y-interval cannot be zero. Please modify 'Y value of rectangle's top' or 'Y value of rectangle's bottom'" +msgstr "L'intervalle en Y ne peut être nul. Veuillez modifier la valeur Y basse ou la valeur Y haute" #: ../share/extensions/funcplot.py:315 msgid "Please select a rectangle" msgstr "Veuillez sélectionner un rectangle" -#: ../share/extensions/gcodetools.py:3321 -#: ../share/extensions/gcodetools.py:4526 -#: ../share/extensions/gcodetools.py:4699 -#: ../share/extensions/gcodetools.py:6232 -#: ../share/extensions/gcodetools.py:6427 +#: ../share/extensions/gcodetools.py:3321 ../share/extensions/gcodetools.py:4526 ../share/extensions/gcodetools.py:4699 +#: ../share/extensions/gcodetools.py:6232 ../share/extensions/gcodetools.py:6427 msgid "No paths are selected! Trying to work on all available paths." -msgstr "" -"Aucun chemin n'est sélectionné ! Tentative d'utilisation de tous les chemins " -"disponibles." +msgstr "Aucun chemin n'est sélectionné ! Tentative d'utilisation de tous les chemins disponibles." #: ../share/extensions/gcodetools.py:3324 msgid "Nothing is selected. Please select something." msgstr "Rien n'est sélectionné. Veuillez de sélectionner quelque chose." #: ../share/extensions/gcodetools.py:3864 -msgid "" -"Directory does not exist! Please specify existing directory at Preferences " -"tab!" -msgstr "" -"Le dossier n'existe pas ! Veuillez spécifier un dossier existant dans " -"l'onglet Préférences." +msgid "Directory does not exist! Please specify existing directory at Preferences tab!" +msgstr "Le dossier n'existe pas ! Veuillez spécifier un dossier existant dans l'onglet Préférences." #: ../share/extensions/gcodetools.py:3894 #, python-format @@ -31812,82 +28783,55 @@ msgstr "" #: ../share/extensions/gcodetools.py:4040 #, python-format -msgid "" -"Orientation points for '%s' layer have not been found! Please add " -"orientation points using Orientation tab!" -msgstr "" -"Les points d'orientation n'ont pas été définis pour le calque '%s'. Veuillez " -"ajouter des points d'orientation avec l'onglet Orientation." +msgid "Orientation points for '%s' layer have not been found! Please add orientation points using Orientation tab!" +msgstr "Les points d'orientation n'ont pas été définis pour le calque '%s'. Veuillez ajouter des points d'orientation avec l'onglet Orientation." #: ../share/extensions/gcodetools.py:4047 #, python-format msgid "There are more than one orientation point groups in '%s' layer" msgstr "Le calque '%s' contient plus d'un groupe de points d'orientation" -#: ../share/extensions/gcodetools.py:4078 -#: ../share/extensions/gcodetools.py:4080 +#: ../share/extensions/gcodetools.py:4078 ../share/extensions/gcodetools.py:4080 msgid "" -"Orientation points are wrong! (if there are two orientation points they " -"should not be the same. If there are three orientation points they should " -"not be in a straight line.)" +"Orientation points are wrong! (if there are two orientation points they should not be the same. If there are three orientation points they " +"should not be in a straight line.)" msgstr "" #: ../share/extensions/gcodetools.py:4250 #, python-format -msgid "" -"Warning! Found bad orientation points in '%s' layer. Resulting Gcode could " -"be corrupt!" -msgstr "" -"Attention ! Des mauvais points d'orientation ont été trouvés dans le calque " -"'%s'. Le Gcode généré pourrait être corrompu !" +msgid "Warning! Found bad orientation points in '%s' layer. Resulting Gcode could be corrupt!" +msgstr "Attention ! Des mauvais points d'orientation ont été trouvés dans le calque '%s'. Le Gcode généré pourrait être corrompu !" #: ../share/extensions/gcodetools.py:4263 #, python-format -msgid "" -"Warning! Found bad graffiti reference point in '%s' layer. Resulting Gcode " -"could be corrupt!" -msgstr "" -"Attention ! Un mauvais point de référence graffiti a été trouvé dans le " -"calque '%s'. Le Gcode généré pourrait être corrompu !" +msgid "Warning! Found bad graffiti reference point in '%s' layer. Resulting Gcode could be corrupt!" +msgstr "Attention ! Un mauvais point de référence graffiti a été trouvé dans le calque '%s'. Le Gcode généré pourrait être corrompu !" #. xgettext:no-pango-format #: ../share/extensions/gcodetools.py:4284 msgid "" -"This extension works with Paths and Dynamic Offsets and groups of them only! " -"All other objects will be ignored!\n" +"This extension works with Paths and Dynamic Offsets and groups of them only! All other objects will be ignored!\n" "Solution 1: press Path->Object to path or Shift+Ctrl+C.\n" "Solution 2: Path->Dynamic offset or Ctrl+J.\n" -"Solution 3: export all contours to PostScript level 2 (File->Save As->.ps) " -"and File->Import this file." +"Solution 3: export all contours to PostScript level 2 (File->Save As->.ps) and File->Import this file." msgstr "" -"Cette extension ne fonctionne qu'avec des chemins ou des offsets dynamiques " -"(ou des groupes contenant seulement ces types d'objets). Tout autre objet " -"sera ignoré.\n" +"Cette extension ne fonctionne qu'avec des chemins ou des offsets dynamiques (ou des groupes contenant seulement ces types d'objets). Tout " +"autre objet sera ignoré.\n" "Solution 1 : lancez la commande Chemin>Objet en chemin (ou Maj+Ctrl+C).\n" "Solution 2 : Chemin>Offset dynamique (ou Ctrl+J).\n" -"Solution 3 : exportez tous les contours en PostScript niveau 2 " -"(Fichier>Enregistrer sous>.ps) puis réimportez le fichier avec " -"Fichier>Importer." +"Solution 3 : exportez tous les contours en PostScript niveau 2 (Fichier>Enregistrer sous>.ps) puis réimportez le fichier avec Fichier>Importer." #: ../share/extensions/gcodetools.py:4290 -msgid "" -"Document has no layers! Add at least one layer using layers panel (Ctrl+Shift" -"+L)" -msgstr "" -"Le document n'a pas de calque ! Veuillez en ajouter au moins un avec la " -"boîte de dialogue des calques (Maj+Ctrl+L)" +msgid "Document has no layers! Add at least one layer using layers panel (Ctrl+Shift+L)" +msgstr "Le document n'a pas de calque ! Veuillez en ajouter au moins un avec la boîte de dialogue des calques (Maj+Ctrl+L)" #: ../share/extensions/gcodetools.py:4294 -msgid "" -"Warning! There are some paths in the root of the document, but not in any " -"layer! Using bottom-most layer for them." +msgid "Warning! There are some paths in the root of the document, but not in any layer! Using bottom-most layer for them." msgstr "" #: ../share/extensions/gcodetools.py:4371 #, python-format -msgid "" -"Warning! Tool's and default tool's parameter's (%s) types are not the same " -"( type('%s') != type('%s') )." +msgid "Warning! Tool's and default tool's parameter's (%s) types are not the same ( type('%s') != type('%s') )." msgstr "" #: ../share/extensions/gcodetools.py:4374 @@ -31902,43 +28846,28 @@ msgstr "Le calque '%s' contient plus d'un outil !" #: ../share/extensions/gcodetools.py:4391 #, python-format -msgid "" -"Can not find tool for '%s' layer! Please add one with Tools library tab!" +msgid "Can not find tool for '%s' layer! Please add one with Tools library tab!" msgstr "" -#: ../share/extensions/gcodetools.py:4553 -#: ../share/extensions/gcodetools.py:4708 -msgid "" -"Warning: One or more paths do not have 'd' parameter, try to Ungroup (Ctrl" -"+Shift+G) and Object to Path (Ctrl+Shift+C)!" -msgstr "" -"Attention : au moins un chemin n'a pas de paramètre 'd'. Veuillez dégrouper " -"(Maj+Ctrl+G) et transformer l'objet en chemin (Maj+Ctrl+C)." +#: ../share/extensions/gcodetools.py:4553 ../share/extensions/gcodetools.py:4708 +msgid "Warning: One or more paths do not have 'd' parameter, try to Ungroup (Ctrl+Shift+G) and Object to Path (Ctrl+Shift+C)!" +msgstr "Attention : au moins un chemin n'a pas de paramètre 'd'. Veuillez dégrouper (Maj+Ctrl+G) et transformer l'objet en chemin (Maj+Ctrl+C)." #: ../share/extensions/gcodetools.py:4667 #, fuzzy -msgid "" -"Nothing is selected. Please select something to convert to drill point " -"(dxfpoint) or clear point sign." -msgstr "" -"Rien n'est sélectionné. Veuillez sélectionner quelque chose à convertir en " +msgid "Nothing is selected. Please select something to convert to drill point (dxfpoint) or clear point sign." +msgstr "Rien n'est sélectionné. Veuillez sélectionner quelque chose à convertir en " -#: ../share/extensions/gcodetools.py:4750 -#: ../share/extensions/gcodetools.py:4996 +#: ../share/extensions/gcodetools.py:4750 ../share/extensions/gcodetools.py:4996 msgid "This extension requires at least one selected path." msgstr "Cette extension nécessite la sélection d'un chemin." -#: ../share/extensions/gcodetools.py:4756 -#: ../share/extensions/gcodetools.py:5002 +#: ../share/extensions/gcodetools.py:4756 ../share/extensions/gcodetools.py:5002 #, python-format msgid "Tool diameter must be > 0 but tool's diameter on '%s' layer is not!" -msgstr "" -"Le diamètre d'outil doit être supérieur à 0, ce qui n'est pas le cas pour " -"l'outil du calque '%s' !" +msgstr "Le diamètre d'outil doit être supérieur à 0, ce qui n'est pas le cas pour l'outil du calque '%s' !" -#: ../share/extensions/gcodetools.py:4767 -#: ../share/extensions/gcodetools.py:4956 -#: ../share/extensions/gcodetools.py:5011 +#: ../share/extensions/gcodetools.py:4767 ../share/extensions/gcodetools.py:4956 ../share/extensions/gcodetools.py:5011 msgid "Warning: omitting non-path" msgstr "Attention : tout ce qui n'est pas chemin n'est pas pris en compte" @@ -31955,8 +28884,7 @@ msgstr "Aucune unité n'a été sélectionnée. mm utilisés par défaut." msgid "Tool '%s' has no shape. 45 degree cone assumed!" msgstr "L'outil '%s' n'a pas de forme. Un cône de 45 degrés sera utilisé !" -#: ../share/extensions/gcodetools.py:5611 -#: ../share/extensions/gcodetools.py:5616 +#: ../share/extensions/gcodetools.py:5611 ../share/extensions/gcodetools.py:5616 msgid "csp_normalised_normal error. See log." msgstr "" @@ -31965,18 +28893,12 @@ msgid "No need to engrave sharp angles." msgstr "Il n'est pas nécessaire de graver les angles aigus." #: ../share/extensions/gcodetools.py:5848 -msgid "" -"Active layer already has orientation points! Remove them or select another " -"layer!" -msgstr "" -"Le calque actif possède déjà des points d'orientation. Veuillez les " -"supprimer ou sélectionner un autre calque." +msgid "Active layer already has orientation points! Remove them or select another layer!" +msgstr "Le calque actif possède déjà des points d'orientation. Veuillez les supprimer ou sélectionner un autre calque." #: ../share/extensions/gcodetools.py:5893 msgid "Active layer already has a tool! Remove it or select another layer!" -msgstr "" -"Le calque actif possède déjà un outil. Veuillez le supprimer ou sélectionner " -"un autre calque." +msgstr "Le calque actif possède déjà un outil. Veuillez le supprimer ou sélectionner un autre calque." #: ../share/extensions/gcodetools.py:6008 msgid "Selection is empty! Will compute whole drawing." @@ -32007,37 +28929,23 @@ msgstr "" #: ../share/extensions/gcodetools.py:6662 #, python-format msgid "" -"Select one of the action tabs - Path to Gcode, Area, Engraving, DXF points, " -"Orientation, Offset, Lathe or Tools library.\n" +"Select one of the action tabs - Path to Gcode, Area, Engraving, DXF points, Orientation, Offset, Lathe or Tools library.\n" " Current active tab id is %s" msgstr "" -"Sélectionnez un des onglets d'action : Chemin vers G-code, Aire, Gravure, " -"Points DXF, Orientation, Tour ou Bibliothèque d'outils.\n" +"Sélectionnez un des onglets d'action : Chemin vers G-code, Aire, Gravure, Points DXF, Orientation, Tour ou Bibliothèque d'outils.\n" " L'onglet actif est actuellement %s" #: ../share/extensions/gcodetools.py:6668 -msgid "" -"Orientation points have not been defined! A default set of orientation " -"points has been automatically added." -msgstr "" -"Aucun point d'orientation n'a été défini. Un ensemble de points " -"d'orientation par défaut a été automatiquement ajouté." +msgid "Orientation points have not been defined! A default set of orientation points has been automatically added." +msgstr "Aucun point d'orientation n'a été défini. Un ensemble de points d'orientation par défaut a été automatiquement ajouté." #: ../share/extensions/gcodetools.py:6672 -msgid "" -"Cutting tool has not been defined! A default tool has been automatically " -"added." -msgstr "" -"Aucun outil de découpe n'a été défini. Un outil par défaut a été " -"automatiquement ajouté." +msgid "Cutting tool has not been defined! A default tool has been automatically added." +msgstr "Aucun outil de découpe n'a été défini. Un outil par défaut a été automatiquement ajouté." #: ../share/extensions/generate_voronoi.py:35 -msgid "" -"Failed to import the subprocess module. Please report this as a bug at: " -"https://bugs.launchpad.net/inkscape." -msgstr "" -"Échec lors de l'importation du module subprocess. Veuillez rapporter ce " -"défaut à : https://bugs.launchpad.net/inkscape." +msgid "Failed to import the subprocess module. Please report this as a bug at: https://bugs.launchpad.net/inkscape." +msgstr "Échec lors de l'importation du module subprocess. Veuillez rapporter ce défaut à : https://bugs.launchpad.net/inkscape." #: ../share/extensions/generate_voronoi.py:36 msgid "Python version is: " @@ -32083,35 +28991,27 @@ msgid "No HPGL data found." msgstr "Aucune donnée HPGL n'a été trouvée." #: ../share/extensions/hpgl_input.py:66 -msgid "" -"The HPGL data contained unknown (unsupported) commands, there is a " -"possibility that the drawing is missing some content." +msgid "The HPGL data contained unknown (unsupported) commands, there is a possibility that the drawing is missing some content." msgstr "" -"Les données HPGL contiennent des commandes inconnues (et non supportées), et " -"certains contenus pourraient ne pas apparaître sur le dessin." +"Les données HPGL contiennent des commandes inconnues (et non supportées), et certains contenus pourraient ne pas apparaître sur le dessin." #. issue error if no paths found #: ../share/extensions/hpgl_output.py:58 -msgid "" -"No paths where found. Please convert all objects you want to save into paths." +msgid "No paths where found. Please convert all objects you want to save into paths." msgstr "" #: ../share/extensions/inkex.py:116 #, python-format msgid "" -"The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore " -"this extension. Please download and install the latest version from http://" -"cheeseshop.python.org/pypi/lxml/, or install it through your package manager " -"by a command like: sudo apt-get install python-lxml\n" +"The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension. Please download and install the latest version " +"from http://cheeseshop.python.org/pypi/lxml/, or install it through your package manager by a command like: sudo apt-get install python-lxml\n" "\n" "Technical details:\n" "%s" msgstr "" -"La fantastique classe lxml pour libxml2 est nécessaire à inkex.py et par " -"conséquent à cette extension. Veuillez en télécharger et installer la " -"dernière version à partir du site http://cheeseshop.python.org/pypi/lxml/, " -"ou l'installer directement avec votre gestionnaire de paquet avec une " -"commande du type : sudo apt-get install python-lxml\n" +"La fantastique classe lxml pour libxml2 est nécessaire à inkex.py et par conséquent à cette extension. Veuillez en télécharger et installer la " +"dernière version à partir du site http://cheeseshop.python.org/pypi/lxml/, ou l'installer directement avec votre gestionnaire de paquet avec " +"une commande du type : sudo apt-get install python-lxml\n" "\n" "Détails techniques :\n" "%s" @@ -32139,27 +29039,17 @@ msgstr "" msgid "There is no selection to interpolate" msgstr "Aucune sélection à interpoler" -#: ../share/extensions/jessyInk_autoTexts.py:45 -#: ../share/extensions/jessyInk_effects.py:50 -#: ../share/extensions/jessyInk_export.py:96 -#: ../share/extensions/jessyInk_keyBindings.py:188 -#: ../share/extensions/jessyInk_masterSlide.py:46 -#: ../share/extensions/jessyInk_mouseHandler.py:48 -#: ../share/extensions/jessyInk_summary.py:64 -#: ../share/extensions/jessyInk_transitions.py:50 -#: ../share/extensions/jessyInk_video.py:49 -#: ../share/extensions/jessyInk_view.py:67 +#: ../share/extensions/jessyInk_autoTexts.py:45 ../share/extensions/jessyInk_effects.py:50 ../share/extensions/jessyInk_export.py:96 +#: ../share/extensions/jessyInk_keyBindings.py:188 ../share/extensions/jessyInk_masterSlide.py:46 +#: ../share/extensions/jessyInk_mouseHandler.py:48 ../share/extensions/jessyInk_summary.py:64 ../share/extensions/jessyInk_transitions.py:50 +#: ../share/extensions/jessyInk_video.py:49 ../share/extensions/jessyInk_view.py:67 msgid "" -"The JessyInk script is not installed in this SVG file or has a different " -"version than the JessyInk extensions. Please select \"install/update...\" " -"from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or " -"update the JessyInk script.\n" +"The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/" +"update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n" "\n" msgstr "" -"Le script JessyInk n'est pas installé dans ce fichier SVG ou est d'une " -"version différente de l'extension. Veuillez utiliser la commande " -"Extensions>JessyInk>Installation/mise à jour pour installer ou mettre à jour " -"le script.\n" +"Le script JessyInk n'est pas installé dans ce fichier SVG ou est d'une version différente de l'extension. Veuillez utiliser la commande " +"Extensions>JessyInk>Installation/mise à jour pour installer ou mettre à jour le script.\n" "\n" #: ../share/extensions/jessyInk_autoTexts.py:48 @@ -32176,17 +29066,12 @@ msgid "" "Node with id '{0}' is not a suitable text node and was therefore ignored.\n" "\n" msgstr "" -"Le nœud d'id '{0}' n'est pas un nœud texte approprié et a été de fait " -"ignoré.\n" +"Le nœud d'id '{0}' n'est pas un nœud texte approprié et a été de fait ignoré.\n" "\n" #: ../share/extensions/jessyInk_effects.py:53 -msgid "" -"No object selected. Please select the object you want to assign an effect to " -"and then press apply.\n" -msgstr "" -"Aucun objet sélectionné. Veuillez préalablement sélectionner l'objet auquel " -"vous souhaitez assigner un effet.\n" +msgid "No object selected. Please select the object you want to assign an effect to and then press apply.\n" +msgstr "Aucun objet sélectionné. Veuillez préalablement sélectionner l'objet auquel vous souhaitez assigner un effet.\n" #: ../share/extensions/jessyInk_export.py:82 msgid "Could not find Inkscape command.\n" @@ -32197,9 +29082,7 @@ msgid "Layer not found. Removed current master slide selection.\n" msgstr "" #: ../share/extensions/jessyInk_masterSlide.py:58 -msgid "" -"More than one layer with this name found. Removed current master slide " -"selection.\n" +msgid "More than one layer with this name found. Removed current master slide selection.\n" msgstr "" #: ../share/extensions/jessyInk_summary.py:69 @@ -32262,8 +29145,7 @@ msgstr "" #: ../share/extensions/jessyInk_summary.py:123 #, python-brace-format msgid "{0}\t\"{1}\" (object id \"{2}\") will be replaced by \"{3}\"." -msgstr "" -"{0}\t\"{1}\" (l'objet d'identifiant \"{2}\") sera remplacé par \"{3}\"." +msgstr "{0}\t\"{1}\" (l'objet d'identifiant \"{2}\") sera remplacé par \"{3}\"." #: ../share/extensions/jessyInk_summary.py:168 #, python-brace-format @@ -32315,14 +29197,13 @@ msgstr "Calque introuvable.\n" #: ../share/extensions/jessyInk_transitions.py:57 msgid "More than one layer with this name found.\n" -msgstr "" +msgstr "Plusieurs calques portent ce même nom. \n" #: ../share/extensions/jessyInk_transitions.py:70 msgid "Please enter a layer name.\n" msgstr "Veuillez entrer un nom de calque.\n" -#: ../share/extensions/jessyInk_video.py:54 -#: ../share/extensions/jessyInk_video.py:59 +#: ../share/extensions/jessyInk_video.py:54 ../share/extensions/jessyInk_video.py:59 msgid "" "Could not obtain the selected layer for inclusion of the video element.\n" "\n" @@ -32330,13 +29211,10 @@ msgstr "" #: ../share/extensions/jessyInk_view.py:75 msgid "More than one object selected. Please select only one object.\n" -msgstr "" -"Plus d'un objet est sélectionné. Veuillez sélectionner un seul objet.\n" +msgstr "Plus d'un objet est sélectionné. Veuillez sélectionner un seul objet.\n" #: ../share/extensions/jessyInk_view.py:79 -msgid "" -"No object selected. Please select the object you want to assign a view to " -"and then press apply.\n" +msgid "No object selected. Please select the object you want to assign a view to and then press apply.\n" msgstr "" #: ../share/extensions/markers_strokepaint.py:83 @@ -32351,22 +29229,17 @@ msgstr "Impossible de localiser le marqueur %s" #: ../share/extensions/measure.py:58 msgid "" -"Failed to import the numpy modules. These modules are required by this " -"extension. Please install them and try again. On a Debian-like system this " -"can be done with the command, sudo apt-get install python-numpy." +"Failed to import the numpy modules. These modules are required by this extension. Please install them and try again. On a Debian-like system " +"this can be done with the command, sudo apt-get install python-numpy." msgstr "" -"Échec lors de l'importation des modules numpy. Ces modules sont nécessaires " -"à cette extension. Veuillez les installer et réessayer. Sur un système de " -"type Debian, cette installation peut être réalisée avec la commande : sudo " -"apt-get install python-numpy." +"Échec lors de l'importation des modules numpy. Ces modules sont nécessaires à cette extension. Veuillez les installer et réessayer. Sur un " +"système de type Debian, cette installation peut être réalisée avec la commande : sudo apt-get install python-numpy." #: ../share/extensions/measure.py:120 msgid "Area is zero, cannot calculate Center of Mass" msgstr "L'aire est nulle, calcul du barycentre impossible" -#: ../share/extensions/pathalongpath.py:208 -#: ../share/extensions/pathscatter.py:228 -#: ../share/extensions/perspective.py:53 +#: ../share/extensions/pathalongpath.py:208 ../share/extensions/pathscatter.py:228 ../share/extensions/perspective.py:53 msgid "This extension requires two selected paths." msgstr "Cette extension nécessite la sélection de deux chemins." @@ -32376,8 +29249,7 @@ msgid "" "Please choose a larger object or set 'Space between copies' > 0" msgstr "" "La taille du motif est trop petite.\n" -"Veuillez choisir un objet plus grand ou paramétrer « Espacement entre les " -"copies » avec une valeur supérieure à zéro." +"Veuillez choisir un objet plus grand ou paramétrer « Espacement entre les copies » avec une valeur supérieure à zéro." #: ../share/extensions/pathalongpath.py:277 msgid "" @@ -32392,18 +29264,13 @@ msgstr "Veuillez d'abord convertir les objets en chemins ! (Obtenu [%s].)" #: ../share/extensions/perspective.py:45 msgid "" -"Failed to import the numpy or numpy.linalg modules. These modules are " -"required by this extension. Please install them and try again. On a Debian-" -"like system this can be done with the command, sudo apt-get install python-" -"numpy." -msgstr "" -"Échec lors de l'import des modules numpy.linalg. Ces modules sont " -"nécessaires à cette extension. Veuillez les installer et réessayer. Sur un " -"système de type Debian, cette installation peut être réalisée avec la " -"commande : sudo apt-get install python-numpy." - -#: ../share/extensions/perspective.py:61 -#: ../share/extensions/summersnight.py:52 +"Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a " +"Debian-like system this can be done with the command, sudo apt-get install python-numpy." +msgstr "" +"Échec lors de l'import des modules numpy.linalg. Ces modules sont nécessaires à cette extension. Veuillez les installer et réessayer. Sur un " +"système de type Debian, cette installation peut être réalisée avec la commande : sudo apt-get install python-numpy." + +#: ../share/extensions/perspective.py:61 ../share/extensions/summersnight.py:52 #, python-format msgid "" "The first selected object is of type '%s'.\n" @@ -32412,16 +29279,11 @@ msgstr "" "Le premier objet sélectionné est de type '%s'.\n" "Essayez la commande Chemin>Objet en chemin." -#: ../share/extensions/perspective.py:68 -#: ../share/extensions/summersnight.py:60 -msgid "" -"This extension requires that the second selected path be four nodes long." -msgstr "" -"Cette extension exige que le second chemin sélectionné contienne quatre " -"nœuds." +#: ../share/extensions/perspective.py:68 ../share/extensions/summersnight.py:60 +msgid "This extension requires that the second selected path be four nodes long." +msgstr "Cette extension exige que le second chemin sélectionné contienne quatre nœuds." -#: ../share/extensions/perspective.py:94 -#: ../share/extensions/summersnight.py:93 +#: ../share/extensions/perspective.py:94 ../share/extensions/summersnight.py:93 msgid "" "The second selected object is a group, not a path.\n" "Try using the procedure Object->Ungroup." @@ -32429,8 +29291,7 @@ msgstr "" "Le second objet sélectionné n'est pas un chemin mais un groupe.\n" "Essayez la commande Objet>Dégrouper." -#: ../share/extensions/perspective.py:96 -#: ../share/extensions/summersnight.py:95 +#: ../share/extensions/perspective.py:96 ../share/extensions/summersnight.py:95 msgid "" "The second selected object is not a path.\n" "Try using the procedure Path->Object to Path." @@ -32438,8 +29299,7 @@ msgstr "" "Le second objet sélectionné n'est pas un chemin.\n" "Essayez la commande Chemin>Objet en chemin." -#: ../share/extensions/perspective.py:99 -#: ../share/extensions/summersnight.py:98 +#: ../share/extensions/perspective.py:99 ../share/extensions/summersnight.py:98 msgid "" "The first selected object is not a path.\n" "Try using the procedure Path->Object to Path." @@ -32449,37 +29309,29 @@ msgstr "" #. issue error if no paths found #: ../share/extensions/plotter.py:69 -msgid "" -"No paths where found. Please convert all objects you want to plot into paths." +msgid "No paths where found. Please convert all objects you want to plot into paths." msgstr "" #: ../share/extensions/plotter.py:147 msgid "" "pySerial is not installed.\n" "\n" -"1. Download pySerial here (not the \".exe\"!): http://pypi.python.org/pypi/" -"pyserial\n" -"2. Extract the \"serial\" subfolder from the zip to the following folder: C:" -"\\[Program files]\\inkscape\\python\\Lib\\\n" +"1. Download pySerial here (not the \".exe\"!): http://pypi.python.org/pypi/pyserial\n" +"2. Extract the \"serial\" subfolder from the zip to the following folder: C:\\[Program files]\\inkscape\\python\\Lib\\\n" "3. Restart Inkscape." msgstr "" #: ../share/extensions/plotter.py:199 -msgid "" -"Could not open port. Please check that your plotter is running, connected " -"and the settings are correct." +msgid "Could not open port. Please check that your plotter is running, connected and the settings are correct." msgstr "" #: ../share/extensions/polyhedron_3d.py:65 msgid "" -"Failed to import the numpy module. This module is required by this " -"extension. Please install it and try again. On a Debian-like system this " +"Failed to import the numpy module. This module is required by this extension. Please install it and try again. On a Debian-like system this " "can be done with the command 'sudo apt-get install python-numpy'." msgstr "" -"Échec lors de l'import du module numpy. Ce module est nécessaire à cette " -"extension. Veuillez l'installer et réessayer. Sur un système de type Debian, " -"cette installation peut être réalisée avec la commande : sudo apt-get " -"install python-numpy." +"Échec lors de l'import du module numpy. Ce module est nécessaire à cette extension. Veuillez l'installer et réessayer. Sur un système de type " +"Debian, cette installation peut être réalisée avec la commande : sudo apt-get install python-numpy." #: ../share/extensions/polyhedron_3d.py:336 msgid "No face data found in specified file." @@ -32487,9 +29339,7 @@ msgstr "Le fichier spécifié ne contient aucune donnée de facette." #: ../share/extensions/polyhedron_3d.py:337 msgid "Try selecting \"Edge Specified\" in the Model File tab.\n" -msgstr "" -"Essayez de sélectionner « défini par les bords » dans l'onglet Fichier " -"modèle .\n" +msgstr "Essayez de sélectionner « défini par les bords » dans l'onglet Fichier modèle .\n" #: ../share/extensions/polyhedron_3d.py:343 msgid "No edge data found in specified file." @@ -32497,19 +29347,14 @@ msgstr "Le fichier spécifié ne contient aucune donnée de bord." #: ../share/extensions/polyhedron_3d.py:344 msgid "Try selecting \"Face Specified\" in the Model File tab.\n" -msgstr "" -"Essayez de sélectionner « défini par les facettes » dans l'onglet Fichier " -"modèle .\n" +msgstr "Essayez de sélectionner « défini par les facettes » dans l'onglet Fichier modèle .\n" #. we cannot generate a list of faces from the edges without a lot of computation #: ../share/extensions/polyhedron_3d.py:522 -msgid "" -"Face Data Not Found. Ensure file contains face data, and check the file is " -"imported as \"Face-Specified\" under the \"Model File\" tab.\n" +msgid "Face Data Not Found. Ensure file contains face data, and check the file is imported as \"Face-Specified\" under the \"Model File\" tab.\n" msgstr "" -"Aucune donnée de facette. Vérifiez que le fichier contient bien ces données, " -"et qu'il est bien importé avec l'option « Défini par les facettes » dans " -"l'onglet « Fichier modèle ».\n" +"Aucune donnée de facette. Vérifiez que le fichier contient bien ces données, et qu'il est bien importé avec l'option « Défini par les " +"facettes » dans l'onglet « Fichier modèle ».\n" #: ../share/extensions/polyhedron_3d.py:524 msgid "Internal Error. No view type selected\n" @@ -32543,26 +29388,19 @@ msgid "Please enter an input text" msgstr "Veuillez saisir une chaîne de caractères" #: ../share/extensions/replace_font.py:133 -msgid "" -"Couldn't find anything using that font, please ensure the spelling and " -"spacing is correct." -msgstr "" -"Aucune correspondance avec cette fonte, veuillez vous assurer que " -"l'orthographe et l'espacement sont corrects." +msgid "Couldn't find anything using that font, please ensure the spelling and spacing is correct." +msgstr "Aucune correspondance avec cette fonte, veuillez vous assurer que l'orthographe et l'espacement sont corrects." -#: ../share/extensions/replace_font.py:140 -#: ../share/extensions/svg_and_media_zip_output.py:193 +#: ../share/extensions/replace_font.py:140 ../share/extensions/svg_and_media_zip_output.py:193 msgid "Didn't find any fonts in this document/selection." msgstr "Le document (ou la sélection) ne contient aucune police." -#: ../share/extensions/replace_font.py:143 -#: ../share/extensions/svg_and_media_zip_output.py:196 +#: ../share/extensions/replace_font.py:143 ../share/extensions/svg_and_media_zip_output.py:196 #, python-format msgid "Found the following font only: %s" msgstr "Une seule police utilisée : %s" -#: ../share/extensions/replace_font.py:145 -#: ../share/extensions/svg_and_media_zip_output.py:198 +#: ../share/extensions/replace_font.py:145 ../share/extensions/svg_and_media_zip_output.py:198 #, python-format msgid "" "Found the following fonts:\n" @@ -32581,14 +29419,11 @@ msgstr "Veuillez saisir une chaîne de caractères dans le champs Rechercher." #: ../share/extensions/replace_font.py:248 msgid "Please enter a replacement font in the replace with box." -msgstr "" -"Veuillez saisir une police de remplacement dans le champs Remplacer par." +msgstr "Veuillez saisir une police de remplacement dans le champs Remplacer par." #: ../share/extensions/replace_font.py:253 msgid "Please enter a replacement font in the replace all box." -msgstr "" -"Veuillez saisir une police de remplacement dans le champs Remplacer toutes " -"les polices par." +msgstr "Veuillez saisir une police de remplacement dans le champs Remplacer toutes les polices par." #: ../share/extensions/restack.py:76 #, fuzzy @@ -32599,22 +29434,18 @@ msgstr "Aucune sélection à interpoler" msgid "" "This extension requires two selected paths. \n" "The second path must be exactly four nodes long." -msgstr "" -"Cette extension nécessite la sélection de deux chemins. Le second chemin " -"sélectionné doit contenir exactement quatre nœuds." +msgstr "Cette extension nécessite la sélection de deux chemins. Le second chemin sélectionné doit contenir exactement quatre nœuds." #: ../share/extensions/svg_and_media_zip_output.py:128 #, python-format msgid "Could not locate file: %s" msgstr "Impossible de localiser le fichier %s" -#: ../share/extensions/svgcalendar.py:266 -#: ../share/extensions/svgcalendar.py:288 +#: ../share/extensions/svgcalendar.py:266 ../share/extensions/svgcalendar.py:288 msgid "You must select a correct system encoding." msgstr "Vous devez sélectionner un système d'encodage valide." -#: ../share/extensions/uniconv-ext.py:56 -#: ../share/extensions/uniconv_output.py:122 +#: ../share/extensions/uniconv-ext.py:56 ../share/extensions/uniconv_output.py:122 msgid "" "You need to install the UniConvertor software.\n" "For GNU/Linux: install the package python-uniconvertor.\n" @@ -32627,24 +29458,17 @@ msgstr "" msgid "Please select objects!" msgstr "Veuillez sélectionner des objets !" -#: ../share/extensions/web-set-att.py:58 -#: ../share/extensions/web-transmit-att.py:54 +#: ../share/extensions/web-set-att.py:58 ../share/extensions/web-transmit-att.py:54 msgid "You must select at least two elements." msgstr "Vous devez sélectionner au moins deux éléments." #: ../share/extensions/webslicer_create_group.py:57 -msgid "" -"You must create and select some \"Slicer rectangles\" before trying to group." -msgstr "" -"Vous devez créer et sélectionner des « Rectangles de découpe » avant " -"d'essayer de grouper." +msgid "You must create and select some \"Slicer rectangles\" before trying to group." +msgstr "Vous devez créer et sélectionner des « Rectangles de découpe » avant d'essayer de grouper." #: ../share/extensions/webslicer_create_group.py:72 -msgid "" -"You must to select some \"Slicer rectangles\" or other \"Layout groups\"." -msgstr "" -"Vous devez sélectionner des « Rectangles de découpe » ou d'autres « Groupes " -"de mise en page »." +msgid "You must to select some \"Slicer rectangles\" or other \"Layout groups\"." +msgstr "Vous devez sélectionner des « Rectangles de découpe » ou d'autres « Groupes de mise en page »." #: ../share/extensions/webslicer_create_group.py:76 #, python-format @@ -32711,17 +29535,10 @@ msgstr "Longueur maximum de segment (px) :" msgid "Number of segments:" msgstr "Nombre de segments :" -#: ../share/extensions/addnodes.inx.h:7 -#: ../share/extensions/convert2dashes.inx.h:2 -#: ../share/extensions/edge3d.inx.h:9 ../share/extensions/flatten.inx.h:3 -#: ../share/extensions/fractalize.inx.h:4 -#: ../share/extensions/interp_att_g.inx.h:31 -#: ../share/extensions/markers_strokepaint.inx.h:13 -#: ../share/extensions/perspective.inx.h:2 -#: ../share/extensions/pixelsnap.inx.h:3 -#: ../share/extensions/radiusrand.inx.h:10 -#: ../share/extensions/rubberstretch.inx.h:6 -#: ../share/extensions/straightseg.inx.h:4 +#: ../share/extensions/addnodes.inx.h:7 ../share/extensions/convert2dashes.inx.h:2 ../share/extensions/edge3d.inx.h:9 +#: ../share/extensions/flatten.inx.h:3 ../share/extensions/fractalize.inx.h:4 ../share/extensions/interp_att_g.inx.h:31 +#: ../share/extensions/markers_strokepaint.inx.h:13 ../share/extensions/perspective.inx.h:2 ../share/extensions/pixelsnap.inx.h:3 +#: ../share/extensions/radiusrand.inx.h:10 ../share/extensions/rubberstretch.inx.h:6 ../share/extensions/straightseg.inx.h:4 #: ../share/extensions/summersnight.inx.h:2 ../share/extensions/whirl.inx.h:4 msgid "Modify Path" msgstr "Modifer le chemin" @@ -32843,8 +29660,7 @@ msgstr "Luminosité aléatoire" #: ../share/extensions/color_HSL_adjust.inx.h:13 #, no-c-format msgid "" -"Adjusts hue, saturation and lightness in the HSL representation of the " -"selected objects's color.\n" +"Adjusts hue, saturation and lightness in the HSL representation of the selected objects's color.\n" "Options:\n" " * Hue: rotate by degrees (wraps around).\n" " * Saturation: add/subtract % (min=-100, max=100).\n" @@ -32889,8 +29705,7 @@ msgstr "Plage des couleurs en entrée :" #: ../share/extensions/color_custom.inx.h:8 msgid "" "Allows you to evaluate different functions for each channel.\n" -"r, g and b are the normalized values of the red, green and blue channels. " -"The resulting RGB values are automatically clamped.\n" +"r, g and b are the normalized values of the red, green and blue channels. The resulting RGB values are automatically clamped.\n" " \n" "Example (half the red, swap green and blue):\n" " Red Function: r*0.5 \n" @@ -32898,8 +29713,7 @@ msgid "" " Blue Function: g" msgstr "" "Permet l'évaluation de différentes fonctions pour chaque canal.\n" -"r, g et b sont les valeurs normalisées pour les canaux rouge, vert et bleu. " -"Les valeurs RGB résultantes sont recalculées automatiquement.\n" +"r, g et b sont les valeurs normalisées pour les canaux rouge, vert et bleu. Les valeurs RGB résultantes sont recalculées automatiquement.\n" "\n" "Exemple (division du rouge par deux, échange du vert et du bleu) :\n" " Fonction pour le rouge : r*0.5\n" @@ -32914,8 +29728,7 @@ msgstr "Plus foncé" msgid "Desaturate" msgstr "Désaturer" -#: ../share/extensions/color_grayscale.inx.h:1 -#: ../share/extensions/webslicer_create_rect.inx.h:15 +#: ../share/extensions/color_grayscale.inx.h:1 ../share/extensions/webslicer_create_rect.inx.h:15 msgid "Grayscale" msgstr "Niveaux de gris" @@ -32947,18 +29760,13 @@ msgstr "Augmenter la saturation" msgid "Negative" msgstr "Négatif" -#: ../share/extensions/color_randomize.inx.h:1 -#: ../share/extensions/render_alphabetsoup.inx.h:4 +#: ../share/extensions/color_randomize.inx.h:1 ../share/extensions/render_alphabetsoup.inx.h:4 msgid "Randomize" msgstr "Aléatoire" #: ../share/extensions/color_randomize.inx.h:7 -msgid "" -"Converts to HSL, randomizes hue and/or saturation and/or lightness and " -"converts it back to RGB." -msgstr "" -"Convertit en TSL, modifie aléatoirement la teinte, la saturation ou la " -"luminosité, puis convertit le résultat en RVB." +msgid "Converts to HSL, randomizes hue and/or saturation and/or lightness and converts it back to RGB." +msgstr "Convertit en TSL, modifie aléatoirement la teinte, la saturation ou la luminosité, puis convertit le résultat en RVB." #: ../share/extensions/color_removeblue.inx.h:1 msgid "Remove Blue" @@ -33018,21 +29826,15 @@ msgstr "Entrée Dia" #: ../share/extensions/dia.inx.h:2 msgid "" -"The dia2svg.sh script should be installed with your Inkscape distribution. " -"If you do not have it, there is likely to be something wrong with your " -"Inkscape installation." +"The dia2svg.sh script should be installed with your Inkscape distribution. If you do not have it, there is likely to be something wrong with " +"your Inkscape installation." msgstr "" -"Le script dia2svg devrait être installé avec votre distribution d'Inkscape. " -"Si ce n'est pas le cas, il y a sans doute un problème avec votre " +"Le script dia2svg devrait être installé avec votre distribution d'Inkscape. Si ce n'est pas le cas, il y a sans doute un problème avec votre " "installation d'Inkscape." #: ../share/extensions/dia.inx.h:3 -msgid "" -"In order to import Dia files, Dia itself must be installed. You can get Dia " -"at http://live.gnome.org/Dia" -msgstr "" -"Pour pouvoir importer des fichiers Dia, Dia doit aussi être installé. Vous " -"pouvez obtenir Dia sur http://www.gnome.org/projects/dia/ " +msgid "In order to import Dia files, Dia itself must be installed. You can get Dia at http://live.gnome.org/Dia" +msgstr "Pour pouvoir importer des fichiers Dia, Dia doit aussi être installé. Vous pouvez obtenir Dia sur http://www.gnome.org/projects/dia/ " #: ../share/extensions/dia.inx.h:4 msgid "Dia Diagram (*.dia)" @@ -33067,8 +29869,8 @@ msgstr "Géométrique" msgid "Visual" msgstr "Visuelle" -#: ../share/extensions/dimension.inx.h:7 ../share/extensions/dots.inx.h:13 -#: ../share/extensions/handles.inx.h:2 ../share/extensions/measure.inx.h:42 +#: ../share/extensions/dimension.inx.h:7 ../share/extensions/dots.inx.h:13 ../share/extensions/handles.inx.h:2 +#: ../share/extensions/measure.inx.h:42 msgid "Visualize Path" msgstr "Visualisation de chemin" @@ -33090,21 +29892,16 @@ msgstr "Incrément :" #: ../share/extensions/dots.inx.h:8 msgid "" -"This extension replaces the selection's nodes with numbered dots according " -"to the following options:\n" +"This extension replaces the selection's nodes with numbered dots according to the following options:\n" " * Font size: size of the node number labels (20px, 12pt...).\n" " * Dot size: diameter of the dots placed at path nodes (10px, 2mm...).\n" -" * Starting dot number: first number in the sequence, assigned to the " -"first node of the path.\n" +" * Starting dot number: first number in the sequence, assigned to the first node of the path.\n" " * Step: numbering step between two nodes." msgstr "" -"Cette extension remplace les nœuds de la sélection par des points numérotés " -"en fonction des options suivantes :\n" +"Cette extension remplace les nœuds de la sélection par des points numérotés en fonction des options suivantes :\n" " * Taille de police : taille du label de numéro de nœud (20px, 12pt...).\n" -" * Taille de point : diamètre des points placés sur les nœuds du chemin " -"(10px, 2mm...)\n" -" * Numéro du nœud de départ : premier numéro de la séquence, assigné au " -"premier nœud du chemin.\n" +" * Taille de point : diamètre des points placés sur les nœuds du chemin (10px, 2mm...)\n" +" * Numéro du nœud de départ : premier numéro de la séquence, assigné au premier nœud du chemin.\n" " * Incrément : incrément de numérotation entre deux nœuds." #: ../share/extensions/draw_from_triangle.inx.h:1 @@ -33219,8 +30016,7 @@ msgstr "Tracer un repère à ce point" msgid "Draw Circle Around This Point" msgstr "Tracer un cercle autour de ce point" -#: ../share/extensions/draw_from_triangle.inx.h:29 -#: ../share/extensions/wireframe_sphere.inx.h:6 +#: ../share/extensions/draw_from_triangle.inx.h:29 ../share/extensions/wireframe_sphere.inx.h:6 msgid "Radius (px):" msgstr "Rayon (px) :" @@ -33246,19 +30042,16 @@ msgstr "Fonction triangle" #: ../share/extensions/draw_from_triangle.inx.h:36 msgid "" -"This extension draws constructions about a triangle defined by the first 3 " -"nodes of a selected path. You may select one of preset objects or create " -"your own ones.\n" +"This extension draws constructions about a triangle defined by the first 3 nodes of a selected path. You may select one of preset objects or " +"create your own ones.\n" " \n" "All units are the Inkscape's pixel unit. Angles are all in radians.\n" -"You can specify a point by trilinear coordinates or by a triangle centre " -"function.\n" +"You can specify a point by trilinear coordinates or by a triangle centre function.\n" "Enter as functions of the side length or angles.\n" "Trilinear elements should be separated by a colon: ':'.\n" "Side lengths are represented as 's_a', 's_b' and 's_c'.\n" "Angles corresponding to these are 'a_a', 'a_b', and 'a_c'.\n" -"You can also use the semi-perimeter and area of the triangle as constants. " -"Write 'area' or 'semiperim' for these.\n" +"You can also use the semi-perimeter and area of the triangle as constants. Write 'area' or 'semiperim' for these.\n" "\n" "You can use any standard Python math function:\n" "ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); \n" @@ -33270,26 +30063,20 @@ msgid "" "Also available are the inverse trigonometric functions:\n" "sec(x); csc(x); cot(x)\n" "\n" -"You can specify the radius of a circle around a custom point using a " -"formula, which may also contain the side lengths, angles, etc. You can also " -"plot the isogonal and isotomic conjugate of the point. Be aware that this " -"may cause a divide-by-zero error for certain points.\n" +"You can specify the radius of a circle around a custom point using a formula, which may also contain the side lengths, angles, etc. You can " +"also plot the isogonal and isotomic conjugate of the point. Be aware that this may cause a divide-by-zero error for certain points.\n" " " msgstr "" -"Cette extension trace une construction à partir d'un triangle défini par les " -"trois premiers nœuds d'un chemin sélectionné. Vous devez sélectionner un " -"objet prédéfini ou en créer un nouveau.\n" +"Cette extension trace une construction à partir d'un triangle défini par les trois premiers nœuds d'un chemin sélectionné. Vous devez " +"sélectionner un objet prédéfini ou en créer un nouveau.\n" " \n" -"Toutes les unités de mesure sont exprimées en pixels Inkscape. Les angles " -"sont en radians.\n" -"Vous pouvez spécifier un point par coordonnées trilinéaires ou une fonction " -"du centre du triangle.\n" +"Toutes les unités de mesure sont exprimées en pixels Inkscape. Les angles sont en radians.\n" +"Vous pouvez spécifier un point par coordonnées trilinéaires ou une fonction du centre du triangle.\n" "Entrez comme fonction la taille des côtés ou les angles.\n" "Les éléments trilinéaires doivent être séparés par un deux-points (:).\n" "Les tailles de côté sont représentées sous la forme 's_a', 's_b' et 's_c'.\n" "Les angles correspondants sont sous la forme 'a_a', 'a_b' et 'a_c'.\n" -"Vous pouvez également utiliser le semi-périmètre ou l'aire du triangle comme " -"constante. Dans ce cas, écrivez 'area' ou 'semiperim'.\n" +"Vous pouvez également utiliser le semi-périmètre ou l'aire du triangle comme constante. Dans ce cas, écrivez 'area' ou 'semiperim'.\n" "\n" "Vous pouvez utiliser les fonctions mathématiques standard de Python :\n" "ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i);\n" @@ -33301,11 +30088,9 @@ msgstr "" "Les fonctions trigonométriques inverses sont également disponibles :\n" "sec(x); csc(x); cot(x)\n" "\n" -"Vous pouvez spécifier le rayon d'un cercle autour d'un point personnalisé en " -"utilisant une fonction pouvant également contenir les tailles de côté, les " -"angles, etc. Vous pouvez également tracer les conjuguées isogonales et " -"isotomiques du point. Soyez conscient que cela peut provoquer une erreur de " -"type division par zéro pour certains points. " +"Vous pouvez spécifier le rayon d'un cercle autour d'un point personnalisé en utilisant une fonction pouvant également contenir les tailles de " +"côté, les angles, etc. Vous pouvez également tracer les conjuguées isogonales et isotomiques du point. Soyez conscient que cela peut provoquer " +"une erreur de type division par zéro pour certains points. " #: ../share/extensions/dxf_input.inx.h:1 msgid "DXF Input" @@ -33332,8 +30117,7 @@ msgstr "Origine manuelle de l'axe y (mm) :" msgid "Gcodetools compatible point import" msgstr "Point d'importation compatible avec les outils G-code" -#: ../share/extensions/dxf_input.inx.h:8 -#: ../share/extensions/render_barcode_qrcode.inx.h:16 +#: ../share/extensions/dxf_input.inx.h:8 ../share/extensions/render_barcode_qrcode.inx.h:16 msgid "Character encoding:" msgstr "Encodage de caractère :" @@ -33356,12 +30140,9 @@ msgstr "" "Pour AutoCAD version R13 ou plus récente.\n" "- Le dessin dxf doit être en mm.\n" "- Le dessin svg est en pixels, à 90 ppp.\n" -"- Le facteur d'échelle et l'origine ne s'applique qu'au redimensionnement " -"manuel.\n" -"- Les calques sont préservés par l'utilisation du menu Fichier>Ouvrir, mais " -"pas par Import.\n" -"- Le support des BLOCKS est limité. Préférez l'utilisation de AutoCAD " -"Explode Blocks si nécessaire." +"- Le facteur d'échelle et l'origine ne s'applique qu'au redimensionnement manuel.\n" +"- Les calques sont préservés par l'utilisation du menu Fichier>Ouvrir, mais pas par Import.\n" +"- Le support des BLOCKS est limité. Préférez l'utilisation de AutoCAD Explode Blocks si nécessaire." #: ../share/extensions/dxf_input.inx.h:19 msgid "AutoCAD DXF R13 (*.dxf)" @@ -33411,20 +30192,14 @@ msgstr "pt" msgid "pc" msgstr "pc" -#: ../share/extensions/dxf_outlines.inx.h:11 -#: ../share/extensions/render_gears.inx.h:7 +#: ../share/extensions/dxf_outlines.inx.h:11 ../share/extensions/render_gears.inx.h:7 msgid "px" msgstr "px" -#: ../share/extensions/dxf_outlines.inx.h:12 -#: ../share/extensions/gcodetools_area.inx.h:46 -#: ../share/extensions/gcodetools_dxf_points.inx.h:18 -#: ../share/extensions/gcodetools_engraving.inx.h:24 -#: ../share/extensions/gcodetools_graffiti.inx.h:18 -#: ../share/extensions/gcodetools_lathe.inx.h:39 -#: ../share/extensions/gcodetools_orientation_points.inx.h:11 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:28 -#: ../share/extensions/render_gears.inx.h:9 +#: ../share/extensions/dxf_outlines.inx.h:12 ../share/extensions/gcodetools_area.inx.h:46 ../share/extensions/gcodetools_dxf_points.inx.h:18 +#: ../share/extensions/gcodetools_engraving.inx.h:24 ../share/extensions/gcodetools_graffiti.inx.h:18 +#: ../share/extensions/gcodetools_lathe.inx.h:39 ../share/extensions/gcodetools_orientation_points.inx.h:11 +#: ../share/extensions/gcodetools_path_to_gcode.inx.h:28 ../share/extensions/render_gears.inx.h:9 msgid "mm" msgstr "mm" @@ -33436,15 +30211,10 @@ msgstr "cm" msgid "m" msgstr "m" -#: ../share/extensions/dxf_outlines.inx.h:15 -#: ../share/extensions/gcodetools_area.inx.h:47 -#: ../share/extensions/gcodetools_dxf_points.inx.h:19 -#: ../share/extensions/gcodetools_engraving.inx.h:25 -#: ../share/extensions/gcodetools_graffiti.inx.h:19 -#: ../share/extensions/gcodetools_lathe.inx.h:40 -#: ../share/extensions/gcodetools_orientation_points.inx.h:12 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:29 -#: ../share/extensions/render_gears.inx.h:8 +#: ../share/extensions/dxf_outlines.inx.h:15 ../share/extensions/gcodetools_area.inx.h:47 ../share/extensions/gcodetools_dxf_points.inx.h:19 +#: ../share/extensions/gcodetools_engraving.inx.h:25 ../share/extensions/gcodetools_graffiti.inx.h:19 +#: ../share/extensions/gcodetools_lathe.inx.h:40 ../share/extensions/gcodetools_orientation_points.inx.h:12 +#: ../share/extensions/gcodetools_path_to_gcode.inx.h:29 ../share/extensions/render_gears.inx.h:8 msgid "in" msgstr "in" @@ -33484,32 +30254,24 @@ msgstr "Correspondance par nom" #, fuzzy msgid "" "- AutoCAD Release 14 DXF format.\n" -"- The base unit parameter specifies in what unit the coordinates are output " -"(96 px = 1 in).\n" +"- The base unit parameter specifies in what unit the coordinates are output (96 px = 1 in).\n" "- Supported element types\n" " - paths (lines and splines)\n" " - rectangles\n" " - clones (the crossreference to the original is lost)\n" -"- ROBO-Master spline output is a specialized spline readable only by ROBO-" -"Master and AutoDesk viewers, not Inkscape.\n" -"- LWPOLYLINE output is a multiply-connected polyline, disable it to use a " -"legacy version of the LINE output.\n" -"- You can choose to export all layers, only visible ones or by name match " -"(case insensitive and use comma ',' as separator)" +"- ROBO-Master spline output is a specialized spline readable only by ROBO-Master and AutoDesk viewers, not Inkscape.\n" +"- LWPOLYLINE output is a multiply-connected polyline, disable it to use a legacy version of the LINE output.\n" +"- You can choose to export all layers, only visible ones or by name match (case insensitive and use comma ',' as separator)" msgstr "" "Format AutoCAD DXF Release 14.\n" -"- Le paramètre unité de base spécifie dans quelle unité les coordonnées sont " -"générées (90 px = 1 in).\n" +"- Le paramètre unité de base spécifie dans quelle unité les coordonnées sont générées (90 px = 1 in).\n" "- Types d'éléments supportés :\n" " - chemins (lignes et splines) ;\n" " - rectangles ;\n" " - clones (la référence croisée vers l'original est perdue).\n" -"- L'option ROBO-Master génère une spline spécialisée qui ne peut être " -"utilisée que par des lecteurs ROBO-Master et AutoDesk, pas Inkscape.\n" -"- La sortie LWPOLYLINE est une polyligne multi-connectée. Désactivez cette " -"option pour utiliser une ancienne version de la sortie LINE.\n" -"- Vous pouvez choisir d'exporter tous les calques ou seulement ceux qui sont " -"visibles." +"- L'option ROBO-Master génère une spline spécialisée qui ne peut être utilisée que par des lecteurs ROBO-Master et AutoDesk, pas Inkscape.\n" +"- La sortie LWPOLYLINE est une polyligne multi-connectée. Désactivez cette option pour utiliser une ancienne version de la sortie LINE.\n" +"- Vous pouvez choisir d'exporter tous les calques ou seulement ceux qui sont visibles." #: ../share/extensions/dxf_outlines.inx.h:34 msgid "Desktop Cutting Plotter (AutoCAD DXF R14) (*.dxf)" @@ -33521,9 +30283,7 @@ msgstr "Sortie DXF" #: ../share/extensions/dxf_output.inx.h:2 msgid "pstoedit must be installed to run; see http://www.pstoedit.net/pstoedit" -msgstr "" -"pstoedit doit être installé pour être exécuté; consultez le site http://www." -"pstoedit.net/pstoedit" +msgstr "pstoedit doit être installé pour être exécuté; consultez le site http://www.pstoedit.net/pstoedit" #: ../share/extensions/dxf_output.inx.h:3 msgid "AutoCAD DXF R12 (*.dxf)" @@ -33565,8 +30325,7 @@ msgstr "Hauteur de flou :" msgid "Embed Images" msgstr "Incorporer les images" -#: ../share/extensions/embedimage.inx.h:2 -#: ../share/extensions/embedselectedimages.inx.h:2 +#: ../share/extensions/embedimage.inx.h:2 ../share/extensions/embedselectedimages.inx.h:2 msgid "Embed only selected images" msgstr "Incorporer seulement les images sélectionnées" @@ -33595,16 +30354,12 @@ msgid "Desktop size:" msgstr "Dimensions des points :" #. Maximum size is '16k' -#: ../share/extensions/empty_desktop.inx.h:4 -#: ../share/extensions/empty_generic.inx.h:2 -#: ../share/extensions/empty_video.inx.h:4 +#: ../share/extensions/empty_desktop.inx.h:4 ../share/extensions/empty_generic.inx.h:2 ../share/extensions/empty_video.inx.h:4 #, fuzzy msgid "Custom Width:" msgstr "Dimensions personnalisées" -#: ../share/extensions/empty_desktop.inx.h:5 -#: ../share/extensions/empty_generic.inx.h:3 -#: ../share/extensions/empty_video.inx.h:5 +#: ../share/extensions/empty_desktop.inx.h:5 ../share/extensions/empty_generic.inx.h:3 ../share/extensions/empty_video.inx.h:5 #, fuzzy msgid "Custom Height:" msgstr "Hauteur de capitale :" @@ -33635,8 +30390,7 @@ msgstr "Unité SCG :" msgid "Canvas background:" msgstr "Tracer selon le fond" -#: ../share/extensions/empty_generic.inx.h:6 -#: ../share/extensions/empty_page.inx.h:5 +#: ../share/extensions/empty_generic.inx.h:6 ../share/extensions/empty_page.inx.h:5 #, fuzzy msgid "Hide border" msgstr "Contour en arête" @@ -33711,12 +30465,10 @@ msgstr "Répertoire où enregistrer l'image :" #: ../share/extensions/extractimage.inx.h:3 msgid "" "* Don't type the file extension, it is appended automatically.\n" -"* A relative path (or a filename without path) is relative to the user's " -"home directory." +"* A relative path (or a filename without path) is relative to the user's home directory." msgstr "" "* Ne pas saisir l'extension du fichier, elle est ajoutée automatiquement.\n" -"* Un chemin relatif (ou un nom de fichier seul) est relatif au dossier " -"personnel de l'utilisateur." +"* Un chemin relatif (ou un nom de fichier seul) est relatif au dossier personnel de l'utilisateur." #: ../share/extensions/extrude.inx.h:3 msgid "Lines" @@ -33806,8 +30558,7 @@ msgstr "Valeur Y du haut du rectangle :" msgid "Number of samples:" msgstr "Nombre d'échantillons :" -#: ../share/extensions/funcplot.inx.h:9 -#: ../share/extensions/param_curves.inx.h:11 +#: ../share/extensions/funcplot.inx.h:9 ../share/extensions/param_curves.inx.h:11 msgid "Isotropic scaling" msgstr "Redimensionnement isotrope" @@ -33815,24 +30566,18 @@ msgstr "Redimensionnement isotrope" msgid "Use polar coordinates" msgstr "Utiliser les coordonnées polaires" -#: ../share/extensions/funcplot.inx.h:11 -#: ../share/extensions/param_curves.inx.h:12 -msgid "" -"When set, Isotropic scaling uses smallest of width/xrange or height/yrange" -msgstr "" -"Lorsqu'il est activé, le redimensionnement isotrope utilise le plus petit " -"de : largeur/amplitude en X ou hauteur/amplitude en Y" +#: ../share/extensions/funcplot.inx.h:11 ../share/extensions/param_curves.inx.h:12 +msgid "When set, Isotropic scaling uses smallest of width/xrange or height/yrange" +msgstr "Lorsqu'il est activé, le redimensionnement isotrope utilise le plus petit de : largeur/amplitude en X ou hauteur/amplitude en Y" -#: ../share/extensions/funcplot.inx.h:12 -#: ../share/extensions/param_curves.inx.h:13 +#: ../share/extensions/funcplot.inx.h:12 ../share/extensions/param_curves.inx.h:13 msgid "Use" msgstr "Utiliser" #: ../share/extensions/funcplot.inx.h:13 msgid "" "Select a rectangle before calling the extension,\n" -"it will determine X and Y scales. If you wish to fill the area, then add x-" -"axis endpoints.\n" +"it will determine X and Y scales. If you wish to fill the area, then add x-axis endpoints.\n" "\n" "With polar coordinates:\n" " Start and end X values define the angle range in radians.\n" @@ -33841,24 +30586,19 @@ msgid "" " First derivative is always determined numerically." msgstr "" "Sélectionner un rectangle avant d'appeler l'extension.\n" -"Le rectangle détermine les échelles X et Y. Si vous souhaitez remplir la " -"zone, ajoutez des points terminaux sur l'axe X.\n" +"Le rectangle détermine les échelles X et Y. Si vous souhaitez remplir la zone, ajoutez des points terminaux sur l'axe X.\n" "\n" "Avec des coordonnées polaires :\n" -" Les valeurs X de début et de fin définissent l'amplitude d'angle en " -"radians.\n" -" L'échelle X est fixée de manière à ce que les bords gauche et droit du " -"rectangle soient à +/-1.\n" +" Les valeurs X de début et de fin définissent l'amplitude d'angle en radians.\n" +" L'échelle X est fixée de manière à ce que les bords gauche et droit du rectangle soient à +/-1.\n" " Le redimensionnement isotrope est désactivé.\n" " La dérivée première est toujours déterminée numériquement." -#: ../share/extensions/funcplot.inx.h:21 -#: ../share/extensions/param_curves.inx.h:16 +#: ../share/extensions/funcplot.inx.h:21 ../share/extensions/param_curves.inx.h:16 msgid "Functions" msgstr "Fonctions" -#: ../share/extensions/funcplot.inx.h:22 -#: ../share/extensions/param_curves.inx.h:17 +#: ../share/extensions/funcplot.inx.h:22 ../share/extensions/param_curves.inx.h:17 msgid "" "Standard Python math functions are available:\n" "\n" @@ -33896,13 +30636,11 @@ msgstr "Dérivée première :" msgid "Clip with rectangle" msgstr "Découper avec le rectangle" -#: ../share/extensions/funcplot.inx.h:35 -#: ../share/extensions/param_curves.inx.h:28 +#: ../share/extensions/funcplot.inx.h:35 ../share/extensions/param_curves.inx.h:28 msgid "Remove rectangle" msgstr "Supprimer le rectangle" -#: ../share/extensions/funcplot.inx.h:36 -#: ../share/extensions/param_curves.inx.h:29 +#: ../share/extensions/funcplot.inx.h:36 ../share/extensions/param_curves.inx.h:29 msgid "Draw Axes" msgstr "Dessiner les axes" @@ -33916,52 +30654,33 @@ msgstr "À propos" #: ../share/extensions/gcodetools_about.inx.h:2 msgid "" -"Gcodetools was developed to make simple Gcode from Inkscape's paths. Gcode " -"is a special format which is used in most of CNC machines. So Gcodetools " -"allows you to use Inkscape as CAM program. It can be use with a lot of " -"machine types: Mills Lathes Laser and Plasma cutters and engravers Mill " -"engravers Plotters etc. To get more info visit developers page at http://www." -"cnc-club.ru/gcodetools" -msgstr "" -"Gcodetools a été développé pour réaliser du code Gcode simple à partir des " -"chemins d'Inkscape. Gcode est un format spécial utilisé dans la plupart des " -"machines-outils à commande numérique. Ainsi Gcodetools vous permet " -"d'utiliser Inkscape comme un programme de fabrication assistée par " -"ordinateur. Il peut être utilisé avec un grand nombre de machines. Pour de " -"plus amples informations, visitez la page des développeurs sur le site " -"http://www.cnc-club.ru/gcodetools" - -#: ../share/extensions/gcodetools_about.inx.h:4 -#: ../share/extensions/gcodetools_area.inx.h:54 -#: ../share/extensions/gcodetools_check_for_updates.inx.h:4 -#: ../share/extensions/gcodetools_dxf_points.inx.h:26 -#: ../share/extensions/gcodetools_engraving.inx.h:32 -#: ../share/extensions/gcodetools_graffiti.inx.h:43 -#: ../share/extensions/gcodetools_lathe.inx.h:47 -#: ../share/extensions/gcodetools_orientation_points.inx.h:15 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:36 -#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:18 +"Gcodetools was developed to make simple Gcode from Inkscape's paths. Gcode is a special format which is used in most of CNC machines. So " +"Gcodetools allows you to use Inkscape as CAM program. It can be use with a lot of machine types: Mills Lathes Laser and Plasma cutters and " +"engravers Mill engravers Plotters etc. To get more info visit developers page at http://www.cnc-club.ru/gcodetools" +msgstr "" +"Gcodetools a été développé pour réaliser du code Gcode simple à partir des chemins d'Inkscape. Gcode est un format spécial utilisé dans la " +"plupart des machines-outils à commande numérique. Ainsi Gcodetools vous permet d'utiliser Inkscape comme un programme de fabrication assistée " +"par ordinateur. Il peut être utilisé avec un grand nombre de machines. Pour de plus amples informations, visitez la page des développeurs sur " +"le site http://www.cnc-club.ru/gcodetools" + +#: ../share/extensions/gcodetools_about.inx.h:4 ../share/extensions/gcodetools_area.inx.h:54 +#: ../share/extensions/gcodetools_check_for_updates.inx.h:4 ../share/extensions/gcodetools_dxf_points.inx.h:26 +#: ../share/extensions/gcodetools_engraving.inx.h:32 ../share/extensions/gcodetools_graffiti.inx.h:43 +#: ../share/extensions/gcodetools_lathe.inx.h:47 ../share/extensions/gcodetools_orientation_points.inx.h:15 +#: ../share/extensions/gcodetools_path_to_gcode.inx.h:36 ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:18 #: ../share/extensions/gcodetools_tools_library.inx.h:13 msgid "" -"Gcodetools plug-in: converts paths to Gcode (using circular interpolation), " -"makes offset paths and engraves sharp corners using cone cutters. This plug-" -"in calculates Gcode for paths using circular interpolation or linear motion " -"when needed. Tutorials, manuals and support can be found at English support " -"forum: http://www.cnc-club.ru/gcodetools and Russian support forum: http://" -"www.cnc-club.ru/gcodetoolsru Credits: Nick Drobchenko, Vladimir Kalyaev, " -"John Brooker, Henry Nicolas, Chris Lusby Taylor. Gcodetools ver. 1.7" -msgstr "" - -#: ../share/extensions/gcodetools_about.inx.h:5 -#: ../share/extensions/gcodetools_area.inx.h:55 -#: ../share/extensions/gcodetools_check_for_updates.inx.h:5 -#: ../share/extensions/gcodetools_dxf_points.inx.h:27 -#: ../share/extensions/gcodetools_engraving.inx.h:33 -#: ../share/extensions/gcodetools_graffiti.inx.h:44 -#: ../share/extensions/gcodetools_lathe.inx.h:48 -#: ../share/extensions/gcodetools_orientation_points.inx.h:16 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:37 -#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:19 +"Gcodetools plug-in: converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters. " +"This plug-in calculates Gcode for paths using circular interpolation or linear motion when needed. Tutorials, manuals and support can be found " +"at English support forum: http://www.cnc-club.ru/gcodetools and Russian support forum: http://www.cnc-club.ru/gcodetoolsru Credits: Nick " +"Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas, Chris Lusby Taylor. Gcodetools ver. 1.7" +msgstr "" + +#: ../share/extensions/gcodetools_about.inx.h:5 ../share/extensions/gcodetools_area.inx.h:55 +#: ../share/extensions/gcodetools_check_for_updates.inx.h:5 ../share/extensions/gcodetools_dxf_points.inx.h:27 +#: ../share/extensions/gcodetools_engraving.inx.h:33 ../share/extensions/gcodetools_graffiti.inx.h:44 +#: ../share/extensions/gcodetools_lathe.inx.h:48 ../share/extensions/gcodetools_orientation_points.inx.h:16 +#: ../share/extensions/gcodetools_path_to_gcode.inx.h:37 ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:19 #: ../share/extensions/gcodetools_tools_library.inx.h:14 msgid "Gcodetools" msgstr "Programmation de commande numérique" @@ -33984,11 +30703,9 @@ msgstr "Superposition d'outil de zone (0..0.9) :" #: ../share/extensions/gcodetools_area.inx.h:5 msgid "" -"\"Create area offset\": creates several Inkscape path offsets to fill " -"original path's area up to \"Area radius\" value. Outlines start from \"1/2 D" -"\" up to \"Area width\" total width with \"D\" steps where D is taken from " -"the nearest tool definition (\"Tool diameter\" value). Only one offset will " -"be created if the \"Area width\" is equal to \"1/2 D\"." +"\"Create area offset\": creates several Inkscape path offsets to fill original path's area up to \"Area radius\" value. Outlines start from " +"\"1/2 D\" up to \"Area width\" total width with \"D\" steps where D is taken from the nearest tool definition (\"Tool diameter\" value). Only " +"one offset will be created if the \"Area width\" is equal to \"1/2 D\"." msgstr "" #: ../share/extensions/gcodetools_area.inx.h:6 @@ -34038,259 +30755,188 @@ msgstr "supprimer" #: ../share/extensions/gcodetools_area.inx.h:18 msgid "" -"Usage: 1. Select all Area Offsets (gray outlines) 2. Object/Ungroup (Shift" -"+Ctrl+G) 3. Press Apply Suspected small objects will be marked out by " -"colored arrows." +"Usage: 1. Select all Area Offsets (gray outlines) 2. Object/Ungroup (Shift+Ctrl+G) 3. Press Apply Suspected small objects will be marked out " +"by colored arrows." msgstr "" -#: ../share/extensions/gcodetools_area.inx.h:19 -#: ../share/extensions/gcodetools_lathe.inx.h:12 +#: ../share/extensions/gcodetools_area.inx.h:19 ../share/extensions/gcodetools_lathe.inx.h:12 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:1 msgid "Path to Gcode" msgstr "Chemin vers G-code" -#: ../share/extensions/gcodetools_area.inx.h:20 -#: ../share/extensions/gcodetools_lathe.inx.h:13 +#: ../share/extensions/gcodetools_area.inx.h:20 ../share/extensions/gcodetools_lathe.inx.h:13 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:2 msgid "Biarc interpolation tolerance:" msgstr "Tolérance de l'interpolation biarc :" -#: ../share/extensions/gcodetools_area.inx.h:21 -#: ../share/extensions/gcodetools_lathe.inx.h:14 +#: ../share/extensions/gcodetools_area.inx.h:21 ../share/extensions/gcodetools_lathe.inx.h:14 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:3 msgid "Maximum splitting depth:" msgstr "Profondeur de division maximale :" -#: ../share/extensions/gcodetools_area.inx.h:22 -#: ../share/extensions/gcodetools_lathe.inx.h:15 +#: ../share/extensions/gcodetools_area.inx.h:22 ../share/extensions/gcodetools_lathe.inx.h:15 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:4 msgid "Cutting order:" msgstr "Ordre de découpe :" -#: ../share/extensions/gcodetools_area.inx.h:23 -#: ../share/extensions/gcodetools_lathe.inx.h:16 +#: ../share/extensions/gcodetools_area.inx.h:23 ../share/extensions/gcodetools_lathe.inx.h:16 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:5 msgid "Depth function:" msgstr "Fonction de profondeur :" -#: ../share/extensions/gcodetools_area.inx.h:24 -#: ../share/extensions/gcodetools_lathe.inx.h:17 +#: ../share/extensions/gcodetools_area.inx.h:24 ../share/extensions/gcodetools_lathe.inx.h:17 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:6 msgid "Sort paths to reduse rapid distance" msgstr "" -#: ../share/extensions/gcodetools_area.inx.h:25 -#: ../share/extensions/gcodetools_lathe.inx.h:18 +#: ../share/extensions/gcodetools_area.inx.h:25 ../share/extensions/gcodetools_lathe.inx.h:18 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:7 msgid "Subpath by subpath" msgstr "Sous-chemin par sous-chemin" -#: ../share/extensions/gcodetools_area.inx.h:26 -#: ../share/extensions/gcodetools_lathe.inx.h:19 +#: ../share/extensions/gcodetools_area.inx.h:26 ../share/extensions/gcodetools_lathe.inx.h:19 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:8 msgid "Path by path" msgstr "Chemin par chemin" -#: ../share/extensions/gcodetools_area.inx.h:27 -#: ../share/extensions/gcodetools_lathe.inx.h:20 +#: ../share/extensions/gcodetools_area.inx.h:27 ../share/extensions/gcodetools_lathe.inx.h:20 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:9 msgid "Pass by Pass" msgstr "Passe par passe" -#: ../share/extensions/gcodetools_area.inx.h:28 -#: ../share/extensions/gcodetools_lathe.inx.h:21 +#: ../share/extensions/gcodetools_area.inx.h:28 ../share/extensions/gcodetools_lathe.inx.h:21 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:10 msgid "" -"Biarc interpolation tolerance is the maximum distance between path and its " -"approximation. The segment will be split into two segments if the distance " -"between path's segment and its approximation exceeds biarc interpolation " -"tolerance. For depth function c=color intensity from 0.0 (white) to 1.0 " -"(black), d is the depth defined by orientation points, s - surface defined " -"by orientation points." -msgstr "" - -#: ../share/extensions/gcodetools_area.inx.h:30 -#: ../share/extensions/gcodetools_engraving.inx.h:8 -#: ../share/extensions/gcodetools_graffiti.inx.h:22 -#: ../share/extensions/gcodetools_lathe.inx.h:23 +"Biarc interpolation tolerance is the maximum distance between path and its approximation. The segment will be split into two segments if the " +"distance between path's segment and its approximation exceeds biarc interpolation tolerance. For depth function c=color intensity from 0.0 " +"(white) to 1.0 (black), d is the depth defined by orientation points, s - surface defined by orientation points." +msgstr "" + +#: ../share/extensions/gcodetools_area.inx.h:30 ../share/extensions/gcodetools_engraving.inx.h:8 +#: ../share/extensions/gcodetools_graffiti.inx.h:22 ../share/extensions/gcodetools_lathe.inx.h:23 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:12 msgid "Scale along Z axis:" msgstr "Échelle sur l'axe Z :" -#: ../share/extensions/gcodetools_area.inx.h:31 -#: ../share/extensions/gcodetools_engraving.inx.h:9 -#: ../share/extensions/gcodetools_graffiti.inx.h:23 -#: ../share/extensions/gcodetools_lathe.inx.h:24 +#: ../share/extensions/gcodetools_area.inx.h:31 ../share/extensions/gcodetools_engraving.inx.h:9 +#: ../share/extensions/gcodetools_graffiti.inx.h:23 ../share/extensions/gcodetools_lathe.inx.h:24 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:13 msgid "Offset along Z axis:" msgstr "Décalage sur l'axe Z :" -#: ../share/extensions/gcodetools_area.inx.h:32 -#: ../share/extensions/gcodetools_engraving.inx.h:10 -#: ../share/extensions/gcodetools_graffiti.inx.h:24 -#: ../share/extensions/gcodetools_lathe.inx.h:25 +#: ../share/extensions/gcodetools_area.inx.h:32 ../share/extensions/gcodetools_engraving.inx.h:10 +#: ../share/extensions/gcodetools_graffiti.inx.h:24 ../share/extensions/gcodetools_lathe.inx.h:25 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:14 msgid "Select all paths if nothing is selected" msgstr "Sélectionner tous les chemins si rien n'est sélectionné" -#: ../share/extensions/gcodetools_area.inx.h:33 -#: ../share/extensions/gcodetools_engraving.inx.h:11 -#: ../share/extensions/gcodetools_graffiti.inx.h:25 -#: ../share/extensions/gcodetools_lathe.inx.h:26 +#: ../share/extensions/gcodetools_area.inx.h:33 ../share/extensions/gcodetools_engraving.inx.h:11 +#: ../share/extensions/gcodetools_graffiti.inx.h:25 ../share/extensions/gcodetools_lathe.inx.h:26 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:15 msgid "Minimum arc radius:" msgstr "Rayon d'arc minimum :" -#: ../share/extensions/gcodetools_area.inx.h:34 -#: ../share/extensions/gcodetools_engraving.inx.h:12 -#: ../share/extensions/gcodetools_graffiti.inx.h:26 -#: ../share/extensions/gcodetools_lathe.inx.h:27 +#: ../share/extensions/gcodetools_area.inx.h:34 ../share/extensions/gcodetools_engraving.inx.h:12 +#: ../share/extensions/gcodetools_graffiti.inx.h:26 ../share/extensions/gcodetools_lathe.inx.h:27 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:16 msgid "Comment Gcode:" msgstr "Commenter le Gcode :" -#: ../share/extensions/gcodetools_area.inx.h:35 -#: ../share/extensions/gcodetools_engraving.inx.h:13 -#: ../share/extensions/gcodetools_graffiti.inx.h:27 -#: ../share/extensions/gcodetools_lathe.inx.h:28 +#: ../share/extensions/gcodetools_area.inx.h:35 ../share/extensions/gcodetools_engraving.inx.h:13 +#: ../share/extensions/gcodetools_graffiti.inx.h:27 ../share/extensions/gcodetools_lathe.inx.h:28 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:17 msgid "Get additional comments from object's properties" msgstr "Obtenir des commentaires supplémentaire des propriétés de l'objet" -#: ../share/extensions/gcodetools_area.inx.h:36 -#: ../share/extensions/gcodetools_dxf_points.inx.h:8 -#: ../share/extensions/gcodetools_engraving.inx.h:14 -#: ../share/extensions/gcodetools_graffiti.inx.h:28 -#: ../share/extensions/gcodetools_lathe.inx.h:29 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:18 +#: ../share/extensions/gcodetools_area.inx.h:36 ../share/extensions/gcodetools_dxf_points.inx.h:8 +#: ../share/extensions/gcodetools_engraving.inx.h:14 ../share/extensions/gcodetools_graffiti.inx.h:28 +#: ../share/extensions/gcodetools_lathe.inx.h:29 ../share/extensions/gcodetools_path_to_gcode.inx.h:18 msgid "Preferences" msgstr "Préférences" -#: ../share/extensions/gcodetools_area.inx.h:37 -#: ../share/extensions/gcodetools_dxf_points.inx.h:9 -#: ../share/extensions/gcodetools_engraving.inx.h:15 -#: ../share/extensions/gcodetools_graffiti.inx.h:29 -#: ../share/extensions/gcodetools_lathe.inx.h:30 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:19 +#: ../share/extensions/gcodetools_area.inx.h:37 ../share/extensions/gcodetools_dxf_points.inx.h:9 +#: ../share/extensions/gcodetools_engraving.inx.h:15 ../share/extensions/gcodetools_graffiti.inx.h:29 +#: ../share/extensions/gcodetools_lathe.inx.h:30 ../share/extensions/gcodetools_path_to_gcode.inx.h:19 msgid "File:" msgstr "Fichier :" -#: ../share/extensions/gcodetools_area.inx.h:38 -#: ../share/extensions/gcodetools_dxf_points.inx.h:10 -#: ../share/extensions/gcodetools_engraving.inx.h:16 -#: ../share/extensions/gcodetools_graffiti.inx.h:30 -#: ../share/extensions/gcodetools_lathe.inx.h:31 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:20 +#: ../share/extensions/gcodetools_area.inx.h:38 ../share/extensions/gcodetools_dxf_points.inx.h:10 +#: ../share/extensions/gcodetools_engraving.inx.h:16 ../share/extensions/gcodetools_graffiti.inx.h:30 +#: ../share/extensions/gcodetools_lathe.inx.h:31 ../share/extensions/gcodetools_path_to_gcode.inx.h:20 msgid "Add numeric suffix to filename" msgstr "Ajouter un suffixe numérique au nom de fichier" -#: ../share/extensions/gcodetools_area.inx.h:39 -#: ../share/extensions/gcodetools_dxf_points.inx.h:11 -#: ../share/extensions/gcodetools_engraving.inx.h:17 -#: ../share/extensions/gcodetools_graffiti.inx.h:31 -#: ../share/extensions/gcodetools_lathe.inx.h:32 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:21 +#: ../share/extensions/gcodetools_area.inx.h:39 ../share/extensions/gcodetools_dxf_points.inx.h:11 +#: ../share/extensions/gcodetools_engraving.inx.h:17 ../share/extensions/gcodetools_graffiti.inx.h:31 +#: ../share/extensions/gcodetools_lathe.inx.h:32 ../share/extensions/gcodetools_path_to_gcode.inx.h:21 msgid "Directory:" msgstr "Dossier :" -#: ../share/extensions/gcodetools_area.inx.h:40 -#: ../share/extensions/gcodetools_dxf_points.inx.h:12 -#: ../share/extensions/gcodetools_engraving.inx.h:18 -#: ../share/extensions/gcodetools_graffiti.inx.h:32 -#: ../share/extensions/gcodetools_lathe.inx.h:33 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:22 +#: ../share/extensions/gcodetools_area.inx.h:40 ../share/extensions/gcodetools_dxf_points.inx.h:12 +#: ../share/extensions/gcodetools_engraving.inx.h:18 ../share/extensions/gcodetools_graffiti.inx.h:32 +#: ../share/extensions/gcodetools_lathe.inx.h:33 ../share/extensions/gcodetools_path_to_gcode.inx.h:22 msgid "Z safe height for G00 move over blank:" msgstr "" -#: ../share/extensions/gcodetools_area.inx.h:41 -#: ../share/extensions/gcodetools_dxf_points.inx.h:13 -#: ../share/extensions/gcodetools_engraving.inx.h:19 -#: ../share/extensions/gcodetools_graffiti.inx.h:13 -#: ../share/extensions/gcodetools_lathe.inx.h:34 -#: ../share/extensions/gcodetools_orientation_points.inx.h:6 +#: ../share/extensions/gcodetools_area.inx.h:41 ../share/extensions/gcodetools_dxf_points.inx.h:13 +#: ../share/extensions/gcodetools_engraving.inx.h:19 ../share/extensions/gcodetools_graffiti.inx.h:13 +#: ../share/extensions/gcodetools_lathe.inx.h:34 ../share/extensions/gcodetools_orientation_points.inx.h:6 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:23 msgid "Units (mm or in):" msgstr "Unité (mm ou in) :" -#: ../share/extensions/gcodetools_area.inx.h:42 -#: ../share/extensions/gcodetools_dxf_points.inx.h:14 -#: ../share/extensions/gcodetools_engraving.inx.h:20 -#: ../share/extensions/gcodetools_graffiti.inx.h:33 -#: ../share/extensions/gcodetools_lathe.inx.h:35 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:24 +#: ../share/extensions/gcodetools_area.inx.h:42 ../share/extensions/gcodetools_dxf_points.inx.h:14 +#: ../share/extensions/gcodetools_engraving.inx.h:20 ../share/extensions/gcodetools_graffiti.inx.h:33 +#: ../share/extensions/gcodetools_lathe.inx.h:35 ../share/extensions/gcodetools_path_to_gcode.inx.h:24 msgid "Post-processor:" msgstr "Post-processeur :" -#: ../share/extensions/gcodetools_area.inx.h:43 -#: ../share/extensions/gcodetools_dxf_points.inx.h:15 -#: ../share/extensions/gcodetools_engraving.inx.h:21 -#: ../share/extensions/gcodetools_graffiti.inx.h:34 -#: ../share/extensions/gcodetools_lathe.inx.h:36 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:25 +#: ../share/extensions/gcodetools_area.inx.h:43 ../share/extensions/gcodetools_dxf_points.inx.h:15 +#: ../share/extensions/gcodetools_engraving.inx.h:21 ../share/extensions/gcodetools_graffiti.inx.h:34 +#: ../share/extensions/gcodetools_lathe.inx.h:36 ../share/extensions/gcodetools_path_to_gcode.inx.h:25 msgid "Additional post-processor:" msgstr "Pré-processeur supplémentaire :" -#: ../share/extensions/gcodetools_area.inx.h:44 -#: ../share/extensions/gcodetools_dxf_points.inx.h:16 -#: ../share/extensions/gcodetools_engraving.inx.h:22 -#: ../share/extensions/gcodetools_graffiti.inx.h:35 -#: ../share/extensions/gcodetools_lathe.inx.h:37 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:26 +#: ../share/extensions/gcodetools_area.inx.h:44 ../share/extensions/gcodetools_dxf_points.inx.h:16 +#: ../share/extensions/gcodetools_engraving.inx.h:22 ../share/extensions/gcodetools_graffiti.inx.h:35 +#: ../share/extensions/gcodetools_lathe.inx.h:37 ../share/extensions/gcodetools_path_to_gcode.inx.h:26 msgid "Generate log file" msgstr "Générer un fichier journal" -#: ../share/extensions/gcodetools_area.inx.h:45 -#: ../share/extensions/gcodetools_dxf_points.inx.h:17 -#: ../share/extensions/gcodetools_engraving.inx.h:23 -#: ../share/extensions/gcodetools_graffiti.inx.h:36 -#: ../share/extensions/gcodetools_lathe.inx.h:38 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:27 +#: ../share/extensions/gcodetools_area.inx.h:45 ../share/extensions/gcodetools_dxf_points.inx.h:17 +#: ../share/extensions/gcodetools_engraving.inx.h:23 ../share/extensions/gcodetools_graffiti.inx.h:36 +#: ../share/extensions/gcodetools_lathe.inx.h:38 ../share/extensions/gcodetools_path_to_gcode.inx.h:27 msgid "Full path to log file:" msgstr "Chemin du fichier journal :" -#: ../share/extensions/gcodetools_area.inx.h:48 -#: ../share/extensions/gcodetools_dxf_points.inx.h:20 -#: ../share/extensions/gcodetools_engraving.inx.h:26 -#: ../share/extensions/gcodetools_graffiti.inx.h:37 -#: ../share/extensions/gcodetools_lathe.inx.h:41 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:30 +#: ../share/extensions/gcodetools_area.inx.h:48 ../share/extensions/gcodetools_dxf_points.inx.h:20 +#: ../share/extensions/gcodetools_engraving.inx.h:26 ../share/extensions/gcodetools_graffiti.inx.h:37 +#: ../share/extensions/gcodetools_lathe.inx.h:41 ../share/extensions/gcodetools_path_to_gcode.inx.h:30 msgctxt "GCode postprocessor" msgid "None" msgstr "Aucun" -#: ../share/extensions/gcodetools_area.inx.h:49 -#: ../share/extensions/gcodetools_dxf_points.inx.h:21 -#: ../share/extensions/gcodetools_engraving.inx.h:27 -#: ../share/extensions/gcodetools_graffiti.inx.h:38 -#: ../share/extensions/gcodetools_lathe.inx.h:42 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:31 +#: ../share/extensions/gcodetools_area.inx.h:49 ../share/extensions/gcodetools_dxf_points.inx.h:21 +#: ../share/extensions/gcodetools_engraving.inx.h:27 ../share/extensions/gcodetools_graffiti.inx.h:38 +#: ../share/extensions/gcodetools_lathe.inx.h:42 ../share/extensions/gcodetools_path_to_gcode.inx.h:31 msgid "Parameterize Gcode" msgstr "Paramétrer G-code" -#: ../share/extensions/gcodetools_area.inx.h:50 -#: ../share/extensions/gcodetools_dxf_points.inx.h:22 -#: ../share/extensions/gcodetools_engraving.inx.h:28 -#: ../share/extensions/gcodetools_graffiti.inx.h:39 -#: ../share/extensions/gcodetools_lathe.inx.h:43 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:32 +#: ../share/extensions/gcodetools_area.inx.h:50 ../share/extensions/gcodetools_dxf_points.inx.h:22 +#: ../share/extensions/gcodetools_engraving.inx.h:28 ../share/extensions/gcodetools_graffiti.inx.h:39 +#: ../share/extensions/gcodetools_lathe.inx.h:43 ../share/extensions/gcodetools_path_to_gcode.inx.h:32 msgid "Flip y axis and parameterize Gcode" msgstr "" -#: ../share/extensions/gcodetools_area.inx.h:51 -#: ../share/extensions/gcodetools_dxf_points.inx.h:23 -#: ../share/extensions/gcodetools_engraving.inx.h:29 -#: ../share/extensions/gcodetools_graffiti.inx.h:40 -#: ../share/extensions/gcodetools_lathe.inx.h:44 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:33 +#: ../share/extensions/gcodetools_area.inx.h:51 ../share/extensions/gcodetools_dxf_points.inx.h:23 +#: ../share/extensions/gcodetools_engraving.inx.h:29 ../share/extensions/gcodetools_graffiti.inx.h:40 +#: ../share/extensions/gcodetools_lathe.inx.h:44 ../share/extensions/gcodetools_path_to_gcode.inx.h:33 msgid "Round all values to 4 digits" msgstr "Arrondir toutes les valeurs à 4 chiffres" -#: ../share/extensions/gcodetools_area.inx.h:52 -#: ../share/extensions/gcodetools_dxf_points.inx.h:24 -#: ../share/extensions/gcodetools_engraving.inx.h:30 -#: ../share/extensions/gcodetools_graffiti.inx.h:41 -#: ../share/extensions/gcodetools_lathe.inx.h:45 -#: ../share/extensions/gcodetools_path_to_gcode.inx.h:34 +#: ../share/extensions/gcodetools_area.inx.h:52 ../share/extensions/gcodetools_dxf_points.inx.h:24 +#: ../share/extensions/gcodetools_engraving.inx.h:30 ../share/extensions/gcodetools_graffiti.inx.h:41 +#: ../share/extensions/gcodetools_lathe.inx.h:45 ../share/extensions/gcodetools_path_to_gcode.inx.h:34 msgid "Fast pre-penetrate" msgstr "Pré-pénétration rapide" @@ -34316,10 +30962,8 @@ msgstr "Convertir la sélection :" #: ../share/extensions/gcodetools_dxf_points.inx.h:4 msgid "" -"Convert selected objects to drill points (as dxf_import plugin does). Also " -"you can save original shape. Only the start point of each curve will be " -"used. Also you can manually select object, open XML editor (Shift+Ctrl+X) " -"and add or remove XML tag 'dxfpoint' with any value." +"Convert selected objects to drill points (as dxf_import plugin does). Also you can save original shape. Only the start point of each curve " +"will be used. Also you can manually select object, open XML editor (Shift+Ctrl+X) and add or remove XML tag 'dxfpoint' with any value." msgstr "" #: ../share/extensions/gcodetools_dxf_points.inx.h:5 @@ -34356,12 +31000,9 @@ msgstr "" #: ../share/extensions/gcodetools_engraving.inx.h:6 msgid "" -"This function creates path to engrave letters or any shape with sharp " -"angles. Cutter's depth as a function of radius is defined by the tool. Depth " -"may be any Python expression. For instance: cone....(45 " -"degrees)......................: w cone....(height/diameter=10/3)..: 10*w/3 " -"sphere..(radius r)...........................: math.sqrt(max(0,r**2-w**2)) " -"ellipse.(minor axis r, major 4r).....: math.sqrt(max(0,r**2-w**2))*4" +"This function creates path to engrave letters or any shape with sharp angles. Cutter's depth as a function of radius is defined by the tool. " +"Depth may be any Python expression. For instance: cone....(45 degrees)......................: w cone....(height/diameter=10/3)..: 10*w/3 " +"sphere..(radius r)...........................: math.sqrt(max(0,r**2-w**2)) ellipse.(minor axis r, major 4r).....: math.sqrt(max(0,r**2-w**2))*4" msgstr "" #: ../share/extensions/gcodetools_graffiti.inx.h:1 @@ -34396,63 +31037,47 @@ msgstr "Taille de l'aperçu (px) :" msgid "Preview's paint emmit (pts/s):" msgstr "" -#: ../share/extensions/gcodetools_graffiti.inx.h:10 -#: ../share/extensions/gcodetools_orientation_points.inx.h:3 +#: ../share/extensions/gcodetools_graffiti.inx.h:10 ../share/extensions/gcodetools_orientation_points.inx.h:3 msgid "Orientation type:" msgstr "Type d'orientation :" -#: ../share/extensions/gcodetools_graffiti.inx.h:11 -#: ../share/extensions/gcodetools_orientation_points.inx.h:4 +#: ../share/extensions/gcodetools_graffiti.inx.h:11 ../share/extensions/gcodetools_orientation_points.inx.h:4 msgid "Z surface:" msgstr "Surface Z :" -#: ../share/extensions/gcodetools_graffiti.inx.h:12 -#: ../share/extensions/gcodetools_orientation_points.inx.h:5 +#: ../share/extensions/gcodetools_graffiti.inx.h:12 ../share/extensions/gcodetools_orientation_points.inx.h:5 msgid "Z depth:" msgstr "Profondeur sur l'axe Z :" -#: ../share/extensions/gcodetools_graffiti.inx.h:14 -#: ../share/extensions/gcodetools_orientation_points.inx.h:7 +#: ../share/extensions/gcodetools_graffiti.inx.h:14 ../share/extensions/gcodetools_orientation_points.inx.h:7 msgid "2-points mode (move and rotate, maintained aspect ratio X/Y)" msgstr "Mode 2 points (déplacement et rotation, rapport X/Y maintenu)" -#: ../share/extensions/gcodetools_graffiti.inx.h:15 -#: ../share/extensions/gcodetools_orientation_points.inx.h:8 +#: ../share/extensions/gcodetools_graffiti.inx.h:15 ../share/extensions/gcodetools_orientation_points.inx.h:8 msgid "3-points mode (move, rotate and mirror, different X/Y scale)" msgstr "Mode 3 points (déplacement, rotation et miroir, rapport X/Y différent)" -#: ../share/extensions/gcodetools_graffiti.inx.h:16 -#: ../share/extensions/gcodetools_orientation_points.inx.h:9 +#: ../share/extensions/gcodetools_graffiti.inx.h:16 ../share/extensions/gcodetools_orientation_points.inx.h:9 msgid "graffiti points" msgstr "Points graffiti" -#: ../share/extensions/gcodetools_graffiti.inx.h:17 -#: ../share/extensions/gcodetools_orientation_points.inx.h:10 +#: ../share/extensions/gcodetools_graffiti.inx.h:17 ../share/extensions/gcodetools_orientation_points.inx.h:10 msgid "in-out reference point" msgstr "Point de référence d'entrée-sortie" -#: ../share/extensions/gcodetools_graffiti.inx.h:20 -#: ../share/extensions/gcodetools_orientation_points.inx.h:13 +#: ../share/extensions/gcodetools_graffiti.inx.h:20 ../share/extensions/gcodetools_orientation_points.inx.h:13 msgid "" -"Orientation points are used to calculate transformation (offset,scale,mirror," -"rotation in XY plane) of the path. 3-points mode only: do not put all three " -"into one line (use 2-points mode instead). You can modify Z surface, Z depth " -"values later using text tool (3rd coordinates). If there are no orientation " -"points inside current layer they are taken from the upper layer. Do not " -"ungroup orientation points! You can select them using double click to enter " -"the group or by Ctrl+Click. Now press apply to create control points " -"(independent set for each layer)." -msgstr "" -"Les points d'orientation sont utilisés pour calculer la transformation " -"(décalage, échelle, miroir, rotation dans le plan XY) du chemin. En mode 3 " -"points seulement : ne pas disposer les trois points sur une ligne (utilisez " -"alors le mode 2 points). Vous pouvez modifier les valeurs de surface et de " -"profondeur sur l'axe Z plus tard avec l'outil texte (3e coordonnée). En " -"l'absence de points d'orientation dans le calque courant, ils sont récupérés " -"dans le calque supérieur. Ne dégroupez pas les points d'orientation. Vous " -"pouvez les sélectionner en double-cliquant pour rentrer dans le groupe, ou " -"avec la combinaison Ctrl+clic. Appuyez sur Appliquer pour créer des points " -"de contrôles (un ensemble indépendant pour chaque calque)." +"Orientation points are used to calculate transformation (offset,scale,mirror,rotation in XY plane) of the path. 3-points mode only: do not put " +"all three into one line (use 2-points mode instead). You can modify Z surface, Z depth values later using text tool (3rd coordinates). If " +"there are no orientation points inside current layer they are taken from the upper layer. Do not ungroup orientation points! You can select " +"them using double click to enter the group or by Ctrl+Click. Now press apply to create control points (independent set for each layer)." +msgstr "" +"Les points d'orientation sont utilisés pour calculer la transformation (décalage, échelle, miroir, rotation dans le plan XY) du chemin. En " +"mode 3 points seulement : ne pas disposer les trois points sur une ligne (utilisez alors le mode 2 points). Vous pouvez modifier les valeurs " +"de surface et de profondeur sur l'axe Z plus tard avec l'outil texte (3e coordonnée). En l'absence de points d'orientation dans le calque " +"courant, ils sont récupérés dans le calque supérieur. Ne dégroupez pas les points d'orientation. Vous pouvez les sélectionner en double-" +"cliquant pour rentrer dans le groupe, ou avec la combinaison Ctrl+clic. Appuyez sur Appliquer pour créer des points de contrôles (un ensemble " +"indépendant pour chaque calque)." #: ../share/extensions/gcodetools_lathe.inx.h:1 msgid "Lathe" @@ -34496,12 +31121,8 @@ msgid "Lathe modify path" msgstr "Modifer le chemin" #: ../share/extensions/gcodetools_lathe.inx.h:11 -msgid "" -"This function modifies path so it will be able to be cut with the " -"rectangular cutter." -msgstr "" -"Cette fonction modifie le chemin de façon à ce qu'il soit possible de le " -"découper avec un coupoir rectangulaire." +msgid "This function modifies path so it will be able to be cut with the rectangular cutter." +msgstr "Cette fonction modifie le chemin de façon à ce qu'il soit possible de le découper avec un coupoir rectangulaire." #: ../share/extensions/gcodetools_orientation_points.inx.h:1 msgid "Orientation points" @@ -34525,9 +31146,7 @@ msgstr "Longueur du chemin d'entrée-sortie :" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:5 msgid "In-out path max distance to reference point:" -msgstr "" -"Distance maximale du chemin d'entrée-sortie par rapport au point de " -"référence :" +msgstr "Distance maximale du chemin d'entrée-sortie par rapport au point de référence :" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:6 msgid "In-out path type:" @@ -34612,17 +31231,12 @@ msgstr "vérifier seulement les outils" #: ../share/extensions/gcodetools_tools_library.inx.h:11 msgid "" -"Selected tool type fills appropriate default values. You can change these " -"values using the Text tool later on. The topmost (z order) tool in the " -"active layer is used. If there is no tool inside the current layer it is " -"taken from the upper layer. Press Apply to create new tool." -msgstr "" -"Le type d'outil sélectionné s'initialise avec des valeurs par défaut " -"appropriées. Vous pouvez modifier ces valeurs en utilisant l'outil Texte par " -"la suite. L'outil le plus haut (dans l'ordre des plans) dans le calque actif " -"est utilisé. Si aucun outil n'est présent dans le calque, un outil est " -"sélectionné dans la couche supérieure. Appuyez sur Appliquer pour créer un " -"nouvel outil." +"Selected tool type fills appropriate default values. You can change these values using the Text tool later on. The topmost (z order) tool in " +"the active layer is used. If there is no tool inside the current layer it is taken from the upper layer. Press Apply to create new tool." +msgstr "" +"Le type d'outil sélectionné s'initialise avec des valeurs par défaut appropriées. Vous pouvez modifier ces valeurs en utilisant l'outil Texte " +"par la suite. L'outil le plus haut (dans l'ordre des plans) dans le calque actif est utilisé. Si aucun outil n'est présent dans le calque, un " +"outil est sélectionné dans la couche supérieure. Appuyez sur Appliquer pour créer un nouvel outil." #: ../share/extensions/generate_voronoi.inx.h:1 msgid "Voronoi Pattern" @@ -34638,22 +31252,18 @@ msgstr "Taille de la bordure (px) :" #: ../share/extensions/generate_voronoi.inx.h:6 msgid "" -"Generate a random pattern of Voronoi cells. The pattern will be accessible " -"in the Fill and Stroke dialog. You must select an object or a group.\n" +"Generate a random pattern of Voronoi cells. The pattern will be accessible in the Fill and Stroke dialog. You must select an object or a " +"group.\n" "\n" -"If border is zero, the pattern will be discontinuous at the edges. Use a " -"positive border, preferably greater than the cell size, to produce a smooth " -"join of the pattern at the edges. Use a negative border to reduce the size " -"of the pattern and get an empty border." +"If border is zero, the pattern will be discontinuous at the edges. Use a positive border, preferably greater than the cell size, to produce a " +"smooth join of the pattern at the edges. Use a negative border to reduce the size of the pattern and get an empty border." msgstr "" -"Génère un motif de cellules de Voronoï aléatoire. Le motif pourra être " -"utilisé dans la boîte de dialogue Remplissage et contour. Vous devez " +"Génère un motif de cellules de Voronoï aléatoire. Le motif pourra être utilisé dans la boîte de dialogue Remplissage et contour. Vous devez " "sélectionner un objet ou un groupe.\n" "\n" -"Si la bordure est nulle, le motif sera discontinu sur ses bords. Utilisez " -"une valeur positive, de préférence plus grande que la taille de cellule, " -"pour produire un joint lisse du motif sur ses bords. Utilisez une valeur " -"négative pour réduire la taille du motif et obtenir une bordure vide." +"Si la bordure est nulle, le motif sera discontinu sur ses bords. Utilisez une valeur positive, de préférence plus grande que la taille de " +"cellule, pour produire un joint lisse du motif sur ses bords. Utilisez une valeur négative pour réduire la taille du motif et obtenir une " +"bordure vide." #: ../share/extensions/gimp_xcf.inx.h:1 msgid "GIMP XCF" @@ -34677,29 +31287,23 @@ msgstr "Résolution du fichier :" #: ../share/extensions/gimp_xcf.inx.h:8 msgid "" -"This extension exports the document to Gimp XCF format according to the " -"following options:\n" +"This extension exports the document to Gimp XCF format according to the following options:\n" " * Save Guides: convert all guides to Gimp guides.\n" -" * Save Grid: convert the first rectangular grid to a Gimp grid (note " -"that the default Inkscape grid is very narrow when shown in Gimp).\n" +" * Save Grid: convert the first rectangular grid to a Gimp grid (note that the default Inkscape grid is very narrow when shown in Gimp).\n" " * Save Background: add the document background to each converted layer.\n" " * File Resolution: XCF file resolution, in DPI.\n" "\n" -"Each first level layer is converted to a Gimp layer. Sublayers are " -"concatenated and converted with their first level parent layer into a single " -"Gimp layer." +"Each first level layer is converted to a Gimp layer. Sublayers are concatenated and converted with their first level parent layer into a " +"single Gimp layer." msgstr "" -"Cette extension exporte le document au format Gimp XCF en fonction des " -"options suivantes :\n" +"Cette extension exporte le document au format Gimp XCF en fonction des options suivantes :\n" " * Enregistrer les guides : converti tous les guides en guides Gimp.\n" -" * Enregistrer la grille : converti la première grille rectangulaire en une " -"grille Gimp (notez que la grille par défaut d'Inkscape est particulièrement " -"étroite lorsque visualisée dans Gimp).\n" +" * Enregistrer la grille : converti la première grille rectangulaire en une grille Gimp (notez que la grille par défaut d'Inkscape est " +"particulièrement étroite lorsque visualisée dans Gimp).\n" " * Exporter le fond : ajoute le fond du document à chaque calque converti.\n" " * Résolution du fichier : résolution du fichier XCF en DPI.\n" "\n" -"Chaque calque de premier niveau est converti en calque Gimp. Les sous-" -"calques sont concaténés et converti avec le calque de premier niveau " +"Chaque calque de premier niveau est converti en calque Gimp. Les sous-calques sont concaténés et converti avec le calque de premier niveau " "supérieur en un calque Gimp unique." #: ../share/extensions/gimp_xcf.inx.h:15 @@ -34710,8 +31314,7 @@ msgstr "GIMP XCF avec conservation des calques (*.xcf)" msgid "Cartesian Grid" msgstr "Grille cartésienne" -#: ../share/extensions/grid_cartesian.inx.h:2 -#: ../share/extensions/grid_isometric.inx.h:10 +#: ../share/extensions/grid_cartesian.inx.h:2 ../share/extensions/grid_isometric.inx.h:10 msgid "Border Thickness (px):" msgstr "Épaisseur de la bordure (px) :" @@ -34733,8 +31336,7 @@ msgstr "Subdivisions par marque principale sur l'axe X :" #: ../share/extensions/grid_cartesian.inx.h:7 msgid "Logarithmic X Subdiv. (Base given by entry above)" -msgstr "" -"Subdivision logarithmique sur l'axe X (base donnée par l'entrée précédente)" +msgstr "Subdivision logarithmique sur l'axe X (base donnée par l'entrée précédente)" #: ../share/extensions/grid_cartesian.inx.h:8 msgid "Subsubdivs. per X Subdivision:" @@ -34742,9 +31344,7 @@ msgstr "Sous-subdivisions par subdivision sur l'axe X :" #: ../share/extensions/grid_cartesian.inx.h:9 msgid "Halve X Subsubdiv. Frequency after 'n' Subdivs. (log only):" -msgstr "" -"Diviser par deux la fréquence des sous-subdivisions sur l'axe X après « n » " -"subdibvisions (log seulement) :" +msgstr "Diviser par deux la fréquence des sous-subdivisions sur l'axe X après « n » subdibvisions (log seulement) :" #: ../share/extensions/grid_cartesian.inx.h:10 msgid "Major X Division Thickness (px):" @@ -34776,8 +31376,7 @@ msgstr "Subdivisions par marque principale sur l'axe Y :" #: ../share/extensions/grid_cartesian.inx.h:17 msgid "Logarithmic Y Subdiv. (Base given by entry above)" -msgstr "" -"Subdivision logarithmique sur l'axe Y (base donnée par l'entrée ci-dessus)" +msgstr "Subdivision logarithmique sur l'axe Y (base donnée par l'entrée ci-dessus)" #: ../share/extensions/grid_cartesian.inx.h:18 msgid "Subsubdivs. per Y Subdivision:" @@ -34785,9 +31384,7 @@ msgstr "Sous-subdivisions par subdivision sur l'axe Y :" #: ../share/extensions/grid_cartesian.inx.h:19 msgid "Halve Y Subsubdiv. Frequency after 'n' Subdivs. (log only):" -msgstr "" -"Diviser par deux la fréquence des sous-subdivisions sur l'axe Y après « n » " -"subdibvisions (log seulement) :" +msgstr "Diviser par deux la fréquence des sous-subdivisions sur l'axe Y après « n » subdibvisions (log seulement) :" #: ../share/extensions/grid_cartesian.inx.h:20 msgid "Major Y Division Thickness (px):" @@ -35036,9 +31633,7 @@ msgstr "Texte Hershey" msgid "Render Text" msgstr "Rendu du texte" -#: ../share/extensions/hershey.inx.h:3 -#: ../share/extensions/render_alphabetsoup.inx.h:2 -#: ../share/extensions/render_barcode_datamatrix.inx.h:2 +#: ../share/extensions/hershey.inx.h:3 ../share/extensions/render_alphabetsoup.inx.h:2 ../share/extensions/render_barcode_datamatrix.inx.h:2 #: ../share/extensions/render_barcode_qrcode.inx.h:3 msgid "Text:" msgstr "Texte :" @@ -35178,14 +31773,12 @@ msgid "" " www.evilmadscientist.com/go/hershey" msgstr "" "\n" -"Cette extension compose une ligne de texte en utilisant les fontes " -"« Hershey » pour traceurs, dérivées de NBS SP-424 1976-04, « A contribution " -"to computer typesetting techniques: Tables of Coordinates for Hershey's " -"Repertory of Occidental Type Fonts and Graphic Symbols. »\n" +"Cette extension compose une ligne de texte en utilisant les fontes « Hershey » pour traceurs, dérivées de NBS SP-424 1976-04, « A " +"contribution to computer typesetting techniques: Tables of Coordinates for Hershey's Repertory of Occidental Type Fonts and Graphic " +"Symbols. »\n" "\n" -"Il ne s'agit pas de fontes de contour traditionnelles, mais de fontes à " -"contour simple ou de fontes de gravure ou les caractères sont formés par " -"leur contour (et sans remplissage).\n" +"Il ne s'agit pas de fontes de contour traditionnelles, mais de fontes à contour simple ou de fontes de gravure ou les caractères sont formés " +"par leur contour (et sans remplissage).\n" "\n" "Des information supplémentaires sont disponible sur le site :\n" "www.evilmadscientist.com/go/hershey" @@ -35196,45 +31789,27 @@ msgstr "Entrée HPGL" #: ../share/extensions/hpgl_input.inx.h:2 msgid "" -"Please note that you can only open HPGL files written by Inkscape, to open " -"other HPGL files please change their file extension to .plt, make sure you " -"have UniConverter installed and open them again." +"Please note that you can only open HPGL files written by Inkscape, to open other HPGL files please change their file extension to .plt, make " +"sure you have UniConverter installed and open them again." msgstr "" -"Notez que vous ne pouvez ouvrir que des fichiers HPGL écrits avec Inkscape. " -"Pour utiliser un autre fichier HPGL, modifiez son extension en .plt (assurez-" -"vous qu'UniConvertor est installé sur votre machine)." +"Notez que vous ne pouvez ouvrir que des fichiers HPGL écrits avec Inkscape. Pour utiliser un autre fichier HPGL, modifiez son extension en ." +"plt (assurez-vous qu'UniConvertor est installé sur votre machine)." -#: ../share/extensions/hpgl_input.inx.h:3 -#: ../share/extensions/hpgl_output.inx.h:4 -#: ../share/extensions/plotter.inx.h:32 +#: ../share/extensions/hpgl_input.inx.h:3 ../share/extensions/hpgl_output.inx.h:4 ../share/extensions/plotter.inx.h:32 msgid "Resolution X (dpi):" msgstr "Résolution X (ppp) :" -#: ../share/extensions/hpgl_input.inx.h:4 -#: ../share/extensions/hpgl_output.inx.h:5 -#: ../share/extensions/plotter.inx.h:33 -msgid "" -"The amount of steps the plotter moves if it moves for 1 inch on the X axis " -"(Default: 1016.0)" -msgstr "" -"Le nombre de pas effectués par votre traceur lorsqu'il se déplace d'un pouce " -"sur l'axe X (par défaut, 1016)" +#: ../share/extensions/hpgl_input.inx.h:4 ../share/extensions/hpgl_output.inx.h:5 ../share/extensions/plotter.inx.h:33 +msgid "The amount of steps the plotter moves if it moves for 1 inch on the X axis (Default: 1016.0)" +msgstr "Le nombre de pas effectués par votre traceur lorsqu'il se déplace d'un pouce sur l'axe X (par défaut, 1016)" -#: ../share/extensions/hpgl_input.inx.h:5 -#: ../share/extensions/hpgl_output.inx.h:6 -#: ../share/extensions/plotter.inx.h:34 +#: ../share/extensions/hpgl_input.inx.h:5 ../share/extensions/hpgl_output.inx.h:6 ../share/extensions/plotter.inx.h:34 msgid "Resolution Y (dpi):" msgstr "Résolution Y (ppp) :" -#: ../share/extensions/hpgl_input.inx.h:6 -#: ../share/extensions/hpgl_output.inx.h:7 -#: ../share/extensions/plotter.inx.h:35 -msgid "" -"The amount of steps the plotter moves if it moves for 1 inch on the Y axis " -"(Default: 1016.0)" -msgstr "" -"Le nombre de pas effectués par votre traceur lorsqu'il se déplace d'un pouce " -"sur l'axe Y (par défaut, 1016)" +#: ../share/extensions/hpgl_input.inx.h:6 ../share/extensions/hpgl_output.inx.h:7 ../share/extensions/plotter.inx.h:35 +msgid "The amount of steps the plotter moves if it moves for 1 inch on the Y axis (Default: 1016.0)" +msgstr "Le nombre de pas effectués par votre traceur lorsqu'il se déplace d'un pouce sur l'axe Y (par défaut, 1016)" #: ../share/extensions/hpgl_input.inx.h:7 msgid "Show movements between paths" @@ -35242,11 +31817,9 @@ msgstr "Montrer les déplacements entre les chemins" #: ../share/extensions/hpgl_input.inx.h:8 msgid "Check this to show movements between paths (Default: Unchecked)" -msgstr "" -"Cocher pour montrer les déplacements entre les chemins (décoché par défaut)" +msgstr "Cocher pour montrer les déplacements entre les chemins (décoché par défaut)" -#: ../share/extensions/hpgl_input.inx.h:9 -#: ../share/extensions/hpgl_output.inx.h:35 +#: ../share/extensions/hpgl_input.inx.h:9 ../share/extensions/hpgl_output.inx.h:35 msgid "HP Graphics Language file (*.hpgl)" msgstr "Fichier HP Graphics Language (*.hpgl)" @@ -35260,187 +31833,138 @@ msgstr "Sortie HPGL" #: ../share/extensions/hpgl_output.inx.h:2 msgid "" -"Please make sure that all objects you want to save are converted to paths. " -"Please use the plotter extension (Extensions menu) to plot directly over a " -"serial connection." +"Please make sure that all objects you want to save are converted to paths. Please use the plotter extension (Extensions menu) to plot directly " +"over a serial connection." msgstr "" -"Assurez-vous que tous les objets que vous souhaitez enregistrer sont " -"convertis en chemins. Veuillez utiliser l'extension Traceur (dans le menu " +"Assurez-vous que tous les objets que vous souhaitez enregistrer sont convertis en chemins. Veuillez utiliser l'extension Traceur (dans le menu " "Extensions>Exporter) pour tracer directement au travers du port série." -#: ../share/extensions/hpgl_output.inx.h:3 -#: ../share/extensions/plotter.inx.h:31 +#: ../share/extensions/hpgl_output.inx.h:3 ../share/extensions/plotter.inx.h:31 msgid "Plotter Settings " msgstr "Paramètres du traceur" -#: ../share/extensions/hpgl_output.inx.h:8 -#: ../share/extensions/plotter.inx.h:36 +#: ../share/extensions/hpgl_output.inx.h:8 ../share/extensions/plotter.inx.h:36 msgid "Pen number:" msgstr "Numéro de stylo :" -#: ../share/extensions/hpgl_output.inx.h:9 -#: ../share/extensions/plotter.inx.h:37 +#: ../share/extensions/hpgl_output.inx.h:9 ../share/extensions/plotter.inx.h:37 msgid "The number of the pen (tool) to use (Standard: '1')" msgstr "Le numéro du stylo (outil) à utiliser (en standard : 1)" -#: ../share/extensions/hpgl_output.inx.h:10 -#: ../share/extensions/plotter.inx.h:38 +#: ../share/extensions/hpgl_output.inx.h:10 ../share/extensions/plotter.inx.h:38 msgid "Pen force (g):" msgstr "Force du stylo (g) :" -#: ../share/extensions/hpgl_output.inx.h:11 -#: ../share/extensions/plotter.inx.h:39 -msgid "" -"The amount of force pushing down the pen in grams, set to 0 to omit command; " -"most plotters ignore this command (Default: 0)" +#: ../share/extensions/hpgl_output.inx.h:11 ../share/extensions/plotter.inx.h:39 +msgid "The amount of force pushing down the pen in grams, set to 0 to omit command; most plotters ignore this command (Default: 0)" msgstr "" -"La force d'appui du stylo, en grammes, ignorée lorsque la valeur est à 0 ; " -"la plupart des traceurs ignorent cette commande (par défaut : 0)" +"La force d'appui du stylo, en grammes, ignorée lorsque la valeur est à 0 ; la plupart des traceurs ignorent cette commande (par défaut : 0)" -#: ../share/extensions/hpgl_output.inx.h:12 -#: ../share/extensions/plotter.inx.h:40 +#: ../share/extensions/hpgl_output.inx.h:12 ../share/extensions/plotter.inx.h:40 msgid "Pen speed (cm/s or mm/s):" msgstr "Vitesse du stylo (cm/s ou mm/s) :" #: ../share/extensions/hpgl_output.inx.h:13 #, fuzzy msgid "" -"The speed the pen will move with in centimeters or millimeters per second " -"(depending on your plotter model), set to 0 to omit command; most plotters " -"ignore this command (Default: 0)" +"The speed the pen will move with in centimeters or millimeters per second (depending on your plotter model), set to 0 to omit command; most " +"plotters ignore this command (Default: 0)" msgstr "" -"La force d'appui du stylo, en grammes, ignorée lorsque la valeur est à 0 ; " -"la plupart des traceurs ignorent cette commande (par défaut : 0)" +"La force d'appui du stylo, en grammes, ignorée lorsque la valeur est à 0 ; la plupart des traceurs ignorent cette commande (par défaut : 0)" #: ../share/extensions/hpgl_output.inx.h:14 msgid "Rotation (°, Clockwise):" msgstr "Rotation (°, sens horaire) :" -#: ../share/extensions/hpgl_output.inx.h:15 -#: ../share/extensions/plotter.inx.h:43 +#: ../share/extensions/hpgl_output.inx.h:15 ../share/extensions/plotter.inx.h:43 msgid "Rotation of the drawing (Default: 0°)" msgstr "Rotation du dessin (par défaut : 0 °)" -#: ../share/extensions/hpgl_output.inx.h:16 -#: ../share/extensions/plotter.inx.h:44 +#: ../share/extensions/hpgl_output.inx.h:16 ../share/extensions/plotter.inx.h:44 msgid "Mirror X axis" msgstr "Refléter sur l'axe Y" -#: ../share/extensions/hpgl_output.inx.h:17 -#: ../share/extensions/plotter.inx.h:45 +#: ../share/extensions/hpgl_output.inx.h:17 ../share/extensions/plotter.inx.h:45 msgid "Check this to mirror the X axis (Default: Unchecked)" msgstr "Cocher pour refléter l'axe X (décoché par défaut)" -#: ../share/extensions/hpgl_output.inx.h:18 -#: ../share/extensions/plotter.inx.h:46 +#: ../share/extensions/hpgl_output.inx.h:18 ../share/extensions/plotter.inx.h:46 msgid "Mirror Y axis" msgstr "Refléter sur l'axe Y" -#: ../share/extensions/hpgl_output.inx.h:19 -#: ../share/extensions/plotter.inx.h:47 +#: ../share/extensions/hpgl_output.inx.h:19 ../share/extensions/plotter.inx.h:47 msgid "Check this to mirror the Y axis (Default: Unchecked)" msgstr "Cocher pour refléter l'axe Y (décoché par défaut)" -#: ../share/extensions/hpgl_output.inx.h:20 -#: ../share/extensions/plotter.inx.h:48 +#: ../share/extensions/hpgl_output.inx.h:20 ../share/extensions/plotter.inx.h:48 msgid "Center zero point" msgstr "Centrer le point zéro" -#: ../share/extensions/hpgl_output.inx.h:21 -#: ../share/extensions/plotter.inx.h:49 -msgid "" -"Check this if your plotter uses a centered zero point (Default: Unchecked)" -msgstr "" -"Cocher si votre traceur utilise un point zéro centré (décoché par défaut)" +#: ../share/extensions/hpgl_output.inx.h:21 ../share/extensions/plotter.inx.h:49 +msgid "Check this if your plotter uses a centered zero point (Default: Unchecked)" +msgstr "Cocher si votre traceur utilise un point zéro centré (décoché par défaut)" -#: ../share/extensions/hpgl_output.inx.h:22 -#: ../share/extensions/plotter.inx.h:50 +#: ../share/extensions/hpgl_output.inx.h:22 ../share/extensions/plotter.inx.h:50 msgid "" -"If you want to use multiple pens on your pen plotter create one layer for " -"each pen, name the layers \"Pen 1\", \"Pen 2\", etc., and put your drawings " -"in the corresponding layers. This overrules the pen number option above." +"If you want to use multiple pens on your pen plotter create one layer for each pen, name the layers \"Pen 1\", \"Pen 2\", etc., and put your " +"drawings in the corresponding layers. This overrules the pen number option above." msgstr "" -#: ../share/extensions/hpgl_output.inx.h:23 -#: ../share/extensions/plotter.inx.h:51 +#: ../share/extensions/hpgl_output.inx.h:23 ../share/extensions/plotter.inx.h:51 msgid "Plot Features " msgstr "Fonctionnalités du traceur" -#: ../share/extensions/hpgl_output.inx.h:24 -#: ../share/extensions/plotter.inx.h:52 +#: ../share/extensions/hpgl_output.inx.h:24 ../share/extensions/plotter.inx.h:52 msgid "Overcut (mm):" msgstr "Surcoupe (mm) :" -#: ../share/extensions/hpgl_output.inx.h:25 -#: ../share/extensions/plotter.inx.h:53 -msgid "" -"The distance in mm that will be cut over the starting point of the path to " -"prevent open paths, set to 0.0 to omit command (Default: 1.00)" +#: ../share/extensions/hpgl_output.inx.h:25 ../share/extensions/plotter.inx.h:53 +msgid "The distance in mm that will be cut over the starting point of the path to prevent open paths, set to 0.0 to omit command (Default: 1.00)" msgstr "" -#: ../share/extensions/hpgl_output.inx.h:26 -#: ../share/extensions/plotter.inx.h:54 +#: ../share/extensions/hpgl_output.inx.h:26 ../share/extensions/plotter.inx.h:54 #, fuzzy msgid "Tool (Knife) offset correction (mm):" msgstr "Décalage de l'outil (mm) :" -#: ../share/extensions/hpgl_output.inx.h:27 -#: ../share/extensions/plotter.inx.h:55 -msgid "" -"The offset from the tool tip to the tool axis in mm, set to 0.0 to omit " -"command (Default: 0.25)" +#: ../share/extensions/hpgl_output.inx.h:27 ../share/extensions/plotter.inx.h:55 +msgid "The offset from the tool tip to the tool axis in mm, set to 0.0 to omit command (Default: 0.25)" msgstr "" -#: ../share/extensions/hpgl_output.inx.h:28 -#: ../share/extensions/plotter.inx.h:56 +#: ../share/extensions/hpgl_output.inx.h:28 ../share/extensions/plotter.inx.h:56 #, fuzzy msgid "Precut" msgstr "Prédécouper" -#: ../share/extensions/hpgl_output.inx.h:29 -#: ../share/extensions/plotter.inx.h:57 -msgid "" -"Check this to cut a small line before the real drawing starts to correctly " -"align the tool orientation. (Default: Checked)" +#: ../share/extensions/hpgl_output.inx.h:29 ../share/extensions/plotter.inx.h:57 +msgid "Check this to cut a small line before the real drawing starts to correctly align the tool orientation. (Default: Checked)" msgstr "" -#: ../share/extensions/hpgl_output.inx.h:30 -#: ../share/extensions/plotter.inx.h:58 +#: ../share/extensions/hpgl_output.inx.h:30 ../share/extensions/plotter.inx.h:58 msgid "Curve flatness:" msgstr "Écrasement des courbes :" -#: ../share/extensions/hpgl_output.inx.h:31 -#: ../share/extensions/plotter.inx.h:59 -msgid "" -"Curves are divided into lines, this number controls how fine the curves will " -"be reproduced, the smaller the finer (Default: '1.2')" +#: ../share/extensions/hpgl_output.inx.h:31 ../share/extensions/plotter.inx.h:59 +msgid "Curves are divided into lines, this number controls how fine the curves will be reproduced, the smaller the finer (Default: '1.2')" msgstr "" -"Les courbes étant divisées en lignes, ce nombre contrôle la finesse de la " -"courbe qui sera reproduite ; plus le nombre est petit, plus la courbe est " -"précise (par défaut : 1.2)" +"Les courbes étant divisées en lignes, ce nombre contrôle la finesse de la courbe qui sera reproduite ; plus le nombre est petit, plus la " +"courbe est précise (par défaut : 1.2)" -#: ../share/extensions/hpgl_output.inx.h:32 -#: ../share/extensions/plotter.inx.h:60 +#: ../share/extensions/hpgl_output.inx.h:32 ../share/extensions/plotter.inx.h:60 msgid "Auto align" msgstr "Aligner automatiquement" -#: ../share/extensions/hpgl_output.inx.h:33 -#: ../share/extensions/plotter.inx.h:61 +#: ../share/extensions/hpgl_output.inx.h:33 ../share/extensions/plotter.inx.h:61 msgid "" -"Check this to auto align the drawing to the zero point (Plus the tool offset " -"if used). If unchecked you have to make sure that all parts of your drawing " -"are within the document border! (Default: Checked)" +"Check this to auto align the drawing to the zero point (Plus the tool offset if used). If unchecked you have to make sure that all parts of " +"your drawing are within the document border! (Default: Checked)" msgstr "" -#: ../share/extensions/hpgl_output.inx.h:34 -#: ../share/extensions/plotter.inx.h:64 -msgid "" -"All these settings depend on the plotter you use, for more information " -"please consult the manual or homepage for your plotter." +#: ../share/extensions/hpgl_output.inx.h:34 ../share/extensions/plotter.inx.h:64 +msgid "All these settings depend on the plotter you use, for more information please consult the manual or homepage for your plotter." msgstr "" -"Tous ces paramètres dépendent du traceur que vous utilisez. Pour de plus " -"amples informations, veuillez consulter le manuel ou la documentation en " -"ligne de votre traceur.." +"Tous ces paramètres dépendent du traceur que vous utilisez. Pour de plus amples informations, veuillez consulter le manuel ou la documentation " +"en ligne de votre traceur.." #: ../share/extensions/hpgl_output.inx.h:36 msgid "Export an HP Graphics Language file" @@ -35470,11 +31994,8 @@ msgstr "Affiche les images pixélisées" #. render images like in 0.48 #: ../share/extensions/image_attributes.inx.h:9 -msgid "" -"Render all bitmap images like in older Inskcape versions. Available options:" -msgstr "" -"Affiche toutes les images matricielles come dans les anciennes versions " -"d'Inkscape. Options disponibles :" +msgid "Render all bitmap images like in older Inskcape versions. Available options:" +msgstr "Affiche toutes les images matricielles come dans les anciennes versions d'Inkscape. Options disponibles :" #. image aspect ratio #: ../share/extensions/image_attributes.inx.h:11 @@ -35629,14 +32150,12 @@ msgstr "Dupliquer les extrémités" msgid "Interpolate style" msgstr "Interpoler le style" -#: ../share/extensions/interp.inx.h:7 -#: ../share/extensions/interp_att_g.inx.h:10 +#: ../share/extensions/interp.inx.h:7 ../share/extensions/interp_att_g.inx.h:10 #, fuzzy msgid "Use Z-order" msgstr "Contour surélevé" -#: ../share/extensions/interp.inx.h:8 -#: ../share/extensions/interp_att_g.inx.h:11 +#: ../share/extensions/interp.inx.h:8 ../share/extensions/interp_att_g.inx.h:11 msgid "Workaround for reversed selection order in Live Preview cycles" msgstr "" @@ -35676,8 +32195,7 @@ msgstr "Translation en X" msgid "Translate Y" msgstr "Translation en Y" -#: ../share/extensions/interp_att_g.inx.h:17 -#: ../share/extensions/markers_strokepaint.inx.h:9 +#: ../share/extensions/interp_att_g.inx.h:17 ../share/extensions/markers_strokepaint.inx.h:9 msgid "Fill" msgstr "Fond" @@ -35686,12 +32204,8 @@ msgid "Other" msgstr "Autre" #: ../share/extensions/interp_att_g.inx.h:20 -msgid "" -"If you select \"Other\", you must know the SVG attributes to identify here " -"this \"other\"." -msgstr "" -"Si vous sélectionnez « Autre », vous devez connaître les attributs SVG " -"nécessaires pour identifier ici cet « autre »." +msgid "If you select \"Other\", you must know the SVG attributes to identify here this \"other\"." +msgstr "Si vous sélectionnez « Autre », vous devez connaître les attributs SVG nécessaires pour identifier ici cet « autre »." #: ../share/extensions/interp_att_g.inx.h:22 msgid "Integer Number" @@ -35701,8 +32215,7 @@ msgstr "Nombre entier" msgid "Float Number" msgstr "Nombre réel" -#: ../share/extensions/interp_att_g.inx.h:25 -#: ../share/extensions/polyhedron_3d.inx.h:33 +#: ../share/extensions/interp_att_g.inx.h:25 ../share/extensions/polyhedron_3d.inx.h:33 msgid "Style" msgstr "Style" @@ -35720,23 +32233,16 @@ msgstr "Pas d'unité" #: ../share/extensions/interp_att_g.inx.h:30 msgid "" -"This effect applies a value for any interpolatable attribute for all " -"elements inside the selected group or for all elements in a multiple " +"This effect applies a value for any interpolatable attribute for all elements inside the selected group or for all elements in a multiple " "selection." -msgstr "" -"Cet effet applique une valeur sur les attributs interpolables de l'ensemble " -"des éléments de la sélection." +msgstr "Cet effet applique une valeur sur les attributs interpolables de l'ensemble des éléments de la sélection." #: ../share/extensions/jessyInk_autoTexts.inx.h:1 msgid "Auto-texts" msgstr "Textes automatiques" -#: ../share/extensions/jessyInk_autoTexts.inx.h:2 -#: ../share/extensions/jessyInk_effects.inx.h:2 -#: ../share/extensions/jessyInk_export.inx.h:2 -#: ../share/extensions/jessyInk_masterSlide.inx.h:2 -#: ../share/extensions/jessyInk_transitions.inx.h:2 -#: ../share/extensions/jessyInk_view.inx.h:2 +#: ../share/extensions/jessyInk_autoTexts.inx.h:2 ../share/extensions/jessyInk_effects.inx.h:2 ../share/extensions/jessyInk_export.inx.h:2 +#: ../share/extensions/jessyInk_masterSlide.inx.h:2 ../share/extensions/jessyInk_transitions.inx.h:2 ../share/extensions/jessyInk_view.inx.h:2 msgid "Settings" msgstr "Paramètres" @@ -35762,24 +32268,16 @@ msgstr "Nombre de diapositives" #: ../share/extensions/jessyInk_autoTexts.inx.h:9 msgid "" -"This extension allows you to install, update and remove auto-texts for a " -"JessyInk presentation. Please see code.google.com/p/jessyink for more " +"This extension allows you to install, update and remove auto-texts for a JessyInk presentation. Please see code.google.com/p/jessyink for more " "details." msgstr "" -"Cette extension vous permet d'installer, mettre à jour ou supprimer des " -"textes automatiques pour une présentation JessyInk. Des informations " +"Cette extension vous permet d'installer, mettre à jour ou supprimer des textes automatiques pour une présentation JessyInk. Des informations " "complémentaires sont disponibles sur le site code.google.com/p/jessyink." -#: ../share/extensions/jessyInk_autoTexts.inx.h:10 -#: ../share/extensions/jessyInk_effects.inx.h:15 -#: ../share/extensions/jessyInk_install.inx.h:4 -#: ../share/extensions/jessyInk_keyBindings.inx.h:46 -#: ../share/extensions/jessyInk_masterSlide.inx.h:7 -#: ../share/extensions/jessyInk_mouseHandler.inx.h:8 -#: ../share/extensions/jessyInk_summary.inx.h:4 -#: ../share/extensions/jessyInk_transitions.inx.h:14 -#: ../share/extensions/jessyInk_uninstall.inx.h:12 -#: ../share/extensions/jessyInk_video.inx.h:4 +#: ../share/extensions/jessyInk_autoTexts.inx.h:10 ../share/extensions/jessyInk_effects.inx.h:15 ../share/extensions/jessyInk_install.inx.h:4 +#: ../share/extensions/jessyInk_keyBindings.inx.h:46 ../share/extensions/jessyInk_masterSlide.inx.h:7 +#: ../share/extensions/jessyInk_mouseHandler.inx.h:8 ../share/extensions/jessyInk_summary.inx.h:4 +#: ../share/extensions/jessyInk_transitions.inx.h:14 ../share/extensions/jessyInk_uninstall.inx.h:12 ../share/extensions/jessyInk_video.inx.h:4 #: ../share/extensions/jessyInk_view.inx.h:9 msgid "JessyInk" msgstr "JessyInk" @@ -35788,9 +32286,7 @@ msgstr "JessyInk" msgid "Effects" msgstr "Effets" -#: ../share/extensions/jessyInk_effects.inx.h:4 -#: ../share/extensions/jessyInk_transitions.inx.h:4 -#: ../share/extensions/jessyInk_view.inx.h:4 +#: ../share/extensions/jessyInk_effects.inx.h:4 ../share/extensions/jessyInk_transitions.inx.h:4 ../share/extensions/jessyInk_view.inx.h:4 msgid "Duration in seconds:" msgstr "Durée en secondes :" @@ -35802,8 +32298,7 @@ msgstr "Effet entrant" msgid "None (default)" msgstr "Aucun (défaut)" -#: ../share/extensions/jessyInk_effects.inx.h:8 -#: ../share/extensions/jessyInk_transitions.inx.h:8 +#: ../share/extensions/jessyInk_effects.inx.h:8 ../share/extensions/jessyInk_transitions.inx.h:8 msgid "Appear" msgstr "Apparition" @@ -35811,8 +32306,7 @@ msgstr "Apparition" msgid "Fade in" msgstr "Ouverture en fondu" -#: ../share/extensions/jessyInk_effects.inx.h:10 -#: ../share/extensions/jessyInk_transitions.inx.h:10 +#: ../share/extensions/jessyInk_effects.inx.h:10 ../share/extensions/jessyInk_transitions.inx.h:10 msgid "Pop" msgstr "Pop" @@ -35826,12 +32320,10 @@ msgstr "Fermeture en fondu" #: ../share/extensions/jessyInk_effects.inx.h:14 msgid "" -"This extension allows you to install, update and remove object effects for a " -"JessyInk presentation. Please see code.google.com/p/jessyink for more " -"details." +"This extension allows you to install, update and remove object effects for a JessyInk presentation. Please see code.google.com/p/jessyink for " +"more details." msgstr "" -"Cette extension vous permet d'installer, mettre à jour ou supprimer des " -"effets d'objet pour une présentation JessyInk. Des informations " +"Cette extension vous permet d'installer, mettre à jour ou supprimer des effets d'objet pour une présentation JessyInk. Des informations " "complémentaires sont disponibles sur le site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_export.inx.h:1 @@ -35852,25 +32344,19 @@ msgstr "PNG" #: ../share/extensions/jessyInk_export.inx.h:8 msgid "" -"This extension allows you to export a JessyInk presentation once you created " -"an export layer in your browser. Please see code.google.com/p/jessyink for " -"more details." +"This extension allows you to export a JessyInk presentation once you created an export layer in your browser. Please see code.google.com/p/" +"jessyink for more details." msgstr "" -"Cette extension vous permet d'exporter une présentation JessyInk, après " -"avoir créé un calque d'exportation, vers un navigateur. Des informations " -"complémentaires sont disponibles sur le site code.google.com/p/jessyink." +"Cette extension vous permet d'exporter une présentation JessyInk, après avoir créé un calque d'exportation, vers un navigateur. Des " +"informations complémentaires sont disponibles sur le site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_export.inx.h:9 msgid "JessyInk zipped pdf or png output (*.zip)" msgstr "Exportation JessyInk PDF ou PNG compressée (*.zip)" #: ../share/extensions/jessyInk_export.inx.h:10 -msgid "" -"Creates a zip file containing pdfs or pngs of all slides of a JessyInk " -"presentation." -msgstr "" -"Crée un fichier zip contenant des PDF ou des PNG de toutes les diapositives " -"de la présentation JessyInk." +msgid "Creates a zip file containing pdfs or pngs of all slides of a JessyInk presentation." +msgstr "Crée un fichier zip contenant des PDF ou des PNG de toutes les diapositives de la présentation JessyInk." #: ../share/extensions/jessyInk_install.inx.h:1 msgid "Install/update" @@ -35878,13 +32364,11 @@ msgstr "Installation/mise à jour" #: ../share/extensions/jessyInk_install.inx.h:3 msgid "" -"This extension allows you to install or update the JessyInk script in order " -"to turn your SVG file into a presentation. Please see code.google.com/p/" -"jessyink for more details." +"This extension allows you to install or update the JessyInk script in order to turn your SVG file into a presentation. Please see code.google." +"com/p/jessyink for more details." msgstr "" -"Cette extension vous permet d'installer ou mettre à jour le script JessyInk " -"pour transformer le fichier SVG en une présentation. Des informations " -"complémentaires sont disponibles sur le site code.google.com/p/jessyink." +"Cette extension vous permet d'installer ou mettre à jour le script JessyInk pour transformer le fichier SVG en une présentation. Des " +"informations complémentaires sont disponibles sur le site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_keyBindings.inx.h:1 msgid "Key bindings" @@ -36055,36 +32539,28 @@ msgid "Set number of columns to default:" msgstr "Définir le nombre de colonnes avec la valeur par défaut :" #: ../share/extensions/jessyInk_keyBindings.inx.h:45 -msgid "" -"This extension allows you customise the key bindings JessyInk uses. Please " -"see code.google.com/p/jessyink for more details." +msgid "This extension allows you customise the key bindings JessyInk uses. Please see code.google.com/p/jessyink for more details." msgstr "" -"Cette extension vous permet de personnaliser les raccourcis clavier utilisés " -"par JessyInk. Des informations complémentaires sont disponibles sur le site " -"code.google.com/p/jessyink." +"Cette extension vous permet de personnaliser les raccourcis clavier utilisés par JessyInk. Des informations complémentaires sont disponibles " +"sur le site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_masterSlide.inx.h:1 msgid "Master slide" msgstr "Diapositive maîtresse" -#: ../share/extensions/jessyInk_masterSlide.inx.h:3 -#: ../share/extensions/jessyInk_transitions.inx.h:3 +#: ../share/extensions/jessyInk_masterSlide.inx.h:3 ../share/extensions/jessyInk_transitions.inx.h:3 msgid "Name of layer:" msgstr "Nom du calque :" #: ../share/extensions/jessyInk_masterSlide.inx.h:4 msgid "If no layer name is supplied, the master slide is unset." -msgstr "" -"En l'absence d'un nom de calque, la diapositive maîtresse est désactivée." +msgstr "En l'absence d'un nom de calque, la diapositive maîtresse est désactivée." #: ../share/extensions/jessyInk_masterSlide.inx.h:6 -msgid "" -"This extension allows you to change the master slide JessyInk uses. Please " -"see code.google.com/p/jessyink for more details." +msgid "This extension allows you to change the master slide JessyInk uses. Please see code.google.com/p/jessyink for more details." msgstr "" -"Cette extension vous permet de modifier la diapositive maîtresse utilisée " -"par JessyInk. Des informations complémentaires sont disponibles sur le site " -"code.google.com/p/jessyink." +"Cette extension vous permet de modifier la diapositive maîtresse utilisée par JessyInk. Des informations complémentaires sont disponibles sur " +"le site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_mouseHandler.inx.h:1 msgid "Mouse handler" @@ -36103,13 +32579,10 @@ msgid "Dragging/zoom" msgstr "Déplacement/zoom" #: ../share/extensions/jessyInk_mouseHandler.inx.h:7 -msgid "" -"This extension allows you customise the mouse handler JessyInk uses. Please " -"see code.google.com/p/jessyink for more details." +msgid "This extension allows you customise the mouse handler JessyInk uses. Please see code.google.com/p/jessyink for more details." msgstr "" -"Cette extension vous permet de personnaliser la gestion de la souris par " -"JessyInk. Des informations complémentaires sont disponibles sur le site code." -"google.com/p/jessyink." +"Cette extension vous permet de personnaliser la gestion de la souris par JessyInk. Des informations complémentaires sont disponibles sur le " +"site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_summary.inx.h:1 msgid "Summary" @@ -36117,14 +32590,11 @@ msgstr "Résumé" #: ../share/extensions/jessyInk_summary.inx.h:3 msgid "" -"This extension allows you to obtain information about the JessyInk script, " -"effects and transitions contained in this SVG file. Please see code.google." -"com/p/jessyink for more details." +"This extension allows you to obtain information about the JessyInk script, effects and transitions contained in this SVG file. Please see code." +"google.com/p/jessyink for more details." msgstr "" -"Cette extension vous permet d'obtenir des informations sur le script " -"JessyInk et les effets et transitions contenus dans le fichier SVG. Des " -"informations complémentaires sont disponibles sur le site code.google.com/p/" -"jessyink." +"Cette extension vous permet d'obtenir des informations sur le script JessyInk et les effets et transitions contenus dans le fichier SVG. Des " +"informations complémentaires sont disponibles sur le site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_transitions.inx.h:1 msgid "Transitions" @@ -36144,11 +32614,10 @@ msgstr "Effets de transition sortante" #: ../share/extensions/jessyInk_transitions.inx.h:13 msgid "" -"This extension allows you to change the transition JessyInk uses for the " -"selected layer. Please see code.google.com/p/jessyink for more details." +"This extension allows you to change the transition JessyInk uses for the selected layer. Please see code.google.com/p/jessyink for more " +"details." msgstr "" -"Cette extension vous permet de modifier la transition utilisée par JessyInk " -"pour le calque sélectionné. Des informations complémentaires sont " +"Cette extension vous permet de modifier la transition utilisée par JessyInk pour le calque sélectionné. Des informations complémentaires sont " "disponibles sur le site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_uninstall.inx.h:1 @@ -36181,18 +32650,13 @@ msgstr "Retirer les vues" #: ../share/extensions/jessyInk_uninstall.inx.h:9 msgid "Please select the parts of JessyInk you want to uninstall/remove." -msgstr "" -"Veuillez sélectionner les parties de JessyInk que vous souhaitez " -"désinstaller ou retirer." +msgstr "Veuillez sélectionner les parties de JessyInk que vous souhaitez désinstaller ou retirer." #: ../share/extensions/jessyInk_uninstall.inx.h:11 -msgid "" -"This extension allows you to uninstall the JessyInk script. Please see code." -"google.com/p/jessyink for more details." +msgid "This extension allows you to uninstall the JessyInk script. Please see code.google.com/p/jessyink for more details." msgstr "" -"Cette extension vous permet de désinstaller le script JessyInk. Des " -"informations complémentaires sont disponibles sur le site code.google.com/p/" -"jessyink." +"Cette extension vous permet de désinstaller le script JessyInk. Des informations complémentaires sont disponibles sur le site code.google.com/" +"p/jessyink." #: ../share/extensions/jessyInk_video.inx.h:1 msgid "Video" @@ -36200,14 +32664,11 @@ msgstr "Vidéo" #: ../share/extensions/jessyInk_video.inx.h:3 msgid "" -"This extension puts a JessyInk video element on the current slide (layer). " -"This element allows you to integrate a video into your JessyInk " +"This extension puts a JessyInk video element on the current slide (layer). This element allows you to integrate a video into your JessyInk " "presentation. Please see code.google.com/p/jessyink for more details." msgstr "" -"Cette extension dépose un élément vidéo JessyInk sur la diapositive (calque) " -"courant. Cet élément peut ensuite être utilisé pour intégrer une vidéo dans " -"la présentation. Des informations complémentaires sont disponibles sur le " -"site code.google.com/p/jessyink." +"Cette extension dépose un élément vidéo JessyInk sur la diapositive (calque) courant. Cet élément peut ensuite être utilisé pour intégrer une " +"vidéo dans la présentation. Des informations complémentaires sont disponibles sur le site code.google.com/p/jessyink." #: ../share/extensions/jessyInk_view.inx.h:5 msgid "Remove view" @@ -36215,27 +32676,21 @@ msgstr "Retirer la vue" #: ../share/extensions/jessyInk_view.inx.h:6 msgid "Choose order number 0 to set the initial view of a slide." -msgstr "" -"Choisir un numéro d'ordre 0 pour définir la vue initiale d'une diapositive." +msgstr "Choisir un numéro d'ordre 0 pour définir la vue initiale d'une diapositive." #: ../share/extensions/jessyInk_view.inx.h:8 msgid "" -"This extension allows you to set, update and remove views for a JessyInk " -"presentation. Please see code.google.com/p/jessyink for more details." +"This extension allows you to set, update and remove views for a JessyInk presentation. Please see code.google.com/p/jessyink for more details." msgstr "" -"Cette extension vous permet de définir, mettre à jour ou supprimer des vues " -"de la présentation JessyInk. Des informations complémentaires sont " +"Cette extension vous permet de définir, mettre à jour ou supprimer des vues de la présentation JessyInk. Des informations complémentaires sont " "disponibles sur le site code.google.com/p/jessyink." #: ../share/extensions/layers2svgfont.inx.h:1 msgid "3 - Convert Glyph Layers to SVG Font" msgstr "3 - Convertir les calques de glyphe en police SVG" -#: ../share/extensions/layers2svgfont.inx.h:2 -#: ../share/extensions/new_glyph_layer.inx.h:3 -#: ../share/extensions/next_glyph_layer.inx.h:2 -#: ../share/extensions/previous_glyph_layer.inx.h:2 -#: ../share/extensions/setup_typography_canvas.inx.h:7 +#: ../share/extensions/layers2svgfont.inx.h:2 ../share/extensions/new_glyph_layer.inx.h:3 ../share/extensions/next_glyph_layer.inx.h:2 +#: ../share/extensions/previous_glyph_layer.inx.h:2 ../share/extensions/setup_typography_canvas.inx.h:7 #: ../share/extensions/svgfont2layers.inx.h:3 msgid "Typography" msgstr "Typographie" @@ -36256,23 +32711,19 @@ msgstr "Dimension X :" msgid "Size Y:" msgstr "Dimension Y :" -#: ../share/extensions/layout_nup.inx.h:6 -#: ../share/extensions/printing_marks.inx.h:13 +#: ../share/extensions/layout_nup.inx.h:6 ../share/extensions/printing_marks.inx.h:13 msgid "Top:" msgstr "Haut :" -#: ../share/extensions/layout_nup.inx.h:7 -#: ../share/extensions/printing_marks.inx.h:14 +#: ../share/extensions/layout_nup.inx.h:7 ../share/extensions/printing_marks.inx.h:14 msgid "Bottom:" msgstr "Bas :" -#: ../share/extensions/layout_nup.inx.h:8 -#: ../share/extensions/printing_marks.inx.h:15 +#: ../share/extensions/layout_nup.inx.h:8 ../share/extensions/printing_marks.inx.h:15 msgid "Left:" msgstr "Gauche :" -#: ../share/extensions/layout_nup.inx.h:9 -#: ../share/extensions/printing_marks.inx.h:16 +#: ../share/extensions/layout_nup.inx.h:9 ../share/extensions/printing_marks.inx.h:16 msgid "Right:" msgstr "Droite :" @@ -36300,8 +32751,7 @@ msgstr "Marges interne de la mise en page" msgid "Layout margins" msgstr "Marges de la mise en page" -#: ../share/extensions/layout_nup.inx.h:17 -#: ../share/extensions/printing_marks.inx.h:2 +#: ../share/extensions/layout_nup.inx.h:17 ../share/extensions/printing_marks.inx.h:2 msgid "Marks" msgstr "Repères" @@ -36353,9 +32803,7 @@ msgstr "" " * Layout margins: white space around each part of the layout.\n" " * Layout padding: inner padding for each part of the layout.\n" -#: ../share/extensions/layout_nup.inx.h:36 -#: ../share/extensions/perfectboundcover.inx.h:20 -#: ../share/extensions/printing_marks.inx.h:21 +#: ../share/extensions/layout_nup.inx.h:36 ../share/extensions/perfectboundcover.inx.h:20 ../share/extensions/printing_marks.inx.h:21 #: ../share/extensions/svgcalendar.inx.h:13 msgid "Layout" msgstr "Mise en page" @@ -36421,9 +32869,8 @@ msgid "" "]: return to remembered point\n" msgstr "" "\n" -"Le chemin est généré en appliquant des règles à un axiome, sur plusieurs " -"générations. Les commandes suivantes sont reconnues dans les champs Axiome " -"et Règles :\n" +"Le chemin est généré en appliquant des règles à un axiome, sur plusieurs générations. Les commandes suivantes sont reconnues dans les champs " +"Axiome et Règles :\n" "\n" "A, B, C, D, E ou F : dessiner d'un pas en avant ;\n" "G, H, I, J, K ou L : déplacer d'un pas en avant ;\n" @@ -36450,13 +32897,11 @@ msgstr "Fluctuation de la longueur des paragraphes (en phrases) :" #: ../share/extensions/lorem_ipsum.inx.h:7 msgid "" -"This effect creates the standard \"Lorem Ipsum\" pseudolatin placeholder " -"text. If a flowed text is selected, Lorem Ipsum is added to it; otherwise a " -"new flowed text object, the size of the page, is created in a new layer." +"This effect creates the standard \"Lorem Ipsum\" pseudolatin placeholder text. If a flowed text is selected, Lorem Ipsum is added to it; " +"otherwise a new flowed text object, the size of the page, is created in a new layer." msgstr "" -"Cette effet crée un texte bouche-trou « Lorem Ipsum » (du pseudo-latin). Si " -"un cadre de texte est sélectionné, y ajoute Lorem Ipsum; sinon, un nouveau " -"cadre de texte de la taille de la page est créé dans un nouveau calque." +"Cette effet crée un texte bouche-trou « Lorem Ipsum » (du pseudo-latin). Si un cadre de texte est sélectionné, y ajoute Lorem Ipsum; sinon, un " +"nouveau cadre de texte de la taille de la page est créé dans un nouveau calque." #: ../share/extensions/markers_strokepaint.inx.h:1 msgid "Color Markers" @@ -36610,35 +33055,25 @@ msgstr "Barycentre" #: ../share/extensions/measure.inx.h:35 #, fuzzy, no-c-format msgid "" -"This effect measures the length, area, or center-of-mass of the selected " -"paths. Length and area are added as a text object with the selected units. " -"Center-of-mass is shown as a cross symbol.\n" +"This effect measures the length, area, or center-of-mass of the selected paths. Length and area are added as a text object with the selected " +"units. Center-of-mass is shown as a cross symbol.\n" "\n" -" * Text display format can be either Text-On-Path, or stand-alone text at a " -"specified angle.\n" -" * The number of significant digits can be controlled by the Precision " -"field.\n" +" * Text display format can be either Text-On-Path, or stand-alone text at a specified angle.\n" +" * The number of significant digits can be controlled by the Precision field.\n" " * The Offset field controls the distance from the text to the path.\n" -" * The Scale factor can be used to make measurements in scaled drawings. " -"For example, if 1 cm in the drawing equals 2.5 m in the real world, Scale " -"must be set to 250.\n" -" * When calculating area, the result should be precise for polygons and " -"Bezier curves. If a circle is used, the area may be too high by as much as " -"0.03%." -msgstr "" -"Cet effet mesure la longueur ou l'aire du chemin sélectionné et l'ajoute " -"comme un objet texte avec l'unité sélectionnée.\n" +" * The Scale factor can be used to make measurements in scaled drawings. For example, if 1 cm in the drawing equals 2.5 m in the real world, " +"Scale must be set to 250.\n" +" * When calculating area, the result should be precise for polygons and Bezier curves. If a circle is used, the area may be too high by as " +"much as 0.03%." +msgstr "" +"Cet effet mesure la longueur ou l'aire du chemin sélectionné et l'ajoute comme un objet texte avec l'unité sélectionnée.\n" "\n" -" * L'affichage peut s'effectuer sur le chemin, ou comme texte indépendant " -"sur un angle choisi.\n" -" * Le nombre de chiffres affichés peut être contrôlé par le champ " -"Précision.\n" +" * L'affichage peut s'effectuer sur le chemin, ou comme texte indépendant sur un angle choisi.\n" +" * Le nombre de chiffres affichés peut être contrôlé par le champ Précision.\n" " * Le champ Décalage contrôle la distance entre le texte et le chemin.\n" -" * Le facteur d'échelle peut être utilisé pour réaliser des mesures dans " -"des dessins à l'échelle. Par exemple, si 1 cm dans le dessin est égal à 2,5 " -"m en réalité, le facteur d'échelle doit être réglé à 250.\n" -" * Lors du calcul de l'aire, le résultat devrait être précis pour les " -"polygones et les courbes de Bézier. Si un cercle est utilisé, l'aire " +" * Le facteur d'échelle peut être utilisé pour réaliser des mesures dans des dessins à l'échelle. Par exemple, si 1 cm dans le dessin est " +"égal à 2,5 m en réalité, le facteur d'échelle doit être réglé à 250.\n" +" * Lors du calcul de l'aire, le résultat devrait être précis pour les polygones et les courbes de Bézier. Si un cercle est utilisé, l'aire " "pourrait être jusqu'à 0,03 % supérieure à la valeur attendue." #: ../share/extensions/merge_styles.inx.h:1 @@ -36647,15 +33082,11 @@ msgstr "Fusionner les styles dans une feuille de styles" #: ../share/extensions/merge_styles.inx.h:2 msgid "" -"All selected nodes will be grouped together and their common style " -"attributes will create a new class, this class will replace the existing " -"inline style attributes. Please use a name which best describes the kinds of " -"objects and their common context for best effect." +"All selected nodes will be grouped together and their common style attributes will create a new class, this class will replace the existing " +"inline style attributes. Please use a name which best describes the kinds of objects and their common context for best effect." msgstr "" -"Tous les nœuds sélectionnés seront groupés et leurs attributs de style " -"communs seront remplacés par une nouvelle classe de styles. Veuillez " -"utiliser un nom décrivant au mieux le type d'objets et leur contexte pour un " -"meilleur effet." +"Tous les nœuds sélectionnés seront groupés et leurs attributs de style communs seront remplacés par une nouvelle classe de styles. Veuillez " +"utiliser un nom décrivant au mieux le type d'objets et leur contexte pour un meilleur effet." #: ../share/extensions/merge_styles.inx.h:3 msgid "New Class Name:" @@ -36727,12 +33158,10 @@ msgstr "Échantillons :" #: ../share/extensions/param_curves.inx.h:14 msgid "" -"Select a rectangle before calling the extension, it will determine X and Y " -"scales.\n" +"Select a rectangle before calling the extension, it will determine X and Y scales.\n" "First derivatives are always determined numerically." msgstr "" -"Sélectionner un rectangle avant de lancer l'extension ; il déterminera les " -"échelles X et Y.\n" +"Sélectionner un rectangle avant de lancer l'extension ; il déterminera les échelles X et Y.\n" "Les dérivées premières sont toujours déterminées numériquement." #: ../share/extensions/param_curves.inx.h:26 @@ -36755,28 +33184,23 @@ msgstr "Copies du motif :" msgid "Deformation type:" msgstr "Type de déformation :" -#: ../share/extensions/pathalongpath.inx.h:5 -#: ../share/extensions/pathscatter.inx.h:5 +#: ../share/extensions/pathalongpath.inx.h:5 ../share/extensions/pathscatter.inx.h:5 msgid "Space between copies:" msgstr "Espacement entre les copies :" -#: ../share/extensions/pathalongpath.inx.h:6 -#: ../share/extensions/pathscatter.inx.h:6 +#: ../share/extensions/pathalongpath.inx.h:6 ../share/extensions/pathscatter.inx.h:6 msgid "Normal offset:" msgstr "Décalage normal :" -#: ../share/extensions/pathalongpath.inx.h:7 -#: ../share/extensions/pathscatter.inx.h:7 +#: ../share/extensions/pathalongpath.inx.h:7 ../share/extensions/pathscatter.inx.h:7 msgid "Tangential offset:" msgstr "Décalage tangentiel :" -#: ../share/extensions/pathalongpath.inx.h:8 -#: ../share/extensions/pathscatter.inx.h:8 +#: ../share/extensions/pathalongpath.inx.h:8 ../share/extensions/pathscatter.inx.h:8 msgid "Pattern is vertical" msgstr "Motif vertical" -#: ../share/extensions/pathalongpath.inx.h:9 -#: ../share/extensions/pathscatter.inx.h:10 +#: ../share/extensions/pathalongpath.inx.h:9 ../share/extensions/pathscatter.inx.h:10 msgid "Duplicate the pattern before deformation" msgstr "Dupliquer le motif avant déformation" @@ -36790,13 +33214,11 @@ msgstr "Ruban" #: ../share/extensions/pathalongpath.inx.h:17 msgid "" -"This effect scatters or bends a pattern along arbitrary \"skeleton\" paths. " -"The pattern is the topmost object in the selection. Groups of paths, shapes " -"or clones are allowed." +"This effect scatters or bends a pattern along arbitrary \"skeleton\" paths. The pattern is the topmost object in the selection. Groups of " +"paths, shapes or clones are allowed." msgstr "" -"Cet effet disperse ou déforme un motif le long de chemins « squelettes » " -"arbitraires. Le motif doit être l'objet le plus haut dans la sélection. Les " -"groupes de chemins, formes et clones sont permis." +"Cet effet disperse ou déforme un motif le long de chemins « squelettes » arbitraires. Le motif doit être l'objet le plus haut dans la " +"sélection. Les groupes de chemins, formes et clones sont permis." #: ../share/extensions/pathscatter.inx.h:3 msgid "Follow path orientation" @@ -36840,13 +33262,11 @@ msgstr "Séquentiellement" #: ../share/extensions/pathscatter.inx.h:19 msgid "" -"This effect scatters a pattern along arbitrary \"skeleton\" paths. The " -"pattern must be the topmost object in the selection. Groups of paths, " +"This effect scatters a pattern along arbitrary \"skeleton\" paths. The pattern must be the topmost object in the selection. Groups of paths, " "shapes, clones are allowed." msgstr "" -"Cet effet disperse un motif le long de chemins « squelettes » arbitraires. " -"Le motif doit être l'objet le plus haut dans la sélection. Les groupes de " -"chemins, formes et clones sont permis." +"Cet effet disperse un motif le long de chemins « squelettes » arbitraires. Le motif doit être l'objet le plus haut dans la sélection. Les " +"groupes de chemins, formes et clones sont permis." #: ../share/extensions/perfectboundcover.inx.h:1 msgid "Perfect-Bound Cover Template" @@ -36919,30 +33339,23 @@ msgstr "Fond perdu (pouces) :" #: ../share/extensions/perfectboundcover.inx.h:18 msgid "Note: Bond Weight # calculations are a best-guess estimate." -msgstr "" -"Note : le calcul du poids de « bond » est la meilleure estimation possible" +msgstr "Note : le calcul du poids de « bond » est la meilleure estimation possible" #: ../share/extensions/pixelsnap.inx.h:1 msgid "PixelSnap" msgstr "Aligner au pixel" #: ../share/extensions/pixelsnap.inx.h:2 -msgid "" -"Snap all paths in selection to pixels. Snaps borders to half-points and " -"fills to full points." -msgstr "" -"Aligne les chemins de la sélection sur les pixels. Les bordures sont " -"alignées sur des demi-points, et les remplissages sur des points." +msgid "Snap all paths in selection to pixels. Snaps borders to half-points and fills to full points." +msgstr "Aligne les chemins de la sélection sur les pixels. Les bordures sont alignées sur des demi-points, et les remplissages sur des points." #: ../share/extensions/plotter.inx.h:1 msgid "Plot" msgstr "Traceur" #: ../share/extensions/plotter.inx.h:2 -msgid "" -"Please make sure that all objects you want to plot are converted to paths." -msgstr "" -"Veuillez vous assurer que tous les objets à tracer sont convertis en chemins." +msgid "Please make sure that all objects you want to plot are converted to paths." +msgstr "Veuillez vous assurer que tous les objets à tracer sont convertis en chemins." #: ../share/extensions/plotter.inx.h:3 msgid "Connection Settings " @@ -36953,12 +33366,8 @@ msgid "Serial port:" msgstr "Port série :" #: ../share/extensions/plotter.inx.h:5 -msgid "" -"The port of your serial connection, on Windows something like 'COM1', on " -"Linux something like: '/dev/ttyUSB0' (Default: COM1)" -msgstr "" -"Le port de votre connexion série ; avec Windows, quelque-chose comme " -"« COM1 » ; avec Linux, comme « /dev/ttyUSB0 » (par défaut : COM1)" +msgid "The port of your serial connection, on Windows something like 'COM1', on Linux something like: '/dev/ttyUSB0' (Default: COM1)" +msgstr "Le port de votre connexion série ; avec Windows, quelque-chose comme « COM1 » ; avec Linux, comme « /dev/ttyUSB0 » (par défaut : COM1)" #: ../share/extensions/plotter.inx.h:6 msgid "Serial baud rate:" @@ -36974,12 +33383,8 @@ msgstr "Taille d'octets série :" #: ../share/extensions/plotter.inx.h:10 #, no-c-format -msgid "" -"The Byte size of your serial connection, 99% of all plotters use the default " -"setting (Default: 8 Bits)" -msgstr "" -"La taille d'octet de votre connexion série. 99 % des traceurs utilisent le " -"paramètre par défaut (8 bits)" +msgid "The Byte size of your serial connection, 99% of all plotters use the default setting (Default: 8 Bits)" +msgstr "La taille d'octet de votre connexion série. 99 % des traceurs utilisent le paramètre par défaut (8 bits)" #: ../share/extensions/plotter.inx.h:11 msgid "Serial stop bits:" @@ -36987,12 +33392,8 @@ msgstr "Bits de stop série :" #: ../share/extensions/plotter.inx.h:13 #, no-c-format -msgid "" -"The Stop bits of your serial connection, 99% of all plotters use the default " -"setting (Default: 1 Bit)" -msgstr "" -"Les bits d'arrêt de votre connexion série. 99 % des traceurs utilisent le " -"paramètre par défaut (1 bit)" +msgid "The Stop bits of your serial connection, 99% of all plotters use the default setting (Default: 1 Bit)" +msgstr "Les bits d'arrêt de votre connexion série. 99 % des traceurs utilisent le paramètre par défaut (1 bit)" #: ../share/extensions/plotter.inx.h:14 msgid "Serial parity:" @@ -37000,23 +33401,16 @@ msgstr "Parité série :" #: ../share/extensions/plotter.inx.h:16 #, no-c-format -msgid "" -"The Parity of your serial connection, 99% of all plotters use the default " -"setting (Default: None)" -msgstr "" -"La parité de votre connexion série. 99 % des traceurs utilisent le paramètre " -"par défaut (aucune)" +msgid "The Parity of your serial connection, 99% of all plotters use the default setting (Default: None)" +msgstr "La parité de votre connexion série. 99 % des traceurs utilisent le paramètre par défaut (aucune)" #: ../share/extensions/plotter.inx.h:17 msgid "Serial flow control:" msgstr "Contrôle du flux série :" #: ../share/extensions/plotter.inx.h:18 -msgid "" -"The Software / Hardware flow control of your serial connection (Default: " -"Software)" -msgstr "" -"Le type de contrôle de flux de votre connexion série (par défaut : logiciel)" +msgid "The Software / Hardware flow control of your serial connection (Default: Software)" +msgstr "Le type de contrôle de flux de votre connexion série (par défaut : logiciel)" #: ../share/extensions/plotter.inx.h:19 msgid "Command language:" @@ -37051,21 +33445,15 @@ msgid "KNK Plotter (HPGL variant)" msgstr "Traceur KNK (une variante d'HPGL)" #: ../share/extensions/plotter.inx.h:28 -msgid "" -"Using wrong settings can under certain circumstances cause Inkscape to " -"freeze. Always save your work before plotting!" +msgid "Using wrong settings can under certain circumstances cause Inkscape to freeze. Always save your work before plotting!" msgstr "" -"L'utilisation de mauvais paramètres peut dans certaines circonstances causer " -"des plantages de l'application. Sauvegardez toujours votre travail avant " -"d'utiliser cette extension !" +"L'utilisation de mauvais paramètres peut dans certaines circonstances causer des plantages de l'application. Sauvegardez toujours votre " +"travail avant d'utiliser cette extension !" #: ../share/extensions/plotter.inx.h:29 -msgid "" -"This can be a physical serial connection or a USB-to-Serial bridge. Ask your " -"plotter manufacturer for drivers if needed." +msgid "This can be a physical serial connection or a USB-to-Serial bridge. Ask your plotter manufacturer for drivers if needed." msgstr "" -"La connexion peut s'effectuer par l'intermédiaire d'un port série ou d'un " -"pont USB-série. Si besoin, demandez les pilotes de périphérique au " +"La connexion peut s'effectuer par l'intermédiaire d'un port série ou d'un pont USB-série. Si besoin, demandez les pilotes de périphérique au " "fabriquant de votre traceur." #: ../share/extensions/plotter.inx.h:30 @@ -37074,13 +33462,11 @@ msgstr "Les connexions sur port parallèle (LPT) ne sont pas supportées." #: ../share/extensions/plotter.inx.h:41 msgid "" -"The speed the pen will move with in centimeters or millimeters per second " -"(depending on your plotter model), set to 0 to omit command. Most plotters " -"ignore this command. (Default: 0)" +"The speed the pen will move with in centimeters or millimeters per second (depending on your plotter model), set to 0 to omit command. Most " +"plotters ignore this command. (Default: 0)" msgstr "" -"La vitesse du stylo est exprimée en cm/s ou en mm/s en fonction du modèle de " -"traceur. La plupart des traceurs ignorent cette commande (Défaut à 0 pour " -"ignorer la commande)." +"La vitesse du stylo est exprimée en cm/s ou en mm/s en fonction du modèle de traceur. La plupart des traceurs ignorent cette commande (Défaut " +"à 0 pour ignorer la commande)." #: ../share/extensions/plotter.inx.h:42 msgid "Rotation (°, clockwise):" @@ -37092,16 +33478,14 @@ msgstr "Afficher les informations de débogage" #: ../share/extensions/plotter.inx.h:63 msgid "" -"Check this to get verbose information about the plot without actually " -"sending something to the plotter (A.k.a. data dump) (Default: Unchecked)" +"Check this to get verbose information about the plot without actually sending something to the plotter (A.k.a. data dump) (Default: Unchecked)" msgstr "" #: ../share/extensions/plt_input.inx.h:1 msgid "AutoCAD Plot Input" msgstr "Entrée AutoCAD Plot" -#: ../share/extensions/plt_input.inx.h:2 -#: ../share/extensions/plt_output.inx.h:2 +#: ../share/extensions/plt_input.inx.h:2 ../share/extensions/plt_output.inx.h:2 msgid "HP Graphics Language Plot file [AutoCAD] (*.plt)" msgstr "Fichier HP Graphics Language pour table traçante (*.plt)" @@ -37221,9 +33605,7 @@ msgstr "Défini par les bords" msgid "Rotate around:" msgstr "Tourner autour de :" -#: ../share/extensions/polyhedron_3d.inx.h:28 -#: ../share/extensions/spirograph.inx.h:8 -#: ../share/extensions/wireframe_sphere.inx.h:5 +#: ../share/extensions/polyhedron_3d.inx.h:28 ../share/extensions/spirograph.inx.h:8 ../share/extensions/wireframe_sphere.inx.h:5 msgid "Rotation (deg):" msgstr "Rotation (deg) :" @@ -37398,12 +33780,8 @@ msgid "Use normal distribution" msgstr "Utiliser une distribution normale" #: ../share/extensions/radiusrand.inx.h:9 -msgid "" -"This effect randomly shifts the nodes (and optionally node handles) of the " -"selected path." -msgstr "" -"Cet effet décale les nœuds du chemin sélectionné. Il peut aussi agir sur les " -"poignées." +msgid "This effect randomly shifts the nodes (and optionally node handles) of the selected path." +msgstr "Cet effet décale les nœuds du chemin sélectionné. Il peut aussi agir sur les poignées." #: ../share/extensions/render_alphabetsoup.inx.h:1 msgid "Alphabet Soup" @@ -37425,8 +33803,7 @@ msgstr "Données du code-barres :" msgid "Bar Height:" msgstr "Hauteur des barres :" -#: ../share/extensions/render_barcode.inx.h:6 -#: ../share/extensions/render_barcode_datamatrix.inx.h:6 +#: ../share/extensions/render_barcode.inx.h:6 ../share/extensions/render_barcode_datamatrix.inx.h:6 #: ../share/extensions/render_barcode_qrcode.inx.h:19 msgid "Barcode" msgstr "Code-barres" @@ -37435,8 +33812,7 @@ msgstr "Code-barres" msgid "Datamatrix" msgstr "Datamatrix" -#: ../share/extensions/render_barcode_datamatrix.inx.h:3 -#: ../share/extensions/render_barcode_qrcode.inx.h:4 +#: ../share/extensions/render_barcode_datamatrix.inx.h:3 ../share/extensions/render_barcode_qrcode.inx.h:4 msgid "Size, in unit squares:" msgstr "Taille, en nombre de carrés :" @@ -37450,17 +33826,11 @@ msgstr "QR Code" #: ../share/extensions/render_barcode_qrcode.inx.h:2 msgid "See http://www.denso-wave.com/qrcode/index-e.html for details" -msgstr "" -"Voir http://www.denso-wave.com/qrcode/index-e.html pour de plus amples " -"détails" +msgstr "Voir http://www.denso-wave.com/qrcode/index-e.html pour de plus amples détails" #: ../share/extensions/render_barcode_qrcode.inx.h:6 -msgid "" -"With \"Auto\", the size of the barcode depends on the length of the text and " -"the error correction level" -msgstr "" -"Avec \"Auto\", la taille du code-barres dépend de la longueur du texte et du " -"niveau de correction d'erreur" +msgid "With \"Auto\", the size of the barcode depends on the length of the text and the error correction level" +msgstr "Avec \"Auto\", la taille du code-barres dépend de la longueur du texte et du niveau de correction d'erreur" #: ../share/extensions/render_barcode_qrcode.inx.h:7 msgid "Error correction level:" @@ -37506,8 +33876,7 @@ msgstr "Espacement des dents :" msgid "Contact Angle:" msgstr "Angle de contact :" -#: ../share/extensions/render_gear_rack.inx.h:6 -#: ../share/extensions/render_gears.inx.h:1 +#: ../share/extensions/render_gear_rack.inx.h:6 ../share/extensions/render_gears.inx.h:1 msgid "Gear" msgstr "Engrenage" @@ -37556,11 +33925,8 @@ msgid "List all fonts" msgstr "Lister toutes les polices" #: ../share/extensions/replace_font.inx.h:7 -msgid "" -"Choose this tab if you would like to see a list of the fonts used/found." -msgstr "" -"Choisissez cet onglet pour lister les polices utilisées ou trouvées dans le " -"document." +msgid "Choose this tab if you would like to see a list of the fonts used/found." +msgstr "Choisissez cet onglet pour lister les polices utilisées ou trouvées dans le document." #: ../share/extensions/replace_font.inx.h:8 msgid "Work on:" @@ -37626,38 +33992,29 @@ msgstr "Radial vers l'intérieur" msgid "Object Reference Point" msgstr "Point de référence de l'objet" -#: ../share/extensions/restack.inx.h:17 -#: ../share/extensions/text_extract.inx.h:9 -#: ../share/extensions/text_merge.inx.h:9 +#: ../share/extensions/restack.inx.h:17 ../share/extensions/text_extract.inx.h:9 ../share/extensions/text_merge.inx.h:9 msgid "Middle" msgstr "Milieu" -#: ../share/extensions/restack.inx.h:19 -#: ../share/extensions/text_extract.inx.h:12 -#: ../share/extensions/text_merge.inx.h:12 +#: ../share/extensions/restack.inx.h:19 ../share/extensions/text_extract.inx.h:12 ../share/extensions/text_merge.inx.h:12 msgid "Top" msgstr "Haut" -#: ../share/extensions/restack.inx.h:20 -#: ../share/extensions/text_extract.inx.h:13 -#: ../share/extensions/text_merge.inx.h:13 +#: ../share/extensions/restack.inx.h:20 ../share/extensions/text_extract.inx.h:13 ../share/extensions/text_merge.inx.h:13 msgid "Bottom" msgstr "Bas" #: ../share/extensions/restack.inx.h:21 -#, fuzzy msgid "Based on Z-Order" -msgstr "Contour surélevé" +msgstr "Basé sur l'ordre z" #: ../share/extensions/restack.inx.h:22 -#, fuzzy msgid "Restack Mode" -msgstr "Ré-empiler" +msgstr "Mode ré-empilage" #: ../share/extensions/restack.inx.h:23 -#, fuzzy msgid "Reverse Z-Order" -msgstr "Inverser le dégradé" +msgstr "Ordre z inversé" #: ../share/extensions/restack.inx.h:24 msgid "Shuffle Z-Order" @@ -37665,10 +34022,8 @@ msgstr "" #: ../share/extensions/restack.inx.h:26 msgid "" -"This extension changes the z-order of objects based on their position on the " -"canvas or their current z-order. Selection: The extension restacks either " -"objects inside a single selected group, or a selection of multiple objects " -"on the current drawing level (layer or group)." +"This extension changes the z-order of objects based on their position on the canvas or their current z-order. Selection: The extension " +"restacks either objects inside a single selected group, or a selection of multiple objects on the current drawing level (layer or group)." msgstr "" #: ../share/extensions/restack.inx.h:27 @@ -37688,9 +34043,8 @@ msgid "Minimum size:" msgstr "Taille minimum :" #: ../share/extensions/rtree.inx.h:4 -#, fuzzy msgid "Omit redundant segments" -msgstr "Rendre les segments droits" +msgstr "Éliminer les segments superflus" #: ../share/extensions/rtree.inx.h:5 msgid "Lift pen for backward steps" @@ -37793,8 +34147,7 @@ msgstr "Raccourcir les identifiants" #: ../share/extensions/scour.inx.h:22 msgid "Preserve manually created ID names not ending with digits" -msgstr "" -"Préserver les identifiants manuels qui ne se terminent pas par un chiffre" +msgstr "Préserver les identifiants manuels qui ne se terminent pas par un chiffre" #: ../share/extensions/scour.inx.h:23 msgid "Preserve these ID names, comma-separated:" @@ -37813,65 +34166,43 @@ msgstr "Aide (options)" msgid "" "This extension optimizes the SVG file according to the following options:\n" " * Shorten color names: convert all colors to #RRGGBB or #RGB format.\n" -" * Convert CSS attributes to XML attributes: convert styles from style " -"tags and inline style=\"\" declarations into XML attributes.\n" -" * Group collapsing: removes useless g elements, promoting their contents " -"up one level. Requires \"Remove unused ID names for elements\" to be set.\n" -" * Create groups for similar attributes: create g elements for runs of " -"elements having at least one attribute in common (e.g. fill color, stroke " -"opacity, ...).\n" +" * Convert CSS attributes to XML attributes: convert styles from style tags and inline style=\"\" declarations into XML attributes.\n" +" * Group collapsing: removes useless g elements, promoting their contents up one level. Requires \"Remove unused ID names for elements\" to " +"be set.\n" +" * Create groups for similar attributes: create g elements for runs of elements having at least one attribute in common (e.g. fill color, " +"stroke opacity, ...).\n" " * Embed rasters: embed raster images as base64-encoded data URLs.\n" -" * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator " -"elements and attributes.\n" -" * Remove metadata: remove metadata tags along with all the information " -"in them, which may include license metadata, alternate versions for non-SVG-" -"enabled browsers, etc.\n" +" * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes.\n" +" * Remove metadata: remove metadata tags along with all the information in them, which may include license metadata, alternate versions for " +"non-SVG-enabled browsers, etc.\n" " * Remove comments: remove comment tags.\n" -" * Work around renderer bugs: emits slightly larger SVG data, but works " -"around a bug in librsvg's renderer, which is used in Eye of GNOME and other " -"various applications.\n" +" * Work around renderer bugs: emits slightly larger SVG data, but works around a bug in librsvg's renderer, which is used in Eye of GNOME " +"and other various applications.\n" " * Enable viewboxing: size image to 100%/100% and introduce a viewBox.\n" -" * Number of significant digits for coords: all coordinates are output " -"with that number of significant digits. For example, if 3 is specified, the " -"coordinate 3.5153 is output as 3.51 and the coordinate 471.55 is output as " -"472.\n" -" * XML indentation (pretty-printing): either None for no indentation, " -"Space to use one space per nesting level, or Tab to use one tab per nesting " -"level." +" * Number of significant digits for coords: all coordinates are output with that number of significant digits. For example, if 3 is " +"specified, the coordinate 3.5153 is output as 3.51 and the coordinate 471.55 is output as 472.\n" +" * XML indentation (pretty-printing): either None for no indentation, Space to use one space per nesting level, or Tab to use one tab per " +"nesting level." msgstr "" "Cette extension optimise le fichier SVG en fonction des options suivantes :\n" -" * Raccourcir les valeurs de couleur : convertit toutes les couleurs au " -"format #RRGGBB ou #RGB.\n" -" * Convertir les attributs CSS en attributs XML : convertit les styles " -"défini à partir de l'étiquette style et des déclarations en ligne style=\"\" " -"en attributs XML.\n" -" * Réduire les groupes : supprime des éléments g inutiles, tout en " -"remontant leur contenu d'un niveau. L'option \"Supprimer les identifiants " -"d'éléments inutilisés\" doit également être activée.\n" -" * Créer des groupes pour les attributs similaires : crée des éléments g " -"pour les séries d'éléments ayant au moins un attribut en commun (couleur de " -"remplissage ou opacité du contour par exemple).\n" -" * Incorporer les images : incorpore les images matricielles sous la " -"forme de données encodées en base 64.\n" -" * Conserver les données d'édition : ne supprime pas les éléments et " -"attributs issus d'Inkscape, Sodipodi ou Adobe Illustrator.\n" -" * Supprimer les métadonnées : supprime les éléments de type metadata " -"ainsi que toutes les informations qu'ils contiennent, ce qui peut inclure " -"les métadonnées de licence, les versions alternatives pour les navigateurs " -"ne supportant pas SVG, etc.\n" -" * Supprimer les commentaires : supprime les éléments de type " -"commentaire.\n" -" * Contourner les défauts de rendu : génère des données SVG légèrement " -"plus volumineuses, mais contourne un défaut du moteur de rendu libsvg, qui " -"est utilisé par Eye of Gnome et diverses autres applications.\n" -" * Activer une viewBox : dimensionne l'image à 100 % et ajoute une " -"viewBox.\n" -" * Nombre de chiffres significatifs pour les coordonnées : toutes les " -"coordonnées sont générées avec une certain nombre de décimales " -"significatives. Si la valeur 3 est choisie, par exemple, la coordonnée " -"3.5153 sera réduite à 3.51 et la coordonnée 471.55 réduite à 472.\n" -" * Indentation du code XML (impression formatée) : type d'indentation de " -"l'exportation : aucune, espace ou tabulation (espace par défaut)." +" * Raccourcir les valeurs de couleur : convertit toutes les couleurs au format #RRGGBB ou #RGB.\n" +" * Convertir les attributs CSS en attributs XML : convertit les styles défini à partir de l'étiquette style et des déclarations en ligne " +"style=\"\" en attributs XML.\n" +" * Réduire les groupes : supprime des éléments g inutiles, tout en remontant leur contenu d'un niveau. L'option \"Supprimer les " +"identifiants d'éléments inutilisés\" doit également être activée.\n" +" * Créer des groupes pour les attributs similaires : crée des éléments g pour les séries d'éléments ayant au moins un attribut en commun " +"(couleur de remplissage ou opacité du contour par exemple).\n" +" * Incorporer les images : incorpore les images matricielles sous la forme de données encodées en base 64.\n" +" * Conserver les données d'édition : ne supprime pas les éléments et attributs issus d'Inkscape, Sodipodi ou Adobe Illustrator.\n" +" * Supprimer les métadonnées : supprime les éléments de type metadata ainsi que toutes les informations qu'ils contiennent, ce qui peut " +"inclure les métadonnées de licence, les versions alternatives pour les navigateurs ne supportant pas SVG, etc.\n" +" * Supprimer les commentaires : supprime les éléments de type commentaire.\n" +" * Contourner les défauts de rendu : génère des données SVG légèrement plus volumineuses, mais contourne un défaut du moteur de rendu " +"libsvg, qui est utilisé par Eye of Gnome et diverses autres applications.\n" +" * Activer une viewBox : dimensionne l'image à 100 % et ajoute une viewBox.\n" +" * Nombre de chiffres significatifs pour les coordonnées : toutes les coordonnées sont générées avec une certain nombre de décimales " +"significatives. Si la valeur 3 est choisie, par exemple, la coordonnée 3.5153 sera réduite à 3.51 et la coordonnée 471.55 réduite à 472.\n" +" * Indentation du code XML (impression formatée) : type d'indentation de l'exportation : aucune, espace ou tabulation (espace par défaut)." #: ../share/extensions/scour.inx.h:40 msgid "Help (Ids)" @@ -37880,38 +34211,26 @@ msgstr "Aide (identifiants)" #: ../share/extensions/scour.inx.h:41 msgid "" "Ids specific options:\n" -" * Remove unused ID names for elements: remove all unreferenced ID " -"attributes.\n" -" * Shorten IDs: reduce the length of all ID attributes, assigning the " -"shortest to the most-referenced elements. For instance, #linearGradient5621, " -"referenced 100 times, can become #a.\n" -" * Preserve manually created ID names not ending with digits: usually, " -"optimised SVG output removes these, but if they're needed for referencing (e." -"g. #middledot), you may use this option.\n" -" * Preserve these ID names, comma-separated: you can use this in " -"conjunction with the other preserve options if you wish to preserve some " +" * Remove unused ID names for elements: remove all unreferenced ID attributes.\n" +" * Shorten IDs: reduce the length of all ID attributes, assigning the shortest to the most-referenced elements. For instance, " +"#linearGradient5621, referenced 100 times, can become #a.\n" +" * Preserve manually created ID names not ending with digits: usually, optimised SVG output removes these, but if they're needed for " +"referencing (e.g. #middledot), you may use this option.\n" +" * Preserve these ID names, comma-separated: you can use this in conjunction with the other preserve options if you wish to preserve some " "more specific ID names.\n" -" * Preserve ID names starting with: usually, optimised SVG output removes " -"all unused ID names, but if all of your preserved ID names start with the " -"same prefix (e.g. #flag-mx, #flag-pt), you may use this option." +" * Preserve ID names starting with: usually, optimised SVG output removes all unused ID names, but if all of your preserved ID names start " +"with the same prefix (e.g. #flag-mx, #flag-pt), you may use this option." msgstr "" "Options spécifiques aux identifiants :\n" -" * Supprimer les identifiants d'éléments inutilisés : supprimer tous les " -"attributs ID sans référence.\n" -" * Raccourcir les identifiants : réduit la longueur de tous les attributs " -"ID, en assignant les plus courts aux éléments les plus référencés. Par " -"exemple, un attribut #linearGradient5621 référencé 100 fois peut devenir " -"#a.\n" -" * Préserver les identifiants manuels qui ne se terminent pas par un " -"chiffre : normalement supprimés par l'extension, cochez cette option si ces " -"identifiants sont utilisés comme référence (par exemple #pointcentral).\n" -" * Préserver les identifiants suivants (séparés par des virgules) : vous " -"pouvez utiliser cette option en conjonction avec les autres options de " -"préservation si vous souhaitez conserver certain identifiants spécifiques.\n" -" * Préserver les identifiants débutant par : normalement, cette extension " -"supprime tous les identifiants inutilisés, mais si tous vos identifiants à " -"préserver commencent par le même préfixe, (#page-debut, #page-fin, par " -"exemple), vous pouvez utiliser cette option." +" * Supprimer les identifiants d'éléments inutilisés : supprimer tous les attributs ID sans référence.\n" +" * Raccourcir les identifiants : réduit la longueur de tous les attributs ID, en assignant les plus courts aux éléments les plus " +"référencés. Par exemple, un attribut #linearGradient5621 référencé 100 fois peut devenir #a.\n" +" * Préserver les identifiants manuels qui ne se terminent pas par un chiffre : normalement supprimés par l'extension, cochez cette option " +"si ces identifiants sont utilisés comme référence (par exemple #pointcentral).\n" +" * Préserver les identifiants suivants (séparés par des virgules) : vous pouvez utiliser cette option en conjonction avec les autres " +"options de préservation si vous souhaitez conserver certain identifiants spécifiques.\n" +" * Préserver les identifiants débutant par : normalement, cette extension supprime tous les identifiants inutilisés, mais si tous vos " +"identifiants à préserver commencent par le même préfixe, (#page-debut, #page-fin, par exemple), vous pouvez utiliser cette option." #: ../share/extensions/scour.inx.h:47 msgid "Optimized SVG (*.svg)" @@ -37926,14 +34245,12 @@ msgstr "Scalable Vector Graphics" msgid "Seamless Pattern" msgstr "Motifs Braille" -#: ../share/extensions/seamless_pattern.inx.h:2 -#: ../share/extensions/seamless_pattern_procedural.inx.h:2 +#: ../share/extensions/seamless_pattern.inx.h:2 ../share/extensions/seamless_pattern_procedural.inx.h:2 #, fuzzy msgid "Custom Width (px):" msgstr "Épaisseur du contour (px) :" -#: ../share/extensions/seamless_pattern.inx.h:3 -#: ../share/extensions/seamless_pattern_procedural.inx.h:3 +#: ../share/extensions/seamless_pattern.inx.h:3 ../share/extensions/seamless_pattern_procedural.inx.h:3 #, fuzzy msgid "Custom Height (px):" msgstr "Droite (px) :" @@ -37974,15 +34291,13 @@ msgstr "Jambage inférieur :" msgid "sK1 vector graphics files input" msgstr "Fichiers d'entrée graphiques vectoriels sK1" -#: ../share/extensions/sk1_input.inx.h:2 -#: ../share/extensions/sk1_output.inx.h:2 +#: ../share/extensions/sk1_input.inx.h:2 ../share/extensions/sk1_output.inx.h:2 msgid "sK1 vector graphics files (*.sk1)" msgstr "Fichiers graphiques vectoriels sK1 (.sk1)" #: ../share/extensions/sk1_input.inx.h:3 msgid "Open files saved in sK1 vector graphics editor" -msgstr "" -"Ouvrir des fichiers enregistrés avec l'éditeur de graphismes vectoriels sK1" +msgstr "Ouvrir des fichiers enregistrés avec l'éditeur de graphismes vectoriels sK1" #: ../share/extensions/sk1_output.inx.h:1 msgid "sK1 vector graphics files output" @@ -38128,12 +34443,8 @@ msgid "Compressed Inkscape SVG with media (*.zip)" msgstr "SVG Inkscape compressé avec média (*.zip)" #: ../share/extensions/svg_and_media_zip_output.inx.h:5 -msgid "" -"Inkscape's native file format compressed with Zip and including all media " -"files" -msgstr "" -"Format de fichier natif d'Inkscape compressé avec Zip et incluant d'autres " -"fichiers de média" +msgid "Inkscape's native file format compressed with Zip and including all media files" +msgstr "Format de fichier natif d'Inkscape compressé avec Zip et incluant d'autres fichiers de média" #: ../share/extensions/svgcalendar.inx.h:1 msgid "Calendar" @@ -38197,8 +34508,7 @@ msgstr "Marge des mois :" #: ../share/extensions/svgcalendar.inx.h:18 msgid "The options below have no influence when the above is checked." -msgstr "" -"Les options suivantes ne s'appliquent pas si la case précédente est cochée." +msgstr "Les options suivantes ne s'appliquent pas si la case précédente est cochée." #: ../share/extensions/svgcalendar.inx.h:20 msgid "Year color:" @@ -38253,12 +34563,8 @@ msgid "You may change the names for other languages:" msgstr "Ajuster les noms en fonction de votre langue :" #: ../share/extensions/svgcalendar.inx.h:33 -msgid "" -"January February March April May June July August September October November " -"December" -msgstr "" -"Janvier Février Mars Avril Mai Juin Juillet Août Septembre Octobre Novembre " -"Décembre" +msgid "January February March April May June July August September October November December" +msgstr "Janvier Février Mars Avril Mai Juin Juillet Août Septembre Octobre Novembre Décembre" #: ../share/extensions/svgcalendar.inx.h:34 msgid "Sun Mon Tue Wed Thu Fri Sat" @@ -38273,12 +34579,9 @@ msgid "Wk" msgstr "S" #: ../share/extensions/svgcalendar.inx.h:37 -msgid "" -"Select your system encoding. More information at http://docs.python.org/" -"library/codecs.html#standard-encodings." +msgid "Select your system encoding. More information at http://docs.python.org/library/codecs.html#standard-encodings." msgstr "" -"Sélectionnez votre encodage système. De plus amples informations à l'adresse " -"http://docs.python.org/library/codecs.html#standard-encodings." +"Sélectionnez votre encodage système. De plus amples informations à l'adresse http://docs.python.org/library/codecs.html#standard-encodings." #: ../share/extensions/svgfont2layers.inx.h:1 msgid "Convert SVG Font to Glyph Layers" @@ -38309,12 +34612,8 @@ msgid "Layers as Separate SVG (*.tar)" msgstr "Calques en SVG séparés (*.tar)" #: ../share/extensions/tar_layers.inx.h:3 -msgid "" -"Each layer split into it's own svg file and collected as a tape archive (tar " -"file)" -msgstr "" -"Chaque calque est enregistrée dans son propre fichier SVG, le tout regroupé " -"dans un fichier archive au format tar." +msgid "Each layer split into it's own svg file and collected as a tape archive (tar file)" +msgstr "Chaque calque est enregistrée dans son propre fichier SVG, le tout regroupé dans un fichier archive au format tar." #: ../share/extensions/text_braille.inx.h:1 msgid "Convert to Braille" @@ -38324,38 +34623,31 @@ msgstr "Convertir en Braille" msgid "Extract" msgstr "Extraire" -#: ../share/extensions/text_extract.inx.h:2 -#: ../share/extensions/text_merge.inx.h:2 +#: ../share/extensions/text_extract.inx.h:2 ../share/extensions/text_merge.inx.h:2 msgid "Text direction:" msgstr "Direction du texte :" -#: ../share/extensions/text_extract.inx.h:3 -#: ../share/extensions/text_merge.inx.h:3 +#: ../share/extensions/text_extract.inx.h:3 ../share/extensions/text_merge.inx.h:3 msgid "Left to right" msgstr "De gauche à droite" -#: ../share/extensions/text_extract.inx.h:4 -#: ../share/extensions/text_merge.inx.h:4 +#: ../share/extensions/text_extract.inx.h:4 ../share/extensions/text_merge.inx.h:4 msgid "Bottom to top" msgstr "De bas en haut" -#: ../share/extensions/text_extract.inx.h:5 -#: ../share/extensions/text_merge.inx.h:5 +#: ../share/extensions/text_extract.inx.h:5 ../share/extensions/text_merge.inx.h:5 msgid "Right to left" msgstr "De droite à gauche" -#: ../share/extensions/text_extract.inx.h:6 -#: ../share/extensions/text_merge.inx.h:6 +#: ../share/extensions/text_extract.inx.h:6 ../share/extensions/text_merge.inx.h:6 msgid "Top to bottom" msgstr "De haut en bas" -#: ../share/extensions/text_extract.inx.h:7 -#: ../share/extensions/text_merge.inx.h:7 +#: ../share/extensions/text_extract.inx.h:7 ../share/extensions/text_merge.inx.h:7 msgid "Horizontal point:" msgstr "Point horizontal :" -#: ../share/extensions/text_extract.inx.h:11 -#: ../share/extensions/text_merge.inx.h:11 +#: ../share/extensions/text_extract.inx.h:11 ../share/extensions/text_merge.inx.h:11 msgid "Vertical point:" msgstr "Point vertical :" @@ -38363,12 +34655,8 @@ msgstr "Point vertical :" msgid "fLIP cASE" msgstr "iNVERSER lA cASSE" -#: ../share/extensions/text_flipcase.inx.h:3 -#: ../share/extensions/text_lowercase.inx.h:3 -#: ../share/extensions/text_randomcase.inx.h:3 -#: ../share/extensions/text_sentencecase.inx.h:3 -#: ../share/extensions/text_titlecase.inx.h:3 -#: ../share/extensions/text_uppercase.inx.h:3 +#: ../share/extensions/text_flipcase.inx.h:3 ../share/extensions/text_lowercase.inx.h:3 ../share/extensions/text_randomcase.inx.h:3 +#: ../share/extensions/text_sentencecase.inx.h:3 ../share/extensions/text_titlecase.inx.h:3 ../share/extensions/text_uppercase.inx.h:3 msgid "Change Case" msgstr "Modifier la casse" @@ -38478,12 +34766,9 @@ msgid "Automatic from selected objects" msgstr "Automatique à partir des objets sélectionnés" #: ../share/extensions/voronoi2svg.inx.h:12 -msgid "" -"Select a set of objects. Their centroids will be used as the sites of the " -"Voronoi diagram. Text objects are not handled." +msgid "Select a set of objects. Their centroids will be used as the sites of the Voronoi diagram. Text objects are not handled." msgstr "" -"Sélectionnez un ensemble d'objets. Leurs barycentres seront utilisés comme " -"sites du diagramme de Voronoï. Les objets de type texte ne sont pas " +"Sélectionnez un ensemble d'objets. Leurs barycentres seront utilisés comme sites du diagramme de Voronoï. Les objets de type texte ne sont pas " "supportés." #: ../share/extensions/web-set-att.inx.h:1 @@ -38502,8 +34787,7 @@ msgstr "Appliquer la définition :" msgid "Value to set:" msgstr "Valeur à définir :" -#: ../share/extensions/web-set-att.inx.h:6 -#: ../share/extensions/web-transmit-att.inx.h:5 +#: ../share/extensions/web-set-att.inx.h:6 ../share/extensions/web-transmit-att.inx.h:5 msgid "Compatibility with previews code to this event:" msgstr "Compatibilité avec le code de prévisualisation pour cet événement :" @@ -38511,76 +34795,61 @@ msgstr "Compatibilité avec le code de prévisualisation pour cet événement : msgid "Source and destination of setting:" msgstr "Source et destination de la définition :" -#: ../share/extensions/web-set-att.inx.h:8 -#: ../share/extensions/web-transmit-att.inx.h:7 +#: ../share/extensions/web-set-att.inx.h:8 ../share/extensions/web-transmit-att.inx.h:7 msgid "on click" msgstr "on click" -#: ../share/extensions/web-set-att.inx.h:9 -#: ../share/extensions/web-transmit-att.inx.h:8 +#: ../share/extensions/web-set-att.inx.h:9 ../share/extensions/web-transmit-att.inx.h:8 msgid "on focus" msgstr "on focus" -#: ../share/extensions/web-set-att.inx.h:10 -#: ../share/extensions/web-transmit-att.inx.h:9 +#: ../share/extensions/web-set-att.inx.h:10 ../share/extensions/web-transmit-att.inx.h:9 msgid "on blur" msgstr "on blur" -#: ../share/extensions/web-set-att.inx.h:11 -#: ../share/extensions/web-transmit-att.inx.h:10 +#: ../share/extensions/web-set-att.inx.h:11 ../share/extensions/web-transmit-att.inx.h:10 msgid "on activate" msgstr "on activate" -#: ../share/extensions/web-set-att.inx.h:12 -#: ../share/extensions/web-transmit-att.inx.h:11 +#: ../share/extensions/web-set-att.inx.h:12 ../share/extensions/web-transmit-att.inx.h:11 msgid "on mouse down" msgstr "on mouse down" -#: ../share/extensions/web-set-att.inx.h:13 -#: ../share/extensions/web-transmit-att.inx.h:12 +#: ../share/extensions/web-set-att.inx.h:13 ../share/extensions/web-transmit-att.inx.h:12 msgid "on mouse up" msgstr "on mouse up" -#: ../share/extensions/web-set-att.inx.h:14 -#: ../share/extensions/web-transmit-att.inx.h:13 +#: ../share/extensions/web-set-att.inx.h:14 ../share/extensions/web-transmit-att.inx.h:13 msgid "on mouse over" msgstr "on mouse over" -#: ../share/extensions/web-set-att.inx.h:15 -#: ../share/extensions/web-transmit-att.inx.h:14 +#: ../share/extensions/web-set-att.inx.h:15 ../share/extensions/web-transmit-att.inx.h:14 msgid "on mouse move" msgstr "on mouse move" -#: ../share/extensions/web-set-att.inx.h:16 -#: ../share/extensions/web-transmit-att.inx.h:15 +#: ../share/extensions/web-set-att.inx.h:16 ../share/extensions/web-transmit-att.inx.h:15 msgid "on mouse out" msgstr "on mouse out" -#: ../share/extensions/web-set-att.inx.h:17 -#: ../share/extensions/web-transmit-att.inx.h:16 +#: ../share/extensions/web-set-att.inx.h:17 ../share/extensions/web-transmit-att.inx.h:16 msgid "on element loaded" msgstr "on element loaded" #: ../share/extensions/web-set-att.inx.h:18 msgid "The list of values must have the same size as the attributes list." -msgstr "" -"La liste des valeurs doit avoir la même taille que la liste des attributs." +msgstr "La liste des valeurs doit avoir la même taille que la liste des attributs." -#: ../share/extensions/web-set-att.inx.h:19 -#: ../share/extensions/web-transmit-att.inx.h:17 +#: ../share/extensions/web-set-att.inx.h:19 ../share/extensions/web-transmit-att.inx.h:17 msgid "Run it after" msgstr "Exécuter après" -#: ../share/extensions/web-set-att.inx.h:20 -#: ../share/extensions/web-transmit-att.inx.h:18 +#: ../share/extensions/web-set-att.inx.h:20 ../share/extensions/web-transmit-att.inx.h:18 msgid "Run it before" msgstr "Exécuter avant" -#: ../share/extensions/web-set-att.inx.h:22 -#: ../share/extensions/web-transmit-att.inx.h:20 +#: ../share/extensions/web-set-att.inx.h:22 ../share/extensions/web-transmit-att.inx.h:20 msgid "The next parameter is useful when you select more than two elements" -msgstr "" -"Le paramètre suivant est utile si plus de deux éléments sont sélectionnés" +msgstr "Le paramètre suivant est utile si plus de deux éléments sont sélectionnés" #: ../share/extensions/web-set-att.inx.h:23 msgid "All selected ones set an attribute in the last one" @@ -38590,36 +34859,20 @@ msgstr "Tous les sélectionnés définissent un attribut dans le dernier" msgid "The first selected sets an attribute in all others" msgstr "Le premier sélectionné définit un attribut pour tous les autres" -#: ../share/extensions/web-set-att.inx.h:26 -#: ../share/extensions/web-transmit-att.inx.h:24 -msgid "" -"This effect adds a feature visible (or usable) only on a SVG enabled web " -"browser (like Firefox)." -msgstr "" -"L'élément ajouté par cet effet sera visible (ou utilisable) seulement avec " -"un navigateur internet supportant SVG (comme Firefox)." +#: ../share/extensions/web-set-att.inx.h:26 ../share/extensions/web-transmit-att.inx.h:24 +msgid "This effect adds a feature visible (or usable) only on a SVG enabled web browser (like Firefox)." +msgstr "L'élément ajouté par cet effet sera visible (ou utilisable) seulement avec un navigateur internet supportant SVG (comme Firefox)." #: ../share/extensions/web-set-att.inx.h:27 -msgid "" -"This effect sets one or more attributes in the second selected element, when " -"a defined event occurs on the first selected element." -msgstr "" -"Cet effet définit un ou plusieurs attributs sur le deuxième élément " -"sélectionné lorsqu'un événement intervient sur le premier." +msgid "This effect sets one or more attributes in the second selected element, when a defined event occurs on the first selected element." +msgstr "Cet effet définit un ou plusieurs attributs sur le deuxième élément sélectionné lorsqu'un événement intervient sur le premier." #: ../share/extensions/web-set-att.inx.h:28 -msgid "" -"If you want to set more than one attribute, you must separate this with a " -"space, and only with a space." -msgstr "" -"Si vous souhaitez définir plusieurs attributs, vous devez les séparer avec " -"le caractère « espace »." +msgid "If you want to set more than one attribute, you must separate this with a space, and only with a space." +msgstr "Si vous souhaitez définir plusieurs attributs, vous devez les séparer avec le caractère « espace »." -#: ../share/extensions/web-set-att.inx.h:29 -#: ../share/extensions/web-transmit-att.inx.h:27 -#: ../share/extensions/webslicer_create_group.inx.h:13 -#: ../share/extensions/webslicer_create_rect.inx.h:41 -#: ../share/extensions/webslicer_export.inx.h:8 +#: ../share/extensions/web-set-att.inx.h:29 ../share/extensions/web-transmit-att.inx.h:27 ../share/extensions/webslicer_create_group.inx.h:13 +#: ../share/extensions/webslicer_create_rect.inx.h:41 ../share/extensions/webslicer_export.inx.h:8 msgid "Web" msgstr "Web" @@ -38648,32 +34901,22 @@ msgid "The first selected transmits to all others" msgstr "Le premier sélectionné transmet à tous les autres" #: ../share/extensions/web-transmit-att.inx.h:25 -msgid "" -"This effect transmits one or more attributes from the first selected element " -"to the second when an event occurs." -msgstr "" -"Cet effet transmet un ou plusieurs attributs du premier élément sélectionné " -"vers le deuxième lorsqu'un événement intervient." +msgid "This effect transmits one or more attributes from the first selected element to the second when an event occurs." +msgstr "Cet effet transmet un ou plusieurs attributs du premier élément sélectionné vers le deuxième lorsqu'un événement intervient." #: ../share/extensions/web-transmit-att.inx.h:26 -msgid "" -"If you want to transmit more than one attribute, you should separate this " -"with a space, and only with a space." -msgstr "" -"Si vous souhaitez transmettre plusieurs attributs, vous devez les séparer " -"avec le caractère « espace »." +msgid "If you want to transmit more than one attribute, you should separate this with a space, and only with a space." +msgstr "Si vous souhaitez transmettre plusieurs attributs, vous devez les séparer avec le caractère « espace »." #: ../share/extensions/webslicer_create_group.inx.h:1 msgid "Set a layout group" msgstr "Définir un groupe de composants" -#: ../share/extensions/webslicer_create_group.inx.h:3 -#: ../share/extensions/webslicer_create_rect.inx.h:18 +#: ../share/extensions/webslicer_create_group.inx.h:3 ../share/extensions/webslicer_create_rect.inx.h:18 msgid "HTML id attribute:" msgstr "Attribut d'Id HTML :" -#: ../share/extensions/webslicer_create_group.inx.h:4 -#: ../share/extensions/webslicer_create_rect.inx.h:19 +#: ../share/extensions/webslicer_create_group.inx.h:4 ../share/extensions/webslicer_create_rect.inx.h:19 msgid "HTML class attribute:" msgstr "Attribut de classe HTML :" @@ -38685,8 +34928,7 @@ msgstr "Unité de largeur :" msgid "Height unit:" msgstr "Unité de hauteur :" -#: ../share/extensions/webslicer_create_group.inx.h:7 -#: ../share/extensions/webslicer_create_rect.inx.h:9 +#: ../share/extensions/webslicer_create_group.inx.h:7 ../share/extensions/webslicer_create_rect.inx.h:9 msgid "Background color:" msgstr "Couleur de fond :" @@ -38704,11 +34946,9 @@ msgstr "Indéfini (relatif à une taille de contenu fixe)" #: ../share/extensions/webslicer_create_group.inx.h:12 msgid "" -"Layout Group is only about to help a better code generation (if you need " -"it). To use this, you must to select some \"Slicer rectangles\" first." +"Layout Group is only about to help a better code generation (if you need it). To use this, you must to select some \"Slicer rectangles\" first." msgstr "" -"Le but du groupe de composants est d'aider à générer un meilleur code (si " -"nécessaire). Pour l'utiliser, vous devez d'abord sélectionner des " +"Le but du groupe de composants est d'aider à générer un meilleur code (si nécessaire). Pour l'utiliser, vous devez d'abord sélectionner des " "« Rectangles de découpe »." #: ../share/extensions/webslicer_create_group.inx.h:14 @@ -38730,8 +34970,7 @@ msgstr "Imposer la dimension :" #. i18n. Description duplicated in a fake value attribute in order to make it translatable #: ../share/extensions/webslicer_create_rect.inx.h:7 msgid "Force Dimension must be set as <width>x<height>" -msgstr "" -"La dimension imposée doit être définie sous la forme « <largeur>x<hauteur> »" +msgstr "La dimension imposée doit être définie sous la forme « <largeur>x<hauteur> »" #: ../share/extensions/webslicer_create_rect.inx.h:8 msgid "If set, this will replace DPI." @@ -38746,13 +34985,9 @@ msgid "Quality:" msgstr "Qualité :" #: ../share/extensions/webslicer_create_rect.inx.h:12 -msgid "" -"0 is the lowest image quality and highest compression, and 100 is the best " -"quality but least effective compression" +msgid "0 is the lowest image quality and highest compression, and 100 is the best quality but least effective compression" msgstr "" -"0 correspond à la plus faible qualité d'image et à la plus forte " -"compression, 100 à la meilleure qualité mais à une compression moins " -"efficace." +"0 correspond à la plus faible qualité d'image et à la plus forte compression, 100 à la meilleure qualité mais à une compression moins efficace." #: ../share/extensions/webslicer_create_rect.inx.h:13 msgid "GIF specific options" @@ -38867,12 +35102,8 @@ msgid "With HTML and CSS" msgstr "Avec HTML et CSS" #: ../share/extensions/webslicer_export.inx.h:7 -msgid "" -"All sliced images, and optionally - code, will be generated as you had " -"configured and saved to one directory." -msgstr "" -"Les images découpées, et éventuellement le code, seront générés comme " -"configuré et enregistrés dans un dossier." +msgid "All sliced images, and optionally - code, will be generated as you had configured and saved to one directory." +msgstr "Les images découpées, et éventuellement le code, seront générés comme configuré et enregistrés dans un dossier." #: ../share/extensions/whirl.inx.h:1 msgid "Whirl" @@ -38906,13 +35137,11 @@ msgstr "Inclinaison (deg) :" msgid "Hide lines behind the sphere" msgstr "Cacher les lignes derrière la sphère" -#: ../share/extensions/wmf_input.inx.h:1 -#: ../share/extensions/wmf_output.inx.h:1 +#: ../share/extensions/wmf_input.inx.h:1 ../share/extensions/wmf_output.inx.h:1 msgid "Windows Metafile Input" msgstr "Entrée métafichier Windows (*.wmf)" -#: ../share/extensions/wmf_input.inx.h:3 -#: ../share/extensions/wmf_output.inx.h:3 +#: ../share/extensions/wmf_input.inx.h:3 ../share/extensions/wmf_output.inx.h:3 msgid "A popular graphics file format for clipart" msgstr "Un format graphique populaire pour les cliparts" @@ -38924,11 +35153,8 @@ msgstr "Entrée XAML" #~ msgid "None" #~ msgstr "Aucun" -#~ msgid "" -#~ "The <b>feTile</b> filter primitive tiles a region with its input graphic" -#~ msgstr "" -#~ "<b>feTile</b> pave une région avec la ressource graphique fournie en " -#~ "entrée." +#~ msgid "The <b>feTile</b> filter primitive tiles a region with its input graphic" +#~ msgstr "<b>feTile</b> pave une région avec la ressource graphique fournie en entrée." #~ msgid "Text Orientation: " #~ msgstr "Orientation du texte :" @@ -39017,12 +35243,10 @@ msgstr "Entrée XAML" #~ msgstr "http://wiki.inkscape.org/wiki/index.php/FrFAQ" #~ msgid "PS+LaTeX: Omit text in PS, and create LaTeX file" -#~ msgstr "" -#~ "PS+LaTeX : exclure le texte du fichier PS, et créer un fichier LaTeX" +#~ msgstr "PS+LaTeX : exclure le texte du fichier PS, et créer un fichier LaTeX" #~ msgid "EPS+LaTeX: Omit text in EPS, and create LaTeX file" -#~ msgstr "" -#~ "EPS+LaTeX : exclure le texte du fichier EPS, et créer un fichier LaTeX" +#~ msgstr "EPS+LaTeX : exclure le texte du fichier EPS, et créer un fichier LaTeX" #~ msgid "_Templates..." #~ msgstr "_Modèles..." @@ -39041,12 +35265,8 @@ msgstr "Entrée XAML" #~ msgid "(%s):" #~ msgstr "(%s) :" -#~ msgid "" -#~ "Always convert the text size units above into pixels (px) before saving " -#~ "to file" -#~ msgstr "" -#~ "Toujours convertir la taille du texte en pixels (px) avant d'enregistrer " -#~ "dans un fichier" +#~ msgid "Always convert the text size units above into pixels (px) before saving to file" +#~ msgstr "Toujours convertir la taille du texte en pixels (px) avant d'enregistrer dans un fichier" #~ msgid "A4 Landscape Page" #~ msgstr "Page A4 paysage" @@ -39303,13 +35523,11 @@ msgstr "Entrée XAML" #, fuzzy #~ msgid "" -#~ "Image looks too big. Process may take a while and it is wise to save your " -#~ "document before continue.\n" +#~ "Image looks too big. Process may take a while and it is wise to save your document before continue.\n" #~ "\n" #~ "Continue the procedure (without saving)?" #~ msgstr "" -#~ "L'image semble trop grosse. Le traitement risque de prendre assez " -#~ "longtemps et il serait préférable d'enregistrer votre document avant de " +#~ "L'image semble trop grosse. Le traitement risque de prendre assez longtemps et il serait préférable d'enregistrer votre document avant de " #~ "continuer.\n" #~ "\n" #~ "Continuer (sans enregistrer) ?" @@ -40290,35 +36508,24 @@ msgstr "Entrée XAML" #~ msgid "Type of document (DCMI Type)" #~ msgstr "Type du document (type DCMI)" -#~ msgid "" -#~ "Name of entity with rights to the Intellectual Property of this document" -#~ msgstr "" -#~ "Nom de l'entité possédant les droits de Propriété Intellectuelle sur ce " -#~ "document" +#~ msgid "Name of entity with rights to the Intellectual Property of this document" +#~ msgstr "Nom de l'entité possédant les droits de Propriété Intellectuelle sur ce document" #~ msgid "Unique URI to reference this document" #~ msgstr "URI unique pour référencer ce document" #~ msgid "Unique URI to reference the source of this document" -#~ msgstr "" -#~ "URI unique pour référencer la ressource dont le document actuel est dérivé" +#~ msgstr "URI unique pour référencer la ressource dont le document actuel est dérivé" #~ msgid "Unique URI to a related document" #~ msgstr "URI unique vers un document apparenté" -#~ msgid "" -#~ "Two-letter language tag with optional subtags for the language of this " -#~ "document (e.g. 'en-GB')" +#~ msgid "Two-letter language tag with optional subtags for the language of this document (e.g. 'en-GB')" #~ msgstr "" -#~ "Balise de deux lettres spécifiant la langue de ce document, avec une sous-" -#~ "balise optionnelle de spécification régionale (ex. « fr-FR » )" +#~ "Balise de deux lettres spécifiant la langue de ce document, avec une sous-balise optionnelle de spécification régionale (ex. « fr-FR » )" -#~ msgid "" -#~ "The topic of this document as comma-separated key words, phrases, or " -#~ "classifications" -#~ msgstr "" -#~ "Le sujet de ce document sous forme de mots clés, phrases ou éléments de " -#~ "classification, séparés par des virgules" +#~ msgid "The topic of this document as comma-separated key words, phrases, or classifications" +#~ msgstr "Le sujet de ce document sous forme de mots clés, phrases ou éléments de classification, séparés par des virgules" #~ msgid "Extent or scope of this document" #~ msgstr "Étendue ou portée de ce document" @@ -40419,9 +36626,7 @@ msgstr "Entrée XAML" #~ msgstr "Autoriser les coordonnées relatives" #~ msgid "If set, relative coordinates may be used in path data" -#~ msgstr "" -#~ "Si coché, les coordonnées relatives peuvent être utilisées dans les " -#~ "données du chemin" +#~ msgstr "Si coché, les coordonnées relatives peuvent être utilisées dans les données du chemin" #~ msgid "_Execute Javascript" #~ msgstr "_Exécuter Javascript" @@ -40598,16 +36803,12 @@ msgstr "Entrée XAML" #~ msgstr "Tableau _blanc" #~ msgid "" -#~ "The feDiffuseLighting and <b>feSpecularLighting</b> filter primitives " -#~ "create \"embossed\" shadings. The input's alpha channel is used to " -#~ "provide depth information: higher opacity areas are raised toward the " -#~ "viewer and lower opacity areas recede away from the viewer." +#~ "The feDiffuseLighting and <b>feSpecularLighting</b> filter primitives create \"embossed\" shadings. The input's alpha channel is used to " +#~ "provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer." #~ msgstr "" -#~ "<b>feDiffuseLighting</b> et <b>feSpecularLighting</b> créent des ombrages " -#~ "« gauffrés ». La composante d'opacité (alpha) de l'entrée est utilisée " -#~ "pour founir l'information de profondeur : les zones de forte opacité sont " -#~ "élevées vers le point de vue et les zones de faible opacité sont reculées " -#~ "par rapport au point de vue." +#~ "<b>feDiffuseLighting</b> et <b>feSpecularLighting</b> créent des ombrages « gauffrés ». La composante d'opacité (alpha) de l'entrée est " +#~ "utilisée pour founir l'information de profondeur : les zones de forte opacité sont élevées vers le point de vue et les zones de faible " +#~ "opacité sont reculées par rapport au point de vue." #~ msgid "Failed to find font matching: %s\n" #~ msgstr "Impossible de trouver une police correspondant à : %s\n" @@ -40622,12 +36823,10 @@ msgstr "Entrée XAML" #~ msgstr "Origine de l'axe Y (px)" #~ msgid "" -#~ "This effect bends a pattern object along arbitrary \"skeleton\" paths. " -#~ "The pattern is the topmost object in the selection (groups of paths/" +#~ "This effect bends a pattern object along arbitrary \"skeleton\" paths. The pattern is the topmost object in the selection (groups of paths/" #~ "shapes/clones... allowed)." #~ msgstr "" -#~ "Cet effet courbe un objet de motif le long de chemins « squelettes » " -#~ "arbitraire. Le motif est l'objet le plus haut dans la sélection (les " +#~ "Cet effet courbe un objet de motif le long de chemins « squelettes » arbitraire. Le motif est l'objet le plus haut dans la sélection (les " #~ "groupes de chemins, les formes et les clones sont permis)." #~ msgid "Blur type:" @@ -40643,14 +36842,10 @@ msgstr "Entrée XAML" #~ msgstr "Supprimer un point de connexion" #~ msgid "<b>Connection point</b>: click or drag to create a new connector" -#~ msgstr "" -#~ "<b>Point de connnection</b> : cliquer ou déplacer pour créer un nouveau " -#~ "connecteur" +#~ msgstr "<b>Point de connnection</b> : cliquer ou déplacer pour créer un nouveau connecteur" #~ msgid "<b>Connection point</b>: click to select, drag to move" -#~ msgstr "" -#~ "<b>Point de connexion</b> : cliquer pour sélectionner, glisser pour " -#~ "déplacer" +#~ msgstr "<b>Point de connexion</b> : cliquer pour sélectionner, glisser pour déplacer" #~ msgid "Connection point drag cancelled." #~ msgstr "Déplacement du point de connexion annulé." @@ -40659,32 +36854,22 @@ msgstr "Entrée XAML" #~ msgstr "_Texte :" #~ msgid "Find objects by their text content (exact or partial match)" -#~ msgstr "" -#~ "Rechercher des objets par le texte qu'ils contiennent (correspondance " -#~ "exacte ou partielle)" +#~ msgstr "Rechercher des objets par le texte qu'ils contiennent (correspondance exacte ou partielle)" -#~ msgid "" -#~ "Find objects by the value of the id attribute (exact or partial match)" -#~ msgstr "" -#~ "Rechercher des objets par la valeur de l'attribut id (correspondance " -#~ "exacte ou partielle)" +#~ msgid "Find objects by the value of the id attribute (exact or partial match)" +#~ msgstr "Rechercher des objets par la valeur de l'attribut id (correspondance exacte ou partielle)" #~ msgid "_Style:" #~ msgstr "_Style :" -#~ msgid "" -#~ "Find objects by the value of the style attribute (exact or partial match)" -#~ msgstr "" -#~ "Rechercher des objets par la valeur de l'attribut style (correspondance " -#~ "exacte ou partielle)" +#~ msgid "Find objects by the value of the style attribute (exact or partial match)" +#~ msgstr "Rechercher des objets par la valeur de l'attribut style (correspondance exacte ou partielle)" #~ msgid "_Attribute:" #~ msgstr "_Attribut :" #~ msgid "Find objects by the name of an attribute (exact or partial match)" -#~ msgstr "" -#~ "Rechercher des objets par le nom d'un attribut (correspondance exacte ou " -#~ "partielle)" +#~ msgstr "Rechercher des objets par le nom d'un attribut (correspondance exacte ou partielle)" #~ msgid "Search in s_election" #~ msgstr "R_echercher dans la sélection" @@ -40699,34 +36884,24 @@ msgstr "Entrée XAML" #~ msgstr "Effacer les valeurs" #~ msgid "Select objects matching all of the fields you filled in" -#~ msgstr "" -#~ "Sélectionner les objets qui correspondent à tous les champs que vous avez " -#~ "remplis" +#~ msgstr "Sélectionner les objets qui correspondent à tous les champs que vous avez remplis" -#~ msgid "" -#~ "Color and transparency of the page background (also used for bitmap " -#~ "export)" -#~ msgstr "" -#~ "Couleur et opacité du fond de page (également utilisé lors de " -#~ "l'exportation en bitmap)" +#~ msgid "Color and transparency of the page background (also used for bitmap export)" +#~ msgstr "Couleur et opacité du fond de page (également utilisé lors de l'exportation en bitmap)" #~ msgid "" -#~ "When on, pressing and holding Space and dragging with left mouse button " -#~ "pans canvas (as in Adobe Illustrator); when off, Space temporarily " +#~ "When on, pressing and holding Space and dragging with left mouse button pans canvas (as in Adobe Illustrator); when off, Space temporarily " #~ "switches to Selector tool (default)" #~ msgstr "" -#~ "Si coché, maintenir pressée la touche Espace tout en cliquant-déplaçant " -#~ "avec le bouton gauche de la souris fait défiler horizontalement la zone " -#~ "de travail (comme dans Adobe Illustrator) ; si décoché, la touche Espace " -#~ "active temporairement l'outil de Sélection (réglage par défaut)." +#~ "Si coché, maintenir pressée la touche Espace tout en cliquant-déplaçant avec le bouton gauche de la souris fait défiler horizontalement la " +#~ "zone de travail (comme dans Adobe Illustrator) ; si décoché, la touche Espace active temporairement l'outil de Sélection (réglage par " +#~ "défaut)." #~ msgid "EditMode" #~ msgstr "ModeÉdition" #~ msgid "Switch between connection point editing and connector drawing mode" -#~ msgstr "" -#~ "Alterner entre le mode Édition de point de connexion et le mode Tracé de " -#~ "connecteur" +#~ msgstr "Alterner entre le mode Édition de point de connexion et le mode Tracé de connecteur" #~ msgid "New connection point" #~ msgstr "Nouveau point de connexion" @@ -41021,11 +37196,10 @@ msgstr "Entrée XAML" #~ msgstr "Affecter :" #~ msgid "" -#~ "Control whether or not to scale stroke widths, scale rectangle corners, " -#~ "transform gradient fills, and transform pattern fills with the object" +#~ "Control whether or not to scale stroke widths, scale rectangle corners, transform gradient fills, and transform pattern fills with the " +#~ "object" #~ msgstr "" -#~ "Définit si l'épaisseur des contours, les coins des rectangles, et les " -#~ "remplissages par gradient ou par motif doivent être affectés par le " +#~ "Définit si l'épaisseur des contours, les coins des rectangles, et les remplissages par gradient ou par motif doivent être affectés par le " #~ "redimensionnement de l'objet" #~ msgid "Link Properties" @@ -41052,12 +37226,8 @@ msgstr "Entrée XAML" #~ msgid "Expand direction" #~ msgstr "Direction d'expansion" -#~ msgid "" -#~ "Allow the master's dock items to expand their container dock objects in " -#~ "the given direction" -#~ msgstr "" -#~ "Permet aux éléments détachables du maître d'élargir les objets d'attache " -#~ "qu'ils contiennent dans la direction donnée" +#~ msgid "Allow the master's dock items to expand their container dock objects in the given direction" +#~ msgstr "Permet aux éléments détachables du maître d'élargir les objets d'attache qu'ils contiennent dans la direction donnée" #~ msgid "Mouse" #~ msgstr "Souris" @@ -41089,24 +37259,18 @@ msgstr "Entrée XAML" #~ msgid "No effect applied" #~ msgstr "Pas d'effet appliqué" -#~ msgid "" -#~ "Enable log display by setting dialogs.debug 'redirect' attribute to 1 in " -#~ "preferences.xml" -#~ msgstr "" -#~ "Activer l'affichage des logs en attribuant 1 à dialogs.debug 'redirect' " -#~ "dans preferences.xml" +#~ msgid "Enable log display by setting dialogs.debug 'redirect' attribute to 1 in preferences.xml" +#~ msgstr "Activer l'affichage des logs en attribuant 1 à dialogs.debug 'redirect' dans preferences.xml" #~ msgid "Error while reading the Open Clip Art RSS feed" #~ msgstr "Erreur à la lecture du fil RSS de Open Clip Art" #~ msgid "" -#~ "Failed to receive the Open Clip Art Library RSS feed. Verify if the " -#~ "server name is correct in Configuration->Import/Export (e.g.: openclipart." -#~ "org)" +#~ "Failed to receive the Open Clip Art Library RSS feed. Verify if the server name is correct in Configuration->Import/Export (e.g.: " +#~ "openclipart.org)" #~ msgstr "" -#~ "Échec de réception du fil RSS de la bibliothèque Open Clip Art. Veuillez " -#~ "vérifier si le nom de serveur est correct dans Configuration>Importer/" -#~ "Exporter (par exemple : openclipart.org)" +#~ "Échec de réception du fil RSS de la bibliothèque Open Clip Art. Veuillez vérifier si le nom de serveur est correct dans " +#~ "Configuration>Importer/Exporter (par exemple : openclipart.org)" #~ msgid "Server supplied malformed Clip Art feed" #~ msgstr "Le serveur a fourni un fil RSS de Clip Art invalide" @@ -41190,9 +37354,7 @@ msgstr "Entrée XAML" #~ msgstr "Contour, double" #~ msgid "Draws a smooth line inside colorized with the color it overlays" -#~ msgstr "" -#~ "Dessine une ligne intérieure lissée, colorée avec la couleur qu'elle " -#~ "recouvre" +#~ msgstr "Dessine une ligne intérieure lissée, colorée avec la couleur qu'elle recouvre" #~ msgid "Adds a glowing blur and removes the shape" #~ msgstr "Ajoute un flou lumineux et supprime la forme" @@ -41201,9 +37363,7 @@ msgstr "Entrée XAML" #~ msgstr "Soulignement du contour, interne" #~ msgid "A colorizable inner outline with adjustable width and blur" -#~ msgstr "" -#~ "Un soulignement du contour interne qu'il est possible de colorer, avec " -#~ "une épaisseur ajustable et un flou" +#~ msgstr "Un soulignement du contour interne qu'il est possible de colorer, avec une épaisseur ajustable et un flou" #~ msgid "handle" #~ msgstr "poignée" @@ -41218,14 +37378,11 @@ msgstr "Entrée XAML" #~ msgstr "Aimanter les guides en déplaçant" #~ msgid "" -#~ "While dragging a guide, snap to object nodes or bounding box corners " -#~ "('Snap to nodes' or 'snap to bounding box corners' must be enabled; only " -#~ "a small part of the guide near the cursor will snap)" +#~ "While dragging a guide, snap to object nodes or bounding box corners ('Snap to nodes' or 'snap to bounding box corners' must be enabled; " +#~ "only a small part of the guide near the cursor will snap)" #~ msgstr "" -#~ "Quand un guide est déplacé, l'aimanter aux nœuds des objets ou aux boîtes " -#~ "englobantes ('Aimanter aux nœuds d'objets' ou 'Aimanter aux coins des " -#~ "boîtes englobantes' doit être activé ; seule une petite partie du guide " -#~ "proche du curseur sera aimantée)" +#~ "Quand un guide est déplacé, l'aimanter aux nœuds des objets ou aux boîtes englobantes ('Aimanter aux nœuds d'objets' ou 'Aimanter aux coins " +#~ "des boîtes englobantes' doit être activé ; seule une petite partie du guide proche du curseur sera aimantée)" #~ msgid "Snap to bounding box corners" #~ msgstr "Aimanter aux coins des boîtes englobantes" @@ -41245,22 +37402,14 @@ msgstr "Entrée XAML" #~ msgid "Motion blur, horizontal" #~ msgstr "Flou cinétique horizontal" -#~ msgid "" -#~ "Blur as if the object flies horizontally; adjust Standard Deviation to " -#~ "vary force" -#~ msgstr "" -#~ "Rendre flou comme si l'objet volait horizontalement ; ajuster la variance " -#~ "pour en modifier la force" +#~ msgid "Blur as if the object flies horizontally; adjust Standard Deviation to vary force" +#~ msgstr "Rendre flou comme si l'objet volait horizontalement ; ajuster la variance pour en modifier la force" #~ msgid "Motion blur, vertical" #~ msgstr "Flou cinétique vertical" -#~ msgid "" -#~ "Blur as if the object flies vertically; adjust Standard Deviation to vary " -#~ "force" -#~ msgstr "" -#~ "Rendre flou comme si l'objet volait verticalement ; ajuster la variance " -#~ "pour en modifier la force" +#~ msgid "Blur as if the object flies vertically; adjust Standard Deviation to vary force" +#~ msgstr "Rendre flou comme si l'objet volait verticalement ; ajuster la variance pour en modifier la force" #~ msgid "Drop shadow under the cut-out of the shape" #~ msgstr "Ombre portée sous la découpe de la forme" @@ -41293,18 +37442,13 @@ msgstr "Entrée XAML" #~ msgstr "Bosselage TSL" #~ msgid "Highly flexible bump combining diffuse and specular lightings" -#~ msgstr "" -#~ "Bosselage extrêmement flexible combinant une lumière diffuse et une " -#~ "lumière spéculaire" +#~ msgstr "Bosselage extrêmement flexible combinant une lumière diffuse et une lumière spéculaire" #~ msgid "Blur inner borders and intersections" #~ msgstr "Rend flou les bordures intérieures et les intersections" -#~ msgid "" -#~ "Blend image or object with a flood color and set lightness and contrast" -#~ msgstr "" -#~ "Mélange un image ou un objet avec une couleur de remplissage, et définit " -#~ "sa luminosité et son contraste" +#~ msgid "Blend image or object with a flood color and set lightness and contrast" +#~ msgstr "Mélange un image ou un objet avec une couleur de remplissage, et définit sa luminosité et son contraste" #~ msgid "Invert hue, or rotate it" #~ msgstr "Inverse ou permute la teinte" @@ -41313,26 +37457,19 @@ msgstr "Entrée XAML" #~ msgstr "Flou fantaisie" #~ msgid "Smooth colorized contour which allows desaturation and hue rotation" -#~ msgstr "" -#~ "Contour coloré lissé, qui permet la désaturation et la rotation de teinte" +#~ msgstr "Contour coloré lissé, qui permet la désaturation et la rotation de teinte" #~ msgid "Glow of object's own color at the edges" #~ msgstr "Rayonnement de la couleur de l'objet sur ses bords" #~ msgid "Classic or colorized emboss effect: grayscale, color and 3D relief" -#~ msgstr "" -#~ "Effet de bosselage classique ou coloré : niveaux de gris, couleur et " -#~ "relief en 3D" +#~ msgstr "Effet de bosselage classique ou coloré : niveaux de gris, couleur et relief en 3D" #~ msgid "Classical photographic solarization effect" #~ msgstr "Effet de solarisation photographique classique" -#~ msgid "" -#~ "An effect between solarize and invert which often preserves sky and water " -#~ "lights" -#~ msgstr "" -#~ "Un effet à mi-chemin de solarisation et inversion, qui préserve souvent " -#~ "les lumières du ciel et de l'eau" +#~ msgid "An effect between solarize and invert which often preserves sky and water lights" +#~ msgstr "Un effet à mi-chemin de solarisation et inversion, qui préserve souvent les lumières du ciel et de l'eau" #~ msgid "Image effects, transparent" #~ msgstr "Effets d'image transparents" @@ -41340,8 +37477,7 @@ msgstr "Entrée XAML" #~ msgid "Smooth edges" #~ msgstr "Lissage du pourtour" -#~ msgid "" -#~ "Smooth the outside of shapes and pictures without altering their contents" +#~ msgid "Smooth the outside of shapes and pictures without altering their contents" #~ msgstr "Lisse l'extérieur des formes et images sans en altérer le contenu" #~ msgid "Specular light" @@ -41359,27 +37495,17 @@ msgstr "Entrée XAML" #~ msgid "HSL Bumps, matte" #~ msgstr "Bosselage TSL mat" -#~ msgid "" -#~ "Same as HSL bumps but with a diffuse reflection instead of a specular one" -#~ msgstr "" -#~ "Identique à Bosselage TSL, mais avec une réflexion diffuse et non pas " -#~ "spéculaire" +#~ msgid "Same as HSL bumps but with a diffuse reflection instead of a specular one" +#~ msgstr "Identique à Bosselage TSL, mais avec une réflexion diffuse et non pas spéculaire" #~ msgid "Simple blur" #~ msgstr "Flou" -#~ msgid "" -#~ "Simple Gaussian blur, same as the blur slider in Fill and Stroke dialog" -#~ msgstr "" -#~ "Flou gaussien simple, identique au réglage de flou dans la boite de " -#~ "dialogue Remplissage et contour" +#~ msgid "Simple Gaussian blur, same as the blur slider in Fill and Stroke dialog" +#~ msgstr "Flou gaussien simple, identique au réglage de flou dans la boite de dialogue Remplissage et contour" -#~ msgid "" -#~ "Emboss effect : Colors of the original images are preserved or modified " -#~ "by Blend" -#~ msgstr "" -#~ "Effet d'embossage : les couleurs de l'image originale sont préservées ou " -#~ "modifiées par Fondre" +#~ msgid "Emboss effect : Colors of the original images are preserved or modified by Blend" +#~ msgstr "Effet d'embossage : les couleurs de l'image originale sont préservées ou modifiées par Fondre" #~ msgid "Inkblot" #~ msgstr "Tache d'encre" @@ -41394,9 +37520,7 @@ msgstr "Entrée XAML" #~ msgstr "Chrome profond" #~ msgid "Dark version of chrome shading with a ground reflection simulation" -#~ msgstr "" -#~ "Version sombre de l'ombrage chrome avec une simulation de réflexion par " -#~ "le sol" +#~ msgstr "Version sombre de l'ombrage chrome avec une simulation de réflexion par le sol" #~ msgid "3D wood" #~ msgstr "Bois en 3D" @@ -41408,8 +37532,7 @@ msgstr "Entrée XAML" #~ msgstr "Flou agité" #~ msgid "Small-scale roughening and blurring to edges and content" -#~ msgstr "" -#~ "Agite et rend flous les bords et le contenu, sur une petite amplitude" +#~ msgstr "Agite et rend flous les bords et le contenu, sur une petite amplitude" #~ msgid "HSL Bumps, transparent" #~ msgstr "Bosselage TSL transparent" @@ -41417,12 +37540,8 @@ msgstr "Entrée XAML" #~ msgid "Highly flexible specular bump with transparency" #~ msgstr "Bosselage spéculaire extrêmement flexible avec transparence" -#~ msgid "" -#~ "Give lead pencil or chromolithography or engraving or other effects to " -#~ "images and material filled objects" -#~ msgstr "" -#~ "Donne un effet crayon gras, chromolithographie, gravure ou d'autres " -#~ "effets aux images et ou objets remplis avec une matière" +#~ msgid "Give lead pencil or chromolithography or engraving or other effects to images and material filled objects" +#~ msgstr "Donne un effet crayon gras, chromolithographie, gravure ou d'autres effets aux images et ou objets remplis avec une matière" #~ msgid "Alpha draw" #~ msgstr "Dessin transparent" @@ -41434,9 +37553,7 @@ msgstr "Entrée XAML" #~ msgstr "Dessin en couleur transparent" #~ msgid "Gives a transparent color fill effect to bitmaps and materials" -#~ msgstr "" -#~ "Donne un effet de remplissage transparent et coloré aux bitmaps et " -#~ "matières" +#~ msgstr "Donne un effet de remplissage transparent et coloré aux bitmaps et matières" #~ msgid "Black outline" #~ msgstr "Soulignement du contour, noir" @@ -41460,8 +37577,7 @@ msgstr "Entrée XAML" #~ msgstr "Lueur trouble" #~ msgid "Overlays a semi-transparent shifted copy to a blurred one" -#~ msgstr "" -#~ "Superpose une copie semi-transparente et décalée à l'original flouté" +#~ msgstr "Superpose une copie semi-transparente et décalée à l'original flouté" #~ msgid "Change colors to a duotone palette" #~ msgstr "Modifie les couleurs avec une palette à deux tons" @@ -41484,12 +37600,8 @@ msgstr "Entrée XAML" #~ msgid "Copper and chocolate" #~ msgstr "Cuivre et chocolat" -#~ msgid "" -#~ "Specular bump which can be easily converted from metallic to molded " -#~ "plastic effects" -#~ msgstr "" -#~ "Bosselage spéculaire dont l'effet métallique peut être facilement " -#~ "converti en effet de plastique moulé" +#~ msgid "Specular bump which can be easily converted from metallic to molded plastic effects" +#~ msgstr "Bosselage spéculaire dont l'effet métallique peut être facilement converti en effet de plastique moulé" #~ msgid "Inner Glow" #~ msgstr "Lueur interne" @@ -41498,9 +37610,7 @@ msgstr "Entrée XAML" #~ msgstr "Ajoute une lueur interne qui peut être colorée" #~ msgid "Create a tritone palette with hue selectable by flood" -#~ msgstr "" -#~ "Crée une palette à trois tons avec une teinte que l'on peut sélectionner " -#~ "par remplissage" +#~ msgstr "Crée une palette à trois tons avec une teinte que l'on peut sélectionner par remplissage" #~ msgid "Image Blur" #~ msgstr "Flou par image" @@ -41677,50 +37787,36 @@ msgstr "Entrée XAML" #~ msgstr "Style en XML" #~ msgid "" -#~ "This extension optimizes the SVG file according to the following " -#~ "options:\n" +#~ "This extension optimizes the SVG file according to the following options:\n" #~ " * Simplify colors: convert all colors to #RRGGBB format.\n" #~ " * Style to xml: convert styles into XML attributes.\n" #~ " * Group collapsing: collapse group elements.\n" #~ " * Enable id stripping: remove all un-referenced ID attributes.\n" #~ " * Embed rasters: embed rasters as base64-encoded data.\n" -#~ " * Keep editor data: don't remove Inkscape, Sodipodi or Adobe " -#~ "Illustrator elements and attributes.\n" -#~ " * Enable viewboxing: size image to 100%/100% and introduce a " -#~ "viewBox.\n" +#~ " * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes.\n" +#~ " * Enable viewboxing: size image to 100%/100% and introduce a viewBox.\n" #~ " * Strip xml prolog: don't output the xml prolog.\n" #~ " * Set precision: set number of significant digits (default: 5).\n" -#~ " * Indent: indentation of the output: none, space, tab (default: " -#~ "space)." +#~ " * Indent: indentation of the output: none, space, tab (default: space)." #~ msgstr "" -#~ "Cette extension optimise le fichier SVG en fonction des options " -#~ "suivantes :\n" -#~ " * Simplifier les couleurs : convertit toutes les couleurs au format " -#~ "#RRVVBB.\n" +#~ "Cette extension optimise le fichier SVG en fonction des options suivantes :\n" +#~ " * Simplifier les couleurs : convertit toutes les couleurs au format #RRVVBB.\n" #~ " * Style en XML : convertit les styles en attributs XML.\n" #~ " * Réduire les groupes : réduit les éléments de type groupe.\n" -#~ " * Supprimer les identifiants : supprime tous les attributs ID non " -#~ "référencés.\n" -#~ " * Incorporer les images matricielles : incorpore les images " -#~ "matricielles sous la forme de données encodées en base 64.\n" -#~ " * Conserver les données d'édition : ne supprime pas les éléments et " -#~ "attributs issus d'Inkscape, Sodipodi ou Adobe Illustrator.\n" -#~ " * Activer une viewBox : dimensionne l'image à 100 % et ajoute une " -#~ "viewBox.\n" +#~ " * Supprimer les identifiants : supprime tous les attributs ID non référencés.\n" +#~ " * Incorporer les images matricielles : incorpore les images matricielles sous la forme de données encodées en base 64.\n" +#~ " * Conserver les données d'édition : ne supprime pas les éléments et attributs issus d'Inkscape, Sodipodi ou Adobe Illustrator.\n" +#~ " * Activer une viewBox : dimensionne l'image à 100 % et ajoute une viewBox.\n" #~ " * Supprimer le prologue xml : n'exporte pas le prologue xml.\n" -#~ " * Précision : définit le nombre de chiffres significatifs (5 par " -#~ "défaut).\n" -#~ " * Indentation : type d'indentation de l'exportation : aucune, espace " -#~ "ou tabulation (espace par défaut)." +#~ " * Précision : définit le nombre de chiffres significatifs (5 par défaut).\n" +#~ " * Indentation : type d'indentation de l'exportation : aucune, espace ou tabulation (espace par défaut)." #, fuzzy #~ msgid "Y frequency:" #~ msgstr "Fréquence de base :" #~ msgid "To spray a path by pushing, select it and drag over it." -#~ msgstr "" -#~ "Pour pulvériser un chemin en le poussant, sélectionnez-le et faites " -#~ "glisser la souris dessus." +#~ msgstr "Pour pulvériser un chemin en le poussant, sélectionnez-le et faites glisser la souris dessus." #~ msgid "(minimum mean)" #~ msgstr "(moyenne minimale)" @@ -42615,17 +38711,11 @@ msgstr "Entrée XAML" #~ msgstr "Gris 6" #~ msgctxt "Node tool tip" -#~ msgid "" -#~ "<b>%u of %u nodes</b> selected. Drag to select nodes, click to edit only " -#~ "this object (more: Shift)" +#~ msgid "<b>%u of %u nodes</b> selected. Drag to select nodes, click to edit only this object (more: Shift)" #~ msgstr "" -#~ "<b>%u sur %u nœuds</b> sélectionnés. Cliquer-glisser pour sélectionner " -#~ "des nœuds, cliquer pour éditer seulement cet objet (modificateur : Maj)" +#~ "<b>%u sur %u nœuds</b> sélectionnés. Cliquer-glisser pour sélectionner des nœuds, cliquer pour éditer seulement cet objet (modificateur : " +#~ "Maj)" #~ msgctxt "Node tool tip" -#~ msgid "" -#~ "<b>%u of %u nodes</b> selected. Drag to select nodes, click clear the " -#~ "selection" -#~ msgstr "" -#~ "<b>%u sur %u nœuds</b> sélectionnés. Cliquer-glisser pour sélectionner " -#~ "des nœuds, cliquer libérer la sélection" +#~ msgid "<b>%u of %u nodes</b> selected. Drag to select nodes, click clear the selection" +#~ msgstr "<b>%u sur %u nœuds</b> sélectionnés. Cliquer-glisser pour sélectionner des nœuds, cliquer libérer la sélection" diff --git a/po/zh_CN.po b/po/zh_CN.po index eb04fdb56..ec1a763ae 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,37 +8,63 @@ # Junde Yi <lmy441900@gmail.com>, 2015. # liushuyu011 <liushuyu_011@163.com>, 2015. # Mingye Wang <arthur200126@gmail.com>, 2015. +# Aron Xu <happyaron.xu@gmail.com>, 2016. # +#: ../src/ui/dialog/clonetiler.cpp:1010 msgid "" msgstr "" "Project-Id-Version: Inkscape 0.92.x\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-11-01 13:46+0100\n" -"PO-Revision-Date: 2015-11-29 03:17-0500\n" -"Last-Translator: Mingye Wang (Arthur2e5) <arthur200126@gmail.com>\n" -"Language-Team: Chinese (China) @ AOSC <aosc@member.fsf.org>\n" +"POT-Creation-Date: 2016-03-08 14:37+0100\n" +"PO-Revision-Date: 2016-03-26 16:54+0800\n" +"Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n" +"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 1.8.6\n" -#: ../inkscape.desktop.in.h:1 +#: ../inkscape.appdata.xml.in.h:1 ../inkscape.desktop.in.h:1 msgid "Inkscape" msgstr "Inkscape" -#: ../inkscape.desktop.in.h:2 +#: ../inkscape.appdata.xml.in.h:2 ../inkscape.desktop.in.h:2 msgid "Vector Graphics Editor" msgstr "矢量图形编辑器" +#: ../inkscape.appdata.xml.in.h:3 +msgid "" +"An Open Source vector graphics editor, with capabilities similar to " +"Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector " +"Graphics (SVG) file format." +msgstr "" +"一个开源的矢量图形编辑器,功能类似于 Illustrator、CorelDRAW 或 Xara X," +"使用 W3C 标准的 SVG 文件格式。" + +#: ../inkscape.appdata.xml.in.h:4 +msgid "" +"Inkscape supports many advanced SVG features (markers, clones, alpha " +"blending, etc.) and great care is taken in designing a streamlined " +"interface. It is very easy to edit nodes, perform complex path operations, " +"trace bitmaps and much more. We also aim to maintain a thriving user and " +"developer community by using open, community-oriented development." +msgstr "" +"Inkscape 支持众多高级 SVG 特性(标记、克隆等),并且注重保证流水线式的界面。" +"因而易于进行编辑节点、执行复杂的路径操作、临摹位图等工作。我们还致力于采用" +"开放的社区开发方式维护一个健康活跃的用户和开发者社区。" + +#: ../inkscape.appdata.xml.in.h:5 +msgid "Main application window" +msgstr "主应用程序窗口" + #: ../inkscape.desktop.in.h:3 msgid "Inkscape Vector Graphics Editor" msgstr "Inkscape 矢量绘图软件" #: ../inkscape.desktop.in.h:4 msgid "Create and edit Scalable Vector Graphics images" -msgstr "创建并编辑可缩放矢量图形图像" +msgstr "创建、编辑可缩放矢量图形图像" #: ../inkscape.desktop.in.h:5 msgid "image;editor;vector;drawing;" @@ -71,7 +97,7 @@ msgstr "倒角" #: ../share/filters/filters.svg.h:4 msgid "Same as Matte jelly but with more controls" -msgstr "与哑光啫喱相同,但控制更多" +msgstr "与哑光啫喱相同,但可控选项更多" #: ../share/filters/filters.svg.h:6 msgid "Metal Casting" @@ -97,7 +123,7 @@ msgstr "模糊" #: ../share/filters/filters.svg.h:12 msgid "Edges are partly feathered out" -msgstr "边向外部分羽化" +msgstr "边缘向外部分羽化" #: ../share/filters/filters.svg.h:14 msgid "Jigsaw Piece" @@ -163,7 +189,7 @@ msgstr "丰润" #: ../share/filters/filters.svg.h:32 msgid "Soft, cushion-like bevel with matte highlights" -msgstr "柔和的,垫子一样的凸起,有不均匀的高光" +msgstr "垫子一样的柔和凸起,有不均匀的高光" #: ../share/filters/filters.svg.h:34 msgid "Ridged Border" @@ -231,7 +257,7 @@ msgstr "材质" #: ../share/filters/filters.svg.h:56 msgid "Leopard spots (loses object's own color)" -msgstr "美洲豹斑点 (覆盖对象自身色彩)" +msgstr "美洲豹斑点(覆盖对象自身色彩)" #: ../share/filters/filters.svg.h:58 msgid "Zebra" @@ -303,7 +329,7 @@ msgstr "模拟油画风格" #. Pencil #: ../share/filters/filters.svg.h:78 -#: ../src/ui/dialog/inkscape-preferences.cpp:424 +#: ../src/ui/dialog/inkscape-preferences.cpp:433 msgid "Pencil" msgstr "铅笔" @@ -329,7 +355,7 @@ msgstr "模仿老照片" #: ../share/filters/filters.svg.h:90 msgid "Organic" -msgstr "有机的" +msgstr "有机" #: ../share/filters/filters.svg.h:91 ../share/filters/filters.svg.h:119 #: ../share/filters/filters.svg.h:127 ../share/filters/filters.svg.h:187 @@ -346,7 +372,7 @@ msgstr "纹理" #: ../share/filters/filters.svg.h:92 msgid "Bulging, knotty, slick 3D surface" -msgstr "膨胀的,光滑的节状3D表面" +msgstr "膨胀而光滑的节状3D表面" #: ../share/filters/filters.svg.h:94 msgid "Barbed Wire" @@ -354,7 +380,7 @@ msgstr "铁刺丝" #: ../share/filters/filters.svg.h:96 msgid "Gray bevelled wires with drop shadows" -msgstr "灰色倒角凸起的线缆, 投射阴影" +msgstr "灰色倒角凸起的线缆,投射阴影" #: ../share/filters/filters.svg.h:98 msgid "Swiss Cheese" @@ -417,11 +443,11 @@ msgstr "像素涂抹" #: ../share/filters/filters.svg.h:124 msgid "Van Gogh painting effect for bitmaps" -msgstr "位图产生梵高绘画效果" +msgstr "位图梵高绘画效果" #: ../share/filters/filters.svg.h:126 msgid "Cracked Glass" -msgstr "碎裂玻璃" +msgstr "碎玻璃" #: ../share/filters/filters.svg.h:128 msgid "Under a cracked glass" @@ -429,7 +455,7 @@ msgstr "置于碎玻璃下" #: ../share/filters/filters.svg.h:130 msgid "Bubbly Bumps" -msgstr "气泡凸凹" +msgstr "凸凹气泡" #: ../share/filters/filters.svg.h:131 ../share/filters/filters.svg.h:307 #: ../share/filters/filters.svg.h:311 ../share/filters/filters.svg.h:347 @@ -487,7 +513,7 @@ msgstr "对象融化,平滑的凸起和辉光" #: ../share/filters/filters.svg.h:146 msgid "Pressed Steel" -msgstr "压制钢铁" +msgstr "压制钢" #: ../share/filters/filters.svg.h:148 msgid "Pressed metal with a rolled edge" @@ -740,7 +766,7 @@ msgstr "粗糙和光滑" #: ../share/filters/filters.svg.h:264 msgid "" "Crumpled glossy paper effect which can be used for pictures as for objects" -msgstr "可以用于图片的褶皱蜡光纸效果(与应用于对象一样)" +msgstr "可以用于图片的褶皱蜡光纸效果(与应用于对象一样)" #: ../share/filters/filters.svg.h:266 msgid "In and Out" @@ -1068,9 +1094,9 @@ msgstr "黑色光" #: ../src/extension/internal/filter/paint.h:717 #: ../src/extension/internal/filter/shadows.h:73 #: ../src/extension/internal/filter/transparency.h:345 -#: ../src/filter-enums.cpp:67 ../src/ui/dialog/clonetiler.cpp:830 -#: ../src/ui/dialog/clonetiler.cpp:981 -#: ../src/ui/dialog/document-properties.cpp:164 +#: ../src/filter-enums.cpp:67 ../src/ui/dialog/clonetiler.cpp:828 +#: ../src/ui/dialog/clonetiler.cpp:979 +#: ../src/ui/dialog/document-properties.cpp:165 #: ../share/extensions/color_HSL_adjust.inx.h:20 #: ../share/extensions/color_blackandwhite.inx.h:3 #: ../share/extensions/color_brighter.inx.h:2 @@ -1085,7 +1111,7 @@ msgstr "黑色光" #: ../share/extensions/color_morelight.inx.h:2 #: ../share/extensions/color_moresaturation.inx.h:2 #: ../share/extensions/color_negative.inx.h:2 -#: ../share/extensions/color_randomize.inx.h:8 +#: ../share/extensions/color_randomize.inx.h:14 #: ../share/extensions/color_removeblue.inx.h:2 #: ../share/extensions/color_removegreen.inx.h:2 #: ../share/extensions/color_removered.inx.h:2 @@ -1138,7 +1164,7 @@ msgstr "漫画式奶油" #: ../share/filters/filters.svg.h:787 ../share/filters/filters.svg.h:791 #: ../share/filters/filters.svg.h:795 msgid "Non realistic 3D shaders" -msgstr "不真实的3D阴影" +msgstr "非逼真 3D 着色器" #: ../share/filters/filters.svg.h:428 msgid "Comics shader with creamy waves transparency" @@ -1335,7 +1361,7 @@ msgstr "层叠" #: ../share/filters/filters.svg.h:520 msgid "Something like a water noise" -msgstr "类似水纹噪声" +msgstr "类似水纹噪点" #: ../share/filters/filters.svg.h:522 msgid "Monochrome Transparency" @@ -1497,7 +1523,7 @@ msgstr "像素工具" #: ../share/filters/filters.svg.h:592 msgid "Reduce or remove antialiasing around shapes" -msgstr "形状周围减少或移除反锯齿" +msgstr "形状周围减少或移除抗锯齿" #: ../share/filters/filters.svg.h:594 msgid "Basic Diffuse Bump" @@ -1599,7 +1625,7 @@ msgstr "大理石剪影" #: ../share/filters/filters.svg.h:644 msgid "Basic noise transparency texture" -msgstr "基本的噪声透明度纹理" +msgstr "基本的噪点透明度纹理" #: ../share/filters/filters.svg.h:646 msgid "Fill Background" @@ -1645,19 +1671,19 @@ msgstr "加强和重绘海报化区域的边缘" #: ../share/filters/filters.svg.h:666 msgid "Cross Noise Poster" -msgstr "交叠噪声海报" +msgstr "交叠噪点海报" #: ../share/filters/filters.svg.h:668 msgid "Overlay with a small scale screen like noise" -msgstr "用小尺寸缩放屏幕外观的噪声覆盖" +msgstr "用小尺寸缩放屏幕外观的噪点覆盖" #: ../share/filters/filters.svg.h:670 msgid "Cross Noise Poster B" -msgstr "交叠噪声海报 B" +msgstr "交叠噪点海报 B" #: ../share/filters/filters.svg.h:672 msgid "Adds a small scale screen like noise locally" -msgstr "加入类似局部性噪声的小比例滤色" +msgstr "加入类似局部性噪点的小比例滤色" #: ../share/filters/filters.svg.h:674 msgid "Poster Color Fun" @@ -1679,7 +1705,7 @@ msgstr "碎裂的透明单色" #: ../share/filters/filters.svg.h:692 ../share/filters/filters.svg.h:704 #: ../share/filters/filters.svg.h:708 ../share/filters/filters.svg.h:712 msgid "Basic noise fill texture; adjust color in Flood" -msgstr "简单的噪声填充纹理;在 浸漫(Flood) 中调整颜色" +msgstr "简单的噪点填充纹理;在 浸漫(Flood) 中调整颜色" #: ../share/filters/filters.svg.h:686 msgid "Alpha Turbulent" @@ -1691,7 +1717,7 @@ msgstr "彩色湍流" #: ../share/filters/filters.svg.h:694 msgid "Cross Noise B" -msgstr "交叠噪声 B" +msgstr "交叠噪点 B" #: ../share/filters/filters.svg.h:696 msgid "Adds a small scale crossy graininess" @@ -1699,7 +1725,7 @@ msgstr "加入小比例的交叠式颗粒" #: ../share/filters/filters.svg.h:698 msgid "Cross Noise" -msgstr "交叠噪声" +msgstr "交叠噪点" #: ../share/filters/filters.svg.h:700 msgid "Adds a small scale screen like graininess" @@ -1891,11 +1917,11 @@ msgstr "雕刻浮雕效果" #: ../share/filters/filters.svg.h:802 msgid "Chromolitho Alternate" -msgstr "交替式多彩噪声" +msgstr "交替式多彩噪点" #: ../share/filters/filters.svg.h:804 msgid "Old chromolithographic effect" -msgstr "旧式多彩噪声效果" +msgstr "旧式多彩噪点效果" #: ../share/filters/filters.svg.h:806 msgid "Convoluted Bump" @@ -2077,133 +2103,133 @@ msgstr "白色" #: ../share/palettes/palettes.h:16 msgctxt "Palette" msgid "Maroon (#800000)" -msgstr "栗子色 (#800000)" +msgstr "栗色(#800000)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:17 msgctxt "Palette" msgid "Red (#FF0000)" -msgstr "红 (#FF0000)" +msgstr "红(#FF0000)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:18 msgctxt "Palette" msgid "Olive (#808000)" -msgstr "橄榄色 (#808000)" +msgstr "橄榄色(#808000)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:19 msgctxt "Palette" msgid "Yellow (#FFFF00)" -msgstr "黄 (#FFFF00)" +msgstr "黄(#FFFF00)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:20 msgctxt "Palette" msgid "Green (#008000)" -msgstr "绿色 (#008000)" +msgstr "绿(#008000)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:21 msgctxt "Palette" msgid "Lime (#00FF00)" -msgstr "绿黄 (#00FF00)" +msgstr "绿黄(#00FF00)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:22 msgctxt "Palette" msgid "Teal (#008080)" -msgstr "青 (#008080)" +msgstr "青(#008080)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:23 msgctxt "Palette" msgid "Aqua (#00FFFF)" -msgstr "水绿 (#00FFFF)" +msgstr "水绿(#00FFFF)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:24 msgctxt "Palette" msgid "Navy (#000080)" -msgstr "海军蓝 (#000080)" +msgstr "海军蓝(#000080)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:25 msgctxt "Palette" msgid "Blue (#0000FF)" -msgstr "蓝 (#0000FF)" +msgstr "蓝(#0000FF)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:26 msgctxt "Palette" msgid "Purple (#800080)" -msgstr "紫 (#800080)" +msgstr "紫(#800080)" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:27 msgctxt "Palette" msgid "Fuchsia (#FF00FF)" -msgstr "紫红 (#FF00FF)" +msgstr "紫红(#FF00FF)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:28 msgctxt "Palette" msgid "black (#000000)" -msgstr "黑 (#000000)" +msgstr "黑(#000000)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:29 msgctxt "Palette" msgid "dimgray (#696969)" -msgstr "暗灰 (#696969)" +msgstr "暗灰(#696969)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:30 msgctxt "Palette" msgid "gray (#808080)" -msgstr "灰色 (#808080)" +msgstr "灰(#808080)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:31 msgctxt "Palette" msgid "darkgray (#A9A9A9)" -msgstr "深灰 (#A9A9A9)" +msgstr "深灰(#A9A9A9)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:32 msgctxt "Palette" msgid "silver (#C0C0C0)" -msgstr "银白色 (#C0C0C0)" +msgstr "银色(#C0C0C0)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:33 msgctxt "Palette" msgid "lightgray (#D3D3D3)" -msgstr "浅灰 (#D3D3D3)" +msgstr "浅灰(#D3D3D3)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:34 msgctxt "Palette" msgid "gainsboro (#DCDCDC)" -msgstr "亮灰 (#DCDCDC)" +msgstr "亮灰(#DCDCDC)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:35 msgctxt "Palette" msgid "whitesmoke (#F5F5F5)" -msgstr "烟白 (#F5F5F5)" +msgstr "烟白(#F5F5F5)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:36 msgctxt "Palette" msgid "white (#FFFFFF)" -msgstr "白色 (#FFFFFF)" +msgstr "白(#FFFFFF)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:37 msgctxt "Palette" msgid "rosybrown (#BC8F8F)" -msgstr "玫瑰棕色 (#BC8F8F)" +msgstr "玫瑰棕色(#BC8F8F)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:38 @@ -2263,13 +2289,13 @@ msgstr "粉玫瑰红 (#FFE4E1)" #: ../share/palettes/palettes.h:47 msgctxt "Palette" msgid "salmon (#FA8072)" -msgstr "三文鱼色 (#FA8072)" +msgstr "三文鱼色(#FA8072)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:48 msgctxt "Palette" msgid "tomato (#FF6347)" -msgstr "西红柿色 (#FF6347)" +msgstr "西红柿色(#FF6347)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:49 @@ -2299,7 +2325,7 @@ msgstr "浅三文鱼 (#FFA07A)" #: ../share/palettes/palettes.h:53 msgctxt "Palette" msgid "sienna (#A0522D)" -msgstr "赭色 (#A0522D)" +msgstr "赭色(#A0522D)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:54 @@ -2323,7 +2349,7 @@ msgstr "马鞍褐 (#8B4513)" #: ../share/palettes/palettes.h:57 msgctxt "Palette" msgid "sandybrown (#F4A460)" -msgstr "沙褐色 (#F4A460)" +msgstr "沙褐色(#F4A460)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:58 @@ -2335,37 +2361,37 @@ msgstr "粉桃红 (#FFDAB9)" #: ../share/palettes/palettes.h:59 msgctxt "Palette" msgid "peru (#CD853F)" -msgstr "秘鲁色 (#CD853F)" +msgstr "秘鲁色(#CD853F)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:60 msgctxt "Palette" msgid "linen (#FAF0E6)" -msgstr "亚麻色 (#FAF0E6)" +msgstr "亚麻色(#FAF0E6)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:61 msgctxt "Palette" msgid "bisque (#FFE4C4)" -msgstr "黄褐色 (#FFE4C4)" +msgstr "黄褐色(#FFE4C4)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:62 msgctxt "Palette" msgid "darkorange (#FF8C00)" -msgstr "暗橙色 (#FF8C00)" +msgstr "暗橙色(#FF8C00)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:63 msgctxt "Palette" msgid "burlywood (#DEB887)" -msgstr "原木色 (#DEB887)" +msgstr "原木色(#DEB887)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:64 msgctxt "Palette" msgid "tan (#D2B48C)" -msgstr "棕褐色 (#D2B48C)" +msgstr "棕褐色(#D2B48C)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:65 @@ -2389,13 +2415,13 @@ msgstr "白杏仁 (#FFEBCD)" #: ../share/palettes/palettes.h:68 msgctxt "Palette" msgid "papayawhip (#FFEFD5)" -msgstr "木瓜色 (#FFEFD5)" +msgstr "木瓜色(#FFEFD5)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:69 msgctxt "Palette" msgid "moccasin (#FFE4B5)" -msgstr "莫卡辛鞋色 (#FFE4B5)" +msgstr "莫卡辛鞋色(#FFE4B5)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:70 @@ -2407,7 +2433,7 @@ msgstr "橙 (#FFA500)" #: ../share/palettes/palettes.h:71 msgctxt "Palette" msgid "wheat (#F5DEB3)" -msgstr "小麦色 (#F5DEB3)" +msgstr "小麦色(#F5DEB3)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:72 @@ -2431,7 +2457,7 @@ msgstr "暗金黄 (#B8860B)" #: ../share/palettes/palettes.h:75 msgctxt "Palette" msgid "goldenrod (#DAA520)" -msgstr "秋天色 (#DAA520)" +msgstr "秋天色(#DAA520)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:76 @@ -2449,7 +2475,7 @@ msgstr "金 (#FFD700)" #: ../share/palettes/palettes.h:78 msgctxt "Palette" msgid "khaki (#F0E68C)" -msgstr "卡其色 (#F0E68C)" +msgstr "卡其色(#F0E68C)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:79 @@ -2467,13 +2493,13 @@ msgstr "秋天灰 (#EEE8AA)" #: ../share/palettes/palettes.h:81 msgctxt "Palette" msgid "darkkhaki (#BDB76B)" -msgstr "深卡其色 (#BDB76B)" +msgstr "深卡其色(#BDB76B)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:82 msgctxt "Palette" msgid "beige (#F5F5DC)" -msgstr "米色 (#F5F5DC)" +msgstr "米色(#F5F5DC)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:83 @@ -2581,7 +2607,7 @@ msgstr "暗绿 (#006400)" #: ../share/palettes/palettes.h:100 msgctxt "Palette" msgid "green (#008000)" -msgstr "绿色 (#008000)" +msgstr "绿色(#008000)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:101 @@ -2677,25 +2703,25 @@ msgstr "鸭绿 (#008080)" #: ../share/palettes/palettes.h:116 msgctxt "Palette" msgid "darkcyan (#008B8B)" -msgstr "暗青色 (#008B8B)" +msgstr "暗青色(#008B8B)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:117 msgctxt "Palette" msgid "cyan (#00FFFF)" -msgstr "青色 (#00FFFF)" +msgstr "青色(#00FFFF)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:118 msgctxt "Palette" msgid "lightcyan (#E0FFFF)" -msgstr "淡青色 (#E0FFFF)" +msgstr "淡青色(#E0FFFF)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:119 msgctxt "Palette" msgid "azure (#F0FFFF)" -msgstr "天蓝色 (#F0FFFF)" +msgstr "天蓝色(#F0FFFF)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:120 @@ -2719,7 +2745,7 @@ msgstr "粉蓝 (#B0E0E6)" #: ../share/palettes/palettes.h:123 msgctxt "Palette" msgid "lightblue (#ADD8E6)" -msgstr "亮蓝色 (#ADD8E6)" +msgstr "亮蓝色(#ADD8E6)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:124 @@ -2731,7 +2757,7 @@ msgstr "深天蓝 (#00BFFF)" #: ../share/palettes/palettes.h:125 msgctxt "Palette" msgid "skyblue (#87CEEB)" -msgstr "天蓝色 (#87CEEB)" +msgstr "天蓝色(#87CEEB)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:126 @@ -2743,7 +2769,7 @@ msgstr "浅天蓝 (#87CEFA)" #: ../share/palettes/palettes.h:127 msgctxt "Palette" msgid "steelblue (#4682B4)" -msgstr "钢青色 (#4682B4)" +msgstr "钢青色(#4682B4)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:128 @@ -2821,7 +2847,7 @@ msgstr "中蓝 (#0000CD)" #: ../share/palettes/palettes.h:140 msgctxt "Palette" msgid "blue (#0000FF)" -msgstr "蓝色 (#0000FF)" +msgstr "蓝色(#0000FF)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:141 @@ -2851,133 +2877,133 @@ msgstr "中板岩蓝" #: ../share/palettes/palettes.h:145 msgctxt "Palette" msgid "mediumpurple (#9370DB)" -msgstr "中紫色 (#9370DB)" +msgstr "中紫色(#9370DB)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:146 msgctxt "Palette" msgid "blueviolet (#8A2BE2)" -msgstr "蓝紫色 (#8A2BE2)" +msgstr "蓝紫色(#8A2BE2)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:147 msgctxt "Palette" msgid "indigo (#4B0082)" -msgstr "靛青 (#4B0082)" +msgstr "靛青(#4B0082)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:148 msgctxt "Palette" msgid "darkorchid (#9932CC)" -msgstr "暗淡紫 (#9932CC)" +msgstr "暗淡紫(#9932CC)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:149 msgctxt "Palette" msgid "darkviolet (#9400D3)" -msgstr "暗紫罗兰 (#9400D3)" +msgstr "暗紫罗兰(#9400D3)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:150 msgctxt "Palette" msgid "mediumorchid (#BA55D3)" -msgstr "中淡紫 (#BA55D3)" +msgstr "中淡紫(#BA55D3)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:151 msgctxt "Palette" msgid "thistle (#D8BFD8)" -msgstr "蓟色 (#D8BFD8)" +msgstr "蓟色(#D8BFD8)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:152 msgctxt "Palette" msgid "plum (#DDA0DD)" -msgstr "梅红 (#DDA0DD)" +msgstr "梅红(#DDA0DD)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:153 msgctxt "Palette" msgid "violet (#EE82EE)" -msgstr "紫罗兰 (#EE82EE)" +msgstr "紫罗兰(#EE82EE)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:154 msgctxt "Palette" msgid "purple (#800080)" -msgstr "紫色 (#800080)" +msgstr "紫色(#800080)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:155 msgctxt "Palette" msgid "darkmagenta (#8B008B)" -msgstr "暗洋红 (#8B008B)" +msgstr "暗洋红(#8B008B)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:156 msgctxt "Palette" msgid "magenta (#FF00FF)" -msgstr "洋红 (#FF00FF)" +msgstr "洋红(#FF00FF)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:157 msgctxt "Palette" msgid "orchid (#DA70D6)" -msgstr "淡紫 (#DA70D6)" +msgstr "淡紫(#DA70D6)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:158 msgctxt "Palette" msgid "mediumvioletred (#C71585)" -msgstr "中紫罗兰 (#C71585)" +msgstr "中紫罗兰(#C71585)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:159 msgctxt "Palette" msgid "deeppink (#FF1493)" -msgstr "深粉红 (#FF1493)" +msgstr "深粉红(#FF1493)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:160 msgctxt "Palette" msgid "hotpink (#FF69B4)" -msgstr "亮粉红 (#FF69B4)" +msgstr "亮粉红(#FF69B4)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:161 msgctxt "Palette" msgid "lavenderblush (#FFF0F5)" -msgstr "淡紫红 (#FFF0F5)" +msgstr "淡紫红(#FFF0F5)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:162 msgctxt "Palette" msgid "palevioletred (#DB7093)" -msgstr "苍紫罗兰 (#DB7093)" +msgstr "苍紫罗兰(#DB7093)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:163 msgctxt "Palette" msgid "crimson (#DC143C)" -msgstr "绯红 (#DC143C)" +msgstr "绯红(#DC143C)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:164 msgctxt "Palette" msgid "pink (#FFC0CB)" -msgstr "粉色 (#FFC0CB)" +msgstr "粉色(#FFC0CB)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:165 msgctxt "Palette" msgid "lightpink (#FFB6C1)" -msgstr "亮粉色 (#FFB6C1)" +msgstr "亮粉色(#FFB6C1)" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:166 msgctxt "Palette" msgid "rebeccapurple (#663399)" -msgstr "瑞贝卡紫 (#663399)" +msgstr "瑞贝卡紫(#663399)" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:167 @@ -3291,11 +3317,11 @@ msgstr "圆点花纹,大,白" #: ../share/patterns/patterns.svg.h:1 msgid "Wavy" -msgstr "波动" +msgstr "波浪" #: ../share/patterns/patterns.svg.h:1 msgid "Wavy white" -msgstr "波动的白色" +msgstr "波浪,白色" #: ../share/patterns/patterns.svg.h:1 msgid "Camouflage" @@ -3307,21 +3333,21 @@ msgstr "貂皮" #: ../share/patterns/patterns.svg.h:1 msgid "Sand (bitmap)" -msgstr "沙砾(位图)" +msgstr "沙砾(位图)" #: ../share/patterns/patterns.svg.h:1 msgid "Cloth (bitmap)" -msgstr "布纹(位图)" +msgstr "布纹(位图)" #: ../share/patterns/patterns.svg.h:1 msgid "Old paint (bitmap)" -msgstr "古画(位图)" +msgstr "古画(位图)" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:2 msgctxt "Symbol" msgid "AIGA Symbol Signs" -msgstr "AIGA 符号标志" +msgstr "AIGA 符号标记" #. Symbols: ./AigaSymbols.svg #. Symbols: ./MapSymbolsNPS.svg @@ -3341,13 +3367,13 @@ msgstr "邮件" #: ../share/symbols/symbols.h:7 ../share/symbols/symbols.h:8 msgctxt "Symbol" msgid "Currency Exchange" -msgstr "外汇兑换" +msgstr "货币兑换" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:9 ../share/symbols/symbols.h:10 msgctxt "Symbol" msgid "Currency Exchange - Euro" -msgstr "外汇兑换 - 欧洲" +msgstr "货币兑换 - 欧元" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:11 ../share/symbols/symbols.h:12 @@ -3367,7 +3393,7 @@ msgstr "急救" #: ../share/symbols/symbols.h:15 ../share/symbols/symbols.h:16 msgctxt "Symbol" msgid "Lost and Found" -msgstr "失物认领" +msgstr "失物招领" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:17 ../share/symbols/symbols.h:18 @@ -3379,7 +3405,7 @@ msgstr "衣物认领" #: ../share/symbols/symbols.h:19 ../share/symbols/symbols.h:20 msgctxt "Symbol" msgid "Baggage Lockers" -msgstr "行李寄存处" +msgstr "行李寄存" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:21 ../share/symbols/symbols.h:22 @@ -3445,13 +3471,13 @@ msgstr "厕所" #: ../share/symbols/symbols.h:41 ../share/symbols/symbols.h:42 msgctxt "Symbol" msgid "Nursery" -msgstr "护士站" +msgstr "幼儿园" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:43 ../share/symbols/symbols.h:44 msgctxt "Symbol" msgid "Drinking Fountain" -msgstr "饮水台" +msgstr "饮水器" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:45 ../share/symbols/symbols.h:46 @@ -3465,7 +3491,7 @@ msgstr "休息室" #: ../share/symbols/symbols.h:231 ../share/symbols/symbols.h:232 msgctxt "Symbol" msgid "Information" -msgstr "咨询处" +msgstr "服务台" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:49 ../share/symbols/symbols.h:50 @@ -3477,7 +3503,7 @@ msgstr "酒店信息" #: ../share/symbols/symbols.h:51 ../share/symbols/symbols.h:52 msgctxt "Symbol" msgid "Air Transportation" -msgstr "空运" +msgstr "航空运输" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:53 ../share/symbols/symbols.h:54 @@ -3519,7 +3545,7 @@ msgstr "水上交通" #: ../share/symbols/symbols.h:65 ../share/symbols/symbols.h:66 msgctxt "Symbol" msgid "Car Rental" -msgstr "汽车出租" +msgstr "汽车租赁" #. Symbols: ./AigaSymbols.svg #: ../share/symbols/symbols.h:67 ../share/symbols/symbols.h:68 @@ -3781,6 +3807,7 @@ msgctxt "Symbol" msgid "Flow Chart Shapes" msgstr "流程图形状" +# aim../share/symbols/symbols.h:143 #. Symbols: ./FlowSymbols.svg #: ../share/symbols/symbols.h:143 msgctxt "Symbol" @@ -3941,13 +3968,13 @@ msgstr "预定义处理" #: ../share/symbols/symbols.h:169 msgctxt "Symbol" msgid "Magnetic Disk (Database)" -msgstr "磁盘(数据库)" +msgstr "磁盘(数据库)" #. Symbols: ./FlowSymbols.svg #: ../share/symbols/symbols.h:170 msgctxt "Symbol" msgid "Magnetic Drum (Direct Access)" -msgstr "磁鼓(直接访问)" +msgstr "磁鼓(直接访问)" #. Symbols: ./FlowSymbols.svg #: ../share/symbols/symbols.h:171 @@ -3959,13 +3986,13 @@ msgstr "离线存储" #: ../share/symbols/symbols.h:172 msgctxt "Symbol" msgid "Logical Or" -msgstr "“或”逻辑" +msgstr "逻辑“或”" #. Symbols: ./FlowSymbols.svg #: ../share/symbols/symbols.h:173 msgctxt "Symbol" msgid "Logical And" -msgstr "“与”逻辑" +msgstr "逻辑“与”" #. Symbols: ./FlowSymbols.svg #: ../share/symbols/symbols.h:174 @@ -3977,13 +4004,13 @@ msgstr "延迟" #: ../share/symbols/symbols.h:175 msgctxt "Symbol" msgid "Loop Limit Begin" -msgstr "环路限值起点" +msgstr "环路限制起点" #. Symbols: ./FlowSymbols.svg #: ../share/symbols/symbols.h:176 msgctxt "Symbol" msgid "Loop Limit End" -msgstr "环路限值终点" +msgstr "环路限制终点" #. Symbols: ./LogicSymbols.svg #: ../share/symbols/symbols.h:177 @@ -4043,13 +4070,13 @@ msgstr "非门" #: ../share/symbols/symbols.h:186 msgctxt "Symbol" msgid "Buffer Small" -msgstr "缓冲区(小)" +msgstr "缓冲区(小)" #. Symbols: ./LogicSymbols.svg #: ../share/symbols/symbols.h:187 msgctxt "Symbol" msgid "Not Gate Small" -msgstr "非门(小)" +msgstr "非门(小)" #. Symbols: ./MapSymbolsNPS.svg #: ../share/symbols/symbols.h:188 @@ -4079,7 +4106,7 @@ msgstr "自行车道" #: ../share/symbols/symbols.h:195 ../share/symbols/symbols.h:196 msgctxt "Symbol" msgid "Boat Launch" -msgstr "船舶下水装置" +msgstr "码头" #. Symbols: ./MapSymbolsNPS.svg #: ../share/symbols/symbols.h:197 ../share/symbols/symbols.h:198 @@ -4151,7 +4178,7 @@ msgstr "四轮驱动车道" #: ../share/symbols/symbols.h:221 ../share/symbols/symbols.h:222 msgctxt "Symbol" msgid "Gas Station" -msgstr "加油站" +msgstr "加气站" #. Symbols: ./MapSymbolsNPS.svg #: ../share/symbols/symbols.h:223 ../share/symbols/symbols.h:224 @@ -4235,7 +4262,7 @@ msgstr "邮局" #: ../share/symbols/symbols.h:253 ../share/symbols/symbols.h:254 msgctxt "Symbol" msgid "Ranger Station" -msgstr "守林者站" +msgstr "公园管理处" #. Symbols: ./MapSymbolsNPS.svg #: ../share/symbols/symbols.h:255 ../share/symbols/symbols.h:256 @@ -4289,13 +4316,13 @@ msgstr "淋浴" #: ../share/symbols/symbols.h:271 ../share/symbols/symbols.h:272 msgctxt "Symbol" msgid "Sledding" -msgstr "滑雪" +msgstr "乘坐雪橇" #. Symbols: ./MapSymbolsNPS.svg #: ../share/symbols/symbols.h:273 ../share/symbols/symbols.h:274 msgctxt "Symbol" msgid "SnowmobileTrail" -msgstr "雪车道" +msgstr "雪上车道" #. Symbols: ./MapSymbolsNPS.svg #: ../share/symbols/symbols.h:275 ../share/symbols/symbols.h:276 @@ -4347,7 +4374,7 @@ msgstr "空白" #: ../share/templates/templates.h:1 msgid "CD Label 120mmx120mm " -msgstr "120mm x 120mm 的 CD 标签" +msgstr "CD 标签 120mmx120mm" #: ../share/templates/templates.h:1 msgid "Simple CD Label template with disc's pattern." @@ -4394,19 +4421,19 @@ msgid "guidelines typography canvas" msgstr "参考线印刷画布" #. 3D box -#: ../src/box3d.cpp:250 ../src/box3d.cpp:1304 -#: ../src/ui/dialog/inkscape-preferences.cpp:407 +#: ../src/box3d.cpp:255 ../src/box3d.cpp:1309 +#: ../src/ui/dialog/inkscape-preferences.cpp:416 msgid "3D Box" msgstr "3D 盒子" #: ../src/color-profile.cpp:842 #, c-format msgid "Color profiles directory (%s) is unavailable." -msgstr "色彩配置文件目录(%s)不可用。" +msgstr "色彩配置文件目录(%s)不可用。" #: ../src/color-profile.cpp:901 ../src/color-profile.cpp:918 msgid "(invalid UTF-8 string)" -msgstr "(无效的 UTF-8 字串)" +msgstr "(无效的 UTF-8 字串)" #: ../src/color-profile.cpp:903 msgctxt "Profile name" @@ -4415,35 +4442,35 @@ msgstr "无" #: ../src/context-fns.cpp:33 ../src/context-fns.cpp:62 msgid "<b>Current layer is hidden</b>. Unhide it to be able to draw on it." -msgstr "<b>当前图层已被隐藏</b>。解除隐藏以在此图层上绘制。" +msgstr "<b>当前图层已隐藏</b>。解除隐藏以在此图层上绘制。" #: ../src/context-fns.cpp:39 ../src/context-fns.cpp:68 msgid "<b>Current layer is locked</b>. Unlock it to be able to draw on it." -msgstr "<b>当前图层已被锁定</b>。解锁以在此图层上绘制。" +msgstr "<b>当前图层已锁定</b>。解锁以在此图层上绘制。" -#: ../src/desktop-events.cpp:242 +#: ../src/desktop-events.cpp:244 msgid "Create guide" msgstr "创建辅助线" -#: ../src/desktop-events.cpp:498 +#: ../src/desktop-events.cpp:500 msgid "Move guide" msgstr "移动辅助线" -#: ../src/desktop-events.cpp:505 ../src/desktop-events.cpp:563 -#: ../src/ui/dialog/guides.cpp:138 +#: ../src/desktop-events.cpp:507 ../src/desktop-events.cpp:572 +#: ../src/ui/dialog/guides.cpp:147 msgid "Delete guide" msgstr "删除辅助线" -#: ../src/desktop-events.cpp:543 +#: ../src/desktop-events.cpp:552 #, c-format msgid "<b>Guideline</b>: %s" msgstr "<b>辅助线</b>:%s" -#: ../src/desktop.cpp:873 +#: ../src/desktop.cpp:875 msgid "No previous zoom." msgstr "无缩放记录。" -#: ../src/desktop.cpp:894 +#: ../src/desktop.cpp:896 msgid "No next zoom." msgstr "无缩放记录。" @@ -4453,21 +4480,21 @@ msgstr "网格单位(_U):" #: ../src/display/canvas-axonomgrid.cpp:359 ../src/display/canvas-grid.cpp:699 msgid "_Origin X:" -msgstr "起始 X 座标(_O):" +msgstr "原点 X 座标(_O):" #: ../src/display/canvas-axonomgrid.cpp:359 ../src/display/canvas-grid.cpp:699 -#: ../src/ui/dialog/inkscape-preferences.cpp:778 -#: ../src/ui/dialog/inkscape-preferences.cpp:803 +#: ../src/ui/dialog/inkscape-preferences.cpp:790 +#: ../src/ui/dialog/inkscape-preferences.cpp:815 msgid "X coordinate of grid origin" msgstr "网格原点的 X 坐标" #: ../src/display/canvas-axonomgrid.cpp:362 ../src/display/canvas-grid.cpp:702 msgid "O_rigin Y:" -msgstr "起始 Y 座标(_R):" +msgstr "原点 Y 座标(_R):" #: ../src/display/canvas-axonomgrid.cpp:362 ../src/display/canvas-grid.cpp:702 -#: ../src/ui/dialog/inkscape-preferences.cpp:779 -#: ../src/ui/dialog/inkscape-preferences.cpp:804 +#: ../src/ui/dialog/inkscape-preferences.cpp:791 +#: ../src/ui/dialog/inkscape-preferences.cpp:816 msgid "Y coordinate of grid origin" msgstr "网格原点的 Y 坐标" @@ -4476,29 +4503,29 @@ msgid "Spacing _Y:" msgstr "间隔 _Y:" #: ../src/display/canvas-axonomgrid.cpp:365 -#: ../src/ui/dialog/inkscape-preferences.cpp:807 +#: ../src/ui/dialog/inkscape-preferences.cpp:819 msgid "Base length of z-axis" msgstr "Z 轴的基础长度" #: ../src/display/canvas-axonomgrid.cpp:368 -#: ../src/ui/dialog/inkscape-preferences.cpp:810 +#: ../src/ui/dialog/inkscape-preferences.cpp:822 #: ../src/widgets/box3d-toolbar.cpp:302 msgid "Angle X:" msgstr "角度 X:" #: ../src/display/canvas-axonomgrid.cpp:368 -#: ../src/ui/dialog/inkscape-preferences.cpp:810 +#: ../src/ui/dialog/inkscape-preferences.cpp:822 msgid "Angle of x-axis" msgstr "X 轴角度" #: ../src/display/canvas-axonomgrid.cpp:370 -#: ../src/ui/dialog/inkscape-preferences.cpp:811 +#: ../src/ui/dialog/inkscape-preferences.cpp:823 #: ../src/widgets/box3d-toolbar.cpp:381 msgid "Angle Z:" msgstr "角度 Z:" #: ../src/display/canvas-axonomgrid.cpp:370 -#: ../src/ui/dialog/inkscape-preferences.cpp:811 +#: ../src/ui/dialog/inkscape-preferences.cpp:823 msgid "Angle of z-axis" msgstr "Z 轴角度" @@ -4507,7 +4534,7 @@ msgid "Minor grid line _color:" msgstr "次要网格线颜色(_C):" #: ../src/display/canvas-axonomgrid.cpp:374 ../src/display/canvas-grid.cpp:713 -#: ../src/ui/dialog/inkscape-preferences.cpp:762 +#: ../src/ui/dialog/inkscape-preferences.cpp:774 msgid "Minor grid line color" msgstr "次要网格线颜色" @@ -4520,13 +4547,13 @@ msgid "Ma_jor grid line color:" msgstr "主网格线颜色(_J):" #: ../src/display/canvas-axonomgrid.cpp:379 ../src/display/canvas-grid.cpp:718 -#: ../src/ui/dialog/inkscape-preferences.cpp:764 +#: ../src/ui/dialog/inkscape-preferences.cpp:776 msgid "Major grid line color" msgstr "主网格线颜色" #: ../src/display/canvas-axonomgrid.cpp:380 ../src/display/canvas-grid.cpp:719 msgid "Color of the major (highlighted) grid lines" -msgstr "主(高亮)网格线的颜色" +msgstr "主(高亮)网格线的颜色" #: ../src/display/canvas-axonomgrid.cpp:384 ../src/display/canvas-grid.cpp:723 msgid "_Major grid line every:" @@ -4550,7 +4577,7 @@ msgstr "创建新网格" #: ../src/display/canvas-grid.cpp:312 msgid "_Enabled" -msgstr "开启(_E)" +msgstr "启用(_E)" #: ../src/display/canvas-grid.cpp:313 msgid "" @@ -4580,15 +4607,15 @@ msgstr "决定是否显示网格。对象仍然能够粘附到不可见的网格 #: ../src/display/canvas-grid.cpp:705 msgid "Spacing _X:" -msgstr "间隔 _X:" +msgstr "间隔(_X):" #: ../src/display/canvas-grid.cpp:705 -#: ../src/ui/dialog/inkscape-preferences.cpp:784 +#: ../src/ui/dialog/inkscape-preferences.cpp:796 msgid "Distance between vertical grid lines" msgstr "垂直网格线之间的距离" #: ../src/display/canvas-grid.cpp:708 -#: ../src/ui/dialog/inkscape-preferences.cpp:785 +#: ../src/ui/dialog/inkscape-preferences.cpp:797 msgid "Distance between horizontal grid lines" msgstr "水平网格线之间的距离" @@ -4616,7 +4643,7 @@ msgstr "格线交点" #: ../src/display/snap-indicator.cpp:85 msgid "grid line (perpendicular)" -msgstr "格线(垂直)" +msgstr "格线(垂直)" #: ../src/display/snap-indicator.cpp:88 msgid "guide" @@ -4632,7 +4659,7 @@ msgstr "参考线原点" #: ../src/display/snap-indicator.cpp:97 msgid "guide (perpendicular)" -msgstr "参考线(垂直)" +msgstr "参考线(垂直)" #: ../src/display/snap-indicator.cpp:100 msgid "grid-guide intersection" @@ -4652,11 +4679,11 @@ msgstr "路径" #: ../src/display/snap-indicator.cpp:112 msgid "path (perpendicular)" -msgstr "路径(垂直)" +msgstr "路径(垂直)" #: ../src/display/snap-indicator.cpp:115 msgid "path (tangential)" -msgstr "路径(相切)" +msgstr "路径(相切)" #: ../src/display/snap-indicator.cpp:118 msgid "path intersection" @@ -4806,21 +4833,21 @@ msgstr "格线间距的倍数" msgid " to " msgstr " 至 " -#: ../src/document.cpp:544 +#: ../src/document.cpp:530 #, c-format msgid "New document %d" msgstr "新建文档 %d" -#: ../src/document.cpp:549 +#: ../src/document.cpp:535 #, c-format msgid "Memory document %d" msgstr "记忆文档 %d" -#: ../src/document.cpp:578 +#: ../src/document.cpp:564 msgid "Memory document %1" msgstr "记忆文档 %1" -#: ../src/document.cpp:886 +#: ../src/document.cpp:872 #, c-format msgid "Unnamed document %d" msgstr "未命名文档 %d" @@ -4830,11 +4857,11 @@ msgid "[Unchanged]" msgstr "[未改变]" #. Edit -#: ../src/event-log.cpp:371 ../src/event-log.cpp:374 ../src/verbs.cpp:2434 +#: ../src/event-log.cpp:371 ../src/event-log.cpp:374 ../src/verbs.cpp:2461 msgid "_Undo" msgstr "撤销(_U)" -#: ../src/event-log.cpp:381 ../src/event-log.cpp:385 ../src/verbs.cpp:2436 +#: ../src/event-log.cpp:381 ../src/event-log.cpp:385 ../src/verbs.cpp:2463 msgid "_Redo" msgstr "重做(_R)" @@ -4860,9 +4887,9 @@ msgstr " 描述:" #: ../src/extension/effect.cpp:41 msgid " (No preferences)" -msgstr "(无首选项)" +msgstr "(无首选项)" -#: ../src/extension/effect.h:70 ../src/verbs.cpp:2208 +#: ../src/extension/effect.h:70 ../src/verbs.cpp:2235 msgid "Extensions" msgstr "扩展" @@ -4886,10 +4913,10 @@ msgstr "" msgid "Show dialog on startup" msgstr "启动时显示对话框" -#: ../src/extension/execution-env.cpp:138 +#: ../src/extension/execution-env.cpp:136 #, c-format msgid "'%s' working, please wait..." -msgstr "'%s' 正在进行工作,请稍候…" +msgstr "%s 正在进行工作,请稍候..." #. static int i = 0; #. std::cout << "Checking module[" << i++ << "]: " << name << std::endl; @@ -4932,7 +4959,7 @@ msgstr "扩展“" #: ../src/extension/extension.cpp:321 msgid "\" failed to load because " -msgstr "”加载失败,原因为 " +msgstr "”加载失败,原因为:" #: ../src/extension/extension.cpp:670 #, c-format @@ -4973,7 +5000,7 @@ msgstr "" "该扩展暂时没有可用的帮助信息。如有关于此扩展的疑问,请前往 Inkscape 网站查找" "相关信息,或在邮件列表中提问。" -#: ../src/extension/implementation/script.cpp:1063 +#: ../src/extension/implementation/script.cpp:1112 msgid "" "Inkscape has received additional data from the script executed. The script " "did not return an error, but this may indicate the results will not be as " @@ -4992,7 +5019,7 @@ msgstr "外部模块目录名称为空。将不会加载模块。" msgid "" "Modules directory (%s) is unavailable. External modules in that directory " "will not be loaded." -msgstr "模块目录(%s)不可用。将不加载此目录中存放的外部模块。" +msgstr "模块目录(%s)不可用。将不加载此目录中存放的外部模块。" #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:39 msgid "Adaptive Threshold" @@ -5001,13 +5028,13 @@ msgstr "自适应阈值" #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:41 #: ../src/extension/internal/bitmap/raise.cpp:42 #: ../src/extension/internal/bitmap/sample.cpp:41 -#: ../src/extension/internal/bluredge.cpp:136 +#: ../src/extension/internal/bluredge.cpp:134 #: ../src/ui/dialog/lpe-powerstroke-properties.cpp:66 #: ../src/ui/dialog/object-attributes.cpp:68 #: ../src/ui/dialog/object-attributes.cpp:77 #: ../src/ui/widget/page-sizer.cpp:249 #: ../src/widgets/calligraphy-toolbar.cpp:430 -#: ../src/widgets/eraser-toolbar.cpp:128 ../src/widgets/spray-toolbar.cpp:116 +#: ../src/widgets/eraser-toolbar.cpp:154 ../src/widgets/spray-toolbar.cpp:297 #: ../src/widgets/tweak-toolbar.cpp:128 ../share/extensions/foldablebox.inx.h:2 msgid "Width:" msgstr "宽度:" @@ -5022,6 +5049,7 @@ msgid "Height:" msgstr "高度:" #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:43 +#: ../src/widgets/measure-toolbar.cpp:328 #: ../share/extensions/printing_marks.inx.h:12 msgid "Offset:" msgstr "偏移:" @@ -5070,7 +5098,7 @@ msgstr "为选中的位图应用可调整阈值" #: ../src/extension/internal/bitmap/addNoise.cpp:45 msgid "Add Noise" -msgstr "添加噪声" +msgstr "添加噪点" #. _settings->add_checkbutton(false, SP_ATTR_STITCHTILES, _("Stitch Tiles"), "stitch", "noStitch"); #: ../src/extension/internal/bitmap/addNoise.cpp:47 @@ -5079,8 +5107,8 @@ msgstr "添加噪声" #: ../src/extension/internal/filter/color.h:1660 #: ../src/extension/internal/filter/distort.h:69 #: ../src/extension/internal/filter/morphology.h:60 ../src/rdf.cpp:244 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2856 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2930 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2857 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2931 #: ../src/ui/dialog/object-attributes.cpp:49 #: ../share/extensions/jessyInk_effects.inx.h:5 #: ../share/extensions/jessyInk_export.inx.h:3 @@ -5091,31 +5119,31 @@ msgstr "类型:" #: ../src/extension/internal/bitmap/addNoise.cpp:48 msgid "Uniform Noise" -msgstr "标准噪声" +msgstr "标准噪点" #: ../src/extension/internal/bitmap/addNoise.cpp:49 msgid "Gaussian Noise" -msgstr "高斯噪声" +msgstr "高斯噪点" #: ../src/extension/internal/bitmap/addNoise.cpp:50 msgid "Multiplicative Gaussian Noise" -msgstr "倍乘高斯噪声" +msgstr "倍乘高斯噪点" #: ../src/extension/internal/bitmap/addNoise.cpp:51 msgid "Impulse Noise" -msgstr "脉冲噪声" +msgstr "脉冲噪点" #: ../src/extension/internal/bitmap/addNoise.cpp:52 msgid "Laplacian Noise" -msgstr "拉普拉斯噪声" +msgstr "拉普拉斯噪点" #: ../src/extension/internal/bitmap/addNoise.cpp:53 msgid "Poisson Noise" -msgstr "泊松噪声" +msgstr "泊松噪点" #: ../src/extension/internal/bitmap/addNoise.cpp:60 msgid "Add random noise to selected bitmap(s)" -msgstr "为选中的位图加入随机噪声" +msgstr "为选中的位图加入随机噪点" #: ../src/extension/internal/bitmap/blur.cpp:38 #: ../src/extension/internal/filter/blurs.h:54 @@ -5132,7 +5160,7 @@ msgstr "模糊" #: ../src/extension/internal/bitmap/oilPaint.cpp:39 #: ../src/extension/internal/bitmap/sharpen.cpp:40 #: ../src/extension/internal/bitmap/unsharpmask.cpp:43 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2908 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2909 msgid "Radius:" msgstr "半径:" @@ -5143,7 +5171,7 @@ msgstr "半径:" #: ../src/extension/internal/bitmap/sharpen.cpp:41 #: ../src/extension/internal/bitmap/unsharpmask.cpp:44 msgid "Sigma:" -msgstr "总和:" +msgstr "求和:" #: ../src/extension/internal/bitmap/blur.cpp:47 msgid "Blur selected bitmap(s)" @@ -5175,22 +5203,22 @@ msgstr "蓝色通道" #: ../src/extension/internal/bitmap/channel.cpp:54 #: ../src/extension/internal/bitmap/levelChannel.cpp:58 msgid "Cyan Channel" -msgstr "Cyan(青色)通道" +msgstr "青色通道" #: ../src/extension/internal/bitmap/channel.cpp:55 #: ../src/extension/internal/bitmap/levelChannel.cpp:59 msgid "Magenta Channel" -msgstr "Magenta(洋红)通道" +msgstr "洋红通道" #: ../src/extension/internal/bitmap/channel.cpp:56 #: ../src/extension/internal/bitmap/levelChannel.cpp:60 msgid "Yellow Channel" -msgstr "Yellow(黄色)通道" +msgstr "黄色通道" #: ../src/extension/internal/bitmap/channel.cpp:57 #: ../src/extension/internal/bitmap/levelChannel.cpp:61 msgid "Black Channel" -msgstr "Black(黑色)通道" +msgstr "黑色通道" #: ../src/extension/internal/bitmap/channel.cpp:58 #: ../src/extension/internal/bitmap/levelChannel.cpp:62 @@ -5244,19 +5272,19 @@ msgstr "剪裁" #: ../src/extension/internal/bitmap/crop.cpp:68 msgid "Top (px):" -msgstr "顶端 (px):" +msgstr "顶部(像素):" #: ../src/extension/internal/bitmap/crop.cpp:69 msgid "Bottom (px):" -msgstr "底端 (px):" +msgstr "底部(像素):" #: ../src/extension/internal/bitmap/crop.cpp:70 msgid "Left (px):" -msgstr "左 (px):" +msgstr "左侧(像素):" #: ../src/extension/internal/bitmap/crop.cpp:71 msgid "Right (px):" -msgstr "右 (px):" +msgstr "右侧(像素):" #: ../src/extension/internal/bitmap/crop.cpp:77 msgid "Crop selected bitmap(s)" @@ -5269,7 +5297,7 @@ msgstr "循环颜色表" #: ../src/extension/internal/bitmap/cycleColormap.cpp:39 #: ../src/extension/internal/bitmap/spread.cpp:39 #: ../src/extension/internal/bitmap/unsharpmask.cpp:45 -#: ../src/widgets/spray-toolbar.cpp:208 +#: ../src/widgets/spray-toolbar.cpp:411 msgid "Amount:" msgstr "数量:" @@ -5279,11 +5307,11 @@ msgstr "循环所选位图的颜色表。" #: ../src/extension/internal/bitmap/despeckle.cpp:36 msgid "Despeckle" -msgstr "去斑" +msgstr "去除杂点" #: ../src/extension/internal/bitmap/despeckle.cpp:43 msgid "Reduce speckle noise of selected bitmap(s)" -msgstr "减少所选位图的斑点噪声。" +msgstr "减少所选位图的斑点噪点。" #: ../src/extension/internal/bitmap/edge.cpp:37 msgid "Edge" @@ -5307,7 +5335,7 @@ msgstr "增强" #: ../src/extension/internal/bitmap/enhance.cpp:42 msgid "Enhance selected bitmap(s); minimize noise" -msgstr "增强所选位图;最小化其噪声" +msgstr "增强所选位图;最小化其噪点" #: ../src/extension/internal/bitmap/equalize.cpp:35 msgid "Equalize" @@ -5371,7 +5399,7 @@ msgstr "用落在给定范围至全部色彩范围之间的缩放数值来调整 #: ../src/extension/internal/bitmap/levelChannel.cpp:52 msgid "Level (with Channel)" -msgstr "色阶(含颜色通道)" +msgstr "色阶(带有通道)" #: ../src/extension/internal/bitmap/levelChannel.cpp:54 #: ../src/extension/internal/filter/color.h:711 @@ -5421,17 +5449,17 @@ msgstr "反相" #: ../src/extension/internal/bitmap/negate.cpp:43 msgid "Negate (take inverse) selected bitmap(s)" -msgstr "反相(获得负片效果)选中的位图" +msgstr "反相(获得负片效果)选中的位图" #: ../src/extension/internal/bitmap/normalize.cpp:36 msgid "Normalize" -msgstr "归一化" +msgstr "正常化" #: ../src/extension/internal/bitmap/normalize.cpp:43 msgid "" "Normalize selected bitmap(s), expanding color range to the full possible " "range of color" -msgstr "将所选位图归一化,将色彩范围扩展到最大" +msgstr "将所选位图正常化,将色彩范围扩展到最大" #: ../src/extension/internal/bitmap/oilPaint.cpp:37 msgid "Oil Paint" @@ -5444,15 +5472,15 @@ msgstr "风格化选中的位图,产生像用油画绘制的效果" #: ../src/extension/internal/bitmap/opacity.cpp:38 #: ../src/extension/internal/filter/blurs.h:333 #: ../src/extension/internal/filter/transparency.h:279 -#: ../src/ui/dialog/clonetiler.cpp:838 ../src/ui/dialog/clonetiler.cpp:991 +#: ../src/ui/dialog/clonetiler.cpp:836 ../src/ui/dialog/clonetiler.cpp:989 #: ../src/widgets/tweak-toolbar.cpp:334 #: ../share/extensions/interp_att_g.inx.h:18 msgid "Opacity" msgstr "不透明度" #: ../src/extension/internal/bitmap/opacity.cpp:40 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2898 -#: ../src/ui/dialog/objects.cpp:1625 ../src/widgets/dropper-toolbar.cpp:83 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2899 +#: ../src/ui/dialog/objects.cpp:1629 ../src/widgets/dropper-toolbar.cpp:83 msgid "Opacity:" msgstr "不透明度:" @@ -5475,9 +5503,12 @@ msgstr "通过改变位图的边缘亮度来创建凸起的外观" #: ../src/extension/internal/bitmap/reduceNoise.cpp:40 msgid "Reduce Noise" -msgstr "减少噪声" +msgstr "减少噪点" +#. Paint order +#. TRANSLATORS: Paint order determines the order the 'fill', 'stroke', and 'markers are painted. #: ../src/extension/internal/bitmap/reduceNoise.cpp:42 +#: ../src/widgets/stroke-style.cpp:384 #: ../share/extensions/jessyInk_effects.inx.h:3 #: ../share/extensions/jessyInk_view.inx.h:3 #: ../share/extensions/lindenmayer.inx.h:5 @@ -5487,7 +5518,7 @@ msgstr "次序:" #: ../src/extension/internal/bitmap/reduceNoise.cpp:48 msgid "" "Reduce noise in selected bitmap(s) using a noise peak elimination filter" -msgstr "使用噪声高峰值排除滤镜来减少选中位图的噪声" +msgstr "使用噪点高峰值排除滤镜来减少选中位图的噪点" #: ../src/extension/internal/bitmap/sample.cpp:39 msgid "Resample" @@ -5571,7 +5602,7 @@ msgstr "取消锐化蒙版" #: ../src/extension/internal/bitmap/unsharpmask.cpp:52 msgid "Sharpen selected bitmap(s) using unsharp mask algorithms" -msgstr "使用取消锐化(unsharp)蒙版算法来锐化选中的位图" +msgstr "使用取消锐化蒙版算法来锐化选中的位图" #: ../src/extension/internal/bitmap/wave.cpp:38 msgid "Wave" @@ -5589,23 +5620,23 @@ msgstr "波长:" msgid "Alter selected bitmap(s) along sine wave" msgstr "沿着正波弦改变选中的位图" -#: ../src/extension/internal/bluredge.cpp:134 +#: ../src/extension/internal/bluredge.cpp:132 msgid "Inset/Outset Halo" msgstr "内/外光晕" -#: ../src/extension/internal/bluredge.cpp:136 +#: ../src/extension/internal/bluredge.cpp:134 msgid "Width in px of the halo" msgstr "光晕的像素宽度" -#: ../src/extension/internal/bluredge.cpp:137 +#: ../src/extension/internal/bluredge.cpp:135 msgid "Number of steps:" msgstr "层次数:" -#: ../src/extension/internal/bluredge.cpp:137 +#: ../src/extension/internal/bluredge.cpp:135 msgid "Number of inset/outset copies of the object to make" msgstr "在对象的内外产生偏移副本的数量" -#: ../src/extension/internal/bluredge.cpp:141 +#: ../src/extension/internal/bluredge.cpp:139 #: ../share/extensions/extrude.inx.h:5 #: ../share/extensions/generate_voronoi.inx.h:9 #: ../share/extensions/interp.inx.h:9 ../share/extensions/motion.inx.h:4 @@ -5669,7 +5700,7 @@ msgstr "栅格化滤镜效果" #: ../src/extension/internal/cairo-ps-out.cpp:381 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:256 msgid "Resolution for rasterization (dpi):" -msgstr "点阵化使用的分辨率 (dpi):" +msgstr "点阵化使用的分辨率(dpi):" #: ../src/extension/internal/cairo-ps-out.cpp:340 #: ../src/extension/internal/cairo-ps-out.cpp:382 @@ -5691,7 +5722,7 @@ msgstr "使用导出对象的尺寸" #: ../src/extension/internal/cairo-ps-out.cpp:344 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:261 msgid "Bleed/margin (mm):" -msgstr "出血/边距(毫米):" +msgstr "出血/边距(毫米):" #: ../src/extension/internal/cairo-ps-out.cpp:345 #: ../src/extension/internal/cairo-ps-out.cpp:387 @@ -5715,7 +5746,7 @@ msgstr "已封装的 PostScript" #: ../src/extension/internal/cairo-ps-out.cpp:386 msgid "Bleed/margin (mm)" -msgstr "出血/边距(毫米)" +msgstr "出血/边距(毫米)" #: ../src/extension/internal/cairo-ps-out.cpp:391 #: ../share/extensions/eps_input.inx.h:2 @@ -5809,79 +5840,79 @@ msgstr "Corel DRAW Presentation Exchange 文件 (*.cmx)" msgid "Open presentation exchange files saved in Corel DRAW" msgstr "打开使用 Corel DRAW 创建的 Presentation Exchange 文件" -#: ../src/extension/internal/emf-inout.cpp:3581 +#: ../src/extension/internal/emf-inout.cpp:3601 msgid "EMF Input" msgstr "EMF 输入" -#: ../src/extension/internal/emf-inout.cpp:3586 +#: ../src/extension/internal/emf-inout.cpp:3606 msgid "Enhanced Metafiles (*.emf)" msgstr "增强型图元文件 (*.emf)" -#: ../src/extension/internal/emf-inout.cpp:3587 +#: ../src/extension/internal/emf-inout.cpp:3607 msgid "Enhanced Metafiles" msgstr "增强型图元文件" -#: ../src/extension/internal/emf-inout.cpp:3595 +#: ../src/extension/internal/emf-inout.cpp:3615 msgid "EMF Output" msgstr "EMF 输出" -#: ../src/extension/internal/emf-inout.cpp:3597 -#: ../src/extension/internal/wmf-inout.cpp:3176 +#: ../src/extension/internal/emf-inout.cpp:3617 +#: ../src/extension/internal/wmf-inout.cpp:3196 msgid "Convert texts to paths" msgstr "将文字转换为路径" -#: ../src/extension/internal/emf-inout.cpp:3598 -#: ../src/extension/internal/wmf-inout.cpp:3177 +#: ../src/extension/internal/emf-inout.cpp:3618 +#: ../src/extension/internal/wmf-inout.cpp:3197 msgid "Map Unicode to Symbol font" msgstr "将万国码映射至符号字体" -#: ../src/extension/internal/emf-inout.cpp:3599 -#: ../src/extension/internal/wmf-inout.cpp:3178 +#: ../src/extension/internal/emf-inout.cpp:3619 +#: ../src/extension/internal/wmf-inout.cpp:3198 msgid "Map Unicode to Wingdings" msgstr "将万国码映射至 Wingdings" -#: ../src/extension/internal/emf-inout.cpp:3600 -#: ../src/extension/internal/wmf-inout.cpp:3179 +#: ../src/extension/internal/emf-inout.cpp:3620 +#: ../src/extension/internal/wmf-inout.cpp:3199 msgid "Map Unicode to Zapf Dingbats" msgstr "将万国码映射至 Zapf Dingbats" -#: ../src/extension/internal/emf-inout.cpp:3601 -#: ../src/extension/internal/wmf-inout.cpp:3180 +#: ../src/extension/internal/emf-inout.cpp:3621 +#: ../src/extension/internal/wmf-inout.cpp:3200 msgid "Use MS Unicode PUA (0xF020-0xF0FF) for converted characters" msgstr "为转换后的字符使用 Microsoft Unicode PUA (0xF020-0xF0FF)" -#: ../src/extension/internal/emf-inout.cpp:3602 -#: ../src/extension/internal/wmf-inout.cpp:3181 +#: ../src/extension/internal/emf-inout.cpp:3622 +#: ../src/extension/internal/wmf-inout.cpp:3201 msgid "Compensate for PPT font bug" msgstr "PPT 字体错误补偿" -#: ../src/extension/internal/emf-inout.cpp:3603 -#: ../src/extension/internal/wmf-inout.cpp:3182 +#: ../src/extension/internal/emf-inout.cpp:3623 +#: ../src/extension/internal/wmf-inout.cpp:3202 msgid "Convert dashed/dotted lines to single lines" msgstr "将虚线/点线转换为实线" -#: ../src/extension/internal/emf-inout.cpp:3604 -#: ../src/extension/internal/wmf-inout.cpp:3183 +#: ../src/extension/internal/emf-inout.cpp:3624 +#: ../src/extension/internal/wmf-inout.cpp:3203 msgid "Convert gradients to colored polygon series" msgstr "将渐变色转换为一系列的彩色多边形" -#: ../src/extension/internal/emf-inout.cpp:3605 +#: ../src/extension/internal/emf-inout.cpp:3625 msgid "Use native rectangular linear gradients" msgstr "使用原生线性矩形渐变" -#: ../src/extension/internal/emf-inout.cpp:3606 +#: ../src/extension/internal/emf-inout.cpp:3626 msgid "Map all fill patterns to standard EMF hatches" msgstr "将所有填充图案映射至标准 EMF 剖面线" -#: ../src/extension/internal/emf-inout.cpp:3607 +#: ../src/extension/internal/emf-inout.cpp:3627 msgid "Ignore image rotations" msgstr "忽略图片旋转" -#: ../src/extension/internal/emf-inout.cpp:3611 +#: ../src/extension/internal/emf-inout.cpp:3631 msgid "Enhanced Metafile (*.emf)" msgstr "增强型图元文件 (*.emf)" -#: ../src/extension/internal/emf-inout.cpp:3612 +#: ../src/extension/internal/emf-inout.cpp:3632 msgid "Enhanced Metafile" msgstr "增强型图元文件" @@ -5901,13 +5932,13 @@ msgstr "平滑度" #: ../src/extension/internal/filter/bevels.h:137 #: ../src/extension/internal/filter/bevels.h:221 msgid "Elevation (°)" -msgstr "仰角 (°)" +msgstr "仰角(°)" #: ../src/extension/internal/filter/bevels.h:57 #: ../src/extension/internal/filter/bevels.h:138 #: ../src/extension/internal/filter/bevels.h:222 msgid "Azimuth (°)" -msgstr "方位角 (°)" +msgstr "方位角(°)" #: ../src/extension/internal/filter/bevels.h:58 #: ../src/extension/internal/filter/bevels.h:139 @@ -5946,7 +5977,7 @@ msgstr "光照颜色" #: ../src/extension/internal/filter/distort.h:95 #: ../src/extension/internal/filter/distort.h:204 #: ../src/extension/internal/filter/filter-file.cpp:151 -#: ../src/extension/internal/filter/filter.cpp:212 +#: ../src/extension/internal/filter/filter.cpp:211 #: ../src/extension/internal/filter/image.h:61 #: ../src/extension/internal/filter/morphology.h:75 #: ../src/extension/internal/filter/morphology.h:202 @@ -5967,7 +5998,7 @@ msgstr "光照颜色" #: ../src/extension/internal/filter/transparency.h:214 #: ../src/extension/internal/filter/transparency.h:287 #: ../src/extension/internal/filter/transparency.h:349 -#: ../src/ui/dialog/inkscape-preferences.cpp:1793 +#: ../src/ui/dialog/inkscape-preferences.cpp:1805 #, c-format msgid "Filters" msgstr "滤镜" @@ -6154,7 +6185,7 @@ msgstr "侵蚀" #: ../src/extension/internal/filter/blurs.h:336 #: ../src/extension/internal/filter/color.h:1280 #: ../src/extension/internal/filter/color.h:1392 -#: ../src/ui/dialog/document-properties.cpp:122 +#: ../src/ui/dialog/document-properties.cpp:123 msgid "Background color" msgstr "背景色" @@ -6178,7 +6209,7 @@ msgstr "混合类型:" #: ../src/extension/internal/filter/paint.h:702 #: ../src/extension/internal/filter/textures.h:77 #: ../src/extension/internal/filter/transparency.h:61 -#: ../src/filter-enums.cpp:52 ../src/ui/dialog/inkscape-preferences.cpp:685 +#: ../src/filter-enums.cpp:52 ../src/ui/dialog/inkscape-preferences.cpp:697 msgid "Normal" msgstr "正常" @@ -6281,12 +6312,13 @@ msgstr "高度" #: ../src/ui/widget/color-icc-selector.cpp:187 #: ../src/ui/widget/color-scales.cpp:411 ../src/ui/widget/color-scales.cpp:412 #: ../src/widgets/tweak-toolbar.cpp:318 -#: ../share/extensions/color_randomize.inx.h:5 +#: ../share/extensions/color_randomize.inx.h:9 msgid "Lightness" msgstr "亮度" #: ../src/extension/internal/filter/bumps.h:100 #: ../src/extension/internal/filter/bumps.h:331 +#: ../src/widgets/measure-toolbar.cpp:302 msgid "Precision" msgstr "精度" @@ -6303,7 +6335,7 @@ msgid "Distant" msgstr "远处灯光" #: ../src/extension/internal/filter/bumps.h:106 -#: ../src/ui/dialog/inkscape-preferences.cpp:460 +#: ../src/ui/dialog/inkscape-preferences.cpp:470 msgid "Point" msgstr "点" @@ -6469,18 +6501,18 @@ msgstr "亮度滤镜" #: ../src/extension/internal/filter/color.h:153 msgid "Channel Painting" -msgstr "频道涂绘" +msgstr "通道涂绘" #: ../src/extension/internal/filter/color.h:157 #: ../src/extension/internal/filter/color.h:332 #: ../src/extension/internal/filter/paint.h:87 ../src/filter-enums.cpp:66 -#: ../src/ui/dialog/inkscape-preferences.cpp:984 +#: ../src/ui/dialog/inkscape-preferences.cpp:996 #: ../src/ui/tools/flood-tool.cpp:95 #: ../src/ui/widget/color-icc-selector.cpp:183 #: ../src/ui/widget/color-icc-selector.cpp:188 #: ../src/ui/widget/color-scales.cpp:408 ../src/ui/widget/color-scales.cpp:409 #: ../src/widgets/tweak-toolbar.cpp:302 -#: ../share/extensions/color_randomize.inx.h:4 +#: ../share/extensions/color_randomize.inx.h:6 msgid "Saturation" msgstr "饱和度" @@ -6504,35 +6536,35 @@ msgstr "色盲类型:" #: ../src/extension/internal/filter/color.h:259 msgid "Rod monochromacy (atypical achromatopsia)" -msgstr "视杆细胞全色盲(非典型色盲)" +msgstr "视杆细胞全色盲(非典型色盲)" #: ../src/extension/internal/filter/color.h:260 msgid "Cone monochromacy (typical achromatopsia)" -msgstr "视锥细胞全色盲(典型色盲)" +msgstr "视锥细胞全色盲(典型色盲)" #: ../src/extension/internal/filter/color.h:261 msgid "Green weak (deuteranomaly)" -msgstr "绿色弱(Deuteranomaly)" +msgstr "绿色弱(Deuteranomaly)" #: ../src/extension/internal/filter/color.h:262 msgid "Green blind (deuteranopia)" -msgstr "绿色盲(Deuteranopia)" +msgstr "绿色盲(Deuteranopia)" #: ../src/extension/internal/filter/color.h:263 msgid "Red weak (protanomaly)" -msgstr "红色弱(Protanomaly)" +msgstr "红色弱(Protanomaly)" #: ../src/extension/internal/filter/color.h:264 msgid "Red blind (protanopia)" -msgstr "红色盲(Protanopia)" +msgstr "红色盲(Protanopia)" #: ../src/extension/internal/filter/color.h:265 msgid "Blue weak (tritanomaly)" -msgstr "蓝色弱(Tritanomaly)" +msgstr "蓝色弱(Tritanomaly)" #: ../src/extension/internal/filter/color.h:266 msgid "Blue blind (tritanopia)" -msgstr "蓝色盲(Tritanopia)" +msgstr "蓝色盲(Tritanopia)" #: ../src/extension/internal/filter/color.h:286 msgid "Simulate color blindness" @@ -6544,7 +6576,7 @@ msgstr "色移" #: ../src/extension/internal/filter/color.h:331 msgid "Shift (°)" -msgstr "偏移 (°)" +msgstr "偏移(°)" #: ../src/extension/internal/filter/color.h:340 msgid "Rotate and desaturate hue" @@ -6732,11 +6764,11 @@ msgstr "反转" #: ../src/extension/internal/filter/color.h:982 msgid "Invert channels:" -msgstr "反相通道:" +msgstr "反转通道:" #: ../src/extension/internal/filter/color.h:983 msgid "No inversion" -msgstr "无反相" +msgstr "无反转" #: ../src/extension/internal/filter/color.h:984 msgid "Red and blue" @@ -6783,13 +6815,14 @@ msgstr "阴影" #: ../src/live_effects/effect.cpp:108 #: ../src/live_effects/lpe-transform_2pts.cpp:40 #: ../src/ui/dialog/filter-effects-dialog.cpp:1048 -#: ../src/widgets/gradient-toolbar.cpp:1162 +#: ../src/widgets/gradient-toolbar.cpp:1159 +#: ../src/widgets/measure-toolbar.cpp:328 msgid "Offset" msgstr "偏移" #: ../src/extension/internal/filter/color.h:1127 msgid "Modify lights and shadows separately" -msgstr "分别修改高光和阴影" +msgstr "分别修改光照和阴影" #: ../src/extension/internal/filter/color.h:1186 msgid "Lightness-Contrast" @@ -6801,7 +6834,7 @@ msgstr "分别修改亮度和对比度" #: ../src/extension/internal/filter/color.h:1265 msgid "Nudge RGB" -msgstr "微调 RGB" +msgstr "RGB 微调" #: ../src/extension/internal/filter/color.h:1269 msgid "Red offset" @@ -6844,7 +6877,7 @@ msgstr "分别微调 RGB 通道并将其与不同背景类型混合" #: ../src/extension/internal/filter/color.h:1377 msgid "Nudge CMY" -msgstr "微调 CMY" +msgstr "CMY 微调" #: ../src/extension/internal/filter/color.h:1381 msgid "Cyan offset" @@ -6870,7 +6903,7 @@ msgstr "四色调奇幻" #: ../src/extension/internal/filter/color.h:1485 msgid "Hue distribution (°)" -msgstr "色调分布 (°)" +msgstr "色调分布(°)" #: ../src/extension/internal/filter/color.h:1486 #: ../share/extensions/svgcalendar.inx.h:19 @@ -6883,7 +6916,7 @@ msgstr "用两种颜色替代色调" #: ../src/extension/internal/filter/color.h:1571 msgid "Hue rotation (°)" -msgstr "色调旋转 (°)" +msgstr "色调旋转(°)" #: ../src/extension/internal/filter/color.h:1574 msgid "Moonarize" @@ -6935,7 +6968,7 @@ msgstr "全局照明" #: ../src/extension/internal/filter/color.h:1683 msgid "Hue distribution (°):" -msgstr "色调分布 (°):" +msgstr "色调分布(°):" #: ../src/extension/internal/filter/color.h:1694 msgid "" @@ -6957,7 +6990,7 @@ msgstr "输出" #: ../src/ui/widget/selected-style.cpp:132 #: ../src/ui/widget/style-swatch.cpp:128 msgid "Stroke:" -msgstr "笔廓:" +msgstr "笔刷:" #: ../src/extension/internal/filter/distort.h:79 #: ../src/extension/internal/filter/textures.h:76 @@ -6982,7 +7015,7 @@ msgstr "湍流:" #: ../src/extension/internal/filter/overlays.h:61 #: ../src/extension/internal/filter/paint.h:692 msgid "Fractal noise" -msgstr "分形噪声" +msgstr "分形噪点" #: ../src/extension/internal/filter/distort.h:85 #: ../src/extension/internal/filter/distort.h:194 @@ -7108,7 +7141,7 @@ msgstr "开口" #: ../src/extension/internal/filter/morphology.h:65 #: ../src/libgdl/gdl-dock-placeholder.c:167 ../src/libgdl/gdl-dock.c:191 #: ../src/ui/widget/page-sizer.cpp:249 ../src/widgets/rect-toolbar.cpp:317 -#: ../src/widgets/spray-toolbar.cpp:116 ../src/widgets/tweak-toolbar.cpp:128 +#: ../src/widgets/spray-toolbar.cpp:297 ../src/widgets/tweak-toolbar.cpp:128 #: ../share/extensions/interp_att_g.inx.h:12 msgid "Width" msgstr "宽度" @@ -7194,7 +7227,7 @@ msgid "Erosion 2" msgstr "侵蚀 2" #: ../src/extension/internal/filter/morphology.h:191 -#: ../src/live_effects/lpe-roughen.cpp:40 +#: ../src/live_effects/lpe-roughen.cpp:41 msgid "Smooth" msgstr "光滑" @@ -7204,7 +7237,7 @@ msgstr "填充不透明度:" #: ../src/extension/internal/filter/morphology.h:196 msgid "Stroke opacity:" -msgstr "笔廓不透明度:" +msgstr "笔刷不透明度:" #: ../src/extension/internal/filter/morphology.h:206 msgid "Adds a colorizable outline" @@ -7212,7 +7245,7 @@ msgstr "添加彩色轮廓" #: ../src/extension/internal/filter/overlays.h:56 msgid "Noise Fill" -msgstr "噪声填充" +msgstr "噪点填充" #: ../src/extension/internal/filter/overlays.h:59 #: ../src/extension/internal/filter/paint.h:690 @@ -7272,15 +7305,15 @@ msgstr "侵蚀:" #: ../src/extension/internal/filter/overlays.h:72 msgid "Noise color" -msgstr "噪声颜色" +msgstr "噪点颜色" #: ../src/extension/internal/filter/overlays.h:83 msgid "Basic noise fill and transparency texture" -msgstr "基本的噪声填充和透明纹理" +msgstr "基本的噪点填充和透明纹理" #: ../src/extension/internal/filter/paint.h:71 msgid "Chromolitho" -msgstr "多彩噪声" +msgstr "多彩噪点" #: ../src/extension/internal/filter/paint.h:75 #: ../share/extensions/jessyInk_keyBindings.inx.h:16 @@ -7341,8 +7374,8 @@ msgid "Convert image to an engraving made of vertical and horizontal lines" msgstr "将图像转换成用垂直线及水平线产生的版画效果" #: ../src/extension/internal/filter/paint.h:331 -#: ../src/ui/dialog/align-and-distribute.cpp:999 -#: ../src/widgets/desktop-widget.cpp:1998 +#: ../src/ui/dialog/align-and-distribute.cpp:1041 +#: ../src/widgets/desktop-widget.cpp:2049 msgid "Drawing" msgstr "绘图" @@ -7376,11 +7409,11 @@ msgstr "图像在填充上面" #: ../src/extension/internal/filter/paint.h:354 msgid "Stroke color" -msgstr "笔廓颜色" +msgstr "笔刷颜色" #: ../src/extension/internal/filter/paint.h:355 msgid "Image on stroke" -msgstr "笔廓图像" +msgstr "笔刷图像" #: ../src/extension/internal/filter/paint.h:366 msgid "Convert images to duochrome drawings" @@ -7422,7 +7455,7 @@ msgid "Contrasted" msgstr "醒目" #: ../src/extension/internal/filter/paint.h:591 -#: ../src/live_effects/lpe-jointype.cpp:51 +#: ../src/live_effects/lpe-jointype.cpp:54 msgid "Line width" msgstr "线条宽度" @@ -7434,7 +7467,7 @@ msgstr "混合模式:" #: ../src/extension/internal/filter/paint.h:605 msgid "Posterize and draw smooth lines around color shapes" -msgstr "色调分离(海报效果)并色彩形状周围绘制平滑线条" +msgstr "色调分离(海报效果)并色彩形状周围绘制平滑线条" #: ../src/extension/internal/filter/paint.h:687 msgid "Point Engraving" @@ -7442,7 +7475,7 @@ msgstr "网点版画" #: ../src/extension/internal/filter/paint.h:700 msgid "Noise blend:" -msgstr "噪声混合:" +msgstr "噪点混合:" #: ../src/extension/internal/filter/paint.h:708 msgid "Grain lightness" @@ -7478,11 +7511,11 @@ msgstr "油画" #: ../src/extension/internal/filter/paint.h:868 msgid "Simplify (primary)" -msgstr "简化 (主要)" +msgstr "简化(主要)" #: ../src/extension/internal/filter/paint.h:869 msgid "Simplify (secondary)" -msgstr "简化 (次要)" +msgstr "简化(次要)" #: ../src/extension/internal/filter/paint.h:870 msgid "Pre-saturation" @@ -7494,7 +7527,7 @@ msgstr "处理后饱和度" #: ../src/extension/internal/filter/paint.h:872 msgid "Simulate antialiasing" -msgstr "仿真反锯齿效果" +msgstr "仿真抗锯齿效果" #: ../src/extension/internal/filter/paint.h:880 msgid "Poster and painting effects" @@ -7502,7 +7535,7 @@ msgstr "海报和绘画效果" #: ../src/extension/internal/filter/paint.h:973 msgid "Posterize Basic" -msgstr "基本色调分离(海报风格)" +msgstr "基本色调分离(海报风格)" #: ../src/extension/internal/filter/paint.h:984 msgid "Simple posterizing effect" @@ -7526,15 +7559,15 @@ msgstr "投射阴影" #: ../src/extension/internal/filter/shadows.h:61 msgid "Blur radius (px)" -msgstr "模糊半径 (px)" +msgstr "模糊半径(像素)" #: ../src/extension/internal/filter/shadows.h:62 msgid "Horizontal offset (px)" -msgstr "水平偏移 (px)" +msgstr "水平偏移(像素)" #: ../src/extension/internal/filter/shadows.h:63 msgid "Vertical offset (px)" -msgstr "垂直偏移 (px)" +msgstr "垂直偏移(像素)" #: ../src/extension/internal/filter/shadows.h:64 msgid "Shadow type:" @@ -7600,7 +7633,7 @@ msgstr "自定义" #: ../src/extension/internal/filter/textures.h:83 msgid "Custom stroke options" -msgstr "自定义笔廓选项" +msgstr "自定义笔刷选项" #: ../src/extension/internal/filter/textures.h:84 msgid "k1:" @@ -7633,9 +7666,9 @@ msgid "Background" msgstr "背景" #: ../src/extension/internal/filter/transparency.h:59 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2853 -#: ../src/ui/dialog/input.cpp:1088 ../src/widgets/eraser-toolbar.cpp:106 -#: ../src/widgets/pencil-toolbar.cpp:144 ../src/widgets/spray-toolbar.cpp:186 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2854 +#: ../src/ui/dialog/input.cpp:1088 ../src/widgets/eraser-toolbar.cpp:133 +#: ../src/widgets/pencil-toolbar.cpp:141 ../src/widgets/spray-toolbar.cpp:389 #: ../src/widgets/tweak-toolbar.cpp:254 ../share/extensions/extrude.inx.h:2 #: ../share/extensions/triangle.inx.h:8 msgid "Mode:" @@ -7682,17 +7715,17 @@ msgstr "挖剪" msgid "Repaint anything visible monochrome" msgstr "重绘任何可见对象为灰阶" -#: ../src/extension/internal/gdkpixbuf-input.cpp:183 +#: ../src/extension/internal/gdkpixbuf-input.cpp:188 #, c-format msgid "%s bitmap image import" msgstr "导入 %s 位图图像" -#: ../src/extension/internal/gdkpixbuf-input.cpp:190 +#: ../src/extension/internal/gdkpixbuf-input.cpp:195 #, c-format msgid "Image Import Type:" msgstr "图片导入类型:" -#: ../src/extension/internal/gdkpixbuf-input.cpp:190 +#: ../src/extension/internal/gdkpixbuf-input.cpp:195 #, c-format msgid "" "Embed results in stand-alone, larger SVG files. Link references a file " @@ -7701,76 +7734,76 @@ msgstr "" "内嵌将得到较大的单个 SVG 文件。链接则会引用这个 SVG 文档外的一个文件,且所有" "文件必须一起移动。" -#: ../src/extension/internal/gdkpixbuf-input.cpp:191 -#: ../src/ui/dialog/inkscape-preferences.cpp:1498 +#: ../src/extension/internal/gdkpixbuf-input.cpp:196 +#: ../src/ui/dialog/inkscape-preferences.cpp:1510 #, c-format msgid "Embed" msgstr "内嵌" -#: ../src/extension/internal/gdkpixbuf-input.cpp:192 ../src/sp-anchor.cpp:105 -#: ../src/ui/dialog/inkscape-preferences.cpp:1498 +#: ../src/extension/internal/gdkpixbuf-input.cpp:197 ../src/sp-anchor.cpp:105 +#: ../src/ui/dialog/inkscape-preferences.cpp:1510 #, c-format msgid "Link" msgstr "链接" -#: ../src/extension/internal/gdkpixbuf-input.cpp:195 +#: ../src/extension/internal/gdkpixbuf-input.cpp:200 #, c-format msgid "Image DPI:" msgstr "图片 DPI:" -#: ../src/extension/internal/gdkpixbuf-input.cpp:195 +#: ../src/extension/internal/gdkpixbuf-input.cpp:200 #, c-format msgid "" "Take information from file or use default bitmap import resolution as " "defined in the preferences." msgstr "从文件获取信息惑使用缺省位图导入分辨率作为首选项中定义的分辨率。" -#: ../src/extension/internal/gdkpixbuf-input.cpp:196 +#: ../src/extension/internal/gdkpixbuf-input.cpp:201 #, c-format msgid "From file" msgstr "从文件" -#: ../src/extension/internal/gdkpixbuf-input.cpp:197 +#: ../src/extension/internal/gdkpixbuf-input.cpp:202 #, c-format msgid "Default import resolution" msgstr "缺省导入分辨率" -#: ../src/extension/internal/gdkpixbuf-input.cpp:200 +#: ../src/extension/internal/gdkpixbuf-input.cpp:205 #, c-format msgid "Image Rendering Mode:" msgstr "图形渲染模式:" -#: ../src/extension/internal/gdkpixbuf-input.cpp:200 +#: ../src/extension/internal/gdkpixbuf-input.cpp:205 #, c-format msgid "" "When an image is upscaled, apply smoothing or keep blocky (pixelated). (Will " "not work in all browsers.)" msgstr "当图片放大时,应用平滑或维持块状 (像素)。(并不适用所有的浏览器。)" -#: ../src/extension/internal/gdkpixbuf-input.cpp:201 -#: ../src/ui/dialog/inkscape-preferences.cpp:1505 +#: ../src/extension/internal/gdkpixbuf-input.cpp:206 +#: ../src/ui/dialog/inkscape-preferences.cpp:1517 #, c-format msgid "None (auto)" -msgstr "无(auto)" +msgstr "无(自动)" -#: ../src/extension/internal/gdkpixbuf-input.cpp:202 -#: ../src/ui/dialog/inkscape-preferences.cpp:1505 +#: ../src/extension/internal/gdkpixbuf-input.cpp:207 +#: ../src/ui/dialog/inkscape-preferences.cpp:1517 #, c-format msgid "Smooth (optimizeQuality)" -msgstr "平滑(optimizeQuality)" +msgstr "平滑(优化品质)" -#: ../src/extension/internal/gdkpixbuf-input.cpp:203 -#: ../src/ui/dialog/inkscape-preferences.cpp:1505 +#: ../src/extension/internal/gdkpixbuf-input.cpp:208 +#: ../src/ui/dialog/inkscape-preferences.cpp:1517 #, c-format msgid "Blocky (optimizeSpeed)" -msgstr "块状(optimizeSpeed)" +msgstr "块状(优化速度)" -#: ../src/extension/internal/gdkpixbuf-input.cpp:206 +#: ../src/extension/internal/gdkpixbuf-input.cpp:211 #, c-format msgid "Hide the dialog next time and always apply the same actions." msgstr "下次隐藏对话窗并都应用相同动作。" -#: ../src/extension/internal/gdkpixbuf-input.cpp:206 +#: ../src/extension/internal/gdkpixbuf-input.cpp:211 #, c-format msgid "Don't ask again" msgstr "不再询问" @@ -7781,38 +7814,38 @@ msgstr "GIMP 渐变" #: ../src/extension/internal/gimpgrad.cpp:277 msgid "GIMP Gradient (*.ggr)" -msgstr "GIMP 渐变 (*.ggr)" +msgstr "GIMP 渐变(*.ggr)" #: ../src/extension/internal/gimpgrad.cpp:278 msgid "Gradients used in GIMP" msgstr "GIMP 中使用的渐变" -#: ../src/extension/internal/grid.cpp:205 ../src/ui/widget/panel.cpp:114 +#: ../src/extension/internal/grid.cpp:204 ../src/ui/widget/panel.cpp:114 msgid "Grid" msgstr "网格" -#: ../src/extension/internal/grid.cpp:207 +#: ../src/extension/internal/grid.cpp:206 msgid "Line Width:" msgstr "线条宽度:" -#: ../src/extension/internal/grid.cpp:208 +#: ../src/extension/internal/grid.cpp:207 msgid "Horizontal Spacing:" msgstr "水平间距:" -#: ../src/extension/internal/grid.cpp:209 +#: ../src/extension/internal/grid.cpp:208 msgid "Vertical Spacing:" msgstr "垂直间距:" -#: ../src/extension/internal/grid.cpp:210 +#: ../src/extension/internal/grid.cpp:209 msgid "Horizontal Offset:" msgstr "水平偏移:" -#: ../src/extension/internal/grid.cpp:211 +#: ../src/extension/internal/grid.cpp:210 msgid "Vertical Offset:" msgstr "垂直偏移:" -#: ../src/extension/internal/grid.cpp:215 -#: ../src/ui/dialog/inkscape-preferences.cpp:1519 +#: ../src/extension/internal/grid.cpp:214 +#: ../src/ui/dialog/inkscape-preferences.cpp:1531 #: ../share/extensions/draw_from_triangle.inx.h:58 #: ../share/extensions/eqtexsvg.inx.h:4 ../share/extensions/foldablebox.inx.h:9 #: ../share/extensions/funcplot.inx.h:38 @@ -7840,14 +7873,14 @@ msgstr "垂直偏移:" msgid "Render" msgstr "渲染" -#: ../src/extension/internal/grid.cpp:216 -#: ../src/ui/dialog/document-properties.cpp:162 -#: ../src/ui/dialog/inkscape-preferences.cpp:819 -#: ../src/widgets/toolbox.cpp:1828 +#: ../src/extension/internal/grid.cpp:215 +#: ../src/ui/dialog/document-properties.cpp:163 +#: ../src/ui/dialog/inkscape-preferences.cpp:831 +#: ../src/widgets/toolbox.cpp:1879 msgid "Grids" msgstr "网格" -#: ../src/extension/internal/grid.cpp:219 +#: ../src/extension/internal/grid.cpp:218 msgid "Draw a path which is a grid" msgstr "绘制网格路径" @@ -7885,7 +7918,7 @@ msgstr "开放文档绘图输出" #: ../src/extension/internal/odf.cpp:2146 msgid "OpenDocument drawing (*.odg)" -msgstr "开放文档绘图 (*.odg)" +msgstr "开放文档绘图(*.odg)" #: ../src/extension/internal/odf.cpp:2147 msgid "OpenDocument drawing file" @@ -7916,7 +7949,7 @@ msgstr "插图框" #. Crop settings #: ../src/extension/internal/pdfinput/pdf-input.cpp:117 msgid "Clip to:" -msgstr "剪裁到:" +msgstr "剪切到:" #: ../src/extension/internal/pdfinput/pdf-input.cpp:128 msgid "Page settings" @@ -8009,7 +8042,7 @@ msgstr "PDF 输入" #: ../src/extension/internal/pdfinput/pdf-input.cpp:942 msgid "Adobe PDF (*.pdf)" -msgstr "Adobe PDF(*.pdf)" +msgstr "Adobe PDF(*.pdf)" #: ../src/extension/internal/pdfinput/pdf-input.cpp:943 msgid "Adobe Portable Document Format" @@ -8025,7 +8058,7 @@ msgstr "Adobe Illustrator 9.0 及以上版本 (*.ai)" #: ../src/extension/internal/pdfinput/pdf-input.cpp:956 msgid "Open files saved in Adobe Illustrator 9.0 and newer versions" -msgstr "打开使用 Adobe Illustrator 9.0(或更新版本)保存的文件" +msgstr "打开使用 Adobe Illustrator 9.0(或更新版本)保存的文件" #: ../src/extension/internal/pov-out.cpp:714 msgid "PovRay Output" @@ -8033,7 +8066,7 @@ msgstr "PovRay 输出" #: ../src/extension/internal/pov-out.cpp:719 msgid "PovRay (*.pov) (paths and shapes only)" -msgstr "PovRay (*.pov)(仅路径和形状)" +msgstr "PovRay (*.pov)(仅路径和形状)" #: ../src/extension/internal/pov-out.cpp:720 msgid "PovRay Raytracer File" @@ -8045,7 +8078,7 @@ msgstr "SVG 输入" #: ../src/extension/internal/svg.cpp:105 msgid "Scalable Vector Graphic (*.svg)" -msgstr "可缩放矢量图形 (*.svg)" +msgstr "可缩放矢量图形(*.svg)" #: ../src/extension/internal/svg.cpp:106 msgid "Inkscape native file format and W3C standard" @@ -8063,7 +8096,7 @@ msgstr "Inkscape SVG (*.svg)" msgid "SVG format with Inkscape extensions" msgstr "带有 Inkscape 扩展的 SVG 格式" -#: ../src/extension/internal/svg.cpp:128 +#: ../src/extension/internal/svg.cpp:128 ../share/extensions/scour.inx.h:19 msgid "SVG Output" msgstr "SVG 输出" @@ -8109,7 +8142,7 @@ msgstr "VSD 输入" #: ../src/extension/internal/vsd-input.cpp:306 msgid "Microsoft Visio Diagram (*.vsd)" -msgstr "微软 Visio 图表 (*.vsd)" +msgstr "微软 Visio 图表(*.vsd)" #: ../src/extension/internal/vsd-input.cpp:307 msgid "File format used by Microsoft Visio 6 and later" @@ -8121,7 +8154,7 @@ msgstr "VDX 输入" #: ../src/extension/internal/vsd-input.cpp:319 msgid "Microsoft Visio XML Diagram (*.vdx)" -msgstr "微软 Visio XML 图表 (*.vdx)" +msgstr "微软 Visio XML 图表(*.vdx)" #: ../src/extension/internal/vsd-input.cpp:320 msgid "File format used by Microsoft Visio 2010 and later" @@ -8133,7 +8166,7 @@ msgstr "VSDM 输入" #: ../src/extension/internal/vsd-input.cpp:332 msgid "Microsoft Visio 2013 drawing (*.vsdm)" -msgstr "微软 Visio 2013 绘图文件 (*.vsdm)" +msgstr "微软 Visio 2013 绘图文件(*.vsdm)" #: ../src/extension/internal/vsd-input.cpp:333 #: ../src/extension/internal/vsd-input.cpp:346 @@ -8146,34 +8179,34 @@ msgstr "VSDX 输入" #: ../src/extension/internal/vsd-input.cpp:345 msgid "Microsoft Visio 2013 drawing (*.vsdx)" -msgstr "微软 Visio 2013 绘图文件 (*.vsdx)" +msgstr "微软 Visio 2013 绘图文件(*.vsdx)" -#: ../src/extension/internal/wmf-inout.cpp:3160 +#: ../src/extension/internal/wmf-inout.cpp:3180 msgid "WMF Input" msgstr "WMF 输入" -#: ../src/extension/internal/wmf-inout.cpp:3165 +#: ../src/extension/internal/wmf-inout.cpp:3185 msgid "Windows Metafiles (*.wmf)" -msgstr "Windows 图元文件 (*.wmf)" +msgstr "Windows 图元文件(*.wmf)" -#: ../src/extension/internal/wmf-inout.cpp:3166 +#: ../src/extension/internal/wmf-inout.cpp:3186 msgid "Windows Metafiles" msgstr "Windows 图元文件" -#: ../src/extension/internal/wmf-inout.cpp:3174 +#: ../src/extension/internal/wmf-inout.cpp:3194 msgid "WMF Output" msgstr "WMF 输出" -#: ../src/extension/internal/wmf-inout.cpp:3184 +#: ../src/extension/internal/wmf-inout.cpp:3204 msgid "Map all fill patterns to standard WMF hatches" msgstr "将全部填充图样对应到标准 WMF 剖面线" -#: ../src/extension/internal/wmf-inout.cpp:3188 +#: ../src/extension/internal/wmf-inout.cpp:3208 #: ../share/extensions/wmf_input.inx.h:2 ../share/extensions/wmf_output.inx.h:2 msgid "Windows Metafile (*.wmf)" -msgstr "Windows 图元文件 (*.wmf)" +msgstr "Windows 图元文件(*.wmf)" -#: ../src/extension/internal/wmf-inout.cpp:3189 +#: ../src/extension/internal/wmf-inout.cpp:3209 msgid "Windows Metafile" msgstr "Windows 元文件" @@ -8183,7 +8216,7 @@ msgstr "WPG 输入" #: ../src/extension/internal/wpg-input.cpp:149 msgid "WordPerfect Graphics (*.wpg)" -msgstr "WordPerfect 图形 (*.wpg)" +msgstr "WordPerfect 图形(*.wpg)" #: ../src/extension/internal/wpg-input.cpp:150 msgid "Vector graphics format used by Corel WordPerfect" @@ -8201,119 +8234,119 @@ msgstr "该效果会在画布上实时预览吗?" msgid "Format autodetect failed. The file is being opened as SVG." msgstr "自动探测文件格式失败。将以 SVG 格式打开此文件。" -#: ../src/file.cpp:183 +#: ../src/file.cpp:185 msgid "default.svg" msgstr "default.svg" -#: ../src/file.cpp:328 +#: ../src/file.cpp:332 msgid "Broken links have been changed to point to existing files." msgstr "无效的链接已变成指向现有文件。" -#: ../src/file.cpp:339 ../src/file.cpp:1274 +#: ../src/file.cpp:343 ../src/file.cpp:1278 #, c-format msgid "Failed to load the requested file %s" msgstr "请求的文件 %s 加载失败" -#: ../src/file.cpp:365 +#: ../src/file.cpp:369 msgid "Document not saved yet. Cannot revert." msgstr "文档未保存。不能还原。" -#: ../src/file.cpp:371 +#: ../src/file.cpp:375 msgid "Changes will be lost! Are you sure you want to reload document %1?" -msgstr "更改将会遗失!你确定要重新加载文件 %1?" +msgstr "更改将会遗失!您确定要重新加载文件 %1?" -#: ../src/file.cpp:397 +#: ../src/file.cpp:401 msgid "Document reverted." msgstr "文档已还原。" -#: ../src/file.cpp:399 +#: ../src/file.cpp:403 msgid "Document not reverted." msgstr "文档未还原。" -#: ../src/file.cpp:549 +#: ../src/file.cpp:553 msgid "Select file to open" msgstr "选择要打开的文件" -#: ../src/file.cpp:631 +#: ../src/file.cpp:635 msgid "Clean up document" msgstr "清理文档" -#: ../src/file.cpp:638 +#: ../src/file.cpp:642 #, c-format msgid "Removed <b>%i</b> unused definition in <defs>." msgid_plural "Removed <b>%i</b> unused definitions in <defs>." msgstr[0] "去除了 <b>%i</b> 个在 <defs> 中的未使用定义。" -#: ../src/file.cpp:643 +#: ../src/file.cpp:647 msgid "No unused definitions in <defs>." msgstr "在 <defs> 没有未使用定义." -#: ../src/file.cpp:675 +#: ../src/file.cpp:679 #, c-format msgid "" "No Inkscape extension found to save document (%s). This may have been " "caused by an unknown filename extension." -msgstr "没有找到 Inkscape 扩展名来保存文档(%s)。可能是未知文件扩展名导致的。" +msgstr "没有找到 Inkscape 扩展名来保存文档(%s)。可能是未知文件扩展名导致的。" -#: ../src/file.cpp:676 ../src/file.cpp:684 ../src/file.cpp:692 -#: ../src/file.cpp:698 ../src/file.cpp:703 +#: ../src/file.cpp:680 ../src/file.cpp:688 ../src/file.cpp:696 +#: ../src/file.cpp:702 ../src/file.cpp:707 msgid "Document not saved." msgstr "文档未保存." -#: ../src/file.cpp:683 +#: ../src/file.cpp:687 #, c-format msgid "" "File %s is write protected. Please remove write protection and try again." msgstr "文件 %s 受写保护。请移除写保护后重试。" -#: ../src/file.cpp:691 +#: ../src/file.cpp:695 #, c-format msgid "File %s could not be saved." msgstr "无法保存文件 %s。" -#: ../src/file.cpp:721 ../src/file.cpp:723 +#: ../src/file.cpp:725 ../src/file.cpp:727 msgid "Document saved." msgstr "文档已保存。" #. We are saving for the first time; create a unique default filename -#: ../src/file.cpp:866 ../src/file.cpp:1433 +#: ../src/file.cpp:870 ../src/file.cpp:1437 msgid "drawing" msgstr "绘图" -#: ../src/file.cpp:871 +#: ../src/file.cpp:875 msgid "drawing-%1" msgstr "绘图-%1" -#: ../src/file.cpp:888 +#: ../src/file.cpp:892 msgid "Select file to save a copy to" msgstr "选择要保存副本的文件" -#: ../src/file.cpp:890 +#: ../src/file.cpp:894 msgid "Select file to save to" msgstr "选择要保存的文件" -#: ../src/file.cpp:995 ../src/file.cpp:997 +#: ../src/file.cpp:999 ../src/file.cpp:1001 msgid "No changes need to be saved." msgstr "没有需要保存的更改。" -#: ../src/file.cpp:1016 +#: ../src/file.cpp:1020 msgid "Saving document..." -msgstr "正在保存文档…" +msgstr "正在保存文档..." -#: ../src/file.cpp:1271 ../src/ui/dialog/inkscape-preferences.cpp:1492 +#: ../src/file.cpp:1275 ../src/ui/dialog/inkscape-preferences.cpp:1504 #: ../src/ui/dialog/ocaldialogs.cpp:1244 msgid "Import" msgstr "导入" -#: ../src/file.cpp:1321 +#: ../src/file.cpp:1325 msgid "Select file to import" msgstr "选择要导入的文件" -#: ../src/file.cpp:1454 +#: ../src/file.cpp:1458 msgid "Select file to export to" msgstr "选择要导出的文件" -#: ../src/file.cpp:1707 +#: ../src/file.cpp:1711 msgid "Import Clip Art" msgstr "导入剪贴画" @@ -8375,7 +8408,7 @@ msgstr "填充绘制" #: ../src/filter-enums.cpp:46 msgid "Stroke Paint" -msgstr "笔廓绘制" +msgstr "笔刷绘制" #. New in Compositing and Blending Level 1 #: ../src/filter-enums.cpp:58 @@ -8479,7 +8512,7 @@ msgid "Arithmetic" msgstr "算术运算" #: ../src/filter-enums.cpp:120 ../src/selection-chemistry.cpp:545 -#: ../src/ui/dialog/objects.cpp:1889 +#: ../src/ui/dialog/objects.cpp:1893 msgid "Duplicate" msgstr "再制" @@ -8502,7 +8535,7 @@ msgstr "膨胀" #: ../src/filter-enums.cpp:144 msgid "Fractal Noise" -msgstr "不规则噪声" +msgstr "不规则噪点" #: ../src/filter-enums.cpp:151 msgid "Distant Light" @@ -8524,7 +8557,7 @@ msgstr "反转渐变颜色" msgid "Reverse gradient" msgstr "反转渐变" -#: ../src/gradient-chemistry.cpp:1621 ../src/widgets/gradient-selector.cpp:226 +#: ../src/gradient-chemistry.cpp:1621 ../src/widgets/gradient-selector.cpp:222 msgid "Delete swatch" msgstr "删除色盘" @@ -8572,24 +8605,24 @@ msgstr "网面渐变<b>控制点</b>" msgid "Mesh gradient <b>tensor</b>" msgstr "网面渐变<b>张量</b>" -#: ../src/gradient-drag.cpp:567 +#: ../src/gradient-drag.cpp:565 msgid "Added patch row or column" msgstr "加入的网面区块行或列" -#: ../src/gradient-drag.cpp:799 +#: ../src/gradient-drag.cpp:798 msgid "Merge gradient handles" msgstr "合并渐变控制柄" #. we did an undoable action -#: ../src/gradient-drag.cpp:1105 +#: ../src/gradient-drag.cpp:1101 msgid "Move gradient handle" msgstr "移动渐变柄" -#: ../src/gradient-drag.cpp:1164 ../src/widgets/gradient-vector.cpp:834 +#: ../src/gradient-drag.cpp:1160 ../src/widgets/gradient-vector.cpp:834 msgid "Delete gradient stop" msgstr "删除渐变分段点" -#: ../src/gradient-drag.cpp:1427 +#: ../src/gradient-drag.cpp:1423 #, c-format msgid "" "%s %d for: %s%s; drag with <b>Ctrl</b> to snap offset; click with <b>Ctrl" @@ -8598,11 +8631,11 @@ msgstr "" "%s %d 属于:%s%s;按住<b>Ctrl</b>拖动吸附偏移;按住<b>Ctrl+Alt</b>单击删除分" "段点" -#: ../src/gradient-drag.cpp:1431 ../src/gradient-drag.cpp:1438 +#: ../src/gradient-drag.cpp:1427 ../src/gradient-drag.cpp:1434 msgid " (stroke)" -msgstr "(笔廓)" +msgstr " (笔刷)" -#: ../src/gradient-drag.cpp:1435 +#: ../src/gradient-drag.cpp:1431 #, c-format msgid "" "%s for: %s%s; drag with <b>Ctrl</b> to snap angle, with <b>Ctrl+Alt</b> to " @@ -8611,13 +8644,13 @@ msgstr "" "%s 属于:%s%s;按住<b>Ctrl</b>拖动吸附角,按住<b>Ctrl+Alt</b>保持角度,按住" "<b>Ctrl+Shift</b>以中心缩放" -#: ../src/gradient-drag.cpp:1443 +#: ../src/gradient-drag.cpp:1439 msgid "" "Radial gradient <b>center</b> and <b>focus</b>; drag with <b>Shift</b> to " "separate focus" msgstr "辐向渐变<b>中心</b><b>焦点</b>;按住 <b>Shift</b> 拖动分开焦点" -#: ../src/gradient-drag.cpp:1446 +#: ../src/gradient-drag.cpp:1442 #, c-format msgid "" "Gradient point shared by <b>%d</b> gradient; drag with <b>Shift</b> to " @@ -8627,15 +8660,15 @@ msgid_plural "" "separate" msgstr[0] "渐变点由<b>%d</b>个渐变共享;按住 <b>Shift</b> 拖动分开" -#: ../src/gradient-drag.cpp:2379 +#: ../src/gradient-drag.cpp:2364 msgid "Move gradient handle(s)" msgstr "移动渐变控制柄" -#: ../src/gradient-drag.cpp:2415 +#: ../src/gradient-drag.cpp:2398 msgid "Move gradient mid stop(s)" msgstr "移动渐变中间分段点" -#: ../src/gradient-drag.cpp:2704 +#: ../src/gradient-drag.cpp:2687 msgid "Delete gradient stop(s)" msgstr "删除渐变分段点" @@ -8649,7 +8682,7 @@ msgstr "自动保存失败!无法打开目录 %1。" #: ../src/inkscape.cpp:267 msgid "Autosaving documents..." -msgstr "正在自动保存…" +msgstr "正在自动保存..." #: ../src/inkscape.cpp:335 msgid "Autosave failed! Could not find inkscape extension to save document." @@ -8706,7 +8739,7 @@ msgstr "<b>缩放</b>图案填充;<b>Ctrl</b>统一缩放填充" #: ../src/knotholder.cpp:285 ../src/knotholder.cpp:307 msgid "<b>Rotate</b> the pattern fill; with <b>Ctrl</b> to snap angle" -msgstr "<b>旋转</b>图案填充;按住 <b>Ctrl</b> 吸附角度" +msgstr "<b>旋转</b>图案填充;按住<b>Ctrl</b>吸附角度" #: ../src/libgdl/gdl-dock-bar.c:105 msgid "Master" @@ -8740,9 +8773,7 @@ msgstr "控制面板项" msgid "Dockitem which 'owns' this grip" msgstr "拖动柄所属的面板项" -#. Name -#: ../src/libgdl/gdl-dock-item.c:298 ../src/widgets/ruler.cpp:192 -#: ../src/widgets/text-toolbar.cpp:1411 +#: ../src/libgdl/gdl-dock-item.c:298 ../src/widgets/ruler.cpp:197 #: ../share/extensions/gcodetools_graffiti.inx.h:9 #: ../share/extensions/gcodetools_orientation_points.inx.h:2 msgid "Orientation" @@ -8768,7 +8799,7 @@ msgstr "项目行为" msgid "" "General behavior for the dock item (i.e. whether it can float, if it's " "locked, etc.)" -msgstr "面板项的一般行为(例如:是否可浮动、是否锁定等)" +msgstr "面板项的一般行为(例如是否可浮动、是否锁定等)" #: ../src/libgdl/gdl-dock-item.c:331 ../src/libgdl/gdl-dock-master.c:148 msgid "Locked" @@ -8801,7 +8832,7 @@ msgid "" "You can't add a dock object (%p of type %s) inside a %s. Use a GdlDock or " "some other compound dock object." msgstr "" -"不能将面板对象(%p,类型 %s)添加到 %s。请使用 GdlDock 或其它匹配面板对象." +"不能将面板对象(%p,类型 %s)添加到 %s。请使用 GdlDock 或其他匹配面板对象." #: ../src/libgdl/gdl-dock-item.c:723 #, c-format @@ -8866,7 +8897,7 @@ msgstr "开关按钮样式" msgid "" "master %p: unable to add object %p[%s] to the hash. There already is an " "item with that name (%p)." -msgstr "主栏 %p:无法将对象 %p[%s] 添加到 hash。已有同名的项目(%p)。" +msgstr "主栏 %p:无法将对象 %p[%s] 添加到 hash。已有同名的项目(%p)。" #: ../src/libgdl/gdl-dock-master.c:955 #, c-format @@ -8876,10 +8907,10 @@ msgid "" msgstr "新的面板控制栏 %p 是自动的。只有手动面板对象能作为命名的控制栏。" #: ../src/libgdl/gdl-dock-notebook.c:132 -#: ../src/ui/dialog/align-and-distribute.cpp:998 -#: ../src/ui/dialog/document-properties.cpp:160 +#: ../src/ui/dialog/align-and-distribute.cpp:1040 +#: ../src/ui/dialog/document-properties.cpp:161 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1549 -#: ../src/widgets/desktop-widget.cpp:1994 +#: ../src/widgets/desktop-widget.cpp:2045 #: ../share/extensions/empty_page.inx.h:1 #: ../share/extensions/voronoi2svg.inx.h:9 msgid "Page" @@ -8891,8 +8922,8 @@ msgstr "当前页的索引" #: ../src/libgdl/gdl-dock-object.c:125 #: ../src/live_effects/parameter/originalpatharray.cpp:82 -#: ../src/ui/dialog/inkscape-preferences.cpp:1553 -#: ../src/ui/widget/page-sizer.cpp:285 ../src/widgets/gradient-selector.cpp:154 +#: ../src/ui/dialog/inkscape-preferences.cpp:1565 +#: ../src/ui/widget/page-sizer.cpp:285 ../src/widgets/gradient-selector.cpp:150 #: ../src/widgets/sp-xmlview-attr-list.cpp:49 msgid "Name" msgstr "名称" @@ -8938,14 +8969,14 @@ msgstr "该停靠对象绑定到的面板" msgid "" "Call to gdl_dock_object_dock in a dock object %p (object type is %s) which " "hasn't implemented this method" -msgstr "尚未实现在面板对象 %p(对象类型 %s)中调用 gdl_dock_object_dock" +msgstr "尚未实现在面板对象 %p (对象类型 %s)中调用 gdl_dock_object_dock" #: ../src/libgdl/gdl-dock-object.c:602 #, c-format msgid "" "Dock operation requested in a non-bound object %p. The application might " "crash" -msgstr "在非捆绑(自由)对象 %p 中请求了停靠操作。程序可能崩溃" +msgstr "在非捆绑(自由)对象 %p 中请求了停靠操作。程序可能崩溃" #: ../src/libgdl/gdl-dock-object.c:609 #, c-format @@ -8956,9 +8987,9 @@ msgstr "不能将 %p 停靠到 %p,因为他们属于不同的主栏" #, c-format msgid "" "Attempt to bind to %p an already bound dock object %p (current master: %p)" -msgstr "试图向 %p 中捆绑一个已经绑定的面板对象 %p(当前主栏:%p)" +msgstr "试图向 %p 中捆绑一个已经绑定的面板对象 %p (当前主栏:%p)" -#: ../src/libgdl/gdl-dock-paned.c:130 ../src/widgets/ruler.cpp:230 +#: ../src/libgdl/gdl-dock-paned.c:130 ../src/widgets/ruler.cpp:235 msgid "Position" msgstr "位置" @@ -9033,7 +9064,7 @@ msgstr "试图将一个面板对象停靠到一个自由占位栏" #: ../src/libgdl/gdl-dock-placeholder.c:611 #, c-format msgid "Got a detach signal from an object (%p) who is not our host %p" -msgstr "从非我方主机(%2$p)的对象(%1$p)收到分离信号" +msgstr "从非我方主机(%2$p)的对象(%1$p)收到分离信号" #: ../src/libgdl/gdl-dock-placeholder.c:636 #, c-format @@ -9046,8 +9077,8 @@ msgstr "从父对象 %1$p 中为 %2$p 获取子位置时发生意外" msgid "Dockitem which 'owns' this tablabel" msgstr "工具栏项目“拥有”这个分页标签" -#: ../src/libgdl/gdl-dock.c:176 ../src/ui/dialog/inkscape-preferences.cpp:674 -#: ../src/ui/dialog/inkscape-preferences.cpp:717 +#: ../src/libgdl/gdl-dock.c:176 ../src/ui/dialog/inkscape-preferences.cpp:686 +#: ../src/ui/dialog/inkscape-preferences.cpp:729 msgid "Floating" msgstr "浮动" @@ -9104,15 +9135,15 @@ msgstr "角度二等分线" #: ../src/live_effects/effect.cpp:101 msgid "Circle (by center and radius)" -msgstr "圆 (通过中心和半径)" +msgstr "圆(通过中心和半径)" #: ../src/live_effects/effect.cpp:102 msgid "Circle by 3 points" -msgstr "圆 (三点法)" +msgstr "圆(三点法)" #: ../src/live_effects/effect.cpp:103 msgid "Dynamic stroke" -msgstr "动态笔廓" +msgstr "动态笔刷" #: ../src/live_effects/effect.cpp:104 ../share/extensions/extrude.inx.h:1 msgid "Extrude" @@ -9207,7 +9238,7 @@ msgstr "内插子路径" #: ../src/live_effects/effect.cpp:130 msgid "Hatches (rough)" -msgstr "影线(粗糙)" +msgstr "影线(粗糙)" #: ../src/live_effects/effect.cpp:131 msgid "Sketch" @@ -9220,7 +9251,7 @@ msgstr "标尺" #. 0.91 #: ../src/live_effects/effect.cpp:134 msgid "Power stroke" -msgstr "神奇笔廓" +msgstr "神奇笔刷" #: ../src/live_effects/effect.cpp:135 msgid "Clone original path" @@ -9232,7 +9263,7 @@ msgstr "复制原本路径" msgid "Show handles" msgstr "显示控制柄" -#: ../src/live_effects/effect.cpp:139 ../src/widgets/pencil-toolbar.cpp:121 +#: ../src/live_effects/effect.cpp:139 ../src/widgets/pencil-toolbar.cpp:118 msgid "BSpline" msgstr "B 样条" @@ -9242,7 +9273,7 @@ msgstr "接合类型" #: ../src/live_effects/effect.cpp:141 msgid "Taper stroke" -msgstr "笔廓锥化" +msgstr "笔刷锥化" #. Ponyscape #: ../src/live_effects/effect.cpp:143 @@ -9251,9 +9282,9 @@ msgstr "贴附路径" #: ../src/live_effects/effect.cpp:144 msgid "Fill between strokes" -msgstr "笔廓间填充" +msgstr "笔刷间填充" -#: ../src/live_effects/effect.cpp:145 ../src/selection-chemistry.cpp:2871 +#: ../src/live_effects/effect.cpp:145 ../src/selection-chemistry.cpp:2874 msgid "Fill between many" msgstr "填充多对象间隙" @@ -9285,31 +9316,31 @@ msgstr "插入点" msgid "Transform by 2 points" msgstr "变换渐变" -#: ../src/live_effects/effect.cpp:361 +#: ../src/live_effects/effect.cpp:362 msgid "Is visible?" msgstr "可见?" -#: ../src/live_effects/effect.cpp:361 +#: ../src/live_effects/effect.cpp:362 msgid "" "If unchecked, the effect remains applied to the object but is temporarily " "disabled on canvas" msgstr "如果不选中,对象仍然拥有该效果,但暂时不显示在画布上" -#: ../src/live_effects/effect.cpp:386 +#: ../src/live_effects/effect.cpp:387 msgid "No effect" msgstr "没有效果" -#: ../src/live_effects/effect.cpp:494 +#: ../src/live_effects/effect.cpp:495 #, c-format msgid "Please specify a parameter path for the LPE '%s' with %d mouse clicks" -msgstr "请为 LPE“%s”指定参数路径,通过 %d 次鼠标单击" +msgstr "请为 LPE “%s”指定参数路径,通过 %d 次鼠标单击" -#: ../src/live_effects/effect.cpp:761 +#: ../src/live_effects/effect.cpp:762 #, c-format msgid "Editing parameter <b>%s</b>." -msgstr "正在编辑参数 <b>%s</b>。" +msgstr "正在编辑参数<b>%s</b>。" -#: ../src/live_effects/effect.cpp:766 +#: ../src/live_effects/effect.cpp:767 msgid "None of the applied path effect's parameters can be edited on-canvas." msgstr "已经应用的路径效果的参数都不能在画布上修改。" @@ -9374,41 +9405,46 @@ msgstr "结束路径曲线起点:" msgid "End path curve end:" msgstr "结束路径曲线末端:" -#: ../src/live_effects/lpe-bendpath.cpp:53 +#: ../src/live_effects/lpe-bendpath.cpp:69 msgid "Bend path:" msgstr "弯曲路径:" -#: ../src/live_effects/lpe-bendpath.cpp:53 +#: ../src/live_effects/lpe-bendpath.cpp:69 msgid "Path along which to bend the original path" msgstr "沿该路径弯曲原始路径" -#: ../src/live_effects/lpe-bendpath.cpp:54 -#: ../src/live_effects/lpe-patternalongpath.cpp:62 -#: ../src/ui/dialog/export.cpp:285 ../src/ui/dialog/transformation.cpp:74 +#: ../src/live_effects/lpe-bendpath.cpp:71 +#: ../src/live_effects/lpe-patternalongpath.cpp:74 +#: ../src/ui/dialog/export.cpp:285 ../src/ui/dialog/transformation.cpp:73 #: ../src/ui/widget/page-sizer.cpp:237 msgid "_Width:" msgstr "宽度(_W):" -#: ../src/live_effects/lpe-bendpath.cpp:54 +#: ../src/live_effects/lpe-bendpath.cpp:71 msgid "Width of the path" msgstr "路径宽度" -#: ../src/live_effects/lpe-bendpath.cpp:55 +#: ../src/live_effects/lpe-bendpath.cpp:72 msgid "W_idth in units of length" msgstr "宽度随长度的单位(_I)" -#: ../src/live_effects/lpe-bendpath.cpp:55 +#: ../src/live_effects/lpe-bendpath.cpp:72 msgid "Scale the width of the path in units of its length" msgstr "根据其长度缩放路径宽度" -#: ../src/live_effects/lpe-bendpath.cpp:56 +#: ../src/live_effects/lpe-bendpath.cpp:73 msgid "_Original path is vertical" msgstr "原始路径为垂直方向(_O)" -#: ../src/live_effects/lpe-bendpath.cpp:56 +#: ../src/live_effects/lpe-bendpath.cpp:73 msgid "Rotates the original 90 degrees, before bending it along the bend path" msgstr "在沿弯曲路径弯曲之前,先旋转90度" +#: ../src/live_effects/lpe-bendpath.cpp:178 +#: ../src/live_effects/lpe-patternalongpath.cpp:278 +msgid "Change the width" +msgstr "改变宽度" + #: ../src/live_effects/lpe-bounding-box.cpp:24 #: ../src/live_effects/lpe-clone-original.cpp:18 #: ../src/live_effects/lpe-fill-between-many.cpp:25 @@ -9487,8 +9523,8 @@ msgid "Change to 0 weight" msgstr "更改为 0 的权重" #: ../src/live_effects/lpe-bspline.cpp:160 -#: ../src/live_effects/lpe-fillet-chamfer.cpp:232 -#: ../src/live_effects/lpe-fillet-chamfer.cpp:254 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:240 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:262 #: ../src/live_effects/parameter/parameter.cpp:170 msgid "Change scalar parameter" msgstr "修改标量参数" @@ -9623,7 +9659,7 @@ msgstr "沿该左侧路径弯曲原始路径" #: ../src/live_effects/lpe-envelope.cpp:35 msgid "_Enable left & right paths" -msgstr "启用左边和右边路径(_E)" +msgstr "启用左右路径(_E)" #: ../src/live_effects/lpe-envelope.cpp:35 msgid "Enable the left and right deformation paths" @@ -9631,7 +9667,7 @@ msgstr "使用左右两侧的变形路径" #: ../src/live_effects/lpe-envelope.cpp:36 msgid "_Enable top & bottom paths" -msgstr "启用顶端和底端路径(_E)" +msgstr "启用上下路径(_E)" #: ../src/live_effects/lpe-envelope.cpp:36 msgid "Enable the top and bottom deformation paths" @@ -9666,6 +9702,7 @@ msgid "Reverses the second path order" msgstr "反转第二条路径顺序" #: ../src/live_effects/lpe-fillet-chamfer.cpp:41 +#: ../src/widgets/text-toolbar.cpp:1540 #: ../share/extensions/render_barcode_qrcode.inx.h:5 msgid "Auto" msgstr "自动" @@ -9708,7 +9745,7 @@ msgstr "圆角方式" #: ../src/live_effects/lpe-fillet-chamfer.cpp:60 msgid "Radius (unit or %):" -msgstr "半径(单位或 %):" +msgstr "半径(单位或 %):" #: ../src/live_effects/lpe-fillet-chamfer.cpp:60 msgid "Radius, in unit or %" @@ -9730,40 +9767,48 @@ msgstr "方向性辅助标示尺寸:" msgid "Helper size with direction" msgstr "方向性辅助标示尺寸" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:157 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:103 +msgid "IMPORTANT! New version soon..." +msgstr "" + +#: ../src/live_effects/lpe-fillet-chamfer.cpp:107 +msgid "Not compatible. Convert to path after." +msgstr "" + +#: ../src/live_effects/lpe-fillet-chamfer.cpp:165 #: ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:72 msgid "Fillet" msgstr "圆角" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:161 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:169 #: ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:74 msgid "Inverse fillet" msgstr "反向圆角" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:166 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:174 #: ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:76 msgid "Chamfer" msgstr "倒角" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:170 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:178 #: ../src/ui/dialog/lpe-fillet-chamfer-properties.cpp:78 msgid "Inverse chamfer" msgstr "反向倒角" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:239 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:247 msgid "Convert to fillet" msgstr "转换为圆角" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:246 -#: ../src/live_effects/lpe-fillet-chamfer.cpp:270 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:254 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:278 msgid "Convert to inverse fillet" msgstr "转换为反向圆角" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:262 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:270 msgid "Convert to chamfer" msgstr "转换为倒角" -#: ../src/live_effects/lpe-fillet-chamfer.cpp:282 +#: ../src/live_effects/lpe-fillet-chamfer.cpp:290 msgid "Knots and helper paths refreshed" msgstr "" @@ -9783,29 +9828,29 @@ msgstr "压力角(_P):" msgid "" "Tooth pressure angle (typically 20-25 deg). The ratio of teeth not in " "contact." -msgstr "轮齿的压力角(通常为 20-25 度)。决定非接触齿面的比例。" +msgstr "轮齿的压力角(通常为 20-25 度)。决定非接触齿面的比例。" -#: ../src/live_effects/lpe-interpolate.cpp:31 +#: ../src/live_effects/lpe-interpolate.cpp:30 msgid "Trajectory:" msgstr "轨道:" -#: ../src/live_effects/lpe-interpolate.cpp:31 +#: ../src/live_effects/lpe-interpolate.cpp:30 msgid "Path along which intermediate steps are created." msgstr "沿该路径插入过渡子路径。" -#: ../src/live_effects/lpe-interpolate.cpp:32 +#: ../src/live_effects/lpe-interpolate.cpp:31 msgid "Steps_:" msgstr "阶层数(_:):" -#: ../src/live_effects/lpe-interpolate.cpp:32 +#: ../src/live_effects/lpe-interpolate.cpp:31 msgid "Determines the number of steps from start to end path." msgstr "从起点到终点的步数。" -#: ../src/live_effects/lpe-interpolate.cpp:33 +#: ../src/live_effects/lpe-interpolate.cpp:32 msgid "E_quidistant spacing" msgstr "等距(_Q)" -#: ../src/live_effects/lpe-interpolate.cpp:33 +#: ../src/live_effects/lpe-interpolate.cpp:32 msgid "" "If true, the spacing between intermediates is constant along the length of " "the path. If false, the distance depends on the location of the nodes of the " @@ -9844,7 +9889,7 @@ msgstr "内插法类型:" msgid "" "Determines which kind of interpolator will be used to interpolate between " "stroke width along the path" -msgstr "决定笔廓宽度之间沿着路径内插要使用哪一种内插法" +msgstr "决定笔刷宽度之间沿着路径内插要使用哪一种内插法" #: ../src/live_effects/lpe-jointype.cpp:31 #: ../src/live_effects/lpe-powerstroke.cpp:166 @@ -9853,7 +9898,7 @@ msgid "Beveled" msgstr "斜面" #: ../src/live_effects/lpe-jointype.cpp:32 -#: ../src/live_effects/lpe-jointype.cpp:40 +#: ../src/live_effects/lpe-jointype.cpp:43 #: ../src/live_effects/lpe-powerstroke.cpp:167 #: ../src/live_effects/lpe-taperstroke.cpp:64 #: ../src/widgets/star-toolbar.cpp:534 @@ -9876,122 +9921,137 @@ msgstr "\t斜接剪裁" msgid "Extrapolated arc" msgstr "外推弧" -#: ../src/live_effects/lpe-jointype.cpp:39 +#: ../src/live_effects/lpe-jointype.cpp:36 +#, fuzzy +msgid "Extrapolated arc Alt1" +msgstr "外推弧" + +#: ../src/live_effects/lpe-jointype.cpp:37 +#, fuzzy +msgid "Extrapolated arc Alt2" +msgstr "外推弧" + +#: ../src/live_effects/lpe-jointype.cpp:38 +#, fuzzy +msgid "Extrapolated arc Alt3" +msgstr "外推弧" + +#: ../src/live_effects/lpe-jointype.cpp:42 #: ../src/live_effects/lpe-powerstroke.cpp:149 msgid "Butt" msgstr "平端" -#: ../src/live_effects/lpe-jointype.cpp:41 +#: ../src/live_effects/lpe-jointype.cpp:44 #: ../src/live_effects/lpe-powerstroke.cpp:150 msgid "Square" msgstr "方" -#: ../src/live_effects/lpe-jointype.cpp:42 +#: ../src/live_effects/lpe-jointype.cpp:45 #: ../src/live_effects/lpe-powerstroke.cpp:152 msgid "Peak" msgstr "峰" -#: ../src/live_effects/lpe-jointype.cpp:51 +#: ../src/live_effects/lpe-jointype.cpp:54 msgid "Thickness of the stroke" -msgstr "笔廓粗细" +msgstr "笔刷粗细" -#: ../src/live_effects/lpe-jointype.cpp:52 +#: ../src/live_effects/lpe-jointype.cpp:55 msgid "Line cap" msgstr "线端" -#: ../src/live_effects/lpe-jointype.cpp:52 +#: ../src/live_effects/lpe-jointype.cpp:55 msgid "The end shape of the stroke" -msgstr "笔廓端点形状" +msgstr "笔刷端点形状" #. Join type #. TRANSLATORS: The line join style specifies the shape to be used at the #. corners of paths. It can be "miter", "round" or "bevel". -#: ../src/live_effects/lpe-jointype.cpp:53 +#: ../src/live_effects/lpe-jointype.cpp:56 #: ../src/live_effects/lpe-powerstroke.cpp:182 -#: ../src/widgets/stroke-style.cpp:227 +#: ../src/widgets/stroke-style.cpp:288 msgid "Join:" msgstr "交点:" -#: ../src/live_effects/lpe-jointype.cpp:53 +#: ../src/live_effects/lpe-jointype.cpp:56 #: ../src/live_effects/lpe-powerstroke.cpp:182 msgid "Determines the shape of the path's corners" msgstr "决定路径转角的形状" #. start_lean(_("Start path lean"), _("Start path lean"), "start_lean", &wr, this, 0.), #. end_lean(_("End path lean"), _("End path lean"), "end_lean", &wr, this, 0.), -#: ../src/live_effects/lpe-jointype.cpp:56 +#: ../src/live_effects/lpe-jointype.cpp:59 #: ../src/live_effects/lpe-powerstroke.cpp:183 #: ../src/live_effects/lpe-taperstroke.cpp:78 msgid "Miter limit:" msgstr "斜切限制:" -#: ../src/live_effects/lpe-jointype.cpp:56 +#: ../src/live_effects/lpe-jointype.cpp:59 msgid "Maximum length of the miter join (in units of stroke width)" -msgstr "斜切接合的最大长度(单位为笔廓宽度单位)" +msgstr "斜切接合的最大长度(单位为笔刷宽度单位)" -#: ../src/live_effects/lpe-jointype.cpp:57 +#: ../src/live_effects/lpe-jointype.cpp:60 msgid "Force miter" msgstr "强制斜切" -#: ../src/live_effects/lpe-jointype.cpp:57 +#: ../src/live_effects/lpe-jointype.cpp:60 msgid "Overrides the miter limit and forces a join." msgstr "覆盖斜切限制并强制接合。" #. initialise your parameters here: -#: ../src/live_effects/lpe-knot.cpp:351 +#: ../src/live_effects/lpe-knot.cpp:350 msgid "Fi_xed width:" msgstr "固定宽度(_X):" -#: ../src/live_effects/lpe-knot.cpp:351 +#: ../src/live_effects/lpe-knot.cpp:350 msgid "Size of hidden region of lower string" msgstr "下方绳子的隐藏长度" -#: ../src/live_effects/lpe-knot.cpp:352 +#: ../src/live_effects/lpe-knot.cpp:351 msgid "_In units of stroke width" -msgstr "使用笔廓宽度的单位(_I)" +msgstr "使用笔刷宽度的单位(_I)" -#: ../src/live_effects/lpe-knot.cpp:352 +#: ../src/live_effects/lpe-knot.cpp:351 msgid "Consider 'Interruption width' as a ratio of stroke width" -msgstr "将“间断宽度”设置为笔廓宽度的比例" +msgstr "将“间断宽度”设置为笔刷宽度的比例" -#: ../src/live_effects/lpe-knot.cpp:353 +#: ../src/live_effects/lpe-knot.cpp:352 msgid "St_roke width" -msgstr "笔廓宽度(_R)" +msgstr "笔刷宽度(_R)" -#: ../src/live_effects/lpe-knot.cpp:353 +#: ../src/live_effects/lpe-knot.cpp:352 msgid "Add the stroke width to the interruption size" -msgstr "将笔廓宽度添加到间断长度中" +msgstr "将笔刷宽度添加到间断长度中" -#: ../src/live_effects/lpe-knot.cpp:354 +#: ../src/live_effects/lpe-knot.cpp:353 msgid "_Crossing path stroke width" -msgstr "交叉路径的笔廓宽度(_C)" +msgstr "交叉路径的笔刷宽度(_C)" -#: ../src/live_effects/lpe-knot.cpp:354 +#: ../src/live_effects/lpe-knot.cpp:353 msgid "Add crossed stroke width to the interruption size" -msgstr "将交叉线的笔廓宽度添加到间断长度中" +msgstr "将交叉线的笔刷宽度添加到间断长度中" -#: ../src/live_effects/lpe-knot.cpp:355 +#: ../src/live_effects/lpe-knot.cpp:354 msgid "S_witcher size:" msgstr "切换开关尺寸(_W):" -#: ../src/live_effects/lpe-knot.cpp:355 +#: ../src/live_effects/lpe-knot.cpp:354 msgid "Orientation indicator/switcher size" msgstr "方向指示/开关的大小" -#: ../src/live_effects/lpe-knot.cpp:356 +#: ../src/live_effects/lpe-knot.cpp:355 msgid "Crossing Signs" msgstr "交叉点符号" -#: ../src/live_effects/lpe-knot.cpp:356 +#: ../src/live_effects/lpe-knot.cpp:355 msgid "Crossings signs" msgstr "交叉点符号" -#: ../src/live_effects/lpe-knot.cpp:627 +#: ../src/live_effects/lpe-knot.cpp:626 msgid "Drag to select a crossing, click to flip it" msgstr "拖曳可选取交叉点,单击可翻转交叉点" #. / @todo Is this the right verb? -#: ../src/live_effects/lpe-knot.cpp:665 +#: ../src/live_effects/lpe-knot.cpp:664 msgid "Change knot crossing" msgstr "更改环结交叉点" @@ -10006,318 +10066,322 @@ msgid "Mirror movements in vertical" msgstr "垂直移动节点" #: ../src/live_effects/lpe-lattice2.cpp:49 +msgid "Update while moving knots (maybe slow)" +msgstr "" + +#: ../src/live_effects/lpe-lattice2.cpp:50 msgid "Control 0:" msgstr "控制柄 0:" -#: ../src/live_effects/lpe-lattice2.cpp:49 +#: ../src/live_effects/lpe-lattice2.cpp:50 msgid "Control 0 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 0 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:50 +#: ../src/live_effects/lpe-lattice2.cpp:51 msgid "Control 1:" msgstr "控制柄 1:" -#: ../src/live_effects/lpe-lattice2.cpp:50 +#: ../src/live_effects/lpe-lattice2.cpp:51 msgid "Control 1 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 1 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:51 +#: ../src/live_effects/lpe-lattice2.cpp:52 msgid "Control 2:" msgstr "控制柄 2:" -#: ../src/live_effects/lpe-lattice2.cpp:51 +#: ../src/live_effects/lpe-lattice2.cpp:52 msgid "Control 2 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 2 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:52 +#: ../src/live_effects/lpe-lattice2.cpp:53 msgid "Control 3:" msgstr "控制柄 3:" -#: ../src/live_effects/lpe-lattice2.cpp:52 +#: ../src/live_effects/lpe-lattice2.cpp:53 msgid "Control 3 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 3 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:53 +#: ../src/live_effects/lpe-lattice2.cpp:54 msgid "Control 4:" msgstr "控制柄 4:" -#: ../src/live_effects/lpe-lattice2.cpp:53 +#: ../src/live_effects/lpe-lattice2.cpp:54 msgid "Control 4 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 4 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:54 +#: ../src/live_effects/lpe-lattice2.cpp:55 msgid "Control 5:" msgstr "控制柄 5:" -#: ../src/live_effects/lpe-lattice2.cpp:54 +#: ../src/live_effects/lpe-lattice2.cpp:55 msgid "Control 5 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 5 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:55 +#: ../src/live_effects/lpe-lattice2.cpp:56 msgid "Control 6:" msgstr "控制柄 6:" -#: ../src/live_effects/lpe-lattice2.cpp:55 +#: ../src/live_effects/lpe-lattice2.cpp:56 msgid "Control 6 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 6 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:56 +#: ../src/live_effects/lpe-lattice2.cpp:57 msgid "Control 7:" msgstr "控制柄 7:" -#: ../src/live_effects/lpe-lattice2.cpp:56 +#: ../src/live_effects/lpe-lattice2.cpp:57 msgid "Control 7 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 7 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:57 +#: ../src/live_effects/lpe-lattice2.cpp:58 msgid "Control 8x9:" msgstr "控制柄 8x9:" -#: ../src/live_effects/lpe-lattice2.cpp:57 +#: ../src/live_effects/lpe-lattice2.cpp:58 msgid "" "Control 8x9 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 8x9 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:58 +#: ../src/live_effects/lpe-lattice2.cpp:59 msgid "Control 10x11:" msgstr "控制柄 10x11:" -#: ../src/live_effects/lpe-lattice2.cpp:58 +#: ../src/live_effects/lpe-lattice2.cpp:59 msgid "" "Control 10x11 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 10x11 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:59 +#: ../src/live_effects/lpe-lattice2.cpp:60 msgid "Control 12:" msgstr "控制柄 12:" -#: ../src/live_effects/lpe-lattice2.cpp:59 +#: ../src/live_effects/lpe-lattice2.cpp:60 msgid "Control 12 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 12 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:60 +#: ../src/live_effects/lpe-lattice2.cpp:61 msgid "Control 13:" msgstr "控制柄 13:" -#: ../src/live_effects/lpe-lattice2.cpp:60 +#: ../src/live_effects/lpe-lattice2.cpp:61 msgid "Control 13 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 13 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:61 +#: ../src/live_effects/lpe-lattice2.cpp:62 msgid "Control 14:" msgstr "控制柄 14:" -#: ../src/live_effects/lpe-lattice2.cpp:61 +#: ../src/live_effects/lpe-lattice2.cpp:62 msgid "Control 14 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 14 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:62 +#: ../src/live_effects/lpe-lattice2.cpp:63 msgid "Control 15:" msgstr "控制柄 15:" -#: ../src/live_effects/lpe-lattice2.cpp:62 +#: ../src/live_effects/lpe-lattice2.cpp:63 msgid "Control 15 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 15 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:63 +#: ../src/live_effects/lpe-lattice2.cpp:64 msgid "Control 16:" msgstr "控制柄 16:" -#: ../src/live_effects/lpe-lattice2.cpp:63 +#: ../src/live_effects/lpe-lattice2.cpp:64 msgid "Control 16 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 16 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:64 +#: ../src/live_effects/lpe-lattice2.cpp:65 msgid "Control 17:" msgstr "控制柄 17:" -#: ../src/live_effects/lpe-lattice2.cpp:64 +#: ../src/live_effects/lpe-lattice2.cpp:65 msgid "Control 17 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 17 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:65 +#: ../src/live_effects/lpe-lattice2.cpp:66 msgid "Control 18:" msgstr "控制柄 18:" -#: ../src/live_effects/lpe-lattice2.cpp:65 +#: ../src/live_effects/lpe-lattice2.cpp:66 msgid "Control 18 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 18 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:66 +#: ../src/live_effects/lpe-lattice2.cpp:67 msgid "Control 19:" msgstr "控制柄 19:" -#: ../src/live_effects/lpe-lattice2.cpp:66 +#: ../src/live_effects/lpe-lattice2.cpp:67 msgid "Control 19 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 19 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:67 +#: ../src/live_effects/lpe-lattice2.cpp:68 msgid "Control 20x21:" msgstr "控制柄 20x21:" -#: ../src/live_effects/lpe-lattice2.cpp:67 +#: ../src/live_effects/lpe-lattice2.cpp:68 msgid "" "Control 20x21 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 20x21 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:68 +#: ../src/live_effects/lpe-lattice2.cpp:69 msgid "Control 22x23:" msgstr "控制柄 22x23:" -#: ../src/live_effects/lpe-lattice2.cpp:68 +#: ../src/live_effects/lpe-lattice2.cpp:69 msgid "" "Control 22x23 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 22x23 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:69 +#: ../src/live_effects/lpe-lattice2.cpp:70 msgid "Control 24x26:" msgstr "控制柄 24x26:" -#: ../src/live_effects/lpe-lattice2.cpp:69 +#: ../src/live_effects/lpe-lattice2.cpp:70 msgid "" "Control 24x26 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 24x26 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:70 +#: ../src/live_effects/lpe-lattice2.cpp:71 msgid "Control 25x27:" msgstr "控制柄 15x27:" -#: ../src/live_effects/lpe-lattice2.cpp:70 +#: ../src/live_effects/lpe-lattice2.cpp:71 msgid "" "Control 25x27 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 25x27 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:71 +#: ../src/live_effects/lpe-lattice2.cpp:72 msgid "Control 28x30:" msgstr "控制柄 18x30:" -#: ../src/live_effects/lpe-lattice2.cpp:71 +#: ../src/live_effects/lpe-lattice2.cpp:72 msgid "" "Control 28x30 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 28x30 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:72 +#: ../src/live_effects/lpe-lattice2.cpp:73 msgid "Control 29x31:" msgstr "控制柄 29x31:" -#: ../src/live_effects/lpe-lattice2.cpp:72 +#: ../src/live_effects/lpe-lattice2.cpp:73 msgid "" "Control 29x31 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "控制柄 29x31 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:73 +#: ../src/live_effects/lpe-lattice2.cpp:74 msgid "Control 32x33x34x35:" msgstr "控制柄 32x33x34x35:" -#: ../src/live_effects/lpe-lattice2.cpp:73 +#: ../src/live_effects/lpe-lattice2.cpp:74 msgid "" "Control 32x33x34x35 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along " "axes" msgstr "控制柄 32x33x34x35 - <b>Ctrl+Alt+单击</b>:重置,<b>Ctrl</b>:沿轴移动" -#: ../src/live_effects/lpe-lattice2.cpp:236 +#: ../src/live_effects/lpe-lattice2.cpp:239 msgid "Reset grid" msgstr "重置网格" -#: ../src/live_effects/lpe-lattice2.cpp:268 -#: ../src/live_effects/lpe-lattice2.cpp:283 +#: ../src/live_effects/lpe-lattice2.cpp:271 +#: ../src/live_effects/lpe-lattice2.cpp:286 msgid "Show Points" msgstr "方向" -#: ../src/live_effects/lpe-lattice2.cpp:281 +#: ../src/live_effects/lpe-lattice2.cpp:284 msgid "Hide Points" msgstr "点" -#: ../src/live_effects/lpe-patternalongpath.cpp:50 +#: ../src/live_effects/lpe-patternalongpath.cpp:63 #: ../share/extensions/pathalongpath.inx.h:10 msgid "Single" msgstr "单" -#: ../src/live_effects/lpe-patternalongpath.cpp:51 +#: ../src/live_effects/lpe-patternalongpath.cpp:64 #: ../share/extensions/pathalongpath.inx.h:11 msgid "Single, stretched" msgstr "单个,拉伸" -#: ../src/live_effects/lpe-patternalongpath.cpp:52 +#: ../src/live_effects/lpe-patternalongpath.cpp:65 #: ../share/extensions/pathalongpath.inx.h:12 msgid "Repeated" msgstr "重复" -#: ../src/live_effects/lpe-patternalongpath.cpp:53 +#: ../src/live_effects/lpe-patternalongpath.cpp:66 #: ../share/extensions/pathalongpath.inx.h:13 msgid "Repeated, stretched" msgstr "重复,拉伸" -#: ../src/live_effects/lpe-patternalongpath.cpp:59 +#: ../src/live_effects/lpe-patternalongpath.cpp:72 msgid "Pattern source:" msgstr "图样来源:" -#: ../src/live_effects/lpe-patternalongpath.cpp:59 +#: ../src/live_effects/lpe-patternalongpath.cpp:72 msgid "Path to put along the skeleton path" msgstr "要沿该骨架线分布的路径" -#: ../src/live_effects/lpe-patternalongpath.cpp:60 +#: ../src/live_effects/lpe-patternalongpath.cpp:74 +msgid "Width of the pattern" +msgstr "图案宽度" + +#: ../src/live_effects/lpe-patternalongpath.cpp:75 msgid "Pattern copies:" msgstr "图样复制数量:" -#: ../src/live_effects/lpe-patternalongpath.cpp:60 +#: ../src/live_effects/lpe-patternalongpath.cpp:75 msgid "How many pattern copies to place along the skeleton path" msgstr "沿骨架线分布的图案的数目" -#: ../src/live_effects/lpe-patternalongpath.cpp:62 -msgid "Width of the pattern" -msgstr "图案宽度" - -#: ../src/live_effects/lpe-patternalongpath.cpp:63 +#: ../src/live_effects/lpe-patternalongpath.cpp:77 msgid "Wid_th in units of length" msgstr "宽度以长度为单位(_T)" -#: ../src/live_effects/lpe-patternalongpath.cpp:64 +#: ../src/live_effects/lpe-patternalongpath.cpp:78 msgid "Scale the width of the pattern in units of its length" msgstr "根据其长度缩放图案的宽度" -#: ../src/live_effects/lpe-patternalongpath.cpp:66 +#: ../src/live_effects/lpe-patternalongpath.cpp:80 msgid "Spa_cing:" msgstr "间距(_C):" -#: ../src/live_effects/lpe-patternalongpath.cpp:68 +#: ../src/live_effects/lpe-patternalongpath.cpp:82 #, no-c-format msgid "" "Space between copies of the pattern. Negative values allowed, but are " "limited to -90% of pattern width." msgstr "图案副本间的距离。可以使用负值,但不可小于图案宽度的 -90%。" -#: ../src/live_effects/lpe-patternalongpath.cpp:70 +#: ../src/live_effects/lpe-patternalongpath.cpp:84 msgid "No_rmal offset:" msgstr "法向偏移(_R):" -#: ../src/live_effects/lpe-patternalongpath.cpp:71 +#: ../src/live_effects/lpe-patternalongpath.cpp:85 msgid "Tan_gential offset:" msgstr "切向偏移(_G):" -#: ../src/live_effects/lpe-patternalongpath.cpp:72 +#: ../src/live_effects/lpe-patternalongpath.cpp:86 msgid "Offsets in _unit of pattern size" msgstr "偏移以图样大小为单位(_U)" -#: ../src/live_effects/lpe-patternalongpath.cpp:73 +#: ../src/live_effects/lpe-patternalongpath.cpp:87 msgid "" "Spacing, tangential and normal offset are expressed as a ratio of width/" "height" msgstr "间距,切向和法向偏移量的为宽度/高度的比例." -#: ../src/live_effects/lpe-patternalongpath.cpp:75 +#: ../src/live_effects/lpe-patternalongpath.cpp:89 msgid "Pattern is _vertical" msgstr "图案是垂直的(_V)" -#: ../src/live_effects/lpe-patternalongpath.cpp:75 +#: ../src/live_effects/lpe-patternalongpath.cpp:89 msgid "Rotate pattern 90 deg before applying" msgstr "应用前将图案旋转 90 度" -#: ../src/live_effects/lpe-patternalongpath.cpp:77 +#: ../src/live_effects/lpe-patternalongpath.cpp:91 msgid "_Fuse nearby ends:" msgstr "熔合接近的端点(_F):" -#: ../src/live_effects/lpe-patternalongpath.cpp:77 +#: ../src/live_effects/lpe-patternalongpath.cpp:91 msgid "Fuse ends closer than this number. 0 means don't fuse." msgstr "熔合距离小于该数值的端点。0 表示不熔合。" @@ -10370,7 +10434,7 @@ msgstr "右下" msgid "Down Right - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes" msgstr "右下 - <b>Ctrl+Alt+单击</b>:重置;<b>Ctrl</b>:沿坐标轴移动" -#: ../src/live_effects/lpe-perspective-envelope.cpp:268 +#: ../src/live_effects/lpe-perspective-envelope.cpp:269 msgid "Handles:" msgstr "控制点:" @@ -10388,7 +10452,7 @@ msgid "Zero width" msgstr "凹端" #: ../src/live_effects/lpe-powerstroke.cpp:171 -#: ../src/widgets/pencil-toolbar.cpp:115 +#: ../src/widgets/pencil-toolbar.cpp:112 msgid "Spiro" msgstr "螺线" @@ -10424,9 +10488,9 @@ msgid "Determines the shape of the path's start" msgstr "决定路径起始的形状" #: ../src/live_effects/lpe-powerstroke.cpp:183 -#: ../src/widgets/stroke-style.cpp:278 +#: ../src/widgets/stroke-style.cpp:335 msgid "Maximum length of the miter (in units of stroke width)" -msgstr "斜面最大长度(以笔廓宽度为单位)" +msgstr "斜面最大长度(以笔刷宽度为单位)" #: ../src/live_effects/lpe-powerstroke.cpp:184 msgid "End cap:" @@ -10442,7 +10506,7 @@ msgstr "频率随机性:" #: ../src/live_effects/lpe-rough-hatches.cpp:225 msgid "Variation of distance between hatches, in %." -msgstr "影线间距的变化,%。" +msgstr "影线间距的变化,按百分比计。" #: ../src/live_effects/lpe-rough-hatches.cpp:226 msgid "Growth:" @@ -10546,7 +10610,7 @@ msgstr "创建粗/细路径" #: ../src/live_effects/lpe-rough-hatches.cpp:239 msgid "Simulate a stroke of varying width" -msgstr "模拟一个宽度有变化的笔廓" +msgstr "模拟一个宽度有变化的笔刷" #: ../src/live_effects/lpe-rough-hatches.cpp:240 msgid "Bend hatches" @@ -10554,7 +10618,7 @@ msgstr "弯折影线" #: ../src/live_effects/lpe-rough-hatches.cpp:240 msgid "Add a global bend to the hatches (slower)" -msgstr "为影线添加一个全局的弯曲(更慢)" +msgstr "为影线添加一个全局的弯曲(较慢)" #: ../src/live_effects/lpe-rough-hatches.cpp:241 msgid "Thickness: at 1st side:" @@ -10579,7 +10643,7 @@ msgstr "从第二个边到第一个边:" #: ../src/live_effects/lpe-rough-hatches.cpp:244 msgid "Width from 'top' to 'bottom'" -msgstr "从“顶部”到“底部”的宽度" +msgstr "从顶部到底部的宽度" #: ../src/live_effects/lpe-rough-hatches.cpp:245 msgid "From 1st to 2nd side:" @@ -10587,7 +10651,7 @@ msgstr "从第一个边到第二个边:" #: ../src/live_effects/lpe-rough-hatches.cpp:245 msgid "Width from 'bottom' to 'top'" -msgstr "从“底部”到“顶部”的宽度" +msgstr "从底部到顶部的宽度" #: ../src/live_effects/lpe-rough-hatches.cpp:247 msgid "Hatches width and dir" @@ -10608,101 +10672,98 @@ msgid "" "amount" msgstr "由参考点的相对位置定义总体弯曲程度和方向" -#: ../src/live_effects/lpe-roughen.cpp:30 ../share/extensions/addnodes.inx.h:4 +#: ../src/live_effects/lpe-roughen.cpp:31 ../share/extensions/addnodes.inx.h:4 msgid "By number of segments" msgstr "根据线段数" -#: ../src/live_effects/lpe-roughen.cpp:31 +#: ../src/live_effects/lpe-roughen.cpp:32 msgid "By max. segment size" msgstr "根据最大线段尺寸" -#: ../src/live_effects/lpe-roughen.cpp:37 +#: ../src/live_effects/lpe-roughen.cpp:38 msgid "Along nodes" msgstr "沿节点" -#: ../src/live_effects/lpe-roughen.cpp:38 +#: ../src/live_effects/lpe-roughen.cpp:39 msgid "Rand" -msgstr "" +msgstr "随机" -#: ../src/live_effects/lpe-roughen.cpp:39 +#: ../src/live_effects/lpe-roughen.cpp:40 msgid "Retract" msgstr "收回" #. initialise your parameters here: -#: ../src/live_effects/lpe-roughen.cpp:48 +#: ../src/live_effects/lpe-roughen.cpp:49 msgid "Method" msgstr "方法" -#: ../src/live_effects/lpe-roughen.cpp:48 +#: ../src/live_effects/lpe-roughen.cpp:49 msgid "Division method" msgstr "分割方式" -#: ../src/live_effects/lpe-roughen.cpp:50 +#: ../src/live_effects/lpe-roughen.cpp:51 msgid "Max. segment size" msgstr "最大线段尺寸" -#: ../src/live_effects/lpe-roughen.cpp:52 +#: ../src/live_effects/lpe-roughen.cpp:53 msgid "Number of segments" msgstr "线段数量" -#: ../src/live_effects/lpe-roughen.cpp:54 +#: ../src/live_effects/lpe-roughen.cpp:55 msgid "Max. displacement in X" msgstr "X 方向最大位移" -#: ../src/live_effects/lpe-roughen.cpp:56 +#: ../src/live_effects/lpe-roughen.cpp:57 msgid "Max. displacement in Y" msgstr "Y 方向最大位移" -#: ../src/live_effects/lpe-roughen.cpp:58 +#: ../src/live_effects/lpe-roughen.cpp:59 msgid "Global randomize" msgstr "全局随机化" -#: ../src/live_effects/lpe-roughen.cpp:60 +#: ../src/live_effects/lpe-roughen.cpp:61 msgid "Handles" msgstr "控制柄" -#: ../src/live_effects/lpe-roughen.cpp:60 +#: ../src/live_effects/lpe-roughen.cpp:61 msgid "Handles options" msgstr "控制柄选项" -#: ../src/live_effects/lpe-roughen.cpp:62 -msgid "Max. smooth handle angle" -msgstr "最大平滑控制柄角度" - -#: ../src/live_effects/lpe-roughen.cpp:64 +#: ../src/live_effects/lpe-roughen.cpp:63 #: ../share/extensions/radiusrand.inx.h:5 msgid "Shift nodes" msgstr "移动节点" -#: ../src/live_effects/lpe-roughen.cpp:66 +#: ../src/live_effects/lpe-roughen.cpp:65 msgid "Fixed displacement" msgstr "固定位移" -#: ../src/live_effects/lpe-roughen.cpp:66 +#: ../src/live_effects/lpe-roughen.cpp:65 msgid "Fixed displacement, 1/3 of segment length" msgstr "固定位移,线段长度的 1/3" -#: ../src/live_effects/lpe-roughen.cpp:68 +#: ../src/live_effects/lpe-roughen.cpp:67 msgid "Spray Tool friendly" msgstr "喷绘工具友好" -#: ../src/live_effects/lpe-roughen.cpp:68 -msgid "For use with spray tool" +#: ../src/live_effects/lpe-roughen.cpp:67 +#, fuzzy +msgid "For use with spray tool in copy mode" msgstr "用以与喷绘工具共用" -#: ../src/live_effects/lpe-roughen.cpp:128 +#: ../src/live_effects/lpe-roughen.cpp:121 msgid "<b>Add nodes</b> Subdivide each segment" msgstr "<b>加入节点</b>会细分每个线段" -#: ../src/live_effects/lpe-roughen.cpp:137 +#: ../src/live_effects/lpe-roughen.cpp:130 msgid "<b>Jitter nodes</b> Move nodes/handles" msgstr "<b>抖动节点</b>会移动节点/控制柄" -#: ../src/live_effects/lpe-roughen.cpp:146 +#: ../src/live_effects/lpe-roughen.cpp:139 msgid "<b>Extra roughen</b> Add a extra layer of rough" msgstr "<b>加强型粗糙化</b>会加入额外的粗糙图层" -#: ../src/live_effects/lpe-roughen.cpp:155 +#: ../src/live_effects/lpe-roughen.cpp:148 msgid "<b>Options</b> Modify options to rough" msgstr "" @@ -10731,13 +10792,13 @@ msgstr "无" #: ../src/live_effects/lpe-ruler.cpp:33 #: ../src/live_effects/lpe-transform_2pts.cpp:37 -#: ../src/widgets/arc-toolbar.cpp:319 +#: ../src/ui/tools/measure-tool.cpp:756 ../src/widgets/arc-toolbar.cpp:319 msgid "Start" msgstr "起点" #: ../src/live_effects/lpe-ruler.cpp:34 #: ../src/live_effects/lpe-transform_2pts.cpp:38 -#: ../src/widgets/arc-toolbar.cpp:332 +#: ../src/ui/tools/measure-tool.cpp:757 ../src/widgets/arc-toolbar.cpp:332 msgid "End" msgstr "终点" @@ -10756,7 +10817,7 @@ msgstr "相邻两个标尺刻度间的距离" msgid "Unit:" msgstr "单位:" -#: ../src/live_effects/lpe-ruler.cpp:42 ../src/widgets/ruler.cpp:202 +#: ../src/live_effects/lpe-ruler.cpp:42 ../src/widgets/ruler.cpp:207 msgid "Unit" msgstr "单位" @@ -10782,7 +10843,7 @@ msgstr "主要阶数(_:):" #: ../src/live_effects/lpe-ruler.cpp:45 msgid "Draw a major mark every ... steps" -msgstr "每隔 … 显示一个主刻度" +msgstr "每隔几阶显示一个主刻度" #: ../src/live_effects/lpe-ruler.cpp:46 msgid "Shift marks _by:" @@ -10798,7 +10859,7 @@ msgstr "刻度方向:" #: ../src/live_effects/lpe-ruler.cpp:47 msgid "Direction of marks (when viewing along the path from start to end)" -msgstr "刻度的方向(视线沿路径起始至终点)" +msgstr "刻度的方向(视线沿路径起始至终点)" #: ../src/live_effects/lpe-ruler.cpp:48 msgid "_Offset:" @@ -10839,7 +10900,7 @@ msgid "" "The \"show handles\" path effect will remove any custom style on the object " "you are applying it to. If this is not what you want, click Cancel." msgstr "" -"“显示控制柄”路径特效会移除你应用在对象上的所有自定义样式。若这个效果不是你想" +"“显示控制柄”路径特效会移除您应用在对象上的所有自定义样式。若这个效果不是您想" "要的,请单击取消。" #: ../src/live_effects/lpe-simplify.cpp:30 @@ -10882,7 +10943,7 @@ msgstr "简化仅合并" #. testpointA(_("Test Point A"), _("Test A"), "ptA", &wr, this, Geom::Point(100,100)), #: ../src/live_effects/lpe-sketch.cpp:38 msgid "Strokes:" -msgstr "笔廓:" +msgstr "笔刷:" #: ../src/live_effects/lpe-sketch.cpp:38 msgid "Draw that many approximating strokes" @@ -10890,7 +10951,7 @@ msgstr "绘制这么多条近似笔迹" #: ../src/live_effects/lpe-sketch.cpp:39 msgid "Max stroke length:" -msgstr "笔廓最大长度:" +msgstr "笔刷最大长度:" #: ../src/live_effects/lpe-sketch.cpp:40 msgid "Maximum length of approximating strokes" @@ -10898,11 +10959,11 @@ msgstr "近似笔迹的最大长度" #: ../src/live_effects/lpe-sketch.cpp:41 msgid "Stroke length variation:" -msgstr "笔廓长度变化量:" +msgstr "笔刷长度变化量:" #: ../src/live_effects/lpe-sketch.cpp:42 msgid "Random variation of stroke length (relative to maximum length)" -msgstr "笔廓长度的随机变化量(相对于最大长度)" +msgstr "笔刷长度的随机变化量(相对于最大长度)" #: ../src/live_effects/lpe-sketch.cpp:43 msgid "Max. overlap:" @@ -10910,7 +10971,7 @@ msgstr "重叠最大值:" #: ../src/live_effects/lpe-sketch.cpp:44 msgid "How much successive strokes should overlap (relative to maximum length)" -msgstr "相邻笔廓的重叠量(相对于最大长度)" +msgstr "相邻笔刷的重叠量(相对于最大长度)" #: ../src/live_effects/lpe-sketch.cpp:45 msgid "Overlap variation:" @@ -10918,7 +10979,7 @@ msgstr "重叠变化量:" #: ../src/live_effects/lpe-sketch.cpp:46 msgid "Random variation of overlap (relative to maximum overlap)" -msgstr "重叠量的随机偏差(相对于最大重叠量)" +msgstr "重叠量的随机偏差(相对于最大重叠量)" #: ../src/live_effects/lpe-sketch.cpp:47 msgid "Max. end tolerance:" @@ -10928,7 +10989,7 @@ msgstr "最大末端容差:" msgid "" "Maximum distance between ends of original and approximating paths (relative " "to maximum length)" -msgstr "原始终点与近似笔迹的端点间的最大距离(相对于最大长度)" +msgstr "原始终点与近似笔迹的端点间的最大距离(相对于最大长度)" #: ../src/live_effects/lpe-sketch.cpp:49 msgid "Average offset:" @@ -10936,7 +10997,7 @@ msgstr "平均偏移量:" #: ../src/live_effects/lpe-sketch.cpp:50 msgid "Average distance each stroke is away from the original path" -msgstr "每个笔廓与原始路径的平均距离" +msgstr "每个笔刷与原始路径的平均距离" #: ../src/live_effects/lpe-sketch.cpp:51 msgid "Max. tremble:" @@ -10963,7 +11024,7 @@ msgid "How many construction lines (tangents) to draw" msgstr "要绘制的结构线的数目 (切线)" #: ../src/live_effects/lpe-sketch.cpp:58 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2892 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2893 #: ../share/extensions/render_alphabetsoup.inx.h:3 msgid "Scale:" msgstr "缩放:" @@ -10972,7 +11033,7 @@ msgstr "缩放:" msgid "" "Scale factor relating curvature and length of construction lines (try " "5*offset)" -msgstr "曲率与结构线长度相关的缩放因子(试试 5×偏移)" +msgstr "曲率与结构线长度相关的缩放因子(尝试五倍偏移)" #: ../src/live_effects/lpe-sketch.cpp:60 msgid "Max. length:" @@ -11021,11 +11082,11 @@ msgstr "外推" #: ../src/live_effects/lpe-taperstroke.cpp:73 #: ../share/extensions/edge3d.inx.h:5 msgid "Stroke width:" -msgstr "笔廓宽度:" +msgstr "笔刷宽度:" #: ../src/live_effects/lpe-taperstroke.cpp:73 msgid "The (non-tapered) width of the path" -msgstr "该路径的(非锥化)宽度" +msgstr "该路径的(非锥化)宽度" #: ../src/live_effects/lpe-taperstroke.cpp:74 msgid "Start offset:" @@ -11135,12 +11196,12 @@ msgstr "最后一结" msgid "Rotation helper size" msgstr "旋转辅助标示尺寸" -#: ../src/live_effects/lpe-transform_2pts.cpp:197 +#: ../src/live_effects/lpe-transform_2pts.cpp:196 msgid "Change index of knot" msgstr "更改结索引" -#: ../src/live_effects/lpe-transform_2pts.cpp:350 -#: ../src/ui/dialog/inkscape-preferences.cpp:1610 +#: ../src/live_effects/lpe-transform_2pts.cpp:349 +#: ../src/ui/dialog/inkscape-preferences.cpp:1622 #: ../src/ui/dialog/pixelartdialog.cpp:296 #: ../src/ui/dialog/svg-fonts-dialog.cpp:699 #: ../src/ui/dialog/tracedialog.cpp:813 @@ -11154,7 +11215,7 @@ msgstr "世代数(_R):" #: ../src/live_effects/lpe-vonkoch.cpp:46 msgid "Depth of the recursion --- keep low!!" -msgstr "递归的深度——要低!!" +msgstr "递归的深度——要小!!" #: ../src/live_effects/lpe-vonkoch.cpp:47 msgid "Generating path:" @@ -11172,7 +11233,7 @@ msgstr "只用整体变形(_U)" msgid "" "2 consecutive segments are used to reverse/preserve orientation only " "(otherwise, they define a general transform)." -msgstr "两个线段仅用来保持/颠倒方向(否则的话将定义一般变换)。" +msgstr "两个线段仅用来保持/颠倒方向(否则的话将定义一般变换)。" #: ../src/live_effects/lpe-vonkoch.cpp:49 msgid "Dra_w all generations" @@ -11180,7 +11241,7 @@ msgstr "绘制所有世代(_W)" #: ../src/live_effects/lpe-vonkoch.cpp:49 msgid "If unchecked, draw only the last generation" -msgstr "如果不选,则只绘制最后一层" +msgstr "如果不选,则只绘制最后一代" #. ,draw_boxes(_("Display boxes"), _("Display boxes instead of paths only"), "draw_boxes", &wr, this, true) #: ../src/live_effects/lpe-vonkoch.cpp:51 @@ -11256,7 +11317,7 @@ msgid "Select original" msgstr "选择原对象" #: ../src/live_effects/parameter/originalpatharray.cpp:90 -#: ../src/widgets/gradient-toolbar.cpp:1208 +#: ../src/widgets/gradient-toolbar.cpp:1205 msgid "Reverse" msgstr "反向" @@ -11271,12 +11332,12 @@ msgid "Remove Path" msgstr "删除路径" #: ../src/live_effects/parameter/originalpatharray.cpp:179 -#: ../src/ui/dialog/objects.cpp:1850 +#: ../src/ui/dialog/objects.cpp:1854 msgid "Move Down" msgstr "下移" #: ../src/live_effects/parameter/originalpatharray.cpp:191 -#: ../src/ui/dialog/objects.cpp:1858 +#: ../src/ui/dialog/objects.cpp:1862 msgid "Move Up" msgstr "上移" @@ -11312,18 +11373,19 @@ msgstr "链接到剪贴板的路径" msgid "Paste path parameter" msgstr "粘贴路径参数" -#: ../src/live_effects/parameter/point.cpp:124 +#: ../src/live_effects/parameter/point.cpp:132 msgid "Change point parameter" msgstr "修改点的参数" #: ../src/live_effects/parameter/powerstrokepointarray.cpp:239 #: ../src/live_effects/parameter/powerstrokepointarray.cpp:256 +#, fuzzy msgid "" "<b>Stroke width control point</b>: drag to alter the stroke width. <b>Ctrl" "+click</b> adds a control point, <b>Ctrl+Alt+click</b> deletes it, <b>Shift" "+click</b> launches width dialog." msgstr "" -"<b>笔廓宽度控制点</b>:拖动以更改笔廓宽度。<b>Ctrl+单击</b>添加控制点," +"<b>笔刷宽度控制点</b>:拖动以更改笔刷宽度。<b>Ctrl+单击</b>添加控制点," "<b>Ctrl+Alt+单击</b>删除,<b>Shift+单击</b>启动宽度对话框。" #: ../src/live_effects/parameter/random.cpp:134 @@ -11363,25 +11425,25 @@ msgstr "打印 Inkscape 版本号" #: ../src/main.cpp:300 msgid "Do not use X server (only process files from console)" -msgstr "不使用 X 服务器(只通过控制台处理文件)" +msgstr "不使用 X 服务器(只通过控制台处理文件)" #: ../src/main.cpp:305 msgid "Try to use X server (even if $DISPLAY is not set)" -msgstr "试着使用 X 服务器(即使 $DISPLAY 没有)置)" +msgstr "试着使用 X 服务器(即使 $DISPLAY 没有)置)" #: ../src/main.cpp:310 msgid "Open specified document(s) (option string may be excluded)" -msgstr "打开指定的文档(可能排除选项字符串)" +msgstr "打开指定的文档(可能排除选项字符串)" #: ../src/main.cpp:311 ../src/main.cpp:316 ../src/main.cpp:321 #: ../src/main.cpp:393 ../src/main.cpp:398 ../src/main.cpp:403 #: ../src/main.cpp:414 ../src/main.cpp:430 ../src/main.cpp:435 msgid "FILENAME" -msgstr "文件名" +msgstr "FILENAME" #: ../src/main.cpp:315 msgid "Print document(s) to specified output file (use '| program' for pipe)" -msgstr "打印文档到指定输出文件(用“| 程序名”以使用管道)" +msgstr "打印文档到指定输出文件(用“| 程序名”以使用管道)" #: ../src/main.cpp:320 msgid "Export document to a PNG file" @@ -11391,7 +11453,7 @@ msgstr "把文档导出到 PNG 文件" msgid "" "Resolution for exporting to bitmap and for rasterization of filters in PS/" "EPS/PDF (default 96)" -msgstr "PS/EPS/PDF 格式中导出位图和滤镜点阵化的分辨率(默认为 96)" +msgstr "PS/EPS/PDF 格式中导出位图和滤镜点阵化的分辨率(默认为 96)" #: ../src/main.cpp:326 ../src/ui/widget/rendering-options.cpp:37 msgid "DPI" @@ -11401,7 +11463,7 @@ msgstr "DPI" msgid "" "Exported area in SVG user units (default is the page; 0,0 is lower-left " "corner)" -msgstr "按照 SVG 用户设置单位导出区域(默认是页面;0,0 是左下角)" +msgstr "按照 SVG 用户设置单位导出区域(默认是页面;0,0 是左下角)" #: ../src/main.cpp:331 msgid "x0:y0:x1:y1" @@ -11409,7 +11471,7 @@ msgstr "x0:y0:x1:y1" #: ../src/main.cpp:335 msgid "Exported area is the entire drawing (not page)" -msgstr "导出区域是整个绘图(不是页面)" +msgstr "导出区域是整个绘图(不是页面)" #: ../src/main.cpp:340 msgid "Exported area is the entire page" @@ -11417,40 +11479,40 @@ msgstr "导出区域是整个页面" #: ../src/main.cpp:345 msgid "Only for PS/EPS/PDF, sets margin in mm around exported area (default 0)" -msgstr "只适用于 PS/EPS/PDF,设置导出区域周围的边距(缺省为 0,以毫米计)" +msgstr "只适用于 PS/EPS/PDF,设置导出区域周围的边距(缺省为 0,以毫米计)" #: ../src/main.cpp:346 ../src/main.cpp:388 msgid "VALUE" -msgstr "值" +msgstr "VALUE" #: ../src/main.cpp:350 msgid "" "Snap the bitmap export area outwards to the nearest integer values (in SVG " "user units)" -msgstr "吸附位图导出区域到靠外的最接近的整数(按照 SVG 用户单位)" +msgstr "吸附位图导出区域到靠外的最接近的整数(按照 SVG 用户单位)" #: ../src/main.cpp:355 msgid "The width of exported bitmap in pixels (overrides export-dpi)" -msgstr "导出位图的像素宽度(覆盖导出-dpi)" +msgstr "导出位图的像素宽度(覆盖导出-dpi)" #: ../src/main.cpp:356 msgid "WIDTH" -msgstr "宽度" +msgstr "WIDTH" #: ../src/main.cpp:360 msgid "The height of exported bitmap in pixels (overrides export-dpi)" -msgstr "导出位图的像素高度(覆盖导出-dpi)" +msgstr "导出位图的像素高度(覆盖导出-dpi)" #: ../src/main.cpp:361 msgid "HEIGHT" -msgstr "高度" +msgstr "HEIGHT" #: ../src/main.cpp:365 msgid "The ID of the object to export" msgstr "要导出的对象的 ID" #: ../src/main.cpp:366 ../src/main.cpp:479 -#: ../src/ui/dialog/inkscape-preferences.cpp:1556 +#: ../src/ui/dialog/inkscape-preferences.cpp:1568 msgid "ID" msgstr "ID" @@ -11459,27 +11521,27 @@ msgstr "ID" #: ../src/main.cpp:372 msgid "" "Export just the object with export-id, hide all others (only with export-id)" -msgstr "只导出有导出 ID 的对象,隐藏其它的(只包括导出 ID)" +msgstr "只导出有导出 ID 的对象,隐藏其他的(只包括导出 ID)" #: ../src/main.cpp:377 msgid "Use stored filename and DPI hints when exporting (only with export-id)" -msgstr "导出时使用保存的文件名和 DPI(只包括导出 ID)" +msgstr "导出时使用保存的文件名和 DPI(只包括导出 ID)" #: ../src/main.cpp:382 msgid "Background color of exported bitmap (any SVG-supported color string)" -msgstr "导出位图的背景色(任何 SVG 支持的颜色字符串)" +msgstr "导出位图的背景色(任何 SVG 支持的颜色字符串)" #: ../src/main.cpp:383 msgid "COLOR" -msgstr "颜色" +msgstr "COLOR" #: ../src/main.cpp:387 msgid "Background opacity of exported bitmap (either 0.0 to 1.0, or 1 to 255)" -msgstr "导出位图的背景不透明度(0.0 到 1.0,或者 1 到 255)" +msgstr "导出位图的背景不透明度(0.0 到 1.0,或者 1 到 255)" #: ../src/main.cpp:392 msgid "Export document to plain SVG file (no sodipodi or inkscape namespaces)" -msgstr "把文档导出到普通 SVG 文件(没有 sodipodi 或者 inkscape 命名空间)" +msgstr "把文档导出到普通 SVG 文件(没有 sodipodi 或者 inkscape 命名空间)" #: ../src/main.cpp:397 msgid "Export document to a PS file" @@ -11493,7 +11555,7 @@ msgstr "导出文档到 EPS 文件" msgid "" "Choose the PostScript Level used to export. Possible choices are 2 and 3 " "(the default)" -msgstr "选择导出要使用的 PostScript 等级(版本)。选择有 2 和 3(默认)" +msgstr "选择导出要使用的 PostScript 等级(版本)。选择有 2 和 3(默认)" #: ../src/main.cpp:409 msgid "PS Level" @@ -11527,21 +11589,21 @@ msgstr "" #: ../src/main.cpp:429 msgid "Export document to an Enhanced Metafile (EMF) File" -msgstr "导出文档到增强型图元(EMF)文件" +msgstr "导出文档到增强型图元(EMF)文件" #: ../src/main.cpp:434 msgid "Export document to a Windows Metafile (WMF) File" -msgstr "将文档导出成 Windows 图元文件(WMF)" +msgstr "将文档导出成 Windows 图元文件(WMF)" #: ../src/main.cpp:439 msgid "Convert text object to paths on export (PS, EPS, PDF, SVG)" -msgstr "导出时将文本对象转成路径(PS、EPS、PDF、SVG)" +msgstr "导出时将文本对象转成路径(PS、EPS、PDF、SVG)" #: ../src/main.cpp:444 msgid "" "Render filtered objects without filters, instead of rasterizing (PS, EPS, " "PDF)" -msgstr "渲染滤镜对象时不包括滤镜效果,而不是执行栅格化(PS、EPS、PDF)" +msgstr "渲染滤镜对象时不包括滤镜效果,而不是执行栅格化(PS、EPS、PDF)" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:450 @@ -11596,7 +11658,7 @@ msgstr "在控制台模式中进入一个用于 D-Bus 消息的监听循环" msgid "" "Specify the D-Bus bus name to listen for messages on (default is org." "inkscape)" -msgstr "指定用于消息监听的 D-Bus BUS 名称(默认值为 org.inkscape)" +msgstr "指定用于消息监听的 D-Bus BUS 名称(默认值为 org.inkscape)" #: ../src/main.cpp:501 msgid "BUS-NAME" @@ -11604,7 +11666,7 @@ msgstr "BUS-NAME" #: ../src/main.cpp:506 msgid "List the IDs of all the verbs in Inkscape" -msgstr "列出 Inkscape 中所有动作的标识符(ID)" +msgstr "列出 Inkscape 中所有动作的标识符(ID)" #: ../src/main.cpp:511 msgid "Verb to call when Inkscape opens." @@ -11612,7 +11674,7 @@ msgstr "Inkscape 启动时调用的动作。" #: ../src/main.cpp:512 msgid "VERB-ID" -msgstr "动作-ID" +msgstr "VERB-ID" #: ../src/main.cpp:516 msgid "Object ID to select when Inkscape opens." @@ -11620,115 +11682,115 @@ msgstr "Inkscape 启动时选择的对象 ID。" #: ../src/main.cpp:517 msgid "OBJECT-ID" -msgstr "对象-ID" +msgstr "OBJECT-ID" #: ../src/main.cpp:521 msgid "Start Inkscape in interactive shell mode." msgstr "以交互式 shell 模式启动 Inkscape。" -#: ../src/main.cpp:871 ../src/main.cpp:1280 +#: ../src/main.cpp:871 ../src/main.cpp:1284 msgid "" "[OPTIONS...] [FILE...]\n" "\n" "Available options:" msgstr "" -"[选项…] [文件…]\n" +"[选项...] [文件...]\n" "\n" "可用选项:" #. ## Add a menu for clear() -#: ../src/menus-skeleton.h:16 ../src/ui/dialog/debug.cpp:79 +#: ../src/menus-skeleton.h:18 ../src/ui/dialog/debug.cpp:79 msgid "_File" msgstr "文件(_F)" #. " <verb verb-id=\"FileExportToOCAL\" />\n" #. " <verb verb-id=\"DialogMetadata\" />\n" -#: ../src/menus-skeleton.h:41 ../src/verbs.cpp:2682 ../src/verbs.cpp:2690 +#: ../src/menus-skeleton.h:43 ../src/verbs.cpp:2714 ../src/verbs.cpp:2722 msgid "_Edit" msgstr "编辑(_E)" -#: ../src/menus-skeleton.h:51 ../src/verbs.cpp:2446 +#: ../src/menus-skeleton.h:53 ../src/verbs.cpp:2473 msgid "Paste Si_ze" msgstr "粘贴尺寸(_Z)" -#: ../src/menus-skeleton.h:63 +#: ../src/menus-skeleton.h:65 msgid "Clo_ne" msgstr "克隆(_N)" -#: ../src/menus-skeleton.h:77 +#: ../src/menus-skeleton.h:79 msgid "Select Sa_me" msgstr "选取相同对象(_M)" -#: ../src/menus-skeleton.h:95 +#: ../src/menus-skeleton.h:98 msgid "_View" msgstr "视图(_V)" -#: ../src/menus-skeleton.h:96 +#: ../src/menus-skeleton.h:99 msgid "_Zoom" msgstr "缩放(_Z)" -#: ../src/menus-skeleton.h:112 +#: ../src/menus-skeleton.h:115 msgid "_Display mode" msgstr "显示模式(_D)" #. Better location in menu needs to be found #. " <verb verb-id=\"ViewModePrintColorsPreview\" radio=\"yes\"/>\n" #. " <verb verb-id=\"DialogPrintColorsPreview\" />\n" -#: ../src/menus-skeleton.h:121 +#: ../src/menus-skeleton.h:124 msgid "_Color display mode" msgstr "色彩显示模式(_C)" #. Better location in menu needs to be found #. " <verb verb-id=\"ViewColorModePrintColorsPreview\" radio=\"yes\"/>\n" #. " <verb verb-id=\"DialogPrintColorsPreview\" />\n" -#: ../src/menus-skeleton.h:134 +#: ../src/menus-skeleton.h:137 msgid "Sh_ow/Hide" msgstr "显示/隐藏(_W)" #. Not quite ready to be in the menus. #. " <verb verb-id=\"FocusToggle\" />\n" -#: ../src/menus-skeleton.h:154 +#: ../src/menus-skeleton.h:157 msgid "_Layer" msgstr "图层(_L)" -#: ../src/menus-skeleton.h:178 +#: ../src/menus-skeleton.h:181 msgid "_Object" msgstr "对象(_O)" -#: ../src/menus-skeleton.h:189 +#: ../src/menus-skeleton.h:192 msgid "Cli_p" msgstr "剪裁(_P)" -#: ../src/menus-skeleton.h:193 +#: ../src/menus-skeleton.h:196 msgid "Mas_k" msgstr "蒙版(_K)" -#: ../src/menus-skeleton.h:197 +#: ../src/menus-skeleton.h:200 msgid "Patter_n" msgstr "图案(_N)" -#: ../src/menus-skeleton.h:221 +#: ../src/menus-skeleton.h:224 msgid "_Path" msgstr "路径(_P)" -#: ../src/menus-skeleton.h:249 ../src/ui/dialog/find.cpp:78 +#: ../src/menus-skeleton.h:256 ../src/ui/dialog/find.cpp:78 #: ../src/ui/dialog/text-edit.cpp:71 msgid "_Text" msgstr "文字(_T)" -#: ../src/menus-skeleton.h:267 +#: ../src/menus-skeleton.h:274 msgid "Filter_s" msgstr "滤镜(_S)" -#: ../src/menus-skeleton.h:273 +#: ../src/menus-skeleton.h:280 msgid "Exte_nsions" msgstr "扩展(_N)" -#: ../src/menus-skeleton.h:279 +#: ../src/menus-skeleton.h:286 msgid "_Help" msgstr "帮助(_H)" -#: ../src/menus-skeleton.h:283 +#: ../src/menus-skeleton.h:290 msgid "Tutorials" msgstr "教程" @@ -11738,7 +11800,7 @@ msgstr "选择<b>对象</b>合并。" #: ../src/path-chemistry.cpp:67 msgid "Combining paths..." -msgstr "合并路径…" +msgstr "合并路径..." #: ../src/path-chemistry.cpp:177 msgid "Combine" @@ -11754,45 +11816,45 @@ msgstr "选择要分离的<b>路径</b>." #: ../src/path-chemistry.cpp:200 msgid "Breaking apart paths..." -msgstr "分离路径…" +msgstr "分离路径..." -#: ../src/path-chemistry.cpp:287 +#: ../src/path-chemistry.cpp:288 msgid "Break apart" msgstr "分离" -#: ../src/path-chemistry.cpp:289 +#: ../src/path-chemistry.cpp:291 msgid "<b>No path(s)</b> to break apart in the selection." msgstr "选区里面<b>没有路径</b>可以分离。" -#: ../src/path-chemistry.cpp:299 +#: ../src/path-chemistry.cpp:301 msgid "Select <b>object(s)</b> to convert to path." msgstr "选择要转换到路径的<b>对象</b>。" -#: ../src/path-chemistry.cpp:305 +#: ../src/path-chemistry.cpp:307 msgid "Converting objects to paths..." -msgstr "正在将对象转化成路径…" +msgstr "正在将对象转化成路径..." -#: ../src/path-chemistry.cpp:324 +#: ../src/path-chemistry.cpp:326 msgid "Object to path" msgstr "对象转化成路径" -#: ../src/path-chemistry.cpp:326 +#: ../src/path-chemistry.cpp:328 msgid "<b>No objects</b> to convert to path in the selection." msgstr "选区里<b>没有对象</b>可以转化到路径。" -#: ../src/path-chemistry.cpp:613 +#: ../src/path-chemistry.cpp:615 msgid "Select <b>path(s)</b> to reverse." msgstr "选择要反向的<b>路径</b>。" -#: ../src/path-chemistry.cpp:622 +#: ../src/path-chemistry.cpp:624 msgid "Reversing paths..." -msgstr "反向路径…" +msgstr "反向路径..." -#: ../src/path-chemistry.cpp:657 +#: ../src/path-chemistry.cpp:659 msgid "Reverse path" msgstr "反向路径" -#: ../src/path-chemistry.cpp:659 +#: ../src/path-chemistry.cpp:661 msgid "<b>No paths</b> to reverse in the selection." msgstr "选区里<b>没有路径</b>可以反向。" @@ -11972,7 +12034,7 @@ msgstr "为发布此资源承担法律负责的个体" #: ../src/rdf.cpp:258 msgid "Identifier:" -msgstr "识别码:" +msgstr "标识:" #: ../src/rdf.cpp:259 msgid "An unambiguous reference to the resource within a given context" @@ -11990,7 +12052,7 @@ msgstr "相关:" msgid "A related resource" msgstr "相关资源" -#: ../src/rdf.cpp:267 ../src/ui/dialog/inkscape-preferences.cpp:1912 +#: ../src/rdf.cpp:267 ../src/ui/dialog/inkscape-preferences.cpp:1924 msgid "Language:" msgstr "语言:" @@ -12043,7 +12105,7 @@ msgstr "URI:" #. TRANSLATORS: this is where you put a URL to a page that defines the license #: ../src/rdf.cpp:291 msgid "URI to this document's license's namespace definition" -msgstr "这份文档授权命名空间定义的通用资源标识 (URI)" +msgstr "这份文档授权命名空间定义的通用资源标识(URI)" #. TRANSLATORS: fragment of XML representing the license of the document #: ../src/rdf.cpp:295 @@ -12052,7 +12114,7 @@ msgstr "片段:" #: ../src/rdf.cpp:296 msgid "XML fragment for the RDF 'License' section" -msgstr "RDF“License”部分的 XML 片段。" +msgstr "RDF的 License 部分的 XML 片段。" #: ../src/resource-manager.cpp:336 msgid "Fixup broken links" @@ -12069,10 +12131,10 @@ msgstr "<b>什么也没有</b>删除。" #: ../src/selection-chemistry.cpp:426 #: ../src/ui/dialog/calligraphic-profile-rename.cpp:75 #: ../src/ui/dialog/swatches.cpp:277 ../src/ui/tools/text-tool.cpp:965 -#: ../src/widgets/eraser-toolbar.cpp:93 -#: ../src/widgets/gradient-toolbar.cpp:1184 -#: ../src/widgets/gradient-toolbar.cpp:1198 -#: ../src/widgets/gradient-toolbar.cpp:1212 ../src/widgets/node-toolbar.cpp:401 +#: ../src/widgets/eraser-toolbar.cpp:120 +#: ../src/widgets/gradient-toolbar.cpp:1181 +#: ../src/widgets/gradient-toolbar.cpp:1195 +#: ../src/widgets/gradient-toolbar.cpp:1209 ../src/widgets/node-toolbar.cpp:401 msgid "Delete" msgstr "删除" @@ -12107,7 +12169,7 @@ msgid "<b>No groups</b> to ungroup in the selection." msgstr "选区里<b>没有群组</b>可以解除组合。" #: ../src/selection-chemistry.cpp:869 ../src/sp-item-group.cpp:550 -#: ../src/ui/dialog/objects.cpp:1912 +#: ../src/ui/dialog/objects.cpp:1916 msgid "Ungroup" msgstr "解除群组" @@ -12186,7 +12248,7 @@ msgid "Select <b>object(s)</b> to remove filters from." msgstr "选择要移除滤镜的<b>对象</b>。" #: ../src/selection-chemistry.cpp:1288 -#: ../src/ui/dialog/filter-effects-dialog.cpp:1693 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1694 msgid "Remove filter" msgstr "移除滤镜" @@ -12202,134 +12264,134 @@ msgstr "分别粘贴尺寸" msgid "Select <b>object(s)</b> to move to the layer above." msgstr "选择<b>对象</b>移动到上面的层。" -#: ../src/selection-chemistry.cpp:1360 +#: ../src/selection-chemistry.cpp:1361 msgid "Raise to next layer" msgstr "升高到上面的图层" -#: ../src/selection-chemistry.cpp:1367 +#: ../src/selection-chemistry.cpp:1368 msgid "No more layers above." msgstr "上面没有图层了。" -#: ../src/selection-chemistry.cpp:1378 +#: ../src/selection-chemistry.cpp:1379 msgid "Select <b>object(s)</b> to move to the layer below." msgstr "选择<b>对象</b>移动到下面的图层。" -#: ../src/selection-chemistry.cpp:1403 +#: ../src/selection-chemistry.cpp:1405 msgid "Lower to previous layer" msgstr "降低到下面的图层" -#: ../src/selection-chemistry.cpp:1410 +#: ../src/selection-chemistry.cpp:1412 msgid "No more layers below." msgstr "下面没有图层了。" -#: ../src/selection-chemistry.cpp:1420 +#: ../src/selection-chemistry.cpp:1422 msgid "Select <b>object(s)</b> to move." msgstr "选择要移动的<b>对象</b>。" -#: ../src/selection-chemistry.cpp:1437 ../src/verbs.cpp:2625 +#: ../src/selection-chemistry.cpp:1440 ../src/verbs.cpp:2657 msgid "Move selection to layer" msgstr "将选取对象移到图层" #. An SVG element cannot have a transform. We could change 'x' and 'y' in response #. to a translation... but leave that for another day. -#: ../src/selection-chemistry.cpp:1526 ../src/seltrans.cpp:391 +#: ../src/selection-chemistry.cpp:1529 ../src/seltrans.cpp:391 msgid "Cannot transform an embedded SVG." msgstr "无法变形内嵌的 SVG。" -#: ../src/selection-chemistry.cpp:1696 +#: ../src/selection-chemistry.cpp:1699 msgid "Remove transform" msgstr "移除变换" -#: ../src/selection-chemistry.cpp:1803 +#: ../src/selection-chemistry.cpp:1806 msgid "Rotate 90° CCW" msgstr "逆时针旋转 90°" -#: ../src/selection-chemistry.cpp:1803 +#: ../src/selection-chemistry.cpp:1806 msgid "Rotate 90° CW" msgstr "顺时针旋转 90°" -#: ../src/selection-chemistry.cpp:1824 ../src/seltrans.cpp:484 -#: ../src/ui/dialog/transformation.cpp:891 +#: ../src/selection-chemistry.cpp:1827 ../src/seltrans.cpp:484 +#: ../src/ui/dialog/transformation.cpp:890 msgid "Rotate" msgstr "旋转" -#: ../src/selection-chemistry.cpp:2173 +#: ../src/selection-chemistry.cpp:2176 msgid "Rotate by pixels" msgstr "按像素旋转" -#: ../src/selection-chemistry.cpp:2203 ../src/seltrans.cpp:481 -#: ../src/ui/dialog/transformation.cpp:865 ../src/ui/widget/page-sizer.cpp:450 +#: ../src/selection-chemistry.cpp:2206 ../src/seltrans.cpp:481 +#: ../src/ui/dialog/transformation.cpp:864 ../src/ui/widget/page-sizer.cpp:450 #: ../share/extensions/interp_att_g.inx.h:14 msgid "Scale" msgstr "缩放" -#: ../src/selection-chemistry.cpp:2228 +#: ../src/selection-chemistry.cpp:2231 msgid "Scale by whole factor" msgstr "按整个比例缩放" -#: ../src/selection-chemistry.cpp:2243 +#: ../src/selection-chemistry.cpp:2246 msgid "Move vertically" msgstr "垂直移动" -#: ../src/selection-chemistry.cpp:2246 +#: ../src/selection-chemistry.cpp:2249 msgid "Move horizontally" msgstr "水平移动" -#: ../src/selection-chemistry.cpp:2249 ../src/selection-chemistry.cpp:2275 -#: ../src/seltrans.cpp:478 ../src/ui/dialog/transformation.cpp:802 +#: ../src/selection-chemistry.cpp:2252 ../src/selection-chemistry.cpp:2278 +#: ../src/seltrans.cpp:478 ../src/ui/dialog/transformation.cpp:801 msgid "Move" msgstr "移动" -#: ../src/selection-chemistry.cpp:2269 +#: ../src/selection-chemistry.cpp:2272 msgid "Move vertically by pixels" msgstr "按像素垂直移动" -#: ../src/selection-chemistry.cpp:2272 +#: ../src/selection-chemistry.cpp:2275 msgid "Move horizontally by pixels" msgstr "按像素水平移动" -#: ../src/selection-chemistry.cpp:2475 +#: ../src/selection-chemistry.cpp:2478 msgid "The selection has no applied path effect." msgstr "被选对象没有被应用过路径效果。" -#: ../src/selection-chemistry.cpp:2567 ../src/ui/dialog/clonetiler.cpp:2221 +#: ../src/selection-chemistry.cpp:2570 ../src/ui/dialog/clonetiler.cpp:2230 msgid "Select an <b>object</b> to clone." msgstr "选择一个要克隆的<b>对象</b>。" -#: ../src/selection-chemistry.cpp:2602 +#: ../src/selection-chemistry.cpp:2605 msgctxt "Action" msgid "Clone" msgstr "克隆" -#: ../src/selection-chemistry.cpp:2616 +#: ../src/selection-chemistry.cpp:2619 msgid "Select <b>clones</b> to relink." msgstr "选择要重新链接的<b>多个克隆</b>。" -#: ../src/selection-chemistry.cpp:2623 +#: ../src/selection-chemistry.cpp:2626 msgid "Copy an <b>object</b> to clipboard to relink clones to." msgstr "复制重新链接克隆到的<b>对象</b>到剪贴板。" -#: ../src/selection-chemistry.cpp:2644 +#: ../src/selection-chemistry.cpp:2647 msgid "<b>No clones to relink</b> in the selection." msgstr "选区里<b>没有克隆可重新链接</b>。" -#: ../src/selection-chemistry.cpp:2647 +#: ../src/selection-chemistry.cpp:2650 msgid "Relink clone" msgstr "重新链接克隆" -#: ../src/selection-chemistry.cpp:2661 +#: ../src/selection-chemistry.cpp:2664 msgid "Select <b>clones</b> to unlink." msgstr "选择多个<b>克隆</b>断开。" -#: ../src/selection-chemistry.cpp:2714 +#: ../src/selection-chemistry.cpp:2717 msgid "<b>No clones to unlink</b> in the selection." msgstr "选区里<b>没有克隆可断开</b>。" -#: ../src/selection-chemistry.cpp:2718 +#: ../src/selection-chemistry.cpp:2721 msgid "Unlink clone" msgstr "断开克隆" -#: ../src/selection-chemistry.cpp:2731 +#: ../src/selection-chemistry.cpp:2734 msgid "" "Select a <b>clone</b> to go to its original. Select a <b>linked offset</b> " "to go to its source. Select a <b>text on path</b> to go to the path. Select " @@ -12338,136 +12400,136 @@ msgstr "" "选择一个<b>克隆</b>来移动到其原版。选择<b>链接偏移</b>找到源。选择<b>路径上的" "文字</b>来走到路径上。选择<b>浮动文字</b>到达框架。" -#: ../src/selection-chemistry.cpp:2781 +#: ../src/selection-chemistry.cpp:2784 msgid "" "<b>Cannot find</b> the object to select (orphaned clone, offset, textpath, " "flowed text?)" -msgstr "<b>找不到</b>要选择的目标(孤立克隆、偏移、文字路径、浮动文字?)" +msgstr "<b>找不到</b>要选择的目标(孤立克隆、偏移、文字路径、浮动文字?)" -#: ../src/selection-chemistry.cpp:2787 +#: ../src/selection-chemistry.cpp:2790 msgid "" "The object you're trying to select is <b>not visible</b> (it is in <" "defs>)" -msgstr "试图图选择的对象<b>不可见</b>(位于 <defs> 内)" +msgstr "试图图选择的对象<b>不可见</b>(位于 <defs> 内)" -#: ../src/selection-chemistry.cpp:2877 +#: ../src/selection-chemistry.cpp:2880 msgid "Select path(s) to fill." msgstr "选取要填充的路径。" -#: ../src/selection-chemistry.cpp:2895 +#: ../src/selection-chemistry.cpp:2898 msgid "Select <b>object(s)</b> to convert to marker." msgstr "选择要转化成标记的<b>对象</b>。" -#: ../src/selection-chemistry.cpp:2969 +#: ../src/selection-chemistry.cpp:2972 msgid "Objects to marker" msgstr "对象转化成标记" -#: ../src/selection-chemistry.cpp:2995 +#: ../src/selection-chemistry.cpp:2998 msgid "Select <b>object(s)</b> to convert to guides." msgstr "选择要转化成参考线的<b>对象</b>。" -#: ../src/selection-chemistry.cpp:3016 +#: ../src/selection-chemistry.cpp:3019 msgid "Objects to guides" msgstr "对象转化为参考线" -#: ../src/selection-chemistry.cpp:3052 +#: ../src/selection-chemistry.cpp:3055 msgid "Select <b>objects</b> to convert to symbol." msgstr "选取要转换成符号的<b>对象</b>。" -#: ../src/selection-chemistry.cpp:3153 +#: ../src/selection-chemistry.cpp:3156 msgid "Group to symbol" msgstr "群组转成符号" -#: ../src/selection-chemistry.cpp:3172 +#: ../src/selection-chemistry.cpp:3175 msgid "Select a <b>symbol</b> to extract objects from." msgstr "选取一个<b>符号</b>从里面提取对象。" -#: ../src/selection-chemistry.cpp:3181 +#: ../src/selection-chemistry.cpp:3184 msgid "Select only one <b>symbol</b> in Symbol dialog to convert to group." msgstr "只在符号对话窗中选取一个要转换成群组的<b>符号</b>。" -#: ../src/selection-chemistry.cpp:3237 +#: ../src/selection-chemistry.cpp:3240 msgid "Group from symbol" msgstr "从符号转成群组" -#: ../src/selection-chemistry.cpp:3255 +#: ../src/selection-chemistry.cpp:3258 msgid "Select <b>object(s)</b> to convert to pattern." msgstr "选择<b>对象</b>转化成图案。" -#: ../src/selection-chemistry.cpp:3351 +#: ../src/selection-chemistry.cpp:3354 msgid "Objects to pattern" msgstr "对象转化成图案" -#: ../src/selection-chemistry.cpp:3367 +#: ../src/selection-chemistry.cpp:3370 msgid "Select an <b>object with pattern fill</b> to extract objects from." msgstr "选择一个<b>使用图案填充的对象</b>,从中提取对象形状." -#: ../src/selection-chemistry.cpp:3426 +#: ../src/selection-chemistry.cpp:3429 msgid "<b>No pattern fills</b> in the selection." msgstr "选区<b>没有图案填充</b>." -#: ../src/selection-chemistry.cpp:3429 +#: ../src/selection-chemistry.cpp:3432 msgid "Pattern to objects" msgstr "图案转化成对象" -#: ../src/selection-chemistry.cpp:3516 +#: ../src/selection-chemistry.cpp:3518 msgid "Select <b>object(s)</b> to make a bitmap copy." msgstr "选择<b>对象</b>生成位图副本。" -#: ../src/selection-chemistry.cpp:3520 +#: ../src/selection-chemistry.cpp:3522 msgid "Rendering bitmap..." -msgstr "渲染位图…" +msgstr "渲染位图..." -#: ../src/selection-chemistry.cpp:3705 +#: ../src/selection-chemistry.cpp:3707 msgid "Create bitmap" msgstr "创建位图" -#: ../src/selection-chemistry.cpp:3730 ../src/selection-chemistry.cpp:3842 +#: ../src/selection-chemistry.cpp:3732 ../src/selection-chemistry.cpp:3844 msgid "Select <b>object(s)</b> to create clippath or mask from." msgstr "选择<b>对象</b>创建剪裁路径或者蒙版。" -#: ../src/selection-chemistry.cpp:3816 ../src/ui/dialog/objects.cpp:1918 +#: ../src/selection-chemistry.cpp:3818 ../src/ui/dialog/objects.cpp:1922 msgid "Create Clip Group" msgstr "创建剪裁群组" -#: ../src/selection-chemistry.cpp:3845 +#: ../src/selection-chemistry.cpp:3847 msgid "Select mask object and <b>object(s)</b> to apply clippath or mask to." msgstr "选择蒙版对象和<b>对象</b>应用剪裁路径或者蒙版。" -#: ../src/selection-chemistry.cpp:3992 +#: ../src/selection-chemistry.cpp:3994 msgid "Set clipping path" msgstr "设置剪裁路径" -#: ../src/selection-chemistry.cpp:3994 +#: ../src/selection-chemistry.cpp:3996 msgid "Set mask" msgstr "设置蒙版" -#: ../src/selection-chemistry.cpp:4009 +#: ../src/selection-chemistry.cpp:4011 msgid "Select <b>object(s)</b> to remove clippath or mask from." msgstr "选择<b>对象</b>去除剪裁路径或者蒙版。" -#: ../src/selection-chemistry.cpp:4125 +#: ../src/selection-chemistry.cpp:4127 msgid "Release clipping path" msgstr "释放剪裁路径" -#: ../src/selection-chemistry.cpp:4127 +#: ../src/selection-chemistry.cpp:4129 msgid "Release mask" msgstr "释放蒙版" -#: ../src/selection-chemistry.cpp:4146 +#: ../src/selection-chemistry.cpp:4148 msgid "Select <b>object(s)</b> to fit canvas to." msgstr "选择<b>对象</b>来缩放以适应画布." #. Fit Page -#: ../src/selection-chemistry.cpp:4166 ../src/verbs.cpp:2961 +#: ../src/selection-chemistry.cpp:4168 ../src/verbs.cpp:3003 msgid "Fit Page to Selection" msgstr "页面适合选区" -#: ../src/selection-chemistry.cpp:4195 ../src/verbs.cpp:2963 +#: ../src/selection-chemistry.cpp:4197 ../src/verbs.cpp:3005 msgid "Fit Page to Drawing" msgstr "页面适合绘图" -#: ../src/selection-chemistry.cpp:4216 ../src/verbs.cpp:2965 +#: ../src/selection-chemistry.cpp:4218 ../src/verbs.cpp:3007 msgid "Fit Page to Selection or Drawing" msgstr "适合页面到选区或绘图" @@ -12507,18 +12569,18 @@ msgstr " 在定义中隐藏" #: ../src/selection-describer.cpp:179 #, c-format msgid " in group %s (%s)" -msgstr " 在组 %s(%s)中" +msgstr " 在组 %s (%s)中" #: ../src/selection-describer.cpp:181 #, c-format msgid " in unnamed group (%s)" -msgstr " 在未命名的群组(%s)" +msgstr " 在未命名的群组(%s)" #: ../src/selection-describer.cpp:183 #, c-format msgid " in <b>%i</b> parent (%s)" msgid_plural " in <b>%i</b> parents (%s)" -msgstr[0] " 在<b>%i</b> 上层(%s)" +msgstr[0] " 在<b>%i</b> 上层(%s)" #: ../src/selection-describer.cpp:186 #, c-format @@ -12593,7 +12655,7 @@ msgid "" "Shift also uses this center" msgstr "<b>中心</b>旋转错切:拖动调整位置;使用 Shift 缩放也使用此中心" -#: ../src/seltrans.cpp:487 ../src/ui/dialog/transformation.cpp:980 +#: ../src/seltrans.cpp:487 ../src/ui/dialog/transformation.cpp:979 msgid "Skew" msgstr "错切" @@ -12645,7 +12707,7 @@ msgstr "" #: ../src/shortcuts.cpp:226 #, c-format msgid "Keyboard directory (%s) is unavailable." -msgstr "键盘目录(%s)无法使用。" +msgstr "键盘目录(%s)无法使用。" #: ../src/shortcuts.cpp:337 ../src/ui/dialog/export.cpp:1305 #: ../src/ui/dialog/export.cpp:1339 @@ -12675,8 +12737,8 @@ msgstr "弧" #. Ellipse #: ../src/sp-ellipse.cpp:367 ../src/sp-ellipse.cpp:374 -#: ../src/ui/dialog/inkscape-preferences.cpp:412 -#: ../src/widgets/pencil-toolbar.cpp:181 +#: ../src/ui/dialog/inkscape-preferences.cpp:421 +#: ../src/widgets/pencil-toolbar.cpp:179 msgid "Ellipse" msgstr "椭圆" @@ -12697,55 +12759,55 @@ msgstr "流动区域" msgid "Flow Excluded Region" msgstr "流动排除区域" -#: ../src/sp-flowtext.cpp:280 +#: ../src/sp-flowtext.cpp:282 msgid "Flowed Text" msgstr "流动文本" -#: ../src/sp-flowtext.cpp:282 +#: ../src/sp-flowtext.cpp:284 msgid "Linked Flowed Text" msgstr "链接式流动文本" -#: ../src/sp-flowtext.cpp:288 ../src/sp-text.cpp:367 +#: ../src/sp-flowtext.cpp:290 ../src/sp-text.cpp:380 #: ../src/ui/tools/text-tool.cpp:1556 msgid " [truncated]" msgstr " [已截断]" -#: ../src/sp-flowtext.cpp:290 +#: ../src/sp-flowtext.cpp:292 #, c-format msgid "(%d character%s)" msgid_plural "(%d characters%s)" -msgstr[0] "(%d 个字符%s)" +msgstr[0] "(%d 个字符%s)" -#: ../src/sp-guide.cpp:253 +#: ../src/sp-guide.cpp:261 msgid "Create Guides Around the Page" msgstr "在页面周围创建参考线" -#: ../src/sp-guide.cpp:265 ../src/verbs.cpp:2518 +#: ../src/sp-guide.cpp:274 ../src/verbs.cpp:2545 msgid "Delete All Guides" msgstr "删除全部参考线" #. Guide has probably been deleted and no longer has an attached namedview. -#: ../src/sp-guide.cpp:452 +#: ../src/sp-guide.cpp:485 msgid "Deleted" msgstr "已删除" -#: ../src/sp-guide.cpp:461 +#: ../src/sp-guide.cpp:494 msgid "" "<b>Shift+drag</b> to rotate, <b>Ctrl+drag</b> to move origin, <b>Del</b> to " "delete" msgstr "<b>Shift+拖动</b> 旋转,<b>Ctrl+拖动</b>移动本体,<b>Del</b>删除" -#: ../src/sp-guide.cpp:465 +#: ../src/sp-guide.cpp:498 #, c-format msgid "vertical, at %s" msgstr "垂直,位于 %s" -#: ../src/sp-guide.cpp:468 +#: ../src/sp-guide.cpp:501 #, c-format msgid "horizontal, at %s" msgstr "水平,位于 %s" -#: ../src/sp-guide.cpp:473 +#: ../src/sp-guide.cpp:506 #, c-format msgid "at %d degrees, through (%s,%s)" msgstr "在 %d 度,通过 (%s,%s)" @@ -12764,7 +12826,7 @@ msgstr "[不良的引用]:%s" msgid "%d × %d: %s" msgstr "%d × %d: %s" -#: ../src/sp-item-group.cpp:307 ../src/ui/dialog/objects.cpp:1911 +#: ../src/sp-item-group.cpp:307 ../src/ui/dialog/objects.cpp:1915 msgid "Group" msgstr "群组" @@ -12806,9 +12868,9 @@ msgstr "%s;<i>已应用滤镜</i>" msgid "Line" msgstr "线" -#: ../src/sp-lpe-item.cpp:260 +#: ../src/sp-lpe-item.cpp:263 ../src/sp-lpe-item.cpp:710 msgid "An exception occurred during execution of the Path Effect." -msgstr "执行路径效果时出错." +msgstr "执行路径效果时出错。" #: ../src/sp-offset.cpp:329 msgid "Linked Offset" @@ -12860,12 +12922,12 @@ msgid "<b>Polyline</b>" msgstr "<b>折线</b>" #. Rectangle -#: ../src/sp-rect.cpp:161 ../src/ui/dialog/inkscape-preferences.cpp:402 +#: ../src/sp-rect.cpp:161 ../src/ui/dialog/inkscape-preferences.cpp:411 msgid "Rectangle" msgstr "矩形" #. Spiral -#: ../src/sp-spiral.cpp:220 ../src/ui/dialog/inkscape-preferences.cpp:420 +#: ../src/sp-spiral.cpp:220 ../src/ui/dialog/inkscape-preferences.cpp:429 #: ../share/extensions/gcodetools_area.inx.h:11 msgid "Spiral" msgstr "螺旋" @@ -12878,24 +12940,24 @@ msgid "with %3f turns" msgstr "有 %3f 个圈" #. Star -#: ../src/sp-star.cpp:246 ../src/ui/dialog/inkscape-preferences.cpp:416 +#: ../src/sp-star.cpp:247 ../src/ui/dialog/inkscape-preferences.cpp:425 #: ../src/widgets/star-toolbar.cpp:469 msgid "Star" msgstr "星形" -#: ../src/sp-star.cpp:247 ../src/widgets/star-toolbar.cpp:462 +#: ../src/sp-star.cpp:248 ../src/widgets/star-toolbar.cpp:462 msgid "Polygon" msgstr "多边形" #. while there will never be less than 3 vertices, we still need to #. make calls to ngettext because the pluralization may be different #. for various numbers >=3. The singular form is used as the index. -#: ../src/sp-star.cpp:254 +#: ../src/sp-star.cpp:255 #, c-format msgid "with %d vertex" msgstr "具备 %d 个顶点" -#: ../src/sp-star.cpp:254 +#: ../src/sp-star.cpp:255 #, c-format msgid "with %d vertices" msgstr "具备 %d 个顶点" @@ -12904,7 +12966,7 @@ msgstr "具备 %d 个顶点" msgid "Conditional Group" msgstr "条件群组" -#: ../src/sp-text.cpp:351 ../src/verbs.cpp:347 +#: ../src/sp-text.cpp:361 ../src/verbs.cpp:347 #: ../share/extensions/lorem_ipsum.inx.h:8 #: ../share/extensions/replace_font.inx.h:11 ../share/extensions/split.inx.h:10 #: ../share/extensions/text_braille.inx.h:2 @@ -12919,12 +12981,12 @@ msgstr "条件群组" msgid "Text" msgstr "文字" -#: ../src/sp-text.cpp:371 +#: ../src/sp-text.cpp:384 #, c-format msgid "on path%s (%s, %s)" msgstr "文本路径 %s (%s, %s)" -#: ../src/sp-text.cpp:372 +#: ../src/sp-text.cpp:385 #, c-format msgid "%s (%s, %s)" msgstr "%s (%s, %s)" @@ -12935,13 +12997,13 @@ msgstr "克隆的字符数据" #: ../src/sp-tref.cpp:234 msgid " from " -msgstr " 从" +msgstr " 从 " #: ../src/sp-tref.cpp:240 ../src/sp-use.cpp:271 msgid "[orphaned]" msgstr "[孤立]" -#: ../src/sp-tspan.cpp:203 +#: ../src/sp-tspan.cpp:217 msgid "Text Span" msgstr "文本不换行区块" @@ -12966,7 +13028,7 @@ msgstr "未命名的符号" #. * "Clone of: Clone of: ... in Layer 1". #: ../src/sp-use.cpp:257 msgid "..." -msgstr "…" +msgstr "..." #: ../src/sp-use.cpp:266 #, c-format @@ -12981,27 +13043,22 @@ msgstr "并集" msgid "Intersection" msgstr "交集" -#: ../src/splivarot.cpp:106 +#: ../src/splivarot.cpp:106 ../src/splivarot.cpp:112 msgid "Division" msgstr "除" -#: ../src/splivarot.cpp:111 +#: ../src/splivarot.cpp:118 msgid "Cut path" msgstr "剪切路径" -#: ../src/splivarot.cpp:335 +#: ../src/splivarot.cpp:342 msgid "Select <b>at least 2 paths</b> to perform a boolean operation." msgstr "选择<b>至少两条</b>路径执行布尔操作。" -#: ../src/splivarot.cpp:339 +#: ../src/splivarot.cpp:346 msgid "Select <b>at least 1 path</b> to perform a boolean union." msgstr "选择<b>至少一条</b>路径执行布尔操作。" -#: ../src/splivarot.cpp:347 -msgid "" -"Select <b>exactly 2 paths</b> to perform difference, division, or path cut." -msgstr "选择<b>正好两个路径</b>执行差集、分割或者剪切路径。" - #: ../src/splivarot.cpp:363 ../src/splivarot.cpp:378 msgid "" "Unable to determine the <b>z-order</b> of the objects selected for " @@ -13015,16 +13072,16 @@ msgstr "对象中有一个<b>不是路径</b>,不能执行布尔操作。" #: ../src/splivarot.cpp:1153 msgid "Select <b>stroked path(s)</b> to convert stroke to path." -msgstr "选择<b>带笔廓的路径</b>把笔廓转换到路径。" +msgstr "选择<b>带笔刷的路径</b>把笔刷转换到路径。" #: ../src/splivarot.cpp:1509 msgid "Convert stroke to path" -msgstr "把笔廓转化成路径" +msgstr "把笔刷转化成路径" #. TRANSLATORS: "to outline" means "to convert stroke to path" #: ../src/splivarot.cpp:1512 msgid "<b>No stroked paths</b> in the selection." -msgstr "所选内容中<b>没有带笔廓的路径</b>。" +msgstr "所选内容中<b>没有带笔刷的路径</b>。" #: ../src/splivarot.cpp:1583 msgid "Selected object is <b>not a path</b>, cannot inset/outset." @@ -13056,7 +13113,7 @@ msgstr "选区里没有<b>路径</b>可以向内/向外偏移。" #: ../src/splivarot.cpp:2124 msgid "Simplifying paths (separately):" -msgstr "正在(分别)简化路径:" +msgstr "正在(分别)简化路径:" #: ../src/splivarot.cpp:2126 msgid "Simplifying paths:" @@ -13065,7 +13122,7 @@ msgstr "简化路径:" #: ../src/splivarot.cpp:2163 #, c-format msgid "%s <b>%d</b> of <b>%d</b> paths simplified..." -msgstr "%s 简化了 <b>%d</b> 条,共 <b>%d</b> 条路径…" +msgstr "%s 简化了 <b>%d</b> 条,共 <b>%d</b> 条路径..." #: ../src/splivarot.cpp:2176 #, c-format @@ -13103,7 +13160,7 @@ msgstr "在这个版本里不能在矩形上放置文字。请先把矩形转化 msgid "The flowed text(s) must be <b>visible</b> in order to be put on a path." msgstr "浮动文本必须是<b>可见的</b>,然后才能安置在路径上。" -#: ../src/text-chemistry.cpp:182 ../src/verbs.cpp:2540 +#: ../src/text-chemistry.cpp:182 ../src/verbs.cpp:2568 msgid "Put text on path" msgstr "在路径上放置文字" @@ -13115,7 +13172,7 @@ msgstr "选择<b>路径上的文字</b>从中删除。" msgid "<b>No texts-on-paths</b> in the selection." msgstr "选区里<b>没有附加在路径上的文字</b>。" -#: ../src/text-chemistry.cpp:216 ../src/verbs.cpp:2542 +#: ../src/text-chemistry.cpp:216 ../src/verbs.cpp:2570 msgid "Remove text from path" msgstr "从路径上释放文字" @@ -13165,8 +13222,8 @@ msgstr "选区里<b>没有浮动文字</b>可以转化。" msgid "You cannot edit <b>cloned character data</b>." msgstr "不能够编辑<b>克隆的字符数据</b>。" -#: ../src/trace/potrace/inkscape-potrace.cpp:512 -#: ../src/trace/potrace/inkscape-potrace.cpp:575 +#: ../src/trace/potrace/inkscape-potrace.cpp:511 +#: ../src/trace/potrace/inkscape-potrace.cpp:574 msgid "Trace: %1. %2 nodes" msgstr "临摹:%1。%2 个节点" @@ -13203,7 +13260,7 @@ msgstr "临摹:图像没有位图数据" #: ../src/trace/trace.cpp:445 msgid "Trace: Starting trace..." -msgstr "临摹:开始提取轮廓…" +msgstr "临摹:开始提取轮廓..." #. ## inform the document, so we can undo #: ../src/trace/trace.cpp:548 @@ -13227,7 +13284,7 @@ msgstr "剪贴板是空的。" #: ../src/ui/clipboard.cpp:452 msgid "Select <b>object(s)</b> to paste style to." -msgstr "选择对象来粘贴样式。" +msgstr "选择<b>对象</b>来粘贴样式。" #: ../src/ui/clipboard.cpp:463 ../src/ui/clipboard.cpp:480 msgid "No style on the clipboard." @@ -13235,7 +13292,7 @@ msgstr "剪贴板不包含样式。" #: ../src/ui/clipboard.cpp:505 msgid "Select <b>object(s)</b> to paste size to." -msgstr "选择对象来粘贴大小。" +msgstr "选择<b>对象</b>来粘贴大小。" #: ../src/ui/clipboard.cpp:512 msgid "No size on the clipboard." @@ -13303,250 +13360,251 @@ msgstr "" "Shuyu Liu (liushuyu_011@163.com), 2015.\n" "Junde Yi (lmy441900@gmail.com), 2015.\n" "Mingye Wang (arthur200126@gmail.com), 2015.\n" -"Jeff Bai (jeffbai@aosc.xyz), 2015." +"Jeff Bai (jeffbai@aosc.xyz), 2015.\n" +"Aron Xu (happyaron.xu@gmail.com), 2016." -#: ../src/ui/dialog/align-and-distribute.cpp:170 -#: ../src/ui/dialog/align-and-distribute.cpp:847 +#: ../src/ui/dialog/align-and-distribute.cpp:169 +#: ../src/ui/dialog/align-and-distribute.cpp:889 msgid "Align" msgstr "对齐" -#: ../src/ui/dialog/align-and-distribute.cpp:338 -#: ../src/ui/dialog/align-and-distribute.cpp:848 +#: ../src/ui/dialog/align-and-distribute.cpp:337 +#: ../src/ui/dialog/align-and-distribute.cpp:890 msgid "Distribute" msgstr "分布" -#: ../src/ui/dialog/align-and-distribute.cpp:417 +#: ../src/ui/dialog/align-and-distribute.cpp:416 msgid "Minimum horizontal gap (in px units) between bounding boxes" msgstr "边界之间的最小水平间隙(以像素为单位)" #. TRANSLATORS: "H:" stands for horizontal gap -#: ../src/ui/dialog/align-and-distribute.cpp:419 +#: ../src/ui/dialog/align-and-distribute.cpp:418 msgctxt "Gap" msgid "_H:" msgstr "_H:" -#: ../src/ui/dialog/align-and-distribute.cpp:427 +#: ../src/ui/dialog/align-and-distribute.cpp:426 msgid "Minimum vertical gap (in px units) between bounding boxes" msgstr "边界之间的最小垂直间隙(以像素为单位)" #. TRANSLATORS: Vertical gap -#: ../src/ui/dialog/align-and-distribute.cpp:429 +#: ../src/ui/dialog/align-and-distribute.cpp:428 msgctxt "Gap" msgid "_V:" msgstr "_V:" -#: ../src/ui/dialog/align-and-distribute.cpp:464 -#: ../src/ui/dialog/align-and-distribute.cpp:850 -#: ../src/widgets/connector-toolbar.cpp:407 +#: ../src/ui/dialog/align-and-distribute.cpp:463 +#: ../src/ui/dialog/align-and-distribute.cpp:892 +#: ../src/widgets/connector-toolbar.cpp:405 msgid "Remove overlaps" msgstr "去除重叠" -#: ../src/ui/dialog/align-and-distribute.cpp:495 -#: ../src/widgets/connector-toolbar.cpp:236 +#: ../src/ui/dialog/align-and-distribute.cpp:494 +#: ../src/widgets/connector-toolbar.cpp:234 msgid "Arrange connector network" msgstr "整理连接器网络" -#: ../src/ui/dialog/align-and-distribute.cpp:588 +#: ../src/ui/dialog/align-and-distribute.cpp:587 msgid "Exchange Positions" msgstr "交换位置" -#: ../src/ui/dialog/align-and-distribute.cpp:622 +#: ../src/ui/dialog/align-and-distribute.cpp:621 msgid "Unclump" msgstr "解散" -#: ../src/ui/dialog/align-and-distribute.cpp:693 +#: ../src/ui/dialog/align-and-distribute.cpp:692 msgid "Randomize positions" msgstr "随机化位置" -#: ../src/ui/dialog/align-and-distribute.cpp:795 +#: ../src/ui/dialog/align-and-distribute.cpp:793 msgid "Distribute text baselines" msgstr "分布文本基线" -#: ../src/ui/dialog/align-and-distribute.cpp:819 +#: ../src/ui/dialog/align-and-distribute.cpp:861 msgid "Align text baselines" msgstr "对齐文本基线" -#: ../src/ui/dialog/align-and-distribute.cpp:849 +#: ../src/ui/dialog/align-and-distribute.cpp:891 msgid "Rearrange" msgstr "重新安排" -#: ../src/ui/dialog/align-and-distribute.cpp:851 -#: ../src/widgets/toolbox.cpp:1730 +#: ../src/ui/dialog/align-and-distribute.cpp:893 +#: ../src/widgets/toolbox.cpp:1781 msgid "Nodes" msgstr "节点" -#: ../src/ui/dialog/align-and-distribute.cpp:865 +#: ../src/ui/dialog/align-and-distribute.cpp:907 msgid "Relative to: " msgstr "相对于:" -#: ../src/ui/dialog/align-and-distribute.cpp:866 +#: ../src/ui/dialog/align-and-distribute.cpp:908 msgid "_Treat selection as group: " msgstr "将选区视为群组(_T):" #. Align -#: ../src/ui/dialog/align-and-distribute.cpp:872 ../src/verbs.cpp:2993 -#: ../src/verbs.cpp:2994 +#: ../src/ui/dialog/align-and-distribute.cpp:914 ../src/verbs.cpp:3035 +#: ../src/verbs.cpp:3036 msgid "Align right edges of objects to the left edge of the anchor" msgstr "将对象的右侧边沿对齐到锚的左边" -#: ../src/ui/dialog/align-and-distribute.cpp:875 ../src/verbs.cpp:2995 -#: ../src/verbs.cpp:2996 +#: ../src/ui/dialog/align-and-distribute.cpp:917 ../src/verbs.cpp:3037 +#: ../src/verbs.cpp:3038 msgid "Align left edges" msgstr "对齐左侧边沿" -#: ../src/ui/dialog/align-and-distribute.cpp:878 ../src/verbs.cpp:2997 -#: ../src/verbs.cpp:2998 +#: ../src/ui/dialog/align-and-distribute.cpp:920 ../src/verbs.cpp:3039 +#: ../src/verbs.cpp:3040 msgid "Center on vertical axis" msgstr "垂直居中" -#: ../src/ui/dialog/align-and-distribute.cpp:881 ../src/verbs.cpp:2999 -#: ../src/verbs.cpp:3000 +#: ../src/ui/dialog/align-and-distribute.cpp:923 ../src/verbs.cpp:3041 +#: ../src/verbs.cpp:3042 msgid "Align right sides" msgstr "对齐右侧" -#: ../src/ui/dialog/align-and-distribute.cpp:884 ../src/verbs.cpp:3001 -#: ../src/verbs.cpp:3002 +#: ../src/ui/dialog/align-and-distribute.cpp:926 ../src/verbs.cpp:3043 +#: ../src/verbs.cpp:3044 msgid "Align left edges of objects to the right edge of the anchor" msgstr "对齐对象的左边沿到锚的右边" -#: ../src/ui/dialog/align-and-distribute.cpp:887 ../src/verbs.cpp:3003 -#: ../src/verbs.cpp:3004 +#: ../src/ui/dialog/align-and-distribute.cpp:929 ../src/verbs.cpp:3045 +#: ../src/verbs.cpp:3046 msgid "Align bottom edges of objects to the top edge of the anchor" msgstr "对齐对象的底边沿到锚的顶端" -#: ../src/ui/dialog/align-and-distribute.cpp:890 ../src/verbs.cpp:3005 -#: ../src/verbs.cpp:3006 +#: ../src/ui/dialog/align-and-distribute.cpp:932 ../src/verbs.cpp:3047 +#: ../src/verbs.cpp:3048 msgid "Align top edges" msgstr "对齐顶部边沿" -#: ../src/ui/dialog/align-and-distribute.cpp:893 ../src/verbs.cpp:3007 -#: ../src/verbs.cpp:3008 +#: ../src/ui/dialog/align-and-distribute.cpp:935 ../src/verbs.cpp:3049 +#: ../src/verbs.cpp:3050 msgid "Center on horizontal axis" msgstr "水平居中" -#: ../src/ui/dialog/align-and-distribute.cpp:896 ../src/verbs.cpp:3009 -#: ../src/verbs.cpp:3010 +#: ../src/ui/dialog/align-and-distribute.cpp:938 ../src/verbs.cpp:3051 +#: ../src/verbs.cpp:3052 msgid "Align bottom edges" msgstr "对齐底部边沿" -#: ../src/ui/dialog/align-and-distribute.cpp:899 ../src/verbs.cpp:3011 -#: ../src/verbs.cpp:3012 +#: ../src/ui/dialog/align-and-distribute.cpp:941 ../src/verbs.cpp:3053 +#: ../src/verbs.cpp:3054 msgid "Align top edges of objects to the bottom edge of the anchor" msgstr "将对象的顶端边沿对齐到锚的底侧" -#: ../src/ui/dialog/align-and-distribute.cpp:904 +#: ../src/ui/dialog/align-and-distribute.cpp:946 msgid "Align baseline anchors of texts horizontally" msgstr "水平对齐文字的基准锚" -#: ../src/ui/dialog/align-and-distribute.cpp:907 +#: ../src/ui/dialog/align-and-distribute.cpp:949 msgid "Align baselines of texts" msgstr "文字基线对齐" -#: ../src/ui/dialog/align-and-distribute.cpp:912 +#: ../src/ui/dialog/align-and-distribute.cpp:954 msgid "Make horizontal gaps between objects equal" msgstr "使对象之间的水平间隙相等" -#: ../src/ui/dialog/align-and-distribute.cpp:916 +#: ../src/ui/dialog/align-and-distribute.cpp:958 msgid "Distribute left edges equidistantly" msgstr "左侧边沿等距分布" -#: ../src/ui/dialog/align-and-distribute.cpp:919 +#: ../src/ui/dialog/align-and-distribute.cpp:961 msgid "Distribute centers equidistantly horizontally" msgstr "水平方向中心等距分开" -#: ../src/ui/dialog/align-and-distribute.cpp:922 +#: ../src/ui/dialog/align-and-distribute.cpp:964 msgid "Distribute right edges equidistantly" msgstr "右侧边沿等距分布" -#: ../src/ui/dialog/align-and-distribute.cpp:926 +#: ../src/ui/dialog/align-and-distribute.cpp:968 msgid "Make vertical gaps between objects equal" msgstr "使对象之间的垂直间隙相等" -#: ../src/ui/dialog/align-and-distribute.cpp:930 +#: ../src/ui/dialog/align-and-distribute.cpp:972 msgid "Distribute top edges equidistantly" msgstr "顶部边沿等距分布" -#: ../src/ui/dialog/align-and-distribute.cpp:933 +#: ../src/ui/dialog/align-and-distribute.cpp:975 msgid "Distribute centers equidistantly vertically" msgstr "垂直方向中心等距分开" -#: ../src/ui/dialog/align-and-distribute.cpp:936 +#: ../src/ui/dialog/align-and-distribute.cpp:978 msgid "Distribute bottom edges equidistantly" msgstr "底部边沿等距分布" -#: ../src/ui/dialog/align-and-distribute.cpp:941 +#: ../src/ui/dialog/align-and-distribute.cpp:983 msgid "Distribute baseline anchors of texts horizontally" msgstr "水平对齐文字的基准锚" -#: ../src/ui/dialog/align-and-distribute.cpp:944 +#: ../src/ui/dialog/align-and-distribute.cpp:986 msgid "Distribute baselines of texts vertically" msgstr "文本基线垂直分布" -#: ../src/ui/dialog/align-and-distribute.cpp:950 -#: ../src/widgets/connector-toolbar.cpp:369 +#: ../src/ui/dialog/align-and-distribute.cpp:992 +#: ../src/widgets/connector-toolbar.cpp:367 msgid "Nicely arrange selected connector network" msgstr "优化安排选择的连接器网络" -#: ../src/ui/dialog/align-and-distribute.cpp:953 +#: ../src/ui/dialog/align-and-distribute.cpp:995 msgid "Exchange positions of selected objects - selection order" msgstr "交换选取对象的位置 - 选取顺序" -#: ../src/ui/dialog/align-and-distribute.cpp:956 +#: ../src/ui/dialog/align-and-distribute.cpp:998 msgid "Exchange positions of selected objects - stacking order" msgstr "交换选取对象的位置 - 堆叠顺序" -#: ../src/ui/dialog/align-and-distribute.cpp:959 +#: ../src/ui/dialog/align-and-distribute.cpp:1001 msgid "Exchange positions of selected objects - clockwise rotate" msgstr "交换选取对象的位置 - 顺时针旋转" -#: ../src/ui/dialog/align-and-distribute.cpp:964 +#: ../src/ui/dialog/align-and-distribute.cpp:1006 msgid "Randomize centers in both dimensions" msgstr "两个方向任意居中" -#: ../src/ui/dialog/align-and-distribute.cpp:967 +#: ../src/ui/dialog/align-and-distribute.cpp:1009 msgid "Unclump objects: try to equalize edge-to-edge distances" msgstr "解散聚合对象:尝试做到边边等距" -#: ../src/ui/dialog/align-and-distribute.cpp:972 +#: ../src/ui/dialog/align-and-distribute.cpp:1014 msgid "" "Move objects as little as possible so that their bounding boxes do not " "overlap" msgstr "移动对象尽可能小,以便边界不重叠" -#: ../src/ui/dialog/align-and-distribute.cpp:980 +#: ../src/ui/dialog/align-and-distribute.cpp:1022 msgid "Align selected nodes to a common horizontal line" msgstr "将选择节点对齐到水平线" -#: ../src/ui/dialog/align-and-distribute.cpp:983 +#: ../src/ui/dialog/align-and-distribute.cpp:1025 msgid "Align selected nodes to a common vertical line" msgstr "将选择节点对齐到垂直线" -#: ../src/ui/dialog/align-and-distribute.cpp:986 +#: ../src/ui/dialog/align-and-distribute.cpp:1028 msgid "Distribute selected nodes horizontally" msgstr "水平方向分布选择的节点" -#: ../src/ui/dialog/align-and-distribute.cpp:989 +#: ../src/ui/dialog/align-and-distribute.cpp:1031 msgid "Distribute selected nodes vertically" msgstr "垂直方向分布选择的节点" #. Rest of the widgetry -#: ../src/ui/dialog/align-and-distribute.cpp:994 +#: ../src/ui/dialog/align-and-distribute.cpp:1036 msgid "Last selected" msgstr "最近选区" -#: ../src/ui/dialog/align-and-distribute.cpp:995 +#: ../src/ui/dialog/align-and-distribute.cpp:1037 msgid "First selected" msgstr "最初选区" -#: ../src/ui/dialog/align-and-distribute.cpp:996 +#: ../src/ui/dialog/align-and-distribute.cpp:1038 msgid "Biggest object" msgstr "最大对象" -#: ../src/ui/dialog/align-and-distribute.cpp:997 +#: ../src/ui/dialog/align-and-distribute.cpp:1039 msgid "Smallest object" msgstr "最小对象" -#: ../src/ui/dialog/align-and-distribute.cpp:1000 +#: ../src/ui/dialog/align-and-distribute.cpp:1042 msgid "Selection Area" msgstr "选取范围" @@ -13659,12 +13717,12 @@ msgstr "<b>X 偏移:</b>" #: ../src/ui/dialog/clonetiler.cpp:196 #, no-c-format msgid "Horizontal shift per row (in % of tile width)" -msgstr "每行水平偏移(宽度的百分比)" +msgstr "每行水平偏移(宽度的百分比)" #: ../src/ui/dialog/clonetiler.cpp:204 #, no-c-format msgid "Horizontal shift per column (in % of tile width)" -msgstr "每列水平偏移(宽度的百分比)" +msgstr "每列水平偏移(宽度的百分比)" #: ../src/ui/dialog/clonetiler.cpp:210 msgid "Randomize the horizontal shift by this percentage" @@ -13679,12 +13737,12 @@ msgstr "<b> Y 偏移:</b>" #: ../src/ui/dialog/clonetiler.cpp:228 #, no-c-format msgid "Vertical shift per row (in % of tile height)" -msgstr "每行水平偏移(高度的百分比)" +msgstr "每行水平偏移(高度的百分比)" #: ../src/ui/dialog/clonetiler.cpp:236 #, no-c-format msgid "Vertical shift per column (in % of tile height)" -msgstr "每列水平偏移(高度的百分比)" +msgstr "每列水平偏移(高度的百分比)" #: ../src/ui/dialog/clonetiler.cpp:243 msgid "Randomize the vertical shift by this percentage" @@ -13755,12 +13813,12 @@ msgstr "<b>X 缩放:</b>" #: ../src/ui/dialog/clonetiler.cpp:345 #, no-c-format msgid "Horizontal scale per row (in % of tile width)" -msgstr "每行水平缩放(宽度的百分比)" +msgstr "每行水平缩放(宽度的百分比)" #: ../src/ui/dialog/clonetiler.cpp:353 #, no-c-format msgid "Horizontal scale per column (in % of tile width)" -msgstr "每列水平缩放(宽度的百分比)" +msgstr "每列水平缩放(宽度的百分比)" #: ../src/ui/dialog/clonetiler.cpp:359 msgid "Randomize the horizontal scale by this percentage" @@ -13773,12 +13831,12 @@ msgstr "<b>Y 缩放:</b>" #: ../src/ui/dialog/clonetiler.cpp:375 #, no-c-format msgid "Vertical scale per row (in % of tile height)" -msgstr "每行垂直缩放(高度的百分比)" +msgstr "每行垂直缩放(高度的百分比)" #: ../src/ui/dialog/clonetiler.cpp:383 #, no-c-format msgid "Vertical scale per column (in % of tile height)" -msgstr "每列水平缩放(高度的百分比)" +msgstr "每列水平缩放(高度的百分比)" #: ../src/ui/dialog/clonetiler.cpp:389 msgid "Randomize the vertical scale by this percentage" @@ -13786,11 +13844,11 @@ msgstr "使用当前百分比在垂直方向随机缩放" #: ../src/ui/dialog/clonetiler.cpp:403 msgid "Whether row scaling is uniform (1), converge (<1) or diverge (>1)" -msgstr "行缩放是均匀的 (1),收敛的 (<1) 还是发散的 (>1)" +msgstr "行缩放是均匀的(1),收敛的 (<1) 还是发散的 (>1)" #: ../src/ui/dialog/clonetiler.cpp:409 msgid "Whether column scaling is uniform (1), converge (<1) or diverge (>1)" -msgstr "列缩放是均匀的 (1),收敛的 (<1) 还是发散的 (>1)" +msgstr "列缩放是均匀的(1),收敛的 (<1) 还是发散的 (>1)" #: ../src/ui/dialog/clonetiler.cpp:417 msgid "<b>Base:</b>" @@ -13922,8 +13980,8 @@ msgstr "平铺克隆的初始颜色" #: ../src/ui/dialog/clonetiler.cpp:665 msgid "" "Initial color for clones (works only if the original has unset fill or " -"stroke)" -msgstr "克隆的初始颜色(只有原始对象没有设置填充或绘制属性才起作用)" +"stroke or on spray tool in copy mode)" +msgstr "克隆的初始颜色(只有原始对象没有设置填充或绘制属性才起作用)" #: ../src/ui/dialog/clonetiler.cpp:680 msgid "<b>H:</b>" @@ -13985,186 +14043,191 @@ msgstr "交替每一列的颜色变化量符号" msgid "_Trace" msgstr "临摹(_T)" -#: ../src/ui/dialog/clonetiler.cpp:790 -msgid "Trace the drawing under the tiles" +#: ../src/ui/dialog/clonetiler.cpp:788 +msgid "Trace the drawing under the clones/sprayed items" msgstr "临摹网格下的绘画" -#: ../src/ui/dialog/clonetiler.cpp:794 +#: ../src/ui/dialog/clonetiler.cpp:792 +#, fuzzy msgid "" -"For each clone, pick a value from the drawing in that clone's location and " -"apply it to the clone" +"For each clone/sprayed item, pick a value from the drawing in its location " +"and apply it" msgstr "对于每个克隆对象,从绘画中在此位置拾取一个值然后应用到克隆对象" -#: ../src/ui/dialog/clonetiler.cpp:813 +#: ../src/ui/dialog/clonetiler.cpp:811 msgid "1. Pick from the drawing:" msgstr "1. 从绘画中拾取:" -#: ../src/ui/dialog/clonetiler.cpp:831 +#: ../src/ui/dialog/clonetiler.cpp:829 msgid "Pick the visible color and opacity" msgstr "拾取可见颜色和不透明度" -#: ../src/ui/dialog/clonetiler.cpp:839 +#: ../src/ui/dialog/clonetiler.cpp:837 msgid "Pick the total accumulated opacity" msgstr "拾取总累加的不透明度" -#: ../src/ui/dialog/clonetiler.cpp:846 +#: ../src/ui/dialog/clonetiler.cpp:844 msgid "R" msgstr "红" -#: ../src/ui/dialog/clonetiler.cpp:847 +#: ../src/ui/dialog/clonetiler.cpp:845 msgid "Pick the Red component of the color" msgstr "拾取颜色的红色组分" -#: ../src/ui/dialog/clonetiler.cpp:854 +#: ../src/ui/dialog/clonetiler.cpp:852 msgid "G" msgstr "绿" -#: ../src/ui/dialog/clonetiler.cpp:855 +#: ../src/ui/dialog/clonetiler.cpp:853 msgid "Pick the Green component of the color" msgstr "拾取颜色的绿色组分" -#: ../src/ui/dialog/clonetiler.cpp:862 +#: ../src/ui/dialog/clonetiler.cpp:860 msgid "B" msgstr "蓝" -#: ../src/ui/dialog/clonetiler.cpp:863 +#: ../src/ui/dialog/clonetiler.cpp:861 msgid "Pick the Blue component of the color" msgstr "拾取颜色的蓝色组分" -#: ../src/ui/dialog/clonetiler.cpp:870 +#: ../src/ui/dialog/clonetiler.cpp:868 msgctxt "Clonetiler color hue" msgid "H" msgstr "色" -#: ../src/ui/dialog/clonetiler.cpp:871 +#: ../src/ui/dialog/clonetiler.cpp:869 msgid "Pick the hue of the color" msgstr "拾取颜色的色调" -#: ../src/ui/dialog/clonetiler.cpp:878 +#: ../src/ui/dialog/clonetiler.cpp:876 msgctxt "Clonetiler color saturation" msgid "S" msgstr "饱" -#: ../src/ui/dialog/clonetiler.cpp:879 +#: ../src/ui/dialog/clonetiler.cpp:877 msgid "Pick the saturation of the color" msgstr "拾取颜色的饱和度" -#: ../src/ui/dialog/clonetiler.cpp:886 +#: ../src/ui/dialog/clonetiler.cpp:884 msgctxt "Clonetiler color lightness" msgid "L" msgstr "亮" -#: ../src/ui/dialog/clonetiler.cpp:887 +#: ../src/ui/dialog/clonetiler.cpp:885 msgid "Pick the lightness of the color" msgstr "拾取颜色的亮度" -#: ../src/ui/dialog/clonetiler.cpp:897 +#: ../src/ui/dialog/clonetiler.cpp:895 msgid "2. Tweak the picked value:" msgstr "2. 调整拾取的值:" -#: ../src/ui/dialog/clonetiler.cpp:914 +#: ../src/ui/dialog/clonetiler.cpp:912 msgid "Gamma-correct:" msgstr "伽马校正:" -#: ../src/ui/dialog/clonetiler.cpp:918 +#: ../src/ui/dialog/clonetiler.cpp:916 msgid "Shift the mid-range of the picked value upwards (>0) or downwards (<0)" msgstr "向上 (>0) 或者向下 (<0) 移动拾取值的中间范围" -#: ../src/ui/dialog/clonetiler.cpp:925 +#: ../src/ui/dialog/clonetiler.cpp:923 msgid "Randomize:" msgstr "随机:" -#: ../src/ui/dialog/clonetiler.cpp:929 +#: ../src/ui/dialog/clonetiler.cpp:927 msgid "Randomize the picked value by this percentage" msgstr "按照这个百分比随机化拾取的颜色" -#: ../src/ui/dialog/clonetiler.cpp:936 +#: ../src/ui/dialog/clonetiler.cpp:934 msgid "Invert:" msgstr "反转:" -#: ../src/ui/dialog/clonetiler.cpp:940 +#: ../src/ui/dialog/clonetiler.cpp:938 msgid "Invert the picked value" msgstr "反转拾取值" -#: ../src/ui/dialog/clonetiler.cpp:946 +#: ../src/ui/dialog/clonetiler.cpp:944 msgid "3. Apply the value to the clones':" msgstr "3. 应用数值到克隆的对象:" -#: ../src/ui/dialog/clonetiler.cpp:961 +#: ../src/ui/dialog/clonetiler.cpp:959 msgid "Presence" msgstr "外观" -#: ../src/ui/dialog/clonetiler.cpp:964 +#: ../src/ui/dialog/clonetiler.cpp:962 msgid "" "Each clone is created with the probability determined by the picked value in " "that point" msgstr "每一个克隆对象的创建可能性由拾取值得那个点的值决定" -#: ../src/ui/dialog/clonetiler.cpp:971 +#: ../src/ui/dialog/clonetiler.cpp:969 msgid "Size" msgstr "尺寸" -#: ../src/ui/dialog/clonetiler.cpp:974 +#: ../src/ui/dialog/clonetiler.cpp:972 msgid "Each clone's size is determined by the picked value in that point" msgstr "每一个克隆对象的大小由拾取值得那个点的值决定" -#: ../src/ui/dialog/clonetiler.cpp:984 +#: ../src/ui/dialog/clonetiler.cpp:982 msgid "" "Each clone is painted by the picked color (the original must have unset fill " "or stroke)" -msgstr "每一个克隆对象通过拾取的颜色绘制(原始对象没有设置填充或者笔廓属性)" +msgstr "每一个克隆对象通过拾取的颜色绘制(原始对象没有设置填充或者笔刷属性)" -#: ../src/ui/dialog/clonetiler.cpp:994 +#: ../src/ui/dialog/clonetiler.cpp:992 msgid "Each clone's opacity is determined by the picked value in that point" msgstr "每一个克隆对象的不透明度由拾取值得那个点的值决定" -#: ../src/ui/dialog/clonetiler.cpp:1042 +#: ../src/ui/dialog/clonetiler.cpp:1011 +msgid "Apply to tiled clones:" +msgstr "应用到平铺克隆:" + +#: ../src/ui/dialog/clonetiler.cpp:1052 msgid "How many rows in the tiling" msgstr "平铺里有多少行" -#: ../src/ui/dialog/clonetiler.cpp:1072 +#: ../src/ui/dialog/clonetiler.cpp:1082 msgid "How many columns in the tiling" msgstr "平铺里有多少列" -#: ../src/ui/dialog/clonetiler.cpp:1117 +#: ../src/ui/dialog/clonetiler.cpp:1127 msgid "Width of the rectangle to be filled" msgstr "被填充矩形的宽度" -#: ../src/ui/dialog/clonetiler.cpp:1150 +#: ../src/ui/dialog/clonetiler.cpp:1160 msgid "Height of the rectangle to be filled" msgstr "被填充矩形的高度" -#: ../src/ui/dialog/clonetiler.cpp:1167 +#: ../src/ui/dialog/clonetiler.cpp:1177 msgid "Rows, columns: " msgstr "行,列:" -#: ../src/ui/dialog/clonetiler.cpp:1168 +#: ../src/ui/dialog/clonetiler.cpp:1178 msgid "Create the specified number of rows and columns" msgstr "创建指定数目的行和列" -#: ../src/ui/dialog/clonetiler.cpp:1177 +#: ../src/ui/dialog/clonetiler.cpp:1187 msgid "Width, height: " msgstr "宽,高:" -#: ../src/ui/dialog/clonetiler.cpp:1178 +#: ../src/ui/dialog/clonetiler.cpp:1188 msgid "Fill the specified width and height with the tiling" msgstr "使用平铺填充指定的宽度和高度" -#: ../src/ui/dialog/clonetiler.cpp:1199 +#: ../src/ui/dialog/clonetiler.cpp:1209 msgid "Use saved size and position of the tile" msgstr "使用保存下来的平铺的尺寸和位置" -#: ../src/ui/dialog/clonetiler.cpp:1202 +#: ../src/ui/dialog/clonetiler.cpp:1212 msgid "" "Pretend that the size and position of the tile are the same as the last time " "you tiled it (if any), instead of using the current size" -msgstr "假装平铺的尺寸和位置与上次平铺的一样(如果有的话),而非当前使用的尺寸" +msgstr "假装平铺的尺寸和位置与上次平铺的一样(如果有的话),而非当前使用的尺寸" -#: ../src/ui/dialog/clonetiler.cpp:1236 +#: ../src/ui/dialog/clonetiler.cpp:1246 msgid " <b>_Create</b> " msgstr " <b>创建(_C)</b> " -#: ../src/ui/dialog/clonetiler.cpp:1238 +#: ../src/ui/dialog/clonetiler.cpp:1248 msgid "Create and tile the clones of the selection" msgstr "创建并平铺选择区的克隆" @@ -14173,89 +14236,89 @@ msgstr "创建并平铺选择区的克隆" #. diagrams on the left in the following screenshot: #. http://www.inkscape.org/screenshots/gallery/inkscape-0.42-CVS-tiles-unclump.png #. So unclumping is the process of spreading a number of objects out more evenly. -#: ../src/ui/dialog/clonetiler.cpp:1258 +#: ../src/ui/dialog/clonetiler.cpp:1268 msgid " _Unclump " msgstr " 解散(_U) " -#: ../src/ui/dialog/clonetiler.cpp:1259 +#: ../src/ui/dialog/clonetiler.cpp:1269 msgid "Spread out clones to reduce clumping; can be applied repeatedly" msgstr "散开克隆以减少组合; 可以重复应用" -#: ../src/ui/dialog/clonetiler.cpp:1265 +#: ../src/ui/dialog/clonetiler.cpp:1275 msgid " Re_move " msgstr " 去除(_M) " -#: ../src/ui/dialog/clonetiler.cpp:1266 +#: ../src/ui/dialog/clonetiler.cpp:1276 msgid "Remove existing tiled clones of the selected object (siblings only)" msgstr "去除选择的对象的已存在平铺克隆(只有兄弟对象)" -#: ../src/ui/dialog/clonetiler.cpp:1283 +#: ../src/ui/dialog/clonetiler.cpp:1293 msgid " R_eset " msgstr " 重置(_E) " #. TRANSLATORS: "change" is a noun here -#: ../src/ui/dialog/clonetiler.cpp:1285 +#: ../src/ui/dialog/clonetiler.cpp:1295 msgid "" "Reset all shifts, scales, rotates, opacity and color changes in the dialog " "to zero" msgstr "重置对话框中所有偏移、缩放、旋转、不透明度和颜色为零" -#: ../src/ui/dialog/clonetiler.cpp:1358 +#: ../src/ui/dialog/clonetiler.cpp:1367 msgid "<small>Nothing selected.</small>" msgstr "<small>未选择任何内容。</small>" -#: ../src/ui/dialog/clonetiler.cpp:1364 +#: ../src/ui/dialog/clonetiler.cpp:1373 msgid "<small>More than one object selected.</small>" msgstr "<b>超过一个对象已选。</b>" -#: ../src/ui/dialog/clonetiler.cpp:1371 +#: ../src/ui/dialog/clonetiler.cpp:1380 #, c-format msgid "<small>Object has <b>%d</b> tiled clones.</small>" msgstr "<small>对象有<b>%d</b>个平铺克隆。</small>" -#: ../src/ui/dialog/clonetiler.cpp:1376 +#: ../src/ui/dialog/clonetiler.cpp:1385 msgid "<small>Object has no tiled clones.</small>" msgstr "<small>对象没有平铺克隆。</small>" -#: ../src/ui/dialog/clonetiler.cpp:2100 +#: ../src/ui/dialog/clonetiler.cpp:2109 msgid "Select <b>one object</b> whose tiled clones to unclump." msgstr "选择一个<b>对象</b>,解散其平铺克隆。" -#: ../src/ui/dialog/clonetiler.cpp:2120 +#: ../src/ui/dialog/clonetiler.cpp:2129 msgid "Unclump tiled clones" msgstr "解散平铺克隆" -#: ../src/ui/dialog/clonetiler.cpp:2149 +#: ../src/ui/dialog/clonetiler.cpp:2158 msgid "Select <b>one object</b> whose tiled clones to remove." msgstr "选择一个<b>对象</b>,去除其平铺克隆。" -#: ../src/ui/dialog/clonetiler.cpp:2174 +#: ../src/ui/dialog/clonetiler.cpp:2183 msgid "Delete tiled clones" msgstr "删除平铺克隆" -#: ../src/ui/dialog/clonetiler.cpp:2227 +#: ../src/ui/dialog/clonetiler.cpp:2236 msgid "" "If you want to clone several objects, <b>group</b> them and <b>clone the " "group</b>." msgstr "如果要克隆几个对象,先<b>组合</b>然后再<b>克隆群组</b>。" -#: ../src/ui/dialog/clonetiler.cpp:2236 +#: ../src/ui/dialog/clonetiler.cpp:2245 msgid "<small>Creating tiled clones...</small>" -msgstr "<small>创建平铺克隆…</small>" +msgstr "<small>创建平铺克隆...</small>" -#: ../src/ui/dialog/clonetiler.cpp:2652 +#: ../src/ui/dialog/clonetiler.cpp:2661 msgid "Create tiled clones" msgstr "创建平铺克隆" -#: ../src/ui/dialog/clonetiler.cpp:2885 +#: ../src/ui/dialog/clonetiler.cpp:2894 msgid "<small>Per row:</small>" msgstr "<small>每行:</small>" -#: ../src/ui/dialog/clonetiler.cpp:2903 +#: ../src/ui/dialog/clonetiler.cpp:2912 msgid "<small>Per column:</small>" msgstr "<small>每列:</small>" -#: ../src/ui/dialog/clonetiler.cpp:2911 +#: ../src/ui/dialog/clonetiler.cpp:2920 msgid "<small>Randomize:</small>" msgstr "<small>随机:</small>" @@ -14263,7 +14326,7 @@ msgstr "<small>随机:</small>" #, c-format msgid "" "Color: <b>%s</b>; <b>Click</b> to set fill, <b>Shift+click</b> to set stroke" -msgstr "颜色:<b>%s</b>;<b>单击</b> 设置填充,<b>Shift+单击</b> 设置笔廓" +msgstr "颜色:<b>%s</b>;<b>单击</b> 设置填充,<b>Shift+单击</b> 设置笔刷" #: ../src/ui/dialog/color-item.cpp:505 msgid "Change color definition" @@ -14271,7 +14334,7 @@ msgstr "改变颜色定义" #: ../src/ui/dialog/color-item.cpp:675 msgid "Remove stroke color" -msgstr "移除笔廓颜色" +msgstr "移除笔刷颜色" #: ../src/ui/dialog/color-item.cpp:675 msgid "Remove fill color" @@ -14279,7 +14342,7 @@ msgstr "移除填充色" #: ../src/ui/dialog/color-item.cpp:680 msgid "Set stroke color to none" -msgstr "设置笔廓颜色为无" +msgstr "设置笔刷颜色为无" #: ../src/ui/dialog/color-item.cpp:680 msgid "Set fill color to none" @@ -14287,7 +14350,7 @@ msgstr "设置填充颜色为无" #: ../src/ui/dialog/color-item.cpp:698 msgid "Set stroke color from swatch" -msgstr "从色盘中设置笔廓颜色" +msgstr "从色盘中设置笔刷颜色" #: ../src/ui/dialog/color-item.cpp:698 msgid "Set fill color from swatch" @@ -14310,286 +14373,306 @@ msgid "Release log messages" msgstr "释放日志消息" #: ../src/ui/dialog/document-metadata.cpp:88 -#: ../src/ui/dialog/document-properties.cpp:166 +#: ../src/ui/dialog/document-properties.cpp:167 msgid "Metadata" msgstr "元数据" #: ../src/ui/dialog/document-metadata.cpp:89 -#: ../src/ui/dialog/document-properties.cpp:167 +#: ../src/ui/dialog/document-properties.cpp:168 msgid "License" msgstr "许可" #: ../src/ui/dialog/document-metadata.cpp:126 -#: ../src/ui/dialog/document-properties.cpp:978 +#: ../src/ui/dialog/document-properties.cpp:994 msgid "<b>Dublin Core Entities</b>" msgstr "<b>都柏林核心实体</b>" #: ../src/ui/dialog/document-metadata.cpp:168 -#: ../src/ui/dialog/document-properties.cpp:1040 +#: ../src/ui/dialog/document-properties.cpp:1056 msgid "<b>License</b>" msgstr "许可" #. --------------------------------------------------------------- #: ../src/ui/dialog/document-properties.cpp:118 msgid "Use antialiasing" -msgstr "使用反锯齿" +msgstr "使用抗锯齿" #: ../src/ui/dialog/document-properties.cpp:118 msgid "If unset, no antialiasing will be done on the drawing" -msgstr "如果取消设置,则图形绘制不会使用反锯齿" +msgstr "如果取消设置,则图形绘制不会使用抗锯齿" #: ../src/ui/dialog/document-properties.cpp:119 +msgid "Checkerboard background" +msgstr "跳棋盘背景" + +#: ../src/ui/dialog/document-properties.cpp:119 +msgid "" +"If set, use checkerboard for background, otherwise use background color at " +"full opacity." +msgstr "" + +#: ../src/ui/dialog/document-properties.cpp:120 msgid "Show page _border" msgstr "显示页面边界(_B)" -#: ../src/ui/dialog/document-properties.cpp:119 +#: ../src/ui/dialog/document-properties.cpp:120 msgid "If set, rectangular page border is shown" msgstr "如果设置,矩形页面边界可见" -#: ../src/ui/dialog/document-properties.cpp:120 +#: ../src/ui/dialog/document-properties.cpp:121 msgid "Border on _top of drawing" msgstr "绘图的顶部边界(_T)" -#: ../src/ui/dialog/document-properties.cpp:120 +#: ../src/ui/dialog/document-properties.cpp:121 msgid "If set, border is always on top of the drawing" msgstr "如果设置,边界始终在绘图的顶部" -#: ../src/ui/dialog/document-properties.cpp:121 +#: ../src/ui/dialog/document-properties.cpp:122 msgid "_Show border shadow" msgstr "显示边界阴影(_S)" -#: ../src/ui/dialog/document-properties.cpp:121 +#: ../src/ui/dialog/document-properties.cpp:122 msgid "If set, page border shows a shadow on its right and lower side" msgstr "如果设置,页面边界会在右下边显示阴影" -#: ../src/ui/dialog/document-properties.cpp:122 +#: ../src/ui/dialog/document-properties.cpp:123 msgid "Back_ground color:" msgstr "背景颜色(_G):" -#: ../src/ui/dialog/document-properties.cpp:122 +#: ../src/ui/dialog/document-properties.cpp:123 +#, fuzzy msgid "" "Color of the page background. Note: transparency setting ignored while " -"editing but used when exporting to bitmap." +"editing if 'Checkerboard background' unset (but used when exporting to " +"bitmap)." msgstr "页面背景颜色。备注:编辑时会忽略透明度设置值,但导出成位图时会使用。" -#: ../src/ui/dialog/document-properties.cpp:123 +#: ../src/ui/dialog/document-properties.cpp:124 msgid "Border _color:" msgstr "边界颜色(_C):" -#: ../src/ui/dialog/document-properties.cpp:123 +#: ../src/ui/dialog/document-properties.cpp:124 msgid "Page border color" msgstr "页面边界色" -#: ../src/ui/dialog/document-properties.cpp:123 +#: ../src/ui/dialog/document-properties.cpp:124 msgid "Color of the page border" msgstr "页面边界的颜色" -#: ../src/ui/dialog/document-properties.cpp:124 +#: ../src/ui/dialog/document-properties.cpp:125 msgid "Display _units:" msgstr "网格单位(_U):" #. --------------------------------------------------------------- #. General snap options -#: ../src/ui/dialog/document-properties.cpp:128 +#: ../src/ui/dialog/document-properties.cpp:129 msgid "Show _guides" msgstr "显示参考线(_G)" -#: ../src/ui/dialog/document-properties.cpp:128 +#: ../src/ui/dialog/document-properties.cpp:129 msgid "Show or hide guides" msgstr "显示或隐藏参考线" -#: ../src/ui/dialog/document-properties.cpp:129 +#: ../src/ui/dialog/document-properties.cpp:130 msgid "Guide co_lor:" msgstr "参考线颜色(_L)" -#: ../src/ui/dialog/document-properties.cpp:129 +#: ../src/ui/dialog/document-properties.cpp:130 msgid "Guideline color" msgstr "参考线颜色" -#: ../src/ui/dialog/document-properties.cpp:129 +#: ../src/ui/dialog/document-properties.cpp:130 msgid "Color of guidelines" msgstr "参考线的颜色" -#: ../src/ui/dialog/document-properties.cpp:130 +#: ../src/ui/dialog/document-properties.cpp:131 msgid "_Highlight color:" msgstr "高亮色(_H):" -#: ../src/ui/dialog/document-properties.cpp:130 +#: ../src/ui/dialog/document-properties.cpp:131 msgid "Highlighted guideline color" msgstr "高亮参考线颜色" -#: ../src/ui/dialog/document-properties.cpp:130 +#: ../src/ui/dialog/document-properties.cpp:131 msgid "Color of a guideline when it is under mouse" msgstr "鼠标移上去的参考线颜色" #. --------------------------------------------------------------- -#: ../src/ui/dialog/document-properties.cpp:132 +#: ../src/ui/dialog/document-properties.cpp:133 msgid "Snap _distance" msgstr "吸附距离(_D)" -#: ../src/ui/dialog/document-properties.cpp:132 +#: ../src/ui/dialog/document-properties.cpp:133 msgid "Snap only when _closer than:" msgstr "吸附距离范围(_C):" -#: ../src/ui/dialog/document-properties.cpp:132 -#: ../src/ui/dialog/document-properties.cpp:137 -#: ../src/ui/dialog/document-properties.cpp:142 +#: ../src/ui/dialog/document-properties.cpp:133 +#: ../src/ui/dialog/document-properties.cpp:138 +#: ../src/ui/dialog/document-properties.cpp:143 msgid "Always snap" msgstr "总是吸附" -#: ../src/ui/dialog/document-properties.cpp:133 +#: ../src/ui/dialog/document-properties.cpp:134 msgid "Snapping distance, in screen pixels, for snapping to objects" msgstr "吸附的有效距离,以屏幕像素计,吸附到对象时有效" -#: ../src/ui/dialog/document-properties.cpp:133 +#: ../src/ui/dialog/document-properties.cpp:134 msgid "Always snap to objects, regardless of their distance" msgstr "不论距离远近,总是吸附到对象" -#: ../src/ui/dialog/document-properties.cpp:134 +#: ../src/ui/dialog/document-properties.cpp:135 msgid "" "If set, objects only snap to another object when it's within the range " "specified below" msgstr "选择后,对象之间的距离在指定的范围内才会吸附" #. Options for snapping to grids -#: ../src/ui/dialog/document-properties.cpp:137 +#: ../src/ui/dialog/document-properties.cpp:138 msgid "Snap d_istance" msgstr "吸附距离(_I)" -#: ../src/ui/dialog/document-properties.cpp:137 +#: ../src/ui/dialog/document-properties.cpp:138 msgid "Snap only when c_loser than:" msgstr "吸附距离范围(_L):" -#: ../src/ui/dialog/document-properties.cpp:138 +#: ../src/ui/dialog/document-properties.cpp:139 msgid "Snapping distance, in screen pixels, for snapping to grid" msgstr "吸附的有效距离,以屏幕像素计,吸附到网格时有效" -#: ../src/ui/dialog/document-properties.cpp:138 +#: ../src/ui/dialog/document-properties.cpp:139 msgid "Always snap to grids, regardless of the distance" msgstr "不论距离远近,总是吸附到网格" -#: ../src/ui/dialog/document-properties.cpp:139 +#: ../src/ui/dialog/document-properties.cpp:140 msgid "" "If set, objects only snap to a grid line when it's within the range " "specified below" msgstr "激活时,对象到网格线的距离在指定范围内时才吸附" #. Options for snapping to guides -#: ../src/ui/dialog/document-properties.cpp:142 +#: ../src/ui/dialog/document-properties.cpp:143 msgid "Snap dist_ance" msgstr "吸附距离(_A)" -#: ../src/ui/dialog/document-properties.cpp:142 +#: ../src/ui/dialog/document-properties.cpp:143 msgid "Snap only when close_r than:" msgstr "吸附距离范围(_R):" -#: ../src/ui/dialog/document-properties.cpp:143 +#: ../src/ui/dialog/document-properties.cpp:144 msgid "Snapping distance, in screen pixels, for snapping to guides" msgstr "吸附的有效距离,以屏幕像素计,吸附到参考线时有效" -#: ../src/ui/dialog/document-properties.cpp:143 +#: ../src/ui/dialog/document-properties.cpp:144 msgid "Always snap to guides, regardless of the distance" msgstr "不论距离远近,总是吸附到参考线" -#: ../src/ui/dialog/document-properties.cpp:144 +#: ../src/ui/dialog/document-properties.cpp:145 msgid "" "If set, objects only snap to a guide when it's within the range specified " "below" msgstr "激活时,对象到参考线的距离在指定范围内时才吸附" #. --------------------------------------------------------------- -#: ../src/ui/dialog/document-properties.cpp:147 +#: ../src/ui/dialog/document-properties.cpp:148 msgid "Snap to clip paths" msgstr "贴齐剪裁路径" -#: ../src/ui/dialog/document-properties.cpp:147 +#: ../src/ui/dialog/document-properties.cpp:148 msgid "When snapping to paths, then also try snapping to clip paths" msgstr "贴齐路径的时候也会试着贴齐剪裁路径" -#: ../src/ui/dialog/document-properties.cpp:148 +#: ../src/ui/dialog/document-properties.cpp:149 msgid "Snap to mask paths" msgstr "贴齐蒙版路径" -#: ../src/ui/dialog/document-properties.cpp:148 +#: ../src/ui/dialog/document-properties.cpp:149 msgid "When snapping to paths, then also try snapping to mask paths" msgstr "贴齐路径的时候也会试着贴齐蒙版路径" -#: ../src/ui/dialog/document-properties.cpp:149 +#: ../src/ui/dialog/document-properties.cpp:150 msgid "Snap perpendicularly" msgstr "贴齐垂直方向" -#: ../src/ui/dialog/document-properties.cpp:149 +#: ../src/ui/dialog/document-properties.cpp:150 msgid "" "When snapping to paths or guides, then also try snapping perpendicularly" msgstr "贴齐路径或参考现的时候也会试着贴齐垂直方向" -#: ../src/ui/dialog/document-properties.cpp:150 +#: ../src/ui/dialog/document-properties.cpp:151 msgid "Snap tangentially" msgstr "贴齐切线方向" -#: ../src/ui/dialog/document-properties.cpp:150 +#: ../src/ui/dialog/document-properties.cpp:151 msgid "When snapping to paths or guides, then also try snapping tangentially" msgstr "贴齐路径或参考现的时候也会试着贴齐切线方向" -#: ../src/ui/dialog/document-properties.cpp:153 +#: ../src/ui/dialog/document-properties.cpp:154 msgctxt "Grid" msgid "_New" msgstr "新建(_N)" -#: ../src/ui/dialog/document-properties.cpp:153 +#: ../src/ui/dialog/document-properties.cpp:154 msgid "Create new grid." msgstr "创建新网格。" -#: ../src/ui/dialog/document-properties.cpp:154 +#: ../src/ui/dialog/document-properties.cpp:155 msgctxt "Grid" msgid "_Remove" msgstr "移除(_R)" -#: ../src/ui/dialog/document-properties.cpp:154 +#: ../src/ui/dialog/document-properties.cpp:155 msgid "Remove selected grid." msgstr "移除选中的网格。" -#: ../src/ui/dialog/document-properties.cpp:161 ../src/widgets/toolbox.cpp:1837 +#: ../src/ui/dialog/document-properties.cpp:162 ../src/widgets/toolbox.cpp:1888 msgid "Guides" msgstr "参考线" -#: ../src/ui/dialog/document-properties.cpp:163 ../src/verbs.cpp:2796 +#: ../src/ui/dialog/document-properties.cpp:164 ../src/verbs.cpp:2836 msgid "Snap" msgstr "吸附" -#: ../src/ui/dialog/document-properties.cpp:165 +#: ../src/ui/dialog/document-properties.cpp:166 msgid "Scripting" msgstr "脚本" -#: ../src/ui/dialog/document-properties.cpp:329 +#: ../src/ui/dialog/document-properties.cpp:330 msgid "<b>General</b>" msgstr "<b>一般</b>" -#: ../src/ui/dialog/document-properties.cpp:331 +#: ../src/ui/dialog/document-properties.cpp:333 msgid "<b>Page Size</b>" msgstr "<b>页面大小</b>" -#: ../src/ui/dialog/document-properties.cpp:333 +#: ../src/ui/dialog/document-properties.cpp:336 +msgid "<b>Background</b>" +msgstr "<b>背景</b>" + +#: ../src/ui/dialog/document-properties.cpp:339 +msgid "<b>Border</b>" +msgstr "<b>边缘</b>" + +#: ../src/ui/dialog/document-properties.cpp:342 msgid "<b>Display</b>" msgstr "<b>显示</b>" -#: ../src/ui/dialog/document-properties.cpp:368 +#: ../src/ui/dialog/document-properties.cpp:381 msgid "<b>Guides</b>" msgstr "<b>参考线</b>" -#: ../src/ui/dialog/document-properties.cpp:386 +#: ../src/ui/dialog/document-properties.cpp:399 msgid "<b>Snap to objects</b>" msgstr "<b>吸附到对象</b>" -#: ../src/ui/dialog/document-properties.cpp:388 +#: ../src/ui/dialog/document-properties.cpp:401 msgid "<b>Snap to grids</b>" msgstr "<b>吸附到网格</b>" -#: ../src/ui/dialog/document-properties.cpp:390 +#: ../src/ui/dialog/document-properties.cpp:403 msgid "<b>Snap to guides</b>" msgstr "<b>吸附到参考线</b>" -#: ../src/ui/dialog/document-properties.cpp:392 +#: ../src/ui/dialog/document-properties.cpp:405 msgid "<b>Miscellaneous</b>" msgstr "<b>杂项</b>" @@ -14597,164 +14680,164 @@ msgstr "<b>杂项</b>" #. Inkscape::GC::release(defsRepr); #. inform the document, so we can undo #. Color Management -#: ../src/ui/dialog/document-properties.cpp:505 ../src/verbs.cpp:2977 +#: ../src/ui/dialog/document-properties.cpp:526 ../src/verbs.cpp:3019 msgid "Link Color Profile" -msgstr "链接色彩配置文件" +msgstr "连接色彩配置文件" -#: ../src/ui/dialog/document-properties.cpp:606 +#: ../src/ui/dialog/document-properties.cpp:623 msgid "Remove linked color profile" -msgstr "移除链接的色彩配置文件" +msgstr "移除已连接的色彩配置文件" -#: ../src/ui/dialog/document-properties.cpp:620 +#: ../src/ui/dialog/document-properties.cpp:636 msgid "<b>Linked Color Profiles:</b>" -msgstr "<b>已链接色彩配置文件:</b>" +msgstr "<b>已连接色彩配置文件:</b>" -#: ../src/ui/dialog/document-properties.cpp:622 +#: ../src/ui/dialog/document-properties.cpp:638 msgid "<b>Available Color Profiles:</b>" msgstr "<b>可用的色彩配置文件:</b>" -#: ../src/ui/dialog/document-properties.cpp:624 +#: ../src/ui/dialog/document-properties.cpp:640 msgid "Link Profile" -msgstr "链接配置文件" +msgstr "连接配置文件" -#: ../src/ui/dialog/document-properties.cpp:627 +#: ../src/ui/dialog/document-properties.cpp:643 msgid "Unlink Profile" -msgstr "取消链接配置文件" +msgstr "取消连接配置文件" -#: ../src/ui/dialog/document-properties.cpp:705 +#: ../src/ui/dialog/document-properties.cpp:721 msgid "Profile Name" msgstr "配置文件名" -#: ../src/ui/dialog/document-properties.cpp:741 +#: ../src/ui/dialog/document-properties.cpp:757 msgid "External scripts" msgstr "外部脚本" -#: ../src/ui/dialog/document-properties.cpp:742 +#: ../src/ui/dialog/document-properties.cpp:758 msgid "Embedded scripts" msgstr "内嵌脚本" -#: ../src/ui/dialog/document-properties.cpp:747 +#: ../src/ui/dialog/document-properties.cpp:763 msgid "<b>External script files:</b>" msgstr "<b>外部脚本文件:</b>" -#: ../src/ui/dialog/document-properties.cpp:749 +#: ../src/ui/dialog/document-properties.cpp:765 msgid "Add the current file name or browse for a file" msgstr "加入当前文件名称或浏览文件" -#: ../src/ui/dialog/document-properties.cpp:752 -#: ../src/ui/dialog/document-properties.cpp:829 +#: ../src/ui/dialog/document-properties.cpp:768 +#: ../src/ui/dialog/document-properties.cpp:845 #: ../src/ui/widget/selected-style.cpp:356 msgid "Remove" msgstr "移除" -#: ../src/ui/dialog/document-properties.cpp:816 +#: ../src/ui/dialog/document-properties.cpp:832 msgid "Filename" msgstr "文件名" -#: ../src/ui/dialog/document-properties.cpp:824 +#: ../src/ui/dialog/document-properties.cpp:840 msgid "<b>Embedded script files:</b>" msgstr "<b>内嵌的脚本文件:</b>" -#: ../src/ui/dialog/document-properties.cpp:826 -#: ../src/ui/dialog/objects.cpp:1890 +#: ../src/ui/dialog/document-properties.cpp:842 +#: ../src/ui/dialog/objects.cpp:1894 msgid "New" msgstr "新建" -#: ../src/ui/dialog/document-properties.cpp:893 +#: ../src/ui/dialog/document-properties.cpp:909 msgid "Script id" -msgstr "脚本识别码" +msgstr "脚本标识" -#: ../src/ui/dialog/document-properties.cpp:899 +#: ../src/ui/dialog/document-properties.cpp:915 msgid "<b>Content:</b>" msgstr "<b>内容:</b>" -#: ../src/ui/dialog/document-properties.cpp:1016 +#: ../src/ui/dialog/document-properties.cpp:1032 msgid "_Save as default" msgstr "保存成默认值(_S)" -#: ../src/ui/dialog/document-properties.cpp:1017 +#: ../src/ui/dialog/document-properties.cpp:1033 msgid "Save this metadata as the default metadata" msgstr "将此中继数据保存为缺省中继数据" -#: ../src/ui/dialog/document-properties.cpp:1018 +#: ../src/ui/dialog/document-properties.cpp:1034 msgid "Use _default" msgstr "使用默认值(_D)" -#: ../src/ui/dialog/document-properties.cpp:1019 +#: ../src/ui/dialog/document-properties.cpp:1035 msgid "Use the previously saved default metadata here" msgstr "这里使用上次保存的缺省中继数据" #. inform the document, so we can undo -#: ../src/ui/dialog/document-properties.cpp:1092 +#: ../src/ui/dialog/document-properties.cpp:1108 msgid "Add external script..." -msgstr "添加外部脚本…" +msgstr "添加外部脚本..." -#: ../src/ui/dialog/document-properties.cpp:1131 +#: ../src/ui/dialog/document-properties.cpp:1147 msgid "Select a script to load" msgstr "选择要加载的脚本" #. inform the document, so we can undo -#: ../src/ui/dialog/document-properties.cpp:1159 +#: ../src/ui/dialog/document-properties.cpp:1175 msgid "Add embedded script..." -msgstr "加入内嵌脚本…" +msgstr "加入内嵌脚本..." #. inform the document, so we can undo -#: ../src/ui/dialog/document-properties.cpp:1190 +#: ../src/ui/dialog/document-properties.cpp:1206 msgid "Remove external script" -msgstr "移除外部脚本…" +msgstr "移除外部脚本..." #. inform the document, so we can undo -#: ../src/ui/dialog/document-properties.cpp:1220 +#: ../src/ui/dialog/document-properties.cpp:1235 msgid "Remove embedded script" msgstr "移除内嵌脚本" #. TODO repr->set_content(_EmbeddedContent.get_buffer()->get_text()); #. inform the document, so we can undo -#: ../src/ui/dialog/document-properties.cpp:1317 +#: ../src/ui/dialog/document-properties.cpp:1331 msgid "Edit embedded script" msgstr "编辑内嵌脚本" -#: ../src/ui/dialog/document-properties.cpp:1405 +#: ../src/ui/dialog/document-properties.cpp:1415 msgid "<b>Creation</b>" msgstr "<b>创建</b>" -#: ../src/ui/dialog/document-properties.cpp:1406 +#: ../src/ui/dialog/document-properties.cpp:1416 msgid "<b>Defined grids</b>" msgstr "<b>已定义的网格</b>" -#: ../src/ui/dialog/document-properties.cpp:1654 +#: ../src/ui/dialog/document-properties.cpp:1660 msgid "Remove grid" msgstr "移除网格" -#: ../src/ui/dialog/document-properties.cpp:1746 +#: ../src/ui/dialog/document-properties.cpp:1752 msgid "Changed default display unit" -msgstr "未命名文档 %d" +msgstr "已更改默认显示单位" -#: ../src/ui/dialog/export.cpp:147 ../src/verbs.cpp:2848 +#: ../src/ui/dialog/export.cpp:147 ../src/verbs.cpp:2886 msgid "_Page" msgstr "页面(_P)" -#: ../src/ui/dialog/export.cpp:147 ../src/verbs.cpp:2852 +#: ../src/ui/dialog/export.cpp:147 ../src/verbs.cpp:2890 msgid "_Drawing" msgstr "绘图(_D)" -#: ../src/ui/dialog/export.cpp:147 ../src/verbs.cpp:2854 +#: ../src/ui/dialog/export.cpp:147 ../src/verbs.cpp:2892 msgid "_Selection" -msgstr "选择(_S)" +msgstr "选区(_S)" #: ../src/ui/dialog/export.cpp:147 msgid "_Custom" msgstr "自定义(_C)" -#: ../src/ui/dialog/export.cpp:165 ../src/widgets/measure-toolbar.cpp:99 -#: ../src/widgets/measure-toolbar.cpp:107 +#: ../src/ui/dialog/export.cpp:165 ../src/widgets/measure-toolbar.cpp:286 +#: ../src/widgets/measure-toolbar.cpp:294 #: ../share/extensions/render_gears.inx.h:6 msgid "Units:" msgstr "单位:" #: ../src/ui/dialog/export.cpp:167 msgid "_Export As..." -msgstr "导出为(_E)…" +msgstr "导出为(_E)..." #: ../src/ui/dialog/export.cpp:170 msgid "B_atch export all selected objects" @@ -14765,8 +14848,8 @@ msgid "" "Export each selected object into its own PNG file, using export hints if any " "(caution, overwrites without asking!)" msgstr "" -"将选定的对象根据导出设置逐个导出到单独的PNG文件,如果有导出设置的话(注意:覆" -"盖文件时没有提示!)" +"将选定的对象根据导出设置逐个导出到单独的PNG文件,如果有导出设置的话(注意:覆" +"盖文件时没有提示!)" #: ../src/ui/dialog/export.cpp:172 msgid "Hide a_ll except selected" @@ -14822,21 +14905,21 @@ msgstr "<b>图片尺寸</b>" #: ../src/ui/dialog/export.cpp:285 ../src/ui/dialog/export.cpp:296 msgid "pixels at" -msgstr "像素 于" +msgstr "像素" #: ../src/ui/dialog/export.cpp:291 msgid "dp_i" msgstr "dp_i" -#: ../src/ui/dialog/export.cpp:296 ../src/ui/dialog/transformation.cpp:76 +#: ../src/ui/dialog/export.cpp:296 ../src/ui/dialog/transformation.cpp:75 #: ../src/ui/widget/page-sizer.cpp:238 msgid "_Height:" msgstr "高度(_H):" #: ../src/ui/dialog/export.cpp:304 -#: ../src/ui/dialog/inkscape-preferences.cpp:1485 -#: ../src/ui/dialog/inkscape-preferences.cpp:1489 -#: ../src/ui/dialog/inkscape-preferences.cpp:1513 +#: ../src/ui/dialog/inkscape-preferences.cpp:1497 +#: ../src/ui/dialog/inkscape-preferences.cpp:1501 +#: ../src/ui/dialog/inkscape-preferences.cpp:1525 msgid "dpi" msgstr "dpi" @@ -14856,7 +14939,7 @@ msgstr "位图" #, c-format msgid "B_atch export %d selected object" msgid_plural "B_atch export %d selected objects" -msgstr[0] "批次导出 %d 选择的对象" +msgstr[0] "批次导出 %d 选择的对象(_A)" #: ../src/ui/dialog/export.cpp:930 msgid "Export in progress" @@ -14873,7 +14956,7 @@ msgstr "正在导出 %1 个文件" #: ../src/ui/dialog/export.cpp:1069 ../src/ui/dialog/export.cpp:1071 #, c-format msgid "Exporting file <b>%s</b>..." -msgstr "正在导出文件 <b>%s</b>…" +msgstr "正在导出文件 <b>%s</b>..." #: ../src/ui/dialog/export.cpp:1080 ../src/ui/dialog/export.cpp:1172 #, c-format @@ -14892,7 +14975,7 @@ msgstr "已成功从 <b>%d</b> 个选中项导出 <b>%d</b> 个文件。" #: ../src/ui/dialog/export.cpp:1109 msgid "You have to enter a filename." -msgstr "你必须输入文件名。" +msgstr "您必须输入文件名。" #: ../src/ui/dialog/export.cpp:1110 msgid "You have to enter a filename" @@ -14927,14 +15010,14 @@ msgstr "绘图已导出成 <b>%s</b>。" msgid "Export aborted." msgstr "导出已中止。" -#: ../src/ui/dialog/export.cpp:1308 ../src/ui/interface.cpp:1388 -#: ../src/widgets/desktop-widget.cpp:1122 -#: ../src/widgets/desktop-widget.cpp:1184 +#: ../src/ui/dialog/export.cpp:1308 ../src/ui/interface.cpp:1389 +#: ../src/widgets/desktop-widget.cpp:1172 +#: ../src/widgets/desktop-widget.cpp:1234 msgid "_Cancel" msgstr "取消(_C)" #: ../src/ui/dialog/export.cpp:1309 ../src/ui/dialog/input.cpp:1082 -#: ../src/verbs.cpp:2406 ../src/widgets/desktop-widget.cpp:1123 +#: ../src/verbs.cpp:2433 ../src/widgets/desktop-widget.cpp:1173 msgid "_Save" msgstr "保存(_S)" @@ -14945,7 +15028,8 @@ msgstr "信息" #: ../src/ui/dialog/extension-editor.cpp:82 ../src/verbs.cpp:309 #: ../src/verbs.cpp:328 ../share/extensions/color_HSL_adjust.inx.h:11 #: ../share/extensions/color_custom.inx.h:7 -#: ../share/extensions/color_randomize.inx.h:6 ../share/extensions/dots.inx.h:7 +#: ../share/extensions/color_randomize.inx.h:12 +#: ../share/extensions/dots.inx.h:7 #: ../share/extensions/draw_from_triangle.inx.h:35 #: ../share/extensions/dxf_input.inx.h:10 #: ../share/extensions/dxf_outlines.inx.h:24 @@ -15004,7 +15088,7 @@ msgstr "太大不能预览" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:617 msgid "Enable preview" -msgstr "允许预览" +msgstr "启用预览" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:767 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:780 @@ -15064,7 +15148,7 @@ msgstr "源的左边" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1500 msgid "Top edge of source" -msgstr "源的定边" +msgstr "源的顶边" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1501 msgid "Right edge of source" @@ -15092,7 +15176,7 @@ msgstr "目标高度" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1507 msgid "Resolution (dots per inch)" -msgstr "分辨率(点/英寸)" +msgstr "分辨率(点/英寸)" #. ######################################### #. ## EXTRA WIDGET -- SOURCE SIDE @@ -15103,7 +15187,7 @@ msgid "Document" msgstr "文档" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1553 ../src/verbs.cpp:175 -#: ../src/widgets/desktop-widget.cpp:2002 +#: ../src/widgets/desktop-widget.cpp:2053 #: ../share/extensions/printing_marks.inx.h:18 msgid "Selection" msgstr "选择" @@ -15123,7 +15207,7 @@ msgstr "Cairo" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1600 msgid "Antialias" -msgstr "反锯齿" +msgstr "抗锯齿" #: ../src/ui/dialog/filedialogimpl-win32.cpp:418 msgid "All Executable Files" @@ -15143,11 +15227,11 @@ msgstr "填充(_F)" #: ../src/ui/dialog/fill-and-stroke.cpp:63 msgid "Stroke _paint" -msgstr "笔廓绘制(_P)" +msgstr "笔刷绘制(_P)" #: ../src/ui/dialog/fill-and-stroke.cpp:64 msgid "Stroke st_yle" -msgstr "笔廓样式(_Y)" +msgstr "笔刷样式(_Y)" #. TRANSLATORS: this dialog is accessible via menu Filters - Filter editor #: ../src/ui/dialog/filter-effects-dialog.cpp:547 @@ -15268,8 +15352,8 @@ msgid "" "light source and the point to which it is pointing at) and the spot light " "cone. No light is projected outside this cone." msgstr "" -"聚光灯光轴(即从光源到目标点间的轴线)和锥形光束间的角度。灯光不会超出该锥形" -"光束。" +"聚光灯光轴(即从光源到目标点间的轴线)和锥形光束间的角度。灯光不会超出该锥形光" +"束。" #: ../src/ui/dialog/filter-effects-dialog.cpp:1275 msgid "New light source" @@ -15295,130 +15379,130 @@ msgstr "重命名滤镜" msgid "Apply filter" msgstr "应用滤镜" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1652 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1653 msgid "filter" msgstr "滤镜" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1659 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1660 msgid "Add filter" msgstr "添加滤镜" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1709 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1710 msgid "Duplicate filter" msgstr "再制滤镜" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1808 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1809 msgid "_Effect" msgstr "效果(_E)" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1818 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1819 msgid "Connections" msgstr "连接" -#: ../src/ui/dialog/filter-effects-dialog.cpp:1956 +#: ../src/ui/dialog/filter-effects-dialog.cpp:1957 msgid "Remove filter primitive" msgstr "移除滤镜基元" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2543 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2544 msgid "Remove merge node" msgstr "移除合并节点" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2663 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2664 msgid "Reorder filter primitive" msgstr "重新排序滤镜基元" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2743 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2744 msgid "Add Effect:" msgstr "添加效果:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2744 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2745 msgid "No effect selected" msgstr "没有选择效果" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2745 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2746 msgid "No filter selected" msgstr "没有选择滤镜" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2790 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2791 msgid "Effect parameters" msgstr "效果参数" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2791 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2792 msgid "Filter General Settings" msgstr "滤镜通用选项" #. default x: #. default y: -#: ../src/ui/dialog/filter-effects-dialog.cpp:2849 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2850 msgid "Coordinates:" msgstr "坐标:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2849 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2850 msgid "X coordinate of the left corners of filter effects region" msgstr "滤镜效果区域左侧顶点的 X 坐标" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2849 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2850 msgid "Y coordinate of the upper corners of filter effects region" msgstr "滤镜效果区域上方的 Y 坐标" #. default width: #. default height: -#: ../src/ui/dialog/filter-effects-dialog.cpp:2850 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2851 msgid "Dimensions:" msgstr "尺寸:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2850 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2851 msgid "Width of filter effects region" msgstr "滤镜效果区域的宽度" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2850 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2851 msgid "Height of filter effects region" msgstr "滤镜效果区域的高度" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2856 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2857 msgid "" "Indicates the type of matrix operation. The keyword 'matrix' indicates that " "a full 5x4 matrix of values will be provided. The other keywords represent " "convenience shortcuts to allow commonly used color operations to be " "performed without specifying a complete matrix." msgstr "" -"显示矩阵操作类型。“矩阵”表示将提供一个完整的 5×4 矩阵。其它选项对应不需要指定" +"显示矩阵操作类型。“矩阵”表示将提供一个完整的 5×4 矩阵。其他选项对应不需要指定" "完整矩阵的一般色彩操作。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2857 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2858 msgid "Value(s):" msgstr "值:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2861 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2862 msgid "R:" msgstr "红:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2862 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2863 #: ../src/ui/widget/color-icc-selector.cpp:180 msgid "G:" msgstr "绿:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2863 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2864 msgid "B:" msgstr "蓝:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2864 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2865 msgid "A:" msgstr "透:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2867 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2907 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2868 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2908 msgid "Operator:" msgstr "操作:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2868 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2869 msgid "K1:" msgstr "K1:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2868 #: ../src/ui/dialog/filter-effects-dialog.cpp:2869 #: ../src/ui/dialog/filter-effects-dialog.cpp:2870 #: ../src/ui/dialog/filter-effects-dialog.cpp:2871 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2872 msgid "" "If the arithmetic operation is chosen, each result pixel is computed using " "the formula k1*i1*i2 + k2*i1 + k3*i2 + k4 where i1 and i2 are the pixel " @@ -15427,55 +15511,55 @@ msgstr "" "如果使用该算法操作,每个结果像素通过 k1*i1*i2 + k2*i1 + k3*i2 + k4 得到,其" "中 i1 和 i2 分别是第一个和第二个输入的像素值。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2869 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2870 msgid "K2:" msgstr "K2:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2870 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2871 msgid "K3:" msgstr "K3:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2871 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2872 msgid "K4:" msgstr "K4:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2874 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2875 msgid "Size:" msgstr "尺寸:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2874 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2875 msgid "width of the convolve matrix" msgstr "卷积矩阵的宽度" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2874 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2875 msgid "height of the convolve matrix" msgstr "卷积矩形的高度" #. default x: #. default y: -#: ../src/ui/dialog/filter-effects-dialog.cpp:2875 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2876 #: ../src/ui/dialog/object-attributes.cpp:48 msgid "Target:" msgstr "目标:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2875 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2876 msgid "" "X coordinate of the target point in the convolve matrix. The convolution is " "applied to pixels around this point." msgstr "目标点在卷积矩阵中的 X 坐标。卷积施加到该点周围的像素上。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2875 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2876 msgid "" "Y coordinate of the target point in the convolve matrix. The convolution is " "applied to pixels around this point." msgstr "目标点在卷积矩阵中的 Y 坐标。卷积施加到该点周围的像素上。" #. TRANSLATORS: for info on "Kernel", see http://en.wikipedia.org/wiki/Kernel_(matrix) -#: ../src/ui/dialog/filter-effects-dialog.cpp:2877 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2878 msgid "Kernel:" msgstr "核:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2877 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2878 msgid "" "This matrix describes the convolve operation that is applied to the input " "image in order to calculate the pixel colors at the output. Different " @@ -15485,14 +15569,14 @@ msgid "" "would lead to a common blur effect." msgstr "" "使用该矩阵对输入图像进行卷积来计算输出像素的颜色。不同的取值能够获得区别很大" -"的视觉效果。单位矩阵能够产生运动模糊效果(平行于对角线),而使用同一非零数填" -"充的矩阵产生一般的模糊效果。" +"的视觉效果。单位矩阵能够产生运动模糊效果(平行于对角线),而使用同一非零数填充" +"的矩阵产生一般的模糊效果。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2879 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2880 msgid "Divisor:" msgstr "除数:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2879 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2880 msgid "" "After applying the kernelMatrix to the input image to yield a number, that " "number is divided by divisor to yield the final destination color value. A " @@ -15502,110 +15586,110 @@ msgstr "" "将核矩阵应用到输入图像后将产生一个数,除以该除数产生最终的目标颜色值。除数为" "矩阵中所有元素的和时倾向于对整体结果的色彩强度产生昏暗效果。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2880 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2881 msgid "Bias:" msgstr "偏差:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2880 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2881 msgid "" "This value is added to each component. This is useful to define a constant " "value as the zero response of the filter." msgstr "该值叠加到每个元素上。这样,滤镜的输出为 0 时可以用一个常量来代替。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2881 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2882 msgid "Edge Mode:" msgstr "边沿模式:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2881 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2882 msgid "" "Determines how to extend the input image as necessary with color values so " "that the matrix operations can be applied when the kernel is positioned at " "or near the edge of the input image." msgstr "选择怎样扩展输入图像的颜色值,使得在图像的边沿也能够应用该矩阵。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2882 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2883 msgid "Preserve Alpha" msgstr "保持 Alpha" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2882 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2883 msgid "If set, the alpha channel won't be altered by this filter primitive." msgstr "如果选中,alpha 通道将不受该滤镜基元的影响。" #. default: white -#: ../src/ui/dialog/filter-effects-dialog.cpp:2885 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2886 msgid "Diffuse Color:" msgstr "散射颜色:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2885 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2918 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2886 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2919 msgid "Defines the color of the light source" msgstr "设置光源的颜色" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2886 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2919 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2887 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2920 msgid "Surface Scale:" msgstr "表面缩放:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2886 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2919 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2887 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2920 msgid "" "This value amplifies the heights of the bump map defined by the input alpha " "channel" msgstr "该值放大由输入 alpha 通道确定的凸凹贴图的高度" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2887 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2920 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2888 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2921 msgid "Constant:" msgstr "常数:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2887 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2920 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2888 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2921 msgid "This constant affects the Phong lighting model." msgstr "该常量影响 Phong 光照模型。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2888 -#: ../src/ui/dialog/filter-effects-dialog.cpp:2922 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2889 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2923 msgid "Kernel Unit Length:" msgstr "核单元长度:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2892 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2893 msgid "This defines the intensity of the displacement effect." msgstr "该值定义位移效果的强度。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2893 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2894 msgid "X displacement:" msgstr "X 位移:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2893 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2894 msgid "Color component that controls the displacement in the X direction" msgstr "控制 X 方向位移的色彩分量" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2894 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2895 msgid "Y displacement:" msgstr "Y 位移:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2894 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2895 msgid "Color component that controls the displacement in the Y direction" msgstr "控制 Y 方向位移的色彩分量" #. default: black -#: ../src/ui/dialog/filter-effects-dialog.cpp:2897 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2898 msgid "Flood Color:" msgstr "浸漫颜色:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2897 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2898 msgid "The whole filter region will be filled with this color." msgstr "滤镜的整个区域都将用这种颜色填充。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2901 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2902 msgid "Standard Deviation:" msgstr "标准差:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2901 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2902 msgid "The standard deviation for the blur operation." msgstr "模糊操作的标准差。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2907 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2908 msgid "" "Erode: performs \"thinning\" of input image.\n" "Dilate: performs \"fattenning\" of input image." @@ -15613,74 +15697,74 @@ msgstr "" "侵蚀:对输出图像进行“窄薄”处理。\n" "膨胀:对输出图像进行“加厚”处理。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2911 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2912 msgid "Source of Image:" msgstr "图像来源:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2914 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2915 msgid "Delta X:" msgstr "△X:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2914 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2915 msgid "This is how far the input image gets shifted to the right" msgstr "输入图像向右偏移的距离" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2915 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2916 msgid "Delta Y:" msgstr "△Y:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2915 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2916 msgid "This is how far the input image gets shifted downwards" msgstr "输入图像向下偏移的距离" #. default: white -#: ../src/ui/dialog/filter-effects-dialog.cpp:2918 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2919 msgid "Specular Color:" msgstr "高光颜色:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2921 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2922 #: ../share/extensions/interp.inx.h:2 msgid "Exponent:" msgstr "指数:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2921 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2922 msgid "Exponent for specular term, larger is more \"shiny\"." msgstr "镜面反射指数,大值更“光亮”。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2930 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2931 msgid "" "Indicates whether the filter primitive should perform a noise or turbulence " "function." -msgstr "指示滤镜基元是否需要执行噪声或湍流功能。" +msgstr "指示滤镜基元是否需要执行噪点或湍流功能。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2931 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2932 msgid "Base Frequency:" msgstr "基频:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2932 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2933 msgid "Octaves:" msgstr "倍频程:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2933 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2934 msgid "Seed:" msgstr "种子:" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2933 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2934 msgid "The starting number for the pseudo random number generator." msgstr "伪随机数产生器的初始值" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2945 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2946 msgid "Add filter primitive" msgstr "添加滤镜基元" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2962 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2963 msgid "" "The <b>feBlend</b> filter primitive provides 4 image blending modes: screen, " "multiply, darken and lighten." msgstr "" "滤镜基元 <b>feBlend</b> 提供了4种图像混合模式:遮蔽、增强、变暗和变亮。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2966 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2967 msgid "" "The <b>feColorMatrix</b> filter primitive applies a matrix transformation to " "color of each rendered pixel. This allows for effects like turning object to " @@ -15689,18 +15773,17 @@ msgstr "" "滤镜基元 <b>feColorMatrix</b> 对每个像素的颜色进行矩阵变换。可以产生类似于转" "换到灰度,更改饱和度和色调等的效果。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2970 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2971 msgid "" "The <b>feComponentTransfer</b> filter primitive manipulates the input's " "color components (red, green, blue, and alpha) according to particular " "transfer functions, allowing operations like brightness and contrast " "adjustment, color balance, and thresholding." msgstr "" -"滤镜基元 <b>feComponentTransfer</b> 根据特定的转换方式修改输入的色彩成分" -"(红、绿、蓝和不透明度),操作效果类似于亮度和对比度调整、色彩平衡、以及色阈" -"值。" +"滤镜基元 <b>feComponentTransfer</b> 根据特定的转换方式修改输入的色彩成分(红、" +"绿、蓝和不透明度),操作效果类似于亮度和对比度调整、色彩平衡、以及色阈值。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2974 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2975 msgid "" "The <b>feComposite</b> filter primitive composites two images using one of " "the Porter-Duff blending modes or the arithmetic mode described in SVG " @@ -15710,7 +15793,7 @@ msgstr "" "滤镜基元 <b>feComposite</b> 使用 Porter-Duff 混合模式或者 SVG 标准中描述的算" "法对两个图像进行组合。Porter-Duff 模式就是对图像中的对应像素进行逻辑操作。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2978 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2979 msgid "" "The <b>feConvolveMatrix</b> lets you specify a Convolution to be applied on " "the image. Common effects created using convolution matrices are blur, " @@ -15722,7 +15805,7 @@ msgstr "" "括模糊、锐化、浮雕和边沿检测。尽管高斯模糊也可以用这种方式产生,但专用的高斯" "模糊滤镜基元速度更快并且与分辨率无关。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2982 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2983 msgid "" "The <b>feDiffuseLighting</b> and feSpecularLighting filter primitives create " "\"embossed\" shadings. The input's alpha channel is used to provide depth " @@ -15733,7 +15816,7 @@ msgstr "" "输入的 alpha 通道用来提供深度信息:不透明的区域向观察者凸出,透明区域则向内凹" "陷。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2986 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2987 msgid "" "The <b>feDisplacementMap</b> filter primitive displaces the pixels in the " "first input using the second input as a displacement map, that shows from " @@ -15743,16 +15826,16 @@ msgstr "" "滤镜基元 <b>feDisplacementMap</b> 使用第二个输入作为位移贴图来平移第一个输入" "上的像素,第二个输入确定了每个像素的距离。经典例子包括回旋和收缩。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2990 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2991 msgid "" "The <b>feFlood</b> filter primitive fills the region with a given color and " "opacity. It is usually used as an input to other filters to apply color to " "a graphic." msgstr "" -"滤镜基元 <b>feFlood</b>(浸漫)用指定的颜色和透明度填充区域。经常用来作为其它" -"滤镜的输入,来为图形着色。" +"滤镜基元 <b>feFlood</b>(浸漫)用指定的颜色和透明度填充区域。经常用来作为其他滤" +"镜的输入,来为图形着色。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2994 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2995 msgid "" "The <b>feGaussianBlur</b> filter primitive uniformly blurs its input. It is " "commonly used together with feOffset to create a drop shadow effect." @@ -15760,13 +15843,13 @@ msgstr "" "滤镜基元 <b>feGaussianBlur</b> 对输入进行均一模糊。通常与 feOffset 组合使用构" "成阴影投射效果。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:2998 +#: ../src/ui/dialog/filter-effects-dialog.cpp:2999 msgid "" "The <b>feImage</b> filter primitive fills the region with an external image " "or another part of the document." msgstr "滤镜基元 <b>feImage</b> 用另外一幅图像或文档的另外一部分来填充区域。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:3002 +#: ../src/ui/dialog/filter-effects-dialog.cpp:3003 msgid "" "The <b>feMerge</b> filter primitive composites several temporary images " "inside the filter primitive to a single image. It uses normal alpha " @@ -15777,7 +15860,7 @@ msgstr "" "像。与通过多次执行 feBlend 中的“标准”模式和 feComposite 中“over”模式合并图像" "是等效的。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:3006 +#: ../src/ui/dialog/filter-effects-dialog.cpp:3007 msgid "" "The <b>feMorphology</b> filter primitive provides erode and dilate effects. " "For single-color objects erode makes the object thinner and dilate makes it " @@ -15786,7 +15869,7 @@ msgstr "" "滤镜基元 <b>feMorphology</b> 提供了浸蚀与膨胀效果。对于单色对象,浸蚀使其窄" "薄,而膨胀使其变厚。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:3010 +#: ../src/ui/dialog/filter-effects-dialog.cpp:3011 msgid "" "The <b>feOffset</b> filter primitive offsets the image by an user-defined " "amount. For example, this is useful for drop shadows, where the shadow is in " @@ -15795,7 +15878,7 @@ msgstr "" "滤镜基元 <b>feOffset</b> 将图像偏移指定的距离。例如,在投射阴影时,阴影要略微" "偏离实际对象的位置。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:3014 +#: ../src/ui/dialog/filter-effects-dialog.cpp:3015 msgid "" "The <b>feDiffuseLighting</b> and <b>feSpecularLighting</b> filter primitives " "create \"embossed\" shadings. The input's alpha channel is used to provide " @@ -15806,7 +15889,7 @@ msgstr "" "阴影。输入的 alpha 通道用来提供深度信息:不透明的区域向观察者凸出,透明区域则" "向内凹陷。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:3018 +#: ../src/ui/dialog/filter-effects-dialog.cpp:3019 msgid "" "The <b>feTile</b> filter primitive tiles a region with an input graphic. The " "source tile is defined by the filter primitive subregion of the input." @@ -15814,20 +15897,20 @@ msgstr "" "滤镜基元 <b>feTile</b> 用输入图像平铺填充区域。源平铺由输入的滤镜基元子区域决" "定。" -#: ../src/ui/dialog/filter-effects-dialog.cpp:3022 +#: ../src/ui/dialog/filter-effects-dialog.cpp:3023 msgid "" "The <b>feTurbulence</b> filter primitive renders Perlin noise. This kind of " "noise is useful in simulating several nature phenomena like clouds, fire and " "smoke and in generating complex textures like marble or granite." msgstr "" -"滤镜基元 <b>feTurbulence</b>渲染柏林噪声. 同样用于模拟一些自然现象, 例如云、" +"滤镜基元 <b>feTurbulence</b>渲染柏林噪点. 同样用于模拟一些自然现象, 例如云、" "火焰和烟雾, 以及产生类似大理石或花岗石的复杂纹理." -#: ../src/ui/dialog/filter-effects-dialog.cpp:3041 +#: ../src/ui/dialog/filter-effects-dialog.cpp:3042 msgid "Duplicate filter primitive" msgstr "再制滤镜基元" -#: ../src/ui/dialog/filter-effects-dialog.cpp:3094 +#: ../src/ui/dialog/filter-effects-dialog.cpp:3095 msgid "Set filter primitive attribute" msgstr "设置滤镜基元属性" @@ -15837,7 +15920,7 @@ msgstr "查找(_F):" #: ../src/ui/dialog/find.cpp:72 msgid "Find objects by their content or properties (exact or partial match)" -msgstr "依照内容或属性查找对象 (完全匹配或部分匹配)" +msgstr "依照内容或属性查找对象 (完整匹配或部分匹配)" #: ../src/ui/dialog/find.cpp:73 msgid "R_eplace:" @@ -15861,7 +15944,7 @@ msgstr "当前图层(_L)" #: ../src/ui/dialog/find.cpp:76 msgid "Limit search to the current layer" -msgstr "搜索限制在当前层" +msgstr "搜索限制在当前图层" #: ../src/ui/dialog/find.cpp:77 msgid "Sele_ction" @@ -15901,11 +15984,11 @@ msgstr "匹配大小写" #: ../src/ui/dialog/find.cpp:85 msgid "E_xact match" -msgstr "完全匹配(_X)" +msgstr "完整匹配(_X)" #: ../src/ui/dialog/find.cpp:85 msgid "Match whole objects only" -msgstr "只有完全匹配的对象" +msgstr "仅完整匹配的对象" #: ../src/ui/dialog/find.cpp:86 msgid "Include _hidden" @@ -16013,7 +16096,7 @@ msgstr "螺旋" msgid "Search spirals" msgstr "搜索螺旋" -#: ../src/ui/dialog/find.cpp:103 ../src/widgets/toolbox.cpp:1738 +#: ../src/ui/dialog/find.cpp:103 ../src/widgets/toolbox.cpp:1789 msgid "Paths" msgstr "路径" @@ -16203,7 +16286,7 @@ msgstr "西里尔字母" #: ../src/ui/dialog/glyphs.cpp:70 msgid "Deseret" -msgstr "" +msgstr "犹他字母" #: ../src/ui/dialog/glyphs.cpp:71 ../src/ui/dialog/glyphs.cpp:171 msgid "Devanagari" @@ -16427,7 +16510,7 @@ msgstr "腓尼基语" #: ../src/ui/dialog/glyphs.cpp:126 ../src/ui/dialog/glyphs.cpp:275 msgid "Phags-pa" -msgstr "潘贾比语 (pa)" +msgstr "潘贾比语(pa)" #: ../src/ui/dialog/glyphs.cpp:127 msgid "N'Ko" @@ -16719,7 +16802,7 @@ msgstr "附加的注音符号" #: ../src/ui/dialog/glyphs.cpp:258 msgid "CJK Strokes" -msgstr "CJK 笔廓" +msgstr "CJK 笔刷" #: ../src/ui/dialog/glyphs.cpp:259 msgid "Katakana Phonetic Extensions" @@ -16892,7 +16975,7 @@ msgstr "安排到网格" #: ../src/ui/dialog/grid-arrange-tab.cpp:571 #: ../src/ui/dialog/object-attributes.cpp:66 #: ../src/ui/dialog/object-attributes.cpp:75 -#: ../src/ui/widget/page-sizer.cpp:247 ../src/widgets/desktop-widget.cpp:666 +#: ../src/ui/widget/page-sizer.cpp:247 ../src/widgets/desktop-widget.cpp:694 #: ../src/widgets/node-toolbar.cpp:581 msgid "X:" msgstr "X:" @@ -16904,7 +16987,7 @@ msgstr "列间的水平间隔。" #: ../src/ui/dialog/grid-arrange-tab.cpp:572 #: ../src/ui/dialog/object-attributes.cpp:67 #: ../src/ui/dialog/object-attributes.cpp:76 -#: ../src/ui/widget/page-sizer.cpp:248 ../src/widgets/desktop-widget.cpp:676 +#: ../src/ui/widget/page-sizer.cpp:248 ../src/widgets/desktop-widget.cpp:704 #: ../src/widgets/node-toolbar.cpp:599 msgid "Y:" msgstr "Y:" @@ -16961,49 +17044,57 @@ msgid "_Set spacing:" msgstr "设置间距(_S):" #: ../src/ui/dialog/guides.cpp:47 +msgid "Lo_cked" +msgstr "已锁定(_C)" + +#: ../src/ui/dialog/guides.cpp:47 +msgid "Lock the movement of guides" +msgstr "锁定参考线" + +#: ../src/ui/dialog/guides.cpp:48 msgid "Rela_tive change" msgstr "相对变化(_T)" -#: ../src/ui/dialog/guides.cpp:47 +#: ../src/ui/dialog/guides.cpp:48 msgid "Move and/or rotate the guide relative to current settings" msgstr "相对当前设置移动/旋转参考线" -#: ../src/ui/dialog/guides.cpp:48 +#: ../src/ui/dialog/guides.cpp:49 msgctxt "Guides" msgid "_X:" msgstr "_X:" -#: ../src/ui/dialog/guides.cpp:49 +#: ../src/ui/dialog/guides.cpp:50 msgctxt "Guides" msgid "_Y:" msgstr "_Y:" -#: ../src/ui/dialog/guides.cpp:50 ../src/ui/dialog/object-properties.cpp:59 +#: ../src/ui/dialog/guides.cpp:51 ../src/ui/dialog/object-properties.cpp:59 msgid "_Label:" msgstr "标签(_L):" -#: ../src/ui/dialog/guides.cpp:50 +#: ../src/ui/dialog/guides.cpp:51 msgid "Optionally give this guideline a name" msgstr "可选地赋予这个辅助线一个名称" -#: ../src/ui/dialog/guides.cpp:51 +#: ../src/ui/dialog/guides.cpp:52 msgid "_Angle:" msgstr "角度(_A):" -#: ../src/ui/dialog/guides.cpp:130 +#: ../src/ui/dialog/guides.cpp:139 msgid "Set guide properties" msgstr "设置引导线属性" -#: ../src/ui/dialog/guides.cpp:160 +#: ../src/ui/dialog/guides.cpp:169 msgid "Guideline" msgstr "参考线" -#: ../src/ui/dialog/guides.cpp:311 +#: ../src/ui/dialog/guides.cpp:336 #, c-format msgid "Guideline ID: %s" msgstr "参考线 ID:%s" -#: ../src/ui/dialog/guides.cpp:317 +#: ../src/ui/dialog/guides.cpp:342 #, c-format msgid "Current: %s" msgstr "当前:%s" @@ -17037,7 +17128,7 @@ msgstr "显示选区提示" #: ../src/ui/dialog/inkscape-preferences.cpp:184 msgid "" "Whether selected objects display a selection cue (the same as in selector)" -msgstr "已选对象是否显示提示(与选择器相同)" +msgstr "已选对象是否显示提示(与选择器相同)" #: ../src/ui/dialog/inkscape-preferences.cpp:190 msgid "Enable gradient editing" @@ -17056,7 +17147,7 @@ msgid "" "Converting an object to guides places these along the object's true edges " "(imitating the object's shape), not along the bounding box" msgstr "" -"将对象转变为参考线,参考线沿对象的实际边(模仿对象的形状),而不是沿边界框" +"将对象转变为参考线,参考线沿对象的实际边(模仿对象的形状),而不是沿边界框" #: ../src/ui/dialog/inkscape-preferences.cpp:204 msgid "Ctrl+click _dot size:" @@ -17064,306 +17155,318 @@ msgstr "Ctrl+单击“点”尺寸(_D):" #: ../src/ui/dialog/inkscape-preferences.cpp:204 msgid "times current stroke width" -msgstr "倍于当前轮廓宽度" +msgstr "倍于当前笔刷宽度" #: ../src/ui/dialog/inkscape-preferences.cpp:205 msgid "Size of dots created with Ctrl+click (relative to current stroke width)" -msgstr "使用 Ctrl+单击 时创建的点的大小(相对当前笔廓宽度)" +msgstr "使用 Ctrl+单击 时创建的点的大小(相对当前笔刷宽度)" + +#: ../src/ui/dialog/inkscape-preferences.cpp:213 +msgid "Base simplify:" +msgstr "基本简化:" + +#: ../src/ui/dialog/inkscape-preferences.cpp:213 +msgid "on dinamic LPE simplify" +msgstr "" + +#: ../src/ui/dialog/inkscape-preferences.cpp:214 +msgid "Base simplify of dinamic LPE based simplify" +msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:220 +#: ../src/ui/dialog/inkscape-preferences.cpp:229 msgid "<b>No objects selected</b> to take the style from." msgstr "<b>没有</b>可从中获取此样式的<b>已选对象</b>。" -#: ../src/ui/dialog/inkscape-preferences.cpp:229 +#: ../src/ui/dialog/inkscape-preferences.cpp:238 msgid "" "<b>More than one object selected.</b> Cannot take style from multiple " "objects." msgstr "<b>超过一个对象已选。</b>不能得到多个对象的样式。" -#: ../src/ui/dialog/inkscape-preferences.cpp:265 +#: ../src/ui/dialog/inkscape-preferences.cpp:274 msgid "Style of new objects" msgstr "新对象的样式" -#: ../src/ui/dialog/inkscape-preferences.cpp:267 +#: ../src/ui/dialog/inkscape-preferences.cpp:276 msgid "Last used style" msgstr "最近使用的样式" -#: ../src/ui/dialog/inkscape-preferences.cpp:269 +#: ../src/ui/dialog/inkscape-preferences.cpp:278 msgid "Apply the style you last set on an object" msgstr "应用最近设置对象的样式" -#: ../src/ui/dialog/inkscape-preferences.cpp:274 +#: ../src/ui/dialog/inkscape-preferences.cpp:283 msgid "This tool's own style:" msgstr "此工具自己的样式:" -#: ../src/ui/dialog/inkscape-preferences.cpp:278 +#: ../src/ui/dialog/inkscape-preferences.cpp:287 msgid "" "Each tool may store its own style to apply to the newly created objects. Use " "the button below to set it." msgstr "每个工具保存自己的样式,应用到新创建的对象。使用下面的按钮设置。" #. style swatch -#: ../src/ui/dialog/inkscape-preferences.cpp:282 +#: ../src/ui/dialog/inkscape-preferences.cpp:291 msgid "Take from selection" msgstr "从选区得到" -#: ../src/ui/dialog/inkscape-preferences.cpp:291 +#: ../src/ui/dialog/inkscape-preferences.cpp:300 msgid "This tool's style of new objects" msgstr "使用该工具新创建的对象的样式" -#: ../src/ui/dialog/inkscape-preferences.cpp:298 +#: ../src/ui/dialog/inkscape-preferences.cpp:307 msgid "Remember the style of the (first) selected object as this tool's style" -msgstr "记住(第一个)已选对象的样式作为此工具的样式" +msgstr "记住(第一个)已选对象的样式作为此工具的样式" -#: ../src/ui/dialog/inkscape-preferences.cpp:303 +#: ../src/ui/dialog/inkscape-preferences.cpp:312 msgid "Tools" msgstr "工具" -#: ../src/ui/dialog/inkscape-preferences.cpp:306 +#: ../src/ui/dialog/inkscape-preferences.cpp:315 msgid "Bounding box to use" msgstr "要使用的边界框" -#: ../src/ui/dialog/inkscape-preferences.cpp:307 +#: ../src/ui/dialog/inkscape-preferences.cpp:316 msgid "Visual bounding box" msgstr "视觉边界框" -#: ../src/ui/dialog/inkscape-preferences.cpp:309 +#: ../src/ui/dialog/inkscape-preferences.cpp:318 msgid "This bounding box includes stroke width, markers, filter margins, etc." msgstr "边界范围包括轮廓宽度、标记、滤镜边缘等。" -#: ../src/ui/dialog/inkscape-preferences.cpp:310 +#: ../src/ui/dialog/inkscape-preferences.cpp:319 msgid "Geometric bounding box" msgstr "几何边界框" -#: ../src/ui/dialog/inkscape-preferences.cpp:312 +#: ../src/ui/dialog/inkscape-preferences.cpp:321 msgid "This bounding box includes only the bare path" msgstr "边界范围仅包含路径" -#: ../src/ui/dialog/inkscape-preferences.cpp:314 +#: ../src/ui/dialog/inkscape-preferences.cpp:323 msgid "Conversion to guides" msgstr "转换为参考线" -#: ../src/ui/dialog/inkscape-preferences.cpp:315 +#: ../src/ui/dialog/inkscape-preferences.cpp:324 msgid "Keep objects after conversion to guides" msgstr "在转为参考线后仍然保留对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:317 +#: ../src/ui/dialog/inkscape-preferences.cpp:326 msgid "" "When converting an object to guides, don't delete the object after the " "conversion" msgstr "将对象转换为参考线后,不要删除原对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:318 +#: ../src/ui/dialog/inkscape-preferences.cpp:327 msgid "Treat groups as a single object" msgstr "将群组作为单个的对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:320 +#: ../src/ui/dialog/inkscape-preferences.cpp:329 msgid "" "Treat groups as a single object during conversion to guides rather than " "converting each child separately" msgstr "" "转换为参考线时,将群组作为一个单独的对象,而不是对其中的每个子项单独进行转换" -#: ../src/ui/dialog/inkscape-preferences.cpp:322 +#: ../src/ui/dialog/inkscape-preferences.cpp:331 msgid "Average all sketches" msgstr "平均所有草图线" -#: ../src/ui/dialog/inkscape-preferences.cpp:323 +#: ../src/ui/dialog/inkscape-preferences.cpp:332 msgid "Width is in absolute units" msgstr "宽度是绝对单位" -#: ../src/ui/dialog/inkscape-preferences.cpp:324 +#: ../src/ui/dialog/inkscape-preferences.cpp:333 msgid "Select new path" msgstr "选择新路径" -#: ../src/ui/dialog/inkscape-preferences.cpp:325 +#: ../src/ui/dialog/inkscape-preferences.cpp:334 msgid "Don't attach connectors to text objects" msgstr "不要在文字对象上附加连接器" #. Selector -#: ../src/ui/dialog/inkscape-preferences.cpp:328 +#: ../src/ui/dialog/inkscape-preferences.cpp:337 msgid "Selector" msgstr "选择器" -#: ../src/ui/dialog/inkscape-preferences.cpp:333 +#: ../src/ui/dialog/inkscape-preferences.cpp:342 msgid "When transforming, show" msgstr "当变形时,显示" -#: ../src/ui/dialog/inkscape-preferences.cpp:334 +#: ../src/ui/dialog/inkscape-preferences.cpp:343 msgid "Objects" msgstr "对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:336 +#: ../src/ui/dialog/inkscape-preferences.cpp:345 msgid "Show the actual objects when moving or transforming" msgstr "移动或变换时显示实际对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:337 +#: ../src/ui/dialog/inkscape-preferences.cpp:346 msgid "Box outline" msgstr "边界框轮廓" -#: ../src/ui/dialog/inkscape-preferences.cpp:339 +#: ../src/ui/dialog/inkscape-preferences.cpp:348 msgid "Show only a box outline of the objects when moving or transforming" msgstr "移动或变换时显示对象的边界框轮廓" -#: ../src/ui/dialog/inkscape-preferences.cpp:340 +#: ../src/ui/dialog/inkscape-preferences.cpp:349 msgid "Per-object selection cue" msgstr "每个对象选择线索" -#: ../src/ui/dialog/inkscape-preferences.cpp:341 +#: ../src/ui/dialog/inkscape-preferences.cpp:350 msgctxt "Selection cue" msgid "None" msgstr "无" -#: ../src/ui/dialog/inkscape-preferences.cpp:343 +#: ../src/ui/dialog/inkscape-preferences.cpp:352 msgid "No per-object selection indication" msgstr "无单个对象选择指示" -#: ../src/ui/dialog/inkscape-preferences.cpp:344 +#: ../src/ui/dialog/inkscape-preferences.cpp:353 msgid "Mark" msgstr "标记" -#: ../src/ui/dialog/inkscape-preferences.cpp:346 +#: ../src/ui/dialog/inkscape-preferences.cpp:355 msgid "Each selected object has a diamond mark in the top left corner" msgstr "每一个已选对象在左上角有一个钻石标记" -#: ../src/ui/dialog/inkscape-preferences.cpp:347 +#: ../src/ui/dialog/inkscape-preferences.cpp:356 msgid "Box" msgstr "边框" -#: ../src/ui/dialog/inkscape-preferences.cpp:349 +#: ../src/ui/dialog/inkscape-preferences.cpp:358 msgid "Each selected object displays its bounding box" msgstr "每个已选对象显示其边界" #. Node -#: ../src/ui/dialog/inkscape-preferences.cpp:352 +#: ../src/ui/dialog/inkscape-preferences.cpp:361 msgid "Node" msgstr "节点" -#: ../src/ui/dialog/inkscape-preferences.cpp:355 +#: ../src/ui/dialog/inkscape-preferences.cpp:364 msgid "Path outline" msgstr "路径轮廓" -#: ../src/ui/dialog/inkscape-preferences.cpp:356 +#: ../src/ui/dialog/inkscape-preferences.cpp:365 msgid "Path outline color" msgstr "路径轮廓颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:357 +#: ../src/ui/dialog/inkscape-preferences.cpp:366 msgid "Selects the color used for showing the path outline" msgstr "选择路径轮廓的颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:358 +#: ../src/ui/dialog/inkscape-preferences.cpp:367 msgid "Always show outline" msgstr "总是显示轮廓" -#: ../src/ui/dialog/inkscape-preferences.cpp:359 +#: ../src/ui/dialog/inkscape-preferences.cpp:368 msgid "Show outlines for all paths, not only invisible paths" msgstr "显示所有路径的轮廓,不仅仅是隐藏的路径" -#: ../src/ui/dialog/inkscape-preferences.cpp:360 +#: ../src/ui/dialog/inkscape-preferences.cpp:369 msgid "Update outline when dragging nodes" msgstr "拖动节点时更新轮廓" -#: ../src/ui/dialog/inkscape-preferences.cpp:361 +#: ../src/ui/dialog/inkscape-preferences.cpp:370 msgid "" "Update the outline when dragging or transforming nodes; if this is off, the " "outline will only update when completing a drag" msgstr "当拖动或改变节点时更新轮廓;如果关闭,只有拖动结束时轮廓才更新" -#: ../src/ui/dialog/inkscape-preferences.cpp:362 +#: ../src/ui/dialog/inkscape-preferences.cpp:371 msgid "Update paths when dragging nodes" msgstr "拖动节点时更新路径" -#: ../src/ui/dialog/inkscape-preferences.cpp:363 +#: ../src/ui/dialog/inkscape-preferences.cpp:372 msgid "" "Update paths when dragging or transforming nodes; if this is off, paths will " "only be updated when completing a drag" msgstr "拖动或改变节点时更新路径;如果关闭,拖动结束时才更新路径" -#: ../src/ui/dialog/inkscape-preferences.cpp:364 +#: ../src/ui/dialog/inkscape-preferences.cpp:373 msgid "Show path direction on outlines" msgstr "在轮廓上显示路径方向" -#: ../src/ui/dialog/inkscape-preferences.cpp:365 +#: ../src/ui/dialog/inkscape-preferences.cpp:374 msgid "" "Visualize the direction of selected paths by drawing small arrows in the " "middle of each outline segment" msgstr "在每段轮廓的中间显示一个箭头标明路径方向" -#: ../src/ui/dialog/inkscape-preferences.cpp:366 +#: ../src/ui/dialog/inkscape-preferences.cpp:375 msgid "Show temporary path outline" msgstr "显示临时路径轮廓" -#: ../src/ui/dialog/inkscape-preferences.cpp:367 +#: ../src/ui/dialog/inkscape-preferences.cpp:376 msgid "When hovering over a path, briefly flash its outline" msgstr "当鼠标悬停在路径上时, 短暂地闪烁其轮廓." -#: ../src/ui/dialog/inkscape-preferences.cpp:368 +#: ../src/ui/dialog/inkscape-preferences.cpp:377 msgid "Show temporary outline for selected paths" msgstr "显示所选路径的临时轮廓" -#: ../src/ui/dialog/inkscape-preferences.cpp:369 +#: ../src/ui/dialog/inkscape-preferences.cpp:378 msgid "Show temporary outline even when a path is selected for editing" msgstr "即使路径选中进行编辑时仍然显示临时轮廓" -#: ../src/ui/dialog/inkscape-preferences.cpp:371 +#: ../src/ui/dialog/inkscape-preferences.cpp:380 msgid "_Flash time:" msgstr "闪烁时间(_F):" -#: ../src/ui/dialog/inkscape-preferences.cpp:371 +#: ../src/ui/dialog/inkscape-preferences.cpp:380 msgid "" "Specifies how long the path outline will be visible after a mouse-over (in " "milliseconds); specify 0 to have the outline shown until mouse leaves the " "path" -msgstr "鼠标悬停时路径轮廓的可见时间(毫秒);设置为 0 时一直显示直到鼠标移开" +msgstr "鼠标悬停时路径轮廓的可见时间(毫秒);设置为 0 时一直显示直到鼠标移开" -#: ../src/ui/dialog/inkscape-preferences.cpp:372 +#: ../src/ui/dialog/inkscape-preferences.cpp:381 msgid "Editing preferences" -msgstr "改变设置" +msgstr "编辑首选项" -#: ../src/ui/dialog/inkscape-preferences.cpp:373 +#: ../src/ui/dialog/inkscape-preferences.cpp:382 msgid "Show transform handles for single nodes" msgstr "显示单独节点的变形控制柄" -#: ../src/ui/dialog/inkscape-preferences.cpp:374 +#: ../src/ui/dialog/inkscape-preferences.cpp:383 msgid "Show transform handles even when only a single node is selected" msgstr "即使只选中了一个节点,也显示变形控制柄" -#: ../src/ui/dialog/inkscape-preferences.cpp:375 +#: ../src/ui/dialog/inkscape-preferences.cpp:384 msgid "Deleting nodes preserves shape" -msgstr "删除节点同时保持形状" +msgstr "删除节点时保持形状" -#: ../src/ui/dialog/inkscape-preferences.cpp:376 +#: ../src/ui/dialog/inkscape-preferences.cpp:385 msgid "" "Move handles next to deleted nodes to resemble original shape; hold Ctrl to " "get the other behavior" -msgstr "移动删除节点旁边的手柄来使之类似原始形状;按住 Ctrl 获得其它行为" +msgstr "移动删除节点旁边的手柄来使之类似原始形状;按住 Ctrl 获得其他行为" #. Tweak -#: ../src/ui/dialog/inkscape-preferences.cpp:379 +#: ../src/ui/dialog/inkscape-preferences.cpp:388 msgid "Tweak" -msgstr "扭曲" +msgstr "调整" -#: ../src/ui/dialog/inkscape-preferences.cpp:380 +#: ../src/ui/dialog/inkscape-preferences.cpp:389 msgid "Object paint style" msgstr "对象绘制样式" #. Zoom -#: ../src/ui/dialog/inkscape-preferences.cpp:385 -#: ../src/widgets/desktop-widget.cpp:631 +#: ../src/ui/dialog/inkscape-preferences.cpp:394 +#: ../src/widgets/desktop-widget.cpp:659 msgid "Zoom" msgstr "缩放" #. Measure -#: ../src/ui/dialog/inkscape-preferences.cpp:390 ../src/verbs.cpp:2730 +#: ../src/ui/dialog/inkscape-preferences.cpp:399 ../src/verbs.cpp:2762 msgctxt "ContextVerb" msgid "Measure" msgstr "测量" -#: ../src/ui/dialog/inkscape-preferences.cpp:392 +#: ../src/ui/dialog/inkscape-preferences.cpp:401 msgid "Ignore first and last points" -msgstr "忽略第一个和最后的点" +msgstr "忽略第一个和最后一个的点" -#: ../src/ui/dialog/inkscape-preferences.cpp:393 +#: ../src/ui/dialog/inkscape-preferences.cpp:402 msgid "" "The start and end of the measurement tool's control line will not be " "considered for calculating lengths. Only lengths between actual curve " @@ -17373,139 +17476,139 @@ msgstr "" "长度会显示。" #. Shapes -#: ../src/ui/dialog/inkscape-preferences.cpp:396 +#: ../src/ui/dialog/inkscape-preferences.cpp:405 msgid "Shapes" msgstr "形状" -#: ../src/ui/dialog/inkscape-preferences.cpp:428 +#: ../src/ui/dialog/inkscape-preferences.cpp:438 msgid "Sketch mode" msgstr "草图模式" -#: ../src/ui/dialog/inkscape-preferences.cpp:430 +#: ../src/ui/dialog/inkscape-preferences.cpp:440 msgid "" "If on, the sketch result will be the normal average of all sketches made, " "instead of averaging the old result with the new sketch" msgstr "如果选择,草图的结果是平均所有的草图笔迹,而不是将旧的结果与新笔迹平均" #. Pen -#: ../src/ui/dialog/inkscape-preferences.cpp:433 +#: ../src/ui/dialog/inkscape-preferences.cpp:443 #: ../src/ui/dialog/input.cpp:1485 msgid "Pen" msgstr "钢笔" #. Calligraphy -#: ../src/ui/dialog/inkscape-preferences.cpp:439 +#: ../src/ui/dialog/inkscape-preferences.cpp:449 msgid "Calligraphy" msgstr "书法" -#: ../src/ui/dialog/inkscape-preferences.cpp:443 +#: ../src/ui/dialog/inkscape-preferences.cpp:453 msgid "" "If on, pen width is in absolute units (px) independent of zoom; otherwise " "pen width depends on zoom so that it looks the same at any zoom" msgstr "" -"如果打开,笔廓宽度是与缩放无关的绝对单位(像素);否则笔廓宽度取决于缩放以便" -"在不同缩放比例下看起来一样" +"如果打开,笔刷宽度是与缩放无关的绝对单位(像素);否则笔刷宽度取决于缩放以便在" +"不同缩放比例下看起来一样" -#: ../src/ui/dialog/inkscape-preferences.cpp:445 +#: ../src/ui/dialog/inkscape-preferences.cpp:455 msgid "" "If on, each newly created object will be selected (deselecting previous " "selection)" -msgstr "如果打开,每一个新创建的对象都自动被选中(以前的选择将取消)。" +msgstr "如果打开,每一个新创建的对象都自动被选中(以前的选择将取消)。" #. Text -#: ../src/ui/dialog/inkscape-preferences.cpp:448 ../src/verbs.cpp:2722 +#: ../src/ui/dialog/inkscape-preferences.cpp:458 ../src/verbs.cpp:2754 msgctxt "ContextVerb" msgid "Text" msgstr "文本文字" -#: ../src/ui/dialog/inkscape-preferences.cpp:453 +#: ../src/ui/dialog/inkscape-preferences.cpp:463 msgid "Show font samples in the drop-down list" msgstr "下拉列表中显示字体示例" -#: ../src/ui/dialog/inkscape-preferences.cpp:454 +#: ../src/ui/dialog/inkscape-preferences.cpp:464 msgid "" "Show font samples alongside font names in the drop-down list in Text bar" msgstr "在文本工具栏的下拉列表中字体的名称旁边显示字体示例" -#: ../src/ui/dialog/inkscape-preferences.cpp:456 +#: ../src/ui/dialog/inkscape-preferences.cpp:466 msgid "Show font substitution warning dialog" msgstr "显示字体替换警告对话框" -#: ../src/ui/dialog/inkscape-preferences.cpp:457 +#: ../src/ui/dialog/inkscape-preferences.cpp:467 msgid "" "Show font substitution warning dialog when requested fonts are not available " "on the system" msgstr "当需要的字体在系统上不可用时显示字体替换警告对话框" -#: ../src/ui/dialog/inkscape-preferences.cpp:460 +#: ../src/ui/dialog/inkscape-preferences.cpp:470 msgid "Pixel" msgstr "像素" -#: ../src/ui/dialog/inkscape-preferences.cpp:460 +#: ../src/ui/dialog/inkscape-preferences.cpp:470 msgid "Pica" msgstr "12 点" -#: ../src/ui/dialog/inkscape-preferences.cpp:460 +#: ../src/ui/dialog/inkscape-preferences.cpp:470 msgid "Millimeter" msgstr "毫米" -#: ../src/ui/dialog/inkscape-preferences.cpp:460 +#: ../src/ui/dialog/inkscape-preferences.cpp:470 msgid "Centimeter" msgstr "厘米" -#: ../src/ui/dialog/inkscape-preferences.cpp:460 +#: ../src/ui/dialog/inkscape-preferences.cpp:470 msgid "Inch" msgstr "英寸" -#: ../src/ui/dialog/inkscape-preferences.cpp:460 +#: ../src/ui/dialog/inkscape-preferences.cpp:470 msgid "Em square" msgstr "Em 平方" #. , _("Ex square"), _("Percent") #. , SP_CSS_UNIT_EX, SP_CSS_UNIT_PERCENT -#: ../src/ui/dialog/inkscape-preferences.cpp:463 +#: ../src/ui/dialog/inkscape-preferences.cpp:473 msgid "Text units" msgstr "文本单位" -#: ../src/ui/dialog/inkscape-preferences.cpp:465 +#: ../src/ui/dialog/inkscape-preferences.cpp:475 msgid "Text size unit type:" msgstr "文本大小单位类型:" -#: ../src/ui/dialog/inkscape-preferences.cpp:466 +#: ../src/ui/dialog/inkscape-preferences.cpp:476 msgid "Set the type of unit used in the text toolbar and text dialogs" msgstr "设置在文本工具栏和文本对话框中使用的单位的类型" -#: ../src/ui/dialog/inkscape-preferences.cpp:467 +#: ../src/ui/dialog/inkscape-preferences.cpp:477 msgid "Always output text size in pixels (px)" -msgstr "总以像素(px)为单位输出文本大小" +msgstr "总以像素为单位输出文本大小" #. Spray -#: ../src/ui/dialog/inkscape-preferences.cpp:473 +#: ../src/ui/dialog/inkscape-preferences.cpp:483 msgid "Spray" msgstr "喷绘" #. Eraser -#: ../src/ui/dialog/inkscape-preferences.cpp:478 +#: ../src/ui/dialog/inkscape-preferences.cpp:488 msgid "Eraser" msgstr "橡皮擦" #. Paint Bucket -#: ../src/ui/dialog/inkscape-preferences.cpp:482 +#: ../src/ui/dialog/inkscape-preferences.cpp:493 msgid "Paint Bucket" msgstr "油漆桶" #. Gradient -#: ../src/ui/dialog/inkscape-preferences.cpp:487 -#: ../src/widgets/gradient-selector.cpp:148 -#: ../src/widgets/gradient-selector.cpp:299 +#: ../src/ui/dialog/inkscape-preferences.cpp:499 +#: ../src/widgets/gradient-selector.cpp:144 +#: ../src/widgets/gradient-selector.cpp:295 msgid "Gradient" msgstr "渐变" -#: ../src/ui/dialog/inkscape-preferences.cpp:489 +#: ../src/ui/dialog/inkscape-preferences.cpp:501 msgid "Prevent sharing of gradient definitions" msgstr "防止渐变参数共享" -#: ../src/ui/dialog/inkscape-preferences.cpp:491 +#: ../src/ui/dialog/inkscape-preferences.cpp:503 msgid "" "When on, shared gradient definitions are automatically forked on change; " "uncheck to allow sharing of gradient definitions so that editing one object " @@ -17514,497 +17617,497 @@ msgstr "" "选定时,修改时共享的渐变将自动分离;如果不选定,修改时将影响到所有共享该渐变" "的对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:492 +#: ../src/ui/dialog/inkscape-preferences.cpp:504 msgid "Use legacy Gradient Editor" msgstr "使用旧式的渐变编辑器" -#: ../src/ui/dialog/inkscape-preferences.cpp:494 +#: ../src/ui/dialog/inkscape-preferences.cpp:506 msgid "" "When on, the Gradient Edit button in the Fill & Stroke dialog will show the " "legacy Gradient Editor dialog, when off the Gradient Tool will be used" msgstr "" -"当打开时,在填充和笔廓对话框中的渐变编辑按钮将会显示旧式渐变编辑器对话框;当" +"当打开时,在填充和笔刷对话框中的渐变编辑按钮将会显示旧式渐变编辑器对话框;当" "关闭时则使用渐变工具" -#: ../src/ui/dialog/inkscape-preferences.cpp:497 +#: ../src/ui/dialog/inkscape-preferences.cpp:509 msgid "Linear gradient _angle:" msgstr "线性渐变角度(_A):" -#: ../src/ui/dialog/inkscape-preferences.cpp:498 +#: ../src/ui/dialog/inkscape-preferences.cpp:510 msgid "" "Default angle of new linear gradients in degrees (clockwise from horizontal)" -msgstr "新线性渐变的默认角度(从水平开始顺时针)" +msgstr "新线性渐变的默认角度(从水平开始顺时针)" #. Dropper -#: ../src/ui/dialog/inkscape-preferences.cpp:502 +#: ../src/ui/dialog/inkscape-preferences.cpp:514 msgid "Dropper" msgstr "吸管" #. Connector -#: ../src/ui/dialog/inkscape-preferences.cpp:507 +#: ../src/ui/dialog/inkscape-preferences.cpp:519 msgid "Connector" msgstr "连接器" -#: ../src/ui/dialog/inkscape-preferences.cpp:510 +#: ../src/ui/dialog/inkscape-preferences.cpp:522 msgid "If on, connector attachment points will not be shown for text objects" msgstr "如果打开,对于文字对象连接器的附着点不显示" #. LPETool #. disabled, because the LPETool is not finished yet. -#: ../src/ui/dialog/inkscape-preferences.cpp:515 +#: ../src/ui/dialog/inkscape-preferences.cpp:527 msgid "LPE Tool" msgstr "LPE 工具" -#: ../src/ui/dialog/inkscape-preferences.cpp:522 +#: ../src/ui/dialog/inkscape-preferences.cpp:534 msgid "Interface" msgstr "界面" -#: ../src/ui/dialog/inkscape-preferences.cpp:525 +#: ../src/ui/dialog/inkscape-preferences.cpp:537 msgid "System default" msgstr "系统默认" -#: ../src/ui/dialog/inkscape-preferences.cpp:526 +#: ../src/ui/dialog/inkscape-preferences.cpp:538 msgid "Albanian (sq)" -msgstr "阿尔巴尼亚语 (sq)" +msgstr "阿尔巴尼亚语(sq)" -#: ../src/ui/dialog/inkscape-preferences.cpp:526 +#: ../src/ui/dialog/inkscape-preferences.cpp:538 msgid "Amharic (am)" -msgstr "阿姆哈拉语 (am)" +msgstr "阿姆哈拉语(am)" -#: ../src/ui/dialog/inkscape-preferences.cpp:526 +#: ../src/ui/dialog/inkscape-preferences.cpp:538 msgid "Arabic (ar)" -msgstr "阿拉伯语 (ar)" +msgstr "阿拉伯语(ar)" -#: ../src/ui/dialog/inkscape-preferences.cpp:526 +#: ../src/ui/dialog/inkscape-preferences.cpp:538 msgid "Armenian (hy)" -msgstr "亚美尼亚语 (hy)" +msgstr "亚美尼亚语(hy)" -#: ../src/ui/dialog/inkscape-preferences.cpp:526 +#: ../src/ui/dialog/inkscape-preferences.cpp:538 msgid "Assamese (as)" -msgstr "阿萨姆语 (as)" +msgstr "阿萨姆语(as)" -#: ../src/ui/dialog/inkscape-preferences.cpp:526 +#: ../src/ui/dialog/inkscape-preferences.cpp:538 msgid "Azerbaijani (az)" -msgstr "阿塞拜疆语 (az)" +msgstr "阿塞拜疆语(az)" -#: ../src/ui/dialog/inkscape-preferences.cpp:527 +#: ../src/ui/dialog/inkscape-preferences.cpp:539 msgid "Basque (eu)" -msgstr "巴斯克语 (eu)" +msgstr "巴斯克语(eu)" -#: ../src/ui/dialog/inkscape-preferences.cpp:527 +#: ../src/ui/dialog/inkscape-preferences.cpp:539 msgid "Belarusian (be)" -msgstr "白俄罗斯语 (be)" +msgstr "白俄罗斯语(be)" -#: ../src/ui/dialog/inkscape-preferences.cpp:527 +#: ../src/ui/dialog/inkscape-preferences.cpp:539 msgid "Bulgarian (bg)" -msgstr "保加利亚语 (bg)" +msgstr "保加利亚语(bg)" -#: ../src/ui/dialog/inkscape-preferences.cpp:527 +#: ../src/ui/dialog/inkscape-preferences.cpp:539 msgid "Bengali (bn)" -msgstr "孟加拉语 (bn)" +msgstr "孟加拉语(bn)" -#: ../src/ui/dialog/inkscape-preferences.cpp:527 +#: ../src/ui/dialog/inkscape-preferences.cpp:539 msgid "Bengali/Bangladesh (bn_BD)" msgstr "孟加拉语/西孟加拉 (bn_BD)" -#: ../src/ui/dialog/inkscape-preferences.cpp:527 +#: ../src/ui/dialog/inkscape-preferences.cpp:539 msgid "Bodo (brx)" -msgstr "博多语(brx)" +msgstr "博多语(brx)" -#: ../src/ui/dialog/inkscape-preferences.cpp:527 +#: ../src/ui/dialog/inkscape-preferences.cpp:539 msgid "Breton (br)" -msgstr "布利托尼语 (br)" +msgstr "布利托尼语(br)" -#: ../src/ui/dialog/inkscape-preferences.cpp:528 +#: ../src/ui/dialog/inkscape-preferences.cpp:540 msgid "Catalan (ca)" -msgstr "加泰罗尼亚语 (ca)" +msgstr "加泰罗尼亚语(ca)" -#: ../src/ui/dialog/inkscape-preferences.cpp:528 +#: ../src/ui/dialog/inkscape-preferences.cpp:540 msgid "Valencian Catalan (ca@valencia)" -msgstr "瓦伦西亚加泰罗尼亚语 (ca@valencia)" +msgstr "瓦伦西亚加泰罗尼亚语(ca@valencia)" -#: ../src/ui/dialog/inkscape-preferences.cpp:528 +#: ../src/ui/dialog/inkscape-preferences.cpp:540 msgid "Chinese/China (zh_CN)" -msgstr "中文/中国 (zh_CN)" +msgstr "中文/中国(zh_CN)" -#: ../src/ui/dialog/inkscape-preferences.cpp:528 +#: ../src/ui/dialog/inkscape-preferences.cpp:540 msgid "Chinese/Taiwan (zh_TW)" -msgstr "中文/台湾 (zh_TW)" +msgstr "中文/台湾(zh_TW)" -#: ../src/ui/dialog/inkscape-preferences.cpp:528 +#: ../src/ui/dialog/inkscape-preferences.cpp:540 msgid "Croatian (hr)" -msgstr "克罗地亚语 (hr)" +msgstr "克罗地亚语(hr)" -#: ../src/ui/dialog/inkscape-preferences.cpp:528 +#: ../src/ui/dialog/inkscape-preferences.cpp:540 msgid "Czech (cs)" -msgstr "捷克语 (cs)" +msgstr "捷克语(cs)" -#: ../src/ui/dialog/inkscape-preferences.cpp:529 +#: ../src/ui/dialog/inkscape-preferences.cpp:541 msgid "Danish (da)" -msgstr "丹麦语 (da)" +msgstr "丹麦语(da)" -#: ../src/ui/dialog/inkscape-preferences.cpp:529 +#: ../src/ui/dialog/inkscape-preferences.cpp:541 msgid "Dogri (doi)" -msgstr "多格拉语(doi)" +msgstr "多格拉语(doi)" -#: ../src/ui/dialog/inkscape-preferences.cpp:529 +#: ../src/ui/dialog/inkscape-preferences.cpp:541 msgid "Dutch (nl)" -msgstr "荷兰语 (nl)" +msgstr "荷兰语(nl)" -#: ../src/ui/dialog/inkscape-preferences.cpp:529 +#: ../src/ui/dialog/inkscape-preferences.cpp:541 msgid "Dzongkha (dz)" -msgstr "不丹语 (dz)" +msgstr "不丹语(dz)" -#: ../src/ui/dialog/inkscape-preferences.cpp:530 +#: ../src/ui/dialog/inkscape-preferences.cpp:542 msgid "German (de)" -msgstr "德语 (de)" +msgstr "德语(de)" -#: ../src/ui/dialog/inkscape-preferences.cpp:530 +#: ../src/ui/dialog/inkscape-preferences.cpp:542 msgid "Greek (el)" -msgstr "希腊语 (el)" +msgstr "希腊语(el)" -#: ../src/ui/dialog/inkscape-preferences.cpp:531 +#: ../src/ui/dialog/inkscape-preferences.cpp:543 msgid "English (en)" -msgstr "英语 (en)" +msgstr "英语(en)" -#: ../src/ui/dialog/inkscape-preferences.cpp:531 +#: ../src/ui/dialog/inkscape-preferences.cpp:543 msgid "English/Australia (en_AU)" -msgstr "英语/澳大利亚 (en_AU)" +msgstr "英语/澳大利亚(en_AU)" -#: ../src/ui/dialog/inkscape-preferences.cpp:531 +#: ../src/ui/dialog/inkscape-preferences.cpp:543 msgid "English/Canada (en_CA)" -msgstr "英语/加拿大 (en_CA)" +msgstr "英语/加拿大(en_CA)" -#: ../src/ui/dialog/inkscape-preferences.cpp:531 +#: ../src/ui/dialog/inkscape-preferences.cpp:543 msgid "English/Great Britain (en_GB)" -msgstr "英语/英国 (en_GB)" +msgstr "英语/英国(en_GB)" -#: ../src/ui/dialog/inkscape-preferences.cpp:531 +#: ../src/ui/dialog/inkscape-preferences.cpp:543 msgid "Pig Latin (en_US@piglatin)" -msgstr "儿童黑话 (en_US@piglatin)" +msgstr "大拉丁语(en_US@piglatin)" -#: ../src/ui/dialog/inkscape-preferences.cpp:531 +#: ../src/ui/dialog/inkscape-preferences.cpp:543 msgid "Esperanto (eo)" -msgstr "世界语 (eo)" +msgstr "世界语(eo)" -#: ../src/ui/dialog/inkscape-preferences.cpp:531 +#: ../src/ui/dialog/inkscape-preferences.cpp:543 msgid "Estonian (et)" -msgstr "爱沙尼亚语 (et)" +msgstr "爱沙尼亚语(et)" -#: ../src/ui/dialog/inkscape-preferences.cpp:532 +#: ../src/ui/dialog/inkscape-preferences.cpp:544 msgid "Farsi (fa)" -msgstr "波斯语 (fa)" +msgstr "波斯语(fa)" -#: ../src/ui/dialog/inkscape-preferences.cpp:532 +#: ../src/ui/dialog/inkscape-preferences.cpp:544 msgid "Finnish (fi)" -msgstr "芬兰语 (fi)" +msgstr "芬兰语(fi)" -#: ../src/ui/dialog/inkscape-preferences.cpp:532 +#: ../src/ui/dialog/inkscape-preferences.cpp:544 msgid "French (fr)" -msgstr "法语 (fr)" +msgstr "法语(fr)" -#: ../src/ui/dialog/inkscape-preferences.cpp:533 +#: ../src/ui/dialog/inkscape-preferences.cpp:545 msgid "Galician (gl)" -msgstr "加利西亚语 (gl)" +msgstr "加利西亚语(gl)" -#: ../src/ui/dialog/inkscape-preferences.cpp:533 +#: ../src/ui/dialog/inkscape-preferences.cpp:545 msgid "Gujarati (gu)" -msgstr "古吉拉特语 (gu)" +msgstr "古吉拉特语(gu)" -#: ../src/ui/dialog/inkscape-preferences.cpp:534 +#: ../src/ui/dialog/inkscape-preferences.cpp:546 msgid "Hebrew (he)" -msgstr "希伯来语 (he)" +msgstr "希伯来语(he)" -#: ../src/ui/dialog/inkscape-preferences.cpp:534 +#: ../src/ui/dialog/inkscape-preferences.cpp:546 msgid "Hindi (hi)" -msgstr "印地语 (hi)" +msgstr "印地语(hi)" -#: ../src/ui/dialog/inkscape-preferences.cpp:534 +#: ../src/ui/dialog/inkscape-preferences.cpp:546 msgid "Hungarian (hu)" -msgstr "匈牙利语 (hu)" +msgstr "匈牙利语(hu)" -#: ../src/ui/dialog/inkscape-preferences.cpp:535 +#: ../src/ui/dialog/inkscape-preferences.cpp:547 msgid "Icelandic (is)" -msgstr "冰岛语(is)" +msgstr "冰岛语(is)" -#: ../src/ui/dialog/inkscape-preferences.cpp:535 +#: ../src/ui/dialog/inkscape-preferences.cpp:547 msgid "Indonesian (id)" -msgstr "印度尼西亚语 (id)" +msgstr "印度尼西亚语(id)" -#: ../src/ui/dialog/inkscape-preferences.cpp:535 +#: ../src/ui/dialog/inkscape-preferences.cpp:547 msgid "Irish (ga)" -msgstr "爱尔兰语 (ga)" +msgstr "爱尔兰语(ga)" -#: ../src/ui/dialog/inkscape-preferences.cpp:535 +#: ../src/ui/dialog/inkscape-preferences.cpp:547 msgid "Italian (it)" -msgstr "意大利语 (it)" +msgstr "意大利语(it)" -#: ../src/ui/dialog/inkscape-preferences.cpp:536 +#: ../src/ui/dialog/inkscape-preferences.cpp:548 msgid "Japanese (ja)" -msgstr "日语 (ja)" +msgstr "日语(ja)" -#: ../src/ui/dialog/inkscape-preferences.cpp:537 +#: ../src/ui/dialog/inkscape-preferences.cpp:549 msgid "Kannada (kn)" msgstr "坎那达文 (kn)" -#: ../src/ui/dialog/inkscape-preferences.cpp:537 +#: ../src/ui/dialog/inkscape-preferences.cpp:549 msgid "Kashmiri in Peso-Arabic script (ks@aran)" msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:537 +#: ../src/ui/dialog/inkscape-preferences.cpp:549 msgid "Kashmiri in Devanagari script (ks@deva)" msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:537 +#: ../src/ui/dialog/inkscape-preferences.cpp:549 msgid "Khmer (km)" -msgstr "柬埔寨语 (km)" +msgstr "柬埔寨语(km)" -#: ../src/ui/dialog/inkscape-preferences.cpp:537 +#: ../src/ui/dialog/inkscape-preferences.cpp:549 msgid "Kinyarwanda (rw)" -msgstr "卢旺达语 (rw)" +msgstr "卢旺达语(rw)" -#: ../src/ui/dialog/inkscape-preferences.cpp:537 +#: ../src/ui/dialog/inkscape-preferences.cpp:549 msgid "Konkani (kok)" -msgstr "孔卡尼语 (kok)" +msgstr "孔卡尼语(kok)" -#: ../src/ui/dialog/inkscape-preferences.cpp:537 +#: ../src/ui/dialog/inkscape-preferences.cpp:549 msgid "Konkani in Latin script (kok@latin)" msgstr "孔卡尼语,拉丁字书写(sr@latin)" -#: ../src/ui/dialog/inkscape-preferences.cpp:537 +#: ../src/ui/dialog/inkscape-preferences.cpp:549 msgid "Korean (ko)" -msgstr "韩语 (ko)" +msgstr "韩语(ko)" -#: ../src/ui/dialog/inkscape-preferences.cpp:538 +#: ../src/ui/dialog/inkscape-preferences.cpp:550 msgid "Latvian (lv)" -msgstr "拉脱维亚语(lv)" +msgstr "拉脱维亚语(lv)" -#: ../src/ui/dialog/inkscape-preferences.cpp:538 +#: ../src/ui/dialog/inkscape-preferences.cpp:550 msgid "Lithuanian (lt)" -msgstr "立陶宛语 (lt)" +msgstr "立陶宛语(lt)" -#: ../src/ui/dialog/inkscape-preferences.cpp:539 +#: ../src/ui/dialog/inkscape-preferences.cpp:551 msgid "Macedonian (mk)" -msgstr "马其顿语 (mk)" +msgstr "马其顿语(mk)" -#: ../src/ui/dialog/inkscape-preferences.cpp:539 +#: ../src/ui/dialog/inkscape-preferences.cpp:551 msgid "Maithili (mai)" -msgstr "迈蒂利语 (mai)" +msgstr "迈蒂利语(mai)" -#: ../src/ui/dialog/inkscape-preferences.cpp:539 +#: ../src/ui/dialog/inkscape-preferences.cpp:551 msgid "Malayalam (ml)" -msgstr "马拉雅拉姆语 (ml)" +msgstr "马拉雅拉姆语(ml)" -#: ../src/ui/dialog/inkscape-preferences.cpp:539 +#: ../src/ui/dialog/inkscape-preferences.cpp:551 msgid "Manipuri (mni)" -msgstr "曼尼普尔语(mni)" +msgstr "曼尼普尔语(mni)" -#: ../src/ui/dialog/inkscape-preferences.cpp:539 +#: ../src/ui/dialog/inkscape-preferences.cpp:551 msgid "Manipuri in Bengali script (mni@beng)" msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:539 +#: ../src/ui/dialog/inkscape-preferences.cpp:551 msgid "Marathi (mr)" -msgstr "马拉地语 (mr)" +msgstr "马拉地语(mr)" -#: ../src/ui/dialog/inkscape-preferences.cpp:539 +#: ../src/ui/dialog/inkscape-preferences.cpp:551 msgid "Mongolian (mn)" -msgstr "蒙古语 (mn)" +msgstr "蒙古语(mn)" -#: ../src/ui/dialog/inkscape-preferences.cpp:540 +#: ../src/ui/dialog/inkscape-preferences.cpp:552 msgid "Nepali (ne)" -msgstr "尼泊尔语 (ne)" +msgstr "尼泊尔语(ne)" -#: ../src/ui/dialog/inkscape-preferences.cpp:540 +#: ../src/ui/dialog/inkscape-preferences.cpp:552 msgid "Norwegian Bokmål (nb)" -msgstr "挪威巴克摩语 (nb)" +msgstr "挪威巴克摩语(nb)" -#: ../src/ui/dialog/inkscape-preferences.cpp:540 +#: ../src/ui/dialog/inkscape-preferences.cpp:552 msgid "Norwegian Nynorsk (nn)" -msgstr "挪威尼诺斯克语 (nn)" +msgstr "挪威尼诺斯克语(nn)" -#: ../src/ui/dialog/inkscape-preferences.cpp:541 +#: ../src/ui/dialog/inkscape-preferences.cpp:553 msgid "Odia (or)" -msgstr "奥里亚语(or)" +msgstr "奥里亚语(or)" -#: ../src/ui/dialog/inkscape-preferences.cpp:542 +#: ../src/ui/dialog/inkscape-preferences.cpp:554 msgid "Panjabi (pa)" -msgstr "潘贾比语 (pa)" +msgstr "潘贾比语(pa)" -#: ../src/ui/dialog/inkscape-preferences.cpp:542 +#: ../src/ui/dialog/inkscape-preferences.cpp:554 msgid "Polish (pl)" -msgstr "波兰语 (pl)" +msgstr "波兰语(pl)" -#: ../src/ui/dialog/inkscape-preferences.cpp:542 +#: ../src/ui/dialog/inkscape-preferences.cpp:554 msgid "Portuguese (pt)" -msgstr "葡萄牙语 (pt)" +msgstr "葡萄牙语(pt)" -#: ../src/ui/dialog/inkscape-preferences.cpp:542 +#: ../src/ui/dialog/inkscape-preferences.cpp:554 msgid "Portuguese/Brazil (pt_BR)" -msgstr "葡萄牙语/巴西 (pt_BR)" +msgstr "葡萄牙语/巴西(pt_BR)" -#: ../src/ui/dialog/inkscape-preferences.cpp:543 +#: ../src/ui/dialog/inkscape-preferences.cpp:555 msgid "Romanian (ro)" -msgstr "罗马尼亚语 (ro)" +msgstr "罗马尼亚语(ro)" -#: ../src/ui/dialog/inkscape-preferences.cpp:543 +#: ../src/ui/dialog/inkscape-preferences.cpp:555 msgid "Russian (ru)" -msgstr "俄语 (ru)" +msgstr "俄语(ru)" -#: ../src/ui/dialog/inkscape-preferences.cpp:544 +#: ../src/ui/dialog/inkscape-preferences.cpp:556 msgid "Sanskrit (sa)" -msgstr "梵语 (sa)" +msgstr "梵语(sa)" -#: ../src/ui/dialog/inkscape-preferences.cpp:544 +#: ../src/ui/dialog/inkscape-preferences.cpp:556 msgid "Santali (sat)" -msgstr "桑塔尔语(sat)" +msgstr "桑塔尔语(sat)" -#: ../src/ui/dialog/inkscape-preferences.cpp:544 +#: ../src/ui/dialog/inkscape-preferences.cpp:556 msgid "Santali in Devanagari script (sat@deva)" msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:544 +#: ../src/ui/dialog/inkscape-preferences.cpp:556 msgid "Serbian (sr)" -msgstr "塞尔维亚语 (sr)" +msgstr "塞尔维亚语(sr)" -#: ../src/ui/dialog/inkscape-preferences.cpp:544 +#: ../src/ui/dialog/inkscape-preferences.cpp:556 msgid "Serbian in Latin script (sr@latin)" msgstr "塞尔维亚语,拉丁字书写(sr@latin)" -#: ../src/ui/dialog/inkscape-preferences.cpp:545 +#: ../src/ui/dialog/inkscape-preferences.cpp:557 msgid "Sindhi (sd)" -msgstr "信德语(sd)" +msgstr "信德语(sd)" -#: ../src/ui/dialog/inkscape-preferences.cpp:545 +#: ../src/ui/dialog/inkscape-preferences.cpp:557 msgid "Sindhi in Devanagari script (sd@deva)" msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:545 +#: ../src/ui/dialog/inkscape-preferences.cpp:557 msgid "Slovak (sk)" -msgstr "斯洛伐克语 (sk)" +msgstr "斯洛伐克语(sk)" -#: ../src/ui/dialog/inkscape-preferences.cpp:545 +#: ../src/ui/dialog/inkscape-preferences.cpp:557 msgid "Slovenian (sl)" -msgstr "斯洛文尼亚语 (sl)" +msgstr "斯洛文尼亚语(sl)" -#: ../src/ui/dialog/inkscape-preferences.cpp:545 +#: ../src/ui/dialog/inkscape-preferences.cpp:557 msgid "Spanish (es)" -msgstr "西班牙语 (es)" +msgstr "西班牙语(es)" -#: ../src/ui/dialog/inkscape-preferences.cpp:545 +#: ../src/ui/dialog/inkscape-preferences.cpp:557 msgid "Spanish/Mexico (es_MX)" -msgstr "西班牙语/墨西哥 (es_MX)" +msgstr "西班牙语/墨西哥(es_MX)" -#: ../src/ui/dialog/inkscape-preferences.cpp:545 +#: ../src/ui/dialog/inkscape-preferences.cpp:557 msgid "Swedish (sv)" -msgstr "瑞典语 (sv)" +msgstr "瑞典语(sv)" -#: ../src/ui/dialog/inkscape-preferences.cpp:546 +#: ../src/ui/dialog/inkscape-preferences.cpp:558 msgid "Tamil (ta)" -msgstr "泰米尔语 (ta)" +msgstr "泰米尔语(ta)" -#: ../src/ui/dialog/inkscape-preferences.cpp:546 +#: ../src/ui/dialog/inkscape-preferences.cpp:558 msgid "Telugu (te)" -msgstr "泰卢固语 (te)" +msgstr "泰卢固语(te)" -#: ../src/ui/dialog/inkscape-preferences.cpp:546 +#: ../src/ui/dialog/inkscape-preferences.cpp:558 msgid "Thai (th)" -msgstr "泰语 (th)" +msgstr "泰语(th)" -#: ../src/ui/dialog/inkscape-preferences.cpp:546 +#: ../src/ui/dialog/inkscape-preferences.cpp:558 msgid "Turkish (tr)" -msgstr "土耳其语 (tr)" +msgstr "土耳其语(tr)" -#: ../src/ui/dialog/inkscape-preferences.cpp:547 +#: ../src/ui/dialog/inkscape-preferences.cpp:559 msgid "Ukrainian (uk)" -msgstr "乌克兰语 (uk)" +msgstr "乌克兰语(uk)" -#: ../src/ui/dialog/inkscape-preferences.cpp:547 +#: ../src/ui/dialog/inkscape-preferences.cpp:559 msgid "Urdu (ur)" -msgstr "乌尔都语 (ur)" +msgstr "乌尔都语(ur)" -#: ../src/ui/dialog/inkscape-preferences.cpp:548 +#: ../src/ui/dialog/inkscape-preferences.cpp:560 msgid "Vietnamese (vi)" -msgstr "越南语 (vi)" +msgstr "越南语(vi)" -#: ../src/ui/dialog/inkscape-preferences.cpp:600 +#: ../src/ui/dialog/inkscape-preferences.cpp:612 msgid "Language (requires restart):" -msgstr "语言(需要重启程序):" +msgstr "语言(需重启程序):" -#: ../src/ui/dialog/inkscape-preferences.cpp:601 +#: ../src/ui/dialog/inkscape-preferences.cpp:613 msgid "Set the language for menus and number formats" msgstr "设置菜单和数字格式的语言" -#: ../src/ui/dialog/inkscape-preferences.cpp:604 +#: ../src/ui/dialog/inkscape-preferences.cpp:616 msgctxt "Icon size" msgid "Large" msgstr "大" -#: ../src/ui/dialog/inkscape-preferences.cpp:604 +#: ../src/ui/dialog/inkscape-preferences.cpp:616 msgctxt "Icon size" msgid "Small" msgstr "小" -#: ../src/ui/dialog/inkscape-preferences.cpp:604 +#: ../src/ui/dialog/inkscape-preferences.cpp:616 msgctxt "Icon size" msgid "Smaller" msgstr "更小" -#: ../src/ui/dialog/inkscape-preferences.cpp:608 +#: ../src/ui/dialog/inkscape-preferences.cpp:620 msgid "Toolbox icon size:" msgstr "工具栏图标大小:" -#: ../src/ui/dialog/inkscape-preferences.cpp:609 +#: ../src/ui/dialog/inkscape-preferences.cpp:621 msgid "Set the size for the tool icons (requires restart)" -msgstr "设置工具栏图标的大小(需要重启)" +msgstr "设置工具栏图标的大小(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:612 +#: ../src/ui/dialog/inkscape-preferences.cpp:624 msgid "Control bar icon size:" msgstr "控制栏图标大小:" -#: ../src/ui/dialog/inkscape-preferences.cpp:613 +#: ../src/ui/dialog/inkscape-preferences.cpp:625 msgid "" "Set the size for the icons in tools' control bars to use (requires restart)" -msgstr "设置工具的控制栏图标大小(需要重启)" +msgstr "设置工具的控制栏图标大小(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:616 +#: ../src/ui/dialog/inkscape-preferences.cpp:628 msgid "Secondary toolbar icon size:" msgstr "第二工具栏图标大小:" -#: ../src/ui/dialog/inkscape-preferences.cpp:617 +#: ../src/ui/dialog/inkscape-preferences.cpp:629 msgid "" "Set the size for the icons in secondary toolbars to use (requires restart)" -msgstr "设置第二工具栏中的图标大小(需要重启)" +msgstr "设置第二工具栏中的图标大小(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:620 +#: ../src/ui/dialog/inkscape-preferences.cpp:632 msgid "Work-around color sliders not drawing" msgstr "避免色彩滑块不显示" -#: ../src/ui/dialog/inkscape-preferences.cpp:622 +#: ../src/ui/dialog/inkscape-preferences.cpp:634 msgid "" "When on, will attempt to work around bugs in certain GTK themes drawing " "color sliders" msgstr "选中时,将会试图避开一些 GTK 主题中色彩滑块的显示 bug" -#: ../src/ui/dialog/inkscape-preferences.cpp:627 +#: ../src/ui/dialog/inkscape-preferences.cpp:639 msgid "Clear list" msgstr "清除列表" -#: ../src/ui/dialog/inkscape-preferences.cpp:630 +#: ../src/ui/dialog/inkscape-preferences.cpp:642 msgid "Maximum documents in Open _Recent:" msgstr "打开最近文件的最大文档数(_R):" -#: ../src/ui/dialog/inkscape-preferences.cpp:631 +#: ../src/ui/dialog/inkscape-preferences.cpp:643 msgid "" "Set the maximum length of the Open Recent list in the File menu, or clear " "the list" msgstr "文件菜单中最近打开列表中的文件数目,或者清除列表" -#: ../src/ui/dialog/inkscape-preferences.cpp:634 +#: ../src/ui/dialog/inkscape-preferences.cpp:646 msgid "_Zoom correction factor (in %):" -msgstr "缩放纠正系数(%)(_Z):" +msgstr "缩放纠正系数(%)(_Z):" -#: ../src/ui/dialog/inkscape-preferences.cpp:635 +#: ../src/ui/dialog/inkscape-preferences.cpp:647 msgid "" "Adjust the slider until the length of the ruler on your screen matches its " "real length. This information is used when zooming to 1:1, 1:2, etc., to " @@ -18013,523 +18116,524 @@ msgstr "" "调整滑块,直到下面的尺子在屏幕上的长度与实际尺寸一致。该因子为缩放到 1:1、" "1:2 等比例时显示对象的实际大小" -#: ../src/ui/dialog/inkscape-preferences.cpp:638 +#: ../src/ui/dialog/inkscape-preferences.cpp:650 msgid "Enable dynamic relayout for incomplete sections" msgstr "启用对不完整部分的动态重新布局" -#: ../src/ui/dialog/inkscape-preferences.cpp:640 +#: ../src/ui/dialog/inkscape-preferences.cpp:652 msgid "" "When on, will allow dynamic layout of components that are not completely " "finished being refactored" msgstr "当打开时,将会允许未完全完成分解的组件的动态布局" #. show infobox -#: ../src/ui/dialog/inkscape-preferences.cpp:643 +#: ../src/ui/dialog/inkscape-preferences.cpp:655 msgid "Show filter primitives infobox (requires restart)" -msgstr "显示滤镜原型信息框(需要重启)" +msgstr "显示滤镜原型信息框(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:645 +#: ../src/ui/dialog/inkscape-preferences.cpp:657 msgid "" "Show icons and descriptions for the filter primitives available at the " "filter effects dialog" msgstr "在滤镜效果对话框中显示滤镜基元的图标和描述" -#: ../src/ui/dialog/inkscape-preferences.cpp:648 -#: ../src/ui/dialog/inkscape-preferences.cpp:656 +#: ../src/ui/dialog/inkscape-preferences.cpp:660 +#: ../src/ui/dialog/inkscape-preferences.cpp:668 msgid "Icons only" msgstr "仅图标" -#: ../src/ui/dialog/inkscape-preferences.cpp:648 -#: ../src/ui/dialog/inkscape-preferences.cpp:656 +#: ../src/ui/dialog/inkscape-preferences.cpp:660 +#: ../src/ui/dialog/inkscape-preferences.cpp:668 msgid "Text only" msgstr "仅文本" -#: ../src/ui/dialog/inkscape-preferences.cpp:648 -#: ../src/ui/dialog/inkscape-preferences.cpp:656 +#: ../src/ui/dialog/inkscape-preferences.cpp:660 +#: ../src/ui/dialog/inkscape-preferences.cpp:668 msgid "Icons and text" msgstr "图标和文本" -#: ../src/ui/dialog/inkscape-preferences.cpp:653 +#: ../src/ui/dialog/inkscape-preferences.cpp:665 msgid "Dockbar style (requires restart):" -msgstr "面板栏样式(需要重启):" +msgstr "面板栏样式(需重启程序):" -#: ../src/ui/dialog/inkscape-preferences.cpp:654 +#: ../src/ui/dialog/inkscape-preferences.cpp:666 msgid "" "Selects whether the vertical bars on the dockbar will show text labels, " "icons, or both" msgstr "选择在面板栏上的垂直栏是否显示文本标签、图标" -#: ../src/ui/dialog/inkscape-preferences.cpp:661 +#: ../src/ui/dialog/inkscape-preferences.cpp:673 msgid "Switcher style (requires restart):" -msgstr "切换器样式(需要重启)" +msgstr "切换器样式(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:662 +#: ../src/ui/dialog/inkscape-preferences.cpp:674 msgid "" "Selects whether the dockbar switcher will show text labels, icons, or both" msgstr "选择面板栏切换器是否显示文本标签、图标等" #. Windows -#: ../src/ui/dialog/inkscape-preferences.cpp:666 +#: ../src/ui/dialog/inkscape-preferences.cpp:678 msgid "Save and restore window geometry for each document" msgstr "在每个文件中保存和恢复窗口的位置和大小" -#: ../src/ui/dialog/inkscape-preferences.cpp:667 +#: ../src/ui/dialog/inkscape-preferences.cpp:679 msgid "Remember and use last window's geometry" msgstr "记住并使用上次的窗口配置" -#: ../src/ui/dialog/inkscape-preferences.cpp:668 +#: ../src/ui/dialog/inkscape-preferences.cpp:680 msgid "Don't save window geometry" msgstr "不保存窗口形态" -#: ../src/ui/dialog/inkscape-preferences.cpp:670 +#: ../src/ui/dialog/inkscape-preferences.cpp:682 msgid "Save and restore dialogs status" msgstr "保存并恢复对话框状态" -#: ../src/ui/dialog/inkscape-preferences.cpp:671 -#: ../src/ui/dialog/inkscape-preferences.cpp:707 +#: ../src/ui/dialog/inkscape-preferences.cpp:683 +#: ../src/ui/dialog/inkscape-preferences.cpp:719 msgid "Don't save dialogs status" msgstr "不保存窗口状态" -#: ../src/ui/dialog/inkscape-preferences.cpp:673 -#: ../src/ui/dialog/inkscape-preferences.cpp:715 +#: ../src/ui/dialog/inkscape-preferences.cpp:685 +#: ../src/ui/dialog/inkscape-preferences.cpp:727 msgid "Dockable" msgstr "可停靠" -#: ../src/ui/dialog/inkscape-preferences.cpp:677 +#: ../src/ui/dialog/inkscape-preferences.cpp:689 msgid "Native open/save dialogs" msgstr "原生打开/保存对话框" -#: ../src/ui/dialog/inkscape-preferences.cpp:678 +#: ../src/ui/dialog/inkscape-preferences.cpp:690 msgid "GTK open/save dialogs" msgstr "GTK 打开/保存对话框" -#: ../src/ui/dialog/inkscape-preferences.cpp:680 +#: ../src/ui/dialog/inkscape-preferences.cpp:692 msgid "Dialogs are hidden in taskbar" msgstr "对话框在任务栏隐藏" -#: ../src/ui/dialog/inkscape-preferences.cpp:681 +#: ../src/ui/dialog/inkscape-preferences.cpp:693 msgid "Save and restore documents viewport" msgstr "保存并恢复文档视口" -#: ../src/ui/dialog/inkscape-preferences.cpp:682 +#: ../src/ui/dialog/inkscape-preferences.cpp:694 msgid "Zoom when window is resized" msgstr "窗口尺寸变化时缩放" -#: ../src/ui/dialog/inkscape-preferences.cpp:683 +#: ../src/ui/dialog/inkscape-preferences.cpp:695 msgid "Show close button on dialogs" msgstr "对话框上显示关闭按钮" -#: ../src/ui/dialog/inkscape-preferences.cpp:684 +#: ../src/ui/dialog/inkscape-preferences.cpp:696 msgctxt "Dialog on top" msgid "None" msgstr "不透明" -#: ../src/ui/dialog/inkscape-preferences.cpp:686 +#: ../src/ui/dialog/inkscape-preferences.cpp:698 msgid "Aggressive" msgstr "激进" -#: ../src/ui/dialog/inkscape-preferences.cpp:689 +#: ../src/ui/dialog/inkscape-preferences.cpp:701 msgctxt "Window size" msgid "Small" msgstr "小" -#: ../src/ui/dialog/inkscape-preferences.cpp:689 +#: ../src/ui/dialog/inkscape-preferences.cpp:701 msgctxt "Window size" msgid "Large" msgstr "大" -#: ../src/ui/dialog/inkscape-preferences.cpp:689 +#: ../src/ui/dialog/inkscape-preferences.cpp:701 msgctxt "Window size" msgid "Maximized" -msgstr "已最大化" +msgstr "最大化" -#: ../src/ui/dialog/inkscape-preferences.cpp:693 +#: ../src/ui/dialog/inkscape-preferences.cpp:705 msgid "Default window size:" msgstr "默认窗口大小:" -#: ../src/ui/dialog/inkscape-preferences.cpp:694 +#: ../src/ui/dialog/inkscape-preferences.cpp:706 msgid "Set the default window size" msgstr "设置默认窗口大小" -#: ../src/ui/dialog/inkscape-preferences.cpp:697 +#: ../src/ui/dialog/inkscape-preferences.cpp:709 msgid "Saving window geometry (size and position)" -msgstr "保存窗口的几何信息(大小和位置)" +msgstr "保存窗口的几何信息(大小和位置)" -#: ../src/ui/dialog/inkscape-preferences.cpp:699 +#: ../src/ui/dialog/inkscape-preferences.cpp:711 msgid "Let the window manager determine placement of all windows" msgstr "让窗口管理器决定所有窗口的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:701 +#: ../src/ui/dialog/inkscape-preferences.cpp:713 msgid "" "Remember and use the last window's geometry (saves geometry to user " "preferences)" -msgstr "记录上次窗口的位置和大小(窗口配置保存到用户配置)" +msgstr "记录上次窗口的位置和大小(窗口配置保存到用户配置)" -#: ../src/ui/dialog/inkscape-preferences.cpp:703 +#: ../src/ui/dialog/inkscape-preferences.cpp:715 msgid "" "Save and restore window geometry for each document (saves geometry in the " "document)" -msgstr "在每个文件中保存和恢复窗口的位置和大小(窗口配置保存到该文件)" +msgstr "在每个文件中保存和恢复窗口的位置和大小(窗口配置保存到该文件)" -#: ../src/ui/dialog/inkscape-preferences.cpp:705 +#: ../src/ui/dialog/inkscape-preferences.cpp:717 msgid "Saving dialogs status" msgstr "保存对话框状态" -#: ../src/ui/dialog/inkscape-preferences.cpp:709 +#: ../src/ui/dialog/inkscape-preferences.cpp:721 msgid "" "Save and restore dialogs status (the last open windows dialogs are saved " "when it closes)" -msgstr "保存并恢复对话框状态(当关闭时保存最后打开的窗口对话框)" +msgstr "保存并恢复对话框状态(当关闭时保存最后打开的窗口对话框)" -#: ../src/ui/dialog/inkscape-preferences.cpp:713 +#: ../src/ui/dialog/inkscape-preferences.cpp:725 msgid "Dialog behavior (requires restart)" -msgstr "对话框行为(需要重新启动)" +msgstr "对话框行为(需要重新启动)" -#: ../src/ui/dialog/inkscape-preferences.cpp:719 +#: ../src/ui/dialog/inkscape-preferences.cpp:731 msgid "Desktop integration" msgstr "桌面整合" -#: ../src/ui/dialog/inkscape-preferences.cpp:721 +#: ../src/ui/dialog/inkscape-preferences.cpp:733 msgid "Use Windows like open and save dialogs" msgstr "使用类似 Windows 的打开和关闭对话框" -#: ../src/ui/dialog/inkscape-preferences.cpp:723 +#: ../src/ui/dialog/inkscape-preferences.cpp:735 msgid "Use GTK open and save dialogs " msgstr "使用 GTK 打开和关闭对话框" -#: ../src/ui/dialog/inkscape-preferences.cpp:727 +#: ../src/ui/dialog/inkscape-preferences.cpp:739 msgid "Dialogs on top:" msgstr "对话框在顶层:" -#: ../src/ui/dialog/inkscape-preferences.cpp:730 +#: ../src/ui/dialog/inkscape-preferences.cpp:742 msgid "Dialogs are treated as regular windows" msgstr "对话框作为一般窗口" -#: ../src/ui/dialog/inkscape-preferences.cpp:732 +#: ../src/ui/dialog/inkscape-preferences.cpp:744 msgid "Dialogs stay on top of document windows" msgstr "对话框在文档窗口之上" -#: ../src/ui/dialog/inkscape-preferences.cpp:734 +#: ../src/ui/dialog/inkscape-preferences.cpp:746 msgid "Same as Normal but may work better with some window managers" msgstr "通常相同但是某些窗口管理器下工作的更好" -#: ../src/ui/dialog/inkscape-preferences.cpp:737 +#: ../src/ui/dialog/inkscape-preferences.cpp:749 msgid "Dialog Transparency" msgstr "对话框透明度" -#: ../src/ui/dialog/inkscape-preferences.cpp:739 +#: ../src/ui/dialog/inkscape-preferences.cpp:751 msgid "_Opacity when focused:" msgstr "聚焦时不透明度(_O):" -#: ../src/ui/dialog/inkscape-preferences.cpp:741 +#: ../src/ui/dialog/inkscape-preferences.cpp:753 msgid "Opacity when _unfocused:" msgstr "失焦时不透明度(_U):" -#: ../src/ui/dialog/inkscape-preferences.cpp:743 +#: ../src/ui/dialog/inkscape-preferences.cpp:755 msgid "_Time of opacity change animation:" msgstr "更改不透明度的动画时间(_T):" -#: ../src/ui/dialog/inkscape-preferences.cpp:746 +#: ../src/ui/dialog/inkscape-preferences.cpp:758 msgid "Miscellaneous" msgstr "杂项" -#: ../src/ui/dialog/inkscape-preferences.cpp:749 +#: ../src/ui/dialog/inkscape-preferences.cpp:761 msgid "Whether dialog windows are to be hidden in the window manager taskbar" msgstr "对话框窗口是否要隐藏在窗口管理器任务栏" -#: ../src/ui/dialog/inkscape-preferences.cpp:752 +#: ../src/ui/dialog/inkscape-preferences.cpp:764 msgid "" "Zoom drawing when document window is resized, to keep the same area visible " "(this is the default which can be changed in any window using the button " "above the right scrollbar)" msgstr "" -"当窗口尺寸改变时缩放绘图,保持相同的可视面积(此为默认,可用右边滚动条上的按" -"钮改变)" +"当窗口尺寸改变时缩放绘图,保持相同的可视面积(此为默认,可用右边滚动条上的按钮" +"改变)" -#: ../src/ui/dialog/inkscape-preferences.cpp:754 +#: ../src/ui/dialog/inkscape-preferences.cpp:766 msgid "" "Save documents viewport (zoom and panning position). Useful to turn off when " "sharing version controlled files." -msgstr "保存文档视口(缩放和平移位置)。当共享版本控制文件时关掉会很有用。" +msgstr "保存文档视口(缩放和平移位置)。当共享版本控制文件时关掉会很有用。" -#: ../src/ui/dialog/inkscape-preferences.cpp:756 +#: ../src/ui/dialog/inkscape-preferences.cpp:768 msgid "Whether dialog windows have a close button (requires restart)" -msgstr "对话框窗口是否有关闭按钮(需要重启)" +msgstr "对话框窗口是否有关闭按钮(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:757 +#: ../src/ui/dialog/inkscape-preferences.cpp:769 msgid "Windows" msgstr "窗口" #. Grids -#: ../src/ui/dialog/inkscape-preferences.cpp:760 +#: ../src/ui/dialog/inkscape-preferences.cpp:772 msgid "Line color when zooming out" msgstr "当缩小时线条颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:763 +#: ../src/ui/dialog/inkscape-preferences.cpp:775 msgid "The gridlines will be shown in minor grid line color" msgstr "网格线将会使用次要的网格线颜色显示" -#: ../src/ui/dialog/inkscape-preferences.cpp:765 +#: ../src/ui/dialog/inkscape-preferences.cpp:777 msgid "The gridlines will be shown in major grid line color" msgstr "网格线将会使用主要的网格线颜色显示" -#: ../src/ui/dialog/inkscape-preferences.cpp:767 +#: ../src/ui/dialog/inkscape-preferences.cpp:779 msgid "Default grid settings" msgstr "默认网格设置" -#: ../src/ui/dialog/inkscape-preferences.cpp:773 -#: ../src/ui/dialog/inkscape-preferences.cpp:798 +#: ../src/ui/dialog/inkscape-preferences.cpp:785 +#: ../src/ui/dialog/inkscape-preferences.cpp:810 msgid "Grid units:" msgstr "网格单位:" -#: ../src/ui/dialog/inkscape-preferences.cpp:778 -#: ../src/ui/dialog/inkscape-preferences.cpp:803 +#: ../src/ui/dialog/inkscape-preferences.cpp:790 +#: ../src/ui/dialog/inkscape-preferences.cpp:815 msgid "Origin X:" msgstr "起点 X:" -#: ../src/ui/dialog/inkscape-preferences.cpp:779 -#: ../src/ui/dialog/inkscape-preferences.cpp:804 +#: ../src/ui/dialog/inkscape-preferences.cpp:791 +#: ../src/ui/dialog/inkscape-preferences.cpp:816 msgid "Origin Y:" msgstr "起点 Y:" -#: ../src/ui/dialog/inkscape-preferences.cpp:784 +#: ../src/ui/dialog/inkscape-preferences.cpp:796 msgid "Spacing X:" msgstr "间距 X:" -#: ../src/ui/dialog/inkscape-preferences.cpp:785 -#: ../src/ui/dialog/inkscape-preferences.cpp:807 +#: ../src/ui/dialog/inkscape-preferences.cpp:797 +#: ../src/ui/dialog/inkscape-preferences.cpp:819 msgid "Spacing Y:" msgstr "间距 Y:" -#: ../src/ui/dialog/inkscape-preferences.cpp:787 -#: ../src/ui/dialog/inkscape-preferences.cpp:788 -#: ../src/ui/dialog/inkscape-preferences.cpp:812 -#: ../src/ui/dialog/inkscape-preferences.cpp:813 +#: ../src/ui/dialog/inkscape-preferences.cpp:799 +#: ../src/ui/dialog/inkscape-preferences.cpp:800 +#: ../src/ui/dialog/inkscape-preferences.cpp:824 +#: ../src/ui/dialog/inkscape-preferences.cpp:825 msgid "Minor grid line color:" msgstr "次要网格线颜色:" -#: ../src/ui/dialog/inkscape-preferences.cpp:788 -#: ../src/ui/dialog/inkscape-preferences.cpp:813 +#: ../src/ui/dialog/inkscape-preferences.cpp:800 +#: ../src/ui/dialog/inkscape-preferences.cpp:825 msgid "Color used for normal grid lines" msgstr "普通网格线的颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:789 -#: ../src/ui/dialog/inkscape-preferences.cpp:790 -#: ../src/ui/dialog/inkscape-preferences.cpp:814 -#: ../src/ui/dialog/inkscape-preferences.cpp:815 +#: ../src/ui/dialog/inkscape-preferences.cpp:801 +#: ../src/ui/dialog/inkscape-preferences.cpp:802 +#: ../src/ui/dialog/inkscape-preferences.cpp:826 +#: ../src/ui/dialog/inkscape-preferences.cpp:827 msgid "Major grid line color:" msgstr "主要网格线颜色:" -#: ../src/ui/dialog/inkscape-preferences.cpp:790 -#: ../src/ui/dialog/inkscape-preferences.cpp:815 +#: ../src/ui/dialog/inkscape-preferences.cpp:802 +#: ../src/ui/dialog/inkscape-preferences.cpp:827 msgid "Color used for major (highlighted) grid lines" -msgstr "主(高亮)网格线所使用的颜色" +msgstr "主(高亮)网格线所使用的颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:792 -#: ../src/ui/dialog/inkscape-preferences.cpp:817 +#: ../src/ui/dialog/inkscape-preferences.cpp:804 +#: ../src/ui/dialog/inkscape-preferences.cpp:829 msgid "Major grid line every:" msgstr "主网格线间距:" -#: ../src/ui/dialog/inkscape-preferences.cpp:793 +#: ../src/ui/dialog/inkscape-preferences.cpp:805 msgid "Show dots instead of lines" msgstr "显示点而不是线" -#: ../src/ui/dialog/inkscape-preferences.cpp:794 +#: ../src/ui/dialog/inkscape-preferences.cpp:806 msgid "If set, display dots at gridpoints instead of gridlines" msgstr "如果选定,显示网格点而非网格线" -#: ../src/ui/dialog/inkscape-preferences.cpp:875 +#: ../src/ui/dialog/inkscape-preferences.cpp:887 msgid "Input/Output" msgstr "输入/输出" -#: ../src/ui/dialog/inkscape-preferences.cpp:878 +#: ../src/ui/dialog/inkscape-preferences.cpp:890 msgid "Use current directory for \"Save As ...\"" -msgstr "“另存为…”使用当前路径" +msgstr "“另存为...”使用当前路径" -#: ../src/ui/dialog/inkscape-preferences.cpp:880 +#: ../src/ui/dialog/inkscape-preferences.cpp:892 +#, fuzzy msgid "" "When this option is on, the \"Save as...\" and \"Save a Copy...\" dialogs " "will always open in the directory where the currently open document is; when " "it's off, each will open in the directory where you last saved a file using " "it" msgstr "" -"当这个选项打开时,“另存为…”和“保存一个副本…”对话框将总是打开当前打开的文档所" -"在的目录;当它关闭时,每次将会打开你最后保存文件所使用的目录" +"当这个选项打开时,“另存为...”和“保存一个副本...”对话框将总是打开当前打开的文" +"档所在的目录;当它关闭时,每次将会打开您最后保存文件所使用的目录" -#: ../src/ui/dialog/inkscape-preferences.cpp:882 +#: ../src/ui/dialog/inkscape-preferences.cpp:894 msgid "Add label comments to printing output" msgstr "打印输出时添加标签注释" -#: ../src/ui/dialog/inkscape-preferences.cpp:884 +#: ../src/ui/dialog/inkscape-preferences.cpp:896 msgid "" "When on, a comment will be added to the raw print output, marking the " "rendered output for an object with its label" msgstr "启用时,原始打印输出将会添加注释,标记渲染输出作为标签对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:886 +#: ../src/ui/dialog/inkscape-preferences.cpp:898 msgid "Add default metadata to new documents" msgstr "添加默认元数据到新文档" -#: ../src/ui/dialog/inkscape-preferences.cpp:888 +#: ../src/ui/dialog/inkscape-preferences.cpp:900 msgid "" "Add default metadata to new documents. Default metadata can be set from " "Document Properties->Metadata." msgstr "添加默认元数据到新文档。默认元数据可以从“文档属性->元数据”中设置。" -#: ../src/ui/dialog/inkscape-preferences.cpp:892 +#: ../src/ui/dialog/inkscape-preferences.cpp:904 msgid "_Grab sensitivity:" msgstr "采集敏感度(_G):" -#: ../src/ui/dialog/inkscape-preferences.cpp:892 +#: ../src/ui/dialog/inkscape-preferences.cpp:904 msgid "pixels (requires restart)" -msgstr "像素(需要重启)" +msgstr "像素(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:893 +#: ../src/ui/dialog/inkscape-preferences.cpp:905 msgid "" "How close on the screen you need to be to an object to be able to grab it " "with mouse (in screen pixels)" msgstr "在屏幕上使一个对象能够用鼠标抓取需要多近(屏幕像素单位)" -#: ../src/ui/dialog/inkscape-preferences.cpp:895 +#: ../src/ui/dialog/inkscape-preferences.cpp:907 msgid "_Click/drag threshold:" msgstr "单击/拖动阈值(_C):" -#: ../src/ui/dialog/inkscape-preferences.cpp:895 -#: ../src/ui/dialog/inkscape-preferences.cpp:1237 -#: ../src/ui/dialog/inkscape-preferences.cpp:1241 -#: ../src/ui/dialog/inkscape-preferences.cpp:1251 +#: ../src/ui/dialog/inkscape-preferences.cpp:907 +#: ../src/ui/dialog/inkscape-preferences.cpp:1249 +#: ../src/ui/dialog/inkscape-preferences.cpp:1253 +#: ../src/ui/dialog/inkscape-preferences.cpp:1263 msgid "pixels" msgstr "像素" -#: ../src/ui/dialog/inkscape-preferences.cpp:896 +#: ../src/ui/dialog/inkscape-preferences.cpp:908 msgid "" "Maximum mouse drag (in screen pixels) which is considered a click, not a drag" -msgstr "单击所允许的最大鼠标拖动距离(屏幕像素),超过此数值将被认为是拖动" +msgstr "单击所允许的最大鼠标拖动距离(屏幕像素),超过此数值将被认为是拖动" -#: ../src/ui/dialog/inkscape-preferences.cpp:899 +#: ../src/ui/dialog/inkscape-preferences.cpp:911 msgid "_Handle size:" msgstr "控制柄大小(_H):" -#: ../src/ui/dialog/inkscape-preferences.cpp:900 +#: ../src/ui/dialog/inkscape-preferences.cpp:912 msgid "Set the relative size of node handles" msgstr "设置节点控制柄的相对大小" -#: ../src/ui/dialog/inkscape-preferences.cpp:902 +#: ../src/ui/dialog/inkscape-preferences.cpp:914 msgid "Use pressure-sensitive tablet (requires restart)" -msgstr "使用压力敏感绘图板(需要重启)" +msgstr "使用压力敏感绘图板(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:904 +#: ../src/ui/dialog/inkscape-preferences.cpp:916 msgid "" "Use the capabilities of a tablet or other pressure-sensitive device. Disable " "this only if you have problems with the tablet (you can still use it as a " "mouse)" msgstr "" -"使用手写板或者其它压力敏感设备.如果使用手写板出现问题, 请禁用(仍然可以作为鼠" +"使用手写板或者其他压力敏感设备.如果使用手写板出现问题, 请禁用(仍然可以作为鼠" "标使用)." -#: ../src/ui/dialog/inkscape-preferences.cpp:906 +#: ../src/ui/dialog/inkscape-preferences.cpp:918 msgid "Switch tool based on tablet device (requires restart)" -msgstr "根据绘图板设备切换工具(需要重启)" +msgstr "根据绘图板设备切换工具(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:908 +#: ../src/ui/dialog/inkscape-preferences.cpp:920 msgid "" "Change tool as different devices are used on the tablet (pen, eraser, mouse)" -msgstr "当在绘图板上使用不同的设备(笔、橡皮擦、鼠标)时改变工具栏" +msgstr "当在绘图板上使用不同的设备(笔、橡皮擦、鼠标)时改变工具栏" -#: ../src/ui/dialog/inkscape-preferences.cpp:909 +#: ../src/ui/dialog/inkscape-preferences.cpp:921 msgid "Input devices" msgstr "输入设备" #. SVG output options -#: ../src/ui/dialog/inkscape-preferences.cpp:912 +#: ../src/ui/dialog/inkscape-preferences.cpp:924 msgid "Use named colors" msgstr "使用已命名的颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:913 +#: ../src/ui/dialog/inkscape-preferences.cpp:925 msgid "" "If set, write the CSS name of the color when available (e.g. 'red' or " "'magenta') instead of the numeric value" -msgstr "如果选中, 尽量写入颜色的 CSS 名称(如 red、magenta),而不用数值" +msgstr "如果选中, 尽量写入颜色的 CSS 名称(如 red、magenta),而不用数值" -#: ../src/ui/dialog/inkscape-preferences.cpp:915 +#: ../src/ui/dialog/inkscape-preferences.cpp:927 msgid "XML formatting" msgstr "XML 格式化" -#: ../src/ui/dialog/inkscape-preferences.cpp:917 +#: ../src/ui/dialog/inkscape-preferences.cpp:929 msgid "Inline attributes" msgstr "内联属性" -#: ../src/ui/dialog/inkscape-preferences.cpp:918 +#: ../src/ui/dialog/inkscape-preferences.cpp:930 msgid "Put attributes on the same line as the element tag" msgstr "将属性与元素的标签置于同一行" -#: ../src/ui/dialog/inkscape-preferences.cpp:921 +#: ../src/ui/dialog/inkscape-preferences.cpp:933 msgid "_Indent, spaces:" msgstr "缩进、空格数(_I):" -#: ../src/ui/dialog/inkscape-preferences.cpp:921 +#: ../src/ui/dialog/inkscape-preferences.cpp:933 msgid "" "The number of spaces to use for indenting nested elements; set to 0 for no " "indentation" msgstr "嵌入单元缩进时的空格数目;0 为无缩进" -#: ../src/ui/dialog/inkscape-preferences.cpp:923 +#: ../src/ui/dialog/inkscape-preferences.cpp:935 msgid "Path data" msgstr "路径数据" -#: ../src/ui/dialog/inkscape-preferences.cpp:926 +#: ../src/ui/dialog/inkscape-preferences.cpp:938 msgid "Absolute" msgstr "绝对" -#: ../src/ui/dialog/inkscape-preferences.cpp:926 +#: ../src/ui/dialog/inkscape-preferences.cpp:938 msgid "Relative" msgstr "相对" -#: ../src/ui/dialog/inkscape-preferences.cpp:926 -#: ../src/ui/dialog/inkscape-preferences.cpp:1216 +#: ../src/ui/dialog/inkscape-preferences.cpp:938 +#: ../src/ui/dialog/inkscape-preferences.cpp:1228 msgid "Optimized" msgstr "优化" -#: ../src/ui/dialog/inkscape-preferences.cpp:930 +#: ../src/ui/dialog/inkscape-preferences.cpp:942 msgid "Path string format:" msgstr "路径字符串格式:" -#: ../src/ui/dialog/inkscape-preferences.cpp:930 +#: ../src/ui/dialog/inkscape-preferences.cpp:942 msgid "" "Path data should be written: only with absolute coordinates, only with " "relative coordinates, or optimized for string length (mixed absolute and " "relative coordinates)" msgstr "" -"路径数据应该这样写入:只使用绝对坐标、只使用相对坐标、或者最优字符串长度(混" -"合绝对和相对坐标)" +"路径数据应该这样写入:只使用绝对坐标、只使用相对坐标、或者最优字符串长度(混合" +"绝对和相对坐标)" -#: ../src/ui/dialog/inkscape-preferences.cpp:932 +#: ../src/ui/dialog/inkscape-preferences.cpp:944 msgid "Force repeat commands" msgstr "强制重复命令" -#: ../src/ui/dialog/inkscape-preferences.cpp:933 +#: ../src/ui/dialog/inkscape-preferences.cpp:945 msgid "" "Force repeating of the same path command (for example, 'L 1,2 L 3,4' instead " "of 'L 1,2 3,4')" -msgstr "强制重复相同的路径命令(例如,“L 1,2 L 3,4”代替“L 1,2 3,4”)" +msgstr "强制重复相同的路径命令(例如,“L 1,2 L 3,4”代替“L 1,2 3,4”)" -#: ../src/ui/dialog/inkscape-preferences.cpp:935 +#: ../src/ui/dialog/inkscape-preferences.cpp:947 msgid "Numbers" msgstr "数字" -#: ../src/ui/dialog/inkscape-preferences.cpp:938 +#: ../src/ui/dialog/inkscape-preferences.cpp:950 msgid "_Numeric precision:" msgstr "数字精度(_N):" -#: ../src/ui/dialog/inkscape-preferences.cpp:938 +#: ../src/ui/dialog/inkscape-preferences.cpp:950 msgid "Significant figures of the values written to the SVG file" msgstr "指定写入到 SVG 文件的有效位数" -#: ../src/ui/dialog/inkscape-preferences.cpp:941 +#: ../src/ui/dialog/inkscape-preferences.cpp:953 msgid "Minimum _exponent:" msgstr "最小指数(_E):" -#: ../src/ui/dialog/inkscape-preferences.cpp:941 +#: ../src/ui/dialog/inkscape-preferences.cpp:953 msgid "" "The smallest number written to SVG is 10 to the power of this exponent; " "anything smaller is written as zero" @@ -18537,17 +18641,17 @@ msgstr "写入 SVG 中的最小数字为 10 的该指数次幂;更小的数字 #. Code to add controls for attribute checking options #. Add incorrect style properties options -#: ../src/ui/dialog/inkscape-preferences.cpp:946 +#: ../src/ui/dialog/inkscape-preferences.cpp:958 msgid "Improper Attributes Actions" msgstr "不正确的属性操作" -#: ../src/ui/dialog/inkscape-preferences.cpp:948 -#: ../src/ui/dialog/inkscape-preferences.cpp:956 -#: ../src/ui/dialog/inkscape-preferences.cpp:964 +#: ../src/ui/dialog/inkscape-preferences.cpp:960 +#: ../src/ui/dialog/inkscape-preferences.cpp:968 +#: ../src/ui/dialog/inkscape-preferences.cpp:976 msgid "Print warnings" msgstr "打印警告" -#: ../src/ui/dialog/inkscape-preferences.cpp:949 +#: ../src/ui/dialog/inkscape-preferences.cpp:961 msgid "" "Print warning if invalid or non-useful attributes found. Database files " "located in inkscape_data_dir/attributes." @@ -18555,116 +18659,115 @@ msgstr "" "如果发现无效或不实用的属性则打印警告。数据库文件位于 inkscape_data_dir/" "attributes 中。" -#: ../src/ui/dialog/inkscape-preferences.cpp:950 +#: ../src/ui/dialog/inkscape-preferences.cpp:962 msgid "Remove attributes" msgstr "移除属性" -#: ../src/ui/dialog/inkscape-preferences.cpp:951 +#: ../src/ui/dialog/inkscape-preferences.cpp:963 msgid "Delete invalid or non-useful attributes from element tag" msgstr "从元素标记中删除无效或者无用的属性" #. Add incorrect style properties options -#: ../src/ui/dialog/inkscape-preferences.cpp:954 +#: ../src/ui/dialog/inkscape-preferences.cpp:966 msgid "Inappropriate Style Properties Actions" msgstr "不恰当的样式属性操作" -#: ../src/ui/dialog/inkscape-preferences.cpp:957 +#: ../src/ui/dialog/inkscape-preferences.cpp:969 msgid "" "Print warning if inappropriate style properties found (i.e. 'font-family' " "set on a <rect>). Database files located in inkscape_data_dir/attributes." msgstr "" -"警告不恰当的样式属性(譬如在 <rect> 上设置“font-family”)。元素样式数据库文件" -"位于 inkscape_data_dir/attributes。" +"警告不恰当的样式属性(譬如在 <rect> 上设置“font-family”)。元素样式数据库文件位" +"于 inkscape_data_dir/attributes。" -#: ../src/ui/dialog/inkscape-preferences.cpp:958 -#: ../src/ui/dialog/inkscape-preferences.cpp:966 +#: ../src/ui/dialog/inkscape-preferences.cpp:970 +#: ../src/ui/dialog/inkscape-preferences.cpp:978 msgid "Remove style properties" msgstr "删除样式顺序" -#: ../src/ui/dialog/inkscape-preferences.cpp:959 +#: ../src/ui/dialog/inkscape-preferences.cpp:971 msgid "Delete inappropriate style properties" msgstr "删除不恰当的样式属性" #. Add default or inherited style properties options -#: ../src/ui/dialog/inkscape-preferences.cpp:962 +#: ../src/ui/dialog/inkscape-preferences.cpp:974 msgid "Non-useful Style Properties Actions" msgstr "非有用样式属性操作" -#: ../src/ui/dialog/inkscape-preferences.cpp:965 +#: ../src/ui/dialog/inkscape-preferences.cpp:977 msgid "" "Print warning if redundant style properties found (i.e. if a property has " "the default value and a different value is not inherited or if value is the " "same as would be inherited). Database files located in inkscape_data_dir/" "attributes." msgstr "" -"如果发现多余的样式属性则打印警告(譬如如果一个属性有默认值而且没有继承不同的" -"值或者取值和将要继承的一样)。数据库文件位于 inkscape_data_dir/attributes。" +"如果发现多余的样式属性则打印警告(譬如如果一个属性有默认值而且没有继承不同的值" +"或者取值和将要继承的一样)。数据库文件位于 inkscape_data_dir/attributes。" -#: ../src/ui/dialog/inkscape-preferences.cpp:967 +#: ../src/ui/dialog/inkscape-preferences.cpp:979 msgid "Delete redundant style properties" msgstr "删除多余样式属性" -#: ../src/ui/dialog/inkscape-preferences.cpp:969 +#: ../src/ui/dialog/inkscape-preferences.cpp:981 msgid "Check Attributes and Style Properties on" msgstr "检查属性和样式属性于" -#: ../src/ui/dialog/inkscape-preferences.cpp:971 +#: ../src/ui/dialog/inkscape-preferences.cpp:983 msgid "Reading" msgstr "读取" -#: ../src/ui/dialog/inkscape-preferences.cpp:972 +#: ../src/ui/dialog/inkscape-preferences.cpp:984 msgid "" "Check attributes and style properties on reading in SVG files (including " "those internal to Inkscape which will slow down startup)" msgstr "" -"在读取 SVG 时检查属性和样式属性(包括那些将会减慢启动的内置于 Inkscape 的属" -"性)" +"在读取 SVG 时检查属性和样式属性(包括那些将会减慢启动的内置于 Inkscape 的属性)" -#: ../src/ui/dialog/inkscape-preferences.cpp:973 +#: ../src/ui/dialog/inkscape-preferences.cpp:985 msgid "Editing" msgstr "编辑" -#: ../src/ui/dialog/inkscape-preferences.cpp:974 +#: ../src/ui/dialog/inkscape-preferences.cpp:986 msgid "" "Check attributes and style properties while editing SVG files (may slow down " "Inkscape, mostly useful for debugging)" msgstr "" -"在编辑 SVG 文件时检查属性和样式属性(可能会减慢 Inkscape,大多数对调试有用)" +"在编辑 SVG 文件时检查属性和样式属性(可能会减慢 Inkscape,大多数对调试有用)" -#: ../src/ui/dialog/inkscape-preferences.cpp:975 +#: ../src/ui/dialog/inkscape-preferences.cpp:987 msgid "Writing" msgstr "写入" -#: ../src/ui/dialog/inkscape-preferences.cpp:976 +#: ../src/ui/dialog/inkscape-preferences.cpp:988 msgid "Check attributes and style properties on writing out SVG files" msgstr "在写入到 SVG 文件时检查属性和样式属性" -#: ../src/ui/dialog/inkscape-preferences.cpp:978 +#: ../src/ui/dialog/inkscape-preferences.cpp:990 msgid "SVG output" msgstr "SVG 输出" #. TRANSLATORS: see http://www.newsandtech.com/issues/2004/03-04/pt/03-04_rendering.htm -#: ../src/ui/dialog/inkscape-preferences.cpp:984 +#: ../src/ui/dialog/inkscape-preferences.cpp:996 msgid "Perceptual" msgstr "百分比" -#: ../src/ui/dialog/inkscape-preferences.cpp:984 +#: ../src/ui/dialog/inkscape-preferences.cpp:996 msgid "Relative Colorimetric" msgstr "相对色调" -#: ../src/ui/dialog/inkscape-preferences.cpp:984 +#: ../src/ui/dialog/inkscape-preferences.cpp:996 msgid "Absolute Colorimetric" msgstr "绝对色调" -#: ../src/ui/dialog/inkscape-preferences.cpp:988 +#: ../src/ui/dialog/inkscape-preferences.cpp:1000 msgid "(Note: Color management has been disabled in this build)" -msgstr "(注意:色彩管理在当前版本中未启用)" +msgstr "(注意:色彩管理在当前版本中未启用)" -#: ../src/ui/dialog/inkscape-preferences.cpp:992 +#: ../src/ui/dialog/inkscape-preferences.cpp:1004 msgid "Display adjustment" msgstr "显示模式" -#: ../src/ui/dialog/inkscape-preferences.cpp:1002 +#: ../src/ui/dialog/inkscape-preferences.cpp:1014 #, c-format msgid "" "The ICC profile to use to calibrate display output.\n" @@ -18673,141 +18776,141 @@ msgstr "" "用于校准显示输出的 ICC 配置。\n" "已搜索目录:%s" -#: ../src/ui/dialog/inkscape-preferences.cpp:1003 +#: ../src/ui/dialog/inkscape-preferences.cpp:1015 msgid "Display profile:" msgstr "显示模式:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1008 +#: ../src/ui/dialog/inkscape-preferences.cpp:1020 msgid "Retrieve profile from display" msgstr "从显示中提取配置文件" -#: ../src/ui/dialog/inkscape-preferences.cpp:1011 +#: ../src/ui/dialog/inkscape-preferences.cpp:1023 msgid "Retrieve profiles from those attached to displays via XICC" msgstr "从那些附加到通过 XICC 的显示中检索配置文件" -#: ../src/ui/dialog/inkscape-preferences.cpp:1013 +#: ../src/ui/dialog/inkscape-preferences.cpp:1025 msgid "Retrieve profiles from those attached to displays" msgstr "从那些附加到显示中的检索配置文件" -#: ../src/ui/dialog/inkscape-preferences.cpp:1018 +#: ../src/ui/dialog/inkscape-preferences.cpp:1030 msgid "Display rendering intent:" msgstr "显示渲染对应:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1019 +#: ../src/ui/dialog/inkscape-preferences.cpp:1031 msgid "The rendering intent to use to calibrate display output" msgstr "用于矫正显示输出的渲染对应方式" -#: ../src/ui/dialog/inkscape-preferences.cpp:1021 +#: ../src/ui/dialog/inkscape-preferences.cpp:1033 msgid "Proofing" msgstr "打样" -#: ../src/ui/dialog/inkscape-preferences.cpp:1023 +#: ../src/ui/dialog/inkscape-preferences.cpp:1035 msgid "Simulate output on screen" msgstr "在屏幕上模拟输出" -#: ../src/ui/dialog/inkscape-preferences.cpp:1025 +#: ../src/ui/dialog/inkscape-preferences.cpp:1037 msgid "Simulates output of target device" msgstr "模拟目标设备的输出" -#: ../src/ui/dialog/inkscape-preferences.cpp:1027 +#: ../src/ui/dialog/inkscape-preferences.cpp:1039 msgid "Mark out of gamut colors" msgstr "标识出色彩范围" -#: ../src/ui/dialog/inkscape-preferences.cpp:1029 +#: ../src/ui/dialog/inkscape-preferences.cpp:1041 msgid "Highlights colors that are out of gamut for the target device" msgstr "高亮超出目标设备允许范围的颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:1041 +#: ../src/ui/dialog/inkscape-preferences.cpp:1053 msgid "Out of gamut warning color:" msgstr "超出色彩范围时的警告色:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1042 +#: ../src/ui/dialog/inkscape-preferences.cpp:1054 msgid "Selects the color used for out of gamut warning" msgstr "选择超出色彩范围时的警告色" -#: ../src/ui/dialog/inkscape-preferences.cpp:1044 +#: ../src/ui/dialog/inkscape-preferences.cpp:1056 msgid "Device profile:" msgstr "设备配置:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1045 +#: ../src/ui/dialog/inkscape-preferences.cpp:1057 msgid "The ICC profile to use to simulate device output" msgstr "用于模拟设备输出的 ICC 配置" -#: ../src/ui/dialog/inkscape-preferences.cpp:1048 +#: ../src/ui/dialog/inkscape-preferences.cpp:1060 msgid "Device rendering intent:" msgstr "设备色彩对应方式:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1049 +#: ../src/ui/dialog/inkscape-preferences.cpp:1061 msgid "The rendering intent to use to calibrate device output" msgstr "用于矫正显示输出的色彩对应方式" -#: ../src/ui/dialog/inkscape-preferences.cpp:1051 +#: ../src/ui/dialog/inkscape-preferences.cpp:1063 msgid "Black point compensation" msgstr "黑点补偿" -#: ../src/ui/dialog/inkscape-preferences.cpp:1053 +#: ../src/ui/dialog/inkscape-preferences.cpp:1065 msgid "Enables black point compensation" msgstr "允许黑点补偿" -#: ../src/ui/dialog/inkscape-preferences.cpp:1055 +#: ../src/ui/dialog/inkscape-preferences.cpp:1067 msgid "Preserve black" msgstr "保持黑色" -#: ../src/ui/dialog/inkscape-preferences.cpp:1062 +#: ../src/ui/dialog/inkscape-preferences.cpp:1074 msgid "(LittleCMS 1.15 or later required)" -msgstr "(需要 LittleCMS 1.15 或以上)" +msgstr "(需要 LittleCMS 1.15 或以上)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1064 +#: ../src/ui/dialog/inkscape-preferences.cpp:1076 msgid "Preserve K channel in CMYK -> CMYK transforms" msgstr "在 CMYK -> CMYK 转换中保持 K 通道" -#: ../src/ui/dialog/inkscape-preferences.cpp:1078 +#: ../src/ui/dialog/inkscape-preferences.cpp:1090 #: ../src/ui/widget/color-icc-selector.cpp:395 #: ../src/ui/widget/color-icc-selector.cpp:674 msgid "<none>" msgstr "<无>" -#: ../src/ui/dialog/inkscape-preferences.cpp:1123 +#: ../src/ui/dialog/inkscape-preferences.cpp:1135 msgid "Color management" msgstr "色彩管理" #. Autosave options -#: ../src/ui/dialog/inkscape-preferences.cpp:1126 +#: ../src/ui/dialog/inkscape-preferences.cpp:1138 msgid "Enable autosave (requires restart)" -msgstr "启用自动保存(需要重启)" +msgstr "启用自动保存(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1127 +#: ../src/ui/dialog/inkscape-preferences.cpp:1139 msgid "" "Automatically save the current document(s) at a given interval, thus " "minimizing loss in case of a crash" msgstr "在指定的间隔时间内自动保存当前文档,减小程序崩溃时的损失" -#: ../src/ui/dialog/inkscape-preferences.cpp:1133 +#: ../src/ui/dialog/inkscape-preferences.cpp:1145 msgctxt "Filesystem" msgid "Autosave _directory:" msgstr "自动保存目录(_D):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1133 +#: ../src/ui/dialog/inkscape-preferences.cpp:1145 msgid "" "The directory where autosaves will be written. This should be an absolute " "path (starts with / on UNIX or a drive letter such as C: on Windows). " msgstr "" -"用于写入自动保存将数据的目录。此目录应使用绝对路径(在 UNIX 上以 / 开始,在 " -"Windows 上以类似 C: 的一个盘符开始)。" +"用于写入自动保存将数据的目录。此目录应使用绝对路径(在 UNIX 上以 / 开始,在 " +"Windows 上以类似 C: 的一个盘符开始)。" -#: ../src/ui/dialog/inkscape-preferences.cpp:1135 +#: ../src/ui/dialog/inkscape-preferences.cpp:1147 msgid "_Interval (in minutes):" msgstr "间隔时间 (分钟)(_I):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1135 +#: ../src/ui/dialog/inkscape-preferences.cpp:1147 msgid "Interval (in minutes) at which document will be autosaved" -msgstr "自动保存文档的间隔时间(分钟)" +msgstr "自动保存文档的间隔时间(分钟)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1137 +#: ../src/ui/dialog/inkscape-preferences.cpp:1149 msgid "_Maximum number of autosaves:" msgstr "自动保存的最大数量(_M):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1137 +#: ../src/ui/dialog/inkscape-preferences.cpp:1149 msgid "" "Maximum number of autosaved files; use this to limit the storage space used" msgstr "自动保存的文件数目;防止过多占用存储空间" @@ -18824,50 +18927,50 @@ msgstr "自动保存的文件数目;防止过多占用存储空间" #. _autosave_autosave_interval.signal_changed().connect( sigc::ptr_fun(inkscape_autosave_init), TRUE ); #. #. ----------- -#: ../src/ui/dialog/inkscape-preferences.cpp:1152 +#: ../src/ui/dialog/inkscape-preferences.cpp:1164 msgid "Autosave" msgstr "自动保存" -#: ../src/ui/dialog/inkscape-preferences.cpp:1156 +#: ../src/ui/dialog/inkscape-preferences.cpp:1168 msgid "Open Clip Art Library _Server Name:" msgstr "Open Clip Art Library 服务器名(_S):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1157 +#: ../src/ui/dialog/inkscape-preferences.cpp:1169 msgid "" "The server name of the Open Clip Art Library webdav server; it's used by the " "Import and Export to OCAL function" msgstr "" "Open Clip Art Library WebDAV 服务器的名称;在导入和导出 OCAL 的功能中需要用到" -#: ../src/ui/dialog/inkscape-preferences.cpp:1159 +#: ../src/ui/dialog/inkscape-preferences.cpp:1171 msgid "Open Clip Art Library _Username:" msgstr "Open Clip Art Library 用户名(_U):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1160 +#: ../src/ui/dialog/inkscape-preferences.cpp:1172 msgid "The username used to log into Open Clip Art Library" msgstr "登录到 Open Clip Art Library 的用户名称" -#: ../src/ui/dialog/inkscape-preferences.cpp:1162 +#: ../src/ui/dialog/inkscape-preferences.cpp:1174 msgid "Open Clip Art Library _Password:" msgstr "Open Clip Art Library 密码(_P):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1163 +#: ../src/ui/dialog/inkscape-preferences.cpp:1175 msgid "The password used to log into Open Clip Art Library" msgstr "登录到 Open Clip Art Library 的密码" -#: ../src/ui/dialog/inkscape-preferences.cpp:1164 +#: ../src/ui/dialog/inkscape-preferences.cpp:1176 msgid "Open Clip Art" msgstr "开放剪贴画" -#: ../src/ui/dialog/inkscape-preferences.cpp:1169 +#: ../src/ui/dialog/inkscape-preferences.cpp:1181 msgid "Behavior" msgstr "行为" -#: ../src/ui/dialog/inkscape-preferences.cpp:1173 +#: ../src/ui/dialog/inkscape-preferences.cpp:1185 msgid "_Simplification threshold:" msgstr "简化阈值(_S):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1174 +#: ../src/ui/dialog/inkscape-preferences.cpp:1186 msgid "" "How strong is the Node tool's Simplify command by default. If you invoke " "this command several times in quick succession, it will act more and more " @@ -18876,290 +18979,290 @@ msgstr "" "节点工具的简化命令的默认强度。如果快速连续调用此命令数次,强度将会逐次剧增;" "调用之后暂停一下以恢复默认阈值。" -#: ../src/ui/dialog/inkscape-preferences.cpp:1176 +#: ../src/ui/dialog/inkscape-preferences.cpp:1188 msgid "Color stock markers the same color as object" msgstr "颜色槽标记,和对象一样的颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:1177 +#: ../src/ui/dialog/inkscape-preferences.cpp:1189 msgid "Color custom markers the same color as object" msgstr "颜色自定义标记,和对象一样的颜色" -#: ../src/ui/dialog/inkscape-preferences.cpp:1178 -#: ../src/ui/dialog/inkscape-preferences.cpp:1398 +#: ../src/ui/dialog/inkscape-preferences.cpp:1190 +#: ../src/ui/dialog/inkscape-preferences.cpp:1410 msgid "Update marker color when object color changes" msgstr "当对象颜色变化时更新标记颜色" #. Selecting options -#: ../src/ui/dialog/inkscape-preferences.cpp:1181 +#: ../src/ui/dialog/inkscape-preferences.cpp:1193 msgid "Select in all layers" msgstr "在所有层选择" -#: ../src/ui/dialog/inkscape-preferences.cpp:1182 +#: ../src/ui/dialog/inkscape-preferences.cpp:1194 msgid "Select only within current layer" -msgstr "在当前层选择" +msgstr "在当前图层选择" -#: ../src/ui/dialog/inkscape-preferences.cpp:1183 +#: ../src/ui/dialog/inkscape-preferences.cpp:1195 msgid "Select in current layer and sublayers" -msgstr "在当前层和子层选择" +msgstr "在当前图层和子层选择" -#: ../src/ui/dialog/inkscape-preferences.cpp:1184 +#: ../src/ui/dialog/inkscape-preferences.cpp:1196 msgid "Ignore hidden objects and layers" msgstr "忽略隐藏对象和层" -#: ../src/ui/dialog/inkscape-preferences.cpp:1185 +#: ../src/ui/dialog/inkscape-preferences.cpp:1197 msgid "Ignore locked objects and layers" msgstr "忽略锁定对象和层" -#: ../src/ui/dialog/inkscape-preferences.cpp:1186 +#: ../src/ui/dialog/inkscape-preferences.cpp:1198 msgid "Deselect upon layer change" msgstr "取消层的改变" -#: ../src/ui/dialog/inkscape-preferences.cpp:1189 +#: ../src/ui/dialog/inkscape-preferences.cpp:1201 msgid "" "Uncheck this to be able to keep the current objects selected when the " "current layer changes" -msgstr "不选此项当前层更改时保持当前已选对象" +msgstr "不选此项当前图层更改时保持当前已选对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:1191 +#: ../src/ui/dialog/inkscape-preferences.cpp:1203 msgid "Ctrl+A, Tab, Shift+Tab" msgstr "Ctrl+A, Tab, Shift+Tab" -#: ../src/ui/dialog/inkscape-preferences.cpp:1193 +#: ../src/ui/dialog/inkscape-preferences.cpp:1205 msgid "Make keyboard selection commands work on objects in all layers" msgstr "在所有层上使键盘的选择对象命令生效" -#: ../src/ui/dialog/inkscape-preferences.cpp:1195 +#: ../src/ui/dialog/inkscape-preferences.cpp:1207 msgid "Make keyboard selection commands work on objects in current layer only" -msgstr "只在当前层上使键盘的选择对象命令生效" +msgstr "只在当前图层上使键盘的选择对象命令生效" -#: ../src/ui/dialog/inkscape-preferences.cpp:1197 +#: ../src/ui/dialog/inkscape-preferences.cpp:1209 msgid "" "Make keyboard selection commands work on objects in current layer and all " "its sublayers" -msgstr "在当前层和它的子层上使键盘的选择对象命令生效" +msgstr "在当前图层和它的子层上使键盘的选择对象命令生效" -#: ../src/ui/dialog/inkscape-preferences.cpp:1199 +#: ../src/ui/dialog/inkscape-preferences.cpp:1211 msgid "" "Uncheck this to be able to select objects that are hidden (either by " "themselves or by being in a hidden layer)" -msgstr "不选中这项即可选择隐藏对象(不管是自身隐藏还是所在的层隐藏)" +msgstr "不选中这项即可选择隐藏对象(不管是自身隐藏还是所在的层隐藏)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1201 +#: ../src/ui/dialog/inkscape-preferences.cpp:1213 msgid "" "Uncheck this to be able to select objects that are locked (either by " "themselves or by being in a locked layer)" -msgstr "不选中这项即可选择锁定对象(不管是自身锁定还是所在的层锁定)" +msgstr "不选中这项即可选择锁定对象(不管是自身锁定还是所在的层锁定)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1203 +#: ../src/ui/dialog/inkscape-preferences.cpp:1215 msgid "Wrap when cycling objects in z-order" msgstr "在循环对象时以 Z 顺序切换" -#: ../src/ui/dialog/inkscape-preferences.cpp:1205 +#: ../src/ui/dialog/inkscape-preferences.cpp:1217 msgid "Alt+Scroll Wheel" msgstr "Alt+鼠标滚轮" -#: ../src/ui/dialog/inkscape-preferences.cpp:1207 +#: ../src/ui/dialog/inkscape-preferences.cpp:1219 msgid "Wrap around at start and end when cycling objects in z-order" msgstr "当循环对象时按 Z 是顺序在开始和结束点切换" -#: ../src/ui/dialog/inkscape-preferences.cpp:1209 +#: ../src/ui/dialog/inkscape-preferences.cpp:1221 msgid "Selecting" msgstr "选择" #. Transforms options -#: ../src/ui/dialog/inkscape-preferences.cpp:1212 +#: ../src/ui/dialog/inkscape-preferences.cpp:1224 #: ../src/widgets/select-toolbar.cpp:572 msgid "Scale stroke width" -msgstr "缩放笔廓宽度" +msgstr "缩放笔刷宽度" -#: ../src/ui/dialog/inkscape-preferences.cpp:1213 +#: ../src/ui/dialog/inkscape-preferences.cpp:1225 msgid "Scale rounded corners in rectangles" msgstr "缩放矩形圆角" -#: ../src/ui/dialog/inkscape-preferences.cpp:1214 +#: ../src/ui/dialog/inkscape-preferences.cpp:1226 msgid "Transform gradients" msgstr "变换渐变" -#: ../src/ui/dialog/inkscape-preferences.cpp:1215 +#: ../src/ui/dialog/inkscape-preferences.cpp:1227 msgid "Transform patterns" msgstr "变换图案" -#: ../src/ui/dialog/inkscape-preferences.cpp:1217 +#: ../src/ui/dialog/inkscape-preferences.cpp:1229 msgid "Preserved" msgstr "保持" -#: ../src/ui/dialog/inkscape-preferences.cpp:1220 +#: ../src/ui/dialog/inkscape-preferences.cpp:1232 #: ../src/widgets/select-toolbar.cpp:573 msgid "When scaling objects, scale the stroke width by the same proportion" -msgstr "缩放对象时,按照相同比例缩放笔廓宽度" +msgstr "缩放对象时,按照相同比例缩放笔刷宽度" -#: ../src/ui/dialog/inkscape-preferences.cpp:1222 +#: ../src/ui/dialog/inkscape-preferences.cpp:1234 #: ../src/widgets/select-toolbar.cpp:584 msgid "When scaling rectangles, scale the radii of rounded corners" msgstr "缩放矩形时,缩放圆角半径" -#: ../src/ui/dialog/inkscape-preferences.cpp:1224 +#: ../src/ui/dialog/inkscape-preferences.cpp:1236 #: ../src/widgets/select-toolbar.cpp:595 msgid "Move gradients (in fill or stroke) along with the objects" -msgstr "随对象缩放渐变(填充或笔廓)" +msgstr "随对象缩放渐变(填充或笔刷)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1226 +#: ../src/ui/dialog/inkscape-preferences.cpp:1238 #: ../src/widgets/select-toolbar.cpp:606 msgid "Move patterns (in fill or stroke) along with the objects" -msgstr "随对象缩放图案(填充或笔廓)" +msgstr "随对象缩放图案(填充或笔刷)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1227 +#: ../src/ui/dialog/inkscape-preferences.cpp:1239 msgid "Store transformation" msgstr "存储变换" -#: ../src/ui/dialog/inkscape-preferences.cpp:1229 +#: ../src/ui/dialog/inkscape-preferences.cpp:1241 msgid "" "If possible, apply transformation to objects without adding a transform= " "attribute" msgstr "如果可能, 应用变换时不给对象增加 transform= 属性" -#: ../src/ui/dialog/inkscape-preferences.cpp:1231 +#: ../src/ui/dialog/inkscape-preferences.cpp:1243 msgid "Always store transformation as a transform= attribute on objects" msgstr "总是以 transform= 属性保存对象上的变换" -#: ../src/ui/dialog/inkscape-preferences.cpp:1233 +#: ../src/ui/dialog/inkscape-preferences.cpp:1245 msgid "Transforms" msgstr "变换" -#: ../src/ui/dialog/inkscape-preferences.cpp:1237 +#: ../src/ui/dialog/inkscape-preferences.cpp:1249 msgid "Mouse _wheel scrolls by:" msgstr "鼠标滚轮滚动距离(_W):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1238 +#: ../src/ui/dialog/inkscape-preferences.cpp:1250 msgid "" "One mouse wheel notch scrolls by this distance in screen pixels " "(horizontally with Shift)" -msgstr "鼠标滚轮滚动一个的屏幕像素距离(使用 Shift 水平滚动)" +msgstr "鼠标滚轮滚动一个的屏幕像素距离(使用 Shift 水平滚动)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1239 +#: ../src/ui/dialog/inkscape-preferences.cpp:1251 msgid "Ctrl+arrows" msgstr "Ctrl+方向键" -#: ../src/ui/dialog/inkscape-preferences.cpp:1241 +#: ../src/ui/dialog/inkscape-preferences.cpp:1253 msgid "Sc_roll by:" msgstr "滚动距离(_R):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1242 +#: ../src/ui/dialog/inkscape-preferences.cpp:1254 msgid "Pressing Ctrl+arrow key scrolls by this distance (in screen pixels)" -msgstr "按住 Ctrl+方向键以此距离(屏幕像素)滚动" +msgstr "按住 Ctrl+方向键以此距离(屏幕像素)滚动" -#: ../src/ui/dialog/inkscape-preferences.cpp:1244 +#: ../src/ui/dialog/inkscape-preferences.cpp:1256 msgid "_Acceleration:" msgstr "加速度(_A):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1245 +#: ../src/ui/dialog/inkscape-preferences.cpp:1257 msgid "" "Pressing and holding Ctrl+arrow will gradually speed up scrolling (0 for no " "acceleration)" -msgstr "按住并不放 Ctrl+方向键逐渐提高滚动速度(0 不加速)" +msgstr "按住并不放 Ctrl+方向键逐渐提高滚动速度(0 不加速)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1246 +#: ../src/ui/dialog/inkscape-preferences.cpp:1258 msgid "Autoscrolling" msgstr "自动滚动" -#: ../src/ui/dialog/inkscape-preferences.cpp:1248 +#: ../src/ui/dialog/inkscape-preferences.cpp:1260 msgid "_Speed:" msgstr "速度(_S):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1249 +#: ../src/ui/dialog/inkscape-preferences.cpp:1261 msgid "" "How fast the canvas autoscrolls when you drag beyond canvas edge (0 to turn " "autoscroll off)" -msgstr "当你在画布边界拖动时自动滚动的速度(0 禁用自动滚动)" +msgstr "当您在画布边界拖动时自动滚动的速度(0 禁用自动滚动)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1251 +#: ../src/ui/dialog/inkscape-preferences.cpp:1263 #: ../src/ui/dialog/tracedialog.cpp:522 ../src/ui/dialog/tracedialog.cpp:721 msgid "_Threshold:" msgstr "阈值(_T):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1252 +#: ../src/ui/dialog/inkscape-preferences.cpp:1264 msgid "" "How far (in screen pixels) you need to be from the canvas edge to trigger " "autoscroll; positive is outside the canvas, negative is within the canvas" msgstr "从画布边缘到触发自动滚动需要多远;正值远离画布,负值在画布内" -#: ../src/ui/dialog/inkscape-preferences.cpp:1253 +#: ../src/ui/dialog/inkscape-preferences.cpp:1265 msgid "Mouse move pans when Space is pressed" msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:1255 +#: ../src/ui/dialog/inkscape-preferences.cpp:1267 msgid "When on, pressing and holding Space and dragging pans canvas" msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:1256 +#: ../src/ui/dialog/inkscape-preferences.cpp:1268 msgid "Mouse wheel zooms by default" msgstr "鼠标滚轮默认为缩放" -#: ../src/ui/dialog/inkscape-preferences.cpp:1258 +#: ../src/ui/dialog/inkscape-preferences.cpp:1270 msgid "" "When on, mouse wheel zooms without Ctrl and scrolls canvas with Ctrl; when " "off, it zooms with Ctrl and scrolls without Ctrl" msgstr "" "打开时,鼠标滚轮控制缩放,Ctrl+滚轮 滚屏;关闭时,滚轮滚屏,Ctrl+滚轮 缩放" -#: ../src/ui/dialog/inkscape-preferences.cpp:1259 +#: ../src/ui/dialog/inkscape-preferences.cpp:1271 msgid "Scrolling" msgstr "滚动" #. Snapping options -#: ../src/ui/dialog/inkscape-preferences.cpp:1262 +#: ../src/ui/dialog/inkscape-preferences.cpp:1274 msgid "Snap indicator" msgstr "吸附指示" -#: ../src/ui/dialog/inkscape-preferences.cpp:1264 +#: ../src/ui/dialog/inkscape-preferences.cpp:1276 msgid "Enable snap indicator" msgstr "打开吸附指示" -#: ../src/ui/dialog/inkscape-preferences.cpp:1266 +#: ../src/ui/dialog/inkscape-preferences.cpp:1278 msgid "After snapping, a symbol is drawn at the point that has snapped" msgstr "吸附到点后,在该点上显示一个标记" -#: ../src/ui/dialog/inkscape-preferences.cpp:1271 +#: ../src/ui/dialog/inkscape-preferences.cpp:1283 msgid "Snap indicator persistence (in seconds):" -msgstr "吸附指示器持续时长(秒)" +msgstr "吸附指示器持续时长(秒)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1272 +#: ../src/ui/dialog/inkscape-preferences.cpp:1284 msgid "" "Controls how long the snap indicator message will be shown, before it " "disappears" msgstr "控制吸附指示器消息的显示时长" -#: ../src/ui/dialog/inkscape-preferences.cpp:1274 +#: ../src/ui/dialog/inkscape-preferences.cpp:1286 msgid "What should snap" msgstr "需要吸附的对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:1276 +#: ../src/ui/dialog/inkscape-preferences.cpp:1288 msgid "Only snap the node closest to the pointer" msgstr "仅吸附离指针最近的节点" -#: ../src/ui/dialog/inkscape-preferences.cpp:1278 +#: ../src/ui/dialog/inkscape-preferences.cpp:1290 msgid "" "Only try to snap the node that is initially closest to the mouse pointer" msgstr "仅吸附到一开始离鼠标指针最近的节点" -#: ../src/ui/dialog/inkscape-preferences.cpp:1281 +#: ../src/ui/dialog/inkscape-preferences.cpp:1293 msgid "_Weight factor:" msgstr "权重系数(_W):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1282 +#: ../src/ui/dialog/inkscape-preferences.cpp:1294 msgid "" "When multiple snap solutions are found, then Inkscape can either prefer the " "closest transformation (when set to 0), or prefer the node that was " "initially the closest to the pointer (when set to 1)" msgstr "" -"当有多种吸附方式时,Inkscape可以优先选择最接近变换后的(设置为 0),或者一开" -"始最接近指针的点(设置为 1)" +"当有多种吸附方式时,Inkscape可以优先选择最接近变换后的(设置为 0),或者一开始" +"最接近指针的点(设置为 1)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1284 +#: ../src/ui/dialog/inkscape-preferences.cpp:1296 msgid "Snap the mouse pointer when dragging a constrained knot" msgstr "当拖动一个约束结时,吸附鼠标指针" -#: ../src/ui/dialog/inkscape-preferences.cpp:1286 +#: ../src/ui/dialog/inkscape-preferences.cpp:1298 msgid "" "When dragging a knot along a constraint line, then snap the position of the " "mouse pointer instead of snapping the projection of the knot onto the " @@ -19168,15 +19271,15 @@ msgstr "" "当沿着一条约束线拖动一个结时,那么吸附鼠标指针的位置而不是吸附结的投影到约束" "线上" -#: ../src/ui/dialog/inkscape-preferences.cpp:1288 +#: ../src/ui/dialog/inkscape-preferences.cpp:1300 msgid "Delayed snap" msgstr "延时吸附" -#: ../src/ui/dialog/inkscape-preferences.cpp:1291 +#: ../src/ui/dialog/inkscape-preferences.cpp:1303 msgid "Delay (in seconds):" -msgstr "延迟 (秒):" +msgstr "延迟(秒):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1292 +#: ../src/ui/dialog/inkscape-preferences.cpp:1304 msgid "" "Postpone snapping as long as the mouse is moving, and then wait an " "additional fraction of a second. This additional delay is specified here. " @@ -19185,42 +19288,42 @@ msgstr "" "鼠标移动时将暂停吸附,并另延几秒。在这里指定另外的延迟时。如果设置为 0 或者非" "常小的数,将立即进行吸附。" -#: ../src/ui/dialog/inkscape-preferences.cpp:1294 +#: ../src/ui/dialog/inkscape-preferences.cpp:1306 msgid "Snapping" msgstr "吸附" #. nudgedistance is limited to 1000 in select-context.cpp: use the same limit here -#: ../src/ui/dialog/inkscape-preferences.cpp:1299 +#: ../src/ui/dialog/inkscape-preferences.cpp:1311 msgid "_Arrow keys move by:" msgstr "方向键移动距离(_A):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1300 +#: ../src/ui/dialog/inkscape-preferences.cpp:1312 msgid "" "Pressing an arrow key moves selected object(s) or node(s) by this distance" msgstr "按住一个方向键,按这个距离移动选择的对象或节点" #. defaultscale is limited to 1000 in select-context.cpp: use the same limit here -#: ../src/ui/dialog/inkscape-preferences.cpp:1303 +#: ../src/ui/dialog/inkscape-preferences.cpp:1315 msgid "> and < _scale by:" msgstr "> 和 < 缩放比例(_S):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1304 +#: ../src/ui/dialog/inkscape-preferences.cpp:1316 msgid "Pressing > or < scales selection up or down by this increment" msgstr "按住 > 或 < 使选区以此数值向上或下缩放" -#: ../src/ui/dialog/inkscape-preferences.cpp:1306 +#: ../src/ui/dialog/inkscape-preferences.cpp:1318 msgid "_Inset/Outset by:" msgstr "内外偏移距离(_I):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1307 +#: ../src/ui/dialog/inkscape-preferences.cpp:1319 msgid "Inset and Outset commands displace the path by this distance" msgstr "向内偏移和向外偏移命令按这个距离移动路径" -#: ../src/ui/dialog/inkscape-preferences.cpp:1308 +#: ../src/ui/dialog/inkscape-preferences.cpp:1320 msgid "Compass-like display of angles" msgstr "指南针式角度显示" -#: ../src/ui/dialog/inkscape-preferences.cpp:1310 +#: ../src/ui/dialog/inkscape-preferences.cpp:1322 msgid "" "When on, angles are displayed with 0 at north, 0 to 360 range, positive " "clockwise; otherwise with 0 at east, -180 to 180 range, positive " @@ -19229,89 +19332,89 @@ msgstr "" "当打开时,角度将会按照 0 度在北部、范围 0 到 360 度、顺时针方向显示;否则 0 " "度在东方,范围 -180 到 180 度,逆时针方向" -#: ../src/ui/dialog/inkscape-preferences.cpp:1312 +#: ../src/ui/dialog/inkscape-preferences.cpp:1324 msgctxt "Rotation angle" msgid "None" msgstr "无" -#: ../src/ui/dialog/inkscape-preferences.cpp:1316 +#: ../src/ui/dialog/inkscape-preferences.cpp:1328 msgid "_Rotation snaps every:" msgstr "旋转捕捉周期(_R):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1316 +#: ../src/ui/dialog/inkscape-preferences.cpp:1328 msgid "degrees" msgstr "度" -#: ../src/ui/dialog/inkscape-preferences.cpp:1317 +#: ../src/ui/dialog/inkscape-preferences.cpp:1329 msgid "" "Rotating with Ctrl pressed snaps every that much degrees; also, pressing " "[ or ] rotates by this amount" msgstr "按住 Ctrl 旋转每隔指定度数吸附;同样还可按住 [ 或者 ] 按照此度数旋转" -#: ../src/ui/dialog/inkscape-preferences.cpp:1318 +#: ../src/ui/dialog/inkscape-preferences.cpp:1330 msgid "Relative snapping of guideline angles" msgstr "辅助线角度的相对吸附" -#: ../src/ui/dialog/inkscape-preferences.cpp:1320 +#: ../src/ui/dialog/inkscape-preferences.cpp:1332 msgid "" "When on, the snap angles when rotating a guideline will be relative to the " "original angle" msgstr "当打开时,当旋转一条辅助线时将会相对于原始角度吸附角度" -#: ../src/ui/dialog/inkscape-preferences.cpp:1322 +#: ../src/ui/dialog/inkscape-preferences.cpp:1334 msgid "_Zoom in/out by:" msgstr "缩放比例(_Z):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1322 -#: ../src/ui/dialog/objects.cpp:1626 +#: ../src/ui/dialog/inkscape-preferences.cpp:1334 +#: ../src/ui/dialog/objects.cpp:1630 #: ../src/ui/widget/filter-effect-chooser.cpp:27 msgid "%" msgstr "%" -#: ../src/ui/dialog/inkscape-preferences.cpp:1323 +#: ../src/ui/dialog/inkscape-preferences.cpp:1335 msgid "" "Zoom tool click, +/- keys, and middle click zoom in and out by this " "multiplier" msgstr "缩放工具单击,+/- 键和鼠标中键单击按照此系数缩放" -#: ../src/ui/dialog/inkscape-preferences.cpp:1324 +#: ../src/ui/dialog/inkscape-preferences.cpp:1336 msgid "Steps" msgstr "步数" #. Clones options -#: ../src/ui/dialog/inkscape-preferences.cpp:1327 +#: ../src/ui/dialog/inkscape-preferences.cpp:1339 msgid "Move in parallel" msgstr "平行移动" -#: ../src/ui/dialog/inkscape-preferences.cpp:1329 +#: ../src/ui/dialog/inkscape-preferences.cpp:1341 msgid "Stay unmoved" msgstr "保持未移动" -#: ../src/ui/dialog/inkscape-preferences.cpp:1331 +#: ../src/ui/dialog/inkscape-preferences.cpp:1343 msgid "Move according to transform" msgstr "根据变换移动" -#: ../src/ui/dialog/inkscape-preferences.cpp:1333 +#: ../src/ui/dialog/inkscape-preferences.cpp:1345 msgid "Are unlinked" msgstr "是未链接的" -#: ../src/ui/dialog/inkscape-preferences.cpp:1335 +#: ../src/ui/dialog/inkscape-preferences.cpp:1347 msgid "Are deleted" msgstr "是未删除的" -#: ../src/ui/dialog/inkscape-preferences.cpp:1338 +#: ../src/ui/dialog/inkscape-preferences.cpp:1350 msgid "Moving original: clones and linked offsets" msgstr "移动原件:克隆和链接的偏移" -#: ../src/ui/dialog/inkscape-preferences.cpp:1340 +#: ../src/ui/dialog/inkscape-preferences.cpp:1352 msgid "Clones are translated by the same vector as their original" msgstr "克隆与原对象以相同的向量变化" -#: ../src/ui/dialog/inkscape-preferences.cpp:1342 +#: ../src/ui/dialog/inkscape-preferences.cpp:1354 msgid "Clones preserve their positions when their original is moved" msgstr "当原始对象移动时,克隆保持自己的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:1344 +#: ../src/ui/dialog/inkscape-preferences.cpp:1356 msgid "" "Each clone moves according to the value of its transform= attribute; for " "example, a rotated clone will move in a different direction than its original" @@ -19319,157 +19422,157 @@ msgstr "" "每个克隆的移动量依据 transform= 属性的值决定。例如,旋转过的克隆与原对象移动" "方向不同" -#: ../src/ui/dialog/inkscape-preferences.cpp:1345 +#: ../src/ui/dialog/inkscape-preferences.cpp:1357 msgid "Deleting original: clones" msgstr "正在删除原件:克隆" -#: ../src/ui/dialog/inkscape-preferences.cpp:1347 +#: ../src/ui/dialog/inkscape-preferences.cpp:1359 msgid "Orphaned clones are converted to regular objects" msgstr "孤立克隆转化成一般对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:1349 +#: ../src/ui/dialog/inkscape-preferences.cpp:1361 msgid "Orphaned clones are deleted along with their original" msgstr "孤立克隆随原对象一起删除" -#: ../src/ui/dialog/inkscape-preferences.cpp:1351 +#: ../src/ui/dialog/inkscape-preferences.cpp:1363 msgid "Duplicating original+clones/linked offset" msgstr "再制原件+克隆/链接的偏移" -#: ../src/ui/dialog/inkscape-preferences.cpp:1353 +#: ../src/ui/dialog/inkscape-preferences.cpp:1365 msgid "Relink duplicated clones" msgstr "重新链接再制的克隆" -#: ../src/ui/dialog/inkscape-preferences.cpp:1355 +#: ../src/ui/dialog/inkscape-preferences.cpp:1367 msgid "" "When duplicating a selection containing both a clone and its original " "(possibly in groups), relink the duplicated clone to the duplicated original " "instead of the old original" msgstr "" -"当再制的选区同时包含原始和其克隆对象时(比如同时在群组中),将再制的克隆链接" -"到再制的原始对象上,而不是旧的原始对象。" +"当再制的选区同时包含原始和其克隆对象时(比如同时在群组中),将再制的克隆链接到" +"再制的原始对象上,而不是旧的原始对象。" #. TRANSLATORS: Heading for the Inkscape Preferences "Clones" Page -#: ../src/ui/dialog/inkscape-preferences.cpp:1358 +#: ../src/ui/dialog/inkscape-preferences.cpp:1370 msgid "Clones" msgstr "克隆" #. Clip paths and masks options -#: ../src/ui/dialog/inkscape-preferences.cpp:1361 +#: ../src/ui/dialog/inkscape-preferences.cpp:1373 msgid "When applying, use the topmost selected object as clippath/mask" msgstr "使用最上面的已选对象作为剪裁路径或蒙版" -#: ../src/ui/dialog/inkscape-preferences.cpp:1363 +#: ../src/ui/dialog/inkscape-preferences.cpp:1375 msgid "" "Uncheck this to use the bottom selected object as the clipping path or mask" msgstr "不选定这项以使用底层已选对象作为剪裁路径或蒙版" -#: ../src/ui/dialog/inkscape-preferences.cpp:1364 +#: ../src/ui/dialog/inkscape-preferences.cpp:1376 msgid "Remove clippath/mask object after applying" msgstr "在应用后,去除剪裁路径或蒙版" -#: ../src/ui/dialog/inkscape-preferences.cpp:1366 +#: ../src/ui/dialog/inkscape-preferences.cpp:1378 msgid "" "After applying, remove the object used as the clipping path or mask from the " "drawing" msgstr "在应用后, 从绘图中去除作为剪裁路径或蒙版的对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:1368 +#: ../src/ui/dialog/inkscape-preferences.cpp:1380 msgid "Before applying" msgstr "在应用前" -#: ../src/ui/dialog/inkscape-preferences.cpp:1370 +#: ../src/ui/dialog/inkscape-preferences.cpp:1382 msgid "Do not group clipped/masked objects" msgstr "不组合剪裁/蒙版的对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:1371 +#: ../src/ui/dialog/inkscape-preferences.cpp:1383 msgid "Put every clipped/masked object in its own group" msgstr "把每个剪裁/蒙版的对象放在它自己的组中" -#: ../src/ui/dialog/inkscape-preferences.cpp:1372 +#: ../src/ui/dialog/inkscape-preferences.cpp:1384 msgid "Put all clipped/masked objects into one group" msgstr "把所有剪裁/蒙版的对象放在一个组中" -#: ../src/ui/dialog/inkscape-preferences.cpp:1375 +#: ../src/ui/dialog/inkscape-preferences.cpp:1387 msgid "Apply clippath/mask to every object" msgstr "应用剪裁路径/蒙版到每个对象" -#: ../src/ui/dialog/inkscape-preferences.cpp:1378 +#: ../src/ui/dialog/inkscape-preferences.cpp:1390 msgid "Apply clippath/mask to groups containing single object" msgstr "应用剪裁路径/蒙版到包含单一对象的组" -#: ../src/ui/dialog/inkscape-preferences.cpp:1381 +#: ../src/ui/dialog/inkscape-preferences.cpp:1393 msgid "Apply clippath/mask to group containing all objects" msgstr "应用剪裁路径/蒙版到包含所有对象的组" -#: ../src/ui/dialog/inkscape-preferences.cpp:1383 +#: ../src/ui/dialog/inkscape-preferences.cpp:1395 msgid "After releasing" -msgstr "在释放后" +msgstr "释放后" -#: ../src/ui/dialog/inkscape-preferences.cpp:1385 +#: ../src/ui/dialog/inkscape-preferences.cpp:1397 msgid "Ungroup automatically created groups" msgstr "解除自动创建的群组" -#: ../src/ui/dialog/inkscape-preferences.cpp:1387 +#: ../src/ui/dialog/inkscape-preferences.cpp:1399 msgid "Ungroup groups created when setting clip/mask" msgstr "当设置剪裁/蒙板时取消创建的分组" -#: ../src/ui/dialog/inkscape-preferences.cpp:1389 +#: ../src/ui/dialog/inkscape-preferences.cpp:1401 msgid "Clippaths and masks" msgstr "剪裁路径和蒙版" -#: ../src/ui/dialog/inkscape-preferences.cpp:1392 +#: ../src/ui/dialog/inkscape-preferences.cpp:1404 msgid "Stroke Style Markers" -msgstr "笔廓样式标记" +msgstr "笔刷样式标记" -#: ../src/ui/dialog/inkscape-preferences.cpp:1394 -#: ../src/ui/dialog/inkscape-preferences.cpp:1396 +#: ../src/ui/dialog/inkscape-preferences.cpp:1406 +#: ../src/ui/dialog/inkscape-preferences.cpp:1408 msgid "" "Stroke color same as object, fill color either object fill color or marker " "fill color" -msgstr "笔廓颜色和对象一样,填充颜色和对象填充色或者标记填充色系统" +msgstr "笔刷颜色和对象一样,填充颜色和对象填充色或者标记填充色系统" -#: ../src/ui/dialog/inkscape-preferences.cpp:1400 +#: ../src/ui/dialog/inkscape-preferences.cpp:1412 #: ../share/extensions/hershey.inx.h:27 msgid "Markers" msgstr "标记" -#: ../src/ui/dialog/inkscape-preferences.cpp:1403 +#: ../src/ui/dialog/inkscape-preferences.cpp:1415 msgid "Document cleanup" msgstr "文档清理" -#: ../src/ui/dialog/inkscape-preferences.cpp:1404 -#: ../src/ui/dialog/inkscape-preferences.cpp:1406 +#: ../src/ui/dialog/inkscape-preferences.cpp:1416 +#: ../src/ui/dialog/inkscape-preferences.cpp:1418 msgid "Remove unused swatches when doing a document cleanup" msgstr "当完成一次文档清理时删除未使用的色盘" #. tooltip -#: ../src/ui/dialog/inkscape-preferences.cpp:1407 +#: ../src/ui/dialog/inkscape-preferences.cpp:1419 msgid "Cleanup" msgstr "清理" -#: ../src/ui/dialog/inkscape-preferences.cpp:1415 +#: ../src/ui/dialog/inkscape-preferences.cpp:1427 msgid "Number of _Threads:" msgstr "线程数(_T):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1415 -#: ../src/ui/dialog/inkscape-preferences.cpp:1951 +#: ../src/ui/dialog/inkscape-preferences.cpp:1427 +#: ../src/ui/dialog/inkscape-preferences.cpp:1963 msgid "(requires restart)" -msgstr "(需要重启)" +msgstr "(需重启程序)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1416 +#: ../src/ui/dialog/inkscape-preferences.cpp:1428 msgid "Configure number of processors/threads to use when rendering filters" msgstr "配置在渲染滤镜时要使用的进程/线程的数量" -#: ../src/ui/dialog/inkscape-preferences.cpp:1420 +#: ../src/ui/dialog/inkscape-preferences.cpp:1432 msgid "Rendering _cache size:" msgstr "渲染缓存大小(_C):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1420 +#: ../src/ui/dialog/inkscape-preferences.cpp:1432 msgctxt "mebibyte (2^20 bytes) abbreviation" msgid "MiB" msgstr "MiB" -#: ../src/ui/dialog/inkscape-preferences.cpp:1420 +#: ../src/ui/dialog/inkscape-preferences.cpp:1432 msgid "" "Set the amount of memory per document which can be used to store rendered " "parts of the drawing for later reuse; set to zero to disable caching" @@ -19479,155 +19582,155 @@ msgstr "" #. blur quality #. filter quality -#: ../src/ui/dialog/inkscape-preferences.cpp:1423 -#: ../src/ui/dialog/inkscape-preferences.cpp:1447 +#: ../src/ui/dialog/inkscape-preferences.cpp:1435 +#: ../src/ui/dialog/inkscape-preferences.cpp:1459 msgid "Best quality (slowest)" -msgstr "最佳质量(最慢)" +msgstr "最佳质量(最慢)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1425 -#: ../src/ui/dialog/inkscape-preferences.cpp:1449 +#: ../src/ui/dialog/inkscape-preferences.cpp:1437 +#: ../src/ui/dialog/inkscape-preferences.cpp:1461 msgid "Better quality (slower)" -msgstr "较好质量(较慢)" +msgstr "较好质量(较慢)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1427 -#: ../src/ui/dialog/inkscape-preferences.cpp:1451 +#: ../src/ui/dialog/inkscape-preferences.cpp:1439 +#: ../src/ui/dialog/inkscape-preferences.cpp:1463 msgid "Average quality" msgstr "普通质量" -#: ../src/ui/dialog/inkscape-preferences.cpp:1429 -#: ../src/ui/dialog/inkscape-preferences.cpp:1453 +#: ../src/ui/dialog/inkscape-preferences.cpp:1441 +#: ../src/ui/dialog/inkscape-preferences.cpp:1465 msgid "Lower quality (faster)" -msgstr "较低质量(较快)" +msgstr "较低质量(较快)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1431 -#: ../src/ui/dialog/inkscape-preferences.cpp:1455 +#: ../src/ui/dialog/inkscape-preferences.cpp:1443 +#: ../src/ui/dialog/inkscape-preferences.cpp:1467 msgid "Lowest quality (fastest)" -msgstr "最差质量(最快)" +msgstr "最差质量(最快)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1434 +#: ../src/ui/dialog/inkscape-preferences.cpp:1446 msgid "Gaussian blur quality for display" msgstr "用于显示的高斯模糊质量" -#: ../src/ui/dialog/inkscape-preferences.cpp:1436 -#: ../src/ui/dialog/inkscape-preferences.cpp:1460 +#: ../src/ui/dialog/inkscape-preferences.cpp:1448 +#: ../src/ui/dialog/inkscape-preferences.cpp:1472 msgid "" "Best quality, but display may be very slow at high zooms (bitmap export " "always uses best quality)" -msgstr "最佳质量,但是放大倍数大的时候非常慢(导出位图始终使用最佳质量)" +msgstr "最佳质量,但是放大倍数大的时候非常慢(导出位图始终使用最佳质量)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1438 -#: ../src/ui/dialog/inkscape-preferences.cpp:1462 +#: ../src/ui/dialog/inkscape-preferences.cpp:1450 +#: ../src/ui/dialog/inkscape-preferences.cpp:1474 msgid "Better quality, but slower display" msgstr "较好质量,但是显示较慢" -#: ../src/ui/dialog/inkscape-preferences.cpp:1440 -#: ../src/ui/dialog/inkscape-preferences.cpp:1464 +#: ../src/ui/dialog/inkscape-preferences.cpp:1452 +#: ../src/ui/dialog/inkscape-preferences.cpp:1476 msgid "Average quality, acceptable display speed" msgstr "普通质量,可接受的显示速度" -#: ../src/ui/dialog/inkscape-preferences.cpp:1442 -#: ../src/ui/dialog/inkscape-preferences.cpp:1466 +#: ../src/ui/dialog/inkscape-preferences.cpp:1454 +#: ../src/ui/dialog/inkscape-preferences.cpp:1478 msgid "Lower quality (some artifacts), but display is faster" -msgstr "较差质量(有一些失真),但是显示较快" +msgstr "较差质量(有一些失真),但是显示较快" -#: ../src/ui/dialog/inkscape-preferences.cpp:1444 -#: ../src/ui/dialog/inkscape-preferences.cpp:1468 +#: ../src/ui/dialog/inkscape-preferences.cpp:1456 +#: ../src/ui/dialog/inkscape-preferences.cpp:1480 msgid "Lowest quality (considerable artifacts), but display is fastest" -msgstr "最差质量(大量图像失真),但是显示最快" +msgstr "最差质量(明显失真),但是显示最快" -#: ../src/ui/dialog/inkscape-preferences.cpp:1458 +#: ../src/ui/dialog/inkscape-preferences.cpp:1470 msgid "Filter effects quality for display" msgstr "用于显示的滤镜效果质量" #. build custom preferences tab -#: ../src/ui/dialog/inkscape-preferences.cpp:1470 +#: ../src/ui/dialog/inkscape-preferences.cpp:1482 #: ../src/ui/dialog/print.cpp:215 msgid "Rendering" msgstr "渲染" #. Note: /options/bitmapoversample removed with Cairo renderer -#: ../src/ui/dialog/inkscape-preferences.cpp:1476 ../src/verbs.cpp:156 +#: ../src/ui/dialog/inkscape-preferences.cpp:1488 ../src/verbs.cpp:156 #: ../src/widgets/calligraphy-toolbar.cpp:626 msgid "Edit" msgstr "编辑" -#: ../src/ui/dialog/inkscape-preferences.cpp:1477 +#: ../src/ui/dialog/inkscape-preferences.cpp:1489 msgid "Automatically reload bitmaps" msgstr "自动重载位图" -#: ../src/ui/dialog/inkscape-preferences.cpp:1479 +#: ../src/ui/dialog/inkscape-preferences.cpp:1491 msgid "Automatically reload linked images when file is changed on disk" msgstr "当磁盘文件改变时, 自动重新加载链接的图像" -#: ../src/ui/dialog/inkscape-preferences.cpp:1481 +#: ../src/ui/dialog/inkscape-preferences.cpp:1493 msgid "_Bitmap editor:" msgstr "位图编辑器(_B):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1483 +#: ../src/ui/dialog/inkscape-preferences.cpp:1495 #: ../share/extensions/guillotine.inx.h:5 ../share/extensions/plotter.inx.h:65 #: ../share/extensions/print_win32_vector.inx.h:2 msgid "Export" msgstr "导出" -#: ../src/ui/dialog/inkscape-preferences.cpp:1485 +#: ../src/ui/dialog/inkscape-preferences.cpp:1497 msgid "Default export _resolution:" msgstr "默认导出分辨率(_R):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1486 +#: ../src/ui/dialog/inkscape-preferences.cpp:1498 msgid "Default bitmap resolution (in dots per inch) in the Export dialog" -msgstr "导出对话框里的默认位图分辨率(按 dpi 计)" +msgstr "导出对话框里的默认位图分辨率(按 dpi 计)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1487 +#: ../src/ui/dialog/inkscape-preferences.cpp:1499 #: ../src/ui/dialog/xml-tree.cpp:920 msgid "Create" msgstr "创建" -#: ../src/ui/dialog/inkscape-preferences.cpp:1489 +#: ../src/ui/dialog/inkscape-preferences.cpp:1501 msgid "Resolution for Create Bitmap _Copy:" msgstr "创建位图副本的分辨率(_C):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1490 +#: ../src/ui/dialog/inkscape-preferences.cpp:1502 msgid "Resolution used by the Create Bitmap Copy command" msgstr "创建位图副本命令所使用的分辨率" -#: ../src/ui/dialog/inkscape-preferences.cpp:1493 +#: ../src/ui/dialog/inkscape-preferences.cpp:1505 msgid "Ask about linking and scaling when importing" msgstr "在导入时询问链接和缩放" -#: ../src/ui/dialog/inkscape-preferences.cpp:1495 +#: ../src/ui/dialog/inkscape-preferences.cpp:1507 msgid "Pop-up linking and scaling dialog when importing bitmap image." msgstr "当导入位图图像时弹出链接和缩放对话框。" -#: ../src/ui/dialog/inkscape-preferences.cpp:1501 +#: ../src/ui/dialog/inkscape-preferences.cpp:1513 msgid "Bitmap link:" msgstr "位图链接:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1508 +#: ../src/ui/dialog/inkscape-preferences.cpp:1520 msgid "Bitmap scale (image-rendering):" msgstr "位图缩放(图像渲染):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1513 +#: ../src/ui/dialog/inkscape-preferences.cpp:1525 msgid "Default _import resolution:" msgstr "默认导入分辨率(_I):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1514 +#: ../src/ui/dialog/inkscape-preferences.cpp:1526 msgid "Default bitmap resolution (in dots per inch) for bitmap import" -msgstr "用于位图导入的默认位图分辨率(按 dpi 计)" +msgstr "用于位图导入的默认位图分辨率(按 dpi 计)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1515 +#: ../src/ui/dialog/inkscape-preferences.cpp:1527 msgid "Override file resolution" msgstr "忽略文件分辨率" -#: ../src/ui/dialog/inkscape-preferences.cpp:1517 +#: ../src/ui/dialog/inkscape-preferences.cpp:1529 msgid "Use default bitmap resolution in favor of information from file" msgstr "使用来自文件所支持的默认位图分辨率" #. rendering outlines for pixmap image tags -#: ../src/ui/dialog/inkscape-preferences.cpp:1521 +#: ../src/ui/dialog/inkscape-preferences.cpp:1533 msgid "Images in Outline Mode" msgstr "轮廓模式显示图片" -#: ../src/ui/dialog/inkscape-preferences.cpp:1522 +#: ../src/ui/dialog/inkscape-preferences.cpp:1534 msgid "" "When active will render images while in outline mode instead of a red box " "with an x. This is useful for manual tracing." @@ -19635,221 +19738,221 @@ msgstr "" "当启用时轮廓模式会显示图片而不是显示红色方框里面中间一个 x。此选项对手动临摹" "时很帮助。" -#: ../src/ui/dialog/inkscape-preferences.cpp:1524 +#: ../src/ui/dialog/inkscape-preferences.cpp:1536 msgid "Bitmaps" msgstr "位图" -#: ../src/ui/dialog/inkscape-preferences.cpp:1536 +#: ../src/ui/dialog/inkscape-preferences.cpp:1548 msgid "" "Select a file of predefined shortcuts to use. Any customized shortcuts you " "create will be added separately to " msgstr "" -#: ../src/ui/dialog/inkscape-preferences.cpp:1539 +#: ../src/ui/dialog/inkscape-preferences.cpp:1551 msgid "Shortcut file:" msgstr "快捷键文件:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1542 +#: ../src/ui/dialog/inkscape-preferences.cpp:1554 #: ../src/ui/dialog/template-load-tab.cpp:48 msgid "Search:" msgstr "搜索:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1554 +#: ../src/ui/dialog/inkscape-preferences.cpp:1566 msgid "Shortcut" msgstr "快捷键" -#: ../src/ui/dialog/inkscape-preferences.cpp:1555 +#: ../src/ui/dialog/inkscape-preferences.cpp:1567 #: ../src/ui/widget/page-sizer.cpp:287 msgid "Description" msgstr "描述" -#: ../src/ui/dialog/inkscape-preferences.cpp:1610 +#: ../src/ui/dialog/inkscape-preferences.cpp:1622 msgid "" "Remove all your customized keyboard shortcuts, and revert to the shortcuts " "in the shortcut file listed above" msgstr "移除全部自定义的键盘快捷键,并用上面呈列的快捷键文件还原快捷键" -#: ../src/ui/dialog/inkscape-preferences.cpp:1614 +#: ../src/ui/dialog/inkscape-preferences.cpp:1626 msgid "Import ..." -msgstr "导入…" +msgstr "导入..." -#: ../src/ui/dialog/inkscape-preferences.cpp:1614 +#: ../src/ui/dialog/inkscape-preferences.cpp:1626 msgid "Import custom keyboard shortcuts from a file" msgstr "从文件导入自定义键盘快捷键" -#: ../src/ui/dialog/inkscape-preferences.cpp:1617 +#: ../src/ui/dialog/inkscape-preferences.cpp:1629 msgid "Export ..." -msgstr "导出…" +msgstr "导出..." -#: ../src/ui/dialog/inkscape-preferences.cpp:1617 +#: ../src/ui/dialog/inkscape-preferences.cpp:1629 msgid "Export custom keyboard shortcuts to a file" msgstr "将自定义键盘快捷键导出到文件" -#: ../src/ui/dialog/inkscape-preferences.cpp:1627 +#: ../src/ui/dialog/inkscape-preferences.cpp:1639 msgid "Keyboard Shortcuts" msgstr "快捷键" #. Find this group in the tree -#: ../src/ui/dialog/inkscape-preferences.cpp:1790 +#: ../src/ui/dialog/inkscape-preferences.cpp:1802 msgid "Misc" msgstr "杂项" -#: ../src/ui/dialog/inkscape-preferences.cpp:1892 +#: ../src/ui/dialog/inkscape-preferences.cpp:1904 msgctxt "Spellchecker language" msgid "None" msgstr "无" -#: ../src/ui/dialog/inkscape-preferences.cpp:1913 +#: ../src/ui/dialog/inkscape-preferences.cpp:1925 msgid "Set the main spell check language" msgstr "设置拼写检查的首选语言" -#: ../src/ui/dialog/inkscape-preferences.cpp:1916 +#: ../src/ui/dialog/inkscape-preferences.cpp:1928 msgid "Second language:" msgstr "第二语言:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1917 +#: ../src/ui/dialog/inkscape-preferences.cpp:1929 msgid "" "Set the second spell check language; checking will only stop on words " "unknown in ALL chosen languages" msgstr "" "设置第二种拼写检查语言;当单词在在所有选定的语言中均找不到时,检查才会停止" -#: ../src/ui/dialog/inkscape-preferences.cpp:1920 +#: ../src/ui/dialog/inkscape-preferences.cpp:1932 msgid "Third language:" msgstr "第三语言:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1921 +#: ../src/ui/dialog/inkscape-preferences.cpp:1933 msgid "" "Set the third spell check language; checking will only stop on words unknown " "in ALL chosen languages" msgstr "" "设置第三种拼写检查语言;当单词在在所有选定的语言中均找不到时,检查才会停止" -#: ../src/ui/dialog/inkscape-preferences.cpp:1923 +#: ../src/ui/dialog/inkscape-preferences.cpp:1935 msgid "Ignore words with digits" msgstr "忽略含有数字的词" -#: ../src/ui/dialog/inkscape-preferences.cpp:1925 +#: ../src/ui/dialog/inkscape-preferences.cpp:1937 msgid "Ignore words containing digits, such as \"R2D2\"" msgstr "忽略含有数字的单词, 例如“R2D2”" -#: ../src/ui/dialog/inkscape-preferences.cpp:1927 +#: ../src/ui/dialog/inkscape-preferences.cpp:1939 msgid "Ignore words in ALL CAPITALS" msgstr "忽略全部大写的词" -#: ../src/ui/dialog/inkscape-preferences.cpp:1929 +#: ../src/ui/dialog/inkscape-preferences.cpp:1941 msgid "Ignore words in all capitals, such as \"IUPAC\"" msgstr "忽略全部大写的词, 例如“IUPAC”" -#: ../src/ui/dialog/inkscape-preferences.cpp:1931 +#: ../src/ui/dialog/inkscape-preferences.cpp:1943 msgid "Spellcheck" msgstr "拼写检查" -#: ../src/ui/dialog/inkscape-preferences.cpp:1951 +#: ../src/ui/dialog/inkscape-preferences.cpp:1963 msgid "Latency _skew:" msgstr "延时偏差(_S):" -#: ../src/ui/dialog/inkscape-preferences.cpp:1952 +#: ../src/ui/dialog/inkscape-preferences.cpp:1964 msgid "" "Factor by which the event clock is skewed from the actual time (0.9766 on " "some systems)" -msgstr "事件时钟和实际时间的偏差的系数(在某些系统上是 0.9766)" +msgstr "事件时钟和实际时间的偏差的系数(在某些系统上是 0.9766)" -#: ../src/ui/dialog/inkscape-preferences.cpp:1954 +#: ../src/ui/dialog/inkscape-preferences.cpp:1966 msgid "Pre-render named icons" msgstr "预先渲染命名图标" -#: ../src/ui/dialog/inkscape-preferences.cpp:1956 +#: ../src/ui/dialog/inkscape-preferences.cpp:1968 msgid "" "When on, named icons will be rendered before displaying the ui. This is for " "working around bugs in GTK+ named icon notification" msgstr "" "选中时, 命名图标将在显示用户界面前就渲染. 用来避免GTK+中命名图标通知的bug" -#: ../src/ui/dialog/inkscape-preferences.cpp:1964 +#: ../src/ui/dialog/inkscape-preferences.cpp:1976 msgid "System info" msgstr "系统信息" -#: ../src/ui/dialog/inkscape-preferences.cpp:1968 +#: ../src/ui/dialog/inkscape-preferences.cpp:1980 msgid "User config: " msgstr "用户设置:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1968 +#: ../src/ui/dialog/inkscape-preferences.cpp:1980 msgid "Location of users configuration" msgstr "用户配置的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:1972 +#: ../src/ui/dialog/inkscape-preferences.cpp:1984 msgid "User preferences: " msgstr "用户首选项:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1972 +#: ../src/ui/dialog/inkscape-preferences.cpp:1984 msgid "Location of the users preferences file" msgstr "用户首选项文件的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:1976 +#: ../src/ui/dialog/inkscape-preferences.cpp:1988 msgid "User extensions: " msgstr "用户扩展:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1976 +#: ../src/ui/dialog/inkscape-preferences.cpp:1988 msgid "Location of the users extensions" msgstr "用户扩展的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:1980 +#: ../src/ui/dialog/inkscape-preferences.cpp:1992 msgid "User cache: " msgstr "用户缓存:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1980 +#: ../src/ui/dialog/inkscape-preferences.cpp:1992 msgid "Location of users cache" msgstr "用户缓存的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:1988 +#: ../src/ui/dialog/inkscape-preferences.cpp:2000 msgid "Temporary files: " msgstr "临时文件:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1988 +#: ../src/ui/dialog/inkscape-preferences.cpp:2000 msgid "Location of the temporary files used for autosave" msgstr "用于自动保存的临时文件的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:1992 +#: ../src/ui/dialog/inkscape-preferences.cpp:2004 msgid "Inkscape data: " msgstr "Inkscape 数据:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1992 +#: ../src/ui/dialog/inkscape-preferences.cpp:2004 msgid "Location of Inkscape data" msgstr "Inkscape 数据的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:1996 +#: ../src/ui/dialog/inkscape-preferences.cpp:2008 msgid "Inkscape extensions: " msgstr "Inkscape 扩展:" -#: ../src/ui/dialog/inkscape-preferences.cpp:1996 +#: ../src/ui/dialog/inkscape-preferences.cpp:2008 msgid "Location of the Inkscape extensions" msgstr "Inkscape 扩展的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:2005 +#: ../src/ui/dialog/inkscape-preferences.cpp:2017 msgid "System data: " msgstr "系统数据:" -#: ../src/ui/dialog/inkscape-preferences.cpp:2005 +#: ../src/ui/dialog/inkscape-preferences.cpp:2017 msgid "Locations of system data" msgstr "系统数据的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:2029 +#: ../src/ui/dialog/inkscape-preferences.cpp:2041 msgid "Icon theme: " msgstr "图标主题:" -#: ../src/ui/dialog/inkscape-preferences.cpp:2029 +#: ../src/ui/dialog/inkscape-preferences.cpp:2041 msgid "Locations of icon themes" msgstr "图标主题的位置" -#: ../src/ui/dialog/inkscape-preferences.cpp:2031 +#: ../src/ui/dialog/inkscape-preferences.cpp:2043 msgid "System" msgstr "系统" #: ../src/ui/dialog/input.cpp:360 ../src/ui/dialog/input.cpp:381 #: ../src/ui/dialog/input.cpp:1641 msgid "Disabled" -msgstr "禁止" +msgstr "已禁用" #: ../src/ui/dialog/input.cpp:361 msgctxt "Input device" @@ -19908,7 +20011,7 @@ msgstr "平板" #: ../src/ui/dialog/input.cpp:1081 msgid "_Use pressure-sensitive tablet (requires restart)" -msgstr "使用压力敏感绘图板(需要重启)(_U)" +msgstr "使用压力敏感绘图板(需重启程序)(_U)" #: ../src/ui/dialog/input.cpp:1086 msgid "Axes" @@ -19923,11 +20026,12 @@ msgid "" "A device can be 'Disabled', its co-ordinates mapped to the whole 'Screen', " "or to a single (usually focused) 'Window'" msgstr "" -"可以“禁用”的设备,它的坐标映射到整个“屏幕”,或者一个单一(通常是聚焦的)的“窗" +"可以“禁用”的设备,它的坐标映射到整个“屏幕”,或者一个单一(通常是聚焦的)的“窗" "口”" #: ../src/ui/dialog/input.cpp:1616 ../src/widgets/calligraphy-toolbar.cpp:578 -#: ../src/widgets/spray-toolbar.cpp:224 ../src/widgets/tweak-toolbar.cpp:372 +#: ../src/widgets/spray-toolbar.cpp:311 ../src/widgets/spray-toolbar.cpp:427 +#: ../src/widgets/spray-toolbar.cpp:476 ../src/widgets/tweak-toolbar.cpp:372 msgid "Pressure" msgstr "压力" @@ -19948,6 +20052,35 @@ msgctxt "Input device axe" msgid "None" msgstr "无" +#: ../src/ui/dialog/knot-properties.cpp:59 +msgid "Position X:" +msgstr "位置 X:" + +#: ../src/ui/dialog/knot-properties.cpp:66 +msgid "Position Y:" +msgstr "位置 Y:" + +#: ../src/ui/dialog/knot-properties.cpp:120 +msgid "Modify Knot Position" +msgstr "修改节点位置" + +#: ../src/ui/dialog/knot-properties.cpp:121 +#: ../src/ui/dialog/layer-properties.cpp:411 +#: ../src/ui/dialog/lpe-powerstroke-properties.cpp:123 +#: ../src/ui/dialog/transformation.cpp:107 +msgid "_Move" +msgstr "移动(_M)" + +#: ../src/ui/dialog/knot-properties.cpp:180 +#, c-format +msgid "Position X (%s):" +msgstr "位置 X (%s):" + +#: ../src/ui/dialog/knot-properties.cpp:181 +#, c-format +msgid "Position Y (%s):" +msgstr "位置 Y (%s):" + #: ../src/ui/dialog/layer-properties.cpp:55 msgid "Layer name:" msgstr "层名:" @@ -19975,7 +20108,7 @@ msgstr "重命名图层" #. TODO: find an unused layer number, forming name from _("Layer ") + "%d" #: ../src/ui/dialog/layer-properties.cpp:354 #: ../src/ui/dialog/layer-properties.cpp:410 ../src/verbs.cpp:194 -#: ../src/verbs.cpp:2337 +#: ../src/verbs.cpp:2364 msgid "Layer" msgstr "图层" @@ -20008,15 +20141,9 @@ msgstr "新图层已创建。" msgid "Move to Layer" msgstr "移到图层" -#: ../src/ui/dialog/layer-properties.cpp:411 -#: ../src/ui/dialog/lpe-powerstroke-properties.cpp:123 -#: ../src/ui/dialog/transformation.cpp:108 -msgid "_Move" -msgstr "移动(_M)" - #: ../src/ui/dialog/layers.cpp:525 ../src/ui/widget/layer-selector.cpp:613 msgid "Unhide layer" -msgstr "撤销隐藏图层" +msgstr "显示图层" #: ../src/ui/dialog/layers.cpp:525 ../src/ui/widget/layer-selector.cpp:613 msgid "Hide layer" @@ -20028,15 +20155,15 @@ msgstr "锁定图层" #: ../src/ui/dialog/layers.cpp:536 ../src/ui/widget/layer-selector.cpp:605 msgid "Unlock layer" -msgstr "撤销锁定图层" +msgstr "解锁图层" #: ../src/ui/dialog/layers.cpp:624 ../src/ui/dialog/objects.cpp:844 -#: ../src/verbs.cpp:1407 +#: ../src/verbs.cpp:1424 msgid "Toggle layer solo" msgstr "仅当前图层可见" #: ../src/ui/dialog/layers.cpp:627 ../src/ui/dialog/objects.cpp:847 -#: ../src/verbs.cpp:1431 +#: ../src/verbs.cpp:1448 msgid "Lock other layers" msgstr "锁定其他图层" @@ -20232,11 +20359,11 @@ msgstr "日志捕获停止。" #: ../src/ui/dialog/new-from-template.cpp:27 msgid "Create from template" -msgstr "从模板创建" +msgstr "从模板新建" #: ../src/ui/dialog/new-from-template.cpp:29 msgid "New From Template" -msgstr "由模板新建" +msgstr "从模板新建" #: ../src/ui/dialog/object-attributes.cpp:47 msgid "Href:" @@ -20262,7 +20389,7 @@ msgstr "显示:" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/linking.html#AElementXLinkActuateAttribute #: ../src/ui/dialog/object-attributes.cpp:60 msgid "Actuate:" -msgstr "开动:" +msgstr "激活:" #: ../src/ui/dialog/object-attributes.cpp:65 msgid "URL:" @@ -20299,7 +20426,7 @@ msgstr "锁定(_O)" #: ../src/ui/dialog/object-properties.cpp:139 msgid "" "The id= attribute (only letters, digits, and the characters .-_: allowed)" -msgstr "id= 属性(只允许字母、数字和字符 .-_:)" +msgstr "id= 属性(只允许字母、数字和字符 .-_:)" #. Create the entry box for the object label #: ../src/ui/dialog/object-properties.cpp:174 @@ -20336,11 +20463,11 @@ msgstr "勾选使对象不可见" #. TRANSLATORS: "Lock" is a verb here #: ../src/ui/dialog/object-properties.cpp:309 msgid "Check to make the object insensitive (not selectable by mouse)" -msgstr "勾选使对象不可操作(不能通过鼠标选择)" +msgstr "勾选使对象不可操作(不能通过鼠标选择)" #. Button for setting the object's id, label, title and description. -#: ../src/ui/dialog/object-properties.cpp:325 ../src/verbs.cpp:2680 -#: ../src/verbs.cpp:2686 +#: ../src/ui/dialog/object-properties.cpp:325 ../src/verbs.cpp:2712 +#: ../src/verbs.cpp:2718 msgid "_Set" msgstr "设置(_S)" @@ -20396,7 +20523,7 @@ msgstr "隐藏对象" #: ../src/ui/dialog/object-properties.cpp:570 msgid "Unhide object" -msgstr "撤销隐藏对象" +msgstr "显示对象" #: ../src/ui/dialog/objects.cpp:874 msgid "Unhide objects" @@ -20426,8 +20553,8 @@ msgstr "群组转图层" msgid "Moved objects" msgstr "移动的对象" -#: ../src/ui/dialog/objects.cpp:1353 ../src/ui/dialog/tags.cpp:857 -#: ../src/ui/dialog/tags.cpp:864 +#: ../src/ui/dialog/objects.cpp:1353 ../src/ui/dialog/tags.cpp:853 +#: ../src/ui/dialog/tags.cpp:860 msgid "Rename object" msgstr "重命名对象" @@ -20447,143 +20574,143 @@ msgstr "设置对象混合模式" msgid "Set object blur" msgstr "设置对象模糊" -#: ../src/ui/dialog/objects.cpp:1617 +#: ../src/ui/dialog/objects.cpp:1621 msgctxt "Visibility" msgid "V" msgstr "见" -#: ../src/ui/dialog/objects.cpp:1618 +#: ../src/ui/dialog/objects.cpp:1622 msgctxt "Lock" msgid "L" msgstr "锁" -#: ../src/ui/dialog/objects.cpp:1619 +#: ../src/ui/dialog/objects.cpp:1623 msgctxt "Type" msgid "T" msgstr "类" -#: ../src/ui/dialog/objects.cpp:1620 +#: ../src/ui/dialog/objects.cpp:1624 msgctxt "Clip and mask" msgid "CM" msgstr "蒙" -#: ../src/ui/dialog/objects.cpp:1621 +#: ../src/ui/dialog/objects.cpp:1625 msgctxt "Highlight" msgid "HL" msgstr "高" -#: ../src/ui/dialog/objects.cpp:1622 +#: ../src/ui/dialog/objects.cpp:1626 msgid "Label" msgstr "标签" #. In order to get tooltips on header, we must create our own label. -#: ../src/ui/dialog/objects.cpp:1664 +#: ../src/ui/dialog/objects.cpp:1668 msgid "Toggle visibility of Layer, Group, or Object." msgstr "切换图层、组或对象的可见性。" -#: ../src/ui/dialog/objects.cpp:1677 +#: ../src/ui/dialog/objects.cpp:1681 msgid "Toggle lock of Layer, Group, or Object." msgstr "切换图层、组或对象的锁。" -#: ../src/ui/dialog/objects.cpp:1689 +#: ../src/ui/dialog/objects.cpp:1693 msgid "" "Type: Layer, Group, or Object. Clicking on Layer or Group icon, toggles " "between the two types." msgstr "类型:图层、组或对象。点击图层或组图标,在这两种类型间切换。" -#: ../src/ui/dialog/objects.cpp:1708 +#: ../src/ui/dialog/objects.cpp:1712 msgid "Is object clipped and/or masked?" msgstr "对象是否被裁剪或遮蔽?" -#: ../src/ui/dialog/objects.cpp:1719 +#: ../src/ui/dialog/objects.cpp:1723 msgid "" "Highlight color of outline in Node tool. Click to set. If alpha is zero, use " "inherited color." msgstr "" -#: ../src/ui/dialog/objects.cpp:1730 +#: ../src/ui/dialog/objects.cpp:1734 msgid "" "Layer/Group/Object label (inkscape:label). Double-click to set. Default " "value is object 'id'." msgstr "" -#: ../src/ui/dialog/objects.cpp:1827 +#: ../src/ui/dialog/objects.cpp:1831 msgid "Add layer..." -msgstr "增加层…" +msgstr "增加层..." -#: ../src/ui/dialog/objects.cpp:1834 +#: ../src/ui/dialog/objects.cpp:1838 msgid "Remove object" msgstr "删除对象" -#: ../src/ui/dialog/objects.cpp:1842 +#: ../src/ui/dialog/objects.cpp:1846 msgid "Move To Bottom" msgstr "移到底部" -#: ../src/ui/dialog/objects.cpp:1866 +#: ../src/ui/dialog/objects.cpp:1870 msgid "Move To Top" msgstr "移到顶部" -#: ../src/ui/dialog/objects.cpp:1874 +#: ../src/ui/dialog/objects.cpp:1878 msgid "Collapse All" msgstr "全部折叠" -#: ../src/ui/dialog/objects.cpp:1888 +#: ../src/ui/dialog/objects.cpp:1892 msgid "Rename" msgstr "重命名" -#: ../src/ui/dialog/objects.cpp:1894 +#: ../src/ui/dialog/objects.cpp:1898 msgid "Solo" msgstr "独立" -#: ../src/ui/dialog/objects.cpp:1895 +#: ../src/ui/dialog/objects.cpp:1899 msgid "Show All" msgstr "显示全部" -#: ../src/ui/dialog/objects.cpp:1896 +#: ../src/ui/dialog/objects.cpp:1900 msgid "Hide All" msgstr "隐藏所有" -#: ../src/ui/dialog/objects.cpp:1900 +#: ../src/ui/dialog/objects.cpp:1904 msgid "Lock Others" msgstr "锁定其他" -#: ../src/ui/dialog/objects.cpp:1901 +#: ../src/ui/dialog/objects.cpp:1905 msgid "Lock All" msgstr "全部锁定" #. LockAndHide -#: ../src/ui/dialog/objects.cpp:1902 ../src/verbs.cpp:2968 +#: ../src/ui/dialog/objects.cpp:1906 ../src/verbs.cpp:3010 msgid "Unlock All" msgstr "撤销所有锁定" -#: ../src/ui/dialog/objects.cpp:1906 +#: ../src/ui/dialog/objects.cpp:1910 msgid "Up" msgstr "向上" -#: ../src/ui/dialog/objects.cpp:1907 +#: ../src/ui/dialog/objects.cpp:1911 msgid "Down" msgstr "向下" -#: ../src/ui/dialog/objects.cpp:1916 +#: ../src/ui/dialog/objects.cpp:1920 msgid "Set Clip" msgstr "设置剪裁" #. will never be implemented #. _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_OBJECT_SET_INVERSE_CLIPPATH, 0, "Set Inverse Clip", (int)BUTTON_SETINVCLIP ) ); -#: ../src/ui/dialog/objects.cpp:1922 +#: ../src/ui/dialog/objects.cpp:1926 msgid "Unset Clip" msgstr "取消剪裁" #. Set mask -#: ../src/ui/dialog/objects.cpp:1926 ../src/ui/interface.cpp:1735 +#: ../src/ui/dialog/objects.cpp:1930 ../src/ui/interface.cpp:1736 msgid "Set Mask" msgstr "设置蒙版" -#: ../src/ui/dialog/objects.cpp:1927 +#: ../src/ui/dialog/objects.cpp:1931 msgid "Unset Mask" msgstr "取消蒙版" -#: ../src/ui/dialog/objects.cpp:1949 +#: ../src/ui/dialog/objects.cpp:1953 msgid "Select Highlight Color" msgstr "选择高亮色" @@ -20593,7 +20720,7 @@ msgstr "找到剪贴画" #: ../src/ui/dialog/ocaldialogs.cpp:764 msgid "Downloading image..." -msgstr "正在下载图像…" +msgstr "正在下载图像..." #: ../src/ui/dialog/ocaldialogs.cpp:912 msgid "Could not download image" @@ -20613,7 +20740,7 @@ msgstr "无描述" #: ../src/ui/dialog/ocaldialogs.cpp:1079 msgid "Searching clipart..." -msgstr "正在搜索剪贴画…" +msgstr "正在搜索剪贴画..." #: ../src/ui/dialog/ocaldialogs.cpp:1099 ../src/ui/dialog/ocaldialogs.cpp:1120 msgid "Could not connect to the Open Clip Art Library" @@ -20643,7 +20770,7 @@ msgstr "关闭" #: ../src/ui/dialog/pixelartdialog.cpp:190 msgid "_Curves (multiplier):" -msgstr "曲线(倍数)(_C):" +msgstr "曲线(倍数)(_C):" #: ../src/ui/dialog/pixelartdialog.cpp:193 msgid "Favors connections that are part of a long curve" @@ -20651,7 +20778,7 @@ msgstr "偏爱为长曲线的一部分的连接" #: ../src/ui/dialog/pixelartdialog.cpp:204 msgid "_Islands (weight):" -msgstr "岛(权重)(_I):" +msgstr "孤岛(权重)(_I):" #: ../src/ui/dialog/pixelartdialog.cpp:207 msgid "Avoid single disconnected pixels" @@ -20663,7 +20790,7 @@ msgstr "恒定票值" #: ../src/ui/dialog/pixelartdialog.cpp:219 msgid "Sparse pixels (window _radius):" -msgstr "稀疏像素(窗口半径)(_R):" +msgstr "稀疏像素(窗口半径)(_R):" #: ../src/ui/dialog/pixelartdialog.cpp:228 msgid "The radius of the window analyzed" @@ -20671,7 +20798,7 @@ msgstr "分析的窗口的半径" #: ../src/ui/dialog/pixelartdialog.cpp:229 msgid "Sparse pixels (_multiplier):" -msgstr "稀疏像素(倍数)(_M):" +msgstr "稀疏像素(倍数)(_M):" #: ../src/ui/dialog/pixelartdialog.cpp:240 msgid "Favors connections that are part of foreground color" @@ -20733,9 +20860,9 @@ msgid "" "\n" "Continue the procedure (without saving)?" msgstr "" -"图像尺寸太大。该过程可能会需要一些时间并且最好在继续处理前先保存你的文档。\n" +"图像尺寸太大。该过程可能会需要一些时间并且最好在继续处理前先保存您的文档。\n" "\n" -"继续处理动作吗 (不保存)?" +"继续处理动作吗(不保存)?" #: ../src/ui/dialog/pixelartdialog.cpp:499 msgid "Trace pixel art" @@ -20917,11 +21044,11 @@ msgstr "<b>完成</b>,未找到可疑项" #: ../src/ui/dialog/spellcheck.cpp:578 #, c-format msgid "Not in dictionary (%s): <b>%s</b>" -msgstr "不在词典中(%s):<b>%s</b>" +msgstr "不在词典中(%s):<b>%s</b>" #: ../src/ui/dialog/spellcheck.cpp:727 msgid "<i>Checking...</i>" -msgstr "<i>正在检查…</i>" +msgstr "<i>正在检查...</i>" #: ../src/ui/dialog/spellcheck.cpp:796 msgid "Fix spelling" @@ -21001,7 +21128,7 @@ msgstr "丢失的字型:" #: ../src/ui/dialog/svg-fonts-dialog.cpp:697 msgid "From selection..." -msgstr "从选择中…" +msgstr "从选择中..." #: ../src/ui/dialog/svg-fonts-dialog.cpp:710 msgid "Glyph name" @@ -21017,7 +21144,7 @@ msgstr "添加字型" #: ../src/ui/dialog/svg-fonts-dialog.cpp:721 msgid "Get curves from selection..." -msgstr "从选区中获得曲线…" +msgstr "从选区中获得曲线..." #: ../src/ui/dialog/svg-fonts-dialog.cpp:770 msgid "Add kerning pair" @@ -21107,7 +21234,7 @@ msgstr "设置轮廓" #: ../src/ui/dialog/swatches.cpp:286 msgid "Edit..." -msgstr "编辑…" +msgstr "编辑..." #: ../src/ui/dialog/swatches.cpp:298 msgid "Convert" @@ -21116,7 +21243,7 @@ msgstr "转换" #: ../src/ui/dialog/swatches.cpp:542 #, c-format msgid "Palettes directory (%s) is unavailable." -msgstr "调色板目录 (%s)不可用." +msgstr "调色板目录(%s)不可用。" #. ******************* Symbol Sets ************************ #: ../src/ui/dialog/symbols.cpp:135 @@ -21160,28 +21287,28 @@ msgstr "通过放大使符号更大。" msgid "Unnamed Symbols" msgstr "未命名符号" -#: ../src/ui/dialog/tags.cpp:274 ../src/ui/dialog/tags.cpp:573 -#: ../src/ui/dialog/tags.cpp:687 +#: ../src/ui/dialog/tags.cpp:270 ../src/ui/dialog/tags.cpp:569 +#: ../src/ui/dialog/tags.cpp:683 msgid "Remove from selection set" msgstr "从选择集合中移除" -#: ../src/ui/dialog/tags.cpp:431 +#: ../src/ui/dialog/tags.cpp:427 msgid "Items" msgstr "条目" -#: ../src/ui/dialog/tags.cpp:670 +#: ../src/ui/dialog/tags.cpp:666 msgid "Add selection to set" msgstr "添加选择内容到集合" -#: ../src/ui/dialog/tags.cpp:828 +#: ../src/ui/dialog/tags.cpp:824 msgid "Moved sets" msgstr "移动的集合" -#: ../src/ui/dialog/tags.cpp:998 +#: ../src/ui/dialog/tags.cpp:994 msgid "Add a new selection set" msgstr "添加一个新的选择集合" -#: ../src/ui/dialog/tags.cpp:1007 +#: ../src/ui/dialog/tags.cpp:1003 msgid "Remove Item/Set" msgstr "移除项目/集合" @@ -21222,37 +21349,37 @@ msgid "AaBbCcIiPpQq12369$€¢?.;/()" msgstr "AaBbCcIiPpQq12369$€¢?.;/() “東国三力今,書鷹酬鬱愛袋;永。”" #. Align buttons -#: ../src/ui/dialog/text-edit.cpp:97 ../src/widgets/text-toolbar.cpp:1339 -#: ../src/widgets/text-toolbar.cpp:1340 +#: ../src/ui/dialog/text-edit.cpp:97 ../src/widgets/text-toolbar.cpp:1432 +#: ../src/widgets/text-toolbar.cpp:1433 msgid "Align left" msgstr "左对齐" -#: ../src/ui/dialog/text-edit.cpp:98 ../src/widgets/text-toolbar.cpp:1347 -#: ../src/widgets/text-toolbar.cpp:1348 +#: ../src/ui/dialog/text-edit.cpp:98 ../src/widgets/text-toolbar.cpp:1440 +#: ../src/widgets/text-toolbar.cpp:1441 msgid "Align center" msgstr "中心对齐" -#: ../src/ui/dialog/text-edit.cpp:99 ../src/widgets/text-toolbar.cpp:1355 -#: ../src/widgets/text-toolbar.cpp:1356 +#: ../src/ui/dialog/text-edit.cpp:99 ../src/widgets/text-toolbar.cpp:1448 +#: ../src/widgets/text-toolbar.cpp:1449 msgid "Align right" msgstr "右对齐" -#: ../src/ui/dialog/text-edit.cpp:100 ../src/widgets/text-toolbar.cpp:1364 +#: ../src/ui/dialog/text-edit.cpp:100 ../src/widgets/text-toolbar.cpp:1457 msgid "Justify (only flowed text)" -msgstr "对齐(仅浮动文本)" +msgstr "对齐(仅浮动文本)" #. Direction buttons -#: ../src/ui/dialog/text-edit.cpp:109 ../src/widgets/text-toolbar.cpp:1399 +#: ../src/ui/dialog/text-edit.cpp:109 ../src/widgets/text-toolbar.cpp:1492 msgid "Horizontal text" msgstr "水平文字" -#: ../src/ui/dialog/text-edit.cpp:110 ../src/widgets/text-toolbar.cpp:1406 +#: ../src/ui/dialog/text-edit.cpp:110 msgid "Vertical text" msgstr "垂直文字" #: ../src/ui/dialog/text-edit.cpp:130 ../src/ui/dialog/text-edit.cpp:131 -msgid "Spacing between lines (percent of font size)" -msgstr "行距(字体大小的百分比)" +msgid "Spacing between baselines (percent of font size)" +msgstr "行距(字号的百分比)" #: ../src/ui/dialog/text-edit.cpp:147 msgid "Text path offset" @@ -21315,7 +21442,7 @@ msgstr "使用 J. Canny 的最优边缘检测算法临摹轮廓" #: ../src/ui/dialog/tracedialog.cpp:556 msgid "Brightness cutoff for adjacent pixels (determines edge thickness)" -msgstr "邻近像素亮度截断(决定边缘厚度)" +msgstr "邻近像素亮度截断(决定边缘厚度)" #: ../src/ui/dialog/tracedialog.cpp:559 msgid "T_hreshold:" @@ -21402,7 +21529,7 @@ msgstr "堆叠扫描数(_K)" msgid "" "Stack scans on top of one another (no gaps) instead of tiling (usually with " "gaps)" -msgstr "用互相重叠的堆叠(没有间隙)代替水平平铺(常有间隙)" +msgstr "用互相重叠的堆叠(没有间隙)代替水平平铺(常有间隙)" #: ../src/ui/dialog/tracedialog.cpp:665 msgid "Remo_ve background" @@ -21411,7 +21538,7 @@ msgstr "删除背景(_V)" #. TRANSLATORS: "Layer" refers to one of the stacked paths in the multiscan #: ../src/ui/dialog/tracedialog.cpp:670 msgid "Remove bottom (background) layer when done" -msgstr "完成后清除最底层(背景)" +msgstr "完成后清除最底层(背景)" #: ../src/ui/dialog/tracedialog.cpp:675 msgid "Multiple scans: creates a group of paths" @@ -21486,7 +21613,7 @@ msgid "" "http://potrace.sourceforge.net" msgstr "" "Inkscape 位图边缘临摹\n" -"基于 Peter Seligner 编写的 Potrace,\n" +"基于 Peter Seligner 编写的 Potrace\n" "\n" "http://potrace.sourceforge.net" @@ -21502,7 +21629,7 @@ msgstr "SIOX 前景选择(_F)" #: ../src/ui/dialog/tracedialog.cpp:777 msgid "Cover the area you want to select as the foreground" -msgstr "覆盖你需要选择的区域作为前景" +msgstr "覆盖您需要选择的区域作为前景" #: ../src/ui/dialog/tracedialog.cpp:782 msgid "Live Preview" @@ -21523,164 +21650,164 @@ msgstr "不实际进行临摹而使用当前设置预览中间位图" msgid "Preview" msgstr "预览" -#: ../src/ui/dialog/transformation.cpp:70 -#: ../src/ui/dialog/transformation.cpp:80 +#: ../src/ui/dialog/transformation.cpp:69 +#: ../src/ui/dialog/transformation.cpp:79 msgid "_Horizontal:" msgstr "水平(_H):" -#: ../src/ui/dialog/transformation.cpp:70 +#: ../src/ui/dialog/transformation.cpp:69 msgid "Horizontal displacement (relative) or position (absolute)" -msgstr "水平位移(相对)或者位置(绝对)" +msgstr "水平位移(相对)或者位置(绝对)" -#: ../src/ui/dialog/transformation.cpp:72 -#: ../src/ui/dialog/transformation.cpp:82 +#: ../src/ui/dialog/transformation.cpp:71 +#: ../src/ui/dialog/transformation.cpp:81 msgid "_Vertical:" msgstr "垂直(_V):" -#: ../src/ui/dialog/transformation.cpp:72 +#: ../src/ui/dialog/transformation.cpp:71 msgid "Vertical displacement (relative) or position (absolute)" -msgstr "垂直位移(相对)或者位置(绝对)" +msgstr "垂直位移(相对)或者位置(绝对)" -#: ../src/ui/dialog/transformation.cpp:74 +#: ../src/ui/dialog/transformation.cpp:73 msgid "Horizontal size (absolute or percentage of current)" -msgstr "水平尺寸(绝对或相对于当前的百分比)" +msgstr "水平尺寸(绝对或相对于当前的百分比)" -#: ../src/ui/dialog/transformation.cpp:76 +#: ../src/ui/dialog/transformation.cpp:75 msgid "Vertical size (absolute or percentage of current)" -msgstr "垂直尺寸(绝对或相对于当前的百分比)" +msgstr "垂直尺寸(绝对或相对于当前的百分比)" -#: ../src/ui/dialog/transformation.cpp:78 +#: ../src/ui/dialog/transformation.cpp:77 msgid "A_ngle:" msgstr "角度(_N):" -#: ../src/ui/dialog/transformation.cpp:78 -#: ../src/ui/dialog/transformation.cpp:1103 +#: ../src/ui/dialog/transformation.cpp:77 +#: ../src/ui/dialog/transformation.cpp:1102 msgid "Rotation angle (positive = counterclockwise)" -msgstr "旋转角度(正值=逆时针)" +msgstr "旋转角度(正值=逆时针)" -#: ../src/ui/dialog/transformation.cpp:80 +#: ../src/ui/dialog/transformation.cpp:79 msgid "" "Horizontal skew angle (positive = counterclockwise), or absolute " "displacement, or percentage displacement" -msgstr "水平错切角度(正值=逆时针),或绝对位移,或百分比位移" +msgstr "水平错切角度(正值=逆时针),或绝对位移,或百分比位移" -#: ../src/ui/dialog/transformation.cpp:82 +#: ../src/ui/dialog/transformation.cpp:81 msgid "" "Vertical skew angle (positive = counterclockwise), or absolute displacement, " "or percentage displacement" -msgstr "垂直错切角度(正值=逆时针),或绝对位移,或百分比位移" +msgstr "垂直错切角度(正值=逆时针),或绝对位移,或百分比位移" -#: ../src/ui/dialog/transformation.cpp:85 +#: ../src/ui/dialog/transformation.cpp:84 msgid "Transformation matrix element A" msgstr "变换矩阵元素 A" -#: ../src/ui/dialog/transformation.cpp:86 +#: ../src/ui/dialog/transformation.cpp:85 msgid "Transformation matrix element B" msgstr "变换矩阵元素 B" -#: ../src/ui/dialog/transformation.cpp:87 +#: ../src/ui/dialog/transformation.cpp:86 msgid "Transformation matrix element C" msgstr "变换矩阵元素 C" -#: ../src/ui/dialog/transformation.cpp:88 +#: ../src/ui/dialog/transformation.cpp:87 msgid "Transformation matrix element D" msgstr "变换矩阵元素 D" -#: ../src/ui/dialog/transformation.cpp:89 +#: ../src/ui/dialog/transformation.cpp:88 msgid "Transformation matrix element E" msgstr "变换矩阵元素 E" -#: ../src/ui/dialog/transformation.cpp:90 +#: ../src/ui/dialog/transformation.cpp:89 msgid "Transformation matrix element F" msgstr "变换矩阵元素 F" -#: ../src/ui/dialog/transformation.cpp:95 +#: ../src/ui/dialog/transformation.cpp:94 msgid "Rela_tive move" msgstr "相对移动(_T)" -#: ../src/ui/dialog/transformation.cpp:95 +#: ../src/ui/dialog/transformation.cpp:94 msgid "" "Add the specified relative displacement to the current position; otherwise, " "edit the current absolute position directly" msgstr "给当前位置添加指定的相对位移;否则直接编辑当前绝对位置" -#: ../src/ui/dialog/transformation.cpp:96 +#: ../src/ui/dialog/transformation.cpp:95 msgid "_Scale proportionally" -msgstr "等比例缩放(_S):" +msgstr "等比例缩放(_S)" -#: ../src/ui/dialog/transformation.cpp:96 +#: ../src/ui/dialog/transformation.cpp:95 msgid "Preserve the width/height ratio of the scaled objects" msgstr "保持缩放对象的宽高比" -#: ../src/ui/dialog/transformation.cpp:97 +#: ../src/ui/dialog/transformation.cpp:96 msgid "Apply to each _object separately" msgstr "单独应用到每一个对象(_O)" -#: ../src/ui/dialog/transformation.cpp:97 +#: ../src/ui/dialog/transformation.cpp:96 msgid "" "Apply the scale/rotate/skew to each selected object separately; otherwise, " "transform the selection as a whole" msgstr "分开应用缩放/旋转/错切到每一个已选对象;否则, 选择作为整体变换" -#: ../src/ui/dialog/transformation.cpp:98 +#: ../src/ui/dialog/transformation.cpp:97 msgid "Edit c_urrent matrix" msgstr "编辑当前矩阵(_U)" -#: ../src/ui/dialog/transformation.cpp:98 +#: ../src/ui/dialog/transformation.cpp:97 msgid "" "Edit the current transform= matrix; otherwise, post-multiply transform= by " "this matrix" msgstr "编辑当前 transform= 矩阵;否则,右乘此 transform= 矩阵" -#: ../src/ui/dialog/transformation.cpp:111 +#: ../src/ui/dialog/transformation.cpp:110 msgid "_Scale" msgstr "缩放(_S)" -#: ../src/ui/dialog/transformation.cpp:114 +#: ../src/ui/dialog/transformation.cpp:113 msgid "_Rotate" msgstr "旋转(_R)" -#: ../src/ui/dialog/transformation.cpp:117 +#: ../src/ui/dialog/transformation.cpp:116 msgid "Ske_w" msgstr "错切(_W)" -#: ../src/ui/dialog/transformation.cpp:120 +#: ../src/ui/dialog/transformation.cpp:119 msgid "Matri_x" msgstr "矩阵(_X)" -#: ../src/ui/dialog/transformation.cpp:144 +#: ../src/ui/dialog/transformation.cpp:143 msgid "Reset the values on the current tab to defaults" msgstr "当前选项页的值恢复默认" -#: ../src/ui/dialog/transformation.cpp:151 +#: ../src/ui/dialog/transformation.cpp:150 msgid "Apply transformation to selection" msgstr "应用变换到已选对象" -#: ../src/ui/dialog/transformation.cpp:327 +#: ../src/ui/dialog/transformation.cpp:326 msgid "Rotate in a counterclockwise direction" msgstr "按逆时针方向旋转" -#: ../src/ui/dialog/transformation.cpp:333 +#: ../src/ui/dialog/transformation.cpp:332 msgid "Rotate in a clockwise direction" msgstr "按顺时针方向旋转" -#: ../src/ui/dialog/transformation.cpp:906 -#: ../src/ui/dialog/transformation.cpp:917 -#: ../src/ui/dialog/transformation.cpp:931 -#: ../src/ui/dialog/transformation.cpp:950 -#: ../src/ui/dialog/transformation.cpp:961 -#: ../src/ui/dialog/transformation.cpp:971 -#: ../src/ui/dialog/transformation.cpp:995 +#: ../src/ui/dialog/transformation.cpp:905 +#: ../src/ui/dialog/transformation.cpp:916 +#: ../src/ui/dialog/transformation.cpp:930 +#: ../src/ui/dialog/transformation.cpp:949 +#: ../src/ui/dialog/transformation.cpp:960 +#: ../src/ui/dialog/transformation.cpp:970 +#: ../src/ui/dialog/transformation.cpp:994 msgid "Transform matrix is singular, <b>not used</b>." msgstr "变换矩阵是奇异的,<b>未被使用</b>。" -#: ../src/ui/dialog/transformation.cpp:1011 +#: ../src/ui/dialog/transformation.cpp:1010 msgid "Edit transformation matrix" msgstr "编辑变换矩阵" -#: ../src/ui/dialog/transformation.cpp:1110 +#: ../src/ui/dialog/transformation.cpp:1109 msgid "Rotation angle (positive = clockwise)" -msgstr "旋转角度(正值=顺时针)" +msgstr "旋转角度(正值=顺时针)" #: ../src/ui/dialog/xml-tree.cpp:70 ../src/ui/dialog/xml-tree.cpp:126 msgid "New element node" @@ -21761,7 +21888,7 @@ msgstr "拖动 XML 子树" #: ../src/ui/dialog/xml-tree.cpp:876 msgid "New element node..." -msgstr "新元素节点…" +msgstr "新元素节点..." #: ../src/ui/dialog/xml-tree.cpp:914 msgid "Cancel" @@ -21783,68 +21910,68 @@ msgstr "删除节点" msgid "Change attribute" msgstr "改变属性" -#: ../src/ui/interface.cpp:748 +#: ../src/ui/interface.cpp:751 msgctxt "Interface setup" msgid "Default" msgstr "默认" -#: ../src/ui/interface.cpp:748 +#: ../src/ui/interface.cpp:751 msgid "Default interface setup" msgstr "默认的界面设置" -#: ../src/ui/interface.cpp:749 +#: ../src/ui/interface.cpp:752 msgctxt "Interface setup" msgid "Custom" msgstr "自定义" -#: ../src/ui/interface.cpp:749 +#: ../src/ui/interface.cpp:752 msgid "Setup for custom task" msgstr "自定义任务设置" -#: ../src/ui/interface.cpp:750 +#: ../src/ui/interface.cpp:753 msgctxt "Interface setup" msgid "Wide" msgstr "宽" -#: ../src/ui/interface.cpp:750 +#: ../src/ui/interface.cpp:753 msgid "Setup for widescreen work" msgstr "宽屏工作模式" -#: ../src/ui/interface.cpp:862 +#: ../src/ui/interface.cpp:863 #, c-format msgid "Verb \"%s\" Unknown" msgstr "动词“%s”未知" -#: ../src/ui/interface.cpp:897 +#: ../src/ui/interface.cpp:898 msgid "Open _Recent" -msgstr "打开最近文件(_R)" +msgstr "最近文档(_R)" -#: ../src/ui/interface.cpp:1005 ../src/ui/interface.cpp:1091 -#: ../src/ui/interface.cpp:1194 ../src/ui/widget/selected-style.cpp:544 +#: ../src/ui/interface.cpp:1006 ../src/ui/interface.cpp:1092 +#: ../src/ui/interface.cpp:1195 ../src/ui/widget/selected-style.cpp:544 msgid "Drop color" msgstr "放置颜色" -#: ../src/ui/interface.cpp:1044 ../src/ui/interface.cpp:1154 +#: ../src/ui/interface.cpp:1045 ../src/ui/interface.cpp:1155 msgid "Drop color on gradient" msgstr "将颜色放置到渐变上" -#: ../src/ui/interface.cpp:1207 +#: ../src/ui/interface.cpp:1208 msgid "Could not parse SVG data" msgstr "不能解析 SVG 数据" -#: ../src/ui/interface.cpp:1246 +#: ../src/ui/interface.cpp:1247 msgid "Drop SVG" msgstr "丢弃 SVG" -#: ../src/ui/interface.cpp:1259 +#: ../src/ui/interface.cpp:1260 msgid "Drop Symbol" msgstr "丢弃符号" -#: ../src/ui/interface.cpp:1290 +#: ../src/ui/interface.cpp:1291 msgid "Drop bitmap image" msgstr "丢弃位图图像" -#: ../src/ui/interface.cpp:1382 +#: ../src/ui/interface.cpp:1383 #, c-format msgid "" "<span weight=\"bold\" size=\"larger\">A file named \"%s\" already exists. Do " @@ -21856,168 +21983,168 @@ msgstr "" "\n" "已存在文件“%s”。替换将覆盖其内容。" -#: ../src/ui/interface.cpp:1389 ../share/extensions/web-set-att.inx.h:21 +#: ../src/ui/interface.cpp:1390 ../share/extensions/web-set-att.inx.h:21 #: ../share/extensions/web-transmit-att.inx.h:19 msgid "Replace" msgstr "替换" -#: ../src/ui/interface.cpp:1460 +#: ../src/ui/interface.cpp:1461 msgid "Go to parent" msgstr "转至父级" #. TRANSLATORS: #%1 is the id of the group e.g. <g id="#g7">, not a number. -#: ../src/ui/interface.cpp:1501 +#: ../src/ui/interface.cpp:1502 msgid "Enter group #%1" msgstr "输入组号 #%1" #. Item dialog -#: ../src/ui/interface.cpp:1637 ../src/verbs.cpp:2901 +#: ../src/ui/interface.cpp:1638 ../src/verbs.cpp:2939 msgid "_Object Properties..." -msgstr "对象属性(_O)…" +msgstr "对象属性(_O)..." -#: ../src/ui/interface.cpp:1646 +#: ../src/ui/interface.cpp:1647 msgid "_Select This" msgstr "选择这个(_S)" -#: ../src/ui/interface.cpp:1657 +#: ../src/ui/interface.cpp:1658 msgid "Select Same" msgstr "选择相同扩展名的全部" #. Select same fill and stroke -#: ../src/ui/interface.cpp:1667 +#: ../src/ui/interface.cpp:1668 msgid "Fill and Stroke" -msgstr "填充和笔廓" +msgstr "填充和笔刷" #. Select same fill color -#: ../src/ui/interface.cpp:1674 +#: ../src/ui/interface.cpp:1675 msgid "Fill Color" msgstr "填充颜色" #. Select same stroke color -#: ../src/ui/interface.cpp:1681 +#: ../src/ui/interface.cpp:1682 msgid "Stroke Color" -msgstr "笔廓颜色" +msgstr "笔刷颜色" #. Select same stroke style -#: ../src/ui/interface.cpp:1688 +#: ../src/ui/interface.cpp:1689 msgid "Stroke Style" -msgstr "笔廓样式" +msgstr "笔刷样式" #. Select same stroke style -#: ../src/ui/interface.cpp:1695 +#: ../src/ui/interface.cpp:1696 msgid "Object type" msgstr "对象类型" #. Move to layer -#: ../src/ui/interface.cpp:1702 +#: ../src/ui/interface.cpp:1703 msgid "_Move to layer ..." -msgstr "移到层(_M)…" +msgstr "移到层(_M)..." #. Create link -#: ../src/ui/interface.cpp:1712 +#: ../src/ui/interface.cpp:1713 msgid "Create _Link" msgstr "创建链接(_L)" #. Release mask -#: ../src/ui/interface.cpp:1746 +#: ../src/ui/interface.cpp:1747 msgid "Release Mask" msgstr "释放蒙版" #. SSet Clip Group -#: ../src/ui/interface.cpp:1757 +#: ../src/ui/interface.cpp:1758 msgid "Create Clip G_roup" msgstr "创建剪裁组(_R)" #. Set Clip -#: ../src/ui/interface.cpp:1764 +#: ../src/ui/interface.cpp:1765 msgid "Set Cl_ip" msgstr "设置剪裁(_I)" #. Release Clip -#: ../src/ui/interface.cpp:1775 +#: ../src/ui/interface.cpp:1776 msgid "Release C_lip" msgstr "释放剪裁(_L)" #. Group -#: ../src/ui/interface.cpp:1786 ../src/verbs.cpp:2534 +#: ../src/ui/interface.cpp:1787 ../src/verbs.cpp:2562 msgid "_Group" msgstr "群组(_G)" -#: ../src/ui/interface.cpp:1857 +#: ../src/ui/interface.cpp:1858 msgid "Create link" msgstr "创建链接" #. Ungroup -#: ../src/ui/interface.cpp:1892 ../src/verbs.cpp:2536 +#: ../src/ui/interface.cpp:1893 ../src/verbs.cpp:2564 msgid "_Ungroup" msgstr "解除群组(_U)" #. Link dialog -#: ../src/ui/interface.cpp:1916 +#: ../src/ui/interface.cpp:1917 msgid "Link _Properties..." -msgstr "链接属性(_P)…" +msgstr "链接属性(_P)..." #. Select item -#: ../src/ui/interface.cpp:1922 +#: ../src/ui/interface.cpp:1923 msgid "_Follow Link" msgstr "跟随链接(_F)" #. Reset transformations -#: ../src/ui/interface.cpp:1928 +#: ../src/ui/interface.cpp:1929 msgid "_Remove Link" msgstr "去除链接(_R)" -#: ../src/ui/interface.cpp:1959 +#: ../src/ui/interface.cpp:1960 msgid "Remove link" msgstr "移除链接" #. Image properties -#: ../src/ui/interface.cpp:1969 +#: ../src/ui/interface.cpp:1970 msgid "Image _Properties..." -msgstr "图像属性(_P)…" +msgstr "图像属性(_P)..." #. Edit externally -#: ../src/ui/interface.cpp:1975 +#: ../src/ui/interface.cpp:1976 msgid "Edit Externally..." -msgstr "外部编辑…" +msgstr "外部编辑..." #. Trace Bitmap #. TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize) -#: ../src/ui/interface.cpp:1984 ../src/verbs.cpp:2597 +#: ../src/ui/interface.cpp:1985 ../src/verbs.cpp:2627 msgid "_Trace Bitmap..." -msgstr "临摹位图轮廓(_T)…" +msgstr "临摹位图轮廓(_T)..." #. Trace Pixel Art -#: ../src/ui/interface.cpp:1993 +#: ../src/ui/interface.cpp:1994 msgid "Trace Pixel Art" msgstr "临摹像素画" -#: ../src/ui/interface.cpp:2003 +#: ../src/ui/interface.cpp:2004 msgctxt "Context menu" msgid "Embed Image" msgstr "嵌入图像" -#: ../src/ui/interface.cpp:2014 +#: ../src/ui/interface.cpp:2015 msgctxt "Context menu" msgid "Extract Image..." -msgstr "提取图像…" +msgstr "提取图像..." #. Item dialog #. Fill and Stroke dialog -#: ../src/ui/interface.cpp:2158 ../src/ui/interface.cpp:2178 -#: ../src/verbs.cpp:2864 +#: ../src/ui/interface.cpp:2159 ../src/ui/interface.cpp:2179 +#: ../src/verbs.cpp:2902 msgid "_Fill and Stroke..." -msgstr "填充和笔廓(_F)…" +msgstr "填充和笔刷(_F)..." #. Edit Text dialog -#: ../src/ui/interface.cpp:2184 ../src/verbs.cpp:2883 +#: ../src/ui/interface.cpp:2185 ../src/verbs.cpp:2921 msgid "_Text and Font..." -msgstr "文字和字体(_T)…" +msgstr "文字和字体(_T)..." #. Spellcheck dialog -#: ../src/ui/interface.cpp:2190 ../src/verbs.cpp:2891 +#: ../src/ui/interface.cpp:2191 ../src/verbs.cpp:2929 msgid "Check Spellin_g..." -msgstr "检查拼写(_G)…" +msgstr "检查拼写(_G)..." #: ../src/ui/object-edit.cpp:450 msgid "" @@ -22099,7 +22226,7 @@ msgid "" "rays radial (no skew); with <b>Shift</b> to round; with <b>Alt</b> to " "randomize" msgstr "" -"调节星形的<b>基准半径</b>; 按住 <b>Ctrl</b> 保持星形线半径(没有歪斜);按住 " +"调节星形的<b>基准半径</b>; 按住 <b>Ctrl</b> 保持星形线半径(没有歪斜);按住 " "<b>Shift</b> 舍入;按住 <b>Alt</b> 随机化" #: ../src/ui/object-edit.cpp:1345 @@ -22359,7 +22486,7 @@ msgctxt "Path handle tip" msgid "" "<b>BSpline node handle</b>: Shift to drag, double click to reset (%s). %g " "power" -msgstr "<b>B 样条节点控制柄</b>:Shift 以拖动,双击以重置(%s)。%g 力量" +msgstr "<b>B 样条节点控制柄</b>:Shift 以拖动,双击以重置(%s)。%g 力量" #: ../src/ui/tool/node.cpp:574 #, c-format @@ -22396,7 +22523,7 @@ msgstr "<b>Alt</b>:定型节点" #, c-format msgctxt "Path node tip" msgid "<b>%s</b>: drag to shape the path (more: Shift, Ctrl, Alt)" -msgstr "<b>%s</b>:拖动塑造路径形状(更多:Shift、Ctrl、Alt)" +msgstr "<b>%s</b>:拖动塑造路径形状(更多:Shift、Ctrl、Alt)" #: ../src/ui/tool/node.cpp:1451 #, c-format @@ -22404,7 +22531,7 @@ msgctxt "Path node tip" msgid "" "<b>BSpline node</b>: drag to shape the path (more: Shift, Ctrl, Alt). %g " "power" -msgstr "<b>B 样条节点</b>:拖动塑造路径形状(更多:Shift、Ctrl、Alt)。%g 力量" +msgstr "<b>B 样条节点</b>:拖动塑造路径形状(更多:Shift、Ctrl、Alt)。%g 力量" #: ../src/ui/tool/node.cpp:1454 #, c-format @@ -22413,8 +22540,7 @@ msgid "" "<b>%s</b>: drag to shape the path, click to toggle scale/rotation handles " "(more: Shift, Ctrl, Alt)" msgstr "" -"<b>%s</b>:拖动塑造路径形状,单击切换缩放/旋转控制柄(更多:Shift、Ctrl、" -"Alt)" +"<b>%s</b>:拖动塑造路径形状,单击切换缩放/旋转控制柄(更多:Shift、Ctrl、Alt)" #: ../src/ui/tool/node.cpp:1458 #, c-format @@ -22423,7 +22549,7 @@ msgid "" "<b>%s</b>: drag to shape the path, click to select only this node (more: " "Shift, Ctrl, Alt)" msgstr "" -"<b>%s</b>:拖动改变路径形状,单击仅选择这个节点(更多:Shift、Ctrl、Alt)" +"<b>%s</b>:拖动改变路径形状,单击仅选择这个节点(更多:Shift、Ctrl、Alt)" #: ../src/ui/tool/node.cpp:1461 #, c-format @@ -22432,8 +22558,8 @@ msgid "" "<b>BSpline node</b>: drag to shape the path, click to select only this node " "(more: Shift, Ctrl, Alt). %g power" msgstr "" -"<b>B 样条节点</b>:拖动塑造路径形状,单击仅选择此节点(更多:Shift、Ctrl、" -"Alt)。%g 力量" +"<b>B 样条节点</b>:拖动塑造路径形状,单击仅选择此节点(更多:Shift、Ctrl、" +"Alt)。%g 力量" #: ../src/ui/tool/node.cpp:1474 #, c-format @@ -22571,7 +22697,7 @@ msgstr "<b>Ctrl</b>:吸附增量为 %f° 的角度" msgctxt "Transform handle tip" msgid "" "<b>Skew handle</b>: drag to skew (shear) selection about the opposite handle" -msgstr "<b>扭转控制柄</b>:拖动以根据相对控制柄扭曲(切变)选中对象" +msgstr "<b>扭转控制柄</b>:拖动以根据相对控制柄扭曲(切变)选中对象" #: ../src/ui/tool/transform-handle-set.cpp:604 #, c-format @@ -22590,27 +22716,27 @@ msgctxt "Transform handle tip" msgid "<b>Rotation center</b>: drag to change the origin of transforms" msgstr "<b>旋转中心</b>:拖动以修改变换的起始点" -#: ../src/ui/tools-switch.cpp:95 +#: ../src/ui/tools-switch.cpp:101 msgid "" "<b>Click</b> to Select and Transform objects, <b>Drag</b> to select many " "objects." msgstr "<b>单击</b>以选择并变换对象,<b>拖动</b>以选择多个对象。" -#: ../src/ui/tools-switch.cpp:96 +#: ../src/ui/tools-switch.cpp:102 msgid "Modify selected path points (nodes) directly." -msgstr "直接修改选中路径点(节点)。" +msgstr "直接修改选中路径点(节点)。" -#: ../src/ui/tools-switch.cpp:97 +#: ../src/ui/tools-switch.cpp:103 msgid "To tweak a path by pushing, select it and drag over it." msgstr "单击,选中并拖动以调整路径。" -#: ../src/ui/tools-switch.cpp:98 +#: ../src/ui/tools-switch.cpp:104 msgid "" "<b>Drag</b>, <b>click</b> or <b>click and scroll</b> to spray the selected " "objects." msgstr "<b>拖动</b>、<b>单击</b>或<b>单击并滚动</b>以喷涂选中对象。" -#: ../src/ui/tools-switch.cpp:99 +#: ../src/ui/tools-switch.cpp:105 msgid "" "<b>Drag</b> to create a rectangle. <b>Drag controls</b> to round corners and " "resize. <b>Click</b> to select." @@ -22618,15 +22744,15 @@ msgstr "" "<b>拖动</b>以创建矩形。<b>拖动控制组件</b>以圆整边角或改变尺寸。<b>单击</b>以" "选择。" -#: ../src/ui/tools-switch.cpp:100 +#: ../src/ui/tools-switch.cpp:106 msgid "" "<b>Drag</b> to create a 3D box. <b>Drag controls</b> to resize in " "perspective. <b>Click</b> to select (with <b>Ctrl+Alt</b> for single faces)." msgstr "" "<b>拖动</b>以创建 3D 盒子。<b>拖动控制组件</b>以改变透视大小。<b>单击</b>以选" -"择(<b>Ctrl+Alt</b> 以选择单个面)。" +"择(<b>Ctrl+Alt</b> 以选择单个面)。" -#: ../src/ui/tools-switch.cpp:101 +#: ../src/ui/tools-switch.cpp:107 msgid "" "<b>Drag</b> to create an ellipse. <b>Drag controls</b> to make an arc or " "segment. <b>Click</b> to select." @@ -22634,21 +22760,21 @@ msgstr "" "<b>拖动</b>以创建椭圆。<b>拖动控制组件</b>以创建圆弧或线段。<b>单击</b>以选" "择。" -#: ../src/ui/tools-switch.cpp:102 +#: ../src/ui/tools-switch.cpp:108 msgid "" "<b>Drag</b> to create a star. <b>Drag controls</b> to edit the star shape. " "<b>Click</b> to select." msgstr "" "<b>拖动</b>以创建星形。<b>拖动控制组件</b>以编辑星形形状。<b>单击</b>以选择。" -#: ../src/ui/tools-switch.cpp:103 +#: ../src/ui/tools-switch.cpp:109 msgid "" "<b>Drag</b> to create a spiral. <b>Drag controls</b> to edit the spiral " "shape. <b>Click</b> to select." msgstr "" "<b>拖动</b>以创建螺旋。<b>拖动控制组件</b>以编辑螺旋形状。<b>单击</b>以选择。" -#: ../src/ui/tools-switch.cpp:104 +#: ../src/ui/tools-switch.cpp:110 msgid "" "<b>Drag</b> to create a freehand line. <b>Shift</b> appends to selected " "path, <b>Alt</b> activates sketch mode." @@ -22656,24 +22782,24 @@ msgstr "" "<b>拖动</b>以创建手绘线。按住 <b>Shift</b> 以附加到选中路径,<b>Alt</b> 以激" "活草图模式。" -#: ../src/ui/tools-switch.cpp:105 +#: ../src/ui/tools-switch.cpp:111 msgid "" "<b>Click</b> or <b>click and drag</b> to start a path; with <b>Shift</b> to " "append to selected path. <b>Ctrl+click</b> to create single dots (straight " "line modes only)." msgstr "" "<b>单击</b>或<b>单击并拖动</b>以开始绘制路径;按住 <b>Shift</b> 以附加到选中" -"路径。<b>Ctrl+单击</b>以创建单个点(仅直线模式)。" +"路径。<b>Ctrl+单击</b>以创建单个点(仅直线模式)。" -#: ../src/ui/tools-switch.cpp:106 +#: ../src/ui/tools-switch.cpp:112 msgid "" "<b>Drag</b> to draw a calligraphic stroke; with <b>Ctrl</b> to track a guide " "path. <b>Arrow keys</b> adjust width (left/right) and angle (up/down)." msgstr "" "<b>拖动</b>以绘制书法轮廓;<b>Ctrl</b> 以沿参考线绘制,使用<b>方向键</b>调整" -"宽度(左/右)和角度(上/下)。" +"宽度(左/右)和角度(上/下)。" -#: ../src/ui/tools-switch.cpp:107 ../src/ui/tools/text-tool.cpp:1583 +#: ../src/ui/tools-switch.cpp:113 ../src/ui/tools/text-tool.cpp:1583 msgid "" "<b>Click</b> to select or create text, <b>drag</b> to create flowed text; " "then type." @@ -22681,7 +22807,7 @@ msgstr "" "<b>单击</b>以选择或者创建文字,<b>拖动</b>以创建浮动文字;然后输入需要的文" "字。" -#: ../src/ui/tools-switch.cpp:108 +#: ../src/ui/tools-switch.cpp:114 msgid "" "<b>Drag</b> or <b>double click</b> to create a gradient on selected objects, " "<b>drag handles</b> to adjust gradients." @@ -22689,7 +22815,7 @@ msgstr "" "<b>拖动</b>或<b>双击</b>以在选择的对象上创建渐变,<b>拖动控制组件</b>以调节渐" "变。" -#: ../src/ui/tools-switch.cpp:109 +#: ../src/ui/tools-switch.cpp:115 msgid "" "<b>Drag</b> or <b>double click</b> to create a mesh on selected objects, " "<b>drag handles</b> to adjust meshes." @@ -22697,43 +22823,43 @@ msgstr "" "<b>拖动</b>或<b>双击</b>以在选择的对象上创建网孔,<b>拖动控制点</b> 以调节网" "孔。" -#: ../src/ui/tools-switch.cpp:110 +#: ../src/ui/tools-switch.cpp:116 msgid "" "<b>Click</b> or <b>drag around an area</b> to zoom in, <b>Shift+click</b> to " "zoom out." msgstr "<b>单击</b>或<b>在区域附近拖动</b>以放大,<b>Shift+单击</b> 以缩小。" -#: ../src/ui/tools-switch.cpp:111 +#: ../src/ui/tools-switch.cpp:117 msgid "<b>Drag</b> to measure the dimensions of objects." msgstr "<b>拖动</b>以测量对象的尺寸。" -#: ../src/ui/tools-switch.cpp:112 ../src/ui/tools/dropper-tool.cpp:274 +#: ../src/ui/tools-switch.cpp:118 ../src/ui/tools/dropper-tool.cpp:274 msgid "" "<b>Click</b> to set fill, <b>Shift+click</b> to set stroke; <b>drag</b> to " "average color in area; with <b>Alt</b> to pick inverse color; <b>Ctrl+C</b> " "to copy the color under mouse to clipboard" msgstr "" -"<b>单击</b>以设置填充,<b>Shift+单击</b>以设置笔廓;<b>拖动</b>以平均区域里颜" +"<b>单击</b>以设置填充,<b>Shift+单击</b>以设置笔刷;<b>拖动</b>以平均区域里颜" "色;按住 <b>Alt</b> 拾取反色;按 <b>Ctrl+C</b> 以复制鼠标下的颜色到剪贴板" -#: ../src/ui/tools-switch.cpp:113 +#: ../src/ui/tools-switch.cpp:119 msgid "<b>Click and drag</b> between shapes to create a connector." msgstr "在两个形状之间<b>单击并拖动</b>以创建连接器。" -#: ../src/ui/tools-switch.cpp:114 +#: ../src/ui/tools-switch.cpp:121 msgid "" "<b>Click</b> to paint a bounded area, <b>Shift+click</b> to union the new " "fill with the current selection, <b>Ctrl+click</b> to change the clicked " "object's fill and stroke to the current setting." msgstr "" "<b>单击</b>以填充一个被包围的区域,<b>Shift+单击</b>以联合当前选区和新的填充" -"内容,<b>Ctrl+单击</b>以使用当前设置替换单击对象的填充和笔廓设置。" +"内容,<b>Ctrl+单击</b>以使用当前设置替换单击对象的填充和笔刷设置。" -#: ../src/ui/tools-switch.cpp:115 +#: ../src/ui/tools-switch.cpp:123 msgid "<b>Drag</b> to erase." msgstr "<b>拖动</b>以擦除。" -#: ../src/ui/tools-switch.cpp:116 +#: ../src/ui/tools-switch.cpp:124 msgid "Choose a subtool from the toolbar" msgstr "从工具栏中选择一个子工具" @@ -22771,7 +22897,7 @@ msgstr "创建椭圆" #: ../src/ui/tools/box3d-tool.cpp:374 ../src/ui/tools/box3d-tool.cpp:381 #: ../src/ui/tools/box3d-tool.cpp:388 ../src/ui/tools/box3d-tool.cpp:395 msgid "Change perspective (angle of PLs)" -msgstr "更改透视(透视线角度)" +msgstr "更改透视(透视线角度)" #. status text #: ../src/ui/tools/box3d-tool.cpp:573 @@ -22836,12 +22962,12 @@ msgid "Select <b>at least one non-connector object</b>." msgstr "请选择 <b>至少一个非连接器对象</b>." #: ../src/ui/tools/connector-tool.cpp:1329 -#: ../src/widgets/connector-toolbar.cpp:310 +#: ../src/widgets/connector-toolbar.cpp:308 msgid "Make connectors avoid selected objects" msgstr "让连接器避开选中对象" #: ../src/ui/tools/connector-tool.cpp:1330 -#: ../src/widgets/connector-toolbar.cpp:320 +#: ../src/widgets/connector-toolbar.cpp:318 msgid "Make connectors ignore selected objects" msgstr "让连接器忽略选中对象" @@ -22860,7 +22986,7 @@ msgstr ",已平均为半径 %d" #: ../src/ui/tools/dropper-tool.cpp:272 msgid " under cursor" -msgstr "在光标下" +msgstr " 在光标下" #. message, to show in the statusbar #: ../src/ui/tools/dropper-tool.cpp:274 @@ -22871,13 +22997,13 @@ msgstr "<b>松开鼠标</b> 以设置颜色。" msgid "Set picked color" msgstr "设置拾取的颜色" -#: ../src/ui/tools/eraser-tool.cpp:427 +#: ../src/ui/tools/eraser-tool.cpp:436 msgid "<b>Drawing</b> an eraser stroke" -msgstr "正在 <b>绘制</b> 橡皮擦笔廓" +msgstr "正在 <b>绘制</b> 橡皮擦笔刷" -#: ../src/ui/tools/eraser-tool.cpp:753 +#: ../src/ui/tools/eraser-tool.cpp:797 msgid "Draw eraser stroke" -msgstr "绘制橡皮擦笔廓" +msgstr "绘制橡皮擦笔刷" #: ../src/ui/tools/flood-tool.cpp:90 msgid "Visible Colors" @@ -22923,7 +23049,7 @@ msgstr[0] "区域已填充,已创建带有 <b>%d</b> 个节点的路径。" #: ../src/ui/tools/flood-tool.cpp:730 ../src/ui/tools/flood-tool.cpp:1040 msgid "<b>Area is not bounded</b>, cannot fill." -msgstr "<b>区域未封闭</b>,无法填充。" +msgstr "<b>区域未闭合</b>,无法填充。" #: ../src/ui/tools/flood-tool.cpp:1045 msgid "" @@ -22943,27 +23069,27 @@ msgstr "为对象指定样式" #: ../src/ui/tools/flood-tool.cpp:1139 msgid "<b>Draw over</b> areas to add to fill, hold <b>Alt</b> for touch fill" -msgstr "在区域上<b>拖动</b>填充, 配合<b>Alt</b>触碰填充" +msgstr "在区域上<b>拖动</b>填充, 按住<b>Alt</b>可触碰填充" #. We hit green anchor, closing Green-Blue-Red -#: ../src/ui/tools/freehand-base.cpp:669 +#: ../src/ui/tools/freehand-base.cpp:674 msgid "Path is closed." -msgstr "路径已闭合." +msgstr "路径已闭合。" #. We hit bot start and end of single curve, closing paths -#: ../src/ui/tools/freehand-base.cpp:684 +#: ../src/ui/tools/freehand-base.cpp:689 msgid "Closing path." -msgstr "关闭路径." +msgstr "关闭路径。" -#: ../src/ui/tools/freehand-base.cpp:823 +#: ../src/ui/tools/freehand-base.cpp:828 msgid "Draw path" msgstr "绘制路径" -#: ../src/ui/tools/freehand-base.cpp:976 +#: ../src/ui/tools/freehand-base.cpp:981 msgid "Creating single dot" msgstr "正在创建点" -#: ../src/ui/tools/freehand-base.cpp:977 +#: ../src/ui/tools/freehand-base.cpp:982 msgid "Create single dot" msgstr "创建单独的点" @@ -22996,7 +23122,7 @@ msgid "" "One handle merging %d stop (drag with <b>Shift</b> to separate) selected" msgid_plural "" "One handle merging %d stops (drag with <b>Shift</b> to separate) selected" -msgstr[0] "一个控制柄合并%d个分段点(按住<b>Shift</b>拖动分离)" +msgstr[0] "一个控制柄合并%d个分段点(按住<b>Shift</b>拖动分离)" #. TRANSLATORS: The plural refers to number of selected gradient handles. This is part of a compound message (part two indicates selected object count) #: ../src/ui/tools/gradient-tool.cpp:138 @@ -23011,7 +23137,7 @@ msgstr[0] "已选择<b>%d</b>个渐变控制柄, 共%d个" msgid "<b>No</b> gradient handles selected out of %d on %d selected object" msgid_plural "" "<b>No</b> gradient handles selected out of %d on %d selected objects" -msgstr[0] "<b>没有</b>选择渐变控制柄(共%d个, 已选择%d个对象)" +msgstr[0] "<b>没有</b>选择渐变控制柄(共%d个, 已选择%d个对象)" #: ../src/ui/tools/gradient-tool.cpp:433 msgid "Simplify gradient" @@ -23025,21 +23151,21 @@ msgstr "创建缺省渐变" msgid "<b>Draw around</b> handles to select them" msgstr "在控制柄<b>周围拖动</b>来选择" -#: ../src/ui/tools/gradient-tool.cpp:692 +#: ../src/ui/tools/gradient-tool.cpp:690 msgid "<b>Ctrl</b>: snap gradient angle" msgstr "<b>Ctrl</b>:吸附渐变角度" -#: ../src/ui/tools/gradient-tool.cpp:693 +#: ../src/ui/tools/gradient-tool.cpp:691 msgid "<b>Shift</b>: draw gradient around the starting point" msgstr "<b>Shift</b>:在起点附近绘制渐变" -#: ../src/ui/tools/gradient-tool.cpp:947 ../src/ui/tools/mesh-tool.cpp:984 +#: ../src/ui/tools/gradient-tool.cpp:945 ../src/ui/tools/mesh-tool.cpp:977 #, c-format msgid "<b>Gradient</b> for %d object; with <b>Ctrl</b> to snap angle" msgid_plural "<b>Gradient</b> for %d objects; with <b>Ctrl</b> to snap angle" msgstr[0] "%d个对象<b>渐变</b>;按住 <b>Ctrl</b> 吸附角" -#: ../src/ui/tools/gradient-tool.cpp:951 ../src/ui/tools/mesh-tool.cpp:988 +#: ../src/ui/tools/gradient-tool.cpp:949 ../src/ui/tools/mesh-tool.cpp:981 msgid "Select <b>objects</b> on which to create gradient." msgstr "选择<b>对象</b>创建渐变。" @@ -23047,6 +23173,44 @@ msgstr "选择<b>对象</b>创建渐变。" msgid "Choose a construction tool from the toolbar." msgstr "从工具栏中选择一个构造工具。" +#. create the knots +#: ../src/ui/tools/measure-tool.cpp:349 +msgid "Measure start, <b>Shift+Click</b> for position dialog" +msgstr "" + +#: ../src/ui/tools/measure-tool.cpp:355 +msgid "Measure end, <b>Shift+Click</b> for position dialog" +msgstr "" + +#: ../src/ui/tools/measure-tool.cpp:747 ../share/extensions/measure.inx.h:2 +msgid "Measure" +msgstr "测量" + +#: ../src/ui/tools/measure-tool.cpp:752 +msgid "Base" +msgstr "" + +#: ../src/ui/tools/measure-tool.cpp:761 +msgid "Add guides from measure tool" +msgstr "" + +#: ../src/ui/tools/measure-tool.cpp:781 +msgid "Add Stored to measure tool" +msgstr "" + +#: ../src/ui/tools/measure-tool.cpp:801 +msgid "Convert measure to items" +msgstr "" + +#: ../src/ui/tools/measure-tool.cpp:839 +msgid "Add global measure line" +msgstr "" + +#: ../src/ui/tools/measure-tool.cpp:1291 ../src/ui/tools/measure-tool.cpp:1293 +#, fuzzy, c-format +msgid "Crossing %u" +msgstr "交叉点符号" + #. TRANSLATORS: Mind the space in front. This is part of a compound message #: ../src/ui/tools/mesh-tool.cpp:122 ../src/ui/tools/mesh-tool.cpp:133 #, c-format @@ -23095,14 +23259,18 @@ msgstr "选取网格角颜色。" msgid "Create default mesh" msgstr "创建默认网格" -#: ../src/ui/tools/mesh-tool.cpp:709 +#: ../src/ui/tools/mesh-tool.cpp:713 msgid "FIXME<b>Ctrl</b>: snap mesh angle" msgstr "FIXME<b>Ctrl</b>:吸附网格角度" -#: ../src/ui/tools/mesh-tool.cpp:710 +#: ../src/ui/tools/mesh-tool.cpp:714 msgid "FIXME<b>Shift</b>: draw mesh around the starting point" msgstr "FIXME<b>Shift</b>:围绕开始点绘制网格" +#: ../src/ui/tools/mesh-tool.cpp:971 +msgid "Create mesh" +msgstr "" + #: ../src/ui/tools/node-tool.cpp:653 msgctxt "Node tool tip" msgid "" @@ -23125,7 +23293,7 @@ msgstr[0] "选中了 <b>%u</b> 个节点,共 <b>%u</b> 个。" #, c-format msgctxt "Node tool tip" msgid "%s Drag to select nodes, click to edit only this object (more: Shift)" -msgstr "%s 拖动选择节点,单击仅编辑这个对象(更多: Shift)" +msgstr "%s 拖动选择节点,单击仅编辑这个对象(更多: Shift)" #: ../src/ui/tools/node-tool.cpp:699 #, c-format @@ -23146,7 +23314,7 @@ msgstr "拖动选择节点,单击清除选择" #: ../src/ui/tools/node-tool.cpp:716 msgctxt "Node tool tip" msgid "Drag to select objects to edit, click to edit this object (more: Shift)" -msgstr "拖动选择要编辑的对象,单击以编辑这个对象(更多: Shift)" +msgstr "拖动选择要编辑的对象,单击以编辑这个对象(更多: Shift)" #: ../src/ui/tools/node-tool.cpp:719 msgctxt "Node tool tip" @@ -23297,8 +23465,8 @@ msgid "" "<b>Rectangle</b>: %s × %s (constrained to ratio %d:%d); with <b>Shift</" "b> to draw around the starting point" msgstr "" -"<b>矩形</b>:%s × %s(约束到长宽比 %d:%d);按住 <b>Shift</b> 在起点附近" -"绘制" +"<b>矩形</b>:%s × %s(约束到长宽比 %d:%d);按住 <b>Shift</b> 在起点附近绘" +"制" #: ../src/ui/tools/rect-tool.cpp:441 #, c-format @@ -23306,8 +23474,8 @@ msgid "" "<b>Rectangle</b>: %s × %s (constrained to golden ratio 1.618 : 1); with " "<b>Shift</b> to draw around the starting point" msgstr "" -"<b>矩形</b>:%s × %s(约束到黄金分割比 1.618:1);按住 <b>Shift</b> 在起" -"点附近绘制" +"<b>矩形</b>:%s × %s(约束到黄金分割比 1.618:1);按住 <b>Shift</b> 在起点" +"附近绘制" #: ../src/ui/tools/rect-tool.cpp:443 #, c-format @@ -23315,8 +23483,8 @@ msgid "" "<b>Rectangle</b>: %s × %s (constrained to golden ratio 1 : 1.618); with " "<b>Shift</b> to draw around the starting point" msgstr "" -"<b>矩形</b>:%s × %s(约束到黄金分割比 1:1.618);按住 <b>Shift</b> 在起" -"点附近绘制" +"<b>矩形</b>:%s × %s(约束到黄金分割比 1:1.618);按住 <b>Shift</b> 在起点" +"附近绘制" #: ../src/ui/tools/rect-tool.cpp:447 #, c-format @@ -23331,11 +23499,11 @@ msgstr "" msgid "Create rectangle" msgstr "创建矩形" -#: ../src/ui/tools/select-tool.cpp:160 +#: ../src/ui/tools/select-tool.cpp:156 msgid "Click selection to toggle scale/rotation handles" msgstr "单击选区切换缩放/旋转控制柄" -#: ../src/ui/tools/select-tool.cpp:161 +#: ../src/ui/tools/select-tool.cpp:157 msgid "" "No objects selected. Click, Shift+click, Alt+scroll mouse on top of objects, " "or drag around objects to select." @@ -23343,35 +23511,35 @@ msgstr "" "未选择对象。单击、Shift+单击、Alt+滚动鼠标于对象顶部、或绕着对象拖动进行选" "择。" -#: ../src/ui/tools/select-tool.cpp:214 +#: ../src/ui/tools/select-tool.cpp:210 msgid "Move canceled." msgstr "移动已取消。" -#: ../src/ui/tools/select-tool.cpp:222 +#: ../src/ui/tools/select-tool.cpp:218 msgid "Selection canceled." msgstr "选择已取消。" -#: ../src/ui/tools/select-tool.cpp:644 +#: ../src/ui/tools/select-tool.cpp:638 msgid "" "<b>Draw over</b> objects to select them; release <b>Alt</b> to switch to " "rubberband selection" msgstr "在对象周围<b>拖动</b>以选择,松开 <b>Alt</b> 以切换到弹性选区选择模式" -#: ../src/ui/tools/select-tool.cpp:646 +#: ../src/ui/tools/select-tool.cpp:640 msgid "" "<b>Drag around</b> objects to select them; press <b>Alt</b> to switch to " "touch selection" msgstr "在对象周围<b>拖动</b>以选择,按下 <b>Alt</b> 以切换到触碰摸式选择" -#: ../src/ui/tools/select-tool.cpp:939 +#: ../src/ui/tools/select-tool.cpp:921 msgid "<b>Ctrl</b>: click to select in groups; drag to move hor/vert" msgstr "<b>Ctrl</b>:在组内选择,拖动以水平/垂直移动" -#: ../src/ui/tools/select-tool.cpp:940 +#: ../src/ui/tools/select-tool.cpp:922 msgid "<b>Shift</b>: click to toggle select; drag for rubberband selection" msgstr "<b>Shift</b>:单击切换选择,拖动以进行弹性选择" -#: ../src/ui/tools/select-tool.cpp:941 +#: ../src/ui/tools/select-tool.cpp:923 msgid "" "<b>Alt</b>: click to select under; scroll mouse-wheel to cycle-select; drag " "to move selected or select by touch" @@ -23379,7 +23547,7 @@ msgstr "" "<b>Alt</b>:单击为选择其下;滚动鼠标滑轮为循环选择;拖动为移动选择项或者按触" "碰选择" -#: ../src/ui/tools/select-tool.cpp:1149 +#: ../src/ui/tools/select-tool.cpp:1131 msgid "Selected object is not a group. Cannot enter." msgstr "选择的对象不在一个组。不能进入。" @@ -23401,50 +23569,50 @@ msgstr "<b>螺旋</b>:半径 %s,角度 %5g°;按住 <b>Ctrl</b> 吸附 msgid "Create spiral" msgstr "创建螺旋" -#: ../src/ui/tools/spray-tool.cpp:173 ../src/ui/tools/tweak-tool.cpp:157 +#: ../src/ui/tools/spray-tool.cpp:214 ../src/ui/tools/tweak-tool.cpp:157 #, c-format msgid "<b>%i</b> object selected" msgid_plural "<b>%i</b> objects selected" msgstr[0] "<b>%i</b> 个对象已选中" -#: ../src/ui/tools/spray-tool.cpp:175 ../src/ui/tools/tweak-tool.cpp:159 +#: ../src/ui/tools/spray-tool.cpp:216 ../src/ui/tools/tweak-tool.cpp:159 msgid "<b>Nothing</b> selected" msgstr "<b>什么也没有</b>选中。" -#: ../src/ui/tools/spray-tool.cpp:180 +#: ../src/ui/tools/spray-tool.cpp:221 #, c-format msgid "" "%s. Drag, click or click and scroll to spray <b>copies</b> of the initial " "selection." msgstr "%s。拖动、单击或单击并滚动来喷射初始选择的<b>副本</b>。" -#: ../src/ui/tools/spray-tool.cpp:183 +#: ../src/ui/tools/spray-tool.cpp:224 #, c-format msgid "" "%s. Drag, click or click and scroll to spray <b>clones</b> of the initial " "selection." msgstr "%s。拖动、单击或单击并滚动来喷射初始选择的<b>克隆</b>。" -#: ../src/ui/tools/spray-tool.cpp:186 +#: ../src/ui/tools/spray-tool.cpp:227 #, c-format msgid "" "%s. Drag, click or click and scroll to spray in a <b>single path</b> of the " "initial selection." msgstr "%s。拖动、单击或单击并滚动来喷射在初始选择的一个<b>单一路径</b>中。" -#: ../src/ui/tools/spray-tool.cpp:618 +#: ../src/ui/tools/spray-tool.cpp:1305 msgid "<b>Nothing selected!</b> Select objects to spray." msgstr "<b>没有选择对象!</b> 请选择对象然后喷绘。" -#: ../src/ui/tools/spray-tool.cpp:693 ../src/widgets/spray-toolbar.cpp:166 +#: ../src/ui/tools/spray-tool.cpp:1380 ../src/widgets/spray-toolbar.cpp:360 msgid "Spray with copies" msgstr "副本喷绘" -#: ../src/ui/tools/spray-tool.cpp:697 ../src/widgets/spray-toolbar.cpp:173 +#: ../src/ui/tools/spray-tool.cpp:1384 ../src/widgets/spray-toolbar.cpp:367 msgid "Spray with clones" msgstr "克隆喷绘" -#: ../src/ui/tools/spray-tool.cpp:701 +#: ../src/ui/tools/spray-tool.cpp:1388 msgid "Spray in single path" msgstr "单一路径喷绘" @@ -23491,11 +23659,11 @@ msgstr "插入宽字符" #: ../src/ui/tools/text-tool.cpp:501 #, c-format msgid "Unicode (<b>Enter</b> to finish): %s: %s" -msgstr "宽字符(<b>回车</b>结束):%s:%s" +msgstr "宽字符(<b>回车</b>结束):%s:%s" #: ../src/ui/tools/text-tool.cpp:503 ../src/ui/tools/text-tool.cpp:808 msgid "Unicode (<b>Enter</b> to finish): " -msgstr "宽字符(<b>回车</b>结束):" +msgstr "宽字符(<b>回车</b>结束):" #: ../src/ui/tools/text-tool.cpp:586 #, c-format @@ -23542,7 +23710,7 @@ msgstr "换行" #: ../src/ui/tools/text-tool.cpp:927 msgid "Backspace" -msgstr "回格" +msgstr "退格" #: ../src/ui/tools/text-tool.cpp:981 msgid "Kern to the left" @@ -23596,15 +23764,14 @@ msgid "" msgid_plural "" "Type or edit flowed text (%d characters%s); <b>Enter</b> to start new " "paragraph." -msgstr[0] "" -"输入或编辑流动文本(%d 个字符%s);按 <b>Enter</b> 键可开始新的段落。" +msgstr[0] "输入或编辑流动文本(%d 个字符%s);按 <b>Enter</b> 键可开始新的段落。" #: ../src/ui/tools/text-tool.cpp:1575 #, c-format msgid "Type or edit text (%d character%s); <b>Enter</b> to start new line." msgid_plural "" "Type or edit text (%d characters%s); <b>Enter</b> to start new line." -msgstr[0] "输入或编辑文本(%d 个字符%s);按 <b>Enter</b> 键可换行。" +msgstr[0] "输入或编辑文本(%d 个字符%s);按 <b>Enter</b> 键可换行。" #: ../src/ui/tools/text-tool.cpp:1685 msgid "Type text" @@ -23684,7 +23851,7 @@ msgstr "%s。拖动或单击<b>增强模糊</b>;配合 Shift <b>减弱</b>。" #: ../src/ui/tools/tweak-tool.cpp:1191 msgid "<b>Nothing selected!</b> Select objects to tweak." -msgstr "<b>没有选择对象!</b>请选择对象然后扭曲(tweak)。" +msgstr "<b>没有选择对象!</b>请选择对象然后扭曲(tweak)。" #: ../src/ui/tools/tweak-tool.cpp:1225 msgid "Move tweak" @@ -23813,11 +23980,11 @@ msgstr "CMS" #: ../src/ui/widget/color-icc-selector.cpp:375 msgid "Fix" -msgstr "限定" +msgstr "修正" #: ../src/ui/widget/color-icc-selector.cpp:379 msgid "Fix RGB fallback to match icc-color() value." -msgstr "修复 RGB 回落匹配 icc-color() 值。" +msgstr "修正 RGB 回落匹配 icc-color() 值。" #. Label #: ../src/ui/widget/color-icc-selector.cpp:491 @@ -23835,7 +24002,7 @@ msgstr "_A:" #: ../src/ui/widget/color-wheel-selector.cpp:112 #: ../src/ui/widget/color-wheel-selector.cpp:142 msgid "Alpha (opacity)" -msgstr "Alpha(不透明度)" +msgstr "Alpha(不透明度)" #: ../src/ui/widget/color-notebook.cpp:182 msgid "Color Managed" @@ -23849,7 +24016,7 @@ msgstr "超出色域!" msgid "Too much ink!" msgstr "太多墨水!" -#: ../src/ui/widget/color-notebook.cpp:207 ../src/verbs.cpp:2733 +#: ../src/ui/widget/color-notebook.cpp:207 ../src/verbs.cpp:2765 msgid "Pick colors from image" msgstr "从图像中拾取颜色" @@ -24066,33 +24233,33 @@ msgstr "一般大小写。" #: ../src/ui/widget/font-variants.cpp:139 msgid "Small-caps (lowercase). OpenType table: 'smcp'" -msgstr "小型大写字母(对小写字使用)。OpenType 表:smcp" +msgstr "小型大写字母(对小写字使用)。OpenType 表:smcp" #: ../src/ui/widget/font-variants.cpp:140 msgid "" "All small-caps (uppercase and lowercase). OpenType tables: 'c2sc' and 'smcp'" -msgstr "全部小型大写(大小写皆有)。OpenType 表:c2sc、smcp" +msgstr "全部小型大写(大小写皆有)。OpenType 表:c2sc、smcp" #: ../src/ui/widget/font-variants.cpp:141 msgid "Petite-caps (lowercase). OpenType table: 'pcap'" -msgstr "极小大写字母(对小写字使用)。OpenType 表:pcap" +msgstr "极小大写字母(对小写字使用)。OpenType 表:pcap" #: ../src/ui/widget/font-variants.cpp:142 msgid "" "All petite-caps (uppercase and lowercase). OpenType tables: 'c2sc' and 'pcap'" -msgstr "全部极小大写(大小写皆有)。OpenType 表:c2sc、pcap" +msgstr "全部极小大写(大小写皆有)。OpenType 表:c2sc、pcap" #: ../src/ui/widget/font-variants.cpp:143 msgid "" "Unicase (small caps for uppercase, normal for lowercase). OpenType table: " "'unic'" -msgstr "大小写等大(大写用小型大写,小写照常)。OpenType 表:unic" +msgstr "大小写等大(大写用小型大写,小写照常)。OpenType 表:unic" #: ../src/ui/widget/font-variants.cpp:144 msgid "" "Titling caps (lighter-weight uppercase for use in titles). OpenType table: " "'titl'" -msgstr "标题大写(供标题用的较细大写字母)。OpenType 表:titl" +msgstr "标题大写(供标题用的较细大写字母)。OpenType 表:titl" #. Numeric ------------------------------ #. Add tooltips @@ -24134,7 +24301,7 @@ msgstr "堆叠分数。OpenType 表:afrc" #: ../src/ui/widget/font-variants.cpp:189 msgid "Ordinals (raised 'th', etc.). OpenType table: 'ordn'" -msgstr "序数词(th 升起等)。OpenType 表:ordn" +msgstr "序数词(th 升起等)。OpenType 表:ordn" #: ../src/ui/widget/font-variants.cpp:190 msgid "Slashed zeros. OpenType table: 'zero'" @@ -24148,19 +24315,19 @@ msgstr "特性设置以 CSS 指定。不进行健全检查。" #: ../src/ui/widget/layer-selector.cpp:118 msgid "Toggle current layer visibility" -msgstr "切换当前层的可见状态" +msgstr "切换当前图层的可见状态" #: ../src/ui/widget/layer-selector.cpp:139 msgid "Lock or unlock current layer" -msgstr "锁定或解锁当前层" +msgstr "锁定或解锁当前图层" #: ../src/ui/widget/layer-selector.cpp:142 msgid "Current layer" -msgstr "当前层" +msgstr "当前图层" #: ../src/ui/widget/layer-selector.cpp:583 msgid "(root)" -msgstr "(根)" +msgstr "(根)" #: ../src/ui/widget/licensor.cpp:40 msgid "Proprietary" @@ -24168,7 +24335,7 @@ msgstr "专有" #: ../src/ui/widget/licensor.cpp:43 msgid "MetadataLicence|Other" -msgstr "其它" +msgstr "其他" #: ../src/ui/widget/licensor.cpp:72 msgid "Document license updated" @@ -24178,7 +24345,7 @@ msgstr "文档许可已更新" #: ../src/ui/widget/selected-style.cpp:1119 #: ../src/ui/widget/selected-style.cpp:1120 msgid "Opacity (%)" -msgstr "不透明度(%)" +msgstr "不透明度(%)" #: ../src/ui/widget/object-composite-settings.cpp:160 msgid "Change blur" @@ -24269,7 +24436,7 @@ msgstr "自定义尺寸" #: ../src/ui/widget/page-sizer.cpp:395 msgid "Resi_ze page to content..." -msgstr "缩放页面到内容(_Z)…" +msgstr "缩放页面到内容(_Z)..." #: ../src/ui/widget/page-sizer.cpp:447 msgid "_Resize page to drawing or selection" @@ -24288,7 +24455,7 @@ msgid "" "directly." msgstr "" "SVG 允许非一致缩放,但在 Inkscape 中我们只推荐使用一致缩放。要设置不一致的缩" -"放,直接设置视口(viewbox)。" +"放,直接设置视口(viewbox)。" #: ../src/ui/widget/page-sizer.cpp:483 msgid "_Viewbox..." @@ -24322,7 +24489,7 @@ msgstr "大小" #: ../src/ui/widget/panel.cpp:140 msgctxt "Swatches height" msgid "Tiny" -msgstr "细小" +msgstr "很小" #: ../src/ui/widget/panel.cpp:141 msgctxt "Swatches height" @@ -24342,7 +24509,7 @@ msgstr "大" #: ../src/ui/widget/panel.cpp:144 msgctxt "Swatches height" msgid "Huge" -msgstr "庞大" +msgstr "很大" #: ../src/ui/widget/panel.cpp:166 msgctxt "Swatches" @@ -24352,7 +24519,7 @@ msgstr "宽度" #: ../src/ui/widget/panel.cpp:170 msgctxt "Swatches width" msgid "Narrower" -msgstr "更窄" +msgstr "较窄" #: ../src/ui/widget/panel.cpp:171 msgctxt "Swatches width" @@ -24372,7 +24539,7 @@ msgstr "宽" #: ../src/ui/widget/panel.cpp:174 msgctxt "Swatches width" msgid "Wider" -msgstr "更宽" +msgstr "较宽" #: ../src/ui/widget/panel.cpp:204 msgctxt "Swatches" @@ -24402,7 +24569,7 @@ msgstr "折行" #: ../src/ui/widget/preferences-widget.cpp:799 msgid "_Browse..." -msgstr "浏览(_B)…" +msgstr "浏览(_B)..." #: ../src/ui/widget/preferences-widget.cpp:885 msgid "Select a bitmap editor" @@ -24463,12 +24630,12 @@ msgstr "O:" #: ../src/ui/widget/selected-style.cpp:178 msgid "N/A" -msgstr "不可用" +msgstr "N/A" #: ../src/ui/widget/selected-style.cpp:181 #: ../src/ui/widget/selected-style.cpp:1112 #: ../src/ui/widget/selected-style.cpp:1113 -#: ../src/widgets/gradient-toolbar.cpp:163 +#: ../src/widgets/gradient-toolbar.cpp:162 msgid "Nothing selected" msgstr "选区空" @@ -24492,7 +24659,7 @@ msgstr "无填充" #: ../src/ui/widget/style-swatch.cpp:321 msgctxt "Fill and stroke" msgid "No stroke" -msgstr "无笔廓" +msgstr "无笔刷" #: ../src/ui/widget/selected-style.cpp:192 #: ../src/ui/widget/style-swatch.cpp:300 ../src/widgets/paint-selector.cpp:231 @@ -24507,7 +24674,7 @@ msgstr "填充图案" #: ../src/ui/widget/selected-style.cpp:195 #: ../src/ui/widget/style-swatch.cpp:302 msgid "Pattern stroke" -msgstr "笔廓图案" +msgstr "笔刷图案" #: ../src/ui/widget/selected-style.cpp:197 msgid "<b>L</b>" @@ -24521,7 +24688,7 @@ msgstr "线性渐变填充" #: ../src/ui/widget/selected-style.cpp:200 #: ../src/ui/widget/style-swatch.cpp:294 msgid "Linear gradient stroke" -msgstr "线性渐变笔廓" +msgstr "线性渐变笔刷" #: ../src/ui/widget/selected-style.cpp:207 msgid "<b>R</b>" @@ -24547,7 +24714,7 @@ msgstr "网格渐变填充" #: ../src/ui/widget/selected-style.cpp:221 msgid "Mesh gradient stroke" -msgstr "网格渐变笔廓" +msgstr "网格渐变笔刷" #: ../src/ui/widget/selected-style.cpp:229 msgid "Different" @@ -24559,7 +24726,7 @@ msgstr "相差填充" #: ../src/ui/widget/selected-style.cpp:232 msgid "Different strokes" -msgstr "相差笔廓" +msgstr "相差笔刷" #: ../src/ui/widget/selected-style.cpp:234 #: ../src/ui/widget/style-swatch.cpp:324 @@ -24579,7 +24746,7 @@ msgstr "取消填充" #: ../src/ui/widget/selected-style.cpp:591 #: ../src/ui/widget/style-swatch.cpp:326 ../src/widgets/fill-style.cpp:703 msgid "Unset stroke" -msgstr "取消笔廓" +msgstr "取消笔刷" #: ../src/ui/widget/selected-style.cpp:240 msgid "Flat color fill" @@ -24587,7 +24754,7 @@ msgstr "平面颜色填充" #: ../src/ui/widget/selected-style.cpp:240 msgid "Flat color stroke" -msgstr "平面颜色笔廓" +msgstr "平面颜色笔刷" #. TRANSLATOR COMMENT: A means "Averaged" #: ../src/ui/widget/selected-style.cpp:243 @@ -24600,7 +24767,7 @@ msgstr "平均填充已选对象" #: ../src/ui/widget/selected-style.cpp:246 msgid "Stroke is averaged over selected objects" -msgstr "平均笔廓已选对象" +msgstr "平均笔刷已选对象" #. TRANSLATOR COMMENT: M means "Multiple" #: ../src/ui/widget/selected-style.cpp:249 @@ -24613,15 +24780,15 @@ msgstr "多选对象填充相同" #: ../src/ui/widget/selected-style.cpp:252 msgid "Multiple selected objects have the same stroke" -msgstr "多选对象笔廓相同" +msgstr "多选对象笔刷相同" #: ../src/ui/widget/selected-style.cpp:254 msgid "Edit fill..." -msgstr "编辑填充…" +msgstr "编辑填充..." #: ../src/ui/widget/selected-style.cpp:254 msgid "Edit stroke..." -msgstr "编辑笔廓…" +msgstr "编辑笔刷..." #: ../src/ui/widget/selected-style.cpp:258 msgid "Last set color" @@ -24642,7 +24809,7 @@ msgstr "粘贴颜色" #: ../src/ui/widget/selected-style.cpp:286 #: ../src/ui/widget/selected-style.cpp:868 msgid "Swap fill and stroke" -msgstr "交换填充和笔廓" +msgstr "交换填充和笔刷" #: ../src/ui/widget/selected-style.cpp:290 #: ../src/ui/widget/selected-style.cpp:600 @@ -24652,7 +24819,7 @@ msgstr "使填充不透明" #: ../src/ui/widget/selected-style.cpp:290 msgid "Make stroke opaque" -msgstr "使笔廓不透明" +msgstr "使笔刷不透明" #: ../src/ui/widget/selected-style.cpp:299 #: ../src/ui/widget/selected-style.cpp:557 ../src/widgets/fill-style.cpp:503 @@ -24662,7 +24829,7 @@ msgstr "移除填充" #: ../src/ui/widget/selected-style.cpp:299 #: ../src/ui/widget/selected-style.cpp:566 ../src/widgets/fill-style.cpp:503 msgid "Remove stroke" -msgstr "移除笔廓" +msgstr "移除笔刷" #: ../src/ui/widget/selected-style.cpp:621 msgid "Apply last set color to fill" @@ -24670,7 +24837,7 @@ msgstr "应用最近设置的颜色填充" #: ../src/ui/widget/selected-style.cpp:633 msgid "Apply last set color to stroke" -msgstr "应用最近设置的颜色到笔廓" +msgstr "应用最近设置的颜色到笔刷" #: ../src/ui/widget/selected-style.cpp:644 msgid "Apply last selected color to fill" @@ -24678,7 +24845,7 @@ msgstr "应用最近选择的颜色填充" #: ../src/ui/widget/selected-style.cpp:655 msgid "Apply last selected color to stroke" -msgstr "应用最近选择的颜色到笔廓" +msgstr "应用最近选择的颜色到笔刷" #: ../src/ui/widget/selected-style.cpp:681 msgid "Invert fill" @@ -24686,7 +24853,7 @@ msgstr "反向填充" #: ../src/ui/widget/selected-style.cpp:705 msgid "Invert stroke" -msgstr "反向笔廓" +msgstr "反向笔刷" #: ../src/ui/widget/selected-style.cpp:717 msgid "White fill" @@ -24694,7 +24861,7 @@ msgstr "白色填充" #: ../src/ui/widget/selected-style.cpp:729 msgid "White stroke" -msgstr "白色笔廓" +msgstr "白色笔刷" #: ../src/ui/widget/selected-style.cpp:741 msgid "Black fill" @@ -24702,7 +24869,7 @@ msgstr "黑色填充" #: ../src/ui/widget/selected-style.cpp:753 msgid "Black stroke" -msgstr "黑色笔廓" +msgstr "黑色笔刷" #: ../src/ui/widget/selected-style.cpp:796 msgid "Paste fill" @@ -24710,11 +24877,11 @@ msgstr "粘贴填充" #: ../src/ui/widget/selected-style.cpp:814 msgid "Paste stroke" -msgstr "粘贴笔廓" +msgstr "粘贴笔刷" #: ../src/ui/widget/selected-style.cpp:970 msgid "Change stroke width" -msgstr "改变笔廓宽度" +msgstr "改变笔刷宽度" #: ../src/ui/widget/selected-style.cpp:1073 msgid ", drag to adjust" @@ -24723,19 +24890,19 @@ msgstr ",拖动以调整" #: ../src/ui/widget/selected-style.cpp:1158 #, c-format msgid "Stroke width: %.5g%s%s" -msgstr "笔廓宽度:%.5g%s%s" +msgstr "笔刷宽度:%.5g%s%s" #: ../src/ui/widget/selected-style.cpp:1162 msgid " (averaged)" -msgstr "(平均)" +msgstr " (平均)" #: ../src/ui/widget/selected-style.cpp:1188 msgid "0 (transparent)" -msgstr "0(透明)" +msgstr "0(透明)" #: ../src/ui/widget/selected-style.cpp:1212 msgid "100% (opaque)" -msgstr "100%(不透明)" +msgstr "100%(不透明)" #: ../src/ui/widget/selected-style.cpp:1386 msgid "Adjust alpha" @@ -24748,8 +24915,8 @@ msgid "" "b> to adjust lightness, with <b>Shift</b> to adjust saturation, without " "modifiers to adjust hue" msgstr "" -"正在调整 <b>alpha</b>:从 %.3g 到 <b>%.3g</b>(差异 %.3g);按下 <b>Ctrl</b> " -"调整亮度,按住 <b>Shift</b> 调整饱和度,不带修改键调整色调" +"正在调整 <b>alpha</b>:从 %.3g 到 <b>%.3g</b>(差异 %.3g);按下 <b>Ctrl</b> 调" +"整亮度,按住 <b>Shift</b> 调整饱和度,不带修改键调整色调" #: ../src/ui/widget/selected-style.cpp:1392 msgid "Adjust saturation" @@ -24762,8 +24929,8 @@ msgid "" "<b>Ctrl</b> to adjust lightness, with <b>Alt</b> to adjust alpha, without " "modifiers to adjust hue" msgstr "" -"正在调整<b>饱和度</b>:从 %.3g 到 <b>%.3g</b>(差异 %.3g);按住 <b>Ctrl</b> " -"调整亮度,按住 <b>Alt</b> 调整 alpha,不带修改键调整色调" +"正在调整<b>饱和度</b>:从 %.3g 到 <b>%.3g</b>(差异 %.3g);按住 <b>Ctrl</b> 调" +"整亮度,按住 <b>Alt</b> 调整 alpha,不带修改键调整色调" #: ../src/ui/widget/selected-style.cpp:1398 msgid "Adjust lightness" @@ -24776,8 +24943,8 @@ msgid "" "<b>Shift</b> to adjust saturation, with <b>Alt</b> to adjust alpha, without " "modifiers to adjust hue" msgstr "" -"正在调整<b>亮度</b>:从 %.3g 到 <b>%.3g</b>(差异 %.3g);按住 <b>Shift</b> " -"调整饱和度,按住 <b>Alt</b> 调整 alpha,不带修改键调整色调" +"正在调整<b>亮度</b>:从 %.3g 到 <b>%.3g</b>(差异 %.3g);按住 <b>Shift</b> 调" +"整饱和度,按住 <b>Alt</b> 调整 alpha,不带修改键调整色调" #: ../src/ui/widget/selected-style.cpp:1404 msgid "Adjust hue" @@ -24790,24 +24957,24 @@ msgid "" "b> to adjust saturation, with <b>Alt</b> to adjust alpha, with <b>Ctrl</b> " "to adjust lightness" msgstr "" -"正在调整<b>色调</b>:从 %.3g 到 <b>%.3g</b>(差异 %.3g);按住 <b>Shift</b> " -"调整饱和度,按住 <b>Alt</b> 调整 alpha,按住 <b>Ctrl</b> 调整亮度" +"正在调整<b>色调</b>:从 %.3g 到 <b>%.3g</b>(差异 %.3g);按住 <b>Shift</b> 调" +"整饱和度,按住 <b>Alt</b> 调整 alpha,按住 <b>Ctrl</b> 调整亮度" #: ../src/ui/widget/selected-style.cpp:1524 #: ../src/ui/widget/selected-style.cpp:1538 msgid "Adjust stroke width" -msgstr "调整笔廓宽度" +msgstr "调整笔刷宽度" #: ../src/ui/widget/selected-style.cpp:1525 #, c-format msgid "Adjusting <b>stroke width</b>: was %.3g, now <b>%.3g</b> (diff %.3g)" -msgstr "调整 <b>笔廓宽度</b>:从 %.3g 到 <b>%.3g</b>(相差 %.3g)" +msgstr "调整 <b>笔刷宽度</b>:从 %.3g 到 <b>%.3g</b>(相差 %.3g)" #. TRANSLATORS: "Link" means to _link_ two sliders together #: ../src/ui/widget/spin-scale.cpp:138 ../src/ui/widget/spin-slider.cpp:156 msgctxt "Sliders" msgid "Link" -msgstr "链接" +msgstr "连接" #: ../src/ui/widget/style-swatch.cpp:292 msgid "L Gradient" @@ -24825,7 +24992,7 @@ msgstr "填充:%06x/%.3g" #: ../src/ui/widget/style-swatch.cpp:314 #, c-format msgid "Stroke: %06x/%.3g" -msgstr "笔廓:%06x/%.3g" +msgstr "笔刷:%06x/%.3g" #: ../src/ui/widget/style-swatch.cpp:319 msgctxt "Fill and stroke" @@ -24835,7 +25002,7 @@ msgstr "<i>无</i>" #: ../src/ui/widget/style-swatch.cpp:346 #, c-format msgid "Stroke width: %.5g%s" -msgstr "笔廓宽度:%.5g%s" +msgstr "笔刷宽度:%.5g%s" #: ../src/ui/widget/style-swatch.cpp:362 #, c-format @@ -24859,7 +25026,7 @@ msgstr "合并消失点" msgid "3D box: Move vanishing point" msgstr "3D 盒子:移动消失点" -#: ../src/vanishing-point.cpp:330 +#: ../src/vanishing-point.cpp:329 #, c-format msgid "<b>Finite</b> vanishing point shared by <b>%d</b> box" msgid_plural "" @@ -24871,7 +25038,7 @@ msgstr[0] "" #. This won't make sense any more when infinite VPs are not shown on the canvas, #. but currently we update the status message anyway -#: ../src/vanishing-point.cpp:337 +#: ../src/vanishing-point.cpp:336 #, c-format msgid "<b>Infinite</b> vanishing point shared by <b>%d</b> box" msgid_plural "" @@ -24881,7 +25048,7 @@ msgstr[0] "" "<b>%d</b> 个盒子共享<b>无限</b>消失点;按下 <b>Shift</b> 拖动以分开选定的多个" "盒子" -#: ../src/vanishing-point.cpp:345 +#: ../src/vanishing-point.cpp:344 #, c-format msgid "" "shared by <b>%d</b> box; drag with <b>Shift</b> to separate selected box(es)" @@ -24902,7 +25069,7 @@ msgstr "标签" msgid "Context" msgstr "上下文" -#: ../src/verbs.cpp:270 ../src/verbs.cpp:2271 +#: ../src/verbs.cpp:270 ../src/verbs.cpp:2298 #: ../share/extensions/jessyInk_view.inx.h:1 #: ../share/extensions/polyhedron_3d.inx.h:26 msgid "View" @@ -24912,2275 +25079,2286 @@ msgstr "视图" msgid "Dialog" msgstr "对话框" -#: ../src/verbs.cpp:1259 +#: ../src/verbs.cpp:1276 msgid "Switch to next layer" msgstr "切换到下一层" -#: ../src/verbs.cpp:1260 +#: ../src/verbs.cpp:1277 msgid "Switched to next layer." msgstr "已切换到下一层" -#: ../src/verbs.cpp:1262 +#: ../src/verbs.cpp:1279 msgid "Cannot go past last layer." msgstr "不能切换到最后一层之后。" -#: ../src/verbs.cpp:1271 +#: ../src/verbs.cpp:1288 msgid "Switch to previous layer" msgstr "切换到前一层" -#: ../src/verbs.cpp:1272 +#: ../src/verbs.cpp:1289 msgid "Switched to previous layer." msgstr "已切换到前一层" -#: ../src/verbs.cpp:1274 +#: ../src/verbs.cpp:1291 msgid "Cannot go before first layer." msgstr "不能切换到第一层之前。" -#: ../src/verbs.cpp:1295 ../src/verbs.cpp:1362 ../src/verbs.cpp:1398 -#: ../src/verbs.cpp:1404 ../src/verbs.cpp:1428 ../src/verbs.cpp:1443 +#: ../src/verbs.cpp:1312 ../src/verbs.cpp:1379 ../src/verbs.cpp:1415 +#: ../src/verbs.cpp:1421 ../src/verbs.cpp:1445 ../src/verbs.cpp:1460 msgid "No current layer." -msgstr "没有当前层。" +msgstr "没有当前图层。" -#: ../src/verbs.cpp:1324 ../src/verbs.cpp:1328 +#: ../src/verbs.cpp:1341 ../src/verbs.cpp:1345 #, c-format msgid "Raised layer <b>%s</b>." msgstr "升高层 <b>%s</b>。" -#: ../src/verbs.cpp:1325 +#: ../src/verbs.cpp:1342 msgid "Layer to top" msgstr "置顶层" -#: ../src/verbs.cpp:1329 +#: ../src/verbs.cpp:1346 msgid "Raise layer" msgstr "升高层" -#: ../src/verbs.cpp:1332 ../src/verbs.cpp:1336 +#: ../src/verbs.cpp:1349 ../src/verbs.cpp:1353 #, c-format msgid "Lowered layer <b>%s</b>." msgstr "降低层 <b>%s</b>。" -#: ../src/verbs.cpp:1333 +#: ../src/verbs.cpp:1350 msgid "Layer to bottom" msgstr "置底层" -#: ../src/verbs.cpp:1337 +#: ../src/verbs.cpp:1354 msgid "Lower layer" msgstr "降低层" -#: ../src/verbs.cpp:1346 +#: ../src/verbs.cpp:1363 msgid "Cannot move layer any further." msgstr "不能再移动层。" -#: ../src/verbs.cpp:1357 +#: ../src/verbs.cpp:1374 msgid "Duplicate layer" msgstr "再制层" #. TRANSLATORS: this means "The layer has been duplicated." -#: ../src/verbs.cpp:1360 +#: ../src/verbs.cpp:1377 msgid "Duplicated layer." msgstr "已再制层。" -#: ../src/verbs.cpp:1393 +#: ../src/verbs.cpp:1410 msgid "Delete layer" msgstr "删除层" #. TRANSLATORS: this means "The layer has been deleted." -#: ../src/verbs.cpp:1396 +#: ../src/verbs.cpp:1413 msgid "Deleted layer." msgstr "已删除层。" -#: ../src/verbs.cpp:1413 +#: ../src/verbs.cpp:1430 msgid "Show all layers" msgstr "显示所有层" -#: ../src/verbs.cpp:1418 +#: ../src/verbs.cpp:1435 msgid "Hide all layers" msgstr "隐藏所有层" -#: ../src/verbs.cpp:1423 +#: ../src/verbs.cpp:1440 msgid "Lock all layers" msgstr "锁定所有层" -#: ../src/verbs.cpp:1437 +#: ../src/verbs.cpp:1454 msgid "Unlock all layers" msgstr "解锁所有层" -#: ../src/verbs.cpp:1521 +#: ../src/verbs.cpp:1538 msgid "Flip horizontally" msgstr "水平翻转" -#: ../src/verbs.cpp:1526 +#: ../src/verbs.cpp:1543 msgid "Flip vertically" msgstr "垂直翻转" -#: ../src/verbs.cpp:1583 ../src/verbs.cpp:2696 +#: ../src/verbs.cpp:1591 +#, c-format +msgid "Set %d" +msgstr "设置 %d" + +#: ../src/verbs.cpp:1600 ../src/verbs.cpp:2728 msgid "Create new selection set" msgstr "创建新的选择集合" #. TRANSLATORS: If you have translated the tutorial-basic.en.svgz file to your language, #. then translate this string as "tutorial-basic.LANG.svgz" (where LANG is your language #. code); otherwise leave as "tutorial-basic.svg". -#: ../src/verbs.cpp:2153 +#: ../src/verbs.cpp:2176 msgid "tutorial-basic.svg" msgstr "" #. TRANSLATORS: See "tutorial-basic.svg" comment. -#: ../src/verbs.cpp:2157 +#: ../src/verbs.cpp:2180 msgid "tutorial-shapes.svg" msgstr "" #. TRANSLATORS: See "tutorial-basic.svg" comment. -#: ../src/verbs.cpp:2161 +#: ../src/verbs.cpp:2184 msgid "tutorial-advanced.svg" msgstr "" #. TRANSLATORS: See "tutorial-basic.svg" comment. -#: ../src/verbs.cpp:2165 +#: ../src/verbs.cpp:2190 msgid "tutorial-tracing.svg" msgstr "" -#: ../src/verbs.cpp:2168 +#: ../src/verbs.cpp:2195 msgid "tutorial-tracing-pixelart.svg" msgstr "" #. TRANSLATORS: See "tutorial-basic.svg" comment. -#: ../src/verbs.cpp:2172 +#: ../src/verbs.cpp:2199 msgid "tutorial-calligraphy.svg" msgstr "" #. TRANSLATORS: See "tutorial-basic.svg" comment. -#: ../src/verbs.cpp:2176 +#: ../src/verbs.cpp:2203 msgid "tutorial-interpolate.svg" msgstr "" #. TRANSLATORS: See "tutorial-basic.svg" comment. -#: ../src/verbs.cpp:2180 +#: ../src/verbs.cpp:2207 msgid "tutorial-elements.svg" msgstr "" #. TRANSLATORS: See "tutorial-basic.svg" comment. -#: ../src/verbs.cpp:2184 +#: ../src/verbs.cpp:2211 msgid "tutorial-tips.svg" msgstr "" -#: ../src/verbs.cpp:2370 ../src/verbs.cpp:2969 +#: ../src/verbs.cpp:2397 ../src/verbs.cpp:3011 msgid "Unlock all objects in the current layer" -msgstr "解锁当前层上的所有锁定对象" +msgstr "解锁当前图层上的所有锁定对象" -#: ../src/verbs.cpp:2374 ../src/verbs.cpp:2971 +#: ../src/verbs.cpp:2401 ../src/verbs.cpp:3013 msgid "Unlock all objects in all layers" msgstr "解锁所有层上的锁定对象" -#: ../src/verbs.cpp:2378 ../src/verbs.cpp:2973 +#: ../src/verbs.cpp:2405 ../src/verbs.cpp:3015 msgid "Unhide all objects in the current layer" -msgstr "显示当前层上的所有隐藏对象" +msgstr "显示当前图层上的所有隐藏对象" -#: ../src/verbs.cpp:2382 ../src/verbs.cpp:2975 +#: ../src/verbs.cpp:2409 ../src/verbs.cpp:3017 msgid "Unhide all objects in all layers" msgstr "显示所有层上的隐藏对象" -#: ../src/verbs.cpp:2397 +#: ../src/verbs.cpp:2424 msgctxt "Verb" msgid "None" msgstr "无" -#: ../src/verbs.cpp:2397 +#: ../src/verbs.cpp:2424 msgid "Does nothing" msgstr "什么也不做" #. File #. Tag -#: ../src/verbs.cpp:2400 ../src/verbs.cpp:2695 +#: ../src/verbs.cpp:2427 ../src/verbs.cpp:2727 msgid "_New" msgstr "新建(_N)" -#: ../src/verbs.cpp:2400 +#: ../src/verbs.cpp:2427 msgid "Create new document from the default template" msgstr "使用默认模板创建新文档" -#: ../src/verbs.cpp:2402 +#: ../src/verbs.cpp:2429 msgid "_Open..." -msgstr "打开(_O)…" +msgstr "打开(_O)..." -#: ../src/verbs.cpp:2403 +#: ../src/verbs.cpp:2430 msgid "Open an existing document" msgstr "打开已存在文档" -#: ../src/verbs.cpp:2404 +#: ../src/verbs.cpp:2431 msgid "Re_vert" msgstr "恢复(_V)" -#: ../src/verbs.cpp:2405 +#: ../src/verbs.cpp:2432 msgid "Revert to the last saved version of document (changes will be lost)" msgstr "返回到文档最后保存的版本(更改将丢失)" -#: ../src/verbs.cpp:2406 +#: ../src/verbs.cpp:2433 msgid "Save document" msgstr "保存文档" -#: ../src/verbs.cpp:2408 +#: ../src/verbs.cpp:2435 msgid "Save _As..." -msgstr "另存为(_A)…" +msgstr "另存为(_A)..." -#: ../src/verbs.cpp:2409 +#: ../src/verbs.cpp:2436 msgid "Save document under a new name" msgstr "使用新名字保存文档" -#: ../src/verbs.cpp:2410 +#: ../src/verbs.cpp:2437 msgid "Save a Cop_y..." -msgstr "保存副本(_Y)…" +msgstr "保存副本(_Y)..." -#: ../src/verbs.cpp:2411 +#: ../src/verbs.cpp:2438 msgid "Save a copy of the document under a new name" msgstr "使用新名字保存文档副本" -#: ../src/verbs.cpp:2412 +#: ../src/verbs.cpp:2439 msgid "_Print..." -msgstr "打印(_P)…" +msgstr "打印(_P)..." -#: ../src/verbs.cpp:2412 +#: ../src/verbs.cpp:2439 msgid "Print document" msgstr "打印文档" #. TRANSLATORS: "Vacuum Defs" means "Clean up defs" (so as to remove unused definitions) -#: ../src/verbs.cpp:2415 +#: ../src/verbs.cpp:2442 msgid "Clean _up document" msgstr "清理文档(_U)" -#: ../src/verbs.cpp:2415 +#: ../src/verbs.cpp:2442 msgid "" "Remove unused definitions (such as gradients or clipping paths) from the <" "defs> of the document" -msgstr "从文档的 <defs> 中移除未使用的定义(比如渐变或剪裁路径)" +msgstr "从文档的 <defs> 中移除未使用的定义(比如渐变或剪裁路径)" -#: ../src/verbs.cpp:2417 +#: ../src/verbs.cpp:2444 msgid "_Import..." -msgstr "导入(_I)…" +msgstr "导入(_I)..." -#: ../src/verbs.cpp:2418 +#: ../src/verbs.cpp:2445 msgid "Import a bitmap or SVG image into this document" msgstr "把位图或者 SVG 图像导入此文档" #. new FileVerb(SP_VERB_FILE_EXPORT, "FileExport", N_("_Export Bitmap..."), N_("Export this document or a selection as a bitmap image"), INKSCAPE_ICON("document-export")), -#: ../src/verbs.cpp:2420 +#: ../src/verbs.cpp:2447 msgid "Import Clip Art..." -msgstr "导入剪贴画…" +msgstr "导入剪贴画..." -#: ../src/verbs.cpp:2421 +#: ../src/verbs.cpp:2448 msgid "Import clipart from Open Clip Art Library" msgstr "从 Open Clip Art Library 导入剪贴画" #. new FileVerb(SP_VERB_FILE_EXPORT_TO_OCAL, "FileExportToOCAL", N_("Export To Open Clip Art Library"), N_("Export this document to Open Clip Art Library"), INKSCAPE_ICON_DOCUMENT_EXPORT_OCAL), -#: ../src/verbs.cpp:2423 +#: ../src/verbs.cpp:2450 msgid "N_ext Window" msgstr "下一个窗口(_E)" -#: ../src/verbs.cpp:2424 +#: ../src/verbs.cpp:2451 msgid "Switch to the next document window" msgstr "切换到下一个文档窗口" -#: ../src/verbs.cpp:2425 +#: ../src/verbs.cpp:2452 msgid "P_revious Window" msgstr "上一个窗口(_R)" -#: ../src/verbs.cpp:2426 +#: ../src/verbs.cpp:2453 msgid "Switch to the previous document window" msgstr "切换到上一个文档窗口" -#: ../src/verbs.cpp:2427 +#: ../src/verbs.cpp:2454 msgid "_Close" msgstr "关闭(_C)" -#: ../src/verbs.cpp:2428 +#: ../src/verbs.cpp:2455 msgid "Close this document window" msgstr "关闭此文档" -#: ../src/verbs.cpp:2429 +#: ../src/verbs.cpp:2456 msgid "_Quit" msgstr "退出(_Q)" -#: ../src/verbs.cpp:2429 +#: ../src/verbs.cpp:2456 msgid "Quit Inkscape" msgstr "退出 Inkscape" -#: ../src/verbs.cpp:2430 +#: ../src/verbs.cpp:2457 msgid "New from _Template..." -msgstr "从模板新建(_T)…" +msgstr "由模板新建(_T)..." -#: ../src/verbs.cpp:2431 +#: ../src/verbs.cpp:2458 msgid "Create new project from template" msgstr "从模板创建新工程" -#: ../src/verbs.cpp:2434 +#: ../src/verbs.cpp:2461 msgid "Undo last action" msgstr "撤销最后操作" -#: ../src/verbs.cpp:2437 +#: ../src/verbs.cpp:2464 msgid "Do again the last undone action" msgstr "重复最近撤销的操作" -#: ../src/verbs.cpp:2438 +#: ../src/verbs.cpp:2465 msgid "Cu_t" msgstr "剪切(_T)" -#: ../src/verbs.cpp:2439 +#: ../src/verbs.cpp:2466 msgid "Cut selection to clipboard" msgstr "把选区剪切到剪贴板" -#: ../src/verbs.cpp:2440 +#: ../src/verbs.cpp:2467 msgid "_Copy" msgstr "复制(_C)" -#: ../src/verbs.cpp:2441 +#: ../src/verbs.cpp:2468 msgid "Copy selection to clipboard" msgstr "把选区复制到剪贴板" -#: ../src/verbs.cpp:2442 +#: ../src/verbs.cpp:2469 msgid "_Paste" msgstr "粘贴(_P)" -#: ../src/verbs.cpp:2443 +#: ../src/verbs.cpp:2470 msgid "Paste objects from clipboard to mouse point, or paste text" msgstr "从剪贴板粘贴对象到鼠标点, 或者粘贴文字" -#: ../src/verbs.cpp:2444 +#: ../src/verbs.cpp:2471 msgid "Paste _Style" msgstr "粘贴样式(_S)" -#: ../src/verbs.cpp:2445 +#: ../src/verbs.cpp:2472 msgid "Apply the style of the copied object to selection" msgstr "应用已复制对象的样式到选区" -#: ../src/verbs.cpp:2447 +#: ../src/verbs.cpp:2474 msgid "Scale selection to match the size of the copied object" msgstr "缩放选区以匹配已复制对象的尺寸" -#: ../src/verbs.cpp:2448 +#: ../src/verbs.cpp:2475 msgid "Paste _Width" msgstr "粘贴宽度(_W)" -#: ../src/verbs.cpp:2449 +#: ../src/verbs.cpp:2476 msgid "Scale selection horizontally to match the width of the copied object" msgstr "水平缩放选区以匹配已复制对象的宽度" -#: ../src/verbs.cpp:2450 +#: ../src/verbs.cpp:2477 msgid "Paste _Height" msgstr "粘贴高度(_H)" -#: ../src/verbs.cpp:2451 +#: ../src/verbs.cpp:2478 msgid "Scale selection vertically to match the height of the copied object" msgstr "垂直缩放选区以匹配已复制对象的高度" -#: ../src/verbs.cpp:2452 +#: ../src/verbs.cpp:2479 msgid "Paste Size Separately" msgstr "分别粘贴尺寸" -#: ../src/verbs.cpp:2453 +#: ../src/verbs.cpp:2480 msgid "Scale each selected object to match the size of the copied object" msgstr "缩放每个已选对象以匹配已复制对象的尺寸" -#: ../src/verbs.cpp:2454 +#: ../src/verbs.cpp:2481 msgid "Paste Width Separately" msgstr "分别粘贴宽度" -#: ../src/verbs.cpp:2455 +#: ../src/verbs.cpp:2482 msgid "" "Scale each selected object horizontally to match the width of the copied " "object" msgstr "水平地缩放每个已选对象以匹配已复制对象的宽度" -#: ../src/verbs.cpp:2456 +#: ../src/verbs.cpp:2483 msgid "Paste Height Separately" msgstr "分别粘贴高度" -#: ../src/verbs.cpp:2457 +#: ../src/verbs.cpp:2484 msgid "" "Scale each selected object vertically to match the height of the copied " "object" msgstr "垂直地缩放每个已选对象以匹配已复制对象的高度" -#: ../src/verbs.cpp:2458 +#: ../src/verbs.cpp:2485 msgid "Paste _In Place" msgstr "原地粘贴(_I)" -#: ../src/verbs.cpp:2459 +#: ../src/verbs.cpp:2486 msgid "Paste objects from clipboard to the original location" msgstr "从剪贴板粘贴对象到原始位置" -#: ../src/verbs.cpp:2460 +#: ../src/verbs.cpp:2487 msgid "Paste Path _Effect" msgstr "粘贴路径效果(_E)" -#: ../src/verbs.cpp:2461 +#: ../src/verbs.cpp:2488 msgid "Apply the path effect of the copied object to selection" msgstr "将已复制对象的路径效果应用到所选对象" -#: ../src/verbs.cpp:2462 +#: ../src/verbs.cpp:2489 msgid "Remove Path _Effect" msgstr "移除路径效果(_E)" -#: ../src/verbs.cpp:2463 +#: ../src/verbs.cpp:2490 msgid "Remove any path effects from selected objects" msgstr "从选择对象中移除所有路径效果" -#: ../src/verbs.cpp:2464 +#: ../src/verbs.cpp:2491 msgid "_Remove Filters" msgstr "删除滤镜(_R)" -#: ../src/verbs.cpp:2465 +#: ../src/verbs.cpp:2492 msgid "Remove any filters from selected objects" msgstr "从选择对象中移除所有滤镜" -#: ../src/verbs.cpp:2466 +#: ../src/verbs.cpp:2493 msgid "_Delete" msgstr "删除(_D)" -#: ../src/verbs.cpp:2467 +#: ../src/verbs.cpp:2494 msgid "Delete selection" msgstr "删除选区" -#: ../src/verbs.cpp:2468 +#: ../src/verbs.cpp:2495 msgid "Duplic_ate" msgstr "再制(_A)" -#: ../src/verbs.cpp:2469 +#: ../src/verbs.cpp:2496 msgid "Duplicate selected objects" msgstr "已选对象复制成双份" -#: ../src/verbs.cpp:2470 +#: ../src/verbs.cpp:2497 msgid "Create Clo_ne" msgstr "创建克隆(_N)" -#: ../src/verbs.cpp:2471 +#: ../src/verbs.cpp:2498 msgid "Create a clone (a copy linked to the original) of selected object" msgstr "创建所选对象的一个克隆(与原始对象链接的副本)" -#: ../src/verbs.cpp:2472 +#: ../src/verbs.cpp:2499 msgid "Unlin_k Clone" msgstr "断开克隆(_K)" -#: ../src/verbs.cpp:2473 +#: ../src/verbs.cpp:2500 msgid "" "Cut the selected clones' links to the originals, turning them into " "standalone objects" -msgstr "断开已选克隆与原始对象的链接,分别转化成单独的对象" +msgstr "断开已选克隆与原始对象的连接,分别转化成单独的对象" -#: ../src/verbs.cpp:2474 +#: ../src/verbs.cpp:2501 msgid "Relink to Copied" -msgstr "重新链接到副本" +msgstr "重新连接到副本" -#: ../src/verbs.cpp:2475 +#: ../src/verbs.cpp:2502 msgid "Relink the selected clones to the object currently on the clipboard" -msgstr "将选定的克隆重新链接到剪贴板中的对象" +msgstr "将选定的克隆重新连接到剪贴板中的对象" -#: ../src/verbs.cpp:2476 +#: ../src/verbs.cpp:2503 msgid "Select _Original" msgstr "选择原始对象(_O)" -#: ../src/verbs.cpp:2477 +#: ../src/verbs.cpp:2504 msgid "Select the object to which the selected clone is linked" -msgstr "选择与已选克隆链接的对象" +msgstr "选择与已选克隆连接的对象" -#: ../src/verbs.cpp:2478 +#: ../src/verbs.cpp:2505 msgid "Clone original path (LPE)" -msgstr "克隆原始路径(LPE)" +msgstr "克隆原始路径(LPE)" -#: ../src/verbs.cpp:2479 +#: ../src/verbs.cpp:2506 msgid "" "Creates a new path, applies the Clone original LPE, and refers it to the " "selected path" msgstr "创建一个新路径,应用克隆的原始 LPE,并引用它到选择的路径" -#: ../src/verbs.cpp:2480 +#: ../src/verbs.cpp:2507 msgid "Objects to _Marker" msgstr "对象转化成标记(_M)" -#: ../src/verbs.cpp:2481 +#: ../src/verbs.cpp:2508 msgid "Convert selection to a line marker" msgstr "把选区转为直线的标记样式" -#: ../src/verbs.cpp:2482 +#: ../src/verbs.cpp:2509 msgid "Objects to Gu_ides" msgstr "对象转化成参考线(_I)" -#: ../src/verbs.cpp:2483 +#: ../src/verbs.cpp:2510 msgid "" "Convert selected objects to a collection of guidelines aligned with their " "edges" msgstr "沿对象的边的方向, 将其转化为一组参考线" -#: ../src/verbs.cpp:2484 +#: ../src/verbs.cpp:2511 msgid "Objects to Patter_n" msgstr "对象转化成图案(_N)" -#: ../src/verbs.cpp:2485 +#: ../src/verbs.cpp:2512 msgid "Convert selection to a rectangle with tiled pattern fill" msgstr "将选区转换为使用图案平铺填充的矩形" -#: ../src/verbs.cpp:2486 +#: ../src/verbs.cpp:2513 msgid "Pattern to _Objects" msgstr "图案转化成对象(_O)" -#: ../src/verbs.cpp:2487 +#: ../src/verbs.cpp:2514 msgid "Extract objects from a tiled pattern fill" msgstr "从平铺填充图案提取对象" -#: ../src/verbs.cpp:2488 +#: ../src/verbs.cpp:2515 msgid "Group to Symbol" msgstr "群组转化为符号" -#: ../src/verbs.cpp:2489 +#: ../src/verbs.cpp:2516 msgid "Convert group to a symbol" msgstr "将群组转换为一个符号" -#: ../src/verbs.cpp:2490 +#: ../src/verbs.cpp:2517 msgid "Symbol to Group" msgstr "符号转化为组" -#: ../src/verbs.cpp:2491 +#: ../src/verbs.cpp:2518 msgid "Extract group from a symbol" msgstr "从一个符号提取组" -#: ../src/verbs.cpp:2492 +#: ../src/verbs.cpp:2519 msgid "Clea_r All" msgstr "清空(_R)" -#: ../src/verbs.cpp:2493 +#: ../src/verbs.cpp:2520 msgid "Delete all objects from document" msgstr "从文档中删除所有对象" -#: ../src/verbs.cpp:2494 +#: ../src/verbs.cpp:2521 msgid "Select Al_l" msgstr "全选(_L)" -#: ../src/verbs.cpp:2495 +#: ../src/verbs.cpp:2522 msgid "Select all objects or all nodes" msgstr "选择所有对象或所有节点" -#: ../src/verbs.cpp:2496 +#: ../src/verbs.cpp:2523 msgid "Select All in All La_yers" -msgstr "选中所有层中所有对象(_Y)" +msgstr "选中所有层中全部对象(_Y)" -#: ../src/verbs.cpp:2497 +#: ../src/verbs.cpp:2524 msgid "Select all objects in all visible and unlocked layers" msgstr "在所有可见并且未锁定的层中全选" -#: ../src/verbs.cpp:2498 +#: ../src/verbs.cpp:2525 msgid "Fill _and Stroke" -msgstr "填充和笔廓(_A)…" +msgstr "填充和笔刷(_A)..." -#: ../src/verbs.cpp:2499 +#: ../src/verbs.cpp:2526 msgid "" "Select all objects with the same fill and stroke as the selected objects" -msgstr "选择所有带有系统填充和笔廓的对象作为选择的对象" +msgstr "选择所有带有系统填充和笔刷的对象作为选择的对象" -#: ../src/verbs.cpp:2500 +#: ../src/verbs.cpp:2527 msgid "_Fill Color" msgstr "填充颜色(_F)" -#: ../src/verbs.cpp:2501 +#: ../src/verbs.cpp:2528 msgid "Select all objects with the same fill as the selected objects" msgstr "选择带有相同填充的所有对象为选择的对象" -#: ../src/verbs.cpp:2502 +#: ../src/verbs.cpp:2529 msgid "_Stroke Color" -msgstr "笔廓颜色(_S)" +msgstr "笔刷颜色(_S)" -#: ../src/verbs.cpp:2503 +#: ../src/verbs.cpp:2530 msgid "Select all objects with the same stroke as the selected objects" -msgstr "选择所有带有相同笔廓的对象作为选择对象" +msgstr "选择所有带有相同笔刷的对象作为选择对象" -#: ../src/verbs.cpp:2504 +#: ../src/verbs.cpp:2531 msgid "Stroke St_yle" -msgstr "笔廓样式(_Y)" +msgstr "笔刷样式(_Y)" -#: ../src/verbs.cpp:2505 +#: ../src/verbs.cpp:2532 msgid "" "Select all objects with the same stroke style (width, dash, markers) as the " "selected objects" -msgstr "选择所有带有相同笔廓样式(宽度、画线、标记)的对象为选择的对象" +msgstr "选择所有带有相同笔刷样式(宽度、画线、标记)的对象为选择的对象" -#: ../src/verbs.cpp:2506 +#: ../src/verbs.cpp:2533 msgid "_Object Type" msgstr "对象类型(_O)" -#: ../src/verbs.cpp:2507 +#: ../src/verbs.cpp:2534 msgid "" "Select all objects with the same object type (rect, arc, text, path, bitmap " "etc) as the selected objects" msgstr "" -"选择所有带有相同对象类型(矩形、弧、文本、路径、位图等)的对象作为选择的对象" +"选择所有带有相同对象类型(矩形、弧、文本、路径、位图等)的对象作为选择的对象" -#: ../src/verbs.cpp:2508 +#: ../src/verbs.cpp:2535 msgid "In_vert Selection" msgstr "反选(_V)" -#: ../src/verbs.cpp:2509 +#: ../src/verbs.cpp:2536 msgid "Invert selection (unselect what is selected and select everything else)" -msgstr "反向选择(取消选中的,选择其余的)" +msgstr "反向选择(取消选中的,选择其余的)" -#: ../src/verbs.cpp:2510 +#: ../src/verbs.cpp:2537 msgid "Invert in All Layers" msgstr "所有层反选" -#: ../src/verbs.cpp:2511 +#: ../src/verbs.cpp:2538 msgid "Invert selection in all visible and unlocked layers" msgstr "在所有可见并且未锁定的层中反选" -#: ../src/verbs.cpp:2512 +#: ../src/verbs.cpp:2539 msgid "Select Next" msgstr "选择下一个" -#: ../src/verbs.cpp:2513 +#: ../src/verbs.cpp:2540 msgid "Select next object or node" msgstr "选择下一个对象或节点" -#: ../src/verbs.cpp:2514 +#: ../src/verbs.cpp:2541 msgid "Select Previous" msgstr "选择前一个" -#: ../src/verbs.cpp:2515 +#: ../src/verbs.cpp:2542 msgid "Select previous object or node" msgstr "选择前一个对象或节点" -#: ../src/verbs.cpp:2516 +#: ../src/verbs.cpp:2543 msgid "D_eselect" msgstr "撤销选择(_E)" -#: ../src/verbs.cpp:2517 +#: ../src/verbs.cpp:2544 msgid "Deselect any selected objects or nodes" msgstr "撤销已选对象或节点" -#: ../src/verbs.cpp:2519 +#: ../src/verbs.cpp:2546 msgid "Delete all the guides in the document" msgstr "删除文档中的所有辅助" -#: ../src/verbs.cpp:2520 +#: ../src/verbs.cpp:2547 +msgid "Lock All Guides" +msgstr "锁定全部参考线" + +#: ../src/verbs.cpp:2547 ../src/widgets/desktop-widget.cpp:402 +msgid "Toggle lock of all guides in the document" +msgstr "切换文档中的全部参考线" + +#: ../src/verbs.cpp:2548 msgid "Create _Guides Around the Page" msgstr "环绕页面创建参考线(_G)" -#: ../src/verbs.cpp:2521 +#: ../src/verbs.cpp:2549 msgid "Create four guides aligned with the page borders" msgstr "沿页面边界创建四条参考线" -#: ../src/verbs.cpp:2522 +#: ../src/verbs.cpp:2550 msgid "Next path effect parameter" msgstr "下一个路径效果的参数" -#: ../src/verbs.cpp:2523 +#: ../src/verbs.cpp:2551 msgid "Show next editable path effect parameter" msgstr "显示路径效果的下一个可编辑参数" #. Selection -#: ../src/verbs.cpp:2526 +#: ../src/verbs.cpp:2554 msgid "Raise to _Top" msgstr "置于顶层(_T)" -#: ../src/verbs.cpp:2527 +#: ../src/verbs.cpp:2555 msgid "Raise selection to top" msgstr "升高选区到顶层" -#: ../src/verbs.cpp:2528 +#: ../src/verbs.cpp:2556 msgid "Lower to _Bottom" msgstr "置于底层(_B)" -#: ../src/verbs.cpp:2529 +#: ../src/verbs.cpp:2557 msgid "Lower selection to bottom" msgstr "降低选区到底层" -#: ../src/verbs.cpp:2530 +#: ../src/verbs.cpp:2558 msgid "_Raise" msgstr "升高(_R)" -#: ../src/verbs.cpp:2531 +#: ../src/verbs.cpp:2559 msgid "Raise selection one step" msgstr "选区升高一步" -#: ../src/verbs.cpp:2532 +#: ../src/verbs.cpp:2560 msgid "_Lower" msgstr "降低(_L)" -#: ../src/verbs.cpp:2533 +#: ../src/verbs.cpp:2561 msgid "Lower selection one step" msgstr "选区降低一步" -#: ../src/verbs.cpp:2535 +#: ../src/verbs.cpp:2563 msgid "Group selected objects" msgstr "组合选中对象" -#: ../src/verbs.cpp:2537 +#: ../src/verbs.cpp:2565 msgid "Ungroup selected groups" msgstr "解除选择的群组" -#: ../src/verbs.cpp:2539 +#: ../src/verbs.cpp:2567 msgid "_Put on Path" msgstr "在路径上放置(_P)" -#: ../src/verbs.cpp:2541 +#: ../src/verbs.cpp:2569 msgid "_Remove from Path" msgstr "从路径上释放(_R)" -#: ../src/verbs.cpp:2543 +#: ../src/verbs.cpp:2571 msgid "Remove Manual _Kerns" msgstr "移除手工字距调整(_K)" #. TRANSLATORS: "glyph": An image used in the visual representation of characters; #. roughly speaking, how a character looks. A font is a set of glyphs. -#: ../src/verbs.cpp:2546 +#: ../src/verbs.cpp:2574 msgid "Remove all manual kerns and glyph rotations from a text object" msgstr "从文字对象中移除所有手工间隙和图元旋转信息" -#: ../src/verbs.cpp:2548 +#: ../src/verbs.cpp:2576 msgid "_Union" msgstr "并集(_U)" -#: ../src/verbs.cpp:2549 +#: ../src/verbs.cpp:2577 msgid "Create union of selected paths" msgstr "创建所选路径的并集" -#: ../src/verbs.cpp:2550 +#: ../src/verbs.cpp:2578 msgid "_Intersection" msgstr "交集(_I)" -#: ../src/verbs.cpp:2551 +#: ../src/verbs.cpp:2579 msgid "Create intersection of selected paths" msgstr "创建所选路径的交集" -#: ../src/verbs.cpp:2552 +#: ../src/verbs.cpp:2580 msgid "_Difference" msgstr "差集(_D)" -#: ../src/verbs.cpp:2553 +#: ../src/verbs.cpp:2581 msgid "Create difference of selected paths (bottom minus top)" msgstr "创建所选路径的差集(底部减去顶部)" -#: ../src/verbs.cpp:2554 +#: ../src/verbs.cpp:2582 msgid "E_xclusion" msgstr "互斥(_X)" -#: ../src/verbs.cpp:2555 +#: ../src/verbs.cpp:2583 msgid "" "Create exclusive OR of selected paths (those parts that belong to only one " "path)" msgstr "对所选路径进行异或操作 (结果合并到一个路径)" -#: ../src/verbs.cpp:2556 +#: ../src/verbs.cpp:2584 msgid "Di_vision" msgstr "分割(_V)" -#: ../src/verbs.cpp:2557 +#: ../src/verbs.cpp:2585 msgid "Cut the bottom path into pieces" msgstr "把底部路径分割成片" #. TRANSLATORS: "to cut a path" is not the same as "to break a path apart" - see the #. Advanced tutorial for more info -#: ../src/verbs.cpp:2560 +#: ../src/verbs.cpp:2588 msgid "Cut _Path" msgstr "剪切路径(_P)" -#: ../src/verbs.cpp:2561 +#: ../src/verbs.cpp:2589 msgid "Cut the bottom path's stroke into pieces, removing fill" -msgstr "把底部路径的笔廓分割成片, 去除填充" +msgstr "把底部路径的笔刷分割成片, 去除填充" #. TRANSLATORS: "outset": expand a shape by offsetting the object's path, #. i.e. by displacing it perpendicular to the path in each point. #. See also the Advanced Tutorial for explanation. -#: ../src/verbs.cpp:2565 +#: ../src/verbs.cpp:2593 msgid "Outs_et" msgstr "向外偏移(_E)" -#: ../src/verbs.cpp:2566 +#: ../src/verbs.cpp:2594 msgid "Outset selected paths" msgstr "向外偏移已选路径" -#: ../src/verbs.cpp:2568 +#: ../src/verbs.cpp:2596 msgid "O_utset Path by 1 px" msgstr "以 1 像素向外偏移路径(_U)" -#: ../src/verbs.cpp:2569 +#: ../src/verbs.cpp:2597 msgid "Outset selected paths by 1 px" msgstr "以 1 像素向外偏移已选路径" -#: ../src/verbs.cpp:2571 +#: ../src/verbs.cpp:2599 msgid "O_utset Path by 10 px" msgstr "以 10 像素向外偏移路径(_U)" -#: ../src/verbs.cpp:2572 +#: ../src/verbs.cpp:2600 msgid "Outset selected paths by 10 px" msgstr "以 10 像素向外偏移已选路径" #. TRANSLATORS: "inset": contract a shape by offsetting the object's path, #. i.e. by displacing it perpendicular to the path in each point. #. See also the Advanced Tutorial for explanation. -#: ../src/verbs.cpp:2576 +#: ../src/verbs.cpp:2604 msgid "I_nset" msgstr "向内偏移(_N)" -#: ../src/verbs.cpp:2577 +#: ../src/verbs.cpp:2605 msgid "Inset selected paths" msgstr "向内偏移已选路径" -#: ../src/verbs.cpp:2579 +#: ../src/verbs.cpp:2607 msgid "I_nset Path by 1 px" msgstr "以 1 像素向内偏移路径(_N)" -#: ../src/verbs.cpp:2580 +#: ../src/verbs.cpp:2608 msgid "Inset selected paths by 1 px" msgstr "以 1 像素向内偏移已选路径" -#: ../src/verbs.cpp:2582 +#: ../src/verbs.cpp:2610 msgid "I_nset Path by 10 px" msgstr "以 10 像素向内偏移路径(_N)" -#: ../src/verbs.cpp:2583 +#: ../src/verbs.cpp:2611 msgid "Inset selected paths by 10 px" msgstr "以 10 像素向内偏移已选路径" -#: ../src/verbs.cpp:2585 +#: ../src/verbs.cpp:2613 msgid "D_ynamic Offset" msgstr "动态偏移(_Y)" -#: ../src/verbs.cpp:2585 +#: ../src/verbs.cpp:2613 msgid "Create a dynamic offset object" msgstr "创建动态偏移对象" -#: ../src/verbs.cpp:2587 +#: ../src/verbs.cpp:2615 msgid "_Linked Offset" msgstr "链接偏移(_L)" -#: ../src/verbs.cpp:2588 +#: ../src/verbs.cpp:2616 msgid "Create a dynamic offset object linked to the original path" msgstr "创建一个链接到原始路径的动态偏移对象" -#: ../src/verbs.cpp:2590 +#: ../src/verbs.cpp:2618 msgid "_Stroke to Path" -msgstr "笔廓转化成路径(_S)" +msgstr "笔刷转化成路径(_S)" -#: ../src/verbs.cpp:2591 +#: ../src/verbs.cpp:2619 msgid "Convert selected object's stroke to paths" -msgstr "把已选对象的笔廓转化成路径" +msgstr "把已选对象的笔刷转化成路径" -#: ../src/verbs.cpp:2592 +#: ../src/verbs.cpp:2620 msgid "Si_mplify" msgstr "简化(_M)" -#: ../src/verbs.cpp:2593 +#: ../src/verbs.cpp:2621 msgid "Simplify selected paths (remove extra nodes)" -msgstr "简化已选路径(移除多余节点)" +msgstr "简化已选路径(移除多余节点)" -#: ../src/verbs.cpp:2594 +#: ../src/verbs.cpp:2622 msgid "_Reverse" msgstr "反向(_R)" -#: ../src/verbs.cpp:2595 +#: ../src/verbs.cpp:2623 msgid "Reverse the direction of selected paths (useful for flipping markers)" -msgstr "将所选路径反向(可以翻转标记的方向)" +msgstr "将所选路径反向(可以翻转标记的方向)" -#: ../src/verbs.cpp:2598 +#: ../src/verbs.cpp:2628 msgid "Create one or more paths from a bitmap by tracing it" msgstr "通过临摹位图轮廓创建一个或多个路径" -#: ../src/verbs.cpp:2599 +#: ../src/verbs.cpp:2631 msgid "Trace Pixel Art..." -msgstr "临摹像素画…" +msgstr "临摹像素画..." -#: ../src/verbs.cpp:2600 +#: ../src/verbs.cpp:2632 msgid "Create paths using Kopf-Lischinski algorithm to vectorize pixel art" msgstr "使用 Kopf-Lischinski 算法创建路径来矢量化像素画" -#: ../src/verbs.cpp:2601 +#: ../src/verbs.cpp:2633 msgid "Make a _Bitmap Copy" msgstr "制作一个位图副本(_B)" -#: ../src/verbs.cpp:2602 +#: ../src/verbs.cpp:2634 msgid "Export selection to a bitmap and insert it into document" msgstr "把选区导出到位图,然后再加入文档" -#: ../src/verbs.cpp:2603 +#: ../src/verbs.cpp:2635 msgid "_Combine" msgstr "合并(_C)" -#: ../src/verbs.cpp:2604 +#: ../src/verbs.cpp:2636 msgid "Combine several paths into one" msgstr "把数个路径合并为一个" #. TRANSLATORS: "to cut a path" is not the same as "to break a path apart" - see the #. Advanced tutorial for more info -#: ../src/verbs.cpp:2607 +#: ../src/verbs.cpp:2639 msgid "Break _Apart" msgstr "分离(_A)" -#: ../src/verbs.cpp:2608 +#: ../src/verbs.cpp:2640 msgid "Break selected paths into subpaths" msgstr "把选择路径分成各个子路径" -#: ../src/verbs.cpp:2609 +#: ../src/verbs.cpp:2641 msgid "_Arrange..." -msgstr "安排(_A)…" +msgstr "安排(_A)..." -#: ../src/verbs.cpp:2610 +#: ../src/verbs.cpp:2642 msgid "Arrange selected objects in a table or circle" msgstr "在一个表格或圆圈中安排选择的对象" #. Layer -#: ../src/verbs.cpp:2612 +#: ../src/verbs.cpp:2644 msgid "_Add Layer..." -msgstr "增加层(_A)…" +msgstr "添加图层(_A)..." -#: ../src/verbs.cpp:2613 +#: ../src/verbs.cpp:2645 msgid "Create a new layer" -msgstr "创建新层" +msgstr "新建图层" -#: ../src/verbs.cpp:2614 +#: ../src/verbs.cpp:2646 msgid "Re_name Layer..." -msgstr "重命名图层(_N)…" +msgstr "重命名图层(_N)..." -#: ../src/verbs.cpp:2615 +#: ../src/verbs.cpp:2647 msgid "Rename the current layer" msgstr "重命名当前图层" -#: ../src/verbs.cpp:2616 +#: ../src/verbs.cpp:2648 msgid "Switch to Layer Abov_e" msgstr "切换到上一层(_E)" -#: ../src/verbs.cpp:2617 +#: ../src/verbs.cpp:2649 msgid "Switch to the layer above the current" msgstr "从当前位置切换到上一层" -#: ../src/verbs.cpp:2618 +#: ../src/verbs.cpp:2650 msgid "Switch to Layer Belo_w" msgstr "切换到下一层(_W)" -#: ../src/verbs.cpp:2619 +#: ../src/verbs.cpp:2651 msgid "Switch to the layer below the current" msgstr "从当前位置切换到下一层" -#: ../src/verbs.cpp:2620 +#: ../src/verbs.cpp:2652 msgid "Move Selection to Layer Abo_ve" -msgstr "把选区移动到上一层(_V)" +msgstr "移动选区至上一层(_V)" -#: ../src/verbs.cpp:2621 +#: ../src/verbs.cpp:2653 msgid "Move selection to the layer above the current" -msgstr "把选区从当前层移动到上一层" +msgstr "把选区从当前图层移动到上一层" -#: ../src/verbs.cpp:2622 +#: ../src/verbs.cpp:2654 msgid "Move Selection to Layer Bel_ow" -msgstr "把选区移动到下一层(_O)" +msgstr "移动选区至下一层(_O)" -#: ../src/verbs.cpp:2623 +#: ../src/verbs.cpp:2655 msgid "Move selection to the layer below the current" -msgstr "把选区从当前层移动到下一层" +msgstr "把选区从当前图层移动到下一层" -#: ../src/verbs.cpp:2624 +#: ../src/verbs.cpp:2656 msgid "Move Selection to Layer..." -msgstr "移动选择到层…" +msgstr "移动选区到层..." -#: ../src/verbs.cpp:2626 +#: ../src/verbs.cpp:2658 msgid "Layer to _Top" msgstr "层置顶(_T)" -#: ../src/verbs.cpp:2627 +#: ../src/verbs.cpp:2659 msgid "Raise the current layer to the top" -msgstr "把当前层升高到顶层" +msgstr "把当前图层升高到顶层" -#: ../src/verbs.cpp:2628 +#: ../src/verbs.cpp:2660 msgid "Layer to _Bottom" msgstr "层置底(_B)" -#: ../src/verbs.cpp:2629 +#: ../src/verbs.cpp:2661 msgid "Lower the current layer to the bottom" -msgstr "把当前层降低到底层" +msgstr "把当前图层降低到底层" -#: ../src/verbs.cpp:2630 +#: ../src/verbs.cpp:2662 msgid "_Raise Layer" msgstr "升高层(_R)" -#: ../src/verbs.cpp:2631 +#: ../src/verbs.cpp:2663 msgid "Raise the current layer" -msgstr "升高当前层" +msgstr "升高当前图层" -#: ../src/verbs.cpp:2632 +#: ../src/verbs.cpp:2664 msgid "_Lower Layer" msgstr "降低层(_L)" -#: ../src/verbs.cpp:2633 +#: ../src/verbs.cpp:2665 msgid "Lower the current layer" -msgstr "降低当前层" +msgstr "降低当前图层" -#: ../src/verbs.cpp:2634 +#: ../src/verbs.cpp:2666 msgid "D_uplicate Current Layer" msgstr "再制当前图层(_U)" -#: ../src/verbs.cpp:2635 +#: ../src/verbs.cpp:2667 msgid "Duplicate an existing layer" msgstr "再制一个已有的层" -#: ../src/verbs.cpp:2636 +#: ../src/verbs.cpp:2668 msgid "_Delete Current Layer" -msgstr "删除当前层(_D)" +msgstr "删除当前图层(_D)" -#: ../src/verbs.cpp:2637 +#: ../src/verbs.cpp:2669 msgid "Delete the current layer" -msgstr "删除当前层" +msgstr "删除当前图层" -#: ../src/verbs.cpp:2638 +#: ../src/verbs.cpp:2670 msgid "_Show/hide other layers" -msgstr "显示/隐藏其它层(_S)" +msgstr "显示/隐藏其他层(_S)" -#: ../src/verbs.cpp:2639 +#: ../src/verbs.cpp:2671 msgid "Solo the current layer" -msgstr "仅显示当前层" +msgstr "仅显示当前图层" -#: ../src/verbs.cpp:2640 +#: ../src/verbs.cpp:2672 msgid "_Show all layers" msgstr "显示所有层(_S)" -#: ../src/verbs.cpp:2641 +#: ../src/verbs.cpp:2673 msgid "Show all the layers" msgstr "显示所有层" -#: ../src/verbs.cpp:2642 +#: ../src/verbs.cpp:2674 msgid "_Hide all layers" msgstr "隐藏所有层(_H)" -#: ../src/verbs.cpp:2643 +#: ../src/verbs.cpp:2675 msgid "Hide all the layers" msgstr "隐藏所有层" -#: ../src/verbs.cpp:2644 +#: ../src/verbs.cpp:2676 msgid "_Lock all layers" msgstr "锁定所有层(_L)" -#: ../src/verbs.cpp:2645 +#: ../src/verbs.cpp:2677 msgid "Lock all the layers" msgstr "锁定所有层" -#: ../src/verbs.cpp:2646 +#: ../src/verbs.cpp:2678 msgid "Lock/Unlock _other layers" -msgstr "锁定/解锁其它层(_O)" +msgstr "锁定/解锁其他层(_O)" -#: ../src/verbs.cpp:2647 +#: ../src/verbs.cpp:2679 msgid "Lock all the other layers" -msgstr "锁定所有其它层" +msgstr "锁定所有其他层" -#: ../src/verbs.cpp:2648 +#: ../src/verbs.cpp:2680 msgid "_Unlock all layers" msgstr "解锁所有层(_U)" -#: ../src/verbs.cpp:2649 +#: ../src/verbs.cpp:2681 msgid "Unlock all the layers" msgstr "解锁所有层" -#: ../src/verbs.cpp:2650 +#: ../src/verbs.cpp:2682 msgid "_Lock/Unlock Current Layer" -msgstr "锁定/解锁当前层(_L)" +msgstr "锁定/解锁当前图层(_L)" -#: ../src/verbs.cpp:2651 +#: ../src/verbs.cpp:2683 msgid "Toggle lock on current layer" -msgstr "锁定或解锁当前层" +msgstr "锁定或解锁当前图层" -#: ../src/verbs.cpp:2652 +#: ../src/verbs.cpp:2684 msgid "_Show/hide Current Layer" -msgstr "显示/隐藏当前层(_S)" +msgstr "显示/隐藏当前图层(_S)" -#: ../src/verbs.cpp:2653 +#: ../src/verbs.cpp:2685 msgid "Toggle visibility of current layer" -msgstr "切换当前层的可见状态" +msgstr "切换当前图层的可见状态" #. Object -#: ../src/verbs.cpp:2656 +#: ../src/verbs.cpp:2688 msgid "Rotate _90° CW" msgstr "顺时针旋转 _90°" #. This is shared between tooltips and statusbar, so they #. must use UTF-8, not HTML entities for special characters. -#: ../src/verbs.cpp:2659 +#: ../src/verbs.cpp:2691 msgid "Rotate selection 90° clockwise" msgstr "顺时针旋转选区 90°" -#: ../src/verbs.cpp:2660 +#: ../src/verbs.cpp:2692 msgid "Rotate 9_0° CCW" msgstr "逆时针旋转 9_0°" #. This is shared between tooltips and statusbar, so they #. must use UTF-8, not HTML entities for special characters. -#: ../src/verbs.cpp:2663 +#: ../src/verbs.cpp:2695 msgid "Rotate selection 90° counter-clockwise" msgstr "逆时针旋转选区 90°" -#: ../src/verbs.cpp:2664 +#: ../src/verbs.cpp:2696 msgid "Remove _Transformations" msgstr "移除变换(_T)" -#: ../src/verbs.cpp:2665 +#: ../src/verbs.cpp:2697 msgid "Remove transformations from object" msgstr "移除对象上的变换" -#: ../src/verbs.cpp:2666 +#: ../src/verbs.cpp:2698 msgid "_Object to Path" msgstr "对象转化成路径(_O)" -#: ../src/verbs.cpp:2667 +#: ../src/verbs.cpp:2699 msgid "Convert selected object to path" msgstr "把已选对象转化成路径" -#: ../src/verbs.cpp:2668 +#: ../src/verbs.cpp:2700 msgid "_Flow into Frame" msgstr "浮动转化成框架(_F)" -#: ../src/verbs.cpp:2669 +#: ../src/verbs.cpp:2701 msgid "" "Put text into a frame (path or shape), creating a flowed text linked to the " "frame object" -msgstr "把文字放到框架(路径或形形状)里,创建链接到框架对象的浮动文字" +msgstr "把文字放到框架(路径或形形状)里,创建链接到框架对象的浮动文字" -#: ../src/verbs.cpp:2670 +#: ../src/verbs.cpp:2702 msgid "_Unflow" msgstr "解除浮动(_U)" -#: ../src/verbs.cpp:2671 +#: ../src/verbs.cpp:2703 msgid "Remove text from frame (creates a single-line text object)" -msgstr "从框架中移除文字(创建一个单行文字对象)" +msgstr "从框架中移除文字(创建一个单行文字对象)" -#: ../src/verbs.cpp:2672 +#: ../src/verbs.cpp:2704 msgid "_Convert to Text" msgstr "转换为文字(_C)" -#: ../src/verbs.cpp:2673 +#: ../src/verbs.cpp:2705 msgid "Convert flowed text to regular text object (preserves appearance)" -msgstr "把浮动文字转化成一般文字对象(保持外观)" +msgstr "把浮动文字转化成一般文字对象(保持外观)" -#: ../src/verbs.cpp:2675 +#: ../src/verbs.cpp:2707 msgid "Flip _Horizontal" msgstr "水平翻转(_H)" -#: ../src/verbs.cpp:2675 +#: ../src/verbs.cpp:2707 msgid "Flip selected objects horizontally" msgstr "水平地翻转已选对象" -#: ../src/verbs.cpp:2678 +#: ../src/verbs.cpp:2710 msgid "Flip _Vertical" msgstr "垂直翻转(_V)" -#: ../src/verbs.cpp:2678 +#: ../src/verbs.cpp:2710 msgid "Flip selected objects vertically" msgstr "垂直地翻转已选对象" -#: ../src/verbs.cpp:2681 +#: ../src/verbs.cpp:2713 msgid "Apply mask to selection (using the topmost object as mask)" -msgstr "应用蒙版到选区(用最顶层对象作为蒙版)" +msgstr "应用蒙版到选区(用最顶层对象作为蒙版)" -#: ../src/verbs.cpp:2683 +#: ../src/verbs.cpp:2715 msgid "Edit mask" msgstr "编辑蒙版" -#: ../src/verbs.cpp:2684 ../src/verbs.cpp:2692 +#: ../src/verbs.cpp:2716 ../src/verbs.cpp:2724 msgid "_Release" msgstr "释放(_R)" -#: ../src/verbs.cpp:2685 +#: ../src/verbs.cpp:2717 msgid "Remove mask from selection" msgstr "从选区中移除蒙版" -#: ../src/verbs.cpp:2687 +#: ../src/verbs.cpp:2719 msgid "" "Apply clipping path to selection (using the topmost object as clipping path)" -msgstr "应用剪裁路径到选区(使用最顶层对象作为剪裁路径)" +msgstr "应用剪裁路径到选区(使用最顶层对象作为剪裁路径)" -#: ../src/verbs.cpp:2688 +#: ../src/verbs.cpp:2720 msgid "Create Cl_ip Group" msgstr "创建剪裁组(_I)" -#: ../src/verbs.cpp:2689 +#: ../src/verbs.cpp:2721 msgid "Creates a clip group using the selected objects as a base" msgstr "使用选择的对象作为一个基础创建一个剪裁组" -#: ../src/verbs.cpp:2691 +#: ../src/verbs.cpp:2723 msgid "Edit clipping path" msgstr "编辑剪裁路径" -#: ../src/verbs.cpp:2693 +#: ../src/verbs.cpp:2725 msgid "Remove clipping path from selection" msgstr "从选区中移除剪裁路径" #. Tools -#: ../src/verbs.cpp:2698 +#: ../src/verbs.cpp:2730 msgctxt "ContextVerb" msgid "Select" msgstr "选择" -#: ../src/verbs.cpp:2699 +#: ../src/verbs.cpp:2731 msgid "Select and transform objects" msgstr "选择并变换对象" -#: ../src/verbs.cpp:2700 +#: ../src/verbs.cpp:2732 msgctxt "ContextVerb" msgid "Node Edit" msgstr "节点编辑" -#: ../src/verbs.cpp:2701 +#: ../src/verbs.cpp:2733 msgid "Edit paths by nodes" msgstr "通过节点编辑路径" -#: ../src/verbs.cpp:2702 +#: ../src/verbs.cpp:2734 msgctxt "ContextVerb" msgid "Tweak" msgstr "扭曲" -#: ../src/verbs.cpp:2703 +#: ../src/verbs.cpp:2735 msgid "Tweak objects by sculpting or painting" msgstr "通过描绘和雕刻扭曲对象" -#: ../src/verbs.cpp:2704 +#: ../src/verbs.cpp:2736 msgctxt "ContextVerb" msgid "Spray" msgstr "喷绘" -#: ../src/verbs.cpp:2705 +#: ../src/verbs.cpp:2737 msgid "Spray objects by sculpting or painting" msgstr "通过描绘和雕刻装饰对象" -#: ../src/verbs.cpp:2706 +#: ../src/verbs.cpp:2738 msgctxt "ContextVerb" msgid "Rectangle" msgstr "矩形" -#: ../src/verbs.cpp:2707 +#: ../src/verbs.cpp:2739 msgid "Create rectangles and squares" msgstr "创建矩形或正方形" -#: ../src/verbs.cpp:2708 +#: ../src/verbs.cpp:2740 msgctxt "ContextVerb" msgid "3D Box" msgstr "3D 盒子" -#: ../src/verbs.cpp:2709 +#: ../src/verbs.cpp:2741 msgid "Create 3D boxes" msgstr "创建 3D 盒子" -#: ../src/verbs.cpp:2710 +#: ../src/verbs.cpp:2742 msgctxt "ContextVerb" msgid "Ellipse" msgstr "椭圆" -#: ../src/verbs.cpp:2711 +#: ../src/verbs.cpp:2743 msgid "Create circles, ellipses, and arcs" msgstr "创建圆、椭圆或圆弧" -#: ../src/verbs.cpp:2712 +#: ../src/verbs.cpp:2744 msgctxt "ContextVerb" msgid "Star" msgstr "星形" -#: ../src/verbs.cpp:2713 +#: ../src/verbs.cpp:2745 msgid "Create stars and polygons" msgstr "创建星形或多边形" -#: ../src/verbs.cpp:2714 +#: ../src/verbs.cpp:2746 msgctxt "ContextVerb" msgid "Spiral" msgstr "螺旋" -#: ../src/verbs.cpp:2715 +#: ../src/verbs.cpp:2747 msgid "Create spirals" msgstr "创建螺旋" -#: ../src/verbs.cpp:2716 +#: ../src/verbs.cpp:2748 msgctxt "ContextVerb" msgid "Pencil" msgstr "铅笔" -#: ../src/verbs.cpp:2717 +#: ../src/verbs.cpp:2749 msgid "Draw freehand lines" msgstr "绘制手绘线" -#: ../src/verbs.cpp:2718 +#: ../src/verbs.cpp:2750 msgctxt "ContextVerb" msgid "Pen" msgstr "钢笔" -#: ../src/verbs.cpp:2719 +#: ../src/verbs.cpp:2751 msgid "Draw Bezier curves and straight lines" msgstr "绘制贝塞尔曲线和直线" -#: ../src/verbs.cpp:2720 +#: ../src/verbs.cpp:2752 msgctxt "ContextVerb" msgid "Calligraphy" msgstr "书法" -#: ../src/verbs.cpp:2721 +#: ../src/verbs.cpp:2753 msgid "Draw calligraphic or brush strokes" msgstr "创建书法或笔刷轮廓" -#: ../src/verbs.cpp:2723 +#: ../src/verbs.cpp:2755 msgid "Create and edit text objects" msgstr "创建编辑文字对象" -#: ../src/verbs.cpp:2724 +#: ../src/verbs.cpp:2756 msgctxt "ContextVerb" msgid "Gradient" msgstr "梯度" -#: ../src/verbs.cpp:2725 +#: ../src/verbs.cpp:2757 msgid "Create and edit gradients" msgstr "创建编辑渐变" -#: ../src/verbs.cpp:2726 +#: ../src/verbs.cpp:2758 msgctxt "ContextVerb" msgid "Mesh" msgstr "网状" -#: ../src/verbs.cpp:2727 +#: ../src/verbs.cpp:2759 msgid "Create and edit meshes" msgstr "创建并编辑网状" -#: ../src/verbs.cpp:2728 +#: ../src/verbs.cpp:2760 msgctxt "ContextVerb" msgid "Zoom" msgstr "缩放" -#: ../src/verbs.cpp:2729 +#: ../src/verbs.cpp:2761 msgid "Zoom in or out" msgstr "放大或缩小" -#: ../src/verbs.cpp:2731 +#: ../src/verbs.cpp:2763 msgid "Measurement tool" msgstr "测量工具" -#: ../src/verbs.cpp:2732 +#: ../src/verbs.cpp:2764 msgctxt "ContextVerb" msgid "Dropper" msgstr "吸管" -#: ../src/verbs.cpp:2734 +#: ../src/verbs.cpp:2766 msgctxt "ContextVerb" msgid "Connector" msgstr "连接器" -#: ../src/verbs.cpp:2735 +#: ../src/verbs.cpp:2767 msgid "Create diagram connectors" msgstr "创建流程图连接器" -#: ../src/verbs.cpp:2736 +#: ../src/verbs.cpp:2770 msgctxt "ContextVerb" msgid "Paint Bucket" msgstr "油漆桶" -#: ../src/verbs.cpp:2737 +#: ../src/verbs.cpp:2771 msgid "Fill bounded areas" msgstr "填充封闭区域" -#: ../src/verbs.cpp:2738 +#: ../src/verbs.cpp:2774 msgctxt "ContextVerb" msgid "LPE Edit" msgstr "LPE 编辑" -#: ../src/verbs.cpp:2739 +#: ../src/verbs.cpp:2775 msgid "Edit Path Effect parameters" msgstr "编辑路径效果的参数" -#: ../src/verbs.cpp:2740 +#: ../src/verbs.cpp:2776 msgctxt "ContextVerb" msgid "Eraser" msgstr "橡皮" -#: ../src/verbs.cpp:2741 +#: ../src/verbs.cpp:2777 msgid "Erase existing paths" msgstr "擦除现有路径" -#: ../src/verbs.cpp:2742 +#: ../src/verbs.cpp:2778 msgctxt "ContextVerb" msgid "LPE Tool" msgstr "LPE 工具" -#: ../src/verbs.cpp:2743 +#: ../src/verbs.cpp:2779 msgid "Do geometric constructions" msgstr "执行几何构造" #. Tool prefs -#: ../src/verbs.cpp:2745 +#: ../src/verbs.cpp:2781 msgid "Selector Preferences" msgstr "选择器首选项" -#: ../src/verbs.cpp:2746 +#: ../src/verbs.cpp:2782 msgid "Open Preferences for the Selector tool" msgstr "打开选择工具的首选项" -#: ../src/verbs.cpp:2747 +#: ../src/verbs.cpp:2783 msgid "Node Tool Preferences" msgstr "节点工具首选项" -#: ../src/verbs.cpp:2748 +#: ../src/verbs.cpp:2784 msgid "Open Preferences for the Node tool" msgstr "打开节点工具的首选项" -#: ../src/verbs.cpp:2749 +#: ../src/verbs.cpp:2785 msgid "Tweak Tool Preferences" msgstr "扭曲工具设置" -#: ../src/verbs.cpp:2750 +#: ../src/verbs.cpp:2786 msgid "Open Preferences for the Tweak tool" msgstr "打开扭曲工具的首选项" -#: ../src/verbs.cpp:2751 +#: ../src/verbs.cpp:2787 msgid "Spray Tool Preferences" msgstr "喷绘工具设置" -#: ../src/verbs.cpp:2752 +#: ../src/verbs.cpp:2788 msgid "Open Preferences for the Spray tool" msgstr "打开喷绘工具的首选项" -#: ../src/verbs.cpp:2753 +#: ../src/verbs.cpp:2789 msgid "Rectangle Preferences" msgstr "矩形首选项" -#: ../src/verbs.cpp:2754 +#: ../src/verbs.cpp:2790 msgid "Open Preferences for the Rectangle tool" msgstr "打开矩形工具的首选项" -#: ../src/verbs.cpp:2755 +#: ../src/verbs.cpp:2791 msgid "3D Box Preferences" msgstr "3D 盒子设置" -#: ../src/verbs.cpp:2756 +#: ../src/verbs.cpp:2792 msgid "Open Preferences for the 3D Box tool" msgstr "打开 3D 盒子的首选项" -#: ../src/verbs.cpp:2757 +#: ../src/verbs.cpp:2793 msgid "Ellipse Preferences" msgstr "椭圆首选项" -#: ../src/verbs.cpp:2758 +#: ../src/verbs.cpp:2794 msgid "Open Preferences for the Ellipse tool" msgstr "打开椭圆工具的首选项" -#: ../src/verbs.cpp:2759 +#: ../src/verbs.cpp:2795 msgid "Star Preferences" msgstr "星形首选项" -#: ../src/verbs.cpp:2760 +#: ../src/verbs.cpp:2796 msgid "Open Preferences for the Star tool" msgstr "打开星形工具的首选项" -#: ../src/verbs.cpp:2761 +#: ../src/verbs.cpp:2797 msgid "Spiral Preferences" msgstr "螺旋首选项" -#: ../src/verbs.cpp:2762 +#: ../src/verbs.cpp:2798 msgid "Open Preferences for the Spiral tool" msgstr "打开螺旋工具的首选项" -#: ../src/verbs.cpp:2763 +#: ../src/verbs.cpp:2799 msgid "Pencil Preferences" msgstr "铅笔首选项" -#: ../src/verbs.cpp:2764 +#: ../src/verbs.cpp:2800 msgid "Open Preferences for the Pencil tool" msgstr "打开铅笔工具的首选项" -#: ../src/verbs.cpp:2765 +#: ../src/verbs.cpp:2801 msgid "Pen Preferences" msgstr "钢笔首选项" -#: ../src/verbs.cpp:2766 +#: ../src/verbs.cpp:2802 msgid "Open Preferences for the Pen tool" msgstr "打开钢笔工具的首选项" -#: ../src/verbs.cpp:2767 +#: ../src/verbs.cpp:2803 msgid "Calligraphic Preferences" msgstr "书法首选项" -#: ../src/verbs.cpp:2768 +#: ../src/verbs.cpp:2804 msgid "Open Preferences for the Calligraphy tool" msgstr "打开书法工具的首选项" -#: ../src/verbs.cpp:2769 +#: ../src/verbs.cpp:2805 msgid "Text Preferences" msgstr "文字首选项" -#: ../src/verbs.cpp:2770 +#: ../src/verbs.cpp:2806 msgid "Open Preferences for the Text tool" msgstr "打开文字工具的首选项" -#: ../src/verbs.cpp:2771 +#: ../src/verbs.cpp:2807 msgid "Gradient Preferences" msgstr "渐变首选项" -#: ../src/verbs.cpp:2772 +#: ../src/verbs.cpp:2808 msgid "Open Preferences for the Gradient tool" msgstr "打开渐变工具的首选项" -#: ../src/verbs.cpp:2773 +#: ../src/verbs.cpp:2809 msgid "Mesh Preferences" msgstr "网格设置" -#: ../src/verbs.cpp:2774 +#: ../src/verbs.cpp:2810 msgid "Open Preferences for the Mesh tool" msgstr "打开网状工具的首选项" -#: ../src/verbs.cpp:2775 +#: ../src/verbs.cpp:2811 msgid "Zoom Preferences" msgstr "缩放首选项" -#: ../src/verbs.cpp:2776 +#: ../src/verbs.cpp:2812 msgid "Open Preferences for the Zoom tool" msgstr "打开缩放工具的首选项" -#: ../src/verbs.cpp:2777 +#: ../src/verbs.cpp:2813 msgid "Measure Preferences" msgstr "测量首选项" -#: ../src/verbs.cpp:2778 +#: ../src/verbs.cpp:2814 msgid "Open Preferences for the Measure tool" msgstr "打开测量工具的首选项" -#: ../src/verbs.cpp:2779 +#: ../src/verbs.cpp:2815 msgid "Dropper Preferences" -msgstr "取色器首选项" +msgstr "拾色器首选项" -#: ../src/verbs.cpp:2780 +#: ../src/verbs.cpp:2816 msgid "Open Preferences for the Dropper tool" -msgstr "打开取色器工具的首选项" +msgstr "打开拾色器工具的首选项" -#: ../src/verbs.cpp:2781 +#: ../src/verbs.cpp:2817 msgid "Connector Preferences" msgstr "连接器首选项" -#: ../src/verbs.cpp:2782 +#: ../src/verbs.cpp:2818 msgid "Open Preferences for the Connector tool" msgstr "打开连接器工具的首选项" -#: ../src/verbs.cpp:2783 +#: ../src/verbs.cpp:2821 msgid "Paint Bucket Preferences" msgstr "油漆桶设置" -#: ../src/verbs.cpp:2784 +#: ../src/verbs.cpp:2822 msgid "Open Preferences for the Paint Bucket tool" msgstr "打开油漆桶设置工具" -#: ../src/verbs.cpp:2785 +#: ../src/verbs.cpp:2825 msgid "Eraser Preferences" msgstr "橡皮擦配置" -#: ../src/verbs.cpp:2786 +#: ../src/verbs.cpp:2826 msgid "Open Preferences for the Eraser tool" msgstr "打开橡皮擦工具的首选项" -#: ../src/verbs.cpp:2787 +#: ../src/verbs.cpp:2827 msgid "LPE Tool Preferences" msgstr "LPE 工具首选项" -#: ../src/verbs.cpp:2788 +#: ../src/verbs.cpp:2828 msgid "Open Preferences for the LPETool tool" msgstr "打开 LPE 工具的首选项" #. Zoom/View -#: ../src/verbs.cpp:2790 +#: ../src/verbs.cpp:2830 msgid "Zoom In" msgstr "放大" -#: ../src/verbs.cpp:2790 +#: ../src/verbs.cpp:2830 msgid "Zoom in" msgstr "放大" -#: ../src/verbs.cpp:2791 +#: ../src/verbs.cpp:2831 msgid "Zoom Out" msgstr "缩小" -#: ../src/verbs.cpp:2791 +#: ../src/verbs.cpp:2831 msgid "Zoom out" msgstr "缩小" -#: ../src/verbs.cpp:2792 +#: ../src/verbs.cpp:2832 msgid "_Rulers" msgstr "标尺(_R)" -#: ../src/verbs.cpp:2792 +#: ../src/verbs.cpp:2832 msgid "Show or hide the canvas rulers" msgstr "显示或隐藏画布标尺" -#: ../src/verbs.cpp:2793 +#: ../src/verbs.cpp:2833 msgid "Scroll_bars" msgstr "滚动条(_B)" -#: ../src/verbs.cpp:2793 +#: ../src/verbs.cpp:2833 msgid "Show or hide the canvas scrollbars" msgstr "显示或隐藏画布滚动条" -#: ../src/verbs.cpp:2794 +#: ../src/verbs.cpp:2834 msgid "Page _Grid" msgstr "页面网格(_G)" -#: ../src/verbs.cpp:2794 +#: ../src/verbs.cpp:2834 msgid "Show or hide the page grid" msgstr "显示或隐藏页面网格" -#: ../src/verbs.cpp:2795 +#: ../src/verbs.cpp:2835 msgid "G_uides" msgstr "标尺(_U)" -#: ../src/verbs.cpp:2795 +#: ../src/verbs.cpp:2835 msgid "Show or hide guides (drag from a ruler to create a guide)" -msgstr "显示或隐藏参考线(从标尺拖动即可创建)" +msgstr "显示或隐藏参考线(从标尺拖动即可创建)" -#: ../src/verbs.cpp:2796 +#: ../src/verbs.cpp:2836 msgid "Enable snapping" msgstr "打开吸附" -#: ../src/verbs.cpp:2797 +#: ../src/verbs.cpp:2837 msgid "_Commands Bar" msgstr "命令栏(_C)" -#: ../src/verbs.cpp:2797 +#: ../src/verbs.cpp:2837 msgid "Show or hide the Commands bar (under the menu)" -msgstr "显示或隐藏命令栏(到菜单下)" +msgstr "显示或隐藏命令栏(到菜单下)" -#: ../src/verbs.cpp:2798 +#: ../src/verbs.cpp:2838 msgid "Sn_ap Controls Bar" msgstr "吸附控制栏(_A)" -#: ../src/verbs.cpp:2798 +#: ../src/verbs.cpp:2838 msgid "Show or hide the snapping controls" msgstr "显示或隐藏吸附控制栏" -#: ../src/verbs.cpp:2799 +#: ../src/verbs.cpp:2839 msgid "T_ool Controls Bar" msgstr "工具控制栏(_O)" -#: ../src/verbs.cpp:2799 +#: ../src/verbs.cpp:2839 msgid "Show or hide the Tool Controls bar" msgstr "显示或隐藏工具控制栏" -#: ../src/verbs.cpp:2800 +#: ../src/verbs.cpp:2840 msgid "_Toolbox" msgstr "工具箱(_T)" -#: ../src/verbs.cpp:2800 +#: ../src/verbs.cpp:2840 msgid "Show or hide the main toolbox (on the left)" -msgstr "显示或隐藏主工具箱(到左边)" +msgstr "显示或隐藏主工具箱(到左边)" -#: ../src/verbs.cpp:2801 +#: ../src/verbs.cpp:2841 msgid "_Palette" msgstr "调色板(_P)" -#: ../src/verbs.cpp:2801 +#: ../src/verbs.cpp:2841 msgid "Show or hide the color palette" msgstr "显示或隐藏颜色调色板" -#: ../src/verbs.cpp:2802 +#: ../src/verbs.cpp:2842 msgid "_Statusbar" msgstr "状态栏(_S)" -#: ../src/verbs.cpp:2802 +#: ../src/verbs.cpp:2842 msgid "Show or hide the statusbar (at the bottom of the window)" -msgstr "显示或隐藏状态栏(到窗口底部)" +msgstr "显示或隐藏状态栏(到窗口底部)" -#: ../src/verbs.cpp:2803 +#: ../src/verbs.cpp:2843 msgid "Nex_t Zoom" msgstr "下一缩放(_T)" -#: ../src/verbs.cpp:2803 +#: ../src/verbs.cpp:2843 msgid "Next zoom (from the history of zooms)" -msgstr "下一缩放(来自缩放历史)" +msgstr "下一缩放(来自缩放历史)" -#: ../src/verbs.cpp:2805 +#: ../src/verbs.cpp:2845 msgid "Pre_vious Zoom" msgstr "前一缩放(_V)" -#: ../src/verbs.cpp:2805 +#: ../src/verbs.cpp:2845 msgid "Previous zoom (from the history of zooms)" -msgstr "前一缩放(来自缩放历史)" +msgstr "前一缩放(来自缩放历史)" -#: ../src/verbs.cpp:2807 +#: ../src/verbs.cpp:2847 msgid "Zoom 1:_1" msgstr "1:_1 缩放" -#: ../src/verbs.cpp:2807 +#: ../src/verbs.cpp:2847 msgid "Zoom to 1:1" msgstr "缩放到 1:1" -#: ../src/verbs.cpp:2809 +#: ../src/verbs.cpp:2849 msgid "Zoom 1:_2" msgstr "1:_2 缩放" -#: ../src/verbs.cpp:2809 +#: ../src/verbs.cpp:2849 msgid "Zoom to 1:2" msgstr "缩放到 1:2" -#: ../src/verbs.cpp:2811 +#: ../src/verbs.cpp:2851 msgid "_Zoom 2:1" msgstr "2:1 缩放(_Z)" -#: ../src/verbs.cpp:2811 +#: ../src/verbs.cpp:2851 msgid "Zoom to 2:1" msgstr "缩放到 2:1" -#: ../src/verbs.cpp:2814 +#: ../src/verbs.cpp:2853 msgid "_Fullscreen" msgstr "全屏(_F)" -#: ../src/verbs.cpp:2814 ../src/verbs.cpp:2816 +#: ../src/verbs.cpp:2853 ../src/verbs.cpp:2855 msgid "Stretch this document window to full screen" msgstr "拉伸文档窗口到全屏" -#: ../src/verbs.cpp:2816 +#: ../src/verbs.cpp:2855 msgid "Fullscreen & Focus Mode" -msgstr "全屏和焦点模式" +msgstr "全屏和专注模式" -#: ../src/verbs.cpp:2819 +#: ../src/verbs.cpp:2857 msgid "Toggle _Focus Mode" -msgstr "切换激活模式(_F)" +msgstr "切换专注模式(_F)" -#: ../src/verbs.cpp:2819 +#: ../src/verbs.cpp:2857 msgid "Remove excess toolbars to focus on drawing" -msgstr "移除过多的工具栏,以专注于绘图" +msgstr "移除过多的工具栏以专注于绘图" -#: ../src/verbs.cpp:2821 +#: ../src/verbs.cpp:2859 msgid "Duplic_ate Window" msgstr "再制窗口(_A)" -#: ../src/verbs.cpp:2821 +#: ../src/verbs.cpp:2859 msgid "Open a new window with the same document" msgstr "打开同一个文档的新窗口" -#: ../src/verbs.cpp:2823 +#: ../src/verbs.cpp:2861 msgid "_New View Preview" msgstr "新预览视图(_N)" -#: ../src/verbs.cpp:2824 +#: ../src/verbs.cpp:2862 msgid "New View Preview" msgstr "新预览视图" #. "view_new_preview" -#: ../src/verbs.cpp:2826 ../src/verbs.cpp:2834 +#: ../src/verbs.cpp:2864 ../src/verbs.cpp:2872 msgid "_Normal" msgstr "正常(_N)" -#: ../src/verbs.cpp:2827 +#: ../src/verbs.cpp:2865 msgid "Switch to normal display mode" msgstr "切换到正常显示模式" -#: ../src/verbs.cpp:2828 +#: ../src/verbs.cpp:2866 msgid "No _Filters" msgstr "无滤镜(_F)" -#: ../src/verbs.cpp:2829 +#: ../src/verbs.cpp:2867 msgid "Switch to normal display without filters" msgstr "切换到正常显示模式,不显示滤镜" -#: ../src/verbs.cpp:2830 +#: ../src/verbs.cpp:2868 msgid "_Outline" msgstr "轮廓(_O)" -#: ../src/verbs.cpp:2831 +#: ../src/verbs.cpp:2869 msgid "Switch to outline (wireframe) display mode" msgstr "切换到轮廓显示模式" #. new ZoomVerb(SP_VERB_VIEW_COLOR_MODE_PRINT_COLORS_PREVIEW, "ViewColorModePrintColorsPreview", N_("_Print Colors Preview"), #. N_("Switch to print colors preview mode"), NULL), -#: ../src/verbs.cpp:2832 ../src/verbs.cpp:2840 +#: ../src/verbs.cpp:2870 ../src/verbs.cpp:2878 msgid "_Toggle" msgstr "切换(_T)" -#: ../src/verbs.cpp:2833 +#: ../src/verbs.cpp:2871 msgid "Toggle between normal and outline display modes" msgstr "在普通和轮廓显示模式之间切换" -#: ../src/verbs.cpp:2835 +#: ../src/verbs.cpp:2873 msgid "Switch to normal color display mode" msgstr "切换到正常颜色显示模式" -#: ../src/verbs.cpp:2836 +#: ../src/verbs.cpp:2874 msgid "_Grayscale" msgstr "灰度(_G)" -#: ../src/verbs.cpp:2837 +#: ../src/verbs.cpp:2875 msgid "Switch to grayscale display mode" msgstr "切换到灰色显示模式" -#: ../src/verbs.cpp:2841 +#: ../src/verbs.cpp:2879 msgid "Toggle between normal and grayscale color display modes" msgstr "在正常和灰色显示模式之间切换" -#: ../src/verbs.cpp:2843 +#: ../src/verbs.cpp:2881 msgid "Color-managed view" msgstr "颜色控制视图" -#: ../src/verbs.cpp:2844 +#: ../src/verbs.cpp:2882 msgid "Toggle color-managed display for this document window" msgstr "切换该文档窗口的受控色彩显示" -#: ../src/verbs.cpp:2846 +#: ../src/verbs.cpp:2884 msgid "Ico_n Preview..." -msgstr "图标预览(_N)…" +msgstr "图标预览(_N)..." -#: ../src/verbs.cpp:2847 +#: ../src/verbs.cpp:2885 msgid "Open a window to preview objects at different icon resolutions" msgstr "以不同的图标分辨率打开窗口预览对象" -#: ../src/verbs.cpp:2849 +#: ../src/verbs.cpp:2887 msgid "Zoom to fit page in window" msgstr "缩放页面以适合窗口" -#: ../src/verbs.cpp:2850 +#: ../src/verbs.cpp:2888 msgid "Page _Width" msgstr "页面宽度(_W)" -#: ../src/verbs.cpp:2851 +#: ../src/verbs.cpp:2889 msgid "Zoom to fit page width in window" msgstr "缩放页面宽度以适合窗口" -#: ../src/verbs.cpp:2853 +#: ../src/verbs.cpp:2891 msgid "Zoom to fit drawing in window" msgstr "缩放绘图以适合窗口" -#: ../src/verbs.cpp:2855 +#: ../src/verbs.cpp:2893 msgid "Zoom to fit selection in window" msgstr "缩放选区以适合窗口" #. Dialogs -#: ../src/verbs.cpp:2858 +#: ../src/verbs.cpp:2896 msgid "P_references..." -msgstr "首选项(_P)…" +msgstr "首选项(_P)..." -#: ../src/verbs.cpp:2859 +#: ../src/verbs.cpp:2897 msgid "Edit global Inkscape preferences" msgstr "编辑 Inkscape 全局首选项" -#: ../src/verbs.cpp:2860 +#: ../src/verbs.cpp:2898 msgid "_Document Properties..." -msgstr "文档属性(_D)…" +msgstr "文档属性(_D)..." -#: ../src/verbs.cpp:2861 +#: ../src/verbs.cpp:2899 msgid "Edit properties of this document (to be saved with the document)" -msgstr "编辑文档的属性(同文档一起保存)" +msgstr "编辑文档的属性(同文档一起保存)" -#: ../src/verbs.cpp:2862 +#: ../src/verbs.cpp:2900 msgid "Document _Metadata..." -msgstr "文档元数据(_M)…" +msgstr "文档元数据(_M)..." -#: ../src/verbs.cpp:2863 +#: ../src/verbs.cpp:2901 msgid "Edit document metadata (to be saved with the document)" -msgstr "编辑文档元数据(同文档一起保存)" +msgstr "编辑文档元数据(同文档一起保存)" -#: ../src/verbs.cpp:2865 +#: ../src/verbs.cpp:2903 msgid "" "Edit objects' colors, gradients, arrowheads, and other fill and stroke " "properties..." -msgstr "编辑对象的颜色、渐变、箭头和其它填充和笔廓属性…" +msgstr "编辑对象的颜色、渐变、箭头和其他填充和笔刷属性..." #. FIXME: Probably better to either use something from the icon naming spec or ship our own "select-font" icon -#: ../src/verbs.cpp:2867 +#: ../src/verbs.cpp:2905 msgid "Gl_yphs..." -msgstr "字符(_Y)…" +msgstr "字符(_Y)..." -#: ../src/verbs.cpp:2868 +#: ../src/verbs.cpp:2906 msgid "Select characters from a glyphs palette" msgstr "从象形文字板中选择字符" #. FIXME: Probably better to either use something from the icon naming spec or ship our own "select-color" icon #. TRANSLATORS: "Swatches" means: color samples -#: ../src/verbs.cpp:2871 +#: ../src/verbs.cpp:2909 msgid "S_watches..." -msgstr "色盘(_W)…" +msgstr "色盘(_W)..." -#: ../src/verbs.cpp:2872 +#: ../src/verbs.cpp:2910 msgid "Select colors from a swatches palette" msgstr "从色盘中选择颜色" -#: ../src/verbs.cpp:2873 +#: ../src/verbs.cpp:2911 msgid "S_ymbols..." -msgstr "符号(_Y)…" +msgstr "符号(_Y)..." -#: ../src/verbs.cpp:2874 +#: ../src/verbs.cpp:2912 msgid "Select symbol from a symbols palette" msgstr "从符号板中选择符号" -#: ../src/verbs.cpp:2875 +#: ../src/verbs.cpp:2913 msgid "Transfor_m..." -msgstr "变换(_M)…" +msgstr "变换(_M)..." -#: ../src/verbs.cpp:2876 +#: ../src/verbs.cpp:2914 msgid "Precisely control objects' transformations" msgstr "精确控制对象的变换" -#: ../src/verbs.cpp:2877 +#: ../src/verbs.cpp:2915 msgid "_Align and Distribute..." -msgstr "对齐和分散(_A)…" +msgstr "对齐和分散(_A)..." -#: ../src/verbs.cpp:2878 +#: ../src/verbs.cpp:2916 msgid "Align and distribute objects" msgstr "对齐散开对象" -#: ../src/verbs.cpp:2879 +#: ../src/verbs.cpp:2917 msgid "_Spray options..." -msgstr "喷绘选项(_S)…" +msgstr "喷绘选项(_S)..." -#: ../src/verbs.cpp:2880 +#: ../src/verbs.cpp:2918 msgid "Some options for the spray" msgstr "喷绘的一些选项" -#: ../src/verbs.cpp:2881 +#: ../src/verbs.cpp:2919 msgid "Undo _History..." -msgstr "撤销历史(_H)…" +msgstr "撤销历史(_H)..." -#: ../src/verbs.cpp:2882 +#: ../src/verbs.cpp:2920 msgid "Undo History" msgstr "撤销历史" -#: ../src/verbs.cpp:2884 +#: ../src/verbs.cpp:2922 msgid "View and select font family, font size and other text properties" -msgstr "显示选择字体名称、字体大小和其它文本属性" +msgstr "显示选择字体名称、字体大小和其他文本属性" -#: ../src/verbs.cpp:2885 +#: ../src/verbs.cpp:2923 msgid "_XML Editor..." -msgstr "_XML 编辑器…" +msgstr "_XML 编辑器..." -#: ../src/verbs.cpp:2886 +#: ../src/verbs.cpp:2924 msgid "View and edit the XML tree of the document" msgstr "显示并编辑文档的 XML 树" -#: ../src/verbs.cpp:2887 +#: ../src/verbs.cpp:2925 msgid "_Find/Replace..." -msgstr "查找/替换(_F)…" +msgstr "查找/替换(_F)..." -#: ../src/verbs.cpp:2888 +#: ../src/verbs.cpp:2926 msgid "Find objects in document" msgstr "查找文档中的对象" -#: ../src/verbs.cpp:2889 +#: ../src/verbs.cpp:2927 msgid "Find and _Replace Text..." -msgstr "查找并替换文本(_R)…" +msgstr "查找并替换文本(_R)..." -#: ../src/verbs.cpp:2890 +#: ../src/verbs.cpp:2928 msgid "Find and replace text in document" msgstr "查找并替换文档中的文本" -#: ../src/verbs.cpp:2892 +#: ../src/verbs.cpp:2930 msgid "Check spelling of text in document" msgstr "检查文档中的文本拼写" -#: ../src/verbs.cpp:2893 +#: ../src/verbs.cpp:2931 msgid "_Messages..." -msgstr "消息(_M)…" +msgstr "消息(_M)..." -#: ../src/verbs.cpp:2894 +#: ../src/verbs.cpp:2932 msgid "View debug messages" msgstr "显示调试消息" -#: ../src/verbs.cpp:2895 +#: ../src/verbs.cpp:2933 msgid "Show/Hide D_ialogs" msgstr "显示/隐藏对话框(_I)" -#: ../src/verbs.cpp:2896 +#: ../src/verbs.cpp:2934 msgid "Show or hide all open dialogs" msgstr "显示或隐藏所有打开的对话框" -#: ../src/verbs.cpp:2897 +#: ../src/verbs.cpp:2935 msgid "Create Tiled Clones..." -msgstr "创建平铺克隆…" +msgstr "创建平铺克隆..." -#: ../src/verbs.cpp:2898 +#: ../src/verbs.cpp:2936 msgid "" "Create multiple clones of selected object, arranging them into a pattern or " "scattering" msgstr "创建选择对象的多个克隆, 按照图案或者分散的安排" -#: ../src/verbs.cpp:2899 +#: ../src/verbs.cpp:2937 msgid "_Object attributes..." -msgstr "对象属性(_O)…" +msgstr "对象属性(_O)..." -#: ../src/verbs.cpp:2900 +#: ../src/verbs.cpp:2938 msgid "Edit the object attributes..." -msgstr "编辑对象属性…" +msgstr "编辑对象属性..." -#: ../src/verbs.cpp:2902 +#: ../src/verbs.cpp:2940 msgid "Edit the ID, locked and visible status, and other object properties" -msgstr "编辑对象的 ID、锁定和可见状态、以及其它属性" +msgstr "编辑对象的 ID、锁定和可见状态、以及其他属性" -#: ../src/verbs.cpp:2903 +#: ../src/verbs.cpp:2941 msgid "_Input Devices..." msgstr "输入设备(_I)" -#: ../src/verbs.cpp:2904 +#: ../src/verbs.cpp:2942 msgid "Configure extended input devices, such as a graphics tablet" msgstr "配置扩展输入设备,例如绘图板" -#: ../src/verbs.cpp:2905 +#: ../src/verbs.cpp:2943 msgid "_Extensions..." -msgstr "扩展(_E)…" +msgstr "扩展(_E)..." -#: ../src/verbs.cpp:2906 +#: ../src/verbs.cpp:2944 msgid "Query information about extensions" msgstr "查询扩展的信息" -#: ../src/verbs.cpp:2907 +#: ../src/verbs.cpp:2945 msgid "Layer_s..." -msgstr "图层(_S)…" +msgstr "图层(_S)..." -#: ../src/verbs.cpp:2908 +#: ../src/verbs.cpp:2946 msgid "View Layers" msgstr "显示图层" -#: ../src/verbs.cpp:2909 +#: ../src/verbs.cpp:2947 msgid "Object_s..." -msgstr "对象(_S)…" +msgstr "对象(_S)..." -#: ../src/verbs.cpp:2910 +#: ../src/verbs.cpp:2948 msgid "View Objects" msgstr "查看对象" -#: ../src/verbs.cpp:2911 +#: ../src/verbs.cpp:2949 msgid "Selection se_ts..." -msgstr "选区集合(_T)…" +msgstr "选区集合(_T)..." -#: ../src/verbs.cpp:2912 +#: ../src/verbs.cpp:2950 msgid "View Tags" msgstr "查看标记" -#: ../src/verbs.cpp:2913 +#: ../src/verbs.cpp:2951 msgid "Path E_ffects ..." -msgstr "路径效果(_F)…" +msgstr "路径效果(_F)..." -#: ../src/verbs.cpp:2914 +#: ../src/verbs.cpp:2952 msgid "Manage, edit, and apply path effects" msgstr "管理、编辑并应用路径效果" -#: ../src/verbs.cpp:2915 +#: ../src/verbs.cpp:2953 msgid "Filter _Editor..." -msgstr "滤镜编辑器(_E)…" +msgstr "滤镜编辑器(_E)..." -#: ../src/verbs.cpp:2916 +#: ../src/verbs.cpp:2954 msgid "Manage, edit, and apply SVG filters" msgstr "管理、编辑并应用 SVG 滤镜效果" -#: ../src/verbs.cpp:2917 +#: ../src/verbs.cpp:2955 msgid "SVG Font Editor..." -msgstr "SVG 字体编辑器…" +msgstr "SVG 字体编辑器..." -#: ../src/verbs.cpp:2918 +#: ../src/verbs.cpp:2956 msgid "Edit SVG fonts" msgstr "编辑 SVG 字体" -#: ../src/verbs.cpp:2919 +#: ../src/verbs.cpp:2957 msgid "Print Colors..." -msgstr "打印色彩…" +msgstr "打印色彩..." -#: ../src/verbs.cpp:2920 +#: ../src/verbs.cpp:2958 msgid "" "Select which color separations to render in Print Colors Preview rendermode" msgstr "选择要使用“打印颜色预览”渲染模式渲染的色彩分离模式" -#: ../src/verbs.cpp:2921 +#: ../src/verbs.cpp:2959 msgid "_Export PNG Image..." -msgstr "导出 PNG 图像(_E)…" +msgstr "导出 PNG 图像(_E)..." -#: ../src/verbs.cpp:2922 +#: ../src/verbs.cpp:2960 msgid "Export this document or a selection as a PNG image" msgstr "导出本文档或选区为 PNG 图像" #. Help -#: ../src/verbs.cpp:2924 +#: ../src/verbs.cpp:2962 msgid "About E_xtensions" msgstr "关于扩展(_X)" -#: ../src/verbs.cpp:2925 +#: ../src/verbs.cpp:2963 msgid "Information on Inkscape extensions" msgstr "Inkscape 扩展信息" -#: ../src/verbs.cpp:2926 +#: ../src/verbs.cpp:2964 msgid "About _Memory" msgstr "关于内存(_M)" -#: ../src/verbs.cpp:2927 +#: ../src/verbs.cpp:2965 msgid "Memory usage information" msgstr "内存使用信息" -#: ../src/verbs.cpp:2928 +#: ../src/verbs.cpp:2966 msgid "_About Inkscape" msgstr "关于 Inkscape(_A)" -#: ../src/verbs.cpp:2929 +#: ../src/verbs.cpp:2967 msgid "Inkscape version, authors, license" msgstr "Inscape 版本、作者、许可" #. new HelpVerb(SP_VERB_SHOW_LICENSE, "ShowLicense", N_("_License"), #. N_("Distribution terms"), /*"show_license"*/"inkscape_options"), #. Tutorials -#: ../src/verbs.cpp:2934 +#: ../src/verbs.cpp:2972 msgid "Inkscape: _Basic" msgstr "Inkscape:基础(_B)" -#: ../src/verbs.cpp:2935 +#: ../src/verbs.cpp:2973 msgid "Getting started with Inkscape" msgstr "开始学习 Inkscape" #. "tutorial_basic" -#: ../src/verbs.cpp:2936 +#: ../src/verbs.cpp:2974 msgid "Inkscape: _Shapes" msgstr "Inkscape:形状(_S)" -#: ../src/verbs.cpp:2937 +#: ../src/verbs.cpp:2975 msgid "Using shape tools to create and edit shapes" msgstr "使用形状工具创建和编辑形状" -#: ../src/verbs.cpp:2938 +#: ../src/verbs.cpp:2976 msgid "Inkscape: _Advanced" msgstr "Inkscape:高级(_A)" -#: ../src/verbs.cpp:2939 +#: ../src/verbs.cpp:2977 msgid "Advanced Inkscape topics" msgstr "高级 Inkscape 话题" -#. "tutorial_advanced" #. TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize) -#: ../src/verbs.cpp:2941 +#: ../src/verbs.cpp:2981 msgid "Inkscape: T_racing" msgstr "Inkscape:临摹(_R)" -#: ../src/verbs.cpp:2942 +#: ../src/verbs.cpp:2982 msgid "Using bitmap tracing" msgstr "位图临摹" -#. "tutorial_tracing" -#: ../src/verbs.cpp:2943 +#: ../src/verbs.cpp:2985 msgid "Inkscape: Tracing Pixel Art" msgstr "Inkscape:临摹像素画" -#: ../src/verbs.cpp:2944 +#: ../src/verbs.cpp:2986 msgid "Using Trace Pixel Art dialog" msgstr "使用临摹像素画对话框" -#: ../src/verbs.cpp:2945 +#: ../src/verbs.cpp:2987 msgid "Inkscape: _Calligraphy" msgstr "Inkscape:书法(_C)" -#: ../src/verbs.cpp:2946 +#: ../src/verbs.cpp:2988 msgid "Using the Calligraphy pen tool" msgstr "使用书法工具" -#: ../src/verbs.cpp:2947 +#: ../src/verbs.cpp:2989 msgid "Inkscape: _Interpolate" msgstr "Inkscape:插值(_I)" -#: ../src/verbs.cpp:2948 +#: ../src/verbs.cpp:2990 msgid "Using the interpolate extension" msgstr "使用插值扩展" #. "tutorial_interpolate" -#: ../src/verbs.cpp:2949 +#: ../src/verbs.cpp:2991 msgid "_Elements of Design" msgstr "设计元素(_E)" -#: ../src/verbs.cpp:2950 +#: ../src/verbs.cpp:2992 msgid "Principles of design in the tutorial form" msgstr "以向导方式介绍设计原理" #. "tutorial_design" -#: ../src/verbs.cpp:2951 +#: ../src/verbs.cpp:2993 msgid "_Tips and Tricks" msgstr "提示与技巧(_T)" -#: ../src/verbs.cpp:2952 +#: ../src/verbs.cpp:2994 msgid "Miscellaneous tips and tricks" msgstr "杂项提示与技巧" #. "tutorial_tips" #. Effect -- renamed Extension -#: ../src/verbs.cpp:2955 +#: ../src/verbs.cpp:2997 msgid "Previous Exte_nsion" msgstr "上一个扩展(_N)" -#: ../src/verbs.cpp:2956 +#: ../src/verbs.cpp:2998 msgid "Repeat the last extension with the same settings" msgstr "使用相同的设置重复上次的扩展" -#: ../src/verbs.cpp:2957 +#: ../src/verbs.cpp:2999 msgid "_Previous Extension Settings..." -msgstr "先前的扩展设置(_P)…" +msgstr "先前的扩展设置(_P)..." -#: ../src/verbs.cpp:2958 +#: ../src/verbs.cpp:3000 msgid "Repeat the last extension with new settings" msgstr "使用新的设置重复上次的扩展" -#: ../src/verbs.cpp:2962 +#: ../src/verbs.cpp:3004 msgid "Fit the page to the current selection" msgstr "当前选区适合页面" -#: ../src/verbs.cpp:2964 +#: ../src/verbs.cpp:3006 msgid "Fit the page to the drawing" msgstr "适合画布到绘图" -#: ../src/verbs.cpp:2966 +#: ../src/verbs.cpp:3008 msgid "" "Fit the page to the current selection or the drawing if there is no selection" msgstr "没有选区时适合页面到当前选区或者绘图" -#: ../src/verbs.cpp:2970 +#: ../src/verbs.cpp:3012 msgid "Unlock All in All Layers" msgstr "在所有层中撤销所有锁定" -#: ../src/verbs.cpp:2972 +#: ../src/verbs.cpp:3014 msgid "Unhide All" msgstr "撤销所有隐藏" -#: ../src/verbs.cpp:2974 +#: ../src/verbs.cpp:3016 msgid "Unhide All in All Layers" msgstr "所有层中撤销所有隐藏" -#: ../src/verbs.cpp:2978 +#: ../src/verbs.cpp:3020 msgid "Link an ICC color profile" msgstr "链接一个 ICC 色彩配置文件" -#: ../src/verbs.cpp:2979 +#: ../src/verbs.cpp:3021 msgid "Remove Color Profile" msgstr "移除色彩配置文件" -#: ../src/verbs.cpp:2980 +#: ../src/verbs.cpp:3022 msgid "Remove a linked ICC color profile" msgstr "移除已链接的 ICC 色彩配置文件" -#: ../src/verbs.cpp:2983 +#: ../src/verbs.cpp:3025 msgid "Add External Script" msgstr "添加外部脚本" -#: ../src/verbs.cpp:2983 +#: ../src/verbs.cpp:3025 msgid "Add an external script" msgstr "添加一个外部脚本" -#: ../src/verbs.cpp:2985 +#: ../src/verbs.cpp:3027 msgid "Add Embedded Script" msgstr "添加嵌入脚本" -#: ../src/verbs.cpp:2985 +#: ../src/verbs.cpp:3027 msgid "Add an embedded script" msgstr "添加一个嵌入脚本" -#: ../src/verbs.cpp:2987 +#: ../src/verbs.cpp:3029 msgid "Edit Embedded Script" msgstr "编辑嵌入脚本" -#: ../src/verbs.cpp:2987 +#: ../src/verbs.cpp:3029 msgid "Edit an embedded script" msgstr "编辑一个嵌入脚本" -#: ../src/verbs.cpp:2989 +#: ../src/verbs.cpp:3031 msgid "Remove External Script" msgstr "移除外部脚本" -#: ../src/verbs.cpp:2989 +#: ../src/verbs.cpp:3031 msgid "Remove an external script" msgstr "移除一个外部脚本" -#: ../src/verbs.cpp:2991 +#: ../src/verbs.cpp:3033 msgid "Remove Embedded Script" msgstr "移除嵌入脚本" -#: ../src/verbs.cpp:2991 +#: ../src/verbs.cpp:3033 msgid "Remove an embedded script" msgstr "移除一个嵌入脚本" -#: ../src/verbs.cpp:3013 ../src/verbs.cpp:3014 +#: ../src/verbs.cpp:3055 ../src/verbs.cpp:3056 msgid "Center on horizontal and vertical axis" msgstr "水平和垂直轴上的中心" @@ -27214,7 +27392,7 @@ msgstr "起点:" #: ../src/widgets/arc-toolbar.cpp:320 msgid "The angle (in degrees) from the horizontal to the arc's start point" -msgstr "水平方向到弧起点的角度(°)" +msgstr "水平方向到弧起点的角度(°)" #: ../src/widgets/arc-toolbar.cpp:332 msgid "End:" @@ -27222,7 +27400,7 @@ msgstr "终止:" #: ../src/widgets/arc-toolbar.cpp:333 msgid "The angle (in degrees) from the horizontal to the arc's end point" -msgstr "水平方向到弧终点的角度(°)" +msgstr "水平方向到弧终点的角度(°)" #: ../src/widgets/arc-toolbar.cpp:349 msgid "Closed arc" @@ -27230,7 +27408,7 @@ msgstr "封闭圆弧" #: ../src/widgets/arc-toolbar.cpp:350 msgid "Switch to segment (closed shape with two radii)" -msgstr "切换为线段(用两个半径线闭合形状)" +msgstr "切换为线段(用两个半径线闭合形状)" #: ../src/widgets/arc-toolbar.cpp:356 msgid "Open Arc" @@ -27238,7 +27416,7 @@ msgstr "开口圆弧" #: ../src/widgets/arc-toolbar.cpp:357 msgid "Switch to arc (unclosed shape)" -msgstr "变为弧线(非封闭形状)" +msgstr "变为弧线(非封闭形状)" #: ../src/widgets/arc-toolbar.cpp:380 msgid "Make whole" @@ -27251,7 +27429,7 @@ msgstr "把形状做成整个椭圆,而非不是弧或线段" #. TODO: use the correct axis here, too #: ../src/widgets/box3d-toolbar.cpp:233 msgid "3D Box: Change perspective (angle of infinite axis)" -msgstr "3D 盒子:改变透视(无限轴的角度)" +msgstr "3D 盒子:改变透视(无限轴的角度)" #: ../src/widgets/box3d-toolbar.cpp:302 msgid "Angle in X direction" @@ -27265,11 +27443,11 @@ msgstr "X 向透视线的角度" #. Translators: VP is short for 'vanishing point' #: ../src/widgets/box3d-toolbar.cpp:326 msgid "State of VP in X direction" -msgstr "X 向消失点(VP)的状态" +msgstr "X 向消失点(VP)的状态" #: ../src/widgets/box3d-toolbar.cpp:327 msgid "Toggle VP in X direction between 'finite' and 'infinite' (=parallel)" -msgstr "X 向消失点(VP)设置为“有限”或“无限”(=平行)" +msgstr "X 向消失点(VP)设置为“有限”或“无限”(=平行)" #: ../src/widgets/box3d-toolbar.cpp:342 msgid "Angle in Y direction" @@ -27291,7 +27469,7 @@ msgstr "Y 向消失点的状态" #: ../src/widgets/box3d-toolbar.cpp:366 msgid "Toggle VP in Y direction between 'finite' and 'infinite' (=parallel)" -msgstr "Y 向消失点设置为“有限”或“无限”(相当于平行)" +msgstr "Y 向消失点设置为“有限”或“无限”(相当于平行)" #: ../src/widgets/box3d-toolbar.cpp:381 msgid "Angle in Z direction" @@ -27309,7 +27487,7 @@ msgstr "Z 向消失点的状态" #: ../src/widgets/box3d-toolbar.cpp:405 msgid "Toggle VP in Z direction between 'finite' and 'infinite' (=parallel)" -msgstr "Z 向消失点VP设置为“有限”或“无限”(相当于平行)" +msgstr "Z 向消失点VP设置为“有限”或“无限”(相当于平行)" #. gint preset_index = ege_select_one_action_get_active( sel ); #: ../src/widgets/calligraphy-toolbar.cpp:218 @@ -27320,58 +27498,58 @@ msgstr "无预置" #. Width #: ../src/widgets/calligraphy-toolbar.cpp:427 -#: ../src/widgets/eraser-toolbar.cpp:125 +#: ../src/widgets/eraser-toolbar.cpp:151 msgid "(hairline)" -msgstr "(毛细)" +msgstr "(毛细)" #. Mean #. Rotation #. Scale #: ../src/widgets/calligraphy-toolbar.cpp:427 #: ../src/widgets/calligraphy-toolbar.cpp:460 -#: ../src/widgets/eraser-toolbar.cpp:125 ../src/widgets/pencil-toolbar.cpp:374 -#: ../src/widgets/spray-toolbar.cpp:113 ../src/widgets/spray-toolbar.cpp:129 -#: ../src/widgets/spray-toolbar.cpp:145 ../src/widgets/spray-toolbar.cpp:205 -#: ../src/widgets/spray-toolbar.cpp:235 ../src/widgets/spray-toolbar.cpp:253 -#: ../src/widgets/tweak-toolbar.cpp:125 ../src/widgets/tweak-toolbar.cpp:142 -#: ../src/widgets/tweak-toolbar.cpp:350 +#: ../src/widgets/eraser-toolbar.cpp:151 ../src/widgets/pencil-toolbar.cpp:372 +#: ../src/widgets/spray-toolbar.cpp:294 ../src/widgets/spray-toolbar.cpp:323 +#: ../src/widgets/spray-toolbar.cpp:339 ../src/widgets/spray-toolbar.cpp:408 +#: ../src/widgets/spray-toolbar.cpp:438 ../src/widgets/spray-toolbar.cpp:456 +#: ../src/widgets/spray-toolbar.cpp:605 ../src/widgets/tweak-toolbar.cpp:125 +#: ../src/widgets/tweak-toolbar.cpp:142 ../src/widgets/tweak-toolbar.cpp:350 msgid "(default)" -msgstr "(默认)" +msgstr "(默认)" #: ../src/widgets/calligraphy-toolbar.cpp:427 -#: ../src/widgets/eraser-toolbar.cpp:125 +#: ../src/widgets/eraser-toolbar.cpp:151 msgid "(broad stroke)" -msgstr "(宽笔画)" +msgstr "(宽笔画)" #: ../src/widgets/calligraphy-toolbar.cpp:430 -#: ../src/widgets/eraser-toolbar.cpp:128 +#: ../src/widgets/eraser-toolbar.cpp:154 msgid "Pen Width" msgstr "笔宽" #: ../src/widgets/calligraphy-toolbar.cpp:431 msgid "The width of the calligraphic pen (relative to the visible canvas area)" -msgstr "书法笔刷宽度(相对于可见画布面积)" +msgstr "书法笔刷宽度(相对于可见画布面积)" #. Thinning #: ../src/widgets/calligraphy-toolbar.cpp:444 msgid "(speed blows up stroke)" -msgstr "(加速炸开笔画)" +msgstr "(加速炸开笔画)" #: ../src/widgets/calligraphy-toolbar.cpp:444 msgid "(slight widening)" -msgstr "(略微变宽)" +msgstr "(略微变宽)" #: ../src/widgets/calligraphy-toolbar.cpp:444 msgid "(constant width)" -msgstr "(恒定宽度)" +msgstr "(恒定宽度)" #: ../src/widgets/calligraphy-toolbar.cpp:444 msgid "(slight thinning, default)" -msgstr "(略微变窄,默认)" +msgstr "(略微变窄,默认)" #: ../src/widgets/calligraphy-toolbar.cpp:444 msgid "(speed deflates stroke)" -msgstr "(加速缩紧笔画)" +msgstr "(加速缩紧笔画)" #: ../src/widgets/calligraphy-toolbar.cpp:447 msgid "Stroke Thinning" @@ -27385,20 +27563,20 @@ msgstr "细:" msgid "" "How much velocity thins the stroke (> 0 makes fast strokes thinner, < 0 " "makes them broader, 0 makes width independent of velocity)" -msgstr "笔画变细和速度的关系(> 0 越快越细,< 0 越快越粗,0 宽度与速度无关)" +msgstr "笔画变细和速度的关系(> 0 越快越细,< 0 越快越粗,0 宽度与速度无关)" #. Angle #: ../src/widgets/calligraphy-toolbar.cpp:460 msgid "(left edge up)" -msgstr "(左边升高)" +msgstr "(左边升高)" #: ../src/widgets/calligraphy-toolbar.cpp:460 msgid "(horizontal)" -msgstr "(水平)" +msgstr "(水平)" #: ../src/widgets/calligraphy-toolbar.cpp:460 msgid "(right edge up)" -msgstr "(右边升高)" +msgstr "(右边升高)" #: ../src/widgets/calligraphy-toolbar.cpp:463 msgid "Pen Angle" @@ -27413,20 +27591,20 @@ msgstr "角度:" msgid "" "The angle of the pen's nib (in degrees; 0 = horizontal; has no effect if " "fixation = 0)" -msgstr "笔尖角度(°;0=水平;固定=0 时没有效果)" +msgstr "笔尖角度(°;0=水平;固定=0 时没有效果)" #. Fixation #: ../src/widgets/calligraphy-toolbar.cpp:478 msgid "(perpendicular to stroke, \"brush\")" -msgstr "(垂直于笔廓, “笔刷”)" +msgstr "(垂直于笔刷, “笔刷”)" #: ../src/widgets/calligraphy-toolbar.cpp:478 msgid "(almost fixed, default)" -msgstr "(几乎固定,默认)" +msgstr "(几乎固定,默认)" #: ../src/widgets/calligraphy-toolbar.cpp:478 msgid "(fixed by Angle, \"pen\")" -msgstr "(按角度固定,“钢笔”)" +msgstr "(按角度固定,“钢笔”)" #: ../src/widgets/calligraphy-toolbar.cpp:481 msgid "Fixation" @@ -27440,24 +27618,24 @@ msgstr "固定:" msgid "" "Angle behavior (0 = nib always perpendicular to stroke direction, 100 = " "fixed angle)" -msgstr "角度行为(0 = 笔尖总是垂直于笔廓方向,100 = 固定角度)" +msgstr "角度行为(0 = 笔尖总是垂直于笔刷方向,100 = 固定角度)" #. Cap Rounding #: ../src/widgets/calligraphy-toolbar.cpp:494 msgid "(blunt caps, default)" -msgstr "(平头端点,默认)" +msgstr "(平头端点,默认)" #: ../src/widgets/calligraphy-toolbar.cpp:494 msgid "(slightly bulging)" -msgstr "(略微膨胀)" +msgstr "(略微膨胀)" #: ../src/widgets/calligraphy-toolbar.cpp:494 msgid "(approximately round)" -msgstr "(近似圆形)" +msgstr "(近似圆形)" #: ../src/widgets/calligraphy-toolbar.cpp:494 msgid "(long protruding caps)" -msgstr "(长突出端点)" +msgstr "(长突出端点)" #: ../src/widgets/calligraphy-toolbar.cpp:498 msgid "Cap rounding" @@ -27471,24 +27649,24 @@ msgstr "端点:" msgid "" "Increase to make caps at the ends of strokes protrude more (0 = no caps, 1 = " "round caps)" -msgstr "增大此值使端点凸凹程度增加(0 = 无封口,1 = 圆角封口)" +msgstr "增大此值使端点凸凹程度增加(0 = 无封口,1 = 圆角封口)" #. Tremor #: ../src/widgets/calligraphy-toolbar.cpp:511 msgid "(smooth line)" -msgstr "(平滑线)" +msgstr "(平滑线)" #: ../src/widgets/calligraphy-toolbar.cpp:511 msgid "(slight tremor)" -msgstr "(轻微抖动)" +msgstr "(轻微抖动)" #: ../src/widgets/calligraphy-toolbar.cpp:511 msgid "(noticeable tremor)" -msgstr "(明显抖动)" +msgstr "(明显抖动)" #: ../src/widgets/calligraphy-toolbar.cpp:511 msgid "(maximum tremor)" -msgstr "(最大抖动)" +msgstr "(最大抖动)" #: ../src/widgets/calligraphy-toolbar.cpp:514 msgid "Stroke Tremor" @@ -27505,15 +27683,15 @@ msgstr "增大此值使笔画更加凸凹并且抖动" #. Wiggle #: ../src/widgets/calligraphy-toolbar.cpp:529 msgid "(no wiggle)" -msgstr "(无摆动)" +msgstr "(无摆动)" #: ../src/widgets/calligraphy-toolbar.cpp:529 msgid "(slight deviation)" -msgstr "(略微偏离)" +msgstr "(略微偏离)" #: ../src/widgets/calligraphy-toolbar.cpp:529 msgid "(wild waves and curls)" -msgstr "(剧烈的波浪和卷曲)" +msgstr "(剧烈的波浪和卷曲)" #: ../src/widgets/calligraphy-toolbar.cpp:532 msgid "Pen Wiggle" @@ -27529,26 +27707,31 @@ msgstr "增大此值使笔画更加波浪回旋" #. Mass #: ../src/widgets/calligraphy-toolbar.cpp:546 +#: ../src/widgets/eraser-toolbar.cpp:168 msgid "(no inertia)" -msgstr "(无惯性)" +msgstr "(无惯性)" #: ../src/widgets/calligraphy-toolbar.cpp:546 +#: ../src/widgets/eraser-toolbar.cpp:168 msgid "(slight smoothing, default)" -msgstr "(略微平滑, 默认)" +msgstr "(略微平滑, 默认)" #: ../src/widgets/calligraphy-toolbar.cpp:546 +#: ../src/widgets/eraser-toolbar.cpp:168 msgid "(noticeable lagging)" -msgstr "(明显滞后)" +msgstr "(明显滞后)" #: ../src/widgets/calligraphy-toolbar.cpp:546 +#: ../src/widgets/eraser-toolbar.cpp:168 msgid "(maximum inertia)" -msgstr "(最大惯性)" +msgstr "(最大惯性)" #: ../src/widgets/calligraphy-toolbar.cpp:549 msgid "Pen Mass" msgstr "笔的质量" #: ../src/widgets/calligraphy-toolbar.cpp:549 +#: ../src/widgets/eraser-toolbar.cpp:171 msgid "Mass:" msgstr "质量:" @@ -27564,7 +27747,7 @@ msgstr "临摹背景" msgid "" "Trace the lightness of the background by the width of the pen (white - " "minimum width, black - maximum width)" -msgstr "使用笔的宽度临摹背景的亮度(白色-最细,黑色-最粗)" +msgstr "使用笔的宽度临摹背景的亮度(白色-最细,黑色-最粗)" #: ../src/widgets/calligraphy-toolbar.cpp:579 msgid "Use the pressure of the input device to alter the width of the pen" @@ -27602,75 +27785,75 @@ msgstr "设置连接器类型:折线" msgid "Change connector curvature" msgstr "改变连接器弯曲度" -#: ../src/widgets/connector-toolbar.cpp:216 +#: ../src/widgets/connector-toolbar.cpp:214 msgid "Change connector spacing" msgstr "改变连接器间距" -#: ../src/widgets/connector-toolbar.cpp:309 +#: ../src/widgets/connector-toolbar.cpp:307 msgid "Avoid" msgstr "避免" -#: ../src/widgets/connector-toolbar.cpp:319 +#: ../src/widgets/connector-toolbar.cpp:317 msgid "Ignore" msgstr "忽略" -#: ../src/widgets/connector-toolbar.cpp:330 +#: ../src/widgets/connector-toolbar.cpp:328 msgid "Orthogonal" msgstr "正交" -#: ../src/widgets/connector-toolbar.cpp:331 +#: ../src/widgets/connector-toolbar.cpp:329 msgid "Make connector orthogonal or polyline" msgstr "使连接器为正交或折线" -#: ../src/widgets/connector-toolbar.cpp:345 +#: ../src/widgets/connector-toolbar.cpp:343 msgid "Connector Curvature" msgstr "连接器弯曲" -#: ../src/widgets/connector-toolbar.cpp:345 +#: ../src/widgets/connector-toolbar.cpp:343 msgid "Curvature:" msgstr "弯曲:" -#: ../src/widgets/connector-toolbar.cpp:346 +#: ../src/widgets/connector-toolbar.cpp:344 msgid "The amount of connectors curvature" msgstr "连接器的弯曲度" -#: ../src/widgets/connector-toolbar.cpp:356 +#: ../src/widgets/connector-toolbar.cpp:354 msgid "Connector Spacing" msgstr "连接器间距" -#: ../src/widgets/connector-toolbar.cpp:356 +#: ../src/widgets/connector-toolbar.cpp:354 msgid "Spacing:" msgstr "空隙:" -#: ../src/widgets/connector-toolbar.cpp:357 +#: ../src/widgets/connector-toolbar.cpp:355 msgid "The amount of space left around objects by auto-routing connectors" msgstr "自动布线连接器周围的空隙" -#: ../src/widgets/connector-toolbar.cpp:368 +#: ../src/widgets/connector-toolbar.cpp:366 msgid "Graph" msgstr "图" -#: ../src/widgets/connector-toolbar.cpp:378 +#: ../src/widgets/connector-toolbar.cpp:376 msgid "Connector Length" msgstr "连接器长度" -#: ../src/widgets/connector-toolbar.cpp:378 +#: ../src/widgets/connector-toolbar.cpp:376 msgid "Length:" msgstr "长度:" -#: ../src/widgets/connector-toolbar.cpp:379 +#: ../src/widgets/connector-toolbar.cpp:377 msgid "Ideal length for connectors when layout is applied" msgstr "应用布局后调整连接器的长度" -#: ../src/widgets/connector-toolbar.cpp:391 +#: ../src/widgets/connector-toolbar.cpp:389 msgid "Downwards" msgstr "向下" -#: ../src/widgets/connector-toolbar.cpp:392 +#: ../src/widgets/connector-toolbar.cpp:390 msgid "Make connectors with end-markers (arrows) point downwards" msgstr "使带有末尾标记(箭头)的连接器指向下方" -#: ../src/widgets/connector-toolbar.cpp:408 +#: ../src/widgets/connector-toolbar.cpp:406 msgid "Do not allow overlapping shapes" msgstr "不允许重叠形状" @@ -27682,90 +27865,98 @@ msgstr "点图案" msgid "Pattern offset" msgstr "图案偏移" -#: ../src/widgets/desktop-widget.cpp:466 +#: ../src/widgets/desktop-widget.cpp:494 msgid "Zoom drawing if window size changes" msgstr "如果窗口尺寸改变缩放绘图" -#: ../src/widgets/desktop-widget.cpp:665 +#: ../src/widgets/desktop-widget.cpp:693 msgid "Cursor coordinates" msgstr "光标位置" -#: ../src/widgets/desktop-widget.cpp:691 +#: ../src/widgets/desktop-widget.cpp:719 msgid "Z:" msgstr "Z:" #. display the initial welcome message in the statusbar -#: ../src/widgets/desktop-widget.cpp:734 +#: ../src/widgets/desktop-widget.cpp:762 msgid "" "<b>Welcome to Inkscape!</b> Use shape or freehand tools to create objects; " "use selector (arrow) to move or transform them." msgstr "" -"<b>欢迎来到 Inkscape!</b>使用形状或手绘工具创建对象;使用选择器(箭头)移动" -"或者变换对象" +"<b>欢迎来到 Inkscape!</b>使用形状或手绘工具创建对象;使用选择器(箭头)移动或" +"者变换对象" -#: ../src/widgets/desktop-widget.cpp:828 +#: ../src/widgets/desktop-widget.cpp:856 msgid "grayscale" msgstr "灰阶" -#: ../src/widgets/desktop-widget.cpp:829 +#: ../src/widgets/desktop-widget.cpp:857 msgid ", grayscale" msgstr ", 灰阶" -#: ../src/widgets/desktop-widget.cpp:830 +#: ../src/widgets/desktop-widget.cpp:858 msgid "print colors preview" msgstr "打印颜色预览" -#: ../src/widgets/desktop-widget.cpp:831 +#: ../src/widgets/desktop-widget.cpp:859 msgid ", print colors preview" msgstr ",打印颜色预览" -#: ../src/widgets/desktop-widget.cpp:832 +#: ../src/widgets/desktop-widget.cpp:860 msgid "outline" msgstr "轮廓" -#: ../src/widgets/desktop-widget.cpp:833 +#: ../src/widgets/desktop-widget.cpp:861 msgid "no filters" msgstr "无滤镜" -#: ../src/widgets/desktop-widget.cpp:860 +#: ../src/widgets/desktop-widget.cpp:888 #, c-format msgid "%s%s: %d (%s%s) - Inkscape" -msgstr "%s%s:%d(%s%s)- Inkscape" +msgstr "%s%s:%d(%s%s)- Inkscape" -#: ../src/widgets/desktop-widget.cpp:862 ../src/widgets/desktop-widget.cpp:866 +#: ../src/widgets/desktop-widget.cpp:890 ../src/widgets/desktop-widget.cpp:894 #, c-format msgid "%s%s: %d (%s) - Inkscape" -msgstr "%s%s:%d(%s)- Inkscape" +msgstr "%s%s:%d(%s)- Inkscape" -#: ../src/widgets/desktop-widget.cpp:868 +#: ../src/widgets/desktop-widget.cpp:896 #, c-format msgid "%s%s: %d - Inkscape" msgstr "%s%s:%d - Inkscape" -#: ../src/widgets/desktop-widget.cpp:874 +#: ../src/widgets/desktop-widget.cpp:902 #, c-format msgid "%s%s (%s%s) - Inkscape" -msgstr "%s%s(%s%s)- Inkscape" +msgstr "%s%s(%s%s)- Inkscape" -#: ../src/widgets/desktop-widget.cpp:876 ../src/widgets/desktop-widget.cpp:880 +#: ../src/widgets/desktop-widget.cpp:904 ../src/widgets/desktop-widget.cpp:908 #, c-format msgid "%s%s (%s) - Inkscape" -msgstr "%s%s(%s)- Inkscape" +msgstr "%s%s(%s)- Inkscape" -#: ../src/widgets/desktop-widget.cpp:882 +#: ../src/widgets/desktop-widget.cpp:910 #, c-format msgid "%s%s - Inkscape" msgstr "%s%s - Inkscape" -#: ../src/widgets/desktop-widget.cpp:1051 +#: ../src/widgets/desktop-widget.cpp:1082 +msgid "Locked all guides" +msgstr "锁定所有参考线" + +#: ../src/widgets/desktop-widget.cpp:1084 +msgid "Unlocked all guides" +msgstr "解锁所有参考线" + +#: ../src/widgets/desktop-widget.cpp:1101 msgid "Color-managed display is <b>enabled</b> in this window" msgstr "本窗口中<b>启用</b>了色彩管理的显示" -#: ../src/widgets/desktop-widget.cpp:1053 +#: ../src/widgets/desktop-widget.cpp:1103 msgid "Color-managed display is <b>disabled</b> in this window" msgstr "本窗口中<b>禁用</b>了色彩管理的显示" -#: ../src/widgets/desktop-widget.cpp:1108 +#: ../src/widgets/desktop-widget.cpp:1158 #, c-format msgid "" "<span weight=\"bold\" size=\"larger\">Save changes to document \"%s\" before " @@ -27778,12 +27969,12 @@ msgstr "" "\n" "如果没有保存关闭文档,所作的更改将会丢失。" -#: ../src/widgets/desktop-widget.cpp:1118 -#: ../src/widgets/desktop-widget.cpp:1177 +#: ../src/widgets/desktop-widget.cpp:1168 +#: ../src/widgets/desktop-widget.cpp:1227 msgid "Close _without saving" msgstr "关闭而不保存(_W)" -#: ../src/widgets/desktop-widget.cpp:1167 +#: ../src/widgets/desktop-widget.cpp:1217 #, c-format msgid "" "<span weight=\"bold\" size=\"larger\">The file \"%s\" was saved with a " @@ -27794,13 +27985,13 @@ msgstr "" "<span weight=\"bold\" size=\"larger\">此文件“%s”用此格式保存可能会导致数据遗" "失!</span>\n" "\n" -"你是否要将这个文件保存成 Inkscape SVG?" +"您是否要将这个文件保存成 Inkscape SVG?" -#: ../src/widgets/desktop-widget.cpp:1179 +#: ../src/widgets/desktop-widget.cpp:1229 msgid "_Save as Inkscape SVG" msgstr "保存为 Inkscape _SVG" -#: ../src/widgets/desktop-widget.cpp:1392 +#: ../src/widgets/desktop-widget.cpp:1442 msgid "Note:" msgstr "备注:" @@ -27825,7 +28016,7 @@ msgstr "指定不透明度" #: ../src/widgets/dropper-toolbar.cpp:104 msgid "" "If alpha was picked, assign it to selection as fill or stroke transparency" -msgstr "如果透明通道已拾取, 把它传给选区作为填充或笔廓的透明度" +msgstr "如果透明通道已拾取, 把它传给选区作为填充或笔刷的透明度" #: ../src/widgets/dropper-toolbar.cpp:107 msgid "Assign" @@ -27835,21 +28026,45 @@ msgstr "指定" msgid "remove" msgstr "移除" -#: ../src/widgets/eraser-toolbar.cpp:94 +#: ../src/widgets/eraser-toolbar.cpp:121 msgid "Delete objects touched by the eraser" msgstr "删除橡皮擦接触的对象" -#: ../src/widgets/eraser-toolbar.cpp:100 +#: ../src/widgets/eraser-toolbar.cpp:127 msgid "Cut" msgstr "剪切" -#: ../src/widgets/eraser-toolbar.cpp:101 +#: ../src/widgets/eraser-toolbar.cpp:128 msgid "Cut out from objects" msgstr "从对象中剪去" -#: ../src/widgets/eraser-toolbar.cpp:129 +#. Width +#: ../src/widgets/eraser-toolbar.cpp:151 +msgid "(no width)" +msgstr "(无宽度)" + +#: ../src/widgets/eraser-toolbar.cpp:155 msgid "The width of the eraser pen (relative to the visible canvas area)" -msgstr "橡皮擦宽度 (相对于可见画布)" +msgstr "橡皮擦宽度(相对于可见画布)" + +#: ../src/widgets/eraser-toolbar.cpp:171 +msgid "Eraser Mass" +msgstr "橡皮质量" + +#: ../src/widgets/eraser-toolbar.cpp:172 +#, fuzzy +msgid "Increase to make the eraser drag behind, as if slowed by inertia" +msgstr "增大此值使笔拖到后面,好像由于惯性变慢一样" + +#: ../src/widgets/eraser-toolbar.cpp:186 +#, fuzzy +msgid "Break appart cutted items" +msgstr "在已选节点上断开路径" + +#: ../src/widgets/eraser-toolbar.cpp:187 +#, fuzzy +msgid "Break appart cutted itemss" +msgstr "在已选节点上断开路径" #: ../src/widgets/fill-style.cpp:356 msgid "Change fill rule" @@ -27861,7 +28076,7 @@ msgstr "设置填充颜色" #: ../src/widgets/fill-style.cpp:440 ../src/widgets/fill-style.cpp:518 msgid "Set stroke color" -msgstr "设置笔廓颜色" +msgstr "设置笔刷颜色" #: ../src/widgets/fill-style.cpp:616 msgid "Set gradient on fill" @@ -27869,7 +28084,7 @@ msgstr "设置填充渐变" #: ../src/widgets/fill-style.cpp:616 msgid "Set gradient on stroke" -msgstr "设置笔廓渐变" +msgstr "设置笔刷渐变" #: ../src/widgets/fill-style.cpp:676 msgid "Set pattern on fill" @@ -27877,10 +28092,10 @@ msgstr "设置填充图案" #: ../src/widgets/fill-style.cpp:677 msgid "Set pattern on stroke" -msgstr "设置笔廓图案" +msgstr "设置笔刷图案" -#: ../src/widgets/font-selector.cpp:120 ../src/widgets/text-toolbar.cpp:953 -#: ../src/widgets/text-toolbar.cpp:1265 +#: ../src/widgets/font-selector.cpp:120 ../src/widgets/text-toolbar.cpp:1017 +#: ../src/widgets/text-toolbar.cpp:1358 msgid "Font size" msgstr "字体大小" @@ -27903,187 +28118,187 @@ msgstr "形貌" msgid "Font size:" msgstr "字体大小:" -#: ../src/widgets/gradient-selector.cpp:205 +#: ../src/widgets/gradient-selector.cpp:201 msgid "Create a duplicate gradient" msgstr "创建一个重复的渐变" -#: ../src/widgets/gradient-selector.cpp:216 +#: ../src/widgets/gradient-selector.cpp:212 msgid "Edit gradient" msgstr "编辑渐变" -#: ../src/widgets/gradient-selector.cpp:285 +#: ../src/widgets/gradient-selector.cpp:281 #: ../src/widgets/paint-selector.cpp:233 msgid "Swatch" msgstr "色盘" -#: ../src/widgets/gradient-selector.cpp:335 +#: ../src/widgets/gradient-selector.cpp:331 msgid "Rename gradient" msgstr "重命名渐变" -#: ../src/widgets/gradient-toolbar.cpp:157 -#: ../src/widgets/gradient-toolbar.cpp:170 -#: ../src/widgets/gradient-toolbar.cpp:761 -#: ../src/widgets/gradient-toolbar.cpp:1100 +#: ../src/widgets/gradient-toolbar.cpp:156 +#: ../src/widgets/gradient-toolbar.cpp:169 +#: ../src/widgets/gradient-toolbar.cpp:758 +#: ../src/widgets/gradient-toolbar.cpp:1097 msgid "No gradient" msgstr "无渐变" -#: ../src/widgets/gradient-toolbar.cpp:177 +#: ../src/widgets/gradient-toolbar.cpp:176 msgid "Multiple gradients" msgstr "多渐变" -#: ../src/widgets/gradient-toolbar.cpp:681 +#: ../src/widgets/gradient-toolbar.cpp:678 msgid "Multiple stops" msgstr "多个终止色" -#: ../src/widgets/gradient-toolbar.cpp:779 +#: ../src/widgets/gradient-toolbar.cpp:776 #: ../src/widgets/gradient-vector.cpp:614 msgid "No stops in gradient" msgstr "渐变中没有分段点" -#: ../src/widgets/gradient-toolbar.cpp:933 +#: ../src/widgets/gradient-toolbar.cpp:930 msgid "Assign gradient to object" msgstr "把渐变赋值给对象" -#: ../src/widgets/gradient-toolbar.cpp:955 +#: ../src/widgets/gradient-toolbar.cpp:952 msgid "Set gradient repeat" msgstr "设置渐变重复" -#: ../src/widgets/gradient-toolbar.cpp:993 +#: ../src/widgets/gradient-toolbar.cpp:990 #: ../src/widgets/gradient-vector.cpp:727 msgid "Change gradient stop offset" msgstr "改变渐变分段点偏移" -#: ../src/widgets/gradient-toolbar.cpp:1040 +#: ../src/widgets/gradient-toolbar.cpp:1037 msgid "linear" msgstr "线性" -#: ../src/widgets/gradient-toolbar.cpp:1040 +#: ../src/widgets/gradient-toolbar.cpp:1037 msgid "Create linear gradient" msgstr "创建线性渐变" -#: ../src/widgets/gradient-toolbar.cpp:1044 +#: ../src/widgets/gradient-toolbar.cpp:1041 msgid "radial" msgstr "径向" -#: ../src/widgets/gradient-toolbar.cpp:1044 +#: ../src/widgets/gradient-toolbar.cpp:1041 msgid "Create radial (elliptic or circular) gradient" -msgstr "创建辐向(椭圆或圆形)渐变" +msgstr "创建辐向(椭圆或圆形)渐变" -#: ../src/widgets/gradient-toolbar.cpp:1047 ../src/widgets/mesh-toolbar.cpp:384 +#: ../src/widgets/gradient-toolbar.cpp:1044 ../src/widgets/mesh-toolbar.cpp:387 msgid "New:" msgstr "新建:" -#: ../src/widgets/gradient-toolbar.cpp:1070 ../src/widgets/mesh-toolbar.cpp:407 +#: ../src/widgets/gradient-toolbar.cpp:1067 ../src/widgets/mesh-toolbar.cpp:410 msgid "fill" msgstr "填充" -#: ../src/widgets/gradient-toolbar.cpp:1070 ../src/widgets/mesh-toolbar.cpp:407 +#: ../src/widgets/gradient-toolbar.cpp:1067 ../src/widgets/mesh-toolbar.cpp:410 msgid "Create gradient in the fill" msgstr "在填充里面创建渐变" -#: ../src/widgets/gradient-toolbar.cpp:1074 ../src/widgets/mesh-toolbar.cpp:411 +#: ../src/widgets/gradient-toolbar.cpp:1071 ../src/widgets/mesh-toolbar.cpp:414 msgid "stroke" -msgstr "笔廓" +msgstr "笔刷" -#: ../src/widgets/gradient-toolbar.cpp:1074 ../src/widgets/mesh-toolbar.cpp:411 +#: ../src/widgets/gradient-toolbar.cpp:1071 ../src/widgets/mesh-toolbar.cpp:414 msgid "Create gradient in the stroke" -msgstr "在笔廓里面创建渐变" +msgstr "在笔刷里面创建渐变" -#: ../src/widgets/gradient-toolbar.cpp:1077 ../src/widgets/mesh-toolbar.cpp:414 +#: ../src/widgets/gradient-toolbar.cpp:1074 ../src/widgets/mesh-toolbar.cpp:417 msgid "on:" msgstr "于:" -#: ../src/widgets/gradient-toolbar.cpp:1102 +#: ../src/widgets/gradient-toolbar.cpp:1099 msgid "Select" msgstr "选择" -#: ../src/widgets/gradient-toolbar.cpp:1102 +#: ../src/widgets/gradient-toolbar.cpp:1099 msgid "Choose a gradient" msgstr "选择一种渐变" -#: ../src/widgets/gradient-toolbar.cpp:1103 +#: ../src/widgets/gradient-toolbar.cpp:1100 msgid "Select:" msgstr "选择:" -#: ../src/widgets/gradient-toolbar.cpp:1118 +#: ../src/widgets/gradient-toolbar.cpp:1115 msgctxt "Gradient repeat type" msgid "None" msgstr "无" -#: ../src/widgets/gradient-toolbar.cpp:1121 +#: ../src/widgets/gradient-toolbar.cpp:1118 msgid "Reflected" msgstr "反射" -#: ../src/widgets/gradient-toolbar.cpp:1124 +#: ../src/widgets/gradient-toolbar.cpp:1121 msgid "Direct" msgstr "直接" -#: ../src/widgets/gradient-toolbar.cpp:1126 +#: ../src/widgets/gradient-toolbar.cpp:1123 msgid "Repeat" msgstr "重复" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/pservers.html#LinearGradientSpreadMethodAttribute -#: ../src/widgets/gradient-toolbar.cpp:1128 +#: ../src/widgets/gradient-toolbar.cpp:1125 msgid "" "Whether to fill with flat color beyond the ends of the gradient vector " "(spreadMethod=\"pad\"), or repeat the gradient in the same direction " "(spreadMethod=\"repeat\"), or repeat the gradient in alternating opposite " "directions (spreadMethod=\"reflect\")" msgstr "" -"是要使用渐变向量的终点颜色填充(spreadMethod=\"pad\"),还是在相同的方向重复" -"渐变(spreadMethod=\"repeat\")还是交替反向渐变(spreadMethod=\"reflect\")" +"是要使用渐变向量的终点颜色填充(spreadMethod=\"pad\"),还是在相同的方向重复渐" +"变(spreadMethod=\"repeat\")还是交替反向渐变(spreadMethod=\"reflect\")" -#: ../src/widgets/gradient-toolbar.cpp:1133 +#: ../src/widgets/gradient-toolbar.cpp:1130 msgid "Repeat:" msgstr "重复:" -#: ../src/widgets/gradient-toolbar.cpp:1147 +#: ../src/widgets/gradient-toolbar.cpp:1144 msgid "No stops" -msgstr "没有分段点" +msgstr "无分段点" -#: ../src/widgets/gradient-toolbar.cpp:1149 +#: ../src/widgets/gradient-toolbar.cpp:1146 msgid "Stops" msgstr "分段点" -#: ../src/widgets/gradient-toolbar.cpp:1149 +#: ../src/widgets/gradient-toolbar.cpp:1146 msgid "Select a stop for the current gradient" msgstr "为当前的渐变选择一个分段点" -#: ../src/widgets/gradient-toolbar.cpp:1150 +#: ../src/widgets/gradient-toolbar.cpp:1147 msgid "Stops:" msgstr "分段点:" #. Label -#: ../src/widgets/gradient-toolbar.cpp:1162 +#: ../src/widgets/gradient-toolbar.cpp:1159 #: ../src/widgets/gradient-vector.cpp:916 msgctxt "Gradient" msgid "Offset:" msgstr "偏移量:" -#: ../src/widgets/gradient-toolbar.cpp:1162 +#: ../src/widgets/gradient-toolbar.cpp:1159 msgid "Offset of selected stop" msgstr "选定分段点的偏移" -#: ../src/widgets/gradient-toolbar.cpp:1180 -#: ../src/widgets/gradient-toolbar.cpp:1181 +#: ../src/widgets/gradient-toolbar.cpp:1177 +#: ../src/widgets/gradient-toolbar.cpp:1178 msgid "Insert new stop" msgstr "插入新分段点" -#: ../src/widgets/gradient-toolbar.cpp:1194 -#: ../src/widgets/gradient-toolbar.cpp:1195 +#: ../src/widgets/gradient-toolbar.cpp:1191 +#: ../src/widgets/gradient-toolbar.cpp:1192 #: ../src/widgets/gradient-vector.cpp:898 msgid "Delete stop" msgstr "删除分段点" -#: ../src/widgets/gradient-toolbar.cpp:1209 +#: ../src/widgets/gradient-toolbar.cpp:1206 msgid "Reverse the direction of the gradient" msgstr "颠倒渐变色的方向" -#: ../src/widgets/gradient-toolbar.cpp:1223 +#: ../src/widgets/gradient-toolbar.cpp:1220 msgid "Link gradients" msgstr "链接渐变" -#: ../src/widgets/gradient-toolbar.cpp:1224 +#: ../src/widgets/gradient-toolbar.cpp:1221 msgid "Link gradients to change all related gradients" msgstr "链接渐变为更改所有相关的渐变" @@ -28156,7 +28371,7 @@ msgstr "显示约束边界框" #: ../src/widgets/lpe-toolbar.cpp:336 msgid "Show bounding box (used to cut infinite lines)" -msgstr "显示范围框(用来切割无限直线)" +msgstr "显示范围框(用来切割无限直线)" #: ../src/widgets/lpe-toolbar.cpp:347 msgid "Get limiting bounding box from selection" @@ -28166,7 +28381,7 @@ msgstr "从选区中建立约束边界框" msgid "" "Set limiting bounding box (used to cut infinite lines) to the bounding box " "of current selection" -msgstr "将约束边界框(用来切割无限直线)的设置为当前选择对象的边界框" +msgstr "将约束边界框(用来切割无限直线)的设置为当前选择对象的边界框" #: ../src/widgets/lpe-toolbar.cpp:360 msgid "Choose a line segment type" @@ -28193,155 +28408,266 @@ msgstr "打开 LPE 对话框" #: ../src/widgets/lpe-toolbar.cpp:398 msgid "Open LPE dialog (to adapt parameters numerically)" -msgstr "打开 LPE 对话框(通过数字修改参数)" +msgstr "打开 LPE 对话框(通过数字修改参数)" + +#: ../src/widgets/measure-toolbar.cpp:157 +msgid "Start and end measures inactive." +msgstr "" + +#: ../src/widgets/measure-toolbar.cpp:159 +msgid "Start and end measures active." +msgstr "" + +#: ../src/widgets/measure-toolbar.cpp:175 +#, fuzzy +msgid "Show all crossings." +msgstr "显示所有层" + +#: ../src/widgets/measure-toolbar.cpp:177 +msgid "Show visible crossings." +msgstr "" + +#: ../src/widgets/measure-toolbar.cpp:193 +msgid "Use all layers in the measure." +msgstr "" -#: ../src/widgets/measure-toolbar.cpp:86 ../src/widgets/text-toolbar.cpp:1268 +#: ../src/widgets/measure-toolbar.cpp:195 +#, fuzzy +msgid "Use current layer in the measure." +msgstr "把当前图层升高到顶层" + +#: ../src/widgets/measure-toolbar.cpp:211 +#, fuzzy +msgid "Compute all elements." +msgstr "您需要选择至少两个对象." + +#: ../src/widgets/measure-toolbar.cpp:213 +msgid "Compute max length." +msgstr "计算最大长度。" + +#: ../src/widgets/measure-toolbar.cpp:274 ../src/widgets/text-toolbar.cpp:1361 msgid "Font Size" msgstr "字体大小" -#: ../src/widgets/measure-toolbar.cpp:86 +#: ../src/widgets/measure-toolbar.cpp:274 msgid "Font Size:" msgstr "字体大小:" -#: ../src/widgets/measure-toolbar.cpp:87 +#: ../src/widgets/measure-toolbar.cpp:275 msgid "The font size to be used in the measurement labels" msgstr "在测量标签中使用的字体大小" -#: ../src/widgets/measure-toolbar.cpp:99 ../src/widgets/measure-toolbar.cpp:107 +#: ../src/widgets/measure-toolbar.cpp:286 +#: ../src/widgets/measure-toolbar.cpp:294 msgid "The units to be used for the measurements" msgstr "用于测量的单位" -#: ../src/widgets/mesh-toolbar.cpp:315 +#: ../src/widgets/measure-toolbar.cpp:302 ../share/extensions/measure.inx.h:14 +msgid "Precision:" +msgstr "精确度:" + +#: ../src/widgets/measure-toolbar.cpp:303 +msgid "Decimal precision of measure" +msgstr "" + +#: ../src/widgets/measure-toolbar.cpp:315 +msgid "Scale %" +msgstr "缩放 %" + +#: ../src/widgets/measure-toolbar.cpp:315 +msgid "Scale %:" +msgstr "缩放 %:" + +#: ../src/widgets/measure-toolbar.cpp:316 +msgid "Scale the results" +msgstr "缩放最终输出" + +#: ../src/widgets/measure-toolbar.cpp:329 +msgid "The offset size" +msgstr "偏移尺寸" + +#: ../src/widgets/measure-toolbar.cpp:341 +#: ../src/widgets/measure-toolbar.cpp:342 +msgid "Ignore first and last" +msgstr "忽略第一个和最后一个" + +#: ../src/widgets/measure-toolbar.cpp:352 +#: ../src/widgets/measure-toolbar.cpp:353 +#, fuzzy +msgid "Show hidden intersections" +msgstr "参考线交点" + +#: ../src/widgets/measure-toolbar.cpp:363 +#: ../src/widgets/measure-toolbar.cpp:364 +#, fuzzy +msgid "Show measures between items" +msgstr "显示路径之间的移动" + +#: ../src/widgets/measure-toolbar.cpp:374 +#: ../src/widgets/measure-toolbar.cpp:375 +#, fuzzy +msgid "Measure all layers" +msgstr "搜索所有图层" + +#: ../src/widgets/measure-toolbar.cpp:385 +#: ../src/widgets/measure-toolbar.cpp:386 +#, fuzzy +msgid "Reverse measure" +msgstr "反向路径" + +#: ../src/widgets/measure-toolbar.cpp:395 +#: ../src/widgets/measure-toolbar.cpp:396 +msgid "Phantom measure" +msgstr "" + +#: ../src/widgets/measure-toolbar.cpp:405 +#: ../src/widgets/measure-toolbar.cpp:406 +msgid "To guides" +msgstr "到参考线" + +#: ../src/widgets/measure-toolbar.cpp:415 +#: ../src/widgets/measure-toolbar.cpp:416 +msgid "Mark Dimension" +msgstr "蒙版维度" + +#: ../src/widgets/measure-toolbar.cpp:425 +#: ../src/widgets/measure-toolbar.cpp:426 +msgid "Convert to item" +msgstr "" + +#: ../src/widgets/mesh-toolbar.cpp:318 msgid "Set mesh type" msgstr "设置网格类型" -#: ../src/widgets/mesh-toolbar.cpp:377 +#: ../src/widgets/mesh-toolbar.cpp:380 msgid "normal" msgstr "正常" -#: ../src/widgets/mesh-toolbar.cpp:377 +#: ../src/widgets/mesh-toolbar.cpp:380 msgid "Create mesh gradient" msgstr "创建网格渐变" -#: ../src/widgets/mesh-toolbar.cpp:381 +#: ../src/widgets/mesh-toolbar.cpp:384 msgid "conical" msgstr "圆锥形" -#: ../src/widgets/mesh-toolbar.cpp:381 +#: ../src/widgets/mesh-toolbar.cpp:384 msgid "Create conical gradient" msgstr "创建锥形渐变" -#: ../src/widgets/mesh-toolbar.cpp:436 +#: ../src/widgets/mesh-toolbar.cpp:439 msgid "Rows" msgstr "行" -#: ../src/widgets/mesh-toolbar.cpp:436 +#: ../src/widgets/mesh-toolbar.cpp:439 #: ../share/extensions/guides_creator.inx.h:5 #: ../share/extensions/layout_nup.inx.h:12 msgid "Rows:" msgstr "行:" -#: ../src/widgets/mesh-toolbar.cpp:436 +#: ../src/widgets/mesh-toolbar.cpp:439 msgid "Number of rows in new mesh" msgstr "在新网格中的行数" -#: ../src/widgets/mesh-toolbar.cpp:452 +#: ../src/widgets/mesh-toolbar.cpp:455 msgid "Columns" msgstr "列" -#: ../src/widgets/mesh-toolbar.cpp:452 +#: ../src/widgets/mesh-toolbar.cpp:455 #: ../share/extensions/guides_creator.inx.h:4 msgid "Columns:" msgstr "列:" -#: ../src/widgets/mesh-toolbar.cpp:452 +#: ../src/widgets/mesh-toolbar.cpp:455 msgid "Number of columns in new mesh" msgstr "在新网格中的列数" -#: ../src/widgets/mesh-toolbar.cpp:466 +#: ../src/widgets/mesh-toolbar.cpp:469 msgid "Edit Fill" msgstr "编辑填充" -#: ../src/widgets/mesh-toolbar.cpp:467 +#: ../src/widgets/mesh-toolbar.cpp:470 msgid "Edit fill mesh" msgstr "编辑填充网格" -#: ../src/widgets/mesh-toolbar.cpp:478 +#: ../src/widgets/mesh-toolbar.cpp:481 msgid "Edit Stroke" -msgstr "编辑笔廓" +msgstr "编辑笔刷" -#: ../src/widgets/mesh-toolbar.cpp:479 +#: ../src/widgets/mesh-toolbar.cpp:482 msgid "Edit stroke mesh" -msgstr "编辑笔廓网格" +msgstr "编辑笔刷网格" -#: ../src/widgets/mesh-toolbar.cpp:490 ../src/widgets/node-toolbar.cpp:521 +#: ../src/widgets/mesh-toolbar.cpp:493 ../src/widgets/node-toolbar.cpp:521 msgid "Show Handles" msgstr "显示控制柄" -#: ../src/widgets/mesh-toolbar.cpp:491 +#: ../src/widgets/mesh-toolbar.cpp:494 msgid "Show side and tensor handles" msgstr "显示边和张量手柄" -#: ../src/widgets/mesh-toolbar.cpp:506 +#: ../src/widgets/mesh-toolbar.cpp:509 msgid "WARNING: Mesh SVG Syntax Subject to Change" msgstr "警告:网格 SVG 语法受更改" -#: ../src/widgets/mesh-toolbar.cpp:516 +#: ../src/widgets/mesh-toolbar.cpp:519 msgctxt "Type" msgid "Coons" msgstr "" -#: ../src/widgets/mesh-toolbar.cpp:519 +#: ../src/widgets/mesh-toolbar.cpp:522 msgid "Bicubic" msgstr "双立方" -#: ../src/widgets/mesh-toolbar.cpp:521 +#: ../src/widgets/mesh-toolbar.cpp:524 msgid "Coons" msgstr "" -#: ../src/widgets/mesh-toolbar.cpp:522 +#: ../src/widgets/mesh-toolbar.cpp:525 msgid "Coons: no smoothing. Bicubic: smoothing across patch boundaries." msgstr "Coons:无平滑。Bicubic:跨路径界限的平滑。" -#: ../src/widgets/mesh-toolbar.cpp:524 ../src/widgets/pencil-toolbar.cpp:377 +#: ../src/widgets/mesh-toolbar.cpp:527 ../src/widgets/pencil-toolbar.cpp:375 msgid "Smoothing:" msgstr "平滑:" -#: ../src/widgets/mesh-toolbar.cpp:534 +#: ../src/widgets/mesh-toolbar.cpp:537 msgid "Toggle Sides" msgstr "切换边" -#: ../src/widgets/mesh-toolbar.cpp:535 +#: ../src/widgets/mesh-toolbar.cpp:538 msgid "Toggle selected sides between Beziers and lines." msgstr "在贝塞尔线条和直线间切换选中的边。" -#: ../src/widgets/mesh-toolbar.cpp:538 +#: ../src/widgets/mesh-toolbar.cpp:541 msgid "Toggle side:" msgstr "切换边:" -#: ../src/widgets/mesh-toolbar.cpp:545 +#: ../src/widgets/mesh-toolbar.cpp:548 +#, fuzzy msgid "Make elliptical" -msgstr "" +msgstr "斜体" -#: ../src/widgets/mesh-toolbar.cpp:546 +#: ../src/widgets/mesh-toolbar.cpp:549 msgid "" "Make selected sides elliptical by changing length of handles. Works best if " "handles already approximate ellipse." msgstr "" -#: ../src/widgets/mesh-toolbar.cpp:549 +#: ../src/widgets/mesh-toolbar.cpp:552 +#, fuzzy msgid "Make elliptical:" -msgstr "" +msgstr "斜体" -#: ../src/widgets/mesh-toolbar.cpp:556 +#: ../src/widgets/mesh-toolbar.cpp:559 msgid "Pick colors:" msgstr "拾取颜色:" -#: ../src/widgets/mesh-toolbar.cpp:557 +#: ../src/widgets/mesh-toolbar.cpp:560 msgid "Pick colors for selected corner nodes from underneath mesh." msgstr "" -#: ../src/widgets/mesh-toolbar.cpp:560 +#: ../src/widgets/mesh-toolbar.cpp:563 msgid "Pick Color" msgstr "拾取颜色" @@ -28503,7 +28829,7 @@ msgstr "显示轮廓" #: ../src/widgets/node-toolbar.cpp:533 msgid "Show path outline (without path effects)" -msgstr "显示路径的轮廓(不带路径效果)" +msgstr "显示路径的轮廓(不带路径效果)" #: ../src/widgets/node-toolbar.cpp:555 msgid "Edit clipping paths" @@ -28559,21 +28885,20 @@ msgstr "网格渐变" #: ../src/widgets/paint-selector.cpp:235 msgid "Unset paint (make it undefined so it can be inherited)" -msgstr "取消绘图设置(变成未定义状态以便继承)" +msgstr "取消绘图设置(变成未定义状态以便继承)" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/painting.html#FillRuleProperty #: ../src/widgets/paint-selector.cpp:252 msgid "" "Any path self-intersections or subpaths create holes in the fill (fill-rule: " "evenodd)" -msgstr "" -"任何自相交的路径或子路径将在填充里面创建孔洞(奇偶,fill-rule: evenodd)" +msgstr "任何自相交的路径或子路径将在填充里面创建孔洞(奇偶,fill-rule: evenodd)" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/painting.html#FillRuleProperty #: ../src/widgets/paint-selector.cpp:263 msgid "" "Fill is solid unless a subpath is counterdirectional (fill-rule: nonzero)" -msgstr "全部填充除非子路径反向(非零,fill-rule: nonzero)" +msgstr "全部填充除非子路径反向(非零,fill-rule: nonzero)" #: ../src/widgets/paint-selector.cpp:605 msgid "<b>No objects</b>" @@ -28654,7 +28979,7 @@ msgstr "扩张/收缩:" #: ../src/widgets/paintbucket-toolbar.cpp:176 msgid "" "The amount to grow (positive) or shrink (negative) the created fill path" -msgstr "创建的填充路径的扩张(正值)或收缩(负值)量" +msgstr "创建的填充路径的扩张(正值)或收缩(负值)量" #: ../src/widgets/paintbucket-toolbar.cpp:199 msgid "Close gaps" @@ -28665,7 +28990,7 @@ msgid "Close gaps:" msgstr "闭合缺口:" #: ../src/widgets/paintbucket-toolbar.cpp:211 -#: ../src/widgets/pencil-toolbar.cpp:398 ../src/widgets/spiral-toolbar.cpp:285 +#: ../src/widgets/pencil-toolbar.cpp:396 ../src/widgets/spiral-toolbar.cpp:285 #: ../src/widgets/star-toolbar.cpp:564 msgid "Defaults" msgstr "默认" @@ -28674,104 +28999,104 @@ msgstr "默认" msgid "" "Reset paint bucket parameters to defaults (use Inkscape Preferences > Tools " "to change defaults)" -msgstr "重置油漆桶参数为默认值(使用“Inkscape 首选项→工具”来改变默认值)" +msgstr "重置油漆桶参数为默认值(使用“Inkscape 首选项→工具”来改变默认值)" -#: ../src/widgets/pencil-toolbar.cpp:108 +#: ../src/widgets/pencil-toolbar.cpp:105 msgid "Bezier" msgstr "贝塞尔曲线" -#: ../src/widgets/pencil-toolbar.cpp:109 +#: ../src/widgets/pencil-toolbar.cpp:106 msgid "Create regular Bezier path" msgstr "创建规则贝塞尔路径" -#: ../src/widgets/pencil-toolbar.cpp:116 +#: ../src/widgets/pencil-toolbar.cpp:113 msgid "Create Spiro path" msgstr "创建螺线路径" -#: ../src/widgets/pencil-toolbar.cpp:122 +#: ../src/widgets/pencil-toolbar.cpp:119 msgid "Create BSpline path" msgstr "创建 B 样条路径" -#: ../src/widgets/pencil-toolbar.cpp:128 +#: ../src/widgets/pencil-toolbar.cpp:125 msgid "Zigzag" msgstr "曲折" -#: ../src/widgets/pencil-toolbar.cpp:129 +#: ../src/widgets/pencil-toolbar.cpp:126 msgid "Create a sequence of straight line segments" msgstr "创建一个直线段构成的折线" -#: ../src/widgets/pencil-toolbar.cpp:135 +#: ../src/widgets/pencil-toolbar.cpp:132 msgid "Paraxial" msgstr "傍轴" -#: ../src/widgets/pencil-toolbar.cpp:136 +#: ../src/widgets/pencil-toolbar.cpp:133 msgid "Create a sequence of paraxial line segments" msgstr "创建一个沿坐标轴线段构成的折线" -#: ../src/widgets/pencil-toolbar.cpp:144 +#: ../src/widgets/pencil-toolbar.cpp:141 msgid "Mode of new lines drawn by this tool" msgstr "该工具绘制新线条的模式" -#: ../src/widgets/pencil-toolbar.cpp:178 +#: ../src/widgets/pencil-toolbar.cpp:176 msgctxt "Freehand shape" msgid "None" -msgstr "不透明" +msgstr "无" -#: ../src/widgets/pencil-toolbar.cpp:179 +#: ../src/widgets/pencil-toolbar.cpp:177 msgid "Triangle in" msgstr "三角入" -#: ../src/widgets/pencil-toolbar.cpp:180 +#: ../src/widgets/pencil-toolbar.cpp:178 msgid "Triangle out" msgstr "三角出" -#: ../src/widgets/pencil-toolbar.cpp:182 +#: ../src/widgets/pencil-toolbar.cpp:180 msgid "From clipboard" msgstr "从剪贴板" -#: ../src/widgets/pencil-toolbar.cpp:183 +#: ../src/widgets/pencil-toolbar.cpp:181 msgid "Bend from clipboard" msgstr "从剪贴板弯折" -#: ../src/widgets/pencil-toolbar.cpp:184 +#: ../src/widgets/pencil-toolbar.cpp:182 msgid "Last applied" msgstr "最近应用" -#: ../src/widgets/pencil-toolbar.cpp:209 ../src/widgets/pencil-toolbar.cpp:210 +#: ../src/widgets/pencil-toolbar.cpp:207 ../src/widgets/pencil-toolbar.cpp:208 msgid "Shape:" msgstr "形状:" -#: ../src/widgets/pencil-toolbar.cpp:209 +#: ../src/widgets/pencil-toolbar.cpp:207 msgid "Shape of new paths drawn by this tool" msgstr "该工具绘制的新路径的形状" -#: ../src/widgets/pencil-toolbar.cpp:374 +#: ../src/widgets/pencil-toolbar.cpp:372 msgid "(many nodes, rough)" -msgstr "(很多节点,粗糙)" +msgstr "(很多节点,粗糙)" -#: ../src/widgets/pencil-toolbar.cpp:374 +#: ../src/widgets/pencil-toolbar.cpp:372 msgid "(few nodes, smooth)" -msgstr "(很少节点,光滑)" +msgstr "(很少节点,光滑)" -#: ../src/widgets/pencil-toolbar.cpp:377 +#: ../src/widgets/pencil-toolbar.cpp:375 msgid "Smoothing: " msgstr "平滑:" -#: ../src/widgets/pencil-toolbar.cpp:378 +#: ../src/widgets/pencil-toolbar.cpp:376 msgid "How much smoothing (simplifying) is applied to the line" -msgstr "线的平滑(简化)程度" +msgstr "线的平滑(简化)程度" -#: ../src/widgets/pencil-toolbar.cpp:399 +#: ../src/widgets/pencil-toolbar.cpp:397 msgid "" "Reset pencil parameters to defaults (use Inkscape Preferences > Tools to " "change defaults)" -msgstr "重置铅笔的参数为默认值(使用“Inkscape 首选项→工具”来改变默认值)" +msgstr "重置铅笔的参数为默认值(使用“Inkscape 首选项→工具”来改变默认值)" -#: ../src/widgets/pencil-toolbar.cpp:409 ../src/widgets/pencil-toolbar.cpp:410 +#: ../src/widgets/pencil-toolbar.cpp:407 ../src/widgets/pencil-toolbar.cpp:408 msgid "LPE based interactive simplify" msgstr "" -#: ../src/widgets/pencil-toolbar.cpp:420 ../src/widgets/pencil-toolbar.cpp:421 +#: ../src/widgets/pencil-toolbar.cpp:418 ../src/widgets/pencil-toolbar.cpp:419 msgid "LPE simplify flatten" msgstr "" @@ -28831,39 +29156,39 @@ msgstr "不进行舍入" msgid "Make corners sharp" msgstr "使角度锐利" -#: ../src/widgets/ruler.cpp:193 +#: ../src/widgets/ruler.cpp:198 msgid "The orientation of the ruler" msgstr "标尺的方向" -#: ../src/widgets/ruler.cpp:203 +#: ../src/widgets/ruler.cpp:208 msgid "Unit of the ruler" msgstr "标尺的单位" -#: ../src/widgets/ruler.cpp:210 +#: ../src/widgets/ruler.cpp:215 msgid "Lower" msgstr "下" -#: ../src/widgets/ruler.cpp:211 +#: ../src/widgets/ruler.cpp:216 msgid "Lower limit of ruler" msgstr "标尺的下限" -#: ../src/widgets/ruler.cpp:220 +#: ../src/widgets/ruler.cpp:225 msgid "Upper" msgstr "上" -#: ../src/widgets/ruler.cpp:221 +#: ../src/widgets/ruler.cpp:226 msgid "Upper limit of ruler" msgstr "标尺的上限" -#: ../src/widgets/ruler.cpp:231 +#: ../src/widgets/ruler.cpp:236 msgid "Position of mark on the ruler" msgstr "标尺上的标记位置" -#: ../src/widgets/ruler.cpp:240 +#: ../src/widgets/ruler.cpp:245 msgid "Max Size" msgstr "最大大小" -#: ../src/widgets/ruler.cpp:241 +#: ../src/widgets/ruler.cpp:246 msgid "Maximum size of the ruler" msgstr "标尺的最大尺寸" @@ -28873,11 +29198,11 @@ msgstr "按照工具栏变换" #: ../src/widgets/select-toolbar.cpp:341 msgid "Now <b>stroke width</b> is <b>scaled</b> when objects are scaled." -msgstr "对象缩放<b>笔廓宽度</b>也会跟着<b>缩放</b>。" +msgstr "对象缩放<b>笔刷宽度</b>也会跟着<b>缩放</b>。" #: ../src/widgets/select-toolbar.cpp:343 msgid "Now <b>stroke width</b> is <b>not scaled</b> when objects are scaled." -msgstr "对象缩放<b>笔廓宽度不会</b>跟着<b>缩放</b>。" +msgstr "对象缩放<b>笔刷宽度不会</b>跟着<b>缩放</b>。" #: ../src/widgets/select-toolbar.cpp:354 msgid "" @@ -28895,25 +29220,25 @@ msgstr "矩形缩放<b>圆角矩形的圆角不会</b>跟着<b>缩放</b>。" msgid "" "Now <b>gradients</b> are <b>transformed</b> along with their objects when " "those are transformed (moved, scaled, rotated, or skewed)." -msgstr "<b>渐变</b>随着对象<b>变换</b>(移动、缩放、旋转或错切)。" +msgstr "<b>渐变</b>随着对象<b>变换</b>(移动、缩放、旋转或错切)。" #: ../src/widgets/select-toolbar.cpp:369 msgid "" "Now <b>gradients</b> remain <b>fixed</b> when objects are transformed " "(moved, scaled, rotated, or skewed)." -msgstr "<b>渐变不</b>随对象<b>变换</b>(移动、缩放、旋转或错切)。" +msgstr "<b>渐变不</b>随对象<b>变换</b>(移动、缩放、旋转或错切)。" #: ../src/widgets/select-toolbar.cpp:380 msgid "" "Now <b>patterns</b> are <b>transformed</b> along with their objects when " "those are transformed (moved, scaled, rotated, or skewed)." -msgstr "<b>图案</b>随着对象<b>变换</b>(移动、缩放、旋转或错切)。" +msgstr "<b>图案</b>随着对象<b>变换</b>(移动、缩放、旋转或错切)。" #: ../src/widgets/select-toolbar.cpp:382 msgid "" "Now <b>patterns</b> remain <b>fixed</b> when objects are transformed (moved, " "scaled, rotated, or skewed)." -msgstr "<b>图案不</b>随对象<b>变换</b>(移动、缩放、旋转或错切)。" +msgstr "<b>图案不</b>随对象<b>变换</b>(移动、缩放、旋转或错切)。" #. four spinbuttons #: ../src/widgets/select-toolbar.cpp:500 @@ -28996,7 +29321,7 @@ msgstr "移动图案" msgid "Set attribute" msgstr "设置属性" -#: ../src/widgets/sp-color-selector.cpp:47 +#: ../src/widgets/sp-color-selector.cpp:43 msgid "Unnamed" msgstr "未命名" @@ -29090,148 +29415,228 @@ msgstr "内半径:" #: ../src/widgets/spiral-toolbar.cpp:273 msgid "Radius of the innermost revolution (relative to the spiral size)" -msgstr "内部最小转数半径(相对于螺旋尺寸)" +msgstr "内部最小转数半径(相对于螺旋尺寸)" #: ../src/widgets/spiral-toolbar.cpp:286 ../src/widgets/star-toolbar.cpp:565 msgid "" "Reset shape parameters to defaults (use Inkscape Preferences > Tools to " "change defaults)" -msgstr "重置形状参数为默认值(使用“Inkscape 首选项→工具”来改变默认值)" +msgstr "重置形状参数为默认值(使用“Inkscape 首选项→工具”来改变默认值)" #. Width -#: ../src/widgets/spray-toolbar.cpp:113 +#: ../src/widgets/spray-toolbar.cpp:294 msgid "(narrow spray)" -msgstr "(小范围喷绘)" +msgstr "(小范围喷绘)" -#: ../src/widgets/spray-toolbar.cpp:113 +#: ../src/widgets/spray-toolbar.cpp:294 msgid "(broad spray)" -msgstr "(大范围喷绘)" +msgstr "(大范围喷绘)" -#: ../src/widgets/spray-toolbar.cpp:116 +#: ../src/widgets/spray-toolbar.cpp:297 msgid "The width of the spray area (relative to the visible canvas area)" -msgstr "喷绘范围的宽度(相对于可见画布面积)" +msgstr "喷绘范围的宽度(相对于可见画布面积)" -#: ../src/widgets/spray-toolbar.cpp:129 +#: ../src/widgets/spray-toolbar.cpp:312 +#, fuzzy +msgid "Use the pressure of the input device to alter the width of spray area" +msgstr "使用输入设备的压力改变笔的宽度" + +#: ../src/widgets/spray-toolbar.cpp:323 msgid "(maximum mean)" -msgstr "(最大均值)" +msgstr "(最大均值)" -#: ../src/widgets/spray-toolbar.cpp:132 +#: ../src/widgets/spray-toolbar.cpp:326 msgid "Focus" msgstr "焦点" -#: ../src/widgets/spray-toolbar.cpp:132 +#: ../src/widgets/spray-toolbar.cpp:326 msgid "Focus:" msgstr "焦点:" -#: ../src/widgets/spray-toolbar.cpp:132 +#: ../src/widgets/spray-toolbar.cpp:326 msgid "0 to spray a spot; increase to enlarge the ring radius" msgstr "0 以喷射一下;提高以放大圆环半径" #. Standard_deviation -#: ../src/widgets/spray-toolbar.cpp:145 +#: ../src/widgets/spray-toolbar.cpp:339 msgid "(minimum scatter)" -msgstr "(最小分散)" +msgstr "(最小分散)" -#: ../src/widgets/spray-toolbar.cpp:145 +#: ../src/widgets/spray-toolbar.cpp:339 msgid "(maximum scatter)" -msgstr "(最大分散)" +msgstr "(最大分散)" -#: ../src/widgets/spray-toolbar.cpp:148 +#: ../src/widgets/spray-toolbar.cpp:342 msgctxt "Spray tool" msgid "Scatter" msgstr "分散" -#: ../src/widgets/spray-toolbar.cpp:148 +#: ../src/widgets/spray-toolbar.cpp:342 msgctxt "Spray tool" msgid "Scatter:" msgstr "分散:" -#: ../src/widgets/spray-toolbar.cpp:148 +#: ../src/widgets/spray-toolbar.cpp:342 msgid "Increase to scatter sprayed objects" msgstr "提高以分散喷射的对象" -#: ../src/widgets/spray-toolbar.cpp:167 +#: ../src/widgets/spray-toolbar.cpp:361 msgid "Spray copies of the initial selection" msgstr "喷绘原始对象的副本" -#: ../src/widgets/spray-toolbar.cpp:174 +#: ../src/widgets/spray-toolbar.cpp:368 msgid "Spray clones of the initial selection" msgstr "喷绘原始对象的克隆" -#: ../src/widgets/spray-toolbar.cpp:180 +#: ../src/widgets/spray-toolbar.cpp:375 msgid "Spray single path" msgstr "喷绘单一路径" -#: ../src/widgets/spray-toolbar.cpp:181 +#: ../src/widgets/spray-toolbar.cpp:376 msgid "Spray objects in a single path" msgstr "沿单一路径喷绘" -#: ../src/widgets/spray-toolbar.cpp:185 ../src/widgets/tweak-toolbar.cpp:253 +#: ../src/widgets/spray-toolbar.cpp:383 +#, fuzzy +msgid "Delete sprayed items" +msgstr "删除渐变分段点" + +#: ../src/widgets/spray-toolbar.cpp:384 +#, fuzzy +msgid "Delete sprayed items from selection" +msgstr "从选区中获得曲线..." + +#: ../src/widgets/spray-toolbar.cpp:388 ../src/widgets/tweak-toolbar.cpp:253 msgid "Mode" msgstr "模式" #. Population -#: ../src/widgets/spray-toolbar.cpp:205 +#: ../src/widgets/spray-toolbar.cpp:408 msgid "(low population)" -msgstr "(小数量)" +msgstr "(小数量)" -#: ../src/widgets/spray-toolbar.cpp:205 +#: ../src/widgets/spray-toolbar.cpp:408 msgid "(high population)" -msgstr "(大数量)" +msgstr "(大数量)" -#: ../src/widgets/spray-toolbar.cpp:208 +#: ../src/widgets/spray-toolbar.cpp:411 msgid "Amount" msgstr "数量" -#: ../src/widgets/spray-toolbar.cpp:209 +#: ../src/widgets/spray-toolbar.cpp:412 msgid "Adjusts the number of items sprayed per click" msgstr "调整每次单击喷射的项目的数量" -#: ../src/widgets/spray-toolbar.cpp:225 +#: ../src/widgets/spray-toolbar.cpp:428 msgid "" "Use the pressure of the input device to alter the amount of sprayed objects" msgstr "使用输入设备的压力改变喷射对象的数值" -#: ../src/widgets/spray-toolbar.cpp:235 +#: ../src/widgets/spray-toolbar.cpp:438 msgid "(high rotation variation)" -msgstr "(大旋转差异)" +msgstr "(大旋转差异)" -#: ../src/widgets/spray-toolbar.cpp:238 +#: ../src/widgets/spray-toolbar.cpp:441 msgid "Rotation" msgstr "旋转" -#: ../src/widgets/spray-toolbar.cpp:238 +#: ../src/widgets/spray-toolbar.cpp:441 msgid "Rotation:" msgstr "旋转:" -#: ../src/widgets/spray-toolbar.cpp:240 +#: ../src/widgets/spray-toolbar.cpp:443 #, no-c-format msgid "" "Variation of the rotation of the sprayed objects; 0% for the same rotation " "than the original object" msgstr "喷涂对象的旋转变化;0% 表示和原始对象同样的旋转" -#: ../src/widgets/spray-toolbar.cpp:253 +#: ../src/widgets/spray-toolbar.cpp:456 msgid "(high scale variation)" msgstr "(大的缩放差异)" -#: ../src/widgets/spray-toolbar.cpp:256 +#: ../src/widgets/spray-toolbar.cpp:459 msgctxt "Spray tool" msgid "Scale" msgstr "缩放" -#: ../src/widgets/spray-toolbar.cpp:256 +#: ../src/widgets/spray-toolbar.cpp:459 msgctxt "Spray tool" msgid "Scale:" msgstr "缩放:" -#: ../src/widgets/spray-toolbar.cpp:258 +#: ../src/widgets/spray-toolbar.cpp:461 #, no-c-format msgid "" "Variation in the scale of the sprayed objects; 0% for the same scale than " "the original object" msgstr "喷涂对象的规模上的变化;0% 表示和原始对象一样的规模大小" +#: ../src/widgets/spray-toolbar.cpp:477 +#, fuzzy +msgid "Use the pressure of the input device to alter the scale of new items" +msgstr "使用输入设备的压力改变笔的宽度" + +#: ../src/widgets/spray-toolbar.cpp:489 ../src/widgets/spray-toolbar.cpp:490 +msgid "" +"Pick color from the drawing. You can use clonetiler trace dialog for " +"advanced effects. In clone mode original fill or stroke colors must be unset." +msgstr "" + +#: ../src/widgets/spray-toolbar.cpp:502 ../src/widgets/spray-toolbar.cpp:503 +msgid "Pick from center instead average area." +msgstr "" + +#: ../src/widgets/spray-toolbar.cpp:515 ../src/widgets/spray-toolbar.cpp:516 +msgid "Inverted pick value, retaining color in advanced trace mode" +msgstr "" + +#: ../src/widgets/spray-toolbar.cpp:528 ../src/widgets/spray-toolbar.cpp:529 +#, fuzzy +msgid "Apply picked color to fill" +msgstr "应用最近选择的颜色填充" + +#: ../src/widgets/spray-toolbar.cpp:541 ../src/widgets/spray-toolbar.cpp:542 +#, fuzzy +msgid "Apply picked color to stroke" +msgstr "应用最近选择的颜色到笔刷" + +#: ../src/widgets/spray-toolbar.cpp:554 ../src/widgets/spray-toolbar.cpp:555 +msgid "No overlap between colors" +msgstr "" + +#: ../src/widgets/spray-toolbar.cpp:567 ../src/widgets/spray-toolbar.cpp:568 +msgid "Apply over transparent areas" +msgstr "" + +#: ../src/widgets/spray-toolbar.cpp:580 ../src/widgets/spray-toolbar.cpp:581 +msgid "Apply over no transparent areas" +msgstr "" + +#: ../src/widgets/spray-toolbar.cpp:593 ../src/widgets/spray-toolbar.cpp:594 +msgid "Prevent overlapping objects" +msgstr "组织重叠对象" + +#: ../src/widgets/spray-toolbar.cpp:605 +msgid "(minimum offset)" +msgstr "(最小偏移)" + +#: ../src/widgets/spray-toolbar.cpp:605 +msgid "(maximum offset)" +msgstr "(最大偏移)" + +#: ../src/widgets/spray-toolbar.cpp:608 +msgid "Offset %" +msgstr "偏移 %" + +#: ../src/widgets/spray-toolbar.cpp:608 +msgid "Offset %:" +msgstr "偏移 %:" + +#: ../src/widgets/spray-toolbar.cpp:609 +msgid "Increase to segregate objects more (value in percent)" +msgstr "" + #: ../src/widgets/star-toolbar.cpp:103 msgid "Star: Change number of corners" msgstr "星形:改变角的数量" @@ -29258,11 +29663,11 @@ msgstr "星形:改变随机性" #: ../src/widgets/star-toolbar.cpp:463 msgid "Regular polygon (with one handle) instead of a star" -msgstr "规则多边形(有一个控制点)而非星形" +msgstr "规则多边形(有一个控制点)而非星形" #: ../src/widgets/star-toolbar.cpp:470 msgid "Star instead of a regular polygon (with one handle)" -msgstr "星形而非规则多边形(有一个控制点)" +msgstr "星形而非规则多边形(有一个控制点)" #: ../src/widgets/star-toolbar.cpp:491 msgid "triangle/tri-star" @@ -29372,7 +29777,7 @@ msgstr "圆角:" #: ../src/widgets/star-toolbar.cpp:534 msgid "How much rounded are the corners (0 for sharp)" -msgstr "角的圆整程度(0 是尖的)" +msgstr "角的圆整程度(0 是尖的)" #: ../src/widgets/star-toolbar.cpp:546 msgid "NOT randomized" @@ -29409,98 +29814,123 @@ msgstr "无" #: ../src/widgets/stroke-style.cpp:192 msgid "Stroke width" -msgstr "笔廓宽度" +msgstr "笔刷宽度" #: ../src/widgets/stroke-style.cpp:194 msgctxt "Stroke width" msgid "_Width:" msgstr "宽度(_W):" -#. TRANSLATORS: Miter join: joining lines with a sharp (pointed) corner. -#. For an example, draw a triangle with a large stroke width and modify the -#. "Join" option (in the Fill and Stroke dialog). -#: ../src/widgets/stroke-style.cpp:239 -msgid "Miter join" -msgstr "斜接连接" +#. Dash +#: ../src/widgets/stroke-style.cpp:225 +msgid "Dashes:" +msgstr "线型:" + +#. Drop down marker selectors +#. TRANSLATORS: Path markers are an SVG feature that allows you to attach arbitrary shapes +#. (arrowheads, bullets, faces, whatever) to the start, end, or middle nodes of a path. +#: ../src/widgets/stroke-style.cpp:251 +msgid "Markers:" +msgstr "标记:" + +#: ../src/widgets/stroke-style.cpp:257 +msgid "Start Markers are drawn on the first node of a path or shape" +msgstr "起点标记画在路径或形状中的第一个节点上" + +#: ../src/widgets/stroke-style.cpp:266 +msgid "" +"Mid Markers are drawn on every node of a path or shape except the first and " +"last nodes" +msgstr "中间标记位于路径或形状中除去首位外所有的节点上" + +#: ../src/widgets/stroke-style.cpp:275 +msgid "End Markers are drawn on the last node of a path or shape" +msgstr "终点标记位于路径或形状中的最后一个节点上" #. TRANSLATORS: Round join: joining lines with a rounded corner. #. For an example, draw a triangle with a large stroke width and modify the #. "Join" option (in the Fill and Stroke dialog). -#: ../src/widgets/stroke-style.cpp:247 +#: ../src/widgets/stroke-style.cpp:300 msgid "Round join" msgstr "圆角连接" #. TRANSLATORS: Bevel join: joining lines with a blunted (flattened) corner. #. For an example, draw a triangle with a large stroke width and modify the #. "Join" option (in the Fill and Stroke dialog). -#: ../src/widgets/stroke-style.cpp:255 +#: ../src/widgets/stroke-style.cpp:308 msgid "Bevel join" msgstr "斜角连接" -#: ../src/widgets/stroke-style.cpp:280 -msgid "Miter _limit:" -msgstr "斜面限制(_L):" +#. TRANSLATORS: Miter join: joining lines with a sharp (pointed) corner. +#. For an example, draw a triangle with a large stroke width and modify the +#. "Join" option (in the Fill and Stroke dialog). +#: ../src/widgets/stroke-style.cpp:316 +msgid "Miter join" +msgstr "斜接连接" #. Cap type #. TRANSLATORS: cap type specifies the shape for the ends of lines #. spw_label(t, _("_Cap:"), 0, i); -#: ../src/widgets/stroke-style.cpp:296 +#: ../src/widgets/stroke-style.cpp:353 msgid "Cap:" msgstr "线端:" #. TRANSLATORS: Butt cap: the line shape does not extend beyond the end point #. of the line; the ends of the line are square -#: ../src/widgets/stroke-style.cpp:307 +#: ../src/widgets/stroke-style.cpp:364 msgid "Butt cap" msgstr "平头端点" #. TRANSLATORS: Round cap: the line shape extends beyond the end point of the #. line; the ends of the line are rounded -#: ../src/widgets/stroke-style.cpp:314 +#: ../src/widgets/stroke-style.cpp:371 msgid "Round cap" msgstr "圆头端点" #. TRANSLATORS: Square cap: the line shape extends beyond the end point of the #. line; the ends of the line are square -#: ../src/widgets/stroke-style.cpp:321 +#: ../src/widgets/stroke-style.cpp:378 msgid "Square cap" msgstr "方头端点" -#. Dash -#: ../src/widgets/stroke-style.cpp:326 -msgid "Dashes:" -msgstr "线型:" +#: ../src/widgets/stroke-style.cpp:392 +#, fuzzy +msgid "Fill, Stroke, Markers" +msgstr "笔刷样式标记" -#. Drop down marker selectors -#. TRANSLATORS: Path markers are an SVG feature that allows you to attach arbitrary shapes -#. (arrowheads, bullets, faces, whatever) to the start, end, or middle nodes of a path. -#: ../src/widgets/stroke-style.cpp:352 -msgid "Markers:" -msgstr "标记:" +#: ../src/widgets/stroke-style.cpp:396 +#, fuzzy +msgid "Stroke, Fill, Markers" +msgstr "笔刷样式标记" -#: ../src/widgets/stroke-style.cpp:358 -msgid "Start Markers are drawn on the first node of a path or shape" -msgstr "起点标记画在路径或形状中的第一个节点上" +#: ../src/widgets/stroke-style.cpp:400 +#, fuzzy +msgid "Fill, Markers, Stroke" +msgstr "填充和笔刷" -#: ../src/widgets/stroke-style.cpp:367 -msgid "" -"Mid Markers are drawn on every node of a path or shape except the first and " -"last nodes" -msgstr "中间标记位于路径或形状中除去首位外所有的节点上" +#: ../src/widgets/stroke-style.cpp:408 +#, fuzzy +msgid "Markers, Fill, Stroke" +msgstr "填充和笔刷" -#: ../src/widgets/stroke-style.cpp:376 -msgid "End Markers are drawn on the last node of a path or shape" -msgstr "终点标记位于路径或形状中的最后一个节点上" +#: ../src/widgets/stroke-style.cpp:412 +#, fuzzy +msgid "Stroke, Markers, Fill" +msgstr "笔刷样式标记" + +#: ../src/widgets/stroke-style.cpp:416 +msgid "Markers, Stroke, Fill" +msgstr "" -#: ../src/widgets/stroke-style.cpp:498 +#: ../src/widgets/stroke-style.cpp:534 msgid "Set markers" msgstr "设置标记" -#: ../src/widgets/stroke-style.cpp:1033 ../src/widgets/stroke-style.cpp:1117 +#: ../src/widgets/stroke-style.cpp:1116 ../src/widgets/stroke-style.cpp:1205 msgid "Set stroke style" -msgstr "设置笔廓样式" +msgstr "设置笔刷样式" -#: ../src/widgets/stroke-style.cpp:1206 +#: ../src/widgets/stroke-style.cpp:1309 msgid "Set marker color" msgstr "设置标记颜色" @@ -29552,390 +29982,445 @@ msgstr "文本:改变 dy" msgid "Text: Change rotate" msgstr "文本:改变旋转" -#: ../src/widgets/text-toolbar.cpp:781 +#: ../src/widgets/text-toolbar.cpp:787 +msgid "Text: Change writing mode" +msgstr "文本:改变输入模式" + +#: ../src/widgets/text-toolbar.cpp:841 msgid "Text: Change orientation" msgstr "文本:改变方向" -#: ../src/widgets/text-toolbar.cpp:1216 +#: ../src/widgets/text-toolbar.cpp:1309 msgid "Font Family" msgstr "字体家族" -#: ../src/widgets/text-toolbar.cpp:1217 +#: ../src/widgets/text-toolbar.cpp:1310 msgid "Select Font Family (Alt-X to access)" -msgstr "选择字体族(通过 Alt+X)" +msgstr "选择字体族(通过 Alt+X)" #. Focus widget #. Enable entry completion -#: ../src/widgets/text-toolbar.cpp:1227 +#: ../src/widgets/text-toolbar.cpp:1320 msgid "Select all text with this font-family" -msgstr "选择所有带本 font-family(字族)的文本" +msgstr "选择所有带本 font-family(字族)的文本" -#: ../src/widgets/text-toolbar.cpp:1231 +#: ../src/widgets/text-toolbar.cpp:1324 msgid "Font not found on system" msgstr "系统中没有找到该字体" -#: ../src/widgets/text-toolbar.cpp:1290 +#: ../src/widgets/text-toolbar.cpp:1383 msgid "Font Style" msgstr "字体样式" -#: ../src/widgets/text-toolbar.cpp:1291 +#: ../src/widgets/text-toolbar.cpp:1384 msgid "Font style" msgstr "字体样式" #. Name -#: ../src/widgets/text-toolbar.cpp:1308 +#: ../src/widgets/text-toolbar.cpp:1401 msgid "Toggle Superscript" msgstr "切换上标" #. Label -#: ../src/widgets/text-toolbar.cpp:1309 +#: ../src/widgets/text-toolbar.cpp:1402 msgid "Toggle superscript" msgstr "切换上标" #. Name -#: ../src/widgets/text-toolbar.cpp:1321 +#: ../src/widgets/text-toolbar.cpp:1414 msgid "Toggle Subscript" msgstr "切换下标" #. Label -#: ../src/widgets/text-toolbar.cpp:1322 +#: ../src/widgets/text-toolbar.cpp:1415 msgid "Toggle subscript" msgstr "切换下标" -#: ../src/widgets/text-toolbar.cpp:1363 +#: ../src/widgets/text-toolbar.cpp:1456 msgid "Justify" msgstr "左右对齐" #. Name -#: ../src/widgets/text-toolbar.cpp:1370 +#: ../src/widgets/text-toolbar.cpp:1463 msgid "Alignment" msgstr "对齐" #. Label -#: ../src/widgets/text-toolbar.cpp:1371 +#: ../src/widgets/text-toolbar.cpp:1464 msgid "Text alignment" msgstr "文本对齐方式" -#: ../src/widgets/text-toolbar.cpp:1398 +#: ../src/widgets/text-toolbar.cpp:1491 msgid "Horizontal" msgstr "水平" -#: ../src/widgets/text-toolbar.cpp:1405 -msgid "Vertical" -msgstr "垂直" +#: ../src/widgets/text-toolbar.cpp:1498 +msgid "Vertical — RL" +msgstr "垂直 - RL" + +#: ../src/widgets/text-toolbar.cpp:1499 +msgid "Vertical text — lines: right to left" +msgstr "" + +#: ../src/widgets/text-toolbar.cpp:1505 +msgid "Vertical — LR" +msgstr "垂直 - LR" + +#: ../src/widgets/text-toolbar.cpp:1506 +msgid "Vertical text — lines: left to right" +msgstr "" + +#. Name +#: ../src/widgets/text-toolbar.cpp:1511 +msgid "Writing mode" +msgstr "写作模式" #. Label -#: ../src/widgets/text-toolbar.cpp:1412 +#: ../src/widgets/text-toolbar.cpp:1512 +msgid "Block progression" +msgstr "" + +#: ../src/widgets/text-toolbar.cpp:1541 +msgid "Auto glyph orientation" +msgstr "自动字形方向" + +#: ../src/widgets/text-toolbar.cpp:1548 +#, fuzzy +msgid "Upright" +msgstr "加亮" + +#: ../src/widgets/text-toolbar.cpp:1549 +#, fuzzy +msgid "Upright glyph orientation" +msgstr "文本方向" + +#: ../src/widgets/text-toolbar.cpp:1556 +msgid "Sideways" +msgstr "" + +#: ../src/widgets/text-toolbar.cpp:1557 +#, fuzzy +msgid "Sideways glyph orientation" +msgstr "沿路径方向" + +#. Name +#: ../src/widgets/text-toolbar.cpp:1563 msgid "Text orientation" msgstr "文本方向" +#. Label +#: ../src/widgets/text-toolbar.cpp:1564 +msgid "Text (glyph) orientation in vertical text." +msgstr "" + #. Drop down menu -#: ../src/widgets/text-toolbar.cpp:1435 +#: ../src/widgets/text-toolbar.cpp:1588 msgid "Smaller spacing" msgstr "缩小间距" -#: ../src/widgets/text-toolbar.cpp:1435 ../src/widgets/text-toolbar.cpp:1466 -#: ../src/widgets/text-toolbar.cpp:1497 +#: ../src/widgets/text-toolbar.cpp:1588 ../src/widgets/text-toolbar.cpp:1619 +#: ../src/widgets/text-toolbar.cpp:1650 msgctxt "Text tool" msgid "Normal" msgstr "正常" -#: ../src/widgets/text-toolbar.cpp:1435 +#: ../src/widgets/text-toolbar.cpp:1588 msgid "Larger spacing" msgstr "扩大间距" #. name -#: ../src/widgets/text-toolbar.cpp:1440 +#: ../src/widgets/text-toolbar.cpp:1593 msgid "Line Height" msgstr "行高" #. label -#: ../src/widgets/text-toolbar.cpp:1441 +#: ../src/widgets/text-toolbar.cpp:1594 msgid "Line:" msgstr "行:" #. short label -#: ../src/widgets/text-toolbar.cpp:1442 -msgid "Spacing between lines (times font size)" -msgstr "行间距(字体大小的倍数)" +#: ../src/widgets/text-toolbar.cpp:1595 +#, fuzzy +msgid "Spacing between baselines (times font size)" +msgstr "行间距(字体大小的倍数)" #. Drop down menu -#: ../src/widgets/text-toolbar.cpp:1466 ../src/widgets/text-toolbar.cpp:1497 +#: ../src/widgets/text-toolbar.cpp:1619 ../src/widgets/text-toolbar.cpp:1650 msgid "Negative spacing" msgstr "负间距" -#: ../src/widgets/text-toolbar.cpp:1466 ../src/widgets/text-toolbar.cpp:1497 +#: ../src/widgets/text-toolbar.cpp:1619 ../src/widgets/text-toolbar.cpp:1650 msgid "Positive spacing" msgstr "正间距" #. name -#: ../src/widgets/text-toolbar.cpp:1471 +#: ../src/widgets/text-toolbar.cpp:1624 msgid "Word spacing" msgstr "词间距" #. label -#: ../src/widgets/text-toolbar.cpp:1472 +#: ../src/widgets/text-toolbar.cpp:1625 msgid "Word:" msgstr "词:" #. short label -#: ../src/widgets/text-toolbar.cpp:1473 +#: ../src/widgets/text-toolbar.cpp:1626 msgid "Spacing between words (px)" -msgstr "单词之间的间距(px)" +msgstr "单词之间的间距(像素)" #. name -#: ../src/widgets/text-toolbar.cpp:1502 +#: ../src/widgets/text-toolbar.cpp:1655 msgid "Letter spacing" msgstr "字间距" #. label -#: ../src/widgets/text-toolbar.cpp:1503 +#: ../src/widgets/text-toolbar.cpp:1656 msgid "Letter:" msgstr "字:" #. short label -#: ../src/widgets/text-toolbar.cpp:1504 +#: ../src/widgets/text-toolbar.cpp:1657 msgid "Spacing between letters (px)" -msgstr "字母间距(px)" +msgstr "字母间距(像素)" #. name -#: ../src/widgets/text-toolbar.cpp:1533 +#: ../src/widgets/text-toolbar.cpp:1686 msgid "Kerning" msgstr "字距调整" #. label -#: ../src/widgets/text-toolbar.cpp:1534 +#: ../src/widgets/text-toolbar.cpp:1687 msgid "Kern:" msgstr "距:" #. short label -#: ../src/widgets/text-toolbar.cpp:1535 +#: ../src/widgets/text-toolbar.cpp:1688 msgid "Horizontal kerning (px)" -msgstr "水平字距调整(px)" +msgstr "水平字距调整(像素)" #. name -#: ../src/widgets/text-toolbar.cpp:1564 +#: ../src/widgets/text-toolbar.cpp:1717 msgid "Vertical Shift" msgstr "垂直偏移" #. label -#: ../src/widgets/text-toolbar.cpp:1565 +#: ../src/widgets/text-toolbar.cpp:1718 msgid "Vert:" msgstr "垂:" #. short label -#: ../src/widgets/text-toolbar.cpp:1566 +#: ../src/widgets/text-toolbar.cpp:1719 msgid "Vertical shift (px)" -msgstr "垂直偏移(px)" +msgstr "垂直偏移(像素)" #. name -#: ../src/widgets/text-toolbar.cpp:1595 +#: ../src/widgets/text-toolbar.cpp:1748 msgid "Letter rotation" msgstr "字母旋转" #. label -#: ../src/widgets/text-toolbar.cpp:1596 +#: ../src/widgets/text-toolbar.cpp:1749 msgid "Rot:" msgstr "旋:" #. short label -#: ../src/widgets/text-toolbar.cpp:1597 +#: ../src/widgets/text-toolbar.cpp:1750 msgid "Character rotation (degrees)" -msgstr "字符旋转(度)" +msgstr "字符旋转(度)" -#: ../src/widgets/toolbox.cpp:177 +#: ../src/widgets/toolbox.cpp:184 msgid "Color/opacity used for color tweaking" msgstr "色彩扭曲使用的颜色/不透明度" -#: ../src/widgets/toolbox.cpp:185 +#: ../src/widgets/toolbox.cpp:192 msgid "Style of new stars" msgstr "新星形的样式" -#: ../src/widgets/toolbox.cpp:187 +#: ../src/widgets/toolbox.cpp:194 msgid "Style of new rectangles" msgstr "新矩形的样式" -#: ../src/widgets/toolbox.cpp:189 +#: ../src/widgets/toolbox.cpp:196 msgid "Style of new 3D boxes" msgstr "新 3D 盒子的样式" -#: ../src/widgets/toolbox.cpp:191 +#: ../src/widgets/toolbox.cpp:198 msgid "Style of new ellipses" msgstr "新椭圆的样式" -#: ../src/widgets/toolbox.cpp:193 +#: ../src/widgets/toolbox.cpp:200 msgid "Style of new spirals" msgstr "新螺旋线的样式" -#: ../src/widgets/toolbox.cpp:195 +#: ../src/widgets/toolbox.cpp:202 msgid "Style of new paths created by Pencil" msgstr "铅笔创建的新路径的样式" -#: ../src/widgets/toolbox.cpp:197 +#: ../src/widgets/toolbox.cpp:204 msgid "Style of new paths created by Pen" msgstr "钢笔创建的新路径的样式" -#: ../src/widgets/toolbox.cpp:199 +#: ../src/widgets/toolbox.cpp:206 msgid "Style of new calligraphic strokes" msgstr "新书法轮廓的样式" -#: ../src/widgets/toolbox.cpp:201 ../src/widgets/toolbox.cpp:203 +#: ../src/widgets/toolbox.cpp:208 ../src/widgets/toolbox.cpp:210 msgid "TBD" msgstr "待续 (TBD)" -#: ../src/widgets/toolbox.cpp:215 +#: ../src/widgets/toolbox.cpp:223 msgid "Style of Paint Bucket fill objects" msgstr "油漆桶填充样式" -#: ../src/widgets/toolbox.cpp:1684 +#: ../src/widgets/toolbox.cpp:1735 msgid "Bounding box" msgstr "边界框" -#: ../src/widgets/toolbox.cpp:1684 +#: ../src/widgets/toolbox.cpp:1735 msgid "Snap bounding boxes" msgstr "吸附边界框" -#: ../src/widgets/toolbox.cpp:1693 +#: ../src/widgets/toolbox.cpp:1744 msgid "Bounding box edges" msgstr "边界框的边" -#: ../src/widgets/toolbox.cpp:1693 +#: ../src/widgets/toolbox.cpp:1744 msgid "Snap to edges of a bounding box" msgstr "吸附到边界框的边" -#: ../src/widgets/toolbox.cpp:1702 +#: ../src/widgets/toolbox.cpp:1753 msgid "Bounding box corners" msgstr "边界框的顶点" -#: ../src/widgets/toolbox.cpp:1702 +#: ../src/widgets/toolbox.cpp:1753 msgid "Snap bounding box corners" msgstr "吸附边界框的顶点" -#: ../src/widgets/toolbox.cpp:1711 +#: ../src/widgets/toolbox.cpp:1762 msgid "BBox Edge Midpoints" msgstr "边界框边的中点" -#: ../src/widgets/toolbox.cpp:1711 +#: ../src/widgets/toolbox.cpp:1762 msgid "Snap midpoints of bounding box edges" msgstr "吸附边界框边缘的中点" -#: ../src/widgets/toolbox.cpp:1721 +#: ../src/widgets/toolbox.cpp:1772 msgid "BBox Centers" msgstr "边界框中心 " -#: ../src/widgets/toolbox.cpp:1721 +#: ../src/widgets/toolbox.cpp:1772 msgid "Snapping centers of bounding boxes" msgstr "吸附到边界框的中心" -#: ../src/widgets/toolbox.cpp:1730 +#: ../src/widgets/toolbox.cpp:1781 msgid "Snap nodes, paths, and handles" msgstr "吸附节点、路径和手柄" -#: ../src/widgets/toolbox.cpp:1738 +#: ../src/widgets/toolbox.cpp:1789 msgid "Snap to paths" msgstr "吸附到路径" -#: ../src/widgets/toolbox.cpp:1747 +#: ../src/widgets/toolbox.cpp:1798 msgid "Path intersections" msgstr "路径交点" -#: ../src/widgets/toolbox.cpp:1747 +#: ../src/widgets/toolbox.cpp:1798 msgid "Snap to path intersections" msgstr "吸附到路径交点" -#: ../src/widgets/toolbox.cpp:1756 +#: ../src/widgets/toolbox.cpp:1807 msgid "To nodes" msgstr "到节点" -#: ../src/widgets/toolbox.cpp:1756 +#: ../src/widgets/toolbox.cpp:1807 msgid "Snap cusp nodes, incl. rectangle corners" msgstr "吸附尖角节点,包括矩形边角" -#: ../src/widgets/toolbox.cpp:1765 +#: ../src/widgets/toolbox.cpp:1816 msgid "Smooth nodes" msgstr "光滑节点" -#: ../src/widgets/toolbox.cpp:1765 +#: ../src/widgets/toolbox.cpp:1816 msgid "Snap smooth nodes, incl. quadrant points of ellipses" msgstr "吸附平滑节点,包括椭圆的四个极限点" -#: ../src/widgets/toolbox.cpp:1774 +#: ../src/widgets/toolbox.cpp:1825 msgid "Line Midpoints" msgstr "线的中点" -#: ../src/widgets/toolbox.cpp:1774 +#: ../src/widgets/toolbox.cpp:1825 msgid "Snap midpoints of line segments" msgstr "吸附线段的中点" -#: ../src/widgets/toolbox.cpp:1783 +#: ../src/widgets/toolbox.cpp:1834 msgid "Others" msgstr "其他" -#: ../src/widgets/toolbox.cpp:1783 +#: ../src/widgets/toolbox.cpp:1834 msgid "Snap other points (centers, guide origins, gradient handles, etc.)" -msgstr "吸附其它点(中心、辅助原点、渐变手柄等)" +msgstr "吸附其他点(中心、辅助原点、渐变手柄等)" -#: ../src/widgets/toolbox.cpp:1791 +#: ../src/widgets/toolbox.cpp:1842 msgid "Object Centers" msgstr "对象中心" -#: ../src/widgets/toolbox.cpp:1791 +#: ../src/widgets/toolbox.cpp:1842 msgid "Snap centers of objects" msgstr "吸附对象的中心" -#: ../src/widgets/toolbox.cpp:1800 +#: ../src/widgets/toolbox.cpp:1851 msgid "Rotation Centers" msgstr "旋转中心" -#: ../src/widgets/toolbox.cpp:1800 +#: ../src/widgets/toolbox.cpp:1851 msgid "Snap an item's rotation center" msgstr "吸附一个项目的旋转中心" -#: ../src/widgets/toolbox.cpp:1809 +#: ../src/widgets/toolbox.cpp:1860 msgid "Text baseline" msgstr "文本基线" -#: ../src/widgets/toolbox.cpp:1809 +#: ../src/widgets/toolbox.cpp:1860 msgid "Snap text anchors and baselines" msgstr "吸附文本锚点和基线" -#: ../src/widgets/toolbox.cpp:1819 +#: ../src/widgets/toolbox.cpp:1870 msgid "Page border" msgstr "页面边沿" -#: ../src/widgets/toolbox.cpp:1819 +#: ../src/widgets/toolbox.cpp:1870 msgid "Snap to the page border" msgstr "吸附到页面边沿" -#: ../src/widgets/toolbox.cpp:1828 +#: ../src/widgets/toolbox.cpp:1879 msgid "Snap to grids" msgstr "吸附到网格" -#: ../src/widgets/toolbox.cpp:1837 +#: ../src/widgets/toolbox.cpp:1888 msgid "Snap guides" msgstr "吸附辅助线" #. Width #: ../src/widgets/tweak-toolbar.cpp:125 msgid "(pinch tweak)" -msgstr "(挤压扭曲)" +msgstr "(挤压扭曲)" #: ../src/widgets/tweak-toolbar.cpp:125 msgid "(broad tweak)" -msgstr "(广泛扭曲)" +msgstr "(广泛扭曲)" #: ../src/widgets/tweak-toolbar.cpp:128 msgid "The width of the tweak area (relative to the visible canvas area)" -msgstr "扭曲区域宽度(相对于可见画布)" +msgstr "扭曲区域宽度(相对于可见画布)" #. Force #: ../src/widgets/tweak-toolbar.cpp:142 msgid "(minimum force)" -msgstr "(最小作用力)" +msgstr "(最小作用力)" #: ../src/widgets/tweak-toolbar.cpp:142 msgid "(maximum force)" -msgstr "(最大作用力)" +msgstr "(最大作用力)" #: ../src/widgets/tweak-toolbar.cpp:145 msgid "Force" @@ -29999,7 +30484,7 @@ msgstr "再制对象,按 Shift 则删除" #: ../src/widgets/tweak-toolbar.cpp:205 msgid "Push mode" -msgstr "推压" +msgstr "推压模式" #: ../src/widgets/tweak-toolbar.cpp:206 msgid "Push parts of paths in any direction" @@ -30011,7 +30496,7 @@ msgstr "扩张/收缩模式" #: ../src/widgets/tweak-toolbar.cpp:213 msgid "Shrink (inset) parts of paths; with Shift grow (outset)" -msgstr "收缩(内偏移)路径的一部分;按 Shift 则为扩张(外偏移)" +msgstr "收缩(内偏移)路径的一部分;按 Shift 则为扩张(外偏移)" #: ../src/widgets/tweak-toolbar.cpp:219 msgid "Attract/repel mode" @@ -30095,16 +30580,16 @@ msgstr "彩色模式下,作用于对象的不透明度" #: ../src/widgets/tweak-toolbar.cpp:339 msgctxt "Opacity" msgid "O" -msgstr "透" +msgstr "不透明" #. Fidelity #: ../src/widgets/tweak-toolbar.cpp:350 msgid "(rough, simplified)" -msgstr "(粗略,路径简单)" +msgstr "(粗略,路径简单)" #: ../src/widgets/tweak-toolbar.cpp:350 msgid "(fine, but many nodes)" -msgstr "(精细,节点较多)" +msgstr "(精细,节点较多)" #: ../src/widgets/tweak-toolbar.cpp:353 msgid "Fidelity" @@ -30143,35 +30628,35 @@ msgstr "不能处理对象。尝试先将其转为路径。" #. report to the Inkscape console using errormsg #: ../share/extensions/draw_from_triangle.py:180 msgid "Side Length 'a' (px): " -msgstr "边长 a(px):" +msgstr "边长 a (像素):" #: ../share/extensions/draw_from_triangle.py:181 msgid "Side Length 'b' (px): " -msgstr "边长 b(px):" +msgstr "边长 b (像素):" #: ../share/extensions/draw_from_triangle.py:182 msgid "Side Length 'c' (px): " -msgstr "边长 c(px):" +msgstr "边长 c (像素):" #: ../share/extensions/draw_from_triangle.py:183 msgid "Angle 'A' (radians): " -msgstr "角 A(rad):" +msgstr "角 A (弧度):" #: ../share/extensions/draw_from_triangle.py:184 msgid "Angle 'B' (radians): " -msgstr "角 B(rad):" +msgstr "角 B (弧度):" #: ../share/extensions/draw_from_triangle.py:185 msgid "Angle 'C' (radians): " -msgstr "角 C(rad):" +msgstr "角 C (弧度):" #: ../share/extensions/draw_from_triangle.py:186 msgid "Semiperimeter (px): " -msgstr "半周长(px):" +msgstr "半周长(像素):" #: ../share/extensions/draw_from_triangle.py:187 msgid "Area (px^2): " -msgstr "面积(px^2):" +msgstr "面积(px^2):" #: ../share/extensions/dxf_input.py:528 #, python-format @@ -30179,8 +30664,8 @@ msgid "" "%d ENTITIES of type POLYLINE encountered and ignored. Please try to convert " "to Release 13 format using QCad." msgstr "" -"遇到 %d 个类型为 POLYLINE(折线)的 ENTITIES(实体)并被忽略。请尝试转换为使" -"用 QCad Release 13 格式。" +"遇到 %d 个类型为 POLYLINE(折线)的 ENTITIES(实体)并被忽略。请尝试转换为使用 " +"QCad Release 13 格式。" #: ../share/extensions/dxf_outlines.py:49 msgid "" @@ -30194,8 +30679,8 @@ msgid "" "Error: Field 'Layer match name' must be filled when using 'By name match' " "option" msgstr "" -"错误:字段“Layer match name”(层匹配名称)在使用“By name match”(按名称匹配)" -"选项时必须填写" +"错误:字段“Layer match name”(层匹配名称)在使用“By name match”(按名称匹配)选项" +"时必须填写" #: ../share/extensions/dxf_outlines.py:356 #, python-format @@ -30246,11 +30731,13 @@ msgid "Need at least 2 paths selected" msgstr "需要至少选择 2 个路径" #: ../share/extensions/funcplot.py:48 +#, fuzzy msgid "" "x-interval cannot be zero. Please modify 'Start X value' or 'End X value'" msgstr "X 轴间隔不能为 0。请修改“开始 X 值”或“结束 X 值”" #: ../share/extensions/funcplot.py:60 +#, fuzzy msgid "" "y-interval cannot be zero. Please modify 'Y value of rectangle's top' or 'Y " "value of rectangle's bottom'" @@ -30306,8 +30793,8 @@ msgid "" "should not be the same. If there are three orientation points they should " "not be in a straight line.)" msgstr "" -"定向点错误!(如果有 2 个定向点,那么它们不应相同。如果有 3 个定向点的话,那" -"么它们不应在同一直线上。)" +"定向点错误!(如果有 2 个定向点,那么它们不应相同。如果有 3 个定向点的话,那么" +"它们不应在同一直线上。)" #: ../share/extensions/gcodetools.py:4250 #, python-format @@ -30343,7 +30830,7 @@ msgstr "" msgid "" "Document has no layers! Add at least one layer using layers panel (Ctrl+Shift" "+L)" -msgstr "文档没有图层!使用图层面板至少添加一层(Ctrl+Shift+L)" +msgstr "文档没有图层!使用图层面板至少添加一层(Ctrl+Shift+L)" #: ../share/extensions/gcodetools.py:4294 msgid "" @@ -30356,13 +30843,12 @@ msgstr "警告!在文档的根有相同的路径,但是不在任何的层中 msgid "" "Warning! Tool's and default tool's parameter's (%s) types are not the same " "( type('%s') != type('%s') )." -msgstr "" -"警告!工具的和默认工具的参数(%s)类型不相同(type('%s') != type('%s'))。" +msgstr "警告!工具的和默认工具的参数(%s)类型不相同(type('%s') != type('%s'))。" #: ../share/extensions/gcodetools.py:4374 #, python-format msgid "Warning! Tool has parameter that default tool has not ( '%s': '%s' )." -msgstr "警告!工具拥有默认工具没有的参数('%s': '%s')。" +msgstr "警告!工具拥有默认工具没有的参数('%s': '%s')。" #: ../share/extensions/gcodetools.py:4388 #, python-format @@ -30381,14 +30867,14 @@ msgid "" "Warning: One or more paths do not have 'd' parameter, try to Ungroup (Ctrl" "+Shift+G) and Object to Path (Ctrl+Shift+C)!" msgstr "" -"警告:一个或多个路径没有“d”参数,尝试“取消组合(Ctrl+Shift+G)”以及“对象转为" -"路径(Ctrl+Shift+C)”!" +"警告:一个或多个路径没有“d”参数,尝试“取消组合(Ctrl+Shift+G)”以及“对象转为路" +"径(Ctrl+Shift+C)”!" #: ../share/extensions/gcodetools.py:4667 msgid "" "Nothing is selected. Please select something to convert to drill point " "(dxfpoint) or clear point sign." -msgstr "未选择内容。请选择一些内容用于转换为钻尖点(dxfpoint)或者清理点标志。" +msgstr "未选择内容。请选择一些内容用于转换为钻尖点(dxfpoint)或者清理点标志。" #: ../share/extensions/gcodetools.py:4750 #: ../share/extensions/gcodetools.py:4996 @@ -30458,11 +30944,11 @@ msgstr "" #: ../share/extensions/gcodetools.py:6107 msgid "Lathe X and Z axis remap should be 'X', 'Y' or 'Z'. Exiting..." -msgstr "车床 X 和 Z 轴重新映射应该是 X、Y 或 Z。正在退出…" +msgstr "车床 X 和 Z 轴重新映射应该是 X、Y 或 Z。正在退出..." #: ../share/extensions/gcodetools.py:6110 msgid "Lathe X and Z axis remap should be the same. Exiting..." -msgstr "车床 X 和 Z 轴重新映射应该相同。正在退出…" +msgstr "车床 X 和 Z 轴重新映射应该相同。正在退出..." #: ../share/extensions/gcodetools.py:6662 #, python-format @@ -30473,7 +30959,7 @@ msgid "" msgstr "" "选择其中一个动作选项卡——路径转成 Gcode、面铣、雕刻、DXF 钻尖、方向、偏移、车" "床或刀具库。\n" -"当前的动作选项卡识别码为 %s" +"当前的动作选项卡标识为 %s" #: ../share/extensions/gcodetools.py:6668 msgid "" @@ -30492,8 +30978,8 @@ msgid "" "Failed to import the subprocess module. Please report this as a bug at: " "https://bugs.launchpad.net/inkscape." msgstr "" -"无法导入子进程(subprocess)模块。请在这个地址报告错误:https://bugs." -"launchpad.net/inkscape." +"无法导入子进程(subprocess)模块。请在这个地址报告错误:https://bugs.launchpad." +"net/inkscape." #: ../share/extensions/generate_voronoi.py:36 msgid "Python version is: " @@ -30505,11 +30991,11 @@ msgstr "请选择一个对象" #: ../share/extensions/gimp_xcf.py:39 msgid "Inkscape must be installed and set in your path variable." -msgstr "" +msgstr "必须安装 Inkscape 并存在于 PATH 变量中。" #: ../share/extensions/gimp_xcf.py:43 msgid "Gimp must be installed and set in your path variable." -msgstr "必须安装 Gimp 并存在于已设置的 PATH 变量中。" +msgstr "必须安装 Gimp 并存在于 PATH 变量中。" #: ../share/extensions/gimp_xcf.py:47 msgid "An error occurred while processing the XCF file." @@ -30540,14 +31026,13 @@ msgstr "找不到 HPGL 数据。" msgid "" "The HPGL data contained unknown (unsupported) commands, there is a " "possibility that the drawing is missing some content." -msgstr "" -"HPGL 数据中包含未知(或不被支持的)命令,也可能是此绘图缺少了某些内容。" +msgstr "HPGL 数据中包含未知(或不被支持的)命令,也可能是此绘图缺少了某些内容。" #. issue error if no paths found #: ../share/extensions/hpgl_output.py:58 msgid "" "No paths where found. Please convert all objects you want to save into paths." -msgstr "找不到路径。请转换所有你想保存到路径中的对象。" +msgstr "找不到路径。请转换所有您想保存到路径中的对象。" #: ../share/extensions/inkex.py:116 #, python-format @@ -30560,29 +31045,29 @@ msgid "" "Technical details:\n" "%s" msgstr "" -"用于 libxml2 的神奇的 lxml 包裹程序(于是还有此扩展)依赖于 inkex.py。请从 " -"http://cheeseshop.python.org/pypi/lxml/ 下载并安装最新版本,或者经由你的软件" -"包管理程序(例如:sudo apt-get install python-lxml)来安装\n" +"用于 libxml2 的神奇的 lxml 包裹程序(于是还有此扩展)依赖于 inkex.py。请从 " +"http://cheeseshop.python.org/pypi/lxml/ 下载并安装最新版本,或者经由您的软件" +"包管理程序(例如:sudo apt-get install python-lxml)来安装\n" "\n" "技术详情:\n" "%s" -#: ../share/extensions/inkex.py:169 +#: ../share/extensions/inkex.py:172 #, python-format msgid "Unable to open specified file: %s" msgstr "无法打开指定的文件: %s" -#: ../share/extensions/inkex.py:178 +#: ../share/extensions/inkex.py:181 #, python-format msgid "Unable to open object member file: %s" msgstr "无法打开对象成员文件:%s" -#: ../share/extensions/inkex.py:283 +#: ../share/extensions/inkex.py:286 #, python-format msgid "No matching node for expression: %s" msgstr "没有找到匹配表达式的节点:%s " -#: ../share/extensions/inkex.py:313 +#: ../share/extensions/inkex.py:340 msgid "SVG Width not set correctly! Assuming width = 100" msgstr "SVG 宽度设置不正确!假定宽度为 100" @@ -30608,7 +31093,7 @@ msgid "" "\n" msgstr "" "JessyInk 脚本没有未安装到这个 SVG 文件中或者与 JessyInk 扩展的版本不同。请" -"从“扩展”的“JessyInk”子菜单里选择“安装 / 更新…”来安装或更新此 JessyInk 脚" +"从“扩展”的“JessyInk”子菜单里选择“安装 / 更新...”来安装或更新此 JessyInk 脚" "本。\n" "\n" @@ -30626,7 +31111,7 @@ msgid "" "Node with id '{0}' is not a suitable text node and was therefore ignored.\n" "\n" msgstr "" -"含有识别码“{0}”的节点不是合适的文本节点,因此忽略该节点。\n" +"含有标识“{0}”的节点不是合适的文本节点,因此忽略该节点。\n" "\n" #: ../share/extensions/jessyInk_effects.py:53 @@ -30681,7 +31166,7 @@ msgstr "{0}层名:{1}" #: ../share/extensions/jessyInk_summary.py:102 msgid "{0}Transition in: {1} ({2!s} s)" -msgstr "{0}转入变换:{1}({2!s} 秒)" +msgstr "{0}转入变换:{1}({2!s} 秒)" #: ../share/extensions/jessyInk_summary.py:104 #, python-brace-format @@ -30690,7 +31175,7 @@ msgstr "{0}转入变换:{1}" #: ../share/extensions/jessyInk_summary.py:111 msgid "{0}Transition out: {1} ({2!s} s)" -msgstr "{0}转出变换:{1}({2!s} 秒)" +msgstr "{0}转出变换:{1}({2!s} 秒)" #: ../share/extensions/jessyInk_summary.py:113 #, python-brace-format @@ -30709,7 +31194,7 @@ msgstr "" #: ../share/extensions/jessyInk_summary.py:123 #, python-brace-format msgid "{0}\t\"{1}\" (object id \"{2}\") will be replaced by \"{3}\"." -msgstr "{0}\t“{1}”(对象识别码“{2}”)将会用“{3}”替换。" +msgstr "{0}\t“{1}”(对象标识“{2}”)将会用“{3}”替换。" #: ../share/extensions/jessyInk_summary.py:168 #, python-brace-format @@ -30718,7 +31203,7 @@ msgid "" "{0}Initial effect (order number {1}):" msgstr "" "\n" -"{0}初始特效(序号 {1}):" +"{0}初始特效(序号 {1}):" #: ../share/extensions/jessyInk_summary.py:170 msgid "" @@ -30726,7 +31211,7 @@ msgid "" "{0}Effect {1!s} (order number {2}):" msgstr "" "\n" -"{0}特效 {1!s}(序号 {2}):" +"{0}特效 {1!s}(序号 {2}):" #: ../share/extensions/jessyInk_summary.py:174 #, python-brace-format @@ -30789,7 +31274,7 @@ msgstr "没有选取对象。请选取您要指定视角的对象并按应用。 #: ../share/extensions/markers_strokepaint.py:83 #, python-format msgid "No style attribute found for id: %s" -msgstr "无法为下列 id 找到样式(style)属性:%s" +msgstr "无法为下列 id 找到样式(style)属性:%s" #: ../share/extensions/markers_strokepaint.py:137 #, python-format @@ -30810,7 +31295,7 @@ msgid "Area is zero, cannot calculate Center of Mass" msgstr "面积为 0,不能计算质心" #: ../share/extensions/pathalongpath.py:208 -#: ../share/extensions/pathscatter.py:228 ../share/extensions/perspective.py:53 +#: ../share/extensions/pathscatter.py:228 ../share/extensions/perspective.py:52 msgid "This extension requires two selected paths." msgstr "该扩展需要选择两条路径。" @@ -30833,9 +31318,9 @@ msgstr "" #: ../share/extensions/pathmodifier.py:237 #, python-format msgid "Please first convert objects to paths! (Got [%s].)" -msgstr "请首先将对象转为路径!(得到 [%s])。" +msgstr "请首先将对象转为路径!(得到 [%s])。" -#: ../share/extensions/perspective.py:45 +#: ../share/extensions/perspective.py:44 msgid "" "Failed to import the numpy or numpy.linalg modules. These modules are " "required by this extension. Please install them and try again. On a Debian-" @@ -30846,7 +31331,7 @@ msgstr "" "类 Debian 系统中,可以通过命令 sudo apt-get install python-numpy 来解决这个问" "题。" -#: ../share/extensions/perspective.py:61 ../share/extensions/summersnight.py:52 +#: ../share/extensions/perspective.py:60 ../share/extensions/summersnight.py:51 #, python-format msgid "" "The first selected object is of type '%s'.\n" @@ -30855,12 +31340,12 @@ msgstr "" "第一个已选对象的类型为“%s”。\n" "请尝试执行操作“路径→对象转化成路径”。" -#: ../share/extensions/perspective.py:68 ../share/extensions/summersnight.py:60 +#: ../share/extensions/perspective.py:67 ../share/extensions/summersnight.py:59 msgid "" "This extension requires that the second selected path be four nodes long." msgstr "该扩展要求第二个路径具有四个节点。" -#: ../share/extensions/perspective.py:94 ../share/extensions/summersnight.py:93 +#: ../share/extensions/perspective.py:93 ../share/extensions/summersnight.py:92 msgid "" "The second selected object is a group, not a path.\n" "Try using the procedure Object->Ungroup." @@ -30868,7 +31353,7 @@ msgstr "" "第二个选定对象是群组,而不是路径。\n" "请尝试执行操作“群组→解除群组”。" -#: ../share/extensions/perspective.py:96 ../share/extensions/summersnight.py:95 +#: ../share/extensions/perspective.py:95 ../share/extensions/summersnight.py:94 msgid "" "The second selected object is not a path.\n" "Try using the procedure Path->Object to Path." @@ -30876,7 +31361,7 @@ msgstr "" "第二个选定对象不是路径。\n" "请尝试执行操作“路径→对象转化成路径”。" -#: ../share/extensions/perspective.py:99 ../share/extensions/summersnight.py:98 +#: ../share/extensions/perspective.py:98 ../share/extensions/summersnight.py:97 msgid "" "The first selected object is not a path.\n" "Try using the procedure Path->Object to Path." @@ -30888,7 +31373,7 @@ msgstr "" #: ../share/extensions/plotter.py:69 msgid "" "No paths where found. Please convert all objects you want to plot into paths." -msgstr "找不到路径。请转换你想制成路径的所有对象。" +msgstr "找不到路径。请转换您想制成路径的所有对象。" #: ../share/extensions/plotter.py:147 msgid "" @@ -30905,9 +31390,9 @@ msgstr "" msgid "" "Could not open port. Please check that your plotter is running, connected " "and the settings are correct." -msgstr "不能打开端口。请检查你的绘图仪是否正在运作,已经链接并且设置正确。" +msgstr "不能打开端口。请检查您的绘图仪是否正在运作,已经链接并且设置正确。" -#: ../share/extensions/polyhedron_3d.py:65 +#: ../share/extensions/polyhedron_3d.py:66 msgid "" "Failed to import the numpy module. This module is required by this " "extension. Please install it and try again. On a Debian-like system this " @@ -30916,24 +31401,24 @@ msgstr "" "不能导入 numpy 模块。本扩展需要这些模块,请安装它们后重试。在类 Debian 系统" "中,可以通过命令 sudo apt-get install python-numpy 来解决这个问题。" -#: ../share/extensions/polyhedron_3d.py:336 +#: ../share/extensions/polyhedron_3d.py:337 msgid "No face data found in specified file." msgstr "在指定文件中没有“面”的数据。" -#: ../share/extensions/polyhedron_3d.py:337 +#: ../share/extensions/polyhedron_3d.py:338 msgid "Try selecting \"Edge Specified\" in the Model File tab.\n" msgstr "请尝试在模型文件面板中选择“指定边”。\n" -#: ../share/extensions/polyhedron_3d.py:343 +#: ../share/extensions/polyhedron_3d.py:344 msgid "No edge data found in specified file." msgstr "在指定文件中没有“边”的数据。" -#: ../share/extensions/polyhedron_3d.py:344 +#: ../share/extensions/polyhedron_3d.py:345 msgid "Try selecting \"Face Specified\" in the Model File tab.\n" msgstr "请尝试在模型文件面板中选择“指定面”。\n" #. we cannot generate a list of faces from the edges without a lot of computation -#: ../share/extensions/polyhedron_3d.py:522 +#: ../share/extensions/polyhedron_3d.py:524 msgid "" "Face Data Not Found. Ensure file contains face data, and check the file is " "imported as \"Face-Specified\" under the \"Model File\" tab.\n" @@ -30941,34 +31426,34 @@ msgstr "" "找不到有关面的数据。请确保文件中包含面的信息,并且确认该文件在“模型文件”面板" "中以“指定面”的形式导入。\n" -#: ../share/extensions/polyhedron_3d.py:524 +#: ../share/extensions/polyhedron_3d.py:526 msgid "Internal Error. No view type selected\n" msgstr "内部错误。未选择视图类型\n" #: ../share/extensions/print_win32_vector.py:41 msgid "sorry, this will run only on Windows, exiting..." -msgstr "对不起,这个只能在 Windows 上运行,正在退出…" +msgstr "对不起,这个只能在 Windows 上运行,正在退出..." #: ../share/extensions/print_win32_vector.py:179 msgid "Failed to open default printer" msgstr "无法打开默认打印机" -#: ../share/extensions/render_barcode_datamatrix.py:202 +#: ../share/extensions/render_barcode_datamatrix.py:203 msgid "Unrecognised DataMatrix size" msgstr "未能识别的 DataMatrix 尺寸" #. we have an invalid bit value -#: ../share/extensions/render_barcode_datamatrix.py:643 +#: ../share/extensions/render_barcode_datamatrix.py:644 msgid "Invalid bit value, this is a bug!" msgstr "无效位值,这是一个错误!" #. abort if converting blank text -#: ../share/extensions/render_barcode_datamatrix.py:678 +#: ../share/extensions/render_barcode_datamatrix.py:679 msgid "Please enter an input string" msgstr "请输入一个输入字符串" #. abort if converting blank text -#: ../share/extensions/render_barcode_qrcode.py:1054 +#: ../share/extensions/render_barcode_qrcode.py:1055 msgid "Please enter an input text" msgstr "请输入一个输入文本" @@ -31016,10 +31501,11 @@ msgid "Please enter a replacement font in the replace all box." msgstr "请在“替换全部”框中输入一个替代字体。" #: ../share/extensions/restack.py:76 +#, fuzzy msgid "There is no selection to restack." -msgstr "" +msgstr "没有选择要插值的内容" -#: ../share/extensions/summersnight.py:44 +#: ../share/extensions/summersnight.py:43 msgid "" "This extension requires two selected paths. \n" "The second path must be exactly four nodes long." @@ -31035,7 +31521,7 @@ msgstr "不能定位文件:%s" #: ../share/extensions/svgcalendar.py:266 #: ../share/extensions/svgcalendar.py:288 msgid "You must select a correct system encoding." -msgstr "你必须选择正确的系统编码。" +msgstr "您必须选择正确的系统编码。" #: ../share/extensions/uniconv-ext.py:56 #: ../share/extensions/uniconv_output.py:122 @@ -31047,33 +31533,33 @@ msgid "" "and install into your Inkscape's Python location\n" msgstr "" -#: ../share/extensions/voronoi2svg.py:215 +#: ../share/extensions/voronoi2svg.py:198 msgid "Please select objects!" msgstr "请选择对象!" #: ../share/extensions/web-set-att.py:58 #: ../share/extensions/web-transmit-att.py:54 msgid "You must select at least two elements." -msgstr "你需要选择至少两个对象." +msgstr "您需要选择至少两个对象." #: ../share/extensions/webslicer_create_group.py:57 msgid "" "You must create and select some \"Slicer rectangles\" before trying to group." -msgstr "在尝试组合前你必须创建并选择某些“分片工具矩形”。" +msgstr "在尝试组合前您必须创建并选择某些“分片工具矩形”。" #: ../share/extensions/webslicer_create_group.py:72 msgid "" "You must to select some \"Slicer rectangles\" or other \"Layout groups\"." -msgstr "你必须选择某些“分片矩形”或其它“布局组”。" +msgstr "您必须选择某些“分片矩形”或其他“布局组”。" #: ../share/extensions/webslicer_create_group.py:76 #, python-format msgid "Oops... The element \"%s\" is not in the Web Slicer layer" -msgstr "啊呀…元素“%s”不在 Web 切割蒙版图层中" +msgstr "啊呀...元素“%s”不在 Web 切割蒙版图层中" #: ../share/extensions/webslicer_export.py:57 msgid "You must give a directory to export the slices." -msgstr "你必须给出一个目录用于导出分片。" +msgstr "您必须给出一个目录用于导出分片。" #: ../share/extensions/webslicer_export.py:69 #, python-format @@ -31091,8 +31577,9 @@ msgid "The directory \"%s\" does not exists." msgstr "目录“%s”不存在。" #: ../share/extensions/webslicer_export.py:78 +#, fuzzy msgid "No slicer layer found." -msgstr "" +msgstr "没有当前图层。" #: ../share/extensions/webslicer_export.py:108 #, python-format @@ -31101,11 +31588,11 @@ msgstr "超过一个的元素带有“%s”html-id。" #: ../share/extensions/webslicer_export.py:338 msgid "You must install the ImageMagick to get JPG and GIF." -msgstr "你必须安装 ImageMagick 以打开 JPG 和 GIF 格式支持。" +msgstr "您必须安装 ImageMagick 以打开 JPG 和 GIF 格式支持。" #. PARAMETER PROCESSING #. lines of longitude are odd : abort -#: ../share/extensions/wireframe_sphere.py:116 +#: ../share/extensions/wireframe_sphere.py:117 msgid "Please enter an even number of lines of longitude." msgstr "请输入偶数个经度线。" @@ -31151,11 +31638,11 @@ msgstr "AI 8.0 输入" #: ../share/extensions/ai_input.inx.h:2 msgid "Adobe Illustrator 8.0 and below (*.ai)" -msgstr "Adobe Illustrator 8.0 及以下版本 (*.ai)" +msgstr "Adobe Illustrator 8.0 及以下版本(*.ai)" #: ../share/extensions/ai_input.inx.h:3 msgid "Open files saved with Adobe Illustrator 8.0 or older" -msgstr "打开使用 Adobe Illustrator 8.0(或更老的版本)保存的文件" +msgstr "打开使用 Adobe Illustrator 8.0(或更老的版本)保存的文件" #: ../share/extensions/aisvg.inx.h:1 msgid "AI SVG Input" @@ -31171,39 +31658,39 @@ msgstr "在打开之前清除 Adobe Illustrator SVG 中的垃圾代码" #: ../share/extensions/ccx_input.inx.h:1 msgid "Corel DRAW Compressed Exchange files input (UC)" -msgstr "Corel DRAW Compressed Exchange 文件输入 (UC)" +msgstr "Corel DRAW Compressed Exchange 文件输入(UC)" #: ../share/extensions/ccx_input.inx.h:2 msgid "Corel DRAW Compressed Exchange files (UC) (*.ccx)" -msgstr "Corel DRAW Compressed Exchange 文件 (UC) (*.ccx)" +msgstr "Corel DRAW Compressed Exchange 文件(UC) (*.ccx)" #: ../share/extensions/ccx_input.inx.h:3 msgid "Open compressed exchange files saved in Corel DRAW (UC)" -msgstr "打开 Corel DRAW 中保存的压缩交换文件 (UC)" +msgstr "打开 Corel DRAW 中保存的压缩交换文件(UC)" #: ../share/extensions/cdr_input.inx.h:1 msgid "Corel DRAW Input (UC)" -msgstr "Corel DRAW 输入 (UC)" +msgstr "Corel DRAW 输入(UC)" #: ../share/extensions/cdr_input.inx.h:2 msgid "Corel DRAW 7-X4 files (UC) (*.cdr)" -msgstr "Corel DRAW 7-X4 文件 (UC) (*.cdr)" +msgstr "Corel DRAW 7-X4 文件(UC) (*.cdr)" #: ../share/extensions/cdr_input.inx.h:3 msgid "Open files saved in Corel DRAW 7-X4 (UC)" -msgstr "打开 Corel DRAW 7-X4 中保存的文件 (UC)" +msgstr "打开 Corel DRAW 7-X4 中保存的文件(UC)" #: ../share/extensions/cdt_input.inx.h:1 msgid "Corel DRAW templates input (UC)" -msgstr "Corel DRAW 模板输入 (UC)" +msgstr "Corel DRAW 模板输入(UC)" #: ../share/extensions/cdt_input.inx.h:2 msgid "Corel DRAW 7-13 template files (UC) (*.cdt)" -msgstr "Corel DRAW 7-13 模板文件 (UC) (*.cdt)" +msgstr "Corel DRAW 7-13 模板文件(UC) (*.cdt)" #: ../share/extensions/cdt_input.inx.h:3 msgid "Open files saved in Corel DRAW 7-13 (UC)" -msgstr "打开 Corel DRAW 7-13 中保存的文件 (UC)" +msgstr "打开 Corel DRAW 7-13 中保存的文件(UC)" #: ../share/extensions/cgm_input.inx.h:1 msgid "Computer Graphics Metafile files input" @@ -31211,7 +31698,7 @@ msgstr "计算机图像图元文件输入" #: ../share/extensions/cgm_input.inx.h:2 msgid "Computer Graphics Metafile files (*.cgm)" -msgstr "计算机图像图元文件 (*.cgm)" +msgstr "计算机图像图元文件(*.cgm)" #: ../share/extensions/cgm_input.inx.h:3 msgid "Open Computer Graphics Metafile files" @@ -31219,15 +31706,15 @@ msgstr "打开计算机图像图元文件输入" #: ../share/extensions/cmx_input.inx.h:1 msgid "Corel DRAW Presentation Exchange files input (UC)" -msgstr "Corel DRAW Presentation Exchange 文件输入 (UC)" +msgstr "Corel DRAW Presentation Exchange 文件输入(UC)" #: ../share/extensions/cmx_input.inx.h:2 msgid "Corel DRAW Presentation Exchange files (UC) (*.cmx)" -msgstr "Corel DRAW Presentation Exchange 文件 (UC) (*.cmx)" +msgstr "Corel DRAW Presentation Exchange 文件(UC) (*.cmx)" #: ../share/extensions/cmx_input.inx.h:3 msgid "Open presentation exchange files saved in Corel DRAW (UC)" -msgstr "打开 Corel DRAW 中创建的展示交换文件 (UC)" +msgstr "打开 Corel DRAW 中创建的展示交换文件(UC)" #: ../share/extensions/color_HSL_adjust.inx.h:1 msgid "HSL Adjust" @@ -31235,7 +31722,7 @@ msgstr "调整 HSL" #: ../share/extensions/color_HSL_adjust.inx.h:3 msgid "Hue (°)" -msgstr "色调(°)" +msgstr "色调(°)" #: ../share/extensions/color_HSL_adjust.inx.h:4 msgid "Random hue" @@ -31244,7 +31731,7 @@ msgstr "随机色调" #: ../share/extensions/color_HSL_adjust.inx.h:6 #, no-c-format msgid "Saturation (%)" -msgstr "饱和度 (%)" +msgstr "饱和度(%)" #: ../share/extensions/color_HSL_adjust.inx.h:7 msgid "Random saturation" @@ -31253,7 +31740,7 @@ msgstr "随机饱和度" #: ../share/extensions/color_HSL_adjust.inx.h:9 #, no-c-format msgid "Lightness (%)" -msgstr "亮度 (%)" +msgstr "亮度(%)" #: ../share/extensions/color_HSL_adjust.inx.h:10 msgid "Random lightness" @@ -31285,7 +31772,7 @@ msgstr "黑白" #: ../share/extensions/color_blackandwhite.inx.h:2 msgid "Threshold Color (1-255):" -msgstr "阈值颜色(1-255):" +msgstr "阈值颜色(1-255):" #: ../share/extensions/color_brighter.inx.h:1 msgid "Brighter" @@ -31310,7 +31797,7 @@ msgstr "蓝色函数:" #: ../share/extensions/color_custom.inx.h:6 msgid "Input (r,g,b) Color Range:" -msgstr "颜色输入范围(r,g,b):" +msgstr "颜色输入范围(r,g,b):" #: ../share/extensions/color_custom.inx.h:8 msgid "" @@ -31323,11 +31810,11 @@ msgid "" " Green Function: b \n" " Blue Function: g" msgstr "" -"让你可以针对每个通道进行不同的函数估值。\n" +"让您可以针对每个通道进行不同的函数估值。\n" "红、绿和蓝数值为归一化后的红绿蓝通道数值。计算后的 RGB 数值会自动收紧" -"(clamp)。\n" +"(clamp)。\n" "\n" -"例如(红色变为原本的二分之一、绿色和蓝色互相交换):\n" +"例如(红色变为原本的二分之一、绿色和蓝色互相交换):\n" " 红色函数:r*0.5\n" " 绿色函数:b\n" " 蓝色函数:g" @@ -31343,7 +31830,7 @@ msgstr "去色" #: ../share/extensions/color_grayscale.inx.h:1 #: ../share/extensions/webslicer_create_rect.inx.h:15 msgid "Grayscale" -msgstr "灰度级" +msgstr "灰度" #: ../share/extensions/color_lesshue.inx.h:1 msgid "Less Hue" @@ -31378,10 +31865,27 @@ msgstr "负" msgid "Randomize" msgstr "随机化" -#: ../share/extensions/color_randomize.inx.h:7 +#: ../share/extensions/color_randomize.inx.h:5 +#, no-c-format +msgid "Hue range (%)" +msgstr "色调范围(%)" + +#: ../share/extensions/color_randomize.inx.h:8 +#, no-c-format +msgid "Saturation range (%)" +msgstr "饱和度范围(%)" + +#: ../share/extensions/color_randomize.inx.h:11 +#, no-c-format +msgid "Lightness range (%)" +msgstr "亮度范围(%)" + +#: ../share/extensions/color_randomize.inx.h:13 +#, fuzzy msgid "" "Converts to HSL, randomizes hue and/or saturation and/or lightness and " -"converts it back to RGB." +"converts it back to RGB. Lower the range values to limit the distance " +"between the original color and the randomized one." msgstr "转换为 HSL,随机化色调、饱和度,和/或亮度,再将其转换回 RGB。" #: ../share/extensions/color_removeblue.inx.h:1 @@ -31402,7 +31906,7 @@ msgstr "替换颜色" #: ../share/extensions/color_replace.inx.h:2 msgid "Replace color (RRGGBB hex):" -msgstr "替换颜色(十六进制 RRGGBB):" +msgstr "替换颜色(十六进制 RRGGBB):" #: ../share/extensions/color_replace.inx.h:3 msgid "Color to replace" @@ -31410,7 +31914,7 @@ msgstr "要替换的颜色:" #: ../share/extensions/color_replace.inx.h:4 msgid "By color (RRGGBB hex):" -msgstr "为颜色(十六进制 RRGGBB):" +msgstr "为颜色(十六进制 RRGGBB):" #: ../share/extensions/color_replace.inx.h:5 msgid "New color" @@ -31458,7 +31962,7 @@ msgstr "" #: ../share/extensions/dia.inx.h:4 msgid "Dia Diagram (*.dia)" -msgstr "Dia 图表 (*.dia)" +msgstr "Dia 图表(*.dia)" #: ../share/extensions/dia.inx.h:5 msgid "A diagram created with the program Dia" @@ -31477,8 +31981,9 @@ msgid "Y Offset:" msgstr "Y 偏移:" #: ../share/extensions/dimension.inx.h:4 +#, fuzzy msgid "Bounding box type:" -msgstr "边框类型:" +msgstr "要使用的边界框" #: ../share/extensions/dimension.inx.h:5 msgid "Geometric" @@ -31520,8 +32025,8 @@ msgid "" " * Step: numbering step between two nodes." msgstr "" "此扩展功能会根据下列选项用数字点替换选中项的节点:\n" -" * 字体尺寸:节点数字标签的大小(20px、12pt…)。\n" -" * 点大小:于路径节点上放置的点直径(10px、2mm…)。\n" +" * 字体尺寸:节点数字标签的大小(20px、12pt...)。\n" +" * 点大小:于路径节点上放置的点直径(10px、2mm...)。\n" " * 起始点数字:数列的起始数字,指定到此路径的起始节点。\n" " * 公差值:两个节点之间的数字差值。" @@ -31640,7 +32145,7 @@ msgstr "在该点周围画圆" #: ../share/extensions/draw_from_triangle.inx.h:29 #: ../share/extensions/wireframe_sphere.inx.h:6 msgid "Radius (px):" -msgstr "半径 (px):" +msgstr "半径(像素):" #: ../share/extensions/draw_from_triangle.inx.h:30 msgid "Draw Isogonal Conjugate" @@ -31694,18 +32199,18 @@ msgid "" "may cause a divide-by-zero error for certain points.\n" " " msgstr "" -"此扩展功能可绘制由所选路径前 3 个节点定义的三角形结构。你可以选择缺省对象其中" +"此扩展功能可绘制由所选路径前 3 个节点定义的三角形结构。您可以选择缺省对象其中" "之一或者自己创建。\n" " \n" "所有单位为 Inkscape 的像素单位。角的单位全部为弧度。\n" -"你可以用三重线性坐标或三角中心函数指定一个点。\n" +"您可以用三重线性坐标或三角中心函数指定一个点。\n" "输入边长或角度的函数。\n" "三重线性部份必须用冒号分开:“:”。\n" "边长以“s_a”、“s_b”和“s_c”的形式来表示。\n" "角度则以“a_a”、“a_b”和“a_c”表示。\n" -"你也可以使用半周长和三角形面积作为常数。写入“area”或“semiperim”来表示。\n" +"您也可以使用半周长和三角形面积作为常数。写入“area”或“semiperim”来表示。\n" "\n" -"你可以使用任何标准的 Python 数学函数:\n" +"您可以使用任何标准的 Python 数学函数:\n" "ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); \n" "modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); \n" "acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); \n" @@ -31715,7 +32220,7 @@ msgstr "" "也可用反三角函数:\n" "sec(x); csc(x); cot(x)\n" "\n" -"你可指定圆的半径让程序使用公式计算自定义的点,也可以包含边长、角度等。你也可" +"您可指定圆的半径让程序使用公式计算自定义的点,也可以包含边长、角度等。您也可" "以绘制等角和等分共轭点。请注意在某些点上可能会造成分母为零的错误。\n" " " @@ -31728,16 +32233,17 @@ msgid "Method of Scaling:" msgstr "缩放方式:" #: ../share/extensions/dxf_input.inx.h:4 +#, fuzzy msgid "Manual scale factor:" -msgstr "手动指定缩放系数:" +msgstr "或手动指定缩放系数:" #: ../share/extensions/dxf_input.inx.h:5 msgid "Manual x-axis origin (mm):" -msgstr "手动指定 X 轴原点(毫米):" +msgstr "手动指定 X 轴原点(毫米):" #: ../share/extensions/dxf_input.inx.h:6 msgid "Manual y-axis origin (mm):" -msgstr "手动指定 Y 轴原点(毫米):" +msgstr "手动指定 Y 轴原点(毫米):" #: ../share/extensions/dxf_input.inx.h:7 msgid "Gcodetools compatible point import" @@ -31867,7 +32373,7 @@ msgstr "UTF 8" #: ../share/extensions/dxf_outlines.inx.h:21 msgid "All (default)" -msgstr "全部(默认)" +msgstr "全部(默认)" #: ../share/extensions/dxf_outlines.inx.h:22 msgid "Visible only" @@ -31878,6 +32384,7 @@ msgid "By name match" msgstr "按名称匹配" #: ../share/extensions/dxf_outlines.inx.h:25 +#, fuzzy msgid "" "- AutoCAD Release 14 DXF format.\n" "- The base unit parameter specifies in what unit the coordinates are output " @@ -31903,7 +32410,7 @@ msgstr "" "Inkscape 无法读取。\n" "- 多折线 (LWPOLYLINE) 输出是一种多段连接的折线,要使用旧版的线 (LINE) 输出请" "停用这个选项。\n" -"- 你可以选择要导出全部图层、只导出可见的图层或名称匹配的图层 (英文区分大小写" +"- 您可以选择要导出全部图层、只导出可见的图层或名称匹配的图层 (英文区分大小写" "并用逗号“,”将项目区隔开)" #: ../share/extensions/dxf_outlines.inx.h:34 @@ -31973,7 +32480,7 @@ msgstr "名片" #: ../share/extensions/empty_business_card.inx.h:2 msgid "Business card size:" -msgstr "名片尺寸:" +msgstr "名片大小:" #: ../share/extensions/empty_desktop.inx.h:1 msgid "Desktop" @@ -32006,7 +32513,7 @@ msgstr "DVD 盒背宽度:" #: ../share/extensions/empty_dvd_cover.inx.h:3 msgid "DVD cover bleed (mm):" -msgstr "DVD 封面出血(毫米):" +msgstr "DVD 封面出血(毫米):" #: ../share/extensions/empty_generic.inx.h:1 msgid "Generic Canvas" @@ -32067,7 +32574,7 @@ msgstr "LaTeX 输入:" #: ../share/extensions/eqtexsvg.inx.h:3 msgid "Additional packages (comma-separated): " -msgstr "附加包(使用逗号分隔):" +msgstr "附加包(使用逗号分隔):" #: ../share/extensions/export_gimp_palette.inx.h:1 msgid "Export as GIMP Palette" @@ -32075,7 +32582,7 @@ msgstr "导出为 GIMP 调色板" #: ../share/extensions/export_gimp_palette.inx.h:2 msgid "GIMP Palette (*.gpl)" -msgstr "GIMP 调色板 (*.gpl)" +msgstr "GIMP 调色板(*.gpl)" #: ../share/extensions/export_gimp_palette.inx.h:3 msgid "Exports the colors of this document as GIMP Palette" @@ -32096,7 +32603,7 @@ msgid "" "home directory." msgstr "" "* 扩展名会自动添加,无需手动输入。\n" -"* 相对路径(或不带路径的文件名)相对于用户的主(HOME)目录计算。" +"* 相对路径(或不带路径的文件名)相对于用户的主(HOME)目录计算。" #: ../share/extensions/extrude.inx.h:3 msgid "Lines" @@ -32112,7 +32619,7 @@ msgstr "XFIG 输入" #: ../share/extensions/fig_input.inx.h:2 msgid "XFIG Graphics File (*.fig)" -msgstr "XFIG 图形文件 (*.fig)" +msgstr "XFIG 图形文件(*.fig)" #: ../share/extensions/fig_input.inx.h:3 msgid "Open files saved with XFIG" @@ -32199,7 +32706,7 @@ msgstr "使用极坐标" #: ../share/extensions/param_curves.inx.h:12 msgid "" "When set, Isotropic scaling uses smallest of width/xrange or height/yrange" -msgstr "如果设置,等向缩放会使用 宽度/xrange 或 高度/yrange 中的最小值" +msgstr "如果设置,等向缩放会使用 宽度/xrange 或 高度/yrange 中的最小值" #: ../share/extensions/funcplot.inx.h:12 #: ../share/extensions/param_curves.inx.h:13 @@ -32219,7 +32726,7 @@ msgid "" " First derivative is always determined numerically." msgstr "" "调用此扩展功能前请先选择一个矩形,\n" -"若你希望填满此面积,则加入 X 轴端点,这会决定 X 和 Y 的比例。\n" +"若您希望填满此面积,则加入 X 轴端点,这会决定 X 和 Y 的比例。\n" "\n" "关于极坐标:\n" " 起始和结束的 x 值定义弧度的范围。\n" @@ -32299,7 +32806,7 @@ msgid "" "cnc-club.ru/gcodetools" msgstr "" "Gcodetools 可从 Inkscape 的路径制作简单的 Gcode。Gcode 是一种在大多数 CNC 机" -"器中使用的特殊格式。所以 Gcodetools 可让你将 Inkscape 用作 CAM 程序。" +"器中使用的特殊格式。所以 Gcodetools 可让您将 Inkscape 用作 CAM 程序。" "Gcodetools 可配合多种类型的机器使用:Mills Lathes Laser and Plasma cutters " "and engravers Mill engravers Plotters 等。欲知详情,请访问 http://www.cnc-" "club.ru/gcodetools" @@ -32324,8 +32831,8 @@ msgid "" "www.cnc-club.ru/gcodetoolsru Credits: Nick Drobchenko, Vladimir Kalyaev, " "John Brooker, Henry Nicolas, Chris Lusby Taylor. Gcodetools ver. 1.7" msgstr "" -"Gcodetools 插件模块:将路径转换成 Gcode(使用圆弧内插法),产生偏移路径并使用" -"锥形刀的雕刻锐角。 \n" +"Gcodetools 插件模块:将路径转换成 Gcode(使用圆弧内插法),产生偏移路径并使用锥" +"形刀的雕刻锐角。 \n" "此插件程序可在必要时使用圆弧内插法或线性移动计算路径 Gcode 代码。\n" "\n" "可从下述网站找到教学、支持信息和使用手册\n" @@ -32368,7 +32875,7 @@ msgstr "面宽:" #: ../share/extensions/gcodetools_area.inx.h:4 msgid "Area tool overlap (0..0.9):" -msgstr "面工具覆盖 (0..0.9):" +msgstr "面工具覆盖(0..0.9):" #: ../share/extensions/gcodetools_area.inx.h:5 msgid "" @@ -32378,11 +32885,11 @@ msgid "" "the nearest tool definition (\"Tool diameter\" value). Only one offset will " "be created if the \"Area width\" is equal to \"1/2 D\"." msgstr "" -"\"Create area offset\"(创建面积偏移): 创建多个 Inkscape 路径偏移来填充原来" -"的面积直至\"Area radius\"(面积半径)值。轮廓从 \"1/2 D\" 开始直至 \"Area " -"width\" (面宽)总宽度,带 \"D\" 步,其中 D 是从最接近的工具定义(\"Tool " -"diameter\" (工具直径)值)获取的。如果 \"Area width\" (面宽)等于 \"1/2 D" -"\",则将只会创建一个偏移。" +"\"Create area offset\"(创建面积偏移): 创建多个 Inkscape 路径偏移来填充原来的" +"面积直至\"Area radius\"(面积半径)值。轮廓从 \"1/2 D\" 开始直至 \"Area width" +"\" (面宽)总宽度,带 \"D\" 步,其中 D 是从最接近的工具定义(\"Tool diameter" +"\" (工具直径)值)获取的。如果 \"Area width\" (面宽)等于 \"1/2 D\",则将只会创" +"建一个偏移。" #: ../share/extensions/gcodetools_area.inx.h:6 msgid "Fill area" @@ -32504,8 +33011,8 @@ msgid "" msgstr "" "双圆弧内插法公差值是路径和路径本身近似值之间的最大距离。若路径的线段和本身近" "似值之间的距离超过双圆弧内插法公差值时,线段会被分割为两条线段。以深度函数来" -"说 c 为从 0.0(白)到 1.0(黑)的色彩强度,d 代表以方向点定义的深度,s 为以方" -"向点定义的曲面。" +"说 c 为从 0.0(白)到 1.0(黑)的色彩强度,d 代表以方向点定义的深度,s 为以方向点" +"定义的曲面。" #: ../share/extensions/gcodetools_area.inx.h:30 #: ../share/extensions/gcodetools_engraving.inx.h:8 @@ -32608,7 +33115,7 @@ msgstr "在空白上 G00 移动的 Z 安全高度:" #: ../share/extensions/gcodetools_orientation_points.inx.h:6 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:23 msgid "Units (mm or in):" -msgstr "单位(毫米或英寸):" +msgstr "单位(毫米或英寸):" #: ../share/extensions/gcodetools_area.inx.h:42 #: ../share/extensions/gcodetools_dxf_points.inx.h:14 @@ -32694,7 +33201,7 @@ msgstr "快速预先穿透" #: ../share/extensions/gcodetools_check_for_updates.inx.h:1 msgid "Check for updates" -msgstr "查找更新" +msgstr "检查更新" #: ../share/extensions/gcodetools_check_for_updates.inx.h:2 msgid "Check for Gcodetools latest stable version and try to get the updates." @@ -32719,9 +33226,9 @@ msgid "" "used. Also you can manually select object, open XML editor (Shift+Ctrl+X) " "and add or remove XML tag 'dxfpoint' with any value." msgstr "" -"将选中的对象转换为钻点(如 dxf_import 插件所为)。此外,也可以保存原始形状。" -"只会使用每个曲线的起始点。你还可以手动选择对象,打开 XML 编辑器 (Shift+Ctrl" -"+X) 并添加或删除带有任何值的 XML 标记 'dxfpoint' 。" +"将选中的对象转换为钻点(如 dxf_import 插件所为)。此外,也可以保存原始形状。只" +"会使用每个曲线的起始点。您还可以手动选择对象,打开 XML 编辑器 (Shift+Ctrl+X) " +"并添加或删除带有任何值的 XML 标记 'dxfpoint' 。" #: ../share/extensions/gcodetools_dxf_points.inx.h:5 msgid "set as dxfpoint and save shape" @@ -32745,11 +33252,11 @@ msgstr "本值和 180 度之间的平滑凸角:" #: ../share/extensions/gcodetools_engraving.inx.h:3 msgid "Maximum distance for engraving (mm/inch):" -msgstr "雕刻的最大距离 (mm/inch):" +msgstr "雕刻的最大距离(毫米/英寸):" #: ../share/extensions/gcodetools_engraving.inx.h:4 msgid "Accuracy factor (2 low to 10 high):" -msgstr "精度系数 (2 低 - 10 高):" +msgstr "精度系数(2 低 - 10 高):" #: ../share/extensions/gcodetools_engraving.inx.h:5 msgid "Draw additional graphics to see engraving path" @@ -32765,10 +33272,10 @@ msgid "" "ellipse.(minor axis r, major 4r).....: math.sqrt(max(0,r**2-w**2))*4" msgstr "" "这个函数创建使用锐角雕刻字母或任何形状的路径。切割器的深度作为由工具定义的半" -"径的函数。深度可以是任何 Python 表达式。例如: cone….(45 degrees)………………….: w " -"cone….(height/diameter=10/3)..: 10*w/3 sphere..(radius r)………………………: math." -"sqrt(max(0,r**2-w**2)) ellipse.(minor axis r, major 4r)…..: math.sqrt(max(0," -"r**2-w**2))*4" +"径的函数。深度可以是任何 Python 表达式。例如: cone....(45 " +"degrees)......................: w cone....(height/diameter=10/3)..: 10*w/3 " +"sphere..(radius r)...........................: math.sqrt(max(0,r**2-w**2)) " +"ellipse.(minor axis r, major 4r).....: math.sqrt(max(0,r**2-w**2))*4" #: ../share/extensions/gcodetools_graffiti.inx.h:1 msgid "Graffiti" @@ -32784,7 +33291,7 @@ msgstr "最小连接器半径:" #: ../share/extensions/gcodetools_graffiti.inx.h:4 msgid "Start position (x;y):" -msgstr "起始位置 (x;y):" +msgstr "起始位置(x;y):" #: ../share/extensions/gcodetools_graffiti.inx.h:5 msgid "Create preview" @@ -32820,12 +33327,12 @@ msgstr "Z 深度:" #: ../share/extensions/gcodetools_graffiti.inx.h:14 #: ../share/extensions/gcodetools_orientation_points.inx.h:7 msgid "2-points mode (move and rotate, maintained aspect ratio X/Y)" -msgstr "2 点模式(移动并旋转,保持纵横比 X/Y)" +msgstr "2 点模式(移动并旋转,保持纵横比 X/Y)" #: ../share/extensions/gcodetools_graffiti.inx.h:15 #: ../share/extensions/gcodetools_orientation_points.inx.h:8 msgid "3-points mode (move, rotate and mirror, different X/Y scale)" -msgstr "3 点模式(移动、旋转和镜像,不同的 X/Y 比例)" +msgstr "3 点模式(移动、旋转和镜像,不同的 X/Y 比例)" #: ../share/extensions/gcodetools_graffiti.inx.h:16 #: ../share/extensions/gcodetools_orientation_points.inx.h:9 @@ -32849,12 +33356,12 @@ msgid "" "the group or by Ctrl+Click. Now press apply to create control points " "(independent set for each layer)." msgstr "" -"方向点用来计算路径的变形(XY 平面的偏移、缩放、镜射、旋转)。\n" -"仅在 3 点模式情况下:不要使三点共线(请改用 2 点模式)。\n" -"你之后可以使用文本工具修改 Z 表面、Z 深度的数值(第三坐标)。\n" +"方向点用来计算路径的变形(XY 平面的偏移、缩放、镜射、旋转)。\n" +"仅在 3 点模式情况下:不要使三点共线(请改用 2 点模式)。\n" +"您之后可以使用文本工具修改 Z 表面、Z 深度的数值(第三坐标)。\n" "若当前图层里面没有方向点则会从上一个图层获取。\n" -"千万不要将方向点解除群组!你可以单击两下或使用 Ctrl+单击 来选取方向点。\n" -"现在按应用可创建控制点(每个图层都独立设置)。" +"千万不要将方向点解除群组!您可以单击两下或使用 Ctrl+单击 来选取方向点。\n" +"现在按应用可创建控制点(每个图层都独立设置)。" #: ../share/extensions/gcodetools_lathe.inx.h:1 msgid "Lathe" @@ -32952,7 +33459,7 @@ msgstr "边角的步测距离:" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:12 msgid "Maximum angle for corner (0-180 deg):" -msgstr "最大角度(0-180 度):" +msgstr "最大角度(0-180 度):" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:14 msgid "Perpendicular" @@ -33013,8 +33520,8 @@ msgid "" "active layer is used. If there is no tool inside the current layer it is " "taken from the upper layer. Press Apply to create new tool." msgstr "" -"选择的工具类型填充适当的默认值。你以后可以使用文本工具更改这些值。使用在活动" -"层的最顶(Z 顺序)的工具。如果在当前层中没有工具,那么从上一层获取。按应用创" +"选择的工具类型填充适当的默认值。您以后可以使用文本工具更改这些值。使用在活动" +"层的最顶(Z 顺序)的工具。如果在当前图层中没有工具,那么从上一层获取。按应用创" "建新的工具。" #: ../share/extensions/generate_voronoi.inx.h:1 @@ -33023,11 +33530,11 @@ msgstr "沃罗努瓦图案" #: ../share/extensions/generate_voronoi.inx.h:3 msgid "Average size of cell (px):" -msgstr "单元的平均尺寸 (px):" +msgstr "单元平均尺寸(px):" #: ../share/extensions/generate_voronoi.inx.h:4 msgid "Size of Border (px):" -msgstr "边框大小:" +msgstr "边框尺寸(px):" #: ../share/extensions/generate_voronoi.inx.h:6 msgid "" @@ -33039,7 +33546,7 @@ msgid "" "join of the pattern at the edges. Use a negative border to reduce the size " "of the pattern and get an empty border." msgstr "" -"生产一个沃罗努瓦单元的随机图案。图案将可以在填充和笔廓对话框中访问。你必须选" +"生产一个沃罗努瓦单元的随机图案。图案将可以在填充和笔刷对话框中访问。您必须选" "择一个对象或一个组。\n" "\n" "如果边框为 0,图案将会在边界处中断。使用一个正数边框,最好大于单元尺寸,可以" @@ -33092,7 +33599,7 @@ msgstr "" #: ../share/extensions/gimp_xcf.inx.h:15 msgid "GIMP XCF maintaining layers (*.xcf)" -msgstr "GIMP XCF 维护层 (*.xcf)" +msgstr "GIMP XCF 维护层(*.xcf)" #: ../share/extensions/grid_cartesian.inx.h:1 msgid "Cartesian Grid" @@ -33101,7 +33608,7 @@ msgstr "笛卡尔网格" #: ../share/extensions/grid_cartesian.inx.h:2 #: ../share/extensions/grid_isometric.inx.h:10 msgid "Border Thickness (px):" -msgstr "边框厚度 (px):" +msgstr "边框厚度(像素):" #: ../share/extensions/grid_cartesian.inx.h:3 msgid "X Axis" @@ -33113,7 +33620,7 @@ msgstr "主 X 分隔:" #: ../share/extensions/grid_cartesian.inx.h:5 msgid "Major X Division Spacing (px):" -msgstr "主 X 分隔间距 (px):" +msgstr "主 X 分隔间距(像素):" #: ../share/extensions/grid_cartesian.inx.h:6 msgid "Subdivisions per Major X Division:" @@ -33121,7 +33628,7 @@ msgstr "每个主 X 分隔的子分隔:" #: ../share/extensions/grid_cartesian.inx.h:7 msgid "Logarithmic X Subdiv. (Base given by entry above)" -msgstr "X 次级刻度为对数坐标(底数由先前输入决定)。" +msgstr "X 次级刻度为对数坐标(底数由先前输入决定)。" #: ../share/extensions/grid_cartesian.inx.h:8 msgid "Subsubdivs. per X Subdivision:" @@ -33129,19 +33636,19 @@ msgstr "每个 X 子分隔的子子分隔:" #: ../share/extensions/grid_cartesian.inx.h:9 msgid "Halve X Subsubdiv. Frequency after 'n' Subdivs. (log only):" -msgstr "半分 X 子子分隔。在“n”子分隔后的频率(仅记录):" +msgstr "半分 X 子子分隔。在“n”子分隔后的频率(仅记录):" #: ../share/extensions/grid_cartesian.inx.h:10 msgid "Major X Division Thickness (px):" -msgstr "主 X 分隔厚度 (px):" +msgstr "主 X 分隔厚度(像素):" #: ../share/extensions/grid_cartesian.inx.h:11 msgid "Minor X Division Thickness (px):" -msgstr "次 X 分隔厚度 (px):" +msgstr "次 X 分隔厚度(像素):" #: ../share/extensions/grid_cartesian.inx.h:12 msgid "Subminor X Division Thickness (px):" -msgstr "次次 X 分隔厚度 (px):" +msgstr "次次 X 分隔厚度(像素):" #: ../share/extensions/grid_cartesian.inx.h:13 msgid "Y Axis" @@ -33161,7 +33668,7 @@ msgstr "每个主 Y 分隔的子分隔:" #: ../share/extensions/grid_cartesian.inx.h:17 msgid "Logarithmic Y Subdiv. (Base given by entry above)" -msgstr "Y 次级刻度为对数坐标(底数由先前输入决定)。" +msgstr "Y 次级刻度为对数坐标(底数由先前输入决定)。" #: ../share/extensions/grid_cartesian.inx.h:18 msgid "Subsubdivs. per Y Subdivision:" @@ -33169,19 +33676,19 @@ msgstr "每个 Y 子分隔的子子分隔:" #: ../share/extensions/grid_cartesian.inx.h:19 msgid "Halve Y Subsubdiv. Frequency after 'n' Subdivs. (log only):" -msgstr "半分 X 子子分隔。在“n”子分隔后的频率(仅记录):" +msgstr "半分 X 子子分隔。在“n”子分隔后的频率(仅记录):" #: ../share/extensions/grid_cartesian.inx.h:20 msgid "Major Y Division Thickness (px):" -msgstr "主 Y 分隔厚度 (px):" +msgstr "主 Y 分隔厚度(像素):" #: ../share/extensions/grid_cartesian.inx.h:21 msgid "Minor Y Division Thickness (px):" -msgstr "次 Y 分隔厚度 (px):" +msgstr "次 Y 分隔厚度(像素):" #: ../share/extensions/grid_cartesian.inx.h:22 msgid "Subminor Y Division Thickness (px):" -msgstr "次次 Y 分隔厚度 (px):" +msgstr "次次 Y 分隔厚度(像素):" #: ../share/extensions/grid_isometric.inx.h:1 msgid "Isometric Grid" @@ -33209,15 +33716,15 @@ msgstr "每个子分隔的子子分隔数:" #: ../share/extensions/grid_isometric.inx.h:7 msgid "Major Division Thickness (px):" -msgstr "主分隔厚度 (px):" +msgstr "主分隔厚度(像素):" #: ../share/extensions/grid_isometric.inx.h:8 msgid "Minor Division Thickness (px):" -msgstr "次分隔厚度 (px):" +msgstr "次分隔厚度(像素):" #: ../share/extensions/grid_isometric.inx.h:9 msgid "Subminor Division Thickness (px):" -msgstr "次次分隔厚度 (px):" +msgstr "次次分隔厚度(像素):" #: ../share/extensions/grid_polar.inx.h:1 msgid "Polar Grid" @@ -33225,7 +33732,7 @@ msgstr "极坐标网格" #: ../share/extensions/grid_polar.inx.h:2 msgid "Centre Dot Diameter (px):" -msgstr "中心点半径 (px):" +msgstr "中心点半径(像素):" #: ../share/extensions/grid_polar.inx.h:3 msgid "Circumferential Labels:" @@ -33261,19 +33768,19 @@ msgstr "每个主圆周分隔的次分隔数:" #: ../share/extensions/grid_polar.inx.h:12 msgid "Logarithmic Subdiv. (Base given by entry above)" -msgstr "次级刻度为对数坐标(底数由先前输入决定)。" +msgstr "次级刻度为对数坐标(底数由先前输入决定)。" #: ../share/extensions/grid_polar.inx.h:13 msgid "Major Circular Division Thickness (px):" -msgstr "主圆周分隔厚度 (px):" +msgstr "主圆周分隔厚度(像素):" #: ../share/extensions/grid_polar.inx.h:14 msgid "Minor Circular Division Thickness (px):" -msgstr "次圆周分隔厚度 (px):" +msgstr "次圆周分隔厚度(像素):" #: ../share/extensions/grid_polar.inx.h:15 msgid "Angular Divisions" -msgstr "角度分隔" +msgstr "角分隔" #: ../share/extensions/grid_polar.inx.h:16 msgid "Angle Divisions:" @@ -33285,7 +33792,7 @@ msgstr "在中心的角度分隔:" #: ../share/extensions/grid_polar.inx.h:18 msgid "Subdivisions per Major Angular Division:" -msgstr "每个主角度分隔的子分隔:" +msgstr "每个主角分隔的子分隔:" #: ../share/extensions/grid_polar.inx.h:19 msgid "Minor Angle Division End 'n' Divs. Before Centre:" @@ -33293,11 +33800,11 @@ msgstr "次角度分隔结束“n”分隔。在中心前:" #: ../share/extensions/grid_polar.inx.h:20 msgid "Major Angular Division Thickness (px):" -msgstr "主角度分隔厚度 (px):" +msgstr "主角分隔厚度(像素):" #: ../share/extensions/grid_polar.inx.h:21 msgid "Minor Angular Division Thickness (px):" -msgstr "次角度分隔厚度 (px):" +msgstr "次角分隔厚度(像素):" #: ../share/extensions/guides_creator.inx.h:1 msgid "Guides creator" @@ -33317,15 +33824,15 @@ msgstr "从边开始" #: ../share/extensions/guides_creator.inx.h:7 msgid "Delete existing guides" -msgstr "移除现有参考线" +msgstr "删除现有参考线" #: ../share/extensions/guides_creator.inx.h:8 msgid "Custom..." -msgstr "自定义…" +msgstr "自定义..." #: ../share/extensions/guides_creator.inx.h:9 msgid "Golden ratio" -msgstr "黄金比例" +msgstr "黄金分割" #: ../share/extensions/guides_creator.inx.h:10 msgid "Rule-of-third" @@ -33398,7 +33905,7 @@ msgstr "保存图像的目录:" #: ../share/extensions/guillotine.inx.h:3 msgid "Image name (without extension):" -msgstr "图像名称(不带扩展名):" +msgstr "图像名称(不带扩展名):" #: ../share/extensions/guillotine.inx.h:4 msgid "Ignore these settings and use export hints" @@ -33469,7 +33976,7 @@ msgstr "手写体 1 笔画" #: ../share/extensions/hershey.inx.h:15 msgid "Script 1-stroke (alt)" -msgstr "手写体 1 笔画(替代模式)" +msgstr "手写体 1 笔画(替代模式)" #: ../share/extensions/hershey.inx.h:16 msgid "Script medium" @@ -33505,11 +34012,11 @@ msgstr "占星术" #: ../share/extensions/hershey.inx.h:25 msgid "Math (lower)" -msgstr "数学(较低)" +msgstr "数学(较低)" #: ../share/extensions/hershey.inx.h:26 msgid "Math (upper)" -msgstr "数学(较高)" +msgstr "数学(较高)" #: ../share/extensions/hershey.inx.h:28 msgid "Meteorology" @@ -33537,7 +34044,7 @@ msgstr "" #: ../share/extensions/hershey.inx.h:36 msgid "About..." -msgstr "关于…" +msgstr "关于..." #: ../share/extensions/hershey.inx.h:37 msgid "" @@ -33564,7 +34071,7 @@ msgstr "" "号的 Hershey 规范表。\n" "\n" "这些不是传统的字体“外框”,而是“单笔\n" -"划”字体,或是由笔划 (篓空) 构成字符外型\n" +"划”字体,或是由笔刷 (篓空) 构成字符外型\n" "的“雕刻”字体。\n" "\n" "请造访下面网站以得知更多额外的信息:\n" @@ -33580,8 +34087,8 @@ msgid "" "other HPGL files please change their file extension to .plt, make sure you " "have UniConverter installed and open them again." msgstr "" -"请注意,你只可以打开由 Inkscape 编写的 HPGL 文件,要打开其它 HPGL 文件,请更" -"改它们的文件扩展名为 .plt,确保你已安装 UniConverter 并再次打开它们。" +"请注意,您只可以打开由 Inkscape 编写的 HPGL 文件,要打开其他 HPGL 文件,请更" +"改它们的文件扩展名为 .plt,确保您已安装 UniConverter 并再次打开它们。" #: ../share/extensions/hpgl_input.inx.h:3 #: ../share/extensions/hpgl_output.inx.h:4 ../share/extensions/plotter.inx.h:32 @@ -33593,7 +34100,7 @@ msgstr "分辨率 X (dpi):" msgid "" "The amount of steps the plotter moves if it moves for 1 inch on the X axis " "(Default: 1016.0)" -msgstr "绘图仪在 X 轴上移动 1 英寸需移动的步数(默认为 1016.0)" +msgstr "绘图仪在 X 轴上移动 1 英寸需移动的步数(默认为 1016.0)" #: ../share/extensions/hpgl_input.inx.h:5 #: ../share/extensions/hpgl_output.inx.h:6 ../share/extensions/plotter.inx.h:34 @@ -33605,7 +34112,7 @@ msgstr "分辨率 Y (dpi):" msgid "" "The amount of steps the plotter moves if it moves for 1 inch on the Y axis " "(Default: 1016.0)" -msgstr "绘图仪在 Y 轴上移动 1 英寸需移动的步数(默认为 1016.0)" +msgstr "绘图仪在 Y 轴上移动 1 英寸需移动的步数(默认为 1016.0)" #: ../share/extensions/hpgl_input.inx.h:7 msgid "Show movements between paths" @@ -33613,7 +34120,7 @@ msgstr "显示路径之间的移动" #: ../share/extensions/hpgl_input.inx.h:8 msgid "Check this to show movements between paths (Default: Unchecked)" -msgstr "勾选这个显示路径之间的移动(默认:不勾选)" +msgstr "勾选这个显示路径之间的移动(默认:不勾选)" #: ../share/extensions/hpgl_input.inx.h:9 #: ../share/extensions/hpgl_output.inx.h:35 @@ -33634,8 +34141,8 @@ msgid "" "Please use the plotter extension (Extensions menu) to plot directly over a " "serial connection." msgstr "" -"请确保你想保存的所有对象被转换为路径。请使用绘图仪扩展(扩展菜单)来直接在一" -"个串口连接上直接制图。" +"请确保您想保存的所有对象被转换为路径。请使用绘图仪扩展(扩展菜单)来直接在一个" +"串口连接上直接制图。" #: ../share/extensions/hpgl_output.inx.h:3 ../share/extensions/plotter.inx.h:31 msgid "Plotter Settings " @@ -33647,12 +34154,12 @@ msgstr "钢笔编号:" #: ../share/extensions/hpgl_output.inx.h:9 ../share/extensions/plotter.inx.h:37 msgid "The number of the pen (tool) to use (Standard: '1')" -msgstr "要使用的笔(工具)的编号(标准:1)" +msgstr "要使用的笔(工具)的编号(标准:1)" #: ../share/extensions/hpgl_output.inx.h:10 #: ../share/extensions/plotter.inx.h:38 msgid "Pen force (g):" -msgstr "笔力度 (g):" +msgstr "笔力度(g):" #: ../share/extensions/hpgl_output.inx.h:11 #: ../share/extensions/plotter.inx.h:39 @@ -33660,13 +34167,13 @@ msgid "" "The amount of force pushing down the pen in grams, set to 0 to omit command; " "most plotters ignore this command (Default: 0)" msgstr "" -"笔下推的力度大小,以克为单位,设为 0 表示省略命令; 大多数绘图仪忽略这个命令 " -"(默认:0)" +"笔下推的力度大小,以克为单位,设为 0 表示省略命令; 大多数绘图仪忽略这个命令" +"(默认:0)" #: ../share/extensions/hpgl_output.inx.h:12 #: ../share/extensions/plotter.inx.h:40 msgid "Pen speed (cm/s or mm/s):" -msgstr "笔速(厘米/秒 或 毫米/秒):" +msgstr "笔速(厘米/秒 或 毫米/秒):" #: ../share/extensions/hpgl_output.inx.h:13 msgid "" @@ -33674,17 +34181,17 @@ msgid "" "(depending on your plotter model), set to 0 to omit command; most plotters " "ignore this command (Default: 0)" msgstr "" -"笔以每秒多少厘米或毫米的速度移动(取决于绘图仪的型号),设为 0 表示省略命令;" -"大多数绘图仪忽略这个命令(默认:0)" +"笔以每秒多少厘米或毫米的速度移动(取决于绘图仪的型号),设为 0 表示省略命令;大" +"多数绘图仪忽略这个命令(默认:0)" #: ../share/extensions/hpgl_output.inx.h:14 msgid "Rotation (°, Clockwise):" -msgstr "旋转(°,顺时针):" +msgstr "旋转(°,顺时针):" #: ../share/extensions/hpgl_output.inx.h:15 #: ../share/extensions/plotter.inx.h:43 msgid "Rotation of the drawing (Default: 0°)" -msgstr "绘图旋转(默认:0°)" +msgstr "绘图旋转(默认:0°)" #: ../share/extensions/hpgl_output.inx.h:16 #: ../share/extensions/plotter.inx.h:44 @@ -33694,7 +34201,7 @@ msgstr "镜像 X 轴" #: ../share/extensions/hpgl_output.inx.h:17 #: ../share/extensions/plotter.inx.h:45 msgid "Check this to mirror the X axis (Default: Unchecked)" -msgstr "勾选这个以镜像 X 轴(默认:不勾选)" +msgstr "勾选这个以镜像 X 轴(默认:不勾选)" #: ../share/extensions/hpgl_output.inx.h:18 #: ../share/extensions/plotter.inx.h:46 @@ -33704,7 +34211,7 @@ msgstr "镜像 Y 轴" #: ../share/extensions/hpgl_output.inx.h:19 #: ../share/extensions/plotter.inx.h:47 msgid "Check this to mirror the Y axis (Default: Unchecked)" -msgstr "勾选这个以镜像 Y 轴(默认:不勾选)" +msgstr "勾选这个以镜像 Y 轴(默认:不勾选)" #: ../share/extensions/hpgl_output.inx.h:20 #: ../share/extensions/plotter.inx.h:48 @@ -33715,7 +34222,7 @@ msgstr "中心零点" #: ../share/extensions/plotter.inx.h:49 msgid "" "Check this if your plotter uses a centered zero point (Default: Unchecked)" -msgstr "如果你的绘图仪使用中心零点的话则勾选这个(默认:不勾选)" +msgstr "如果您的绘图仪使用中心零点的话则勾选这个(默认:不勾选)" #: ../share/extensions/hpgl_output.inx.h:22 #: ../share/extensions/plotter.inx.h:50 @@ -33733,7 +34240,7 @@ msgstr "制图特性" #: ../share/extensions/hpgl_output.inx.h:24 #: ../share/extensions/plotter.inx.h:52 msgid "Overcut (mm):" -msgstr "外切割距离(毫米):" +msgstr "外切割距离(毫米):" #: ../share/extensions/hpgl_output.inx.h:25 #: ../share/extensions/plotter.inx.h:53 @@ -33741,8 +34248,8 @@ msgid "" "The distance in mm that will be cut over the starting point of the path to " "prevent open paths, set to 0.0 to omit command (Default: 1.00)" msgstr "" -"在路径的开始点外开始切割避免打开路径的毫米数,设为 0.0 表示省略命令(默认:" -"1.00)" +"在路径的开始点外开始切割避免打开路径的毫米数,设为 0.0 表示省略命令(默认:" +"1.00)" #: ../share/extensions/hpgl_output.inx.h:26 #: ../share/extensions/plotter.inx.h:54 @@ -33754,13 +34261,13 @@ msgstr "工具 (刀) 偏移校正 (mm):" msgid "" "The offset from the tool tip to the tool axis in mm, set to 0.0 to omit " "command (Default: 0.25)" -msgstr "" -"从工具顶端到工具轴之间的偏移毫米数,设为 0.0 表示省略命令(默认:0.25)" +msgstr "从工具顶端到工具轴之间的偏移毫米数,设为 0.0 表示省略命令(默认:0.25)" #: ../share/extensions/hpgl_output.inx.h:28 #: ../share/extensions/plotter.inx.h:56 +#, fuzzy msgid "Precut" -msgstr "" +msgstr "使用预切" #: ../share/extensions/hpgl_output.inx.h:29 #: ../share/extensions/plotter.inx.h:57 @@ -33768,7 +34275,7 @@ msgid "" "Check this to cut a small line before the real drawing starts to correctly " "align the tool orientation. (Default: Checked)" msgstr "" -"勾选这个则在真正绘制开始前切割一条小线来正确的对齐工具定向。(默认:勾选)" +"勾选这个则在真正绘制开始前切割一条小线来正确的对齐工具定向。(默认:勾选)" #: ../share/extensions/hpgl_output.inx.h:30 #: ../share/extensions/plotter.inx.h:58 @@ -33781,8 +34288,8 @@ msgid "" "Curves are divided into lines, this number controls how fine the curves will " "be reproduced, the smaller the finer (Default: '1.2')" msgstr "" -"曲线被划分为多条线,整个数值控制重现的曲线有多精细,数值越小越精细(默认: " -"'1.2')" +"曲线被划分为多条线,整个数值控制重现的曲线有多精细,数值越小越精细(默认: " +"'1.2')" #: ../share/extensions/hpgl_output.inx.h:32 #: ../share/extensions/plotter.inx.h:60 @@ -33796,8 +34303,8 @@ msgid "" "if used). If unchecked you have to make sure that all parts of your drawing " "are within the document border! (Default: Checked)" msgstr "" -"勾选这个将自动对齐绘图到零点(如果使用的话则加上工具偏移)。如果取消勾选的" -"话,你必须确保你的绘图的所有部分都在文档边框内!(默认:勾选)" +"勾选这个将自动对齐绘图到零点(如果使用的话则加上工具偏移)。如果取消勾选的话," +"您必须确保您的绘图的所有部分都在文档边框内!(默认:勾选)" #: ../share/extensions/hpgl_output.inx.h:34 #: ../share/extensions/plotter.inx.h:64 @@ -33805,7 +34312,7 @@ msgid "" "All these settings depend on the plotter you use, for more information " "please consult the manual or homepage for your plotter." msgstr "" -"所有这些设置都取决于你使用的绘图仪,要获取更多信息,请参考你的绘图仪的手册或" +"所有这些设置都取决于您使用的绘图仪,要获取更多信息,请参考您的绘图仪的手册或" "者主页。" #: ../share/extensions/hpgl_output.inx.h:36 @@ -33998,11 +34505,11 @@ msgstr "要插值的属性:" #: ../share/extensions/interp_att_g.inx.h:4 msgid "Other Attribute:" -msgstr "其它属性:" +msgstr "其他属性:" #: ../share/extensions/interp_att_g.inx.h:5 msgid "Other Attribute type:" -msgstr "其它属性类型:" +msgstr "其他属性类型:" #: ../share/extensions/interp_att_g.inx.h:6 msgid "Apply to:" @@ -34037,7 +34544,7 @@ msgstr "其他" msgid "" "If you select \"Other\", you must know the SVG attributes to identify here " "this \"other\"." -msgstr "如选择“其它”,你必须了解 SVG 属性以知晓这里的“其它”的意义。" +msgstr "如选择“其他”,您必须了解 SVG 属性以知晓这里的“其他”的意义。" #: ../share/extensions/interp_att_g.inx.h:22 msgid "Integer Number" @@ -34058,7 +34565,7 @@ msgstr "变换" #: ../share/extensions/interp_att_g.inx.h:27 msgid "••••••••••••••••••••••••••••••••••••••••••••••••" -msgstr "••••••••••••••••••••••••••••••••••••••••••••••••" +msgstr "" #: ../share/extensions/interp_att_g.inx.h:28 msgid "No Unit" @@ -34092,7 +34599,7 @@ msgstr "自动文本:" #: ../share/extensions/jessyInk_autoTexts.inx.h:4 msgid "None (remove)" -msgstr "无(移除)" +msgstr "无(移除)" #: ../share/extensions/jessyInk_autoTexts.inx.h:5 msgid "Slide title" @@ -34112,7 +34619,7 @@ msgid "" "JessyInk presentation. Please see code.google.com/p/jessyink for more " "details." msgstr "" -"这个扩展让你安装、更新和删除一个 JessInk 演示的自动文本。请参阅 code.google." +"这个扩展让您安装、更新和删除一个 JessInk 演示的自动文本。请参阅 code.google." "com/p/jessyink 获取更多细节。" #: ../share/extensions/jessyInk_autoTexts.inx.h:10 @@ -34145,7 +34652,7 @@ msgstr "内建效果" #: ../share/extensions/jessyInk_effects.inx.h:7 msgid "None (default)" -msgstr "无(默认)" +msgstr "无(默认)" #: ../share/extensions/jessyInk_effects.inx.h:8 #: ../share/extensions/jessyInk_transitions.inx.h:8 @@ -34175,7 +34682,7 @@ msgid "" "JessyInk presentation. Please see code.google.com/p/jessyink for more " "details." msgstr "" -"这个扩展让你安装、更新和删除一个 JessInk 演示的对象效果。请参阅 code.google." +"这个扩展让您安装、更新和删除一个 JessInk 演示的对象效果。请参阅 code.google." "com/p/jessyink 获取更多细节。" #: ../share/extensions/jessyInk_export.inx.h:1 @@ -34200,12 +34707,12 @@ msgid "" "an export layer in your browser. Please see code.google.com/p/jessyink for " "more details." msgstr "" -"这个扩展让你一旦在你的浏览器中创建一个导出层则导出一个 JessInk 演示。请参阅 " +"这个扩展让您一旦在您的浏览器中创建一个导出层则导出一个 JessInk 演示。请参阅 " "code.google.com/p/jessyink 获取更多细节。" #: ../share/extensions/jessyInk_export.inx.h:9 msgid "JessyInk zipped pdf or png output (*.zip)" -msgstr "JessyInk zipped pdf 或 png 输出 (*.zip)" +msgstr "JessyInk zipped pdf 或 png 输出(*.zip)" #: ../share/extensions/jessyInk_export.inx.h:10 msgid "" @@ -34223,7 +34730,7 @@ msgid "" "to turn your SVG file into a presentation. Please see code.google.com/p/" "jessyink for more details." msgstr "" -"这个扩展让你安装或更新 JessInk 脚本以把你的 SVG 文件转换到一个演示中。请参阅 " +"这个扩展让您安装或更新 JessInk 脚本以把您的 SVG 文件转换到一个演示中。请参阅 " "code.google.com/p/jessyink 获取更多细节。" #: ../share/extensions/jessyInk_keyBindings.inx.h:1 @@ -34236,19 +34743,19 @@ msgstr "幻灯片模式" #: ../share/extensions/jessyInk_keyBindings.inx.h:3 msgid "Back (with effects):" -msgstr "后退(带特效):" +msgstr "后退(带特效):" #: ../share/extensions/jessyInk_keyBindings.inx.h:4 msgid "Next (with effects):" -msgstr "前进(带特效):" +msgstr "前进(带特效):" #: ../share/extensions/jessyInk_keyBindings.inx.h:5 msgid "Back (without effects):" -msgstr "后退(无特效):" +msgstr "后退(无特效):" #: ../share/extensions/jessyInk_keyBindings.inx.h:6 msgid "Next (without effects):" -msgstr "前进(无特效):" +msgstr "前进(无特效):" #: ../share/extensions/jessyInk_keyBindings.inx.h:7 msgid "First slide:" @@ -34399,7 +34906,7 @@ msgid "" "This extension allows you customise the key bindings JessyInk uses. Please " "see code.google.com/p/jessyink for more details." msgstr "" -"这个扩展让你定制 JessyInk 使用的按键绑定。请参阅 code.google.com/p/jessyink " +"这个扩展让您定制 JessyInk 使用的按键绑定。请参阅 code.google.com/p/jessyink " "获取更多细节。" #: ../share/extensions/jessyInk_masterSlide.inx.h:1 @@ -34420,7 +34927,7 @@ msgid "" "This extension allows you to change the master slide JessyInk uses. Please " "see code.google.com/p/jessyink for more details." msgstr "" -"这个扩展让你更改 JessInk 使用的主幻灯片。请参阅 code.google.com/p/jessyink 获" +"这个扩展让您更改 JessInk 使用的主幻灯片。请参阅 code.google.com/p/jessyink 获" "取更多细节。" #: ../share/extensions/jessyInk_mouseHandler.inx.h:1 @@ -34444,7 +34951,7 @@ msgid "" "This extension allows you customise the mouse handler JessyInk uses. Please " "see code.google.com/p/jessyink for more details." msgstr "" -"这个扩展让你定制 JessInk 使用的鼠标处理。请参阅 code.google.com/p/jessyink 获" +"这个扩展让您定制 JessInk 使用的鼠标处理。请参阅 code.google.com/p/jessyink 获" "取更多细节。" #: ../share/extensions/jessyInk_summary.inx.h:1 @@ -34457,7 +34964,7 @@ msgid "" "effects and transitions contained in this SVG file. Please see code.google." "com/p/jessyink for more details." msgstr "" -"这个扩展让你获取包含关于在这个 SVG 文件中的 JessInk 脚本、效果和变换的信息。" +"这个扩展让您获取包含关于在这个 SVG 文件中的 JessInk 脚本、效果和变换的信息。" "请参阅 code.google.com/p/jessyink 获取更多细节。" #: ../share/extensions/jessyInk_transitions.inx.h:1 @@ -34481,7 +34988,7 @@ msgid "" "This extension allows you to change the transition JessyInk uses for the " "selected layer. Please see code.google.com/p/jessyink for more details." msgstr "" -"这个扩展让你更改 JessInk 用于选择层的变化效果。请参阅 code.google.com/p/" +"这个扩展让您更改 JessInk 用于选择层的变化效果。请参阅 code.google.com/p/" "jessyink 获取更多细节。" #: ../share/extensions/jessyInk_uninstall.inx.h:1 @@ -34514,14 +35021,14 @@ msgstr "移除视图" #: ../share/extensions/jessyInk_uninstall.inx.h:9 msgid "Please select the parts of JessyInk you want to uninstall/remove." -msgstr "请选择你想卸载/移除的 JessyInk 部分。" +msgstr "请选择您想卸载/移除的 JessyInk 部分。" #: ../share/extensions/jessyInk_uninstall.inx.h:11 msgid "" "This extension allows you to uninstall the JessyInk script. Please see code." "google.com/p/jessyink for more details." msgstr "" -"这个扩展让你卸载 JessInk 脚本。请参阅 code.google.com/p/jessyink 获取更多细" +"这个扩展让您卸载 JessInk 脚本。请参阅 code.google.com/p/jessyink 获取更多细" "节。" #: ../share/extensions/jessyInk_video.inx.h:1 @@ -34534,7 +35041,7 @@ msgid "" "This element allows you to integrate a video into your JessyInk " "presentation. Please see code.google.com/p/jessyink for more details." msgstr "" -"这个扩展把一个 JessyInk 视频元素放在当前幻灯片上(层)。这个元素让你整合视频到 " +"这个扩展把一个 JessyInk 视频元素放在当前幻灯片上(层)。这个元素让您整合视频到 " "JessInk 演示中。请参阅 code.google.com/p/jessyink 获取更多细节。" #: ../share/extensions/jessyInk_view.inx.h:5 @@ -34550,7 +35057,7 @@ msgid "" "This extension allows you to set, update and remove views for a JessyInk " "presentation. Please see code.google.com/p/jessyink for more details." msgstr "" -"这个扩展让你设置、更新和移除一个 JessInk 演示的视图。请参阅 code.google.com/" +"这个扩展让您设置、更新和移除一个 JessInk 演示的视图。请参阅 code.google.com/" "p/jessyink 获取更多细节。" #: ../share/extensions/layers2svgfont.inx.h:1 @@ -34633,7 +35140,7 @@ msgstr "标记" #: ../share/extensions/layout_nup.inx.h:18 msgid "Place holder" -msgstr "表单的默认文本(占位符)" +msgstr "表单的默认文本(占位符)" #: ../share/extensions/layout_nup.inx.h:19 msgid "Cutting marks" @@ -34704,12 +35211,12 @@ msgstr "规则:" #: ../share/extensions/lindenmayer.inx.h:6 msgid "Step length (px):" -msgstr "阶数长度 (px):" +msgstr "阶数长度(像素):" #: ../share/extensions/lindenmayer.inx.h:8 #, no-c-format msgid "Randomize step (%):" -msgstr "随机阶数 (%):" +msgstr "随机阶数(%):" #: ../share/extensions/lindenmayer.inx.h:9 msgid "Left angle:" @@ -34722,7 +35229,7 @@ msgstr "右边角度:" #: ../share/extensions/lindenmayer.inx.h:12 #, no-c-format msgid "Randomize angle (%):" -msgstr "随机角度 (%):" +msgstr "随机角度(%):" #: ../share/extensions/lindenmayer.inx.h:14 msgid "" @@ -34779,7 +35286,7 @@ msgstr "每个段落的句数:" #: ../share/extensions/lorem_ipsum.inx.h:5 msgid "Paragraph length fluctuation (sentences):" -msgstr "段落长度变动(句数):" +msgstr "段落长度变动(句数):" #: ../share/extensions/lorem_ipsum.inx.h:7 msgid "" @@ -34804,7 +35311,7 @@ msgstr "标记类型:" #: ../share/extensions/markers_strokepaint.inx.h:4 msgid "Invert fill and stroke colors" -msgstr "反转填充和笔廓颜色" +msgstr "反转填充和笔刷颜色" #: ../share/extensions/markers_strokepaint.inx.h:5 msgid "Assign alpha" @@ -34824,20 +35331,16 @@ msgstr "指定充填颜色" #: ../share/extensions/markers_strokepaint.inx.h:11 msgid "Stroke" -msgstr "笔廓" +msgstr "笔刷" #: ../share/extensions/markers_strokepaint.inx.h:12 msgid "Assign stroke color" -msgstr "指定笔廓颜色" +msgstr "指定笔刷颜色" #: ../share/extensions/measure.inx.h:1 msgid "Measure Path" msgstr "测量路径" -#: ../share/extensions/measure.inx.h:2 -msgid "Measure" -msgstr "测量" - #: ../share/extensions/measure.inx.h:3 msgid "Measurement Type: " msgstr "测量类型:" @@ -34847,13 +35350,14 @@ msgid "Text Presets" msgstr "文本预设" #: ../share/extensions/measure.inx.h:6 +#, fuzzy msgid "Text on Path" msgstr "路径文本" #: ../share/extensions/measure.inx.h:8 #, no-c-format msgid "Offset (%)" -msgstr "偏移(%)" +msgstr "偏移(%)" #: ../share/extensions/measure.inx.h:9 msgid "Text anchor:" @@ -34865,23 +35369,19 @@ msgstr "固定文本" #: ../share/extensions/measure.inx.h:11 msgid "Angle (°):" -msgstr "角度(°):" +msgstr "角度(°):" #: ../share/extensions/measure.inx.h:12 msgid "Font size (px):" -msgstr "字体大小 (px):" +msgstr "字体大小(像素):" #: ../share/extensions/measure.inx.h:13 msgid "Offset (px):" -msgstr "偏移 (px):" - -#: ../share/extensions/measure.inx.h:14 -msgid "Precision:" -msgstr "精确度:" +msgstr "偏移(像素):" #: ../share/extensions/measure.inx.h:15 msgid "Scale Factor (Drawing:Real Length) = 1:" -msgstr "缩放比例(绘图:真实长度)= 1: " +msgstr "缩放比例(绘图:真实长度)= 1: " #: ../share/extensions/measure.inx.h:16 msgid "Length Unit:" @@ -35145,15 +35645,15 @@ msgstr "选取组成员:" #: ../share/extensions/pathscatter.inx.h:13 msgid "Moved" -msgstr "移动后的" +msgstr "已移动" #: ../share/extensions/pathscatter.inx.h:14 msgid "Copied" -msgstr "副本的" +msgstr "已复制" #: ../share/extensions/pathscatter.inx.h:15 msgid "Cloned" -msgstr "克隆后的" +msgstr "已克隆" #: ../share/extensions/pathscatter.inx.h:16 msgid "Randomly" @@ -35182,11 +35682,11 @@ msgstr "书籍属性" #: ../share/extensions/perfectboundcover.inx.h:3 msgid "Book Width (inches):" -msgstr "书籍宽度(英寸):" +msgstr "书籍宽度(英寸):" #: ../share/extensions/perfectboundcover.inx.h:4 msgid "Book Height (inches):" -msgstr "书籍高度(英寸):" +msgstr "书籍高度(英寸):" #: ../share/extensions/perfectboundcover.inx.h:5 msgid "Number of Pages:" @@ -35206,11 +35706,11 @@ msgstr "纸张厚度测量:" #: ../share/extensions/perfectboundcover.inx.h:9 msgid "Pages Per Inch (PPI)" -msgstr "每英寸页数(PPI)" +msgstr "每英寸页数(PPI)" #: ../share/extensions/perfectboundcover.inx.h:10 msgid "Caliper (inches)" -msgstr "卡尺(英寸)" +msgstr "卡尺(英寸)" #: ../share/extensions/perfectboundcover.inx.h:11 msgid "Points" @@ -35238,7 +35738,7 @@ msgstr "封面厚度测量:" #: ../share/extensions/perfectboundcover.inx.h:17 msgid "Bleed (in):" -msgstr "出血(英寸):" +msgstr "出血(英寸):" #: ../share/extensions/perfectboundcover.inx.h:18 msgid "Note: Bond Weight # calculations are a best-guess estimate." @@ -35276,8 +35776,8 @@ msgid "" "The port of your serial connection, on Windows something like 'COM1', on " "Linux something like: '/dev/ttyUSB0' (Default: COM1)" msgstr "" -"你的串口连接的端口。在 WIndows 上应该类似于“COM1”,在 Linux 上类似于“/dev/" -"ttyUSB0”(默认:COM1)" +"您的串口连接的端口。在 WIndows 上应该类似于“COM1”,在 Linux 上类似于“/dev/" +"ttyUSB0”(默认:COM1)" #: ../share/extensions/plotter.inx.h:6 msgid "Serial baud rate:" @@ -35285,7 +35785,7 @@ msgstr "串行连接波特率:" #: ../share/extensions/plotter.inx.h:7 msgid "The Baud rate of your serial connection (Default: 9600)" -msgstr "你的串口连接的波特率(默认:9600)" +msgstr "您的串口连接的波特率(默认:9600)" #: ../share/extensions/plotter.inx.h:8 msgid "Serial byte size:" @@ -35296,7 +35796,7 @@ msgstr "串行连接字节大小:" msgid "" "The Byte size of your serial connection, 99% of all plotters use the default " "setting (Default: 8 Bits)" -msgstr "串行连接的字节大小,99% 的绘图者可使用默认设置(默认:8 位)" +msgstr "串行连接的字节大小,99% 的绘图者可使用默认设置(默认:8 位)" #: ../share/extensions/plotter.inx.h:11 msgid "Serial stop bits:" @@ -35307,7 +35807,7 @@ msgstr "串行连接停止位:" msgid "" "The Stop bits of your serial connection, 99% of all plotters use the default " "setting (Default: 1 Bit)" -msgstr "串行连接的停止位,99% 的绘图者可使用默认设置(默认:1 位)" +msgstr "串行连接的停止位,99% 的绘图者可使用默认设置(默认:1 位)" #: ../share/extensions/plotter.inx.h:14 msgid "Serial parity:" @@ -35318,7 +35818,7 @@ msgstr "串行连接奇偶校验:" msgid "" "The Parity of your serial connection, 99% of all plotters use the default " "setting (Default: None)" -msgstr "串行连接的奇偶校验,99% 的绘图者可使用默认设置(默认:无)" +msgstr "串行连接的奇偶校验,99% 的绘图者可使用默认设置(默认:无)" #: ../share/extensions/plotter.inx.h:17 msgid "Serial flow control:" @@ -35328,7 +35828,7 @@ msgstr "串行流控制:" msgid "" "The Software / Hardware flow control of your serial connection (Default: " "Software)" -msgstr "你的串口连接的软件/硬件流控制(默认:软件)" +msgstr "您的串口连接的软件/硬件流控制(默认:软件)" #: ../share/extensions/plotter.inx.h:19 msgid "Command language:" @@ -35336,19 +35836,19 @@ msgstr "命令语言:" #: ../share/extensions/plotter.inx.h:20 msgid "The command language to use (Default: HPGL)" -msgstr "要使用的命令语言(默认:HPGL,惠普绘图语言)" +msgstr "要使用的命令语言(默认:HPGL,惠普绘图语言)" #: ../share/extensions/plotter.inx.h:21 msgid "Software (XON/XOFF)" -msgstr "软件(XON/XOFF)" +msgstr "软件(XON/XOFF)" #: ../share/extensions/plotter.inx.h:22 msgid "Hardware (RTS/CTS)" -msgstr "硬件(RTS/CTS)" +msgstr "硬件(RTS/CTS)" #: ../share/extensions/plotter.inx.h:23 msgid "Hardware (DSR/DTR + RTS/CTS)" -msgstr "硬件(DSR/DTR + RTS/CTS)" +msgstr "硬件(DSR/DTR + RTS/CTS)" #: ../share/extensions/plotter.inx.h:25 msgid "HPGL" @@ -35360,14 +35860,14 @@ msgstr "DMPL" #: ../share/extensions/plotter.inx.h:27 msgid "KNK Plotter (HPGL variant)" -msgstr "KNK 绘图仪(HPGL 变种)" +msgstr "KNK Plotter (HPGL 变种)" #: ../share/extensions/plotter.inx.h:28 msgid "" "Using wrong settings can under certain circumstances cause Inkscape to " "freeze. Always save your work before plotting!" msgstr "" -"在特定的环境下使用错误的设置可能导致 Inkscape 锁死。在绘制前请确定已保存你的" +"在特定的环境下使用错误的设置可能导致 Inkscape 锁死。在绘制前请确定已保存您的" "工作数据!" #: ../share/extensions/plotter.inx.h:29 @@ -35380,7 +35880,7 @@ msgstr "" #: ../share/extensions/plotter.inx.h:30 msgid "Parallel (LPT) connections are not supported." -msgstr "不支持并行链接 (LPT)。" +msgstr "不支持并口连接(LPT)。" #: ../share/extensions/plotter.inx.h:41 msgid "" @@ -35388,12 +35888,12 @@ msgid "" "(depending on your plotter model), set to 0 to omit command. Most plotters " "ignore this command. (Default: 0)" msgstr "" -"笔以每秒多少厘米或毫米的速度移动(取决于绘图仪的型号),设为 0 表示省略命令;" -"大多数绘图仪忽略这个命令(默认:0)" +"笔以每秒多少厘米或毫米的速度移动(取决于绘图仪的型号),设为 0 表示省略命令;大" +"多数绘图仪忽略这个命令(默认:0)" #: ../share/extensions/plotter.inx.h:42 msgid "Rotation (°, clockwise):" -msgstr "旋转(°,顺时针):" +msgstr "旋转(°,顺时针):" #: ../share/extensions/plotter.inx.h:62 msgid "Show debug information" @@ -35404,8 +35904,8 @@ msgid "" "Check this to get verbose information about the plot without actually " "sending something to the plotter (A.k.a. data dump) (Default: Unchecked)" msgstr "" -"选中此处以获取关于绘图的详尽信息但不向绘图仪发送任何信息(又称数据转储)(默" -"认:不选中)" +"选中此处以获取关于绘图的详尽信息但不向绘图仪发送任何信息(又称数据转储)(默认:" +"不选中)" #: ../share/extensions/plt_input.inx.h:1 msgid "AutoCAD Plot Input" @@ -35535,7 +36035,7 @@ msgstr "根据如下点旋转:" #: ../share/extensions/spirograph.inx.h:8 #: ../share/extensions/wireframe_sphere.inx.h:5 msgid "Rotation (deg):" -msgstr "旋转(度):" +msgstr "旋转(度):" #: ../share/extensions/polyhedron_3d.inx.h:29 msgid "Then rotate around:" @@ -35577,11 +36077,11 @@ msgstr "填充不透明度 (%):" #: ../share/extensions/polyhedron_3d.inx.h:41 #, no-c-format msgid "Stroke opacity (%):" -msgstr "笔廓不透明度 (%):" +msgstr "笔刷不透明度 (%):" #: ../share/extensions/polyhedron_3d.inx.h:42 msgid "Stroke width (px):" -msgstr "笔划宽度 (px):" +msgstr "笔刷宽度 (px):" #: ../share/extensions/polyhedron_3d.inx.h:43 msgid "Shading" @@ -35661,7 +36161,7 @@ msgstr "星标" #: ../share/extensions/printing_marks.inx.h:7 msgid "Color Bars" -msgstr "颜色条" +msgstr "色条" #: ../share/extensions/printing_marks.inx.h:8 msgid "Page Information" @@ -35693,11 +36193,11 @@ msgstr "抖动节点" #: ../share/extensions/radiusrand.inx.h:3 msgid "Maximum displacement in X (px):" -msgstr "X 轴上最大位移(px):" +msgstr "X 轴上最大位移(像素):" #: ../share/extensions/radiusrand.inx.h:4 msgid "Maximum displacement in Y (px):" -msgstr "Y 轴上最大位移(px):" +msgstr "Y 轴上最大位移(像素):" #: ../share/extensions/radiusrand.inx.h:6 msgid "Shift node handles" @@ -35711,7 +36211,7 @@ msgstr "使用正态分布" msgid "" "This effect randomly shifts the nodes (and optionally node handles) of the " "selected path." -msgstr "此效果随机移动选中的路径(或节点控制柄)上的节点" +msgstr "此效果随机移动选中的路径(或节点控制柄)上的节点" #: ../share/extensions/render_alphabetsoup.inx.h:1 msgid "Alphabet Soup" @@ -35750,7 +36250,7 @@ msgstr "尺寸,按平方单位计算:" #: ../share/extensions/render_barcode_datamatrix.inx.h:4 msgid "Square Size (px):" -msgstr "方块尺寸 (px):" +msgstr "方块尺寸(像素):" #: ../share/extensions/render_barcode_qrcode.inx.h:1 msgid "QR Code" @@ -35773,22 +36273,22 @@ msgstr "纠错等级:" #: ../share/extensions/render_barcode_qrcode.inx.h:9 #, no-c-format msgid "L (Approx. 7%)" -msgstr "L(约 7%)" +msgstr "L(约 7%)" #: ../share/extensions/render_barcode_qrcode.inx.h:11 #, no-c-format msgid "M (Approx. 15%)" -msgstr "M(约 15%)" +msgstr "M(约 15%)" #: ../share/extensions/render_barcode_qrcode.inx.h:13 #, no-c-format msgid "Q (Approx. 25%)" -msgstr "Q(约 25%)" +msgstr "Q(约 25%)" #: ../share/extensions/render_barcode_qrcode.inx.h:15 #, no-c-format msgid "H (Approx. 30%)" -msgstr "H(约 30%)" +msgstr "H(约 30%)" #: ../share/extensions/render_barcode_qrcode.inx.h:17 msgid "Square size (px):" @@ -35817,19 +36317,19 @@ msgstr "齿轮" #: ../share/extensions/render_gears.inx.h:2 msgid "Number of teeth:" -msgstr "齿数" +msgstr "齿数:" #: ../share/extensions/render_gears.inx.h:3 msgid "Circular pitch (tooth size):" -msgstr "圆周齿距(齿尺寸):" +msgstr "圆周齿距(齿尺寸):" #: ../share/extensions/render_gears.inx.h:4 msgid "Pressure angle (degrees):" -msgstr "压力角(度):" +msgstr "压力角(度):" #: ../share/extensions/render_gears.inx.h:5 msgid "Diameter of center hole (0 for none):" -msgstr "中心孔直径(0 代表无中心孔):" +msgstr "中心孔直径(0 代表无中心孔):" #: ../share/extensions/render_gears.inx.h:10 msgid "Unit of measurement for both circular pitch and center diameter." @@ -35862,7 +36362,7 @@ msgstr "列出所有字体" #: ../share/extensions/replace_font.inx.h:7 msgid "" "Choose this tab if you would like to see a list of the fonts used/found." -msgstr "如果你希望查看使用/发现的字体的列表,选择这个标签页。" +msgstr "如果您希望查看使用/发现的字体的列表,选择这个标签页。" #: ../share/extensions/replace_font.inx.h:8 msgid "Work on:" @@ -35897,24 +36397,25 @@ msgid "Vertical:" msgstr "垂直:" #: ../share/extensions/restack.inx.h:8 +#, fuzzy msgid "Restack Direction" msgstr "重新堆叠方向" #: ../share/extensions/restack.inx.h:9 msgid "Left to Right (0)" -msgstr "左至右(0)" +msgstr "左至右(0)" #: ../share/extensions/restack.inx.h:10 msgid "Bottom to Top (90)" -msgstr "底到顶(90)" +msgstr "底到顶(90)" #: ../share/extensions/restack.inx.h:11 msgid "Right to Left (180)" -msgstr "右到左(180)" +msgstr "右到左(180)" #: ../share/extensions/restack.inx.h:12 msgid "Top to Bottom (270)" -msgstr "顶到底(270)" +msgstr "顶到底(270)" #: ../share/extensions/restack.inx.h:13 msgid "Radial Outward" @@ -36001,202 +36502,286 @@ msgstr "弹性伸缩" #: ../share/extensions/rubberstretch.inx.h:3 #, no-c-format msgid "Strength (%):" -msgstr "强度 (%):" +msgstr "强度(%):" #: ../share/extensions/rubberstretch.inx.h:5 #, no-c-format msgid "Curve (%):" -msgstr "曲线 (%):" +msgstr "曲线(%):" #: ../share/extensions/scour.inx.h:1 msgid "Optimized SVG Output" msgstr "优化的 SVG 输出" #: ../share/extensions/scour.inx.h:3 -msgid "Shorten color values" -msgstr "缩短颜色编号" +#, fuzzy +msgid "Number of significant digits for coordinates:" +msgstr "坐标的有效位数:" #: ../share/extensions/scour.inx.h:4 -msgid "Convert CSS attributes to XML attributes" -msgstr "将 CSS 属性转换为 XML 属性" +msgid "" +"Specifies the number of significant digits that should be output for " +"coordinates. Note that significant digits are *not* the number of decimals " +"but the overall number of digits in the output. For example if a value of " +"\"3\" is specified, the coordinate 3.14159 is output as 3.14 while the " +"coordinate 123.675 is output as 124." +msgstr "" #: ../share/extensions/scour.inx.h:5 -msgid "Group collapsing" -msgstr "折叠组" +msgid "Shorten color values" +msgstr "缩短颜色编号" #: ../share/extensions/scour.inx.h:6 -msgid "Create groups for similar attributes" -msgstr "为带有类似属性的对象创建组" +msgid "" +"Convert all color specifications to #RRGGBB (or #RGB where applicable) " +"format." +msgstr "" #: ../share/extensions/scour.inx.h:7 -msgid "Embed rasters" -msgstr "嵌入栅格" +msgid "Convert CSS attributes to XML attributes" +msgstr "将 CSS 属性转换为 XML 属性" #: ../share/extensions/scour.inx.h:8 -msgid "Keep editor data" -msgstr "保留编辑器数据" +msgid "" +"Convert styles from style tags and inline style=\"\" declarations into XML " +"attributes." +msgstr "" #: ../share/extensions/scour.inx.h:9 -msgid "Remove metadata" -msgstr "移除元数据" +msgid "Collapse groups" +msgstr "折叠组" #: ../share/extensions/scour.inx.h:10 -msgid "Remove comments" -msgstr "移除注释" +msgid "" +"Remove useless groups, promoting their contents up one level. Requires " +"\"Remove unused IDs\" to be set." +msgstr "" #: ../share/extensions/scour.inx.h:11 -msgid "Work around renderer bugs" -msgstr "尝试解决渲染问题" +msgid "Create groups for similar attributes" +msgstr "为带有类似属性的对象创建组" #: ../share/extensions/scour.inx.h:12 -msgid "Enable viewboxing" -msgstr "启用视图框" +msgid "" +"Create groups for runs of elements having at least one attribute in common " +"(e.g. fill-color, stroke-opacity, ...)." +msgstr "" #: ../share/extensions/scour.inx.h:13 -msgid "Remove the xml declaration" -msgstr "移除 XML 声明" +msgid "Keep editor data" +msgstr "保留编辑器数据" #: ../share/extensions/scour.inx.h:14 -msgid "Number of significant digits for coords:" -msgstr "坐标的有效位数:" +msgid "" +"Don't remove editor-specific elements and attributes. Currently supported: " +"Inkscape, Sodipodi and Adobe Illustrator." +msgstr "" #: ../share/extensions/scour.inx.h:15 -msgid "XML indentation (pretty-printing):" -msgstr "XML 缩进(美化显示):" +msgid "Keep unreferenced definitions" +msgstr "" #: ../share/extensions/scour.inx.h:16 -msgid "Space" -msgstr "空格" +msgid "Keep element definitions that are not currently used in the SVG" +msgstr "" #: ../share/extensions/scour.inx.h:17 -msgid "Tab" -msgstr "制表符" +msgid "Work around renderer bugs" +msgstr "尝试解决渲染问题" #: ../share/extensions/scour.inx.h:18 -msgctxt "Indent" -msgid "None" -msgstr "无缩进" - -#: ../share/extensions/scour.inx.h:19 -msgid "Ids" -msgstr "Ids" +msgid "" +"Works around some common renderer bugs (mainly libRSVG) at the cost of a " +"slightly larger SVG file." +msgstr "" #: ../share/extensions/scour.inx.h:20 -msgid "Remove unused ID names for elements" -msgstr "为对象移除未使用的 ID 名称" +msgid "Remove the XML declaration" +msgstr "移除 XML 声明" #: ../share/extensions/scour.inx.h:21 -msgid "Shorten IDs" -msgstr "缩短 ID" +msgid "" +"Removes the XML declaration (which is optional but should be provided, " +"especially if special characters are used in the document) from the file " +"header." +msgstr "" #: ../share/extensions/scour.inx.h:22 -msgid "Preserve manually created ID names not ending with digits" -msgstr "保留非数字结尾的,手动创建的 ID 名称" +msgid "Remove metadata" +msgstr "移除元数据" #: ../share/extensions/scour.inx.h:23 -msgid "Preserve these ID names, comma-separated:" -msgstr "保留如下使用逗号分隔的 ID 名称:" +msgid "" +"Remove metadata tags along with all the contained information, which may " +"include license and author information, alternate versions for non-SVG-" +"enabled browsers, etc." +msgstr "" #: ../share/extensions/scour.inx.h:24 -msgid "Preserve ID names starting with:" -msgstr "保留以如下字串开头的 ID 名称:" +msgid "Remove comments" +msgstr "移除注释" #: ../share/extensions/scour.inx.h:25 -msgid "Help (Options)" -msgstr "帮助(选项)" +msgid "Remove all XML comments from output." +msgstr "" + +#: ../share/extensions/scour.inx.h:26 +#, fuzzy +msgid "Embed raster images" +msgstr "嵌入栅格" #: ../share/extensions/scour.inx.h:27 +msgid "" +"Resolve external references to raster images and embed them as Base64-" +"encoded data URLs." +msgstr "" + +#: ../share/extensions/scour.inx.h:28 +msgid "Enable viewboxing" +msgstr "启用视图框" + +#: ../share/extensions/scour.inx.h:30 #, no-c-format msgid "" -"This extension optimizes the SVG file according to the following options:\n" -" * Shorten color names: convert all colors to #RRGGBB or #RGB format.\n" -" * Convert CSS attributes to XML attributes: convert styles from style " -"tags and inline style=\"\" declarations into XML attributes.\n" -" * Group collapsing: removes useless g elements, promoting their contents " -"up one level. Requires \"Remove unused ID names for elements\" to be set.\n" -" * Create groups for similar attributes: create g elements for runs of " -"elements having at least one attribute in common (e.g. fill color, stroke " -"opacity, ...).\n" -" * Embed rasters: embed raster images as base64-encoded data URLs.\n" -" * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator " -"elements and attributes.\n" -" * Remove metadata: remove metadata tags along with all the information " -"in them, which may include license metadata, alternate versions for non-SVG-" -"enabled browsers, etc.\n" -" * Remove comments: remove comment tags.\n" -" * Work around renderer bugs: emits slightly larger SVG data, but works " -"around a bug in librsvg's renderer, which is used in Eye of GNOME and other " -"various applications.\n" -" * Enable viewboxing: size image to 100%/100% and introduce a viewBox.\n" -" * Number of significant digits for coords: all coordinates are output " -"with that number of significant digits. For example, if 3 is specified, the " -"coordinate 3.5153 is output as 3.51 and the coordinate 471.55 is output as " -"472.\n" -" * XML indentation (pretty-printing): either None for no indentation, " -"Space to use one space per nesting level, or Tab to use one tab per nesting " -"level." -msgstr "" -"此扩展功能可以根据下列选项优化 SVG 文件:\n" -" * 缩短颜色名称:将全部颜色转换成 #RRGGBB 或 #RGB 格式。\n" -" * 将 CSS 属性转换成 XML 属性:将样式从样式标签和进线样式=\"\" 宣告转换成 " -"XML 属性。\n" -" * 折叠群组:移除没用到的 g 组件,让这些内容升高一个层级。需要已设置“移除" -"组件没用到的 ID 名称”。\n" -" * 创建相似属性的群组:创建 g 组件以让运行的组件至少共有一种属性 (例如,填" -"充、笔廓不透明度…)。\n" -" * 内嵌位图:将位图内嵌为 base64 编码数据网址。\n" -" * 保留软件数据:不移除 Inkscape、Sodipodi 或 Adobe Illustrator 组件和属" -"性。\n" -" * 移除中继数据:移除中继数据标签和里面的所有信息,这些信息可能包含授权中" -"继数据、不支持 SVG 浏览器的备用方案等。\n" -" * 移除注解:移除注解标签。\n" -" * 避开图形渲染引擎程序错误:稍微放大 SVG 数据,可避开 librsvg 图形渲染引" -"擎里的一个程序错误,该功能用在 GNOME 桌面的视觉效果和其他各种应用程序。\n" -" * 启用查看框:图像尺寸变为 100%/100% 并引进查看框。\n" -" * 坐标的有效位数:以此有效位数输出所有坐标。例如,若有效位数指定为 3,那" -"么坐标 3.5153 会输出为 3.51而坐标 471.55 输出为 472。\n" -" * XML 缩进 (打印美观):可选择是否缩进,若要缩进可选择“空格”让每个嵌套层级" -"使用一个空格字符缩进,或者“定位字符”让每个嵌套层级使用一个空格字符进行缩排。" +"Set page size to 100%/100% (full width and height of the display area) and " +"introduce a viewBox specifying the drawings dimensions." +msgstr "" + +#: ../share/extensions/scour.inx.h:31 +msgid "Format output with line-breaks and indentation" +msgstr "" + +#: ../share/extensions/scour.inx.h:32 +msgid "" +"Produce nicely formatted output including line-breaks. If you do not intend " +"to hand-edit the SVG file you can disable this option to bring down the file " +"size even more at the cost of clarity." +msgstr "" + +#: ../share/extensions/scour.inx.h:33 +msgid "Indentation characters:" +msgstr "缩进字符" + +#: ../share/extensions/scour.inx.h:34 +msgid "" +"The type of indentation used for each level of nesting in the output. " +"Specify \"None\" to disable indentation. This option has no effect if " +"\"Format output with line-breaks and indentation\" is disabled." +msgstr "" + +#: ../share/extensions/scour.inx.h:35 +msgid "Depth of indentation:" +msgstr "缩进深度:" + +#: ../share/extensions/scour.inx.h:36 +msgid "" +"The depth of the chosen type of indentation. E.g. if you choose \"2\" every " +"nesting level in the output will be indented by two additional spaces/tabs." +msgstr "" + +#: ../share/extensions/scour.inx.h:37 +msgid "Strip the \"xml:space\" attribute from the root SVG element" +msgstr "" + +#: ../share/extensions/scour.inx.h:38 +msgid "" +"This is useful if the input file specifies \"xml:space='preserve'\" in the " +"root SVG element which instructs the SVG editor not to change whitespace in " +"the document at all (and therefore overrides the options above)." +msgstr "" + +#: ../share/extensions/scour.inx.h:39 +msgid "Document options" +msgstr "文档选项" #: ../share/extensions/scour.inx.h:40 -msgid "Help (Ids)" -msgstr "帮助 (Ids)" +#, fuzzy +msgid "Pretty-printing" +msgstr "油画" #: ../share/extensions/scour.inx.h:41 +msgid "Space" +msgstr "空格" + +#: ../share/extensions/scour.inx.h:42 +msgid "Tab" +msgstr "制表符" + +#: ../share/extensions/scour.inx.h:43 +msgctxt "Indent" +msgid "None" +msgstr "无缩进" + +#: ../share/extensions/scour.inx.h:44 +msgid "IDs" +msgstr "ID" + +#: ../share/extensions/scour.inx.h:45 +msgid "Remove unused IDs" +msgstr "移除未使用的 ID" + +#: ../share/extensions/scour.inx.h:46 msgid "" -"Ids specific options:\n" -" * Remove unused ID names for elements: remove all unreferenced ID " -"attributes.\n" -" * Shorten IDs: reduce the length of all ID attributes, assigning the " -"shortest to the most-referenced elements. For instance, #linearGradient5621, " -"referenced 100 times, can become #a.\n" -" * Preserve manually created ID names not ending with digits: usually, " -"optimised SVG output removes these, but if they're needed for referencing (e." -"g. #middledot), you may use this option.\n" -" * Preserve these ID names, comma-separated: you can use this in " -"conjunction with the other preserve options if you wish to preserve some " -"more specific ID names.\n" -" * Preserve ID names starting with: usually, optimised SVG output removes " -"all unused ID names, but if all of your preserved ID names start with the " -"same prefix (e.g. #flag-mx, #flag-pt), you may use this option." -msgstr "" -"识别码专属选项:\n" -" * 移除没用到的组件 ID 名称:移除所有未参考的 ID 属性。\n" -" * 缩短识别码:缩短全部 ID 属性的长度,指定最短长度到参考多数的组件。例" -"如,#linearGradient5621,被参考 100 次,那么就变成 #a。\n" -" * 保留手动创建的识别名称不编辑末端号码:正常情形下, 最佳化的 SVG 输出会" -"移除这些信息,但如果需要参考 (例如 #middledot),你可以使用此选项。\n" -" * 保留这些识别名称,用逗号分隔开:若你想保留更多指定的式别名称此选项可以" -"和其他保留选项结合使用。\n" -" * 保留某前缀开头的识别名称:正常情况下,最佳化的 SVG 输出会移除全部没用到" -"的识别名称,但如果想要保留的识别名称都以相同前缀开头 (例如 #flag-mx、#flag-" -"pt),可以使用此选项。" +"Remove all unreferenced IDs from elements. Those are not needed for " +"rendering." +msgstr "" +"从元素中移除所有未使用的 ID,渲染时无需这些信。" #: ../share/extensions/scour.inx.h:47 +msgid "Shorten IDs" +msgstr "缩短 ID" + +#: ../share/extensions/scour.inx.h:48 +msgid "" +"Minimize the length of IDs using only lowercase letters, assigning the " +"shortest values to the most-referenced elements. For instance, " +"\"linearGradient5621\" will become \"a\" if it is the most used element." +msgstr "" + +#: ../share/extensions/scour.inx.h:49 +msgid "Prefix shortened IDs with:" +msgstr "" + +#: ../share/extensions/scour.inx.h:50 +msgid "Prepend shortened IDs with the specified prefix." +msgstr "" + +#: ../share/extensions/scour.inx.h:51 +#, fuzzy +msgid "Preserve manually created IDs not ending with digits" +msgstr "保留非数字结尾的,手动创建的 ID 名称" + +#: ../share/extensions/scour.inx.h:52 +msgid "" +"Descriptive IDs which were manually created to reference or label specific " +"elements or groups (e.g. #arrowStart, #arrowEnd or #textLabels) will be " +"preserved while numbered IDs (as they are generated by most SVG editors " +"including Inkscape) will be removed/shortened." +msgstr "" + +#: ../share/extensions/scour.inx.h:53 +msgid "Preserve the following IDs:" +msgstr "保留以下 ID:" + +#: ../share/extensions/scour.inx.h:54 +msgid "A comma-separated list of IDs that are to be preserved." +msgstr "" + +#: ../share/extensions/scour.inx.h:55 +msgid "Preserve IDs starting with:" +msgstr "保留以如下字串开头的 ID:" + +#: ../share/extensions/scour.inx.h:56 +msgid "" +"Preserve all IDs that start with the specified prefix (e.g. specify \"flag\" " +"to preserve \"flag-mx\", \"flag-pt\", etc.)." +msgstr "" + +#: ../share/extensions/scour.inx.h:57 msgid "Optimized SVG (*.svg)" msgstr "优化的 SVG (*.svg)" -#: ../share/extensions/scour.inx.h:48 +#: ../share/extensions/scour.inx.h:58 msgid "Scalable Vector Graphics" msgstr "可缩放矢量图形" @@ -36252,7 +36837,7 @@ msgstr "sK1 矢量图形文件输入" #: ../share/extensions/sk1_input.inx.h:2 ../share/extensions/sk1_output.inx.h:2 msgid "sK1 vector graphics files (*.sk1)" -msgstr "sK1 矢量图形文件 (.sk1)" +msgstr "sK1 矢量图形文件(.sk1)" #: ../share/extensions/sk1_input.inx.h:3 msgid "Open files saved in sK1 vector graphics editor" @@ -36272,7 +36857,7 @@ msgstr "Sketch 输入" #: ../share/extensions/sk_input.inx.h:2 msgid "Sketch Diagram (*.sk)" -msgstr "Sketch 图表 (*.sk)" +msgstr "Sketch 图表(*.sk)" #: ../share/extensions/sk_input.inx.h:3 msgid "A diagram created with the program Sketch" @@ -36284,15 +36869,15 @@ msgstr "旋轮线" #: ../share/extensions/spirograph.inx.h:2 msgid "R - Ring Radius (px):" -msgstr "R - 环形半径 (px):" +msgstr "R - 环形半径(像素):" #: ../share/extensions/spirograph.inx.h:3 msgid "r - Gear Radius (px):" -msgstr "r - 齿轮半径 (px):" +msgstr "r - 齿轮半径(像素):" #: ../share/extensions/spirograph.inx.h:4 msgid "d - Pen Radius (px):" -msgstr "d - 钢笔半径 (px):" +msgstr "d - 钢笔半径(像素):" #: ../share/extensions/spirograph.inx.h:5 msgid "Gear Placement:" @@ -36300,15 +36885,15 @@ msgstr "齿轮放置点:" #: ../share/extensions/spirograph.inx.h:6 msgid "Inside (Hypotrochoid)" -msgstr "内侧 (内旋轮线)" +msgstr "内侧(内旋轮线)" #: ../share/extensions/spirograph.inx.h:7 msgid "Outside (Epitrochoid)" -msgstr "外侧 (外旋轮线)" +msgstr "外侧(外旋轮线)" #: ../share/extensions/spirograph.inx.h:9 msgid "Quality (Default = 16):" -msgstr "质量(默认=16):" +msgstr "质量(默认=16):" #: ../share/extensions/split.inx.h:1 msgid "Split text" @@ -36363,7 +36948,7 @@ msgstr "FXG 输出" #: ../share/extensions/svg2fxg.inx.h:2 msgid "Flash XML Graphics (*.fxg)" -msgstr "Flash XML 图像文件 (*.fxg)" +msgstr "Flash XML 图像文件(*.fxg)" #: ../share/extensions/svg2fxg.inx.h:3 msgid "Adobe's XML Graphics file format" @@ -36413,11 +36998,11 @@ msgstr "日历" #: ../share/extensions/svgcalendar.inx.h:3 msgid "Year (4 digits):" -msgstr "年份(四位数):" +msgstr "年份(四位数字):" #: ../share/extensions/svgcalendar.inx.h:4 msgid "Month (0 for all):" -msgstr "月份(0 代表全部):" +msgstr "月份(0 代表全部):" #: ../share/extensions/svgcalendar.inx.h:5 msgid "Fill empty day boxes with next month's days" @@ -36521,7 +37106,7 @@ msgstr "字符编码:" #: ../share/extensions/svgcalendar.inx.h:32 msgid "You may change the names for other languages:" -msgstr "你可以修改在其它语言中的名称:" +msgstr "您可以修改在其他语言中的名称:" #: ../share/extensions/svgcalendar.inx.h:33 msgid "" @@ -36555,7 +37140,7 @@ msgstr "将 SVG 字体转换为字形图层" #: ../share/extensions/svgfont2layers.inx.h:2 msgid "Load only the first 30 glyphs (Recommended)" -msgstr "仅载入前 30 个字形(推荐)" +msgstr "仅载入前 30 个字形(推荐)" #: ../share/extensions/synfig_output.inx.h:1 msgid "Synfig Output" @@ -36575,13 +37160,13 @@ msgstr "将来自每个根图层的 SVG 文件归类到不同的集合中" #: ../share/extensions/tar_layers.inx.h:2 msgid "Layers as Separate SVG (*.tar)" -msgstr "将图层保存为独立的 SVG 文件 (*.tar)" +msgstr "将图层保存为独立的 SVG 文件(*.tar)" #: ../share/extensions/tar_layers.inx.h:3 msgid "" "Each layer split into it's own svg file and collected as a tape archive (tar " "file)" -msgstr "将每个图层分割到相应的 SVG 文件,并集合为一个归档(tar 文件)" +msgstr "将每个图层分割到相应的 SVG 文件,并集合为一个归档(tar 文件)" #: ../share/extensions/text_braille.inx.h:1 msgid "Convert to Braille" @@ -36670,27 +37255,27 @@ msgstr "三角形" #: ../share/extensions/triangle.inx.h:2 msgid "Side Length a (px):" -msgstr "边长 a(px):" +msgstr "边长 a (像素):" #: ../share/extensions/triangle.inx.h:3 msgid "Side Length b (px):" -msgstr "边长 b(px):" +msgstr "边长 b (像素):" #: ../share/extensions/triangle.inx.h:4 msgid "Side Length c (px):" -msgstr "边长 c(px):" +msgstr "边长 c (像素):" #: ../share/extensions/triangle.inx.h:5 msgid "Angle a (deg):" -msgstr "角 a(度):" +msgstr "角 a (度):" #: ../share/extensions/triangle.inx.h:6 msgid "Angle b (deg):" -msgstr "角 b(度):" +msgstr "角 b (度):" #: ../share/extensions/triangle.inx.h:7 msgid "Angle c (deg):" -msgstr "角 c(度):" +msgstr "角 c (度):" #: ../share/extensions/triangle.inx.h:9 msgid "From Three Sides" @@ -36857,7 +37442,7 @@ msgstr "使用第一个选中组控制其他项的属性" msgid "" "This effect adds a feature visible (or usable) only on a SVG enabled web " "browser (like Firefox)." -msgstr "该效果添加的特征仅在兼容 SVG 的浏览器 (例如 Firefox)上可用。" +msgstr "该效果添加的特征仅在兼容 SVG 的浏览器 (例如 Firefox)上可用。" #: ../share/extensions/web-set-att.inx.h:27 msgid "" @@ -36902,7 +37487,7 @@ msgstr "将所有选择对象的属性应用到最后一个对象上" #: ../share/extensions/web-transmit-att.inx.h:22 msgid "The first selected transmits to all others" -msgstr "第一个选择对象传递到其它" +msgstr "第一个选择对象传递到其他" #: ../share/extensions/web-transmit-att.inx.h:25 msgid "" @@ -36946,22 +37531,22 @@ msgstr "背景色:" #: ../share/extensions/webslicer_create_group.inx.h:8 msgid "Pixel (fixed)" -msgstr "像素(固定)" +msgstr "像素(固定)" #: ../share/extensions/webslicer_create_group.inx.h:9 msgid "Percent (relative to parent size)" -msgstr "百分比 (相对于父对象大小)" +msgstr "百分比(相对于父对象大小)" #: ../share/extensions/webslicer_create_group.inx.h:10 msgid "Undefined (relative to non-floating content size)" -msgstr "未定义(相对于非浮动内容大小)" +msgstr "未定义(相对于非浮动内容大小)" #: ../share/extensions/webslicer_create_group.inx.h:12 msgid "" "Layout Group is only about to help a better code generation (if you need " "it). To use this, you must to select some \"Slicer rectangles\" first." msgstr "" -"布局组合仅仅是为了有助于获得更好的代码生成(如果你需要它的话)。要使用这个,你" +"布局组合仅仅是为了有助于获得更好的代码生成(如果您需要它的话)。要使用这个,您" "必须首先选择某些“分片矩形”。" #: ../share/extensions/webslicer_create_group.inx.h:14 @@ -37029,19 +37614,19 @@ msgstr "使用带图像的定位 html 块元素作为背景" #: ../share/extensions/webslicer_create_rect.inx.h:23 msgid "Tiled Background (on parent group)" -msgstr "平铺背景(父组中)" +msgstr "平铺背景(父组中)" #: ../share/extensions/webslicer_create_rect.inx.h:24 msgid "Background — repeat horizontally (on parent group)" -msgstr "背景 — 水平重复(父组中)" +msgstr "背景 — 水平重复(父组中)" #: ../share/extensions/webslicer_create_rect.inx.h:25 msgid "Background — repeat vertically (on parent group)" -msgstr "背景 — 垂直重复(父组中)" +msgstr "背景 — 垂直重复(父组中)" #: ../share/extensions/webslicer_create_rect.inx.h:26 msgid "Background — no repeat (on parent group)" -msgstr "背景 — 无重复(父组中)" +msgstr "背景 — 无重复(父组中)" #: ../share/extensions/webslicer_create_rect.inx.h:27 msgid "Positioned Image" @@ -37119,8 +37704,7 @@ msgstr "附带 HTML 及 CSS 文档" msgid "" "All sliced images, and optionally - code, will be generated as you had " "configured and saved to one directory." -msgstr "" -"所有分片的图像,以及代码(可选),将会如你所配置的生成并保存到一个目录。" +msgstr "所有分片的图像,以及代码(可选),将会如您所配置的生成并保存到一个目录。" #: ../share/extensions/whirl.inx.h:1 msgid "Whirl" @@ -37148,7 +37732,7 @@ msgstr "经线" #: ../share/extensions/wireframe_sphere.inx.h:4 msgid "Tilt (deg):" -msgstr "倾斜(°):" +msgstr "倾斜(°):" #: ../share/extensions/wireframe_sphere.inx.h:7 msgid "Hide lines behind the sphere" @@ -37165,3 +37749,372 @@ msgstr "一种常用于剪切画的图形文件格式" #: ../share/extensions/xaml2svg.inx.h:1 msgid "XAML Input" msgstr "XAML 输入" + +#~ msgid "A4 Landscape Page" +#~ msgstr "A4 横向" + +#, fuzzy +#~ msgid "Empty A4 landscape sheet" +#~ msgstr "空白 A4 横向" + +#~ msgid "A4 Page" +#~ msgstr "A4 页面" + +#, fuzzy +#~ msgid "A4 paper sheet empty" +#~ msgstr "无层级的空白页" + +#, fuzzy +#~ msgid "Black Opaque" +#~ msgstr "Black(黑色)通道" + +#~ msgid "Empty black page" +#~ msgstr "空的黑色页面" + +#~ msgid "Empty white page" +#~ msgstr "空白页面" + +#~ msgid "Empty business card template." +#~ msgstr "空白名片模板。" + +#~ msgid "business card empty 85x54" +#~ msgstr "空白名片模板 85x54" + +#~ msgid "Business Card 90x50mm" +#~ msgstr "名片 90x50mm" + +#, fuzzy +#~ msgid "business card empty 90x50" +#~ msgstr "空白名片 90x50" + +#~ msgid "CD Cover 300dpi" +#~ msgstr "CD 封面 300dpi" + +#~ msgid "Empty CD box cover." +#~ msgstr "空 CD 盒封面。" + +#, fuzzy +#~ msgid "CD cover disc disk 300dpi box" +#~ msgstr "CD 封面 300dpi" + +#~ msgid "DVD Cover Regular 300dpi " +#~ msgstr "标准 DVD 封面 300dpi" + +#~ msgid "Template for both-sides DVD covers." +#~ msgstr "双面的 DVD 封面模板。" + +#~ msgid "DVD cover regular 300dpi" +#~ msgstr "标准 DVD 封面 300dpi" + +#~ msgid "DVD Cover Slim 300dpi " +#~ msgstr "超薄 DVD 封面(Slim) 300dpi" + +#~ msgid "Template for both-sides DVD slim covers." +#~ msgstr "双面的超薄 DVD 封面(Slim)模板。" + +#~ msgid "DVD cover slim 300dpi" +#~ msgstr "超薄 DVD 封面(Slim) 300dpi" + +#~ msgid "DVD Cover Superslim 300dpi " +#~ msgstr "超薄 DVD 封面(Superslim) 300dpi" + +#~ msgid "Template for both-sides DVD superslim covers." +#~ msgstr "双面的超薄 DVD 封面(Superslim)模板。" + +#~ msgid "DVD cover superslim 300dpi" +#~ msgstr "超薄 DVD 封面(Superslim) 300dpi" + +#~ msgid "DVD Cover Ultraslim 300dpi " +#~ msgstr "超薄 DVD 封面(Ultraslim) 300dpi " + +#~ msgid "Template for both-sides DVD ultraslim covers." +#~ msgstr "双面的超薄 DVD 封面(Ultraslim)模板。" + +#~ msgid "DVD cover ultraslim 300dpi" +#~ msgstr "超薄 DVD 封面(Ultraslim) 300dpi" + +#~ msgid "Desktop 1024x768" +#~ msgstr "桌面 1024x768" + +#~ msgid "desktop 1024x768 wallpaper" +#~ msgstr "桌面 1024x768 壁纸" + +#~ msgid "Desktop 1600x1200" +#~ msgstr "桌面 1600x1200" + +#~ msgid "desktop 1600x1200 wallpaper" +#~ msgstr "桌面 1600x1200 壁纸" + +#~ msgid "Desktop 640x480" +#~ msgstr "桌面 640x480" + +#~ msgid "desktop 640x480 wallpaper" +#~ msgstr "桌面 640x480 桌面" + +#~ msgid "Desktop 800x600" +#~ msgstr "桌面 800x600" + +#~ msgid "desktop 800x600 wallpaper" +#~ msgstr "桌面 800x600 壁纸" + +#~ msgid "Fontforge Glyph" +#~ msgstr "Fontforge 字形" + +#~ msgid "Icon 16x16" +#~ msgstr "图标 16x16" + +#~ msgid "Small 16x16 icon template." +#~ msgstr "小号 16x16 图标模板。" + +#~ msgid "Icon 32x32" +#~ msgstr "图标 32x32" + +#~ msgid "32x32 icon template." +#~ msgstr "32x32 图标模板。" + +#~ msgid "Icon 48x48" +#~ msgstr "图标 48x48" + +#~ msgid "48x48 icon template." +#~ msgstr "48x48 图标模板。" + +#~ msgid "Icon 64x64" +#~ msgstr "图标 64x64" + +#~ msgid "64x64 icon template." +#~ msgstr "64x64 图标模板。" + +#~ msgid "Letter Landscape" +#~ msgstr "信函横向" + +#~ msgid "Letter" +#~ msgstr "信函" + +#~ msgid "No Borders" +#~ msgstr "无边框" + +#~ msgid "Video HDTV 1920x1080" +#~ msgstr "视频 HDTV 1920x1080" + +#~ msgid "HDTV video template for 1920x1080 resolution." +#~ msgstr "HDTV 视频模板 1920x1080 分辨率。" + +#~ msgid "Video NTSC 720x486" +#~ msgstr "视频 NTSC 720x486" + +#~ msgid "NTSC video template for 720x486 resolution." +#~ msgstr "NTSC 视频模板 720x486 分辨率。" + +#~ msgid "Video PAL 728x576" +#~ msgstr "视频 PAL 728x576" + +#~ msgid "PAL video template for 728x576 resolution." +#~ msgstr "PAL 视频模板 728x576 分辨率。" + +#~ msgid "Web Banner 468x60" +#~ msgstr "网页横幅 468x60" + +#~ msgid "Empty 468x60 web banner template." +#~ msgstr "空白的 468x60 网页横幅模板。" + +#~ msgid "Web Banner 728x90" +#~ msgstr "网页横幅 728x90" + +#~ msgid "Empty 728x90 web banner template." +#~ msgstr "空白的 728x90 网页横幅模板。" + +#~ msgid "PS+LaTeX: Omit text in PS, and create LaTeX file" +#~ msgstr "PS+LaTex:忽略 PS 中的文本并创建 LaTeX 文件" + +#~ msgid "EPS+LaTeX: Omit text in EPS, and create LaTeX file" +#~ msgstr "EPS+LaTeX:忽略 EPS 中的文本并创建 LaTeX 文件" + +#~ msgid "import via Poppler" +#~ msgstr "使用 Poppler 导入" + +#~ msgid "Text handling:" +#~ msgstr "文本处理:" + +#~ msgid "Import text as text" +#~ msgstr "将文本导入为文本" + +#~ msgid "Select <b>one</b> path to clone." +#~ msgstr "选择<b>一个</b>要克隆的路径。" + +#~ msgid "Select one <b>path</b> to clone." +#~ msgstr "选择一个要克隆的<b>路径</b>。" + +#~ msgid "" +#~ "Select <b>exactly 2 paths</b> to perform difference, division, or path " +#~ "cut." +#~ msgstr "选择<b>正好两个路径</b>执行差集、分割或者剪切路径。" + +#~ msgid "Default _units:" +#~ msgstr "默认单位(_U):" + +#~ msgid "Changed document unit" +#~ msgstr "已更改文件单位" + +#, fuzzy +#~ msgid "" +#~ "The <b>feTile</b> filter primitive tiles a region with its input graphic" +#~ msgstr "" +#~ "滤镜基元 <b>feImage</b> 用另外一幅图像或文档的另外一部分来填充区域。" + +#, fuzzy +#~ msgctxt "Path handle tip" +#~ msgid "<b>%s</b>: drag to shape the segment (%s)" +#~ msgstr "<b>%s</b>:拖动塑造路径形状(更多:Shift、Ctrl、Alt)" + +#~ msgid "_Templates..." +#~ msgstr "模板(_T)..." + +#~ msgid "Miter _limit:" +#~ msgstr "斜面限制(_L):" + +#~ msgid "H" +#~ msgstr "色调" + +#~ msgid "S" +#~ msgstr "饱和" + +#~ msgid "L" +#~ msgstr "亮度" + +#~ msgid "Use automatic scaling to size A4" +#~ msgstr "使用自动缩放到 A4 大小" + +#~ msgid "Empty Page" +#~ msgstr "空白页面" + +#~ msgid "Tool offset (mm):" +#~ msgstr "工具偏移(毫米)" + +#~ msgid "Text Orientation: " +#~ msgstr "文本方向:" + +#~ msgctxt "measure extension" +#~ msgid "Fixed Angle" +#~ msgstr "固定角度" + +#~ msgctxt "Flow control" +#~ msgid "None" +#~ msgstr "无" + +#~ msgid "Arbitrary Angle" +#~ msgstr "任意角度" + +#~ msgid "Horizontal Point:" +#~ msgstr "水平点:" + +#~ msgid "Vertical Point:" +#~ msgstr "垂直点:" + +#~ msgid "Group collapsing" +#~ msgstr "折叠组" + +#~ msgid "XML indentation (pretty-printing):" +#~ msgstr "XML 缩进(美化显示):" + +#~ msgid "Ids" +#~ msgstr "Ids" + +#~ msgid "Remove unused ID names for elements" +#~ msgstr "为对象移除未使用的 ID 名称" + +#~ msgid "Preserve these ID names, comma-separated:" +#~ msgstr "保留如下使用逗号分隔的 ID 名称:" + +#~ msgid "Help (Options)" +#~ msgstr "帮助(选项)" + +#~ msgid "" +#~ "This extension optimizes the SVG file according to the following " +#~ "options:\n" +#~ " * Shorten color names: convert all colors to #RRGGBB or #RGB format.\n" +#~ " * Convert CSS attributes to XML attributes: convert styles from style " +#~ "tags and inline style=\"\" declarations into XML attributes.\n" +#~ " * Group collapsing: removes useless g elements, promoting their " +#~ "contents up one level. Requires \"Remove unused ID names for elements\" " +#~ "to be set.\n" +#~ " * Create groups for similar attributes: create g elements for runs of " +#~ "elements having at least one attribute in common (e.g. fill color, stroke " +#~ "opacity, ...).\n" +#~ " * Embed rasters: embed raster images as base64-encoded data URLs.\n" +#~ " * Keep editor data: don't remove Inkscape, Sodipodi or Adobe " +#~ "Illustrator elements and attributes.\n" +#~ " * Remove metadata: remove metadata tags along with all the " +#~ "information in them, which may include license metadata, alternate " +#~ "versions for non-SVG-enabled browsers, etc.\n" +#~ " * Remove comments: remove comment tags.\n" +#~ " * Work around renderer bugs: emits slightly larger SVG data, but " +#~ "works around a bug in librsvg's renderer, which is used in Eye of GNOME " +#~ "and other various applications.\n" +#~ " * Enable viewboxing: size image to 100%/100% and introduce a " +#~ "viewBox.\n" +#~ " * Number of significant digits for coords: all coordinates are output " +#~ "with that number of significant digits. For example, if 3 is specified, " +#~ "the coordinate 3.5153 is output as 3.51 and the coordinate 471.55 is " +#~ "output as 472.\n" +#~ " * XML indentation (pretty-printing): either None for no indentation, " +#~ "Space to use one space per nesting level, or Tab to use one tab per " +#~ "nesting level." +#~ msgstr "" +#~ "此扩展功能可以根据下列选项优化 SVG 文件:\n" +#~ " * 缩短颜色名称:将全部颜色转换成 #RRGGBB 或 #RGB 格式。\n" +#~ " * 将 CSS 属性转换成 XML 属性:将样式从样式标签和进线样式=\"\" 宣告转换" +#~ "成 XML 属性。\n" +#~ " * 折叠群组:移除没用到的 g 组件,让这些内容升高一个层级。需要已设置“移" +#~ "除组件没用到的 ID 名称”。\n" +#~ " * 创建相似属性的群组:创建 g 组件以让运行的组件至少共有一种属性 (例" +#~ "如,填充、笔刷不透明度...)。\n" +#~ " * 内嵌位图:将位图内嵌为 base64 编码数据网址。\n" +#~ " * 保留软件数据:不移除 Inkscape、Sodipodi 或 Adobe Illustrator 组件和" +#~ "属性。\n" +#~ " * 移除中继数据:移除中继数据标签和里面的所有信息,这些信息可能包含授权" +#~ "中继数据、不支持 SVG 浏览器的备用方案等。\n" +#~ " * 移除注解:移除注解标签。\n" +#~ " * 避开图形渲染引擎程序错误:稍微放大 SVG 数据,可避开 librsvg 图形渲染" +#~ "引擎里的一个程序错误,该功能用在 GNOME 桌面的视觉效果和其他各种应用程" +#~ "序。\n" +#~ " * 启用查看框:图像尺寸变为 100%/100% 并引进查看框。\n" +#~ " * 坐标的有效位数:以此有效位数输出所有坐标。例如,若有效位数指定为 3," +#~ "那么坐标 3.5153 会输出为 3.51而坐标 471.55 输出为 472。\n" +#~ " * XML 缩进 (打印美观):可选择是否缩进,若要缩进可选择“空格”让每个嵌套" +#~ "层级使用一个空格字符缩进,或者“定位字符”让每个嵌套层级使用一个空格字符进行" +#~ "缩排。" + +#~ msgid "Help (Ids)" +#~ msgstr "帮助 (Ids)" + +#~ msgid "" +#~ "Ids specific options:\n" +#~ " * Remove unused ID names for elements: remove all unreferenced ID " +#~ "attributes.\n" +#~ " * Shorten IDs: reduce the length of all ID attributes, assigning the " +#~ "shortest to the most-referenced elements. For instance, " +#~ "#linearGradient5621, referenced 100 times, can become #a.\n" +#~ " * Preserve manually created ID names not ending with digits: usually, " +#~ "optimised SVG output removes these, but if they're needed for referencing " +#~ "(e.g. #middledot), you may use this option.\n" +#~ " * Preserve these ID names, comma-separated: you can use this in " +#~ "conjunction with the other preserve options if you wish to preserve some " +#~ "more specific ID names.\n" +#~ " * Preserve ID names starting with: usually, optimised SVG output " +#~ "removes all unused ID names, but if all of your preserved ID names start " +#~ "with the same prefix (e.g. #flag-mx, #flag-pt), you may use this option." +#~ msgstr "" +#~ "标识专属选项:\n" +#~ " * 移除没用到的组件 ID 名称:移除所有未参考的 ID 属性。\n" +#~ " * 缩短标识:缩短全部 ID 属性的长度,指定最短长度到参考多数的组件。例" +#~ "如,#linearGradient5621,被参考 100 次,那么就变成 #a。\n" +#~ " * 保留手动创建的识别名称不编辑末端号码:正常情形下, 最佳化的 SVG 输出" +#~ "会移除这些信息,但如果需要参考 (例如 #middledot),您可以使用此选项。\n" +#~ " * 保留这些识别名称,用逗号分隔开:若您想保留更多指定的式别名称此选项可" +#~ "以和其他保留选项结合使用。\n" +#~ " * 保留某前缀开头的识别名称:正常情况下,最佳化的 SVG 输出会移除全部没" +#~ "用到的识别名称,但如果想要保留的识别名称都以相同前缀开头 (例如 #flag-mx、" +#~ "#flag-pt),可以使用此选项。" + +#~ msgid "Max. smooth handle angle" +#~ msgstr "最大平滑控制柄角度" diff --git a/share/extensions/Barcode/Base.py b/share/extensions/Barcode/Base.py index b7429f84f..1aa1f8415 100644 --- a/share/extensions/Barcode/Base.py +++ b/share/extensions/Barcode/Base.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Base module for rendering barcodes for Inkscape. diff --git a/share/extensions/Barcode/BaseEan.py b/share/extensions/Barcode/BaseEan.py index 05c9b1c39..4ceaeed4a 100644 --- a/share/extensions/Barcode/BaseEan.py +++ b/share/extensions/Barcode/BaseEan.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Some basic common code shared between EAN and UCP generators. diff --git a/share/extensions/Barcode/Code128.py b/share/extensions/Barcode/Code128.py index 618ce7817..7ff92088f 100644 --- a/share/extensions/Barcode/Code128.py +++ b/share/extensions/Barcode/Code128.py @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for Code128/EAN128 barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/Code25i.py b/share/extensions/Barcode/Code25i.py index 51346be60..9812d8598 100644 --- a/share/extensions/Barcode/Code25i.py +++ b/share/extensions/Barcode/Code25i.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Generate barcodes for Code25-interleaved 2 of 5, for Inkscape. diff --git a/share/extensions/Barcode/Code39.py b/share/extensions/Barcode/Code39.py index ade397463..3cd8467a8 100644 --- a/share/extensions/Barcode/Code39.py +++ b/share/extensions/Barcode/Code39.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for Code39 barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/Code39Ext.py b/share/extensions/Barcode/Code39Ext.py index b6df47de2..3edf82d2e 100644 --- a/share/extensions/Barcode/Code39Ext.py +++ b/share/extensions/Barcode/Code39Ext.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for Code39 Extended barcodes. Designed for Inkscape. diff --git a/share/extensions/Barcode/Code93.py b/share/extensions/Barcode/Code93.py index 866ec6036..2b90fdda1 100644 --- a/share/extensions/Barcode/Code93.py +++ b/share/extensions/Barcode/Code93.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for Code93 barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/Ean13.py b/share/extensions/Barcode/Ean13.py index 3bad5d6e5..7e138f25a 100644 --- a/share/extensions/Barcode/Ean13.py +++ b/share/extensions/Barcode/Ean13.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for EAN13 barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/Ean5.py b/share/extensions/Barcode/Ean5.py index 1bd26a4bd..d2e38a063 100644 --- a/share/extensions/Barcode/Ean5.py +++ b/share/extensions/Barcode/Ean5.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for EAN5 barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/Ean8.py b/share/extensions/Barcode/Ean8.py index 83e82814a..010dff03e 100644 --- a/share/extensions/Barcode/Ean8.py +++ b/share/extensions/Barcode/Ean8.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for EAN8 barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/Rm4scc.py b/share/extensions/Barcode/Rm4scc.py index 0fb154280..d40cd2435 100644 --- a/share/extensions/Barcode/Rm4scc.py +++ b/share/extensions/Barcode/Rm4scc.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for RM4CC barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/Upca.py b/share/extensions/Barcode/Upca.py index d69ed11e6..bc6ffdf29 100644 --- a/share/extensions/Barcode/Upca.py +++ b/share/extensions/Barcode/Upca.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for UPCA barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/Upce.py b/share/extensions/Barcode/Upce.py index eee2a739c..d25c9c6cc 100644 --- a/share/extensions/Barcode/Upce.py +++ b/share/extensions/Barcode/Upce.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Python barcode renderer for UPCE barcodes. Designed for use with Inkscape. diff --git a/share/extensions/Barcode/__init__.py b/share/extensions/Barcode/__init__.py index e4e328ae3..9ad412448 100644 --- a/share/extensions/Barcode/__init__.py +++ b/share/extensions/Barcode/__init__.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Renderer for barcodes, SVG extention for Inkscape. diff --git a/share/extensions/addnodes.py b/share/extensions/addnodes.py index d78ab55e7..4e57f0185 100755 --- a/share/extensions/addnodes.py +++ b/share/extensions/addnodes.py @@ -19,7 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/bezmisc.py b/share/extensions/bezmisc.py index 0c7ad4957..c36e8e1b4 100755 --- a/share/extensions/bezmisc.py +++ b/share/extensions/bezmisc.py @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import math, cmath diff --git a/share/extensions/chardataeffect.py b/share/extensions/chardataeffect.py index a1758c890..f81de6b80 100755 --- a/share/extensions/chardataeffect.py +++ b/share/extensions/chardataeffect.py @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import sys, optparse, inkex diff --git a/share/extensions/coloreffect.py b/share/extensions/coloreffect.py index 8f67c6090..a6b5cfe41 100755 --- a/share/extensions/coloreffect.py +++ b/share/extensions/coloreffect.py @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import sys, copy, simplestyle, inkex import random diff --git a/share/extensions/convert2dashes.py b/share/extensions/convert2dashes.py index 1228b247c..3910d8e82 100755 --- a/share/extensions/convert2dashes.py +++ b/share/extensions/convert2dashes.py @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # local library import inkex diff --git a/share/extensions/cubicsuperpath.py b/share/extensions/cubicsuperpath.py index 925efdb04..b505e8c4f 100755 --- a/share/extensions/cubicsuperpath.py +++ b/share/extensions/cubicsuperpath.py @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ import simplepath diff --git a/share/extensions/dimension.py b/share/extensions/dimension.py index 30b674201..462a05bae 100755 --- a/share/extensions/dimension.py +++ b/share/extensions/dimension.py @@ -29,7 +29,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library diff --git a/share/extensions/dm2svg.py b/share/extensions/dm2svg.py index 908fedbad..74afe6adf 100755 --- a/share/extensions/dm2svg.py +++ b/share/extensions/dm2svg.py @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import struct diff --git a/share/extensions/dots.py b/share/extensions/dots.py index dc533ffb6..296a56dfc 100755 --- a/share/extensions/dots.py +++ b/share/extensions/dots.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, simplestyle, simplepath, math diff --git a/share/extensions/draw_from_triangle.py b/share/extensions/draw_from_triangle.py index 42cda7035..5efabfbba 100755 --- a/share/extensions/draw_from_triangle.py +++ b/share/extensions/draw_from_triangle.py @@ -28,7 +28,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import sys diff --git a/share/extensions/dxf_input.py b/share/extensions/dxf_input.py index acfed0921..30adb73f9 100755 --- a/share/extensions/dxf_input.py +++ b/share/extensions/dxf_input.py @@ -19,7 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, simplestyle, math diff --git a/share/extensions/dxf_outlines.py b/share/extensions/dxf_outlines.py index b7ae0ef14..0e8cb7f62 100755 --- a/share/extensions/dxf_outlines.py +++ b/share/extensions/dxf_outlines.py @@ -28,7 +28,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import math diff --git a/share/extensions/edge3d.py b/share/extensions/edge3d.py index d2d8ead5c..86df52908 100755 --- a/share/extensions/edge3d.py +++ b/share/extensions/edge3d.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, simplepath, sys, copy from math import degrees, atan2 diff --git a/share/extensions/embedimage.py b/share/extensions/embedimage.py index bdc15bde2..136c20f98 100755 --- a/share/extensions/embedimage.py +++ b/share/extensions/embedimage.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import base64 diff --git a/share/extensions/extractimage.py b/share/extensions/extractimage.py index 62dc83c87..aae7bd062 100755 --- a/share/extensions/extractimage.py +++ b/share/extensions/extractimage.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import base64 diff --git a/share/extensions/extrude.py b/share/extensions/extrude.py index c91ea645e..8db6b1512 100755 --- a/share/extensions/extrude.py +++ b/share/extensions/extrude.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # local library import inkex diff --git a/share/extensions/ffgeom.py b/share/extensions/ffgeom.py index ef8799b97..a6d268239 100755 --- a/share/extensions/ffgeom.py +++ b/share/extensions/ffgeom.py @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with FretFind 2-D; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ import math try: diff --git a/share/extensions/flatten.py b/share/extensions/flatten.py index f5add5fc5..7b4d2a7d6 100755 --- a/share/extensions/flatten.py +++ b/share/extensions/flatten.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, cubicsuperpath, simplepath, cspsubdiv diff --git a/share/extensions/foldablebox.py b/share/extensions/foldablebox.py index 9d58974c5..772083094 100755 --- a/share/extensions/foldablebox.py +++ b/share/extensions/foldablebox.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' __version__ = "0.2" diff --git a/share/extensions/fractalize.py b/share/extensions/fractalize.py index 901a8f761..c6bbe397a 100755 --- a/share/extensions/fractalize.py +++ b/share/extensions/fractalize.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import random, math, inkex, simplepath diff --git a/share/extensions/funcplot.py b/share/extensions/funcplot.py index f37bf335e..c0fb3e525 100755 --- a/share/extensions/funcplot.py +++ b/share/extensions/funcplot.py @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Changes: * This program is a modified version of wavy.py by Aaron Spike. diff --git a/share/extensions/gcodetools.py b/share/extensions/gcodetools.py index 12f438cca..4cb5b2696 100755 --- a/share/extensions/gcodetools.py +++ b/share/extensions/gcodetools.py @@ -59,7 +59,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ ### diff --git a/share/extensions/generate_voronoi.py b/share/extensions/generate_voronoi.py index 7acd1be5f..8907db493 100755 --- a/share/extensions/generate_voronoi.py +++ b/share/extensions/generate_voronoi.py @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ # standard library diff --git a/share/extensions/gimp_xcf.py b/share/extensions/gimp_xcf.py index bdb0d1e4c..39dec8c13 100755 --- a/share/extensions/gimp_xcf.py +++ b/share/extensions/gimp_xcf.py @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import os diff --git a/share/extensions/grid_cartesian.py b/share/extensions/grid_cartesian.py index ae4c6b6b4..26270002d 100755 --- a/share/extensions/grid_cartesian.py +++ b/share/extensions/grid_cartesian.py @@ -19,7 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/grid_isometric.py b/share/extensions/grid_isometric.py index 6202fd9e2..d80be6c4d 100755 --- a/share/extensions/grid_isometric.py +++ b/share/extensions/grid_isometric.py @@ -20,7 +20,7 @@ #You should have received a copy of the GNU General Public License #along with this program; if not, write to the Free Software -#Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import inkex diff --git a/share/extensions/grid_polar.py b/share/extensions/grid_polar.py index 350b21195..f3d5dbf41 100755 --- a/share/extensions/grid_polar.py +++ b/share/extensions/grid_polar.py @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/guides_creator.py b/share/extensions/guides_creator.py index a8c7bb18a..e0aa6cadf 100755 --- a/share/extensions/guides_creator.py +++ b/share/extensions/guides_creator.py @@ -25,7 +25,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # Inspired by hello_world turorial by Blackhex and Rubikcube diff --git a/share/extensions/handles.py b/share/extensions/handles.py index 0cbdef44c..6987a3bb2 100755 --- a/share/extensions/handles.py +++ b/share/extensions/handles.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, simplepath, simplestyle diff --git a/share/extensions/hershey.py b/share/extensions/hershey.py index d0b27b129..471959b10 100755 --- a/share/extensions/hershey.py +++ b/share/extensions/hershey.py @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ import hersheydata #data file w/ Hershey font data import inkex diff --git a/share/extensions/hpgl_decoder.py b/share/extensions/hpgl_decoder.py index a54a81e81..8f3c18e42 100644 --- a/share/extensions/hpgl_decoder.py +++ b/share/extensions/hpgl_decoder.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard libraries diff --git a/share/extensions/hpgl_encoder.py b/share/extensions/hpgl_encoder.py index 0e4158725..b9975215f 100644 --- a/share/extensions/hpgl_encoder.py +++ b/share/extensions/hpgl_encoder.py @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard libraries diff --git a/share/extensions/hpgl_input.py b/share/extensions/hpgl_input.py index a85c32b34..8cc7edaaf 100755 --- a/share/extensions/hpgl_input.py +++ b/share/extensions/hpgl_input.py @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard libraries diff --git a/share/extensions/hpgl_output.py b/share/extensions/hpgl_output.py index 78edba53b..477db40e7 100755 --- a/share/extensions/hpgl_output.py +++ b/share/extensions/hpgl_output.py @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library diff --git a/share/extensions/image_attributes.py b/share/extensions/image_attributes.py index ddd5a8b87..80ad62c26 100755 --- a/share/extensions/image_attributes.py +++ b/share/extensions/image_attributes.py @@ -21,7 +21,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # local library diff --git a/share/extensions/ink2canvas.py b/share/extensions/ink2canvas.py index b5c0fbb7b..f44c3e48f 100755 --- a/share/extensions/ink2canvas.py +++ b/share/extensions/ink2canvas.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/ink2canvas/canvas.py b/share/extensions/ink2canvas/canvas.py index 139835f0e..a88d368d3 100644 --- a/share/extensions/ink2canvas/canvas.py +++ b/share/extensions/ink2canvas/canvas.py @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/ink2canvas/svg.py b/share/extensions/ink2canvas/svg.py index b60b2ca9f..f4dca8279 100644 --- a/share/extensions/ink2canvas/svg.py +++ b/share/extensions/ink2canvas/svg.py @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index 0fdaeea75..264ae0ff4 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -24,7 +24,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ import copy import gettext @@ -35,7 +35,7 @@ import re import sys from math import * -#a dictionary of all of the xmlns prefixes in a standard inkscape doc +# a dictionary of all of the xmlns prefixes in a standard inkscape doc NSS = { u'sodipodi' :u'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd', u'cc' :u'http://creativecommons.org/ns#', @@ -48,6 +48,7 @@ u'xlink' :u'http://www.w3.org/1999/xlink', u'xml' :u'http://www.w3.org/XML/1998/namespace' } + def localize(): domain = 'inkscape' if sys.platform.startswith('win'): @@ -55,33 +56,35 @@ def localize(): current_locale, encoding = locale.getdefaultlocale() os.environ['LANG'] = current_locale try: - localdir = os.environ['INKSCAPE_LOCALEDIR']; + localdir = os.environ['INKSCAPE_LOCALEDIR'] trans = gettext.translation(domain, localdir, [current_locale], fallback=True) except KeyError: trans = gettext.translation(domain, fallback=True) elif sys.platform.startswith('darwin'): try: - localdir = os.environ['INKSCAPE_LOCALEDIR']; + localdir = os.environ['INKSCAPE_LOCALEDIR'] trans = gettext.translation(domain, localdir, fallback=True) except KeyError: try: - localdir = os.environ['PACKAGE_LOCALE_DIR']; + localdir = os.environ['PACKAGE_LOCALE_DIR'] trans = gettext.translation(domain, localdir, fallback=True) except KeyError: trans = gettext.translation(domain, fallback=True) else: try: - localdir = os.environ['PACKAGE_LOCALE_DIR']; + localdir = os.environ['PACKAGE_LOCALE_DIR'] trans = gettext.translation(domain, localdir, fallback=True) except KeyError: trans = gettext.translation(domain, fallback=True) #sys.stderr.write(str(localdir) + "\n") trans.install() + def debug(what): sys.stderr.write(str(what) + "\n") return what + def errormsg(msg): """Intended for end-user-visible error messages. @@ -97,25 +100,27 @@ def errormsg(msg): inkex.errormsg(_("This extension requires two selected paths.")) """ if isinstance(msg, unicode): - sys.stderr.write(msg.encode("UTF-8") + "\n") + sys.stderr.write(msg.encode("utf-8") + "\n") else: - sys.stderr.write((unicode(msg, "utf-8", errors='replace') + "\n").encode("UTF-8")) + sys.stderr.write((unicode(msg, "utf-8", errors='replace') + "\n").encode("utf-8")) + def are_near_relative(a, b, eps): - if (a-b <= a*eps) and (a-b >= -a*eps): - return True - else: - return False + return (a-b <= a*eps) and (a-b >= -a*eps) # third party library try: from lxml import etree -except Exception, e: +except ImportError as e: localize() - errormsg(_("The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension. Please download and install the latest version from http://cheeseshop.python.org/pypi/lxml/, or install it through your package manager by a command like: sudo apt-get install python-lxml\n\nTechnical details:\n%s" % (e,))) + errormsg(_("The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension." + "Please download and install the latest version from http://cheeseshop.python.org/pypi/lxml/, " + "or install it through your package manager by a command like: sudo apt-get install " + "python-lxml\n\nTechnical details:\n%s" % (e, ))) sys.exit() - + + def check_inkbool(option, opt, value): if str(value).capitalize() == 'True': return True @@ -124,37 +129,45 @@ def check_inkbool(option, opt, value): else: raise optparse.OptionValueError("option %s: invalid inkbool value: %s" % (opt, value)) + def addNS(tag, ns=None): val = tag - if ns!=None and len(ns)>0 and NSS.has_key(ns) and len(tag)>0 and tag[0]!='{': + if ns is not None and len(ns) > 0 and ns in NSS and len(tag) > 0 and tag[0] != '{': val = "{%s}%s" % (NSS[ns], tag) return val + class InkOption(optparse.Option): TYPES = optparse.Option.TYPES + ("inkbool",) TYPE_CHECKER = copy.copy(optparse.Option.TYPE_CHECKER) TYPE_CHECKER["inkbool"] = check_inkbool + class Effect: """A class for creating Inkscape SVG Effects""" def __init__(self, *args, **kwargs): - self.document=None - self.original_document=None - self.ctx=None - self.selected={} - self.doc_ids={} - self.options=None - self.args=None - self.OptionParser = optparse.OptionParser(usage="usage: %prog [options] SVGfile",option_class=InkOption) + self.document = None + self.original_document = None + self.ctx = None + self.selected = {} + self.doc_ids = {} + self.options = None + self.args = None + self.OptionParser = optparse.OptionParser(usage="usage: %prog [options] SVGfile", + option_class=InkOption) self.OptionParser.add_option("--id", action="append", type="string", dest="ids", default=[], help="id attribute of object to manipulate") self.OptionParser.add_option("--selected-nodes", action="append", type="string", dest="selected_nodes", default=[], - help="id:subpath:position of selected nodes, if any")#TODO write a parser for this + help="id:subpath:position of selected nodes, if any") + # TODO write a parser for this def effect(self): + """Apply some effects on the document. Extensions subclassing Effect + must override this function and define the transformations + in it.""" pass def getoptions(self,args=sys.argv[1:]): @@ -165,19 +178,19 @@ class Effect: """Parse document in specified file or on stdin""" # First try to open the file from the function argument - if filename != None: + if filename is not None: try: stream = open(filename, 'r') - except Exception: + except IOError: errormsg(_("Unable to open specified file: %s") % filename) sys.exit() # If it wasn't specified, try to open the file specified as # an object member - elif self.svg_file != None: + elif self.svg_file is not None: try: stream = open(self.svg_file, 'r') - except Exception: + except IOError: errormsg(_("Unable to open object member file: %s") % self.svg_file) sys.exit() @@ -195,7 +208,7 @@ class Effect: def getposinlayer(self): #defaults self.current_layer = self.document.getroot() - self.view_center = (0.0,0.0) + self.view_center = (0.0, 0.0) layerattr = self.document.xpath('//sodipodi:namedview/@inkscape:current-layer', namespaces=NSS) if layerattr: @@ -207,11 +220,12 @@ class Effect: xattr = self.document.xpath('//sodipodi:namedview/@inkscape:cx', namespaces=NSS) yattr = self.document.xpath('//sodipodi:namedview/@inkscape:cy', namespaces=NSS) if xattr and yattr: - x = self.unittouu( xattr[0] + 'px' ) - y = self.unittouu( yattr[0] + 'px') + x = self.unittouu(xattr[0] + 'px') + y = self.unittouu(yattr[0] + 'px') doc_height = self.unittouu(self.getDocumentHeight()) if x and y: - self.view_center = (float(x), doc_height - float(y)) # FIXME: y-coordinate flip, eliminate it when it's gone in Inkscape + self.view_center = (float(x), doc_height - float(y)) + # FIXME: y-coordinate flip, eliminate it when it's gone in Inkscape def getselected(self): """Collect selected nodes""" @@ -224,16 +238,14 @@ class Effect: path = '//*[@id="%s"]' % id el_list = self.document.xpath(path, namespaces=NSS) if el_list: - return el_list[0] + return el_list[0] else: - return None + return None def getParentNode(self, node): for parent in self.document.getiterator(): if node in parent.getchildren(): return parent - break - def getdocids(self): docIdNodes = self.document.xpath('//@id', namespaces=NSS) @@ -250,7 +262,7 @@ class Effect: } guide = etree.SubElement( self.getNamedView(), - addNS('guide','sodipodi'), atts ) + addNS('guide','sodipodi'), atts) return guide def output(self): @@ -269,9 +281,10 @@ class Effect: self.getselected() self.getdocids() self.effect() - if output: self.output() + if output: + self.output() - def uniqueId(self, old_id, make_new_id = True): + def uniqueId(self, old_id, make_new_id=True): new_id = old_id if make_new_id: while new_id in self.doc_ids: @@ -287,9 +300,9 @@ class Effect: retval = None return retval - #a dictionary of unit to user unit conversion factors - __uuconv = {'in':96.0, 'pt':1.33333333333, 'px':1.0, 'mm':3.77952755913, 'cm':37.7952755913, - 'm':3779.52755913, 'km':3779527.55913, 'pc':16.0, 'yd':3456.0 , 'ft':1152.0} + # a dictionary of unit to user unit conversion factors + __uuconv = {'in': 96.0, 'pt': 1.33333333333, 'px': 1.0, 'mm': 3.77952755913, 'cm': 37.7952755913, + 'm': 3779.52755913, 'km': 3779527.55913, 'pc': 16.0, 'yd': 3456.0, 'ft': 1152.0} # Fault tolerance for lazily defined SVG def getDocumentWidth(self): @@ -305,6 +318,10 @@ class Effect: # Fault tolerance for lazily defined SVG def getDocumentHeight(self): + """Returns a string corresponding to the height of the document, as + defined in the SVG file. If it is not defined, returns the height + as defined by the viewBox attribute. If viewBox is not defined, + returns the string '0'.""" height = self.document.getroot().get('height') if height: return height @@ -315,12 +332,13 @@ class Effect: else: return '0' - # Function returns the unit used for the values in SVG. - # For lack of an attribute in SVG that explicitly defines what units are used for SVG coordinates, - # try to calculate the unit from the SVG width and SVG viewbox. - # Defaults to 'px' units. def getDocumentUnit(self): - svgunit = 'px' #default to pixels + """Returns the unit used for in the SVG document. + In the case the SVG document lacks an attribute that explicitly + defines what units are used for SVG coordinates, it tries to calculate + the unit from the SVG width and viewBox attributes. + Defaults to 'px' units.""" + svgunit = 'px' # default to pixels svgwidth = self.getDocumentWidth() viewboxstr = self.document.getroot().get('viewBox') @@ -331,9 +349,9 @@ class Effect: p = param.match(svgwidth) u = unitmatch.search(svgwidth) - width = 100 #default - viewboxwidth = 100 #default - svgwidthunit = 'px' #default assume 'px' unit + width = 100 # default + viewboxwidth = 100 # default + svgwidthunit = 'px' # default assume 'px' unit if p: width = float(p.string[p.start():p.end()]) else: @@ -347,23 +365,22 @@ class Effect: viewboxnumbers.append(float(t)) except ValueError: pass - if len(viewboxnumbers) == 4: #check for correct number of numbers + if len(viewboxnumbers) == 4: # check for correct number of numbers viewboxwidth = viewboxnumbers[2] svgunitfactor = self.__uuconv[svgwidthunit] * width / viewboxwidth # try to find the svgunitfactor in the list of units known. If we don't find something, ... - eps = 0.01 #allow 1% error in factor + eps = 0.01 # allow 1% error in factor for key in self.__uuconv: if are_near_relative(self.__uuconv[key], svgunitfactor, eps): - #found match! - svgunit = key; + # found match! + svgunit = key return svgunit - def unittouu(self, string): - '''Returns userunits given a string representation of units in another system''' + """Returns userunits given a string representation of units in another system""" unit = re.compile('(%s)$' % '|'.join(self.__uuconv.keys())) param = re.compile(r'(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)') @@ -378,7 +395,7 @@ class Effect: return retval * (self.__uuconv[u.string[u.start():u.end()]] / self.__uuconv[self.getDocumentUnit()]) except KeyError: pass - else: # default assume 'px' unit + else: # default assume 'px' unit return retval / self.__uuconv[self.getDocumentUnit()] return retval @@ -387,7 +404,7 @@ class Effect: return val / (self.__uuconv[unit] / self.__uuconv[self.getDocumentUnit()]) def addDocumentUnit(self, value): - ''' Add document unit when no unit is specified in the string ''' + """Add document unit when no unit is specified in the string """ try: float(value) return value + self.getDocumentUnit() diff --git a/share/extensions/inkwebeffect.py b/share/extensions/inkwebeffect.py index 994f74dea..4e29892de 100755 --- a/share/extensions/inkwebeffect.py +++ b/share/extensions/inkwebeffect.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, sys, os, re diff --git a/share/extensions/interp.py b/share/extensions/interp.py index 093a98fda..9dbb996e4 100755 --- a/share/extensions/interp.py +++ b/share/extensions/interp.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, cubicsuperpath, simplestyle, copy, math, bezmisc, simpletransform, pathmodifier diff --git a/share/extensions/interp_att_g.py b/share/extensions/interp_att_g.py index 168e7ffb0..2ae46b46d 100755 --- a/share/extensions/interp_att_g.py +++ b/share/extensions/interp_att_g.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import math diff --git a/share/extensions/layers2svgfont.py b/share/extensions/layers2svgfont.py index 379e8e34c..e449ae380 100755 --- a/share/extensions/layers2svgfont.py +++ b/share/extensions/layers2svgfont.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/layout_nup.py b/share/extensions/layout_nup.py index 266a3950d..022aa0d3f 100755 --- a/share/extensions/layout_nup.py +++ b/share/extensions/layout_nup.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex import sys diff --git a/share/extensions/lindenmayer.py b/share/extensions/lindenmayer.py index eb0d84328..8e1c4ac22 100755 --- a/share/extensions/lindenmayer.py +++ b/share/extensions/lindenmayer.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, simplestyle, pturtle, random from simpletransform import computePointInNode diff --git a/share/extensions/lorem_ipsum.py b/share/extensions/lorem_ipsum.py index 20a2fdd18..efb2361ea 100755 --- a/share/extensions/lorem_ipsum.py +++ b/share/extensions/lorem_ipsum.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' ''' Example filltext sentences generated over at http://lipsum.com/ diff --git a/share/extensions/markers_strokepaint.py b/share/extensions/markers_strokepaint.py index d92716939..76284b234 100755 --- a/share/extensions/markers_strokepaint.py +++ b/share/extensions/markers_strokepaint.py @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import random diff --git a/share/extensions/measure.py b/share/extensions/measure.py index 9fc632c2a..fe981e39e 100755 --- a/share/extensions/measure.py +++ b/share/extensions/measure.py @@ -23,7 +23,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. TODO: * should use the standard attributes for text diff --git a/share/extensions/merge_styles.py b/share/extensions/merge_styles.py index f028bf4ce..cdd7b5ed5 100755 --- a/share/extensions/merge_styles.py +++ b/share/extensions/merge_styles.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Merges styles into class based styles and removes. diff --git a/share/extensions/motion.py b/share/extensions/motion.py index 9bf31e008..3af80d5c1 100755 --- a/share/extensions/motion.py +++ b/share/extensions/motion.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import math, inkex, simplestyle, simplepath, bezmisc diff --git a/share/extensions/new_glyph_layer.py b/share/extensions/new_glyph_layer.py index cb7dba854..d6622cc62 100755 --- a/share/extensions/new_glyph_layer.py +++ b/share/extensions/new_glyph_layer.py @@ -14,11 +14,13 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex import sys +import locale + class NewGlyphLayer(inkex.Effect): def __init__(self): @@ -27,10 +29,13 @@ class NewGlyphLayer(inkex.Effect): action="store", type="string", dest="unicodechars", default='', help="Unicode chars") + self.encoding = sys.stdin.encoding + if self.encoding == 'cp0' or self.encoding is None: + self.encoding = locale.getpreferredencoding() def effect(self): # Get all the options - unicode_chars = self.options.unicodechars + unicode_chars = self.options.unicodechars.decode(self.encoding) #TODO: remove duplicate chars @@ -40,7 +45,7 @@ class NewGlyphLayer(inkex.Effect): for char in unicode_chars: # Create a new layer. layer = inkex.etree.SubElement(svg, 'g') - layer.set(inkex.addNS('label', 'inkscape'), 'GlyphLayer-'+char) + layer.set(inkex.addNS('label', 'inkscape'), u'GlyphLayer-'+char) layer.set(inkex.addNS('groupmode', 'inkscape'), 'layer') layer.set('style', 'display:none') #initially not visible diff --git a/share/extensions/next_glyph_layer.py b/share/extensions/next_glyph_layer.py index f8a43aff5..5f152c71e 100755 --- a/share/extensions/next_glyph_layer.py +++ b/share/extensions/next_glyph_layer.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/param_curves.py b/share/extensions/param_curves.py index d8f880d0c..e38d5208a 100755 --- a/share/extensions/param_curves.py +++ b/share/extensions/param_curves.py @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Changes: * This program is derived by Michel Chatelain from funcplot.py. His changes are in the Public Domain. diff --git a/share/extensions/pathalongpath.py b/share/extensions/pathalongpath.py index 234430acd..93bb99d6b 100755 --- a/share/extensions/pathalongpath.py +++ b/share/extensions/pathalongpath.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. barraud@math.univ-lille1.fr Quick description: diff --git a/share/extensions/pathmodifier.py b/share/extensions/pathmodifier.py index ff2bbfb3a..d80b6eeae 100755 --- a/share/extensions/pathmodifier.py +++ b/share/extensions/pathmodifier.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. barraud@math.univ-lille1.fr This code defines a basic class (PathModifier) of effects whose purpose is diff --git a/share/extensions/pathscatter.py b/share/extensions/pathscatter.py index 5c2857979..92af6ad76 100755 --- a/share/extensions/pathscatter.py +++ b/share/extensions/pathscatter.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. barraud@math.univ-lille1.fr Quick description: diff --git a/share/extensions/perfectboundcover.py b/share/extensions/perfectboundcover.py index 9f81dbb36..e69bcf4c2 100755 --- a/share/extensions/perfectboundcover.py +++ b/share/extensions/perfectboundcover.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import sys, inkex diff --git a/share/extensions/perspective.py b/share/extensions/perspective.py index a6ee5810b..febe34a22 100755 --- a/share/extensions/perspective.py +++ b/share/extensions/perspective.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Perspective approach & math by Dmitry Platonov, shadowjack@mail.ru, 2006 """ diff --git a/share/extensions/plotter.py b/share/extensions/plotter.py index 7e34f2953..60858cc6c 100755 --- a/share/extensions/plotter.py +++ b/share/extensions/plotter.py @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library diff --git a/share/extensions/polyhedron_3d.py b/share/extensions/polyhedron_3d.py index 8e4a8e8e6..7ce8b1c6d 100755 --- a/share/extensions/polyhedron_3d.py +++ b/share/extensions/polyhedron_3d.py @@ -46,7 +46,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import sys diff --git a/share/extensions/previous_glyph_layer.py b/share/extensions/previous_glyph_layer.py index 801570d65..5e9de1fb8 100755 --- a/share/extensions/previous_glyph_layer.py +++ b/share/extensions/previous_glyph_layer.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/print_win32_vector.py b/share/extensions/print_win32_vector.py index 37c2021ac..bf8e89845 100755 --- a/share/extensions/print_win32_vector.py +++ b/share/extensions/print_win32_vector.py @@ -25,7 +25,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library from ctypes import * diff --git a/share/extensions/printing_marks.py b/share/extensions/printing_marks.py index 0306048d6..6c718da01 100755 --- a/share/extensions/printing_marks.py +++ b/share/extensions/printing_marks.py @@ -21,7 +21,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' from subprocess import Popen, PIPE, STDOUT diff --git a/share/extensions/pturtle.py b/share/extensions/pturtle.py index b2740a4bc..a4925bf4c 100755 --- a/share/extensions/pturtle.py +++ b/share/extensions/pturtle.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import math class pTurtle: diff --git a/share/extensions/radiusrand.py b/share/extensions/radiusrand.py index e272a50c4..e4585ccd4 100755 --- a/share/extensions/radiusrand.py +++ b/share/extensions/radiusrand.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import random, math, inkex, cubicsuperpath diff --git a/share/extensions/render_alphabetsoup.py b/share/extensions/render_alphabetsoup.py index a2cbcb978..06c82cb2d 100755 --- a/share/extensions/render_alphabetsoup.py +++ b/share/extensions/render_alphabetsoup.py @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import copy diff --git a/share/extensions/render_barcode.py b/share/extensions/render_barcode.py index 4f1464a92..381f3fc76 100755 --- a/share/extensions/render_barcode.py +++ b/share/extensions/render_barcode.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ Inkscape's general barcode extension. Run from within inkscape or use the diff --git a/share/extensions/render_barcode_datamatrix.py b/share/extensions/render_barcode_datamatrix.py index 72ffddbe6..82c827bb8 100755 --- a/share/extensions/render_barcode_datamatrix.py +++ b/share/extensions/render_barcode_datamatrix.py @@ -43,7 +43,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ######VERSION HISTORY##### Ver. Date Notes diff --git a/share/extensions/render_gear_rack.py b/share/extensions/render_gear_rack.py index 63433aadb..95076ba64 100755 --- a/share/extensions/render_gear_rack.py +++ b/share/extensions/render_gear_rack.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/render_gears.py b/share/extensions/render_gears.py index 2584117f2..fbec5d052 100755 --- a/share/extensions/render_gears.py +++ b/share/extensions/render_gears.py @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/rtree.py b/share/extensions/rtree.py index c0dc1cca6..b336c4e3a 100755 --- a/share/extensions/rtree.py +++ b/share/extensions/rtree.py @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, simplestyle, pturtle, random from simpletransform import computePointInNode diff --git a/share/extensions/rubberstretch.py b/share/extensions/rubberstretch.py index 95d1cffb5..2e6b85ad5 100755 --- a/share/extensions/rubberstretch.py +++ b/share/extensions/rubberstretch.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. barraud@math.univ-lille1.fr ''' diff --git a/share/extensions/setup_typography_canvas.py b/share/extensions/setup_typography_canvas.py index a1000f2d1..209c9757f 100755 --- a/share/extensions/setup_typography_canvas.py +++ b/share/extensions/setup_typography_canvas.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/simplepath.py b/share/extensions/simplepath.py index 514dd4666..5d99e46e7 100644 --- a/share/extensions/simplepath.py +++ b/share/extensions/simplepath.py @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ import re, math diff --git a/share/extensions/simplestyle.py b/share/extensions/simplestyle.py index ca33e68a4..32328a40d 100644 --- a/share/extensions/simplestyle.py +++ b/share/extensions/simplestyle.py @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ svgcolors={ diff --git a/share/extensions/simpletransform.py b/share/extensions/simpletransform.py index 8b6f46935..f6f68d2be 100644 --- a/share/extensions/simpletransform.py +++ b/share/extensions/simpletransform.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. barraud@math.univ-lille1.fr This code defines several functions to make handling of transform diff --git a/share/extensions/spirograph.py b/share/extensions/spirograph.py index e702344a5..02cb02bcd 100755 --- a/share/extensions/spirograph.py +++ b/share/extensions/spirograph.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex, simplestyle, math from simpletransform import computePointInNode diff --git a/share/extensions/split.py b/share/extensions/split.py index 18d4327fe..4e83b3d33 100755 --- a/share/extensions/split.py +++ b/share/extensions/split.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/straightseg.py b/share/extensions/straightseg.py index f18658012..9222ed5b5 100755 --- a/share/extensions/straightseg.py +++ b/share/extensions/straightseg.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import math, inkex, simplepath, sys diff --git a/share/extensions/summersnight.py b/share/extensions/summersnight.py index fbf88fe92..7af4bb571 100755 --- a/share/extensions/summersnight.py +++ b/share/extensions/summersnight.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ # standard library diff --git a/share/extensions/svg_and_media_zip_output.py b/share/extensions/svg_and_media_zip_output.py index 20a5dac18..c5963b721 100755 --- a/share/extensions/svg_and_media_zip_output.py +++ b/share/extensions/svg_and_media_zip_output.py @@ -26,7 +26,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. TODOs - fix bug: not saving existing .zip after a Collect for Output is run diff --git a/share/extensions/svgcalendar.py b/share/extensions/svgcalendar.py index a4269f5d7..9f221a807 100755 --- a/share/extensions/svgcalendar.py +++ b/share/extensions/svgcalendar.py @@ -25,7 +25,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' __version__ = "0.3" diff --git a/share/extensions/svgfont2layers.py b/share/extensions/svgfont2layers.py index 48100e3f5..1a392c72c 100755 --- a/share/extensions/svgfont2layers.py +++ b/share/extensions/svgfont2layers.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/tar_layers.py b/share/extensions/tar_layers.py index 3707af1f8..3ba5aa55e 100755 --- a/share/extensions/tar_layers.py +++ b/share/extensions/tar_layers.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """ An extension to export multiple svg files from a single svg file containing layers. diff --git a/share/extensions/triangle.py b/share/extensions/triangle.py index ecd977d40..32bd2a1db 100755 --- a/share/extensions/triangle.py +++ b/share/extensions/triangle.py @@ -29,7 +29,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/voronoi.py b/share/extensions/voronoi.py index 8661bc9bf..ac2c13f8f 100755..100644 --- a/share/extensions/voronoi.py +++ b/share/extensions/voronoi.py @@ -395,6 +395,8 @@ class Edge(object): else: # set formula of line, with y fixed to 1 newedge.b = 1.0 + if dy <= 0: + dy = 0.01 newedge.a = dx/dy newedge.c /= dy diff --git a/share/extensions/voronoi2svg.inx b/share/extensions/voronoi2svg.inx index d86ebd819..c07dbb8e5 100644 --- a/share/extensions/voronoi2svg.inx +++ b/share/extensions/voronoi2svg.inx @@ -18,6 +18,12 @@ <_item value="Automatic from seeds">Automatic from selected objects</_item> </param> <param name="show-clip-box" type="boolean" _gui-text="Show the bounding box"></param> + <_param name="Delaunay Options" type="description" appearance="header">Options for Delaunay Triangulation</_param> + <param name="delaunay-fill-options" _gui-text="Triangles color" type="optiongroup"> + <_option value="delaunay-no-fill">Default (Stroke black and no fill)</_option> + <_option value="delaunay-fill">Triangles with item color</_option> + <_option value="delaunay-fill-random">Triangles with item color (random on apply)</_option> + </param> </page> <page name="help" _gui-text="Help"> <_param name="help_text" type="description">Select a set of objects. Their centroids will be used as the sites of the Voronoi diagram. Text objects are not handled.</_param> diff --git a/share/extensions/voronoi2svg.py b/share/extensions/voronoi2svg.py index 26a89393c..d4740b7f5 100755..100644 --- a/share/extensions/voronoi2svg.py +++ b/share/extensions/voronoi2svg.py @@ -36,6 +36,7 @@ import simplestyle import simplepath import simpletransform import voronoi +import random inkex.localize() @@ -76,7 +77,13 @@ class Voronoi2svg(inkex.Effect): default = False, dest='showClipBox', help = 'Set this to true to write the bounding box') - + self.OptionParser.add_option( + '--delaunay-fill-options', + action = 'store', + type = 'string', + default = "delaunay-no-fill", + dest='delaunayFillOptions', + help = 'Set the Delaunay triangles color options') #}}} #{{{ Clipping a line by a bounding box @@ -191,7 +198,8 @@ class Voronoi2svg(inkex.Effect): #}}} def effect(self): - + #saveout = sys.stdout + #sys.stdout = sys.stderr #{{{ Check that elements have been selected if len(self.options.ids) == 0: @@ -203,15 +211,19 @@ class Voronoi2svg(inkex.Effect): #{{{ Drawing styles linestyle = { - 'stroke' : '#000000', - 'stroke-width' : str(self.unittouu('1px')), - 'fill' : 'none' + 'stroke' : '#000000', + 'stroke-width' : str(self.unittouu('1px')), + 'fill' : 'none', + 'stroke-linecap' : 'round', + 'stroke-linejoin' : 'round' } - + facestyle = { - 'stroke' : '#ff0000', - 'stroke-width' : str(self.unittouu('1px')), - 'fill' : 'none' + 'stroke' : '#000000', + 'stroke-width' : str(self.unittouu('1px')), + 'fill' : 'none', + 'stroke-linecap' : 'round', + 'stroke-linejoin' : 'round' } #}}} @@ -231,6 +243,7 @@ class Voronoi2svg(inkex.Effect): pts = [] nodes = [] seeds = [] + fills = [] for id in self.options.ids: @@ -244,6 +257,20 @@ class Voronoi2svg(inkex.Effect): if trans: simpletransform.applyTransformToPoint(trans,pt) pts.append(Point(pt[0],pt[1])) + fill = 'none' + if self.options.delaunayFillOptions != "delaunay-no-fill": + if node.attrib.has_key('style'): + style = node.get('style') # fixme: this will break for presentation attributes! + if style: + declarations = style.split(';') + for i,decl in enumerate(declarations): + parts = decl.split(':', 2) + if len(parts) == 2: + (prop, val) = parts + prop = prop.strip().lower() + if prop == 'fill': + fill = val.strip() + fills.append(fill) seeds.append(Point(cx,cy)) #}}} @@ -327,6 +354,9 @@ class Voronoi2svg(inkex.Effect): if self.options.diagramType != 'Voronoi': triangles = voronoi.computeDelaunayTriangulation(seeds) + i = 0; + if self.options.delaunayFillOptions == "delaunay-fill": + random.seed("inkscape") for triangle in triangles: p1 = seeds[triangle[0]] p2 = seeds[triangle[1]] @@ -335,11 +365,20 @@ class Voronoi2svg(inkex.Effect): ['L',[p2.x,p2.y]], ['L',[p3.x,p3.y]], ['Z',[]]] + if self.options.delaunayFillOptions == "delaunay-fill" or self.options.delaunayFillOptions == "delaunay-fill-random": + facestyle = { + 'stroke' : fills[triangle[random.randrange(0, 2)]], + 'stroke-width' : str(self.unittouu('0.005px')), + 'fill' : fills[triangle[random.randrange(0, 2)]], + 'stroke-linecap' : 'round', + 'stroke-linejoin' : 'round' + } path = inkex.etree.Element(inkex.addNS('path','svg')) path.set('d',simplepath.formatPath(cmds)) path.set('style',simplestyle.formatStyle(facestyle)) groupDelaunay.append(path) - + i += 1; + #sys.stdout = saveout #}}} diff --git a/share/extensions/web-set-att.py b/share/extensions/web-set-att.py index b224ed9aa..0dafcb974 100755 --- a/share/extensions/web-set-att.py +++ b/share/extensions/web-set-att.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # local library import inkwebeffect diff --git a/share/extensions/web-transmit-att.py b/share/extensions/web-transmit-att.py index 414eb12ea..bae6956b2 100755 --- a/share/extensions/web-transmit-att.py +++ b/share/extensions/web-transmit-att.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # local library import inkwebeffect diff --git a/share/extensions/webslicer_create_group.py b/share/extensions/webslicer_create_group.py index dd48c3e96..47e5f706f 100755 --- a/share/extensions/webslicer_create_group.py +++ b/share/extensions/webslicer_create_group.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # local library from webslicer_effect import * diff --git a/share/extensions/webslicer_create_rect.py b/share/extensions/webslicer_create_rect.py index b4e6858af..b68cd9ad8 100755 --- a/share/extensions/webslicer_create_rect.py +++ b/share/extensions/webslicer_create_rect.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # local library from webslicer_effect import * diff --git a/share/extensions/webslicer_effect.py b/share/extensions/webslicer_effect.py index d91d0ce85..acb78fcbd 100755 --- a/share/extensions/webslicer_effect.py +++ b/share/extensions/webslicer_effect.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import inkex diff --git a/share/extensions/webslicer_export.py b/share/extensions/webslicer_export.py index a8a3c67ba..47db5369c 100755 --- a/share/extensions/webslicer_export.py +++ b/share/extensions/webslicer_export.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' # standard library import os diff --git a/share/extensions/whirl.py b/share/extensions/whirl.py index 7ee9cc0a2..93e04c60d 100755 --- a/share/extensions/whirl.py +++ b/share/extensions/whirl.py @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' import math, inkex, cubicsuperpath from simpletransform import computePointInNode diff --git a/share/extensions/wireframe_sphere.py b/share/extensions/wireframe_sphere.py index bda06af21..64a1266b6 100755 --- a/share/extensions/wireframe_sphere.py +++ b/share/extensions/wireframe_sphere.py @@ -45,7 +45,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ######VERSION HISTORY##### Ver. Date Notes diff --git a/share/icons/icons.svg b/share/icons/icons.svg index 5e3be4220..ea89282df 100644 --- a/share/icons/icons.svg +++ b/share/icons/icons.svg @@ -4308,6 +4308,13 @@ http://www.inkscape.org/</dc:description> <rect style="color:#000000;fill:none" id="rect17937-7" width="15.721" height="15.721" x="284.9688" y="535.6099" /> <path style="color:#000000;solid-opacity:1;fill:#000000;stroke-width:1.3" d="m 290.1793,536.2979 c -0.7351,-0.02 -1.3963,0.2336 -1.8416,0.7418 -0.4453,0.5079 -0.6453,1.1819 -0.7277,1.8733 -0.165,1.3827 0.089,2.9888 0.3519,4.5721 0.2625,1.5832 0.5439,3.1441 0.5465,4.1601 0,0.5079 -0.082,0.854 -0.1453,0.9691 -0.064,0.115 -0.041,0.1361 -0.3174,0.1282 -0.6247,-0.018 -0.8383,-0.2559 -1.06,-0.7845 -0.2217,-0.5286 -0.3197,-1.3858 -0.2995,-2.2749 0.041,-1.7782 0.1181,-2.1383 0.1181,-2.1383 l -1.3819,-0.012 c 0,0 -0.034,0.44 -0.081,2.4977 -0.023,1.0288 -0.041,1.7085 0.3488,2.6369 0.3896,0.9284 1.2262,1.6826 2.3192,1.7143 0.6352,0.018 1.2607,-0.3347 1.5691,-0.8922 0.3084,-0.5575 0.3684,-1.1856 0.3668,-1.8493 0,-1.3269 -0.3139,-2.9046 -0.5719,-4.461 -0.258,-1.5566 -0.4523,-3.0895 -0.3384,-4.044 0.057,-0.4774 0.1784,-0.773 0.3189,-0.9332 0.1403,-0.1602 0.3293,-0.2738 0.7905,-0.2615 0.4549,0.012 0.691,0.1248 0.822,0.2393 0.131,0.1144 0.2075,0.2532 0.262,0.5316 0.109,0.5566 -0.012,1.5867 -0.2126,2.6612 -0.2001,1.0747 -0.4614,2.1843 -0.4372,3.2167 0.012,0.5163 0.098,1.0527 0.4133,1.5075 0.3153,0.4549 0.8398,0.7126 1.3954,0.7452 0.4606,0.027 0.881,-0.051 1.2367,-0.2735 0.3557,-0.2231 0.6121,-0.5902 0.7531,-0.9588 0.282,-0.7375 0.2377,-1.4817 0.2126,-2.157 -0.025,-0.6754 -0.041,-1.301 0.021,-1.5725 0.031,-0.1358 0.056,-0.155 0.057,-0.1555 6e-4,-6e-4 0.022,-0.034 0.2006,-0.029 0.218,0 0.2382,0.043 0.271,0.074 0.033,0.031 0.092,0.1224 0.1947,0.323 0.1022,0.2006 0.2482,0.5079 0.5375,0.7743 0.2893,0.2664 0.7035,0.4386 1.1723,0.4614 1.6094,-0.2758 2.284,-1.0042 3.4062,-0.084 l 0,-1.6613 c -1.4875,-0.7361 -2.2939,-0.161 -3.3448,0.1059 -0.2401,-0.012 -0.2878,-0.059 -0.3309,-0.099 -0.043,-0.04 -0.1003,-0.1294 -0.1991,-0.3231 -0.099,-0.1938 -0.2357,-0.493 -0.5181,-0.7606 -0.2825,-0.2676 -0.6959,-0.4362 -1.1528,-0.4495 -0.4137,-0.012 -0.8221,0.1078 -1.1305,0.388 -0.3084,0.2805 -0.4715,0.6683 -0.5524,1.0255 -0.162,0.7142 -0.091,1.4129 -0.067,2.0545 0.024,0.6418 -0.01,1.2067 -0.093,1.4289 -0.043,0.1112 -0.066,0.1378 -0.1273,0.176 -0.061,0.038 -0.1963,0.09 -0.4716,0.074 -0.2756,-0.016 -0.3064,-0.07 -0.3429,-0.1231 -0.037,-0.053 -0.098,-0.2166 -0.1048,-0.535 -0.015,-0.6367 0.2002,-1.72 0.4073,-2.8321 0.2071,-1.1119 0.4237,-2.265 0.2096,-3.3586 -0.1071,-0.5468 -0.3582,-1.0977 -0.792,-1.4767 -0.434,-0.379 -1.0001,-0.5617 -1.6605,-0.5794 z" id="path14318-5-3" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccccccccccsccccccccccccsccccccccccccccccccccc" /> </g> +<g transform="translate(-487.9762,228.9465)" id="dialog-path-effects"> + <rect y="55.0535" x="759.9762" height="16" width="16" id="rect6699" style="fill:none" /> + <path inkscape:original-d="m 762.7922,66.84248 c 0.81,-3.72324 2.6964,-6.76942 8.7466,-8.75802" inkscape:path-effect="#path-effect9860" id="path6694" d="m 761.9292,60.21135 c -1.3234,4.58045 0.575,6.56847 0.863,6.63113 0.6244,0.13585 3.6939,-0.81114 4.2558,-1.49894 -0.7024,-0.7668 -1.5244,-1.24741 -2.6209,-1.99655 -0.9558,-0.653 -2.1687,-1.54649 -2.4979,-3.13564 z m 2.5287,-1.19313 c -0.2505,0.79624 -0.1537,1.6448 0.242,2.34393 0.3352,0.59425 0.8545,1.02916 1.4624,1.31727 0.532,0.2465 1.1266,0.36704 1.7511,0.35988 -1.4671,-0.88543 -2.3354,-1.5733 -2.9025,-2.44951 -0.5203,-0.80386 -0.5573,-1.47454 -0.553,-1.57157 z m 2.7983,-1.0336 c -0.9659,2.04621 0.4165,2.77407 1.734,3.11108 -1.3117,-1.02013 -1.9104,-2.98174 -1.734,-3.11108 z m 3.5258,-2.20259 c -0.5765,0.33177 -0.5058,1.38168 -0.778,1.76289 -0.5215,0.7302 -1.0601,0.85177 -0.7801,1.43544 0.3733,0.77825 0.5096,0.37663 1.516,0.47373 0.3092,0.0298 1.2269,0.97451 1.5502,0.91628 -0.9834,-1.54422 -1.5449,-2.97001 -1.5081,-4.58834 z" style="fill:#ffffff;stroke:#4d4d4d;stroke-linejoin:round" /> +<path style="fill:none;stroke:#008000" d="m 762.5,68.5 c 0.8058,-6.48429 5.5747,-9.9922 11,-11"/> +<use height="1250" width="1250" id="use6703" y="0" x="0" transform="translate(805.0318,-128.6983)" xlink:href="#rect10675" /> +<use transform="translate(793.0318,-116.6983)" x="0" y="0" id="use6705" width="1250" height="1250" xlink:href="#rect10675" /> +</g> <g id="paint-order-fsm" inkscape:label="#paint-order-fsm"> <rect style="fill:none" height="24" width="24" y="420" x="944"/> <rect style="fill:#4776a7" height="14" width="14" y="430" x="954"/> @@ -4364,7 +4371,7 @@ http://www.inkscape.org/</dc:description> <use xlink:href="#use7716" transform="translate(0,4)" height="100%" width="100%" y="0" x="0"/> <use xlink:href="#use7718" transform="translate(0,4)" height="100%" width="100%" y="0" x="0"/> </g> - <g id="paint-order-smf" inkscape-label="#paint-order-smf" transform="translate(32,32)"> + <g id="paint-order-smf" inkscape:label="#paint-order-smf" transform="translate(32,32)"> <rect style="fill:none" height="24" width="24" y="420" x="944"/> <path d="m949.5 444v-18.5h18.5v9h-9.5v9.5z" style="fill:#99b6d4"/> <path style="stroke:#000000;fill:none" d="m949.5 444v-18.5h18.5m0 9h-9.5v9.5"/> diff --git a/share/icons/symbolic_icons.svg b/share/icons/symbolic_icons.svg index 1f301f85c..aee4937c5 100644 --- a/share/icons/symbolic_icons.svg +++ b/share/icons/symbolic_icons.svg @@ -3621,5 +3621,13 @@ <rect y="536.7323" x="282.5811" height="15.721" width="15.721" id="rect13989" style="color:#000000;display:inline;fill:none;stroke:none;stroke-width:1;marker:none" /> <path inkscape:connector-curvature="0" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 530.5332,205.6113 a 1.9925,2.080405 0 0 0 -1.9199,1.5313 c -0.9429,0.2708 -1.9018,0.6927 -2.8145,1.3906 -0.2253,0.1726 -0.4371,0.3066 -0.6523,0.4512 a 1.9925,2.080405 0 0 0 -1.2949,-0.502 1.9925,2.080405 0 0 0 -1.9844,1.916 c -0.9221,0.1715 -1.7184,0.1531 -2.4043,0.1485 l -0.012,1.5 c 0.6891,0 1.6591,0.014 2.8164,-0.2246 a 1.9925,2.080405 0 0 0 1.584,0.8222 1.9925,2.080405 0 0 0 1.9922,-2.08 1.9925,2.080405 0 0 0 -0.016,-0.2364 c 0.2903,-0.1865 0.5815,-0.3741 0.8809,-0.6035 0.6674,-0.5104 1.36,-0.8509 2.0527,-1.0762 a 1.9925,2.080405 0 0 0 1.7715,1.125 1.9925,2.080405 0 0 0 1.9121,-1.5078 c 0.728,0.032 1.3977,0.09 1.9531,0.09 l 0,-1.5 c -0.4631,0 -1.2081,-0.083 -2.0937,-0.1153 a 1.9925,2.080405 0 0 0 -1.7715,-1.1289 z m 0,1.1133 a 0.9260918,0.9669491 0 0 1 0.9258,0.9668 0.9260918,0.9669491 0 0 1 -0.9258,0.9668 0.9260918,0.9669491 0 0 1 -0.9277,-0.9668 0.9260918,0.9669491 0 0 1 0.9277,-0.9668 z m -6.6816,2.8711 a 0.9260918,0.9669491 0 0 1 0.9257,0.9688 0.9260918,0.9669491 0 0 1 -0.9257,0.9667 0.9260918,0.9669491 0 0 1 -0.9258,-0.9667 0.9260918,0.9669491 0 0 1 0.9258,-0.9688 z" transform="translate(-236.3605,335.8446)" id="path14280" /> </g> +<g id="dialog-path-effects"> +<rect y="887.3622" x="165" height="16" width="16" id="rect6476" style="fill:none" /> +<path d="m 178.4301,889.3087 c -5.5785,1.0362 -10.5734,4.7355 -11.4063,11.4375 a 0.5038911,0.5038911 0 1 0 1,0.125 c 0.7787,-6.2666 5.3216,-9.5832 10.5938,-10.5625 a 0.5087131,0.5087131 0 1 0 -0.1875,-1 z" style="fill:url(#linearGradient19282)" /> +<circle r="1.5" cy="889.8622" cx="178.5625" style="fill:url(#linearGradient19282)" /> +<circle r="1.5" cy="900.8622" cx="167.5625" style="fill:url(#linearGradient19282)" /> +<path style="fill:url(#linearGradient19282)" d="m 167.983,891.5712 c -1.2435,1.8693 -1.2766,4.2067 0.2444,5.615 1.4792,0.8068 2.9545,0.6486 4.7753,-0.9867 -3.248,0.4264 -4.9899,-1.103 -5.0197,-4.6283 z" /> +<path d="m 173.9234,888.4745 c -1.5099,0.9137 -2.2988,2.505 -1.6614,3.9183 0.8042,0.9889 1.9214,1.3157 3.7716,0.7325 -2.4852,-0.6659 -3.2426,-2.2272 -2.1102,-4.6508 z" style="fill:url(#linearGradient19282)" /> +</g> </g> </svg> diff --git a/share/tutorials/tutorial-advanced.fr.svg b/share/tutorials/tutorial-advanced.fr.svg index b8b48ff7a..4124fdbc7 100644 --- a/share/tutorials/tutorial-advanced.fr.svg +++ b/share/tutorials/tutorial-advanced.fr.svg @@ -35,445 +35,445 @@ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path7527" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.46 237.6)"/> <path id="text1896" d="m120.82 12.812 0.1105-0.44803c0.96986-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14732 0.5779-0.14731 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72436 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58929-0.30518 0.95761-0.91554 0.2087-0.35063 0.49721-0.948 0.86553-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6635 3.1752-2.6334 3.1752-0.3192 0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.38059 0.72724-0.69365 1.2532-0.93919 1.5778-0.54019 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50336 0.000008 0.92691 0.27921 1.2707 0.83762l0.92077-3.5063c0.12276-0.4675 0.18414-0.75969 0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78573-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25781 0.95449 0.18415 0.23376 0.41743 0.35063 0.69979 0.35063 0.71206 0 1.3934-0.62984 2.0441-1.8895 0.87167-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438 5.3763 0.36831 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6887 2.7661-0.34375 0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866s0.27623-0.79866 0.60772-1.6558l0.69978-1.7726c0.41742-1.0519 0.62613-1.7596 0.62613-2.1233 0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87166-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81029 0.38959 0.2087 0.25973 0.31305 0.59738 0.31306 1.0129-0.00001 0.49349-0.25168 1.409-0.75504 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.4788 1.396-0.4788 1.6558 0 0.23375 0.0982 0.35063 0.29465 0.35063 0.23326 0 0.53405-0.22077 0.90235-0.6623 0.3806-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27623-10.227c0.23325 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25782 0.62334 0 0.24675-0.0859 0.46103-0.25782 0.64282-0.1596 0.18182-0.35604 0.27272-0.58929 0.27271-0.23326 0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282 0-0.24673 0.0859-0.45451 0.25782-0.62334 0.17187-0.1818 0.37445-0.2727 0.60771-0.27271m8.3563 0.38959 0.1105-0.44803c0.96987-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14734 0.5779-0.14733 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72435 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58928-0.30518 0.9576-0.91554 0.2087-0.35063 0.49722-0.948 0.86554-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6636 3.1752-2.6334 3.1752-0.3192 0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.3806 0.72724-0.69365 1.2532-0.93919 1.5778-0.5402 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50335 0.000008 0.92691 0.27921 1.2707 0.83762l0.92078-3.5063c0.12275-0.4675 0.18415-0.75969 0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78572-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25783 0.95449 0.18414 0.23376 0.41741 0.35063 0.69978 0.35063 0.71207 0 1.3934-0.62984 2.0441-1.8895 0.87166-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479h1.3075c-0.30692 0.87009-0.72434 2.1427-1.2522 3.818-0.56475 1.8051-0.84712 3.0323-0.84711 3.6816-0.00001 0.27271 0.0982 0.40907 0.29464 0.40907 0.4297 0 1.0313-0.88307 1.8047-2.6492l0.40514 0.17532c-0.51563 1.1818-0.95761 1.9934-1.3259 2.4349-0.36832 0.44153-0.78574 0.6623-1.2522 0.6623-0.76118 0-1.1418-0.36362-1.1418-1.0909 0-0.19479 0.0553-0.59088 0.16574-1.1882-0.87166 1.5324-1.8047 2.2986-2.7992 2.2986-0.62614 0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337 0-1.4804 0.55247-2.9154 1.6574-4.305 1.1049-1.4025 2.2406-2.1038 3.4069-2.1038 0.61385 0.000008 1.0804 0.35713 1.3996 1.0714l0.29465-0.81814m-1.5469 0.23375c-0.36831-0.02596-0.79801 0.2013-1.2891 0.68178-0.4788 0.46752-0.92691 1.0974-1.3443 1.8895-0.83485 1.5713-1.2523 2.8895-1.2523 3.9543 0 0.83112 0.30693 1.2467 0.92077 1.2467 0.99444 0 1.9336-1.0324 2.8176-3.0972 0.60156-1.4025 0.93919-2.5648 1.0128-3.4868 0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893 5.3374 0.36831 0.23375c-0.88395 1.8311-1.9643 2.7466-3.2411 2.7466-0.67524 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83483-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.4297 0.000008 0.77346 0.11039 1.0313 0.33115 0.27009 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13505 0.15584-0.30079 0.23376-0.49721 0.23375-0.17188 0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.1105-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81029 1.5584-1.1418 2.6102-0.33148 1.0389-0.49721 1.896-0.49721 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.9576 0 1.8354-0.80515 2.6334-2.4155m5.1362-8.3177h1.2891l-0.79187 2.7466h1.4548l-0.12891 0.44803h-1.4548l-0.34989 1.1298c-0.29465 0.96099-0.60771 2.1233-0.93919 3.4868-0.33147 1.3506-0.49722 2.1362-0.49722 2.357 0 0.29869 0.12891 0.44803 0.38673 0.44803 0.45425 0.000001 1.0006-0.6623 1.639-1.9869 0.0614-0.14285 0.15346-0.31816 0.27623-0.52595l0.36831 0.1948c-0.47881 1.0519-0.83484 1.7272-1.0681 2.0259-0.50336 0.63633-1.0374 0.9545-1.6022 0.9545-0.38058 0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345 0-0.36362 0.0552-0.77268 0.16574-1.2272 0.12278-0.50646 0.51564-1.9609 1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027 8.3177 0.3683 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6886 2.7661-0.34376 0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.11049-0.79866 0.0737-0.24674 0.27624-0.79866 0.60771-1.6558l0.69979-1.7726c0.41742-1.0519 0.62613-1.7596 0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36832-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81027 0.38959 0.20872 0.25973 0.31307 0.59738 0.31307 1.0129 0 0.49349-0.25168 1.409-0.75503 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29463 0.35063 0.23328 0 0.53406-0.22077 0.90237-0.6623 0.38058-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27624-10.227c0.23326 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25783 0.62334-0.00001 0.24675-0.0859 0.46103-0.25783 0.64282-0.1596 0.18182-0.35603 0.27272-0.58929 0.27271-0.23327 0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673 0.0859-0.45451 0.25782-0.62334 0.17188-0.1818 0.37444-0.2727 0.60771-0.27271m7.3369 10.227 0.36831 0.23375c-0.88396 1.8311-1.9643 2.7466-3.2411 2.7466-0.67523 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83482-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.42969 0.000008 0.77345 0.11039 1.0313 0.33115 0.27008 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13506 0.15584-0.30079 0.23376-0.49721 0.23375-0.17189 0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.11049-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81028 1.5584-1.1418 2.6102-0.33148 1.0389-0.49722 1.896-0.49722 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.95761 0 1.8354-0.80515 2.6334-2.4155m6.3332 0 0.36832 0.19479c-0.82257 1.8441-1.7188 2.7661-2.6887 2.7661-0.34376 0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866 0.0736-0.24674 0.27622-0.79866 0.60771-1.6558l0.69979-1.7726c0.4174-1.0519 0.62612-1.7596 0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33147 0.000008 0.60157 0.12987 0.81028 0.38959 0.20871 0.25973 0.31306 0.59738 0.31307 1.0129-0.00001 0.49349-0.25169 1.409-0.75503 2.7466l-0.77346 2.0453c-0.31921 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29465 0.35063 0.23325 0 0.53404-0.22077 0.90236-0.6623 0.38058-0.45452 0.74275-1.0259 1.0865-1.7142m-0.27622-10.227c0.23326 0.000012 0.42969 0.09092 0.5893 0.27271 0.17187 0.16883 0.2578 0.37662 0.25781 0.62334-0.00001 0.24675-0.0859 0.46103-0.25781 0.64282-0.15961 0.18182-0.35604 0.27272-0.5893 0.27271-0.23328 0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282 0-0.24673 0.0859-0.45451 0.25781-0.62334 0.17187-0.1818 0.37444-0.2727 0.60772-0.27271m7.2632 10.383 0.34989 0.25323c-1.0681 1.7012-2.1853 2.5518-3.3516 2.5518-0.62613 0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168 0-1.1558 0.39287-2.409 1.1786-3.7595 1.0927-1.87 2.3326-2.805 3.7199-2.805 0.40513 0.000008 0.73661 0.12987 0.99443 0.38959 0.25781 0.25973 0.38672 0.59088 0.38673 0.99345-0.00001 0.94801-0.62 1.8441-1.86 2.6882-0.40514 0.27272-1.3136 0.71425-2.7255 1.3246-0.20871 0.79217-0.31306 1.4025-0.31306 1.8311 0 0.71425 0.31306 1.0714 0.9392 1.0714 0.45424 0 0.87779-0.16233 1.2707-0.48699 0.40514-0.33764 0.91463-0.948 1.5285-1.8311m-3.278-1.1103c0.23326-0.10389 0.51563-0.24024 0.84711-0.40907 0.71206-0.38959 1.3075-0.90904 1.7863-1.5584 0.49107-0.64931 0.73661-1.2597 0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337 0.000008-1.0067 0.3896-1.5101 1.1688-0.49108 0.7662-0.93306 1.8506-1.3259 3.2531m7.1834-8.8826 0.11048-0.44803c0.92078-0.03895 1.9643-0.10388 3.1306-0.1948-0.0982 0.35064-0.17188 0.60388-0.22099 0.7597-0.13505 0.40259-0.32533 1.0129-0.57087 1.8311l-1.4917 5.1426c-0.71206 2.4544-1.0681 3.9608-1.0681 4.5192-0.00001 0.40258 0.11049 0.60386 0.33147 0.60386 0.30693 0 0.68751-0.35063 1.1418-1.0519 0.23327-0.36361 0.49722-0.84411 0.79188-1.4415l0.42355 0.21427c-0.36832 0.71425-0.64455 1.2207-0.8287 1.5194-0.56475 0.89606-1.2093 1.3441-1.9336 1.3441-0.36831 0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542 0.20871-1.5389 0.62613-2.9804l1.6206-5.5906c0.35603-1.2337 0.53406-1.9285 0.53406-2.0843 0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#fff"/> <use id="use1901" opacity=".078652" style="color:black" xlink:href="#text1896" transform="matrix(3.1679 0 0 3.1679 -274.08 -31.04)" height="1052.3622" width="320" y="0" x="0" fill="black"/> </g> - <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> + <text id="text1920" font-family="sans-serif" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::AVANCÉ</tspan> </text> bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <rect id="d0e15" display="none" height="1e3px" width="264" y="36" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e15"/> </flowRegion> - <flowDiv xml:space="preserve">Ce didacticiel couvre le copier/coller, l'édition de nœuds, le dessin à main levée, le tracé de courbes de Bézier, la manipulation de chemins, les opérations booléennes, les objets offset, la simplification et l'outil texte.</flowDiv> + <flowDiv xml:space="preserve">Ce didacticiel couvre le copier-coller, l'édition de nœuds, le dessin à main levée, le tracé de courbes de Bézier, la manipulation de chemins, les opérations booléennes, les objets offset, la simplification et l'outil texte.</flowDiv> </flowRoot> <rect id="d0e18" display="none" height="1e3px" width="264" y="80.261" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e18"/> </flowRegion> - <flowDiv xml:space="preserve">Faites défiler la page avec <flowSpan font-weight="bold">Ctrl+flèche</flowSpan>, ou avec la souris (<flowSpan font-weight="bold">molette</flowSpan> ou <flowSpan font-weight="bold">bouton du milieu</flowSpan>). Pour les bases de la création, sélection et transformation d'objets, voyez le didacticiel basique du menu <flowSpan font-family="Sans">Aide > didacticiels</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Faites défiler la page avec <flowSpan font-weight="bold">Ctrl+flèche</flowSpan>, ou avec la souris (<flowSpan font-weight="bold">molette</flowSpan> ou <flowSpan font-weight="bold">bouton du milieu</flowSpan>). Pour les bases de la création, sélection et transformation d'objets, voyez le didacticiel basique du menu <flowSpan font-family="sans-serif">Aide > Didacticiels</flowSpan>.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="143.32108800000003" x="10" font-family="Sans" fill="#000000"> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="143.32108800000003" x="10" font-family="sans-serif" fill="#000000"> <tspan y="143.32108800000003" x="10">Techniques de collage</tspan> </text> <rect id="d0e39" display="none" height="1e3px" width="288" y="148.52" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e39"/> </flowRegion> - <flowDiv xml:space="preserve">Après avoir copié (<flowSpan font-weight="bold">Ctrl+C</flowSpan>) ou coupé (<flowSpan font-weight="bold">Ctrl+X</flowSpan>) des objets, la commande <flowSpan font-family="Sans">coller</flowSpan> (<flowSpan font-weight="bold">Ctrl+V</flowSpan>) permet de coller les objets copiés juste sous le curseur de la souris (ou au centre de la fenêtre du document si le curseur est en dehors de la fenêtre). Cependant, les objets du presse-papiers retiennent leur emplacement qu'ils avaient au moment d'être copiés, et vous pouvez les recollez à ce même emplacement avec <flowSpan font-family="Sans">coller sur place</flowSpan> (<flowSpan font-weight="bold">Ctrl+Alt+V</flowSpan>).</flowDiv> + <flowDiv xml:space="preserve">Après avoir copié (<flowSpan font-weight="bold">Ctrl+C</flowSpan>) ou coupé (<flowSpan font-weight="bold">Ctrl+X</flowSpan>) des objets, la commande <flowSpan font-family="sans-serif">coller</flowSpan> (<flowSpan font-weight="bold">Ctrl+V</flowSpan>) permet de coller les objets copiés juste sous le curseur de la souris (ou au centre de la fenêtre du document si le curseur est en dehors de la fenêtre). Toutefois, les objets du presse-papiers mémorisent l'emplacement qu'ils avaient au moment d'être copiés, et vous pouvez les recoller à ce même emplacement avec <flowSpan font-family="sans-serif">coller sur place</flowSpan> (<flowSpan font-weight="bold">Ctrl+Alt+V</flowSpan>).</flowDiv> </flowRoot> - <rect id="d0e60" display="none" height="1e3px" width="288" y="230.46" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e60" display="none" height="1e3px" width="288" y="230.42" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e60"/> </flowRegion> - <flowDiv xml:space="preserve">En appuyant sur <flowSpan font-weight="bold">Maj+Ctrl+V</flowSpan>, vous pouvez <flowSpan font-family="Sans">coller le style</flowSpan>, c'est-à-dire appliquer le style du premier objet du presse-papiers à la sélection courante. Le « style » ainsi collé inclut le remplissage, le contour et les paramètres de la police, mais pas la forme, la taille ou les paramètres spécifiques à un type de forme (comme le nombre de sommets d'une étoile).</flowDiv> + <flowDiv xml:space="preserve">En appuyant sur <flowSpan font-weight="bold">Maj+Ctrl+V</flowSpan>, vous pouvez <flowSpan font-family="sans-serif">coller le style</flowSpan>, c'est-à-dire appliquer le style du premier objet du presse-papiers à la sélection courante. Le « style » ainsi collé inclut le remplissage, le contour et les paramètres de la police, mais pas la forme, la taille ou les paramètres spécifiques à un type de forme (comme le nombre de sommets d'une étoile).</flowDiv> </flowRoot> - <rect id="d0e69" display="none" height="1e3px" width="288" y="301.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e69" display="none" height="1e3px" width="288" y="301.26" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e69"/> </flowRegion> - <flowDiv xml:space="preserve">Encore un ensemble de commande de collage, <flowSpan font-family="Sans">Coller les dimensions</flowSpan>, change l'échelle de la sélection, afin d'obtenir la taille du ou des objets contenu dans le presse-papiers. Il y a de nombreuses commandes pour coller les dimensions qui sont les suivantes : Coller les dimensions, Coller la largeur, Coller la hauteur, Coller les dimensions séparément, Coller la largeur séparément et Coller la hauteur séparément.</flowDiv> + <flowDiv xml:space="preserve">Un autre groupe de commandes de collage, <flowSpan font-family="sans-serif">Coller les dimensions</flowSpan>, change l'échelle de la sélection, afin d'obtenir la taille du ou des objets contenu dans le presse-papiers. Il y a de nombreuses commandes pour coller les dimensions qui sont les suivantes : Coller les dimensions, Coller la largeur, Coller la hauteur, Coller les dimensions séparément, Coller la largeur séparément et Coller la hauteur séparément.</flowDiv> </flowRoot> - <rect id="d0e75" display="none" height="1e3px" width="288" y="382.88" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e75" display="none" height="1e3px" width="288" y="382.84" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e75"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-family="Sans">Coller les dimensions</flowSpan> change l'échelle de l'entière sélection jusqu'à l'obtention de la taille du ou des objets du presse-papiers. <flowSpan font-family="Sans">Coller la largeur</flowSpan>/<flowSpan font-family="Sans">Coller la hauteur</flowSpan> change l'échelle de l'entière sélection horizontalement/verticalement afin d'obtenir la meme largeur/hauteur que le ou les objets du presse-papiers. Ces commandes respectent le verrou des proportions sur la bar de contrôle de l'outil Sélection (entre les champs L et H), de façon à ce que lorsque le verrou est actif, l'autre dimension de l'objet sélectionné soit transformé dans les mêmes proportions ; dans le cas contraire, l'autre dimension ne sera pas modifiée. La commande « Séparément » fonctionne de la même façon que les commandes précédemment décrites, à l'exception près que chaque objet sélectionné change d’échelle séparément, afin que chacun ai la taille/largeur/hauteur du ou des objets du presse-papiers.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-family="sans-serif">Coller les dimensions</flowSpan> change l'échelle de l'entière sélection jusqu'à l'obtention de la taille du ou des objets du presse-papiers. <flowSpan font-family="sans-serif">Coller la largeur</flowSpan>/<flowSpan font-family="sans-serif">Coller la hauteur</flowSpan> change l'échelle de l'entière sélection horizontalement/verticalement afin d'obtenir la même largeur/hauteur que le ou les objets du presse-papiers. Ces commandes respectent le verrou des proportions sur la barre de contrôle de l'outil Sélection (entre les champs L et H), de façon à ce que lorsque le verrou est actif, l'autre dimension de l'objet sélectionné soit transformée dans les mêmes proportions ; dans le cas contraire, l'autre dimension ne sera pas modifiée. La commande « Séparément » fonctionne de la même façon que les commandes précédemment décrites, à l'exception près que chaque objet sélectionné change d'échelle séparément, afin que chacun ait la taille/largeur/hauteur du ou des objets du presse-papiers.</flowDiv> </flowRoot> - <rect id="d0e86" display="none" height="1e3px" width="288" y="528.74" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e86" display="none" height="1e3px" width="288" y="539.23" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e86"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape utilise le presse-papier du système d'exploitation. Vous pouvez copier et coller entre différentes instances d'Inkscape, ou entre Inkscape et une autre application (à condition que celle-ci soit capable de manipuler le SVG déposé dans le presse-papier).</flowDiv> + <flowDiv xml:space="preserve">Inkscape utilise le presse-papiers du système d'exploitation. Vous pouvez copier et coller entre différentes instances d'Inkscape, ou entre Inkscape et une autre application (à condition que celle-ci soit capable de manipuler le SVG déposé dans le presse-papiers).</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="591.512385" x="10" font-family="Sans" fill="#000000"> - <tspan y="591.512385" x="10">Dessiner à main levée et tracer des chemins</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="601.999695" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="601.999695" x="10">Dessiner à main levée et tracer des chemins</tspan> </text> - <rect id="d0e95" display="none" height="1e3px" width="288" y="596.71" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e95" display="none" height="1e3px" width="288" y="607.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e95"/> </flowRegion> - <flowDiv xml:space="preserve">La façon la plus simple de dessiner une forme quelconque est d'utiliser l'outil dessin à main levée (crayon) (<flowSpan font-weight="bold">F6</flowSpan>) :</flowDiv> + <flowDiv xml:space="preserve">La façon la plus simple de dessiner une forme quelconque est d'utiliser l'outil Dessin à main levée (crayon — <flowSpan font-weight="bold">F6</flowSpan>) :</flowDiv> </flowRoot> - <path id="advanced-f01-fr.svgpath1346" style="color:#000000" d="m46.607 13.757c0.097 0.121-6.045-10.694 2.296-8.6084 13.014 3.2535 36.676 11.755 39.601-2.8696 0.665-3.3242-1.896 6.5097-2.87 9.757-11.022 36.74-10.376 90.104-60.836 90.104-3.944 0 1.624-8.306 4.592-10.903" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f01-fr.svgpath1350" style="color:#000000" d="m80.979 57.809c2.65 0.332-2.129-10.643 0 0 0.786 3.928-17.812 41.364-8.609 22.957 15.013-30.025 26.378-37.166 20.087 0.574-1.261 7.57 5.876 5.7 9.753 4.592" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f01-fr.svgpath1354" style="color:#000000" d="m146.47 49.915c0.86 1.283-3.06-0.383-4.59-0.574-6.77-0.847-15.45 12.452-4.59 16.07 18.47 6.156-6.95 13.097-13.2 14.348" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f01-fr.svgpath1358" style="color:#000000" d="m184.92 45.323c0.68-0.424-5.31 1.448-9.18 9.183-11.9 23.804 20.09 8.79 20.09-5.165 0-11.549-31.72 4.416-21.24 8.609" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f01-fr.svgpath1360" style="color:#000000" d="m195.25 47.619c0-1.031-3.28 11.218 1.73 21.235" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f01-fr.svgpath1372" style="color:#000000" d="m209.6 38.436c4.81 24.041-7.01 48.593-14.35 70.594-4.08 12.25-0.05-14.799 0.58-22.384 3.21-38.534 52.43-71.095 27.55-27.549-2.52 4.399-8.08 5.74-12.63 5.74" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f01-fr.svgpath2338" style="color:#000000" d="m125.36 10.791c0.45 0.68-16.45 58.367-18.22 65-6.23 23.357-13.253 15.48 2.86-12.143 7.99-13.704 20.38-26.489 12.5-2.857-3.64 10.922-12.32-1.972-8.57 9.285 2.13 6.396 3.58 10.662 10.71 9.643" sodipodi:nodetypes="cccccc" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f01-fr.svgpath2356" style="color:#000000" d="m168.93 48.291c-0.93 1.387-3.45-0.619-5 0-15.47 6.188-25.19 28.823-0.72 23.928 2.56-0.512 4.77-2.143 7.15-3.214" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f01-fr.svgpath2382" style="color:#000000" d="m230.71 51.862c-0.02 0.042 8.22-2.601 14.65-5.357 13.01-5.578 12.87-20.01-2.15-11.429-10.41 5.949-18.7 23.929-1.07 23.929 9.37 0 21.66-3.891 28.93-10.357" transform="translate(10 633.23)" stroke="#000" stroke-width="1pt" fill="none"/> - <rect id="d0e111" display="none" height="1e3px" width="288" y="757.04" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="advanced-f01-fr.svgpath1346" style="color:#000000" d="m46.607 13.757c0.097 0.121-6.045-10.694 2.296-8.6084 13.014 3.2535 36.676 11.755 39.601-2.8696 0.665-3.3242-1.896 6.5097-2.87 9.757-11.022 36.74-10.376 90.104-60.836 90.104-3.944 0 1.624-8.306 4.592-10.903" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f01-fr.svgpath1350" style="color:#000000" d="m80.979 57.809c2.65 0.332-2.129-10.643 0 0 0.786 3.928-17.812 41.364-8.609 22.957 15.013-30.025 26.378-37.166 20.087 0.574-1.261 7.57 5.876 5.7 9.753 4.592" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f01-fr.svgpath1354" style="color:#000000" d="m146.47 49.915c0.86 1.283-3.06-0.383-4.59-0.574-6.77-0.847-15.45 12.452-4.59 16.07 18.47 6.156-6.95 13.097-13.2 14.348" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f01-fr.svgpath1358" style="color:#000000" d="m184.92 45.323c0.68-0.424-5.31 1.448-9.18 9.183-11.9 23.804 20.09 8.79 20.09-5.165 0-11.549-31.72 4.416-21.24 8.609" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f01-fr.svgpath1360" style="color:#000000" d="m195.25 47.619c0-1.031-3.28 11.218 1.73 21.235" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f01-fr.svgpath1372" style="color:#000000" d="m209.6 38.436c4.81 24.041-7.01 48.593-14.35 70.594-4.08 12.25-0.05-14.799 0.58-22.384 3.21-38.534 52.43-71.095 27.55-27.549-2.52 4.399-8.08 5.74-12.63 5.74" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f01-fr.svgpath2338" style="color:#000000" d="m125.36 10.791c0.45 0.68-16.45 58.367-18.22 65-6.23 23.357-13.253 15.48 2.86-12.143 7.99-13.704 20.38-26.489 12.5-2.857-3.64 10.922-12.32-1.972-8.57 9.285 2.13 6.396 3.58 10.662 10.71 9.643" sodipodi:nodetypes="cccccc" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f01-fr.svgpath2356" style="color:#000000" d="m168.93 48.291c-0.93 1.387-3.45-0.619-5 0-15.47 6.188-25.19 28.823-0.72 23.928 2.56-0.512 4.77-2.143 7.15-3.214" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f01-fr.svgpath2382" style="color:#000000" d="m230.71 51.862c-0.02 0.042 8.22-2.601 14.65-5.357 13.01-5.578 12.87-20.01-2.15-11.429-10.41 5.949-18.7 23.929-1.07 23.929 9.37 0 21.66-3.891 28.93-10.357" transform="translate(10 643.7)" stroke="#000" stroke-width="1pt" fill="none"/> + <rect id="d0e111" display="none" height="1e3px" width="288" y="767.59" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e111"/> </flowRegion> - <flowDiv xml:space="preserve">Pour obtenir des formes plus régulières, utilisez plutôt les courbes de Bézier (stylo) (<flowSpan font-weight="bold">Maj+F6</flowSpan>) :</flowDiv> + <flowDiv xml:space="preserve">Pour obtenir des formes plus régulières, utilisez plutôt les courbes de Bézier (stylo — <flowSpan font-weight="bold">Maj+F6</flowSpan>) :</flowDiv> </flowRoot> - <path id="advanced-f02-fr.svgpath1317" d="m28.569 8.4053h23.456s-12.689-18.802-12.689 2.0517c0 20.853 0.384 55.38 0.384 55.38h16.92s-47.49 14.529-31.148 0" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f02-fr.svgpath1318" d="m71.857 37.319h-11.117s15.087 27.151 0 27.151" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f02-fr.svgpath1320" d="m68.536 43.654c7.83-15.458 13-8.555 13-8.555v28.918h-5.854" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f02-fr.svgpath1321" d="m83.172 29.942l9.301-14.321v48.849s-0.841-24.272 9.927-29.4c10.77-5.128 11.79 12.616 0.64 12.616s-7.563 0.033-7.563 0.033l18.653 16.58h-13.27" sodipodi:nodetypes="cccccccc" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f02-fr.svgpath1322" d="m138.02 45.326s6.16-15.126 0-11.965c-6.16 3.16-21.15 17.264-19.42 17.264s19.86-1.855 18.65 0c-1.2 1.854-5.77 15.212-11.53 14.187-5.77-1.026-9.23-10.94-9.23-10.94" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f02-fr.svgpath1323" d="m164.31 46.693c-7.8-12.013-18.46-12.648-18.46-12.648v20.511l12.31 10.939s9.61 3.077 9.61-8.204" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f02-fr.svgpath1324" d="m161.48 33.515h25.41s-15.37 0.279-16 13.387 7.4 17.195 13.02 11.574c5.95-5.952 7.43-24.648 7.43-24.648v31.202" sodipodi:nodetypes="cccscc" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f02-fr.svgpath1325" d="m197.87 73.397v-40.161h13.6c14.16 0 5.22 11.841-0.83 18.686-6.03 6.81-8.8 5.641-8.8-2.231" sodipodi:nodetypes="cccsc" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f02-fr.svgpath1328" d="m219.33 44.95h37.64s-0.31-11.156-17.57-11.435c-17.25-0.279-15.68 17.849-15.68 23.427s5.02 15.897 17.88 15.897 15.37-13.666 15.37-20.08" transform="translate(10 793.87)" stroke="#000" stroke-width="1pt" fill="none"/> - <rect id="d0e127" display="none" height="1e3px" width="288" y="879.34" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="advanced-f02-fr.svgpath1317" d="m28.569 8.4053h23.456s-12.689-18.802-12.689 2.0517c0 20.853 0.384 55.38 0.384 55.38h16.92s-47.49 14.529-31.148 0" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f02-fr.svgpath1318" d="m71.857 37.319h-11.117s15.087 27.151 0 27.151" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f02-fr.svgpath1320" d="m68.536 43.654c7.83-15.458 13-8.555 13-8.555v28.918h-5.854" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f02-fr.svgpath1321" d="m83.172 29.942l9.301-14.321v48.849s-0.841-24.272 9.927-29.4c10.77-5.128 11.79 12.616 0.64 12.616s-7.563 0.033-7.563 0.033l18.653 16.58h-13.27" sodipodi:nodetypes="cccccccc" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f02-fr.svgpath1322" d="m138.02 45.326s6.16-15.126 0-11.965c-6.16 3.16-21.15 17.264-19.42 17.264s19.86-1.855 18.65 0c-1.2 1.854-5.77 15.212-11.53 14.187-5.77-1.026-9.23-10.94-9.23-10.94" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f02-fr.svgpath1323" d="m164.31 46.693c-7.8-12.013-18.46-12.648-18.46-12.648v20.511l12.31 10.939s9.61 3.077 9.61-8.204" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f02-fr.svgpath1324" d="m161.48 33.515h25.41s-15.37 0.279-16 13.387 7.4 17.195 13.02 11.574c5.95-5.952 7.43-24.648 7.43-24.648v31.202" sodipodi:nodetypes="cccscc" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f02-fr.svgpath1325" d="m197.87 73.397v-40.161h13.6c14.16 0 5.22 11.841-0.83 18.686-6.03 6.81-8.8 5.641-8.8-2.231" sodipodi:nodetypes="cccsc" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f02-fr.svgpath1328" d="m219.33 44.95h37.64s-0.31-11.156-17.57-11.435c-17.25-0.279-15.68 17.849-15.68 23.427s5.02 15.897 17.88 15.897 15.37-13.666 15.37-20.08" transform="translate(10 804.4)" stroke="#000" stroke-width="1pt" fill="none"/> + <rect id="d0e127" display="none" height="1e3px" width="288" y="889.95" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e127"/> </flowRegion> - <flowDiv xml:space="preserve">Avec l'outil stylo, chaque <flowSpan font-weight="bold">cliquer</flowSpan> crée un nœud dur sans poignée d'incurvation, et donc une série de clics produit une séquence de segments de droite. <flowSpan font-weight="bold">Cliquer-déplacer</flowSpan> crée un nœud de Bézier doux, avec deux poignées de contrôles colinéaires opposées. Appuyez sur <flowSpan font-weight="bold">Maj</flowSpan> tout en déplaçant une poignée de contrôle pour la faire tourner en gardant l'autre fixe. Comme d'habitude, <flowSpan font-weight="bold">Ctrl</flowSpan> limite la modification de la direction d'un segment ou des poignées de contrôle par incréments de 15 degrés. Appuyer sur <flowSpan font-weight="bold">Entrée</flowSpan> finalise le tracé, <flowSpan font-weight="bold">Esc</flowSpan> l'annule. Pour annuler uniquement le dernier segment d'une ligne non finalisée, appuyez sur <flowSpan font-weight="bold">Effacement arrière</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Avec l'outil stylo, chaque <flowSpan font-weight="bold">clic</flowSpan> crée un nœud dur sans poignée d'incurvation, et donc une série de clics produit une séquence de segments de droite. <flowSpan font-weight="bold">Cliquer-déplacer</flowSpan> crée un nœud de Bézier doux, avec deux poignées de contrôles colinéaires opposées. Appuyez sur <flowSpan font-weight="bold">Maj</flowSpan> tout en déplaçant une poignée de contrôle pour la faire tourner en gardant l'autre fixe. Comme d'habitude, <flowSpan font-weight="bold">Ctrl</flowSpan> limite la modification de la direction d'un segment ou des poignées de contrôle par incréments de 15 degrés. Appuyer sur <flowSpan font-weight="bold">Entrée</flowSpan> finalise le tracé, <flowSpan font-weight="bold">Échap</flowSpan> l'annule. Pour annuler uniquement le dernier segment d'une ligne non finalisée, appuyez sur <flowSpan font-weight="bold">Retour arrière</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e151" display="none" height="1e3px" width="288" y="993.39" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e151" display="none" height="1e3px" width="288" y="1003.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e151"/> </flowRegion> - <flowDiv xml:space="preserve">Dans les outils dessin à main levée et courbes de Bézier, tout chemin sélectionné affiche des petites <flowSpan font-style="italic">ancres</flowSpan> carrées à ses extrémités. Ces ancres vous permettent de prolonger ce chemin (en dessinant en partant de ces ancres) ou de le fermer (en dessinant d'une ancre </flowDiv> + <flowDiv xml:space="preserve">Dans les outils Dessin à main levée et Courbes de Bézier, tout chemin sélectionné affiche des petites <flowSpan font-style="italic">ancres</flowSpan> carrées à ses extrémités. Ces ancres vous permettent de prolonger ce chemin (en dessinant en partant de ces ancres) ou de le fermer (en dessinant d'une ancre </flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1056.173148" x="10" font-family="Sans" fill="#000000"> - <tspan y="1056.173148" x="10">Éditer des chemins</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1066.66899" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1066.66899" x="10">Éditer des chemins</tspan> </text> - <rect id="d0e165" display="none" height="1e3px" width="288" y="1061.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e165" display="none" height="1e3px" width="288" y="1071.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e165"/> </flowRegion> - <flowDiv xml:space="preserve">Contrairement aux formes créées par les outils forme, les outils dessin à main levée et courbes de Bézier créent ce que l'on appelle des <flowSpan font-style="italic">chemins</flowSpan>. Un chemin est une séquence de segments et/ou de courbes de Bézier qui, comme tout autre objet d'Inkscape, peut avoir des propriétés de remplissage et de contour. Mais contrairement à une forme, un chemin peut être modifié en déplaçant indépendamment n'importe lequel de ses nœuds (et pas seulement des poignées prédéfinies) ou en déplaçant un segment du chemin. Sélectionnez ce chemin et utilisez l'outil nœud (<flowSpan font-weight="bold">F2</flowSpan>) :</flowDiv> + <flowDiv xml:space="preserve">Contrairement aux formes créées par les outils Forme, les outils Dessin à main levée et Courbes de Bézier créent ce que l'on appelle des <flowSpan font-style="italic">chemins</flowSpan>. Un chemin est une séquence de segments et/ou de courbes de Bézier qui, comme tout autre objet d'Inkscape, peut avoir des propriétés de remplissage et de contour. Mais contrairement à une forme, un chemin peut être modifié en déplaçant indépendamment n'importe lequel de ses nœuds (et pas seulement des poignées prédéfinies) ou en déplaçant un segment du chemin. Sélectionnez ce chemin et utilisez l'outil Nœuds (<flowSpan font-weight="bold">F2</flowSpan>) :</flowDiv> </flowRoot> - <path id="advanced-f03-fr.svgpath1235" d="m49.143 24.797c13.131-7.502 29.978-20.056 44.278-15.242 11.149 3.752 27.099 30.288 1.036 38.409 9.953 6.454 24.033 1.294 35.263-3.812 23.27-10.38 33.25-27.439 66.3-28.885 12.58-0.709 32.58 5.169 30.26 17.361-1.72 9.036-19.99 6.979-28.85 3.35-25.22-10.945-12.66-30.41-33.28-34.604-9.52-2.1422-21.25 1.3589-27.36 13.496" sodipodi:nodetypes="cscsscsss" transform="translate(10 1172.2)" stroke="#000" stroke-width="1.2529pt" fill="none"/> - <rect id="d0e184" display="none" height="1e3px" width="288" y="1235.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="advanced-f03-fr.svgpath1235" d="m49.143 24.797c13.131-7.502 29.978-20.056 44.278-15.242 11.149 3.752 27.099 30.288 1.036 38.409 9.953 6.454 24.033 1.294 35.263-3.812 23.27-10.38 33.25-27.439 66.3-28.885 12.58-0.709 32.58 5.169 30.26 17.361-1.72 9.036-19.99 6.979-28.85 3.35-25.22-10.945-12.66-30.41-33.28-34.604-9.52-2.1422-21.25 1.3589-27.36 13.496" sodipodi:nodetypes="cscsscsss" transform="translate(10 1182.6)" stroke="#000" stroke-width="1.2529pt" fill="none"/> + <rect id="d0e184" display="none" height="1e3px" width="288" y="1246.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e184"/> </flowRegion> - <flowDiv xml:space="preserve">Vous devez voir un certain nombre de <flowSpan font-style="italic">nœuds</flowSpan> carrés gris sur le chemin. Ces nœuds peuvent être <flowSpan font-style="italic">sélectionnés</flowSpan> avec un <flowSpan font-weight="bold">cliquer</flowSpan>, <flowSpan font-weight="bold">Maj+cliquer</flowSpan> ou avec une <flowSpan font-weight="bold">bande étirable</flowSpan> — exactement comme les objets avec le sélecteur. Vous pouvez également cliquer sur un segment de chemin pour sélectionner automatiquement les nœuds adjacents. Les nœuds sélectionnés sont mis en valeur et affichent leurs <flowSpan font-style="italic">poignées de contrôle</flowSpan> — Un ou deux petits cercles connectés à chacun des nœuds sélectionnés par des segments de droite. la touche <flowSpan font-weight="bold">!</flowSpan> inverse la sélection des nœuds dans les sous-chemins courants (par exemple les sous-chemins avec un moins un nœud de sélectionné); <flowSpan font-weight="bold">Alt+!</flowSpan> inverse dans tout le chemin.</flowDiv> + <flowDiv xml:space="preserve">Vous devez voir un certain nombre de <flowSpan font-style="italic">nœuds</flowSpan> carrés gris sur le chemin. Ces nœuds peuvent être <flowSpan font-style="italic">sélectionnés</flowSpan> avec un <flowSpan font-weight="bold">clic</flowSpan>, <flowSpan font-weight="bold">Maj+clic</flowSpan> ou avec une <flowSpan font-weight="bold">bande étirable</flowSpan> — exactement comme les objets avec le sélecteur. Vous pouvez également cliquer sur un segment de chemin pour sélectionner automatiquement les nœuds adjacents. Les nœuds sélectionnés sont mis en valeur et affichent leurs <flowSpan font-style="italic">poignées de contrôle</flowSpan> — un ou deux petits cercles connectés à chacun des nœuds sélectionnés par des segments de droite. La touche <flowSpan font-weight="bold">!</flowSpan> inverse la sélection des nœuds dans les sous-chemins actuels (par exemple les sous-chemins avec au moins un nœud de sélectionné) ; <flowSpan font-weight="bold">Alt+!</flowSpan> inverse dans tout le chemin.</flowDiv> </flowRoot> - <rect id="d0e211" display="none" height="1e3px" width="288" y="1360.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e211" display="none" height="1e3px" width="288" y="1369.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e211"/> </flowRegion> - <flowDiv xml:space="preserve">Les chemins peuvent être édités en <flowSpan font-weight="bold">déplaçant</flowSpan> leurs nœuds, les poignées de contrôle de ces nœuds ou directement en déplaçant un de ses segments (essayez de déplacer certains nœuds, poignées de contrôle et segments du chemin ci-dessus). <flowSpan font-weight="bold">Ctrl</flowSpan> permet comme d'habitude de restreindre les déplacements et rotations. Les touches <flowSpan font-weight="bold">flèche</flowSpan>, <flowSpan font-weight="bold">Tab</flowSpan>, <flowSpan font-weight="bold">[</flowSpan>, <flowSpan font-weight="bold">]</flowSpan>, <flowSpan font-weight="bold"><</flowSpan>, <flowSpan font-weight="bold">></flowSpan> et les combinaisons qui y sont associées fonctionnent comme dans le sélecteur mais s'appliquent aux nœuds au lieu des objets. Vous pouvez ajouter des nœuds n'importe où sur les chemins en double-cliquant ou avec <flowSpan font-weight="bold">Ctrl+Alt+cliquer</flowSpan> à l'endroit désiré.</flowDiv> + <flowDiv xml:space="preserve">Les chemins peuvent être édités en <flowSpan font-weight="bold">déplaçant</flowSpan> leurs nœuds, les poignées de contrôle de ces nœuds ou directement en déplaçant un de ses segments (essayez de déplacer certains nœuds, poignées de contrôle et segments du chemin ci-dessus). <flowSpan font-weight="bold">Ctrl</flowSpan> permet comme d'habitude de restreindre les déplacements et rotations. Les touches <flowSpan font-weight="bold">flèche</flowSpan>, <flowSpan font-weight="bold">Tab</flowSpan>, <flowSpan font-weight="bold">[</flowSpan>, <flowSpan font-weight="bold">]</flowSpan>, <flowSpan font-weight="bold"><</flowSpan>, <flowSpan font-weight="bold">></flowSpan> et les combinaisons qui y sont associées fonctionnent comme dans le sélecteur mais s'appliquent aux nœuds au lieu des objets. Vous pouvez ajouter des nœuds n'importe où sur les chemins en double-cliquant ou avec <flowSpan font-weight="bold">Ctrl+Alt+clic</flowSpan> à l'endroit désiré.</flowDiv> </flowRoot> - <rect id="d0e241" display="none" height="1e3px" width="288" y="1472.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e241" display="none" height="1e3px" width="288" y="1481.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e241"/> </flowRegion> - <flowDiv xml:space="preserve">Vous pouvez supprimer les nœuds avec (<flowSpan font-weight="bold">Suppr</flowSpan>) ou à l'aide de <flowSpan font-weight="bold">Ctrl+Alt+cliquer</flowSpan>. Lorsque des nœuds sont effacés, Inkscape va tenter de conserver la forme du chemin, si vous désirez, que les poignées de contrôle des nœuds adjacents rétrécissent (ne pas conserver la forme), vous pouvez effacer avec <flowSpan font-weight="bold">Ctrl+Suppr</flowSpan>. De plus, vous pouvez dupliquer (<flowSpan font-weight="bold">Maj+D</flowSpan>) les nœuds sélectionnés. Un chemin peut être brisé (<flowSpan font-weight="bold">Maj+B</flowSpan>) aux nœuds sélectionnés; ou si vous sélectionnez deux nœuds terminaux, vous pouvez les joindre (<flowSpan font-weight="bold">Maj+J</flowSpan>).</flowDiv> + <flowDiv xml:space="preserve">Vous pouvez supprimer les nœuds avec (<flowSpan font-weight="bold">Suppr</flowSpan>) ou à l'aide de <flowSpan font-weight="bold">Ctrl+Alt+clic</flowSpan>. Lorsque des nœuds sont effacés, Inkscape va tenter de conserver la forme du chemin ; si vous souhaitez que les poignées de contrôle des nœuds adjacents rétrécissent (ne pas conserver la forme), vous pouvez effacer avec <flowSpan font-weight="bold">Ctrl+Suppr</flowSpan>. De plus, vous pouvez dupliquer (<flowSpan font-weight="bold">Maj+D</flowSpan>) les nœuds sélectionnés. Un chemin peut être brisé (<flowSpan font-weight="bold">Maj+B</flowSpan>) aux nœuds sélectionnés ; ou si vous sélectionnez deux nœuds terminaux, vous pouvez les joindre (<flowSpan font-weight="bold">Maj+J</flowSpan>).</flowDiv> </flowRoot> - <rect id="d0e262" display="none" height="1e3px" width="288" y="1565.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e262" display="none" height="1e3px" width="288" y="1574.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e262"/> </flowRegion> - <flowDiv xml:space="preserve">Un nœud peut être rendu <flowSpan font-style="italic">dur</flowSpan> (<flowSpan font-weight="bold">Maj+C</flowSpan>), ses poignées de contrôle pouvant alors être déplacées indépendamment avec un angle différent pour chacuns; <flowSpan font-style="italic">doux</flowSpan> (<flowSpan font-weight="bold">Maj+S</flowSpan>), les poignées restant alignées (colinéaires) ; <flowSpan font-style="italic">symétrique</flowSpan> (<flowSpan font-weight="bold">Maj+Y</flowSpan>), ce qui donne les même résultats que doux, mais où les poignées de contrôle ont la même longueur (poignées alignées et équidistantes) ; ou <flowSpan font-style="italic">automatique</flowSpan> (<flowSpan font-weight="bold">Maj+A</flowSpan>), un nœud spécial qui ajuste automatiquement les poignées des nœuds et les nœuds automatiques voisins pour maintenir une courbe douce. Lorsque vous passez à ce type de nœuds, vous pouvez préserver la position d'une, des deux poignées en déplaçant la souris par dessus, de façon à ce que seule l'autre poignée de contrôle tourne ou change d'échelle jusqu'à obtenir le même résultat.</flowDiv> + <flowDiv xml:space="preserve">Un nœud peut être rendu <flowSpan font-style="italic">dur</flowSpan> (<flowSpan font-weight="bold">Maj+C</flowSpan>), ses poignées de contrôle pouvant alors être déplacées indépendamment avec un angle différent pour chacun ; <flowSpan font-style="italic">doux</flowSpan> (<flowSpan font-weight="bold">Maj+S</flowSpan>), les poignées restant alignées (colinéaires) ; <flowSpan font-style="italic">symétrique</flowSpan> (<flowSpan font-weight="bold">Maj+Y</flowSpan>), ce qui donne les même résultats que doux, mais les poignées de contrôle ayant la même longueur (poignées alignées et équidistantes) ; ou <flowSpan font-style="italic">automatique</flowSpan> (<flowSpan font-weight="bold">Maj+A</flowSpan>), un nœud spécial qui ajuste automatiquement les poignées des nœuds et les nœuds automatiques voisins pour maintenir une courbe douce. Lorsque vous passez à ce type de nœuds, vous pouvez préserver la position d'une, des deux poignées en déplaçant la souris par-dessus, de façon à ce que seule l'autre poignée de contrôle tourne ou change d'échelle jusqu'à obtenir le même résultat.</flowDiv> </flowRoot> - <rect id="d0e289" display="none" height="1e3px" width="288" y="1700.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e289" display="none" height="1e3px" width="288" y="1709.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e289"/> </flowRegion> - <flowDiv xml:space="preserve">Vous pouvez aussi <flowSpan font-style="italic">rétracter</flowSpan> les poignées de contrôle d'un nœud en effectuant un <flowSpan font-weight="bold">Ctrl+cliquer</flowSpan> sur ce dernier. Si deux nœuds adjacents ont leurs poignées rétractées, le chemin entre ces deux nœuds devient un segment de droite. Pour faire ressortir les poignées rétractées d'un nœud, effectuer un <flowSpan font-weight="bold">Maj+déplacer</flowSpan> depuis ce nœud.</flowDiv> + <flowDiv xml:space="preserve">Vous pouvez aussi <flowSpan font-style="italic">rétracter</flowSpan> les poignées de contrôle d'un nœud en effectuant un <flowSpan font-weight="bold">Ctrl+clic</flowSpan> sur ce dernier. Si deux nœuds adjacents ont leurs poignées rétractées, le chemin entre ces deux nœuds devient un segment de droite. Pour faire ressortir les poignées rétractées d'un nœud, effectuer un <flowSpan font-weight="bold">Maj+déplacer</flowSpan> depuis ce nœud.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1774.0041630000003" x="10" font-family="Sans" fill="#000000"> - <tspan y="1774.0041630000003" x="10">Sous-chemins et combinaisons</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1783.077016" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1783.077016" x="10">Sous-chemins et combinaisons</tspan> </text> - <rect id="d0e307" display="none" height="1e3px" width="288" y="1779.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e307" display="none" height="1e3px" width="288" y="1788.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e307"/> </flowRegion> <flowDiv xml:space="preserve">Un objet chemin peut contenir plus d'un <flowSpan font-style="italic">sous-chemin</flowSpan>. Un sous-chemin est une séquence de nœuds connectés les uns aux autres (donc, si un chemin a plusieurs sous-chemins, tous ses nœuds ne sont pas interconnectés). Ci-dessous à gauche, les trois sous-chemins appartiennent à un même chemin composé ; les trois mêmes sous-chemins à droite sont des objets chemins indépendants :</flowDiv> </flowRoot> - <path id="advanced-f04-fr.svgpath1735" d="m100.09 6.445c-6.511-7.5367-18.172-7.0049-26.385-2.6524-5.701 3.0209-11.538 6.5134-15.338 11.723-5.199 7.128-0.613 18.406 8.263 21.306 6.653 1.819 14.244-3.464 8.908-12.673m4.925-10.671c6.417-6.6214 17.628-1.347 20.287 6.426 2.27 6.608 2.77 14.498 9.14 18.923 6.42 4.45 17.12 5.311 21.25-2.255 3.53-6.462-3.15-14.74-10.26-12.459m-56.932 26.977c7.041 4.896 14.772-1.731 19.71-6.764 5.239-5.339 13.278-1.157 16.922 4.37 3.32 5.038 11.7 8.321 15.91 2.324" transform="translate(10 1858.3)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f04-fr.svgpath1729" d="m226.58 6.7994c-6.51-7.5367-18.17-7.0049-26.39-2.6524-5.7 3.0209-11.53 6.513-15.33 11.723-5.2 7.129-0.62 18.407 8.26 21.306 6.65 1.819 14.24-3.463 8.91-12.672" sodipodi:nodetypes="cssss" transform="translate(10 1858.3)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f04-fr.svgpath1730" d="m206.95 13.832c6.42-6.621 17.63-1.346 20.29 6.427 2.26 6.607 2.77 14.497 9.14 18.923 6.41 4.45 17.12 5.311 21.25-2.256 3.53-6.461-3.16-14.74-10.26-12.459" sodipodi:nodetypes="cssss" transform="translate(10 1858.3)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f04-fr.svgpath1731" d="m190.44 51.444c7.04 4.896 14.77-1.73 19.71-6.763 5.24-5.339 13.27-1.157 16.92 4.369 3.32 5.038 11.7 8.321 15.91 2.324" sodipodi:nodetypes="csss" transform="translate(10 1858.3)" stroke="#000" stroke-width="1pt" fill="none"/> - <rect id="d0e323" display="none" height="1e3px" width="288" y="1925.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="advanced-f04-fr.svgpath1735" d="m100.09 6.445c-6.511-7.5367-18.172-7.0049-26.385-2.6524-5.701 3.0209-11.538 6.5134-15.338 11.723-5.199 7.128-0.613 18.406 8.263 21.306 6.653 1.819 14.244-3.464 8.908-12.673m4.925-10.671c6.417-6.6214 17.628-1.347 20.287 6.426 2.27 6.608 2.77 14.498 9.14 18.923 6.42 4.45 17.12 5.311 21.25-2.255 3.53-6.462-3.15-14.74-10.26-12.459m-56.932 26.977c7.041 4.896 14.772-1.731 19.71-6.764 5.239-5.339 13.278-1.157 16.922 4.37 3.32 5.038 11.7 8.321 15.91 2.324" transform="translate(10 1867.3)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f04-fr.svgpath1729" d="m226.58 6.7994c-6.51-7.5367-18.17-7.0049-26.39-2.6524-5.7 3.0209-11.53 6.513-15.33 11.723-5.2 7.129-0.62 18.407 8.26 21.306 6.65 1.819 14.24-3.463 8.91-12.672" sodipodi:nodetypes="cssss" transform="translate(10 1867.3)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f04-fr.svgpath1730" d="m206.95 13.832c6.42-6.621 17.63-1.346 20.29 6.427 2.26 6.607 2.77 14.497 9.14 18.923 6.41 4.45 17.12 5.311 21.25-2.256 3.53-6.461-3.16-14.74-10.26-12.459" sodipodi:nodetypes="cssss" transform="translate(10 1867.3)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f04-fr.svgpath1731" d="m190.44 51.444c7.04 4.896 14.77-1.73 19.71-6.763 5.24-5.339 13.27-1.157 16.92 4.369 3.32 5.038 11.7 8.321 15.91 2.324" sodipodi:nodetypes="csss" transform="translate(10 1867.3)" stroke="#000" stroke-width="1pt" fill="none"/> + <rect id="d0e323" display="none" height="1e3px" width="288" y="1934.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e323"/> </flowRegion> - <flowDiv xml:space="preserve">Notez qu'un chemin composé est différent d'un groupe. C'est un objet unique qui n'est sélectionnable que comme un tout. Si vous sélectionnez l'objet de gauche, ci-dessus, et utilisez l'outil nœuds, vous verrez les nœuds des trois sous-chemins affichés simultanément. À droite, vous ne pouvez éditer que les nœuds d'un sous-chemin à la fois.</flowDiv> + <flowDiv xml:space="preserve">Notez qu'un chemin composé est différent d'un groupe. C'est un objet unique qui n'est sélectionnable que comme un tout. Si vous sélectionnez l'objet de gauche, ci-dessus, et utilisez l'outil Nœuds, vous verrez les nœuds des trois sous-chemins affichés simultanément. À droite, vous ne pouvez éditer que les nœuds d'un sous-chemin à la fois.</flowDiv> </flowRoot> - <rect id="d0e326" display="none" height="1e3px" width="288" y="1995.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e326" display="none" height="1e3px" width="288" y="2004.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e326"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape peut <flowSpan font-family="Sans">combiner</flowSpan> des chemins en un chemin composé (<flowSpan font-weight="bold">Ctrl+K</flowSpan>) et <flowSpan font-family="Sans">séparer</flowSpan> un chemin composé en sous-chemins (<flowSpan font-weight="bold">Maj+Ctrl+K</flowSpan>). Essayez ces commandes sur les exemples ci-dessus. Comme un objet ne peut avoir qu'un remplissage et contour, un chemin combiné reçoit le style du premier objet (le plus bas dans l'ordre-z) de la combinaison.</flowDiv> + <flowDiv xml:space="preserve">Inkscape peut <flowSpan font-family="sans-serif">combiner</flowSpan> des chemins en un chemin composé (<flowSpan font-weight="bold">Ctrl+K</flowSpan>) et <flowSpan font-family="sans-serif">séparer</flowSpan> un chemin composé en sous-chemins (<flowSpan font-weight="bold">Maj+Ctrl+K</flowSpan>). Essayez ces commandes sur les exemples ci-dessus. Comme un objet ne peut avoir qu'un remplissage et contour, un chemin combiné reçoit le style du premier objet (le plus bas dans l'ordre z) de la combinaison.</flowDiv> </flowRoot> - <rect id="d0e341" display="none" height="1e3px" width="288" y="2064.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e341" display="none" height="1e3px" width="288" y="2074.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e341"/> </flowRegion> <flowDiv xml:space="preserve">Si vous combinez des chemins avec remplissage qui se chevauchent, le remplissage disparaîtra dans les zones de chevauchement :</flowDiv> </flowRoot> - <path id="advanced-f05-fr.svgpath1796" d="m155.75 61.987l-26.12-11.321-3.86 19.965-7.44-27.481-18.02 9.429 16.85-22.948-18.602-8.208 28.442-1.134-5.18-19.664 18.62 21.533 12.15-16.312-5.23 27.986 20.33-0.678-25.14 13.365 13.2 15.468zm29.81-9.429c-4.76 12.495-21.78 17.62-37.98 11.44-16.21-6.18-25.49-21.338-20.72-33.833 4.76-12.495 21.78-17.62 37.99-11.44 16.2 6.181 25.48 21.337 20.71 33.833z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2101.4)" stroke="#000" stroke-width="1pt" fill="#07ba88"/> - <rect id="d0e354" display="none" height="1e3px" width="288" y="2184" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="advanced-f05-fr.svgpath1796" d="m155.75 61.987l-26.12-11.321-3.86 19.965-7.44-27.481-18.02 9.429 16.85-22.948-18.602-8.208 28.442-1.134-5.18-19.664 18.62 21.533 12.15-16.312-5.23 27.986 20.33-0.678-25.14 13.365 13.2 15.468zm29.81-9.429c-4.76 12.495-21.78 17.62-37.98 11.44-16.21-6.18-25.49-21.338-20.72-33.833 4.76-12.495 21.78-17.62 37.99-11.44 16.2 6.181 25.48 21.337 20.71 33.833z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2110.6)" stroke="#000" stroke-width="1pt" fill="#07ba88"/> + <rect id="d0e354" display="none" height="1e3px" width="288" y="2193.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e354"/> </flowRegion> <flowDiv xml:space="preserve">Ceci est la façon la plus facile de créer des objets troués. Pour des opérations encore plus puissantes sur des chemins, utilisez les opérations booléennes (voir plus bas).</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2236.1405390000004" x="10" font-family="Sans" fill="#000000"> - <tspan y="2236.1405390000004" x="10">Convertir en chemin</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2245.314643" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2245.314643" x="10">Convertir en chemin</tspan> </text> - <rect id="d0e363" display="none" height="1e3px" width="288" y="2241.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e363" display="none" height="1e3px" width="288" y="2250.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e363"/> </flowRegion> - <flowDiv xml:space="preserve">Tout objet texte ou forme peut être <flowSpan font-style="italic">converti en chemin</flowSpan> (<flowSpan font-weight="bold">Maj+Ctrl+C</flowSpan>). Cette opération ne modifie pas son apparence mais lui enlève les capacités liées à son type (par exemple, vous ne pouvez plus modifier l'arrondi des coins d'un rectangle ou éditer un texte) ; par contre, cela vous permet d'en éditer les nœuds. Voici deux étoiles, celle de gauche est une forme et la même à droite a été convertie en chemin. Passez en mode nœud et comparez leur possibilités d'édition :</flowDiv> + <flowDiv xml:space="preserve">Tout objet texte ou forme peut être <flowSpan font-style="italic">converti en chemin</flowSpan> (<flowSpan font-weight="bold">Maj+Ctrl+C</flowSpan>). Cette opération ne modifie pas son apparence mais lui enlève les capacités liées à son type (par exemple, vous ne pouvez plus modifier l'arrondi des coins d'un rectangle ou éditer un texte) ; par contre, cela vous permet d'en éditer les nœuds. Voici deux étoiles ; celle de gauche est une forme et la même à droite a été convertie en chemin. Passez en mode Nœuds et comparez leurs possibilités d'édition :</flowDiv> </flowRoot> - <polygon id="advanced-f06-fr.svgpolygon1410" stroke="#000" stroke-width="1pt" sodipodi:type="star" d="M 48.608655,3873.8302 L 38.020121,3854.1783 L 21.697849,3874.9159 L 30.460473,3854.3847 L 4.0704360,3854.5531 L 25.585784,3848.6030 L 9.0002176,3828.0754 L 27.066793,3841.1869 L 32.774968,3815.4211 L 33.788271,3837.7210 L 57.491814,3826.1191 L 40.688807,3840.8151 L 64.538468,3852.1136 L 42.572158,3848.1393 L 48.608655,3873.8302 z " fill-opacity=".75" fill="#ff0" sodipodi:r1="31.036766" inkscape:flatsided="false" fill-rule="evenodd" transform="translate(59.934 -1483.5)" sodipodi:arg2="1.0947087" sodipodi:arg1="1.0816765" inkscape:randomized="0.0000000" sodipodi:cy="3846.4326" points="48.609 3873.8 38.02 3854.2 21.698 3874.9 30.46 3854.4 4.0704 3854.6 25.586 3848.6 9.0002 3828.1 27.067 3841.2 32.775 3815.4 33.788 3837.7 57.492 3826.1 40.689 3840.8 64.538 3852.1 42.572 3848.1" sodipodi:sides="7" inkscape:rounded="0.0000000" sodipodi:r2="8.7148495" sodipodi:cx="34.026058"/> - <path id="advanced-f06-fr.svgpath1412" d="m204.84 59.034l-10.59-19.652-16.32 20.738 8.76-20.532-26.39 0.169 21.52-5.95-16.59-20.528 18.07 13.112 5.71-25.766 1.01 22.3 23.71-11.602-16.81 14.696 23.85 11.298-21.96-3.974 6.03 25.691z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2331.3)" stroke="#000" stroke-width="1pt" fill="#ff0"/> - <rect id="d0e382" display="none" height="1e3px" width="288" y="2403.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <polygon id="advanced-f06-fr.svgpolygon1410" stroke="#000" stroke-width="1pt" sodipodi:type="star" d="M 48.608655,3873.8302 L 38.020121,3854.1783 L 21.697849,3874.9159 L 30.460473,3854.3847 L 4.0704360,3854.5531 L 25.585784,3848.6030 L 9.0002176,3828.0754 L 27.066793,3841.1869 L 32.774968,3815.4211 L 33.788271,3837.7210 L 57.491814,3826.1191 L 40.688807,3840.8151 L 64.538468,3852.1136 L 42.572158,3848.1393 L 48.608655,3873.8302 z " fill-opacity=".75" fill="#ff0" sodipodi:r1="31.036766" inkscape:flatsided="false" fill-rule="evenodd" transform="translate(59.934 -1474.4)" sodipodi:arg2="1.0947087" sodipodi:arg1="1.0816765" inkscape:randomized="0.0000000" sodipodi:cy="3846.4326" points="48.609 3873.8 38.02 3854.2 21.698 3874.9 30.46 3854.4 4.0704 3854.6 25.586 3848.6 9.0002 3828.1 27.067 3841.2 32.775 3815.4 33.788 3837.7 57.492 3826.1 40.689 3840.8 64.538 3852.1 42.572 3848.1" sodipodi:sides="7" inkscape:rounded="0.0000000" sodipodi:r2="8.7148495" sodipodi:cx="34.026058"/> + <path id="advanced-f06-fr.svgpath1412" d="m204.84 59.034l-10.59-19.652-16.32 20.738 8.76-20.532-26.39 0.169 21.52-5.95-16.59-20.528 18.07 13.112 5.71-25.766 1.01 22.3 23.71-11.602-16.81 14.696 23.85 11.298-21.96-3.974 6.03 25.691z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2340.4)" stroke="#000" stroke-width="1pt" fill="#ff0"/> + <rect id="d0e382" display="none" height="1e3px" width="288" y="2412.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e382"/> </flowRegion> - <flowDiv xml:space="preserve">De plus, vous pouvez convertir en chemin (ou détourer) (<flowSpan font-weight="bold">Ctrl+Alt+C</flowSpan>) le <flowSpan font-style="italic">contour</flowSpan> de n'importe quel objet. Ci-dessous, le premier objet est le chemin original (pas de remplissage, contour noir), tandis que le second est le résultat d'une commande <flowSpan font-family="Sans">Contour en chemin</flowSpan> (remplissage noir, pas de contour) :</flowDiv> + <flowDiv xml:space="preserve">De plus, vous pouvez convertir en chemin (ou détourer — <flowSpan font-weight="bold">Ctrl+Alt+C</flowSpan>) le <flowSpan font-style="italic">contour</flowSpan> de n'importe quel objet. Ci-dessous, le premier objet est le chemin original (pas de remplissage, contour noir), tandis que le second est le résultat d'une commande <flowSpan font-family="sans-serif">Contour en chemin</flowSpan> (remplissage noir, pas de contour) :</flowDiv> </flowRoot> - <path id="advanced-f07-fr.svgpath1430" d="m34.91 34.708c10.658-12.173 21.176-24.395 36.677-28.281 9.293-2.3297 11.787 2.3946 4.861 10.163-5.164 5.793-10.411 10.153-12.815 16.793-2.972 8.211 2.886 9.486 11.489 7.954 8.469-1.508 14.084-8.505 19.886-15.467 4.214-5.056 8.772-5.262 10.602-0.884 7.11 15.931 20.13 0.978 22.1-0.441" sodipodi:nodetypes="csssssss" transform="translate(10 2472)" stroke="#000" stroke-width="9" fill="none"/> - <path id="advanced-f07-fr.svgpath1432" d="m186.93 0.0677c-1.24 0.1038-2.52 0.3156-3.88 0.6562-8.6 2.1554-15.75 6.6404-22 12-6.24 5.36-11.65 11.611-16.97 17.687l6.75 5.938c5.34-6.096 10.51-12.046 16.06-16.813 5.56-4.766 11.44-8.331 18.35-10.062 1.26-0.317 1.79-0.2323 2.5-0.2501-0.43 0.8111-0.91 1.7071-2.1 3.0311-2.45 2.75-5.08 5.295-7.53 8.156-2.44 2.862-4.7 6.117-6.15 10.125-0.92 2.533-1.37 4.923-0.85 7.375 0.26 1.227 0.79 2.438 1.57 3.438 0.77 1 1.76 1.772 2.78 2.312 2.03 1.081 4.14 1.366 6.28 1.407 2.14 0.04 4.37-0.208 6.72-0.625 5.25-0.935 9.55-3.601 13.12-6.75 3.58-3.15 6.56-6.822 9.44-10.282 0.81-0.969 1.56-1.583 2.12-1.937 0.45-0.281 0.63-0.286 0.75-0.313 0.05 0.058 0.03 0.003 0.13 0.25v0.032l0.03 0.062c1.05 2.345 2.26 4.28 3.72 5.844s3.2 2.742 5.03 3.406 3.72 0.81 5.44 0.625 3.27-0.69 4.69-1.312c2.83-1.244 5.15-3.003 6.93-4.5 0.89-0.749 1.66-1.448 2.22-1.969 0.29-0.261 0.53-0.48 0.69-0.625 0.16-0.146 0.28-0.209 0.12-0.094l-5.28-7.312c-0.4 0.292-0.59 0.497-0.84 0.718-0.25 0.222-0.51 0.435-0.78 0.688-0.55 0.506-1.19 1.115-1.91 1.719-1.43 1.207-3.2 2.444-4.75 3.125-0.77 0.34-1.49 0.532-2.06 0.593-0.57 0.062-0.99 0.028-1.41-0.125-0.42-0.152-0.88-0.432-1.5-1.093-0.61-0.662-1.36-1.737-2.09-3.375-0.72-1.72-1.82-3.188-3.41-4.282-1.58-1.094-3.58-1.602-5.43-1.468-1.86 0.133-3.56 0.811-5.1 1.781-1.53 0.97-2.95 2.253-4.25 3.812-2.92 3.502-5.64 6.815-8.44 9.282-2.79 2.466-5.56 4.051-8.78 4.625-1.95 0.348-3.68 0.524-4.97 0.5-1.13-0.022-1.68-0.216-1.93-0.313-0.01-0.203-0.07-0.765 0.43-2.156 0.96-2.631 2.5-4.917 4.57-7.344s4.69-4.957 7.4-8c1.98-2.211 3.4-4.313 4.28-6.531 0.45-1.109 0.76-2.2602 0.82-3.5001s-0.17-2.5773-0.78-3.8125-1.62-2.2794-2.72-2.9687c-1.1-0.6894-2.27-1.0873-3.44-1.2813s-2.36-0.1976-3.59-0.0937z" fill-rule="evenodd" transform="translate(10 2472)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2543.320118000001" x="10" font-family="Sans" fill="#000000"> - <tspan y="2543.320118000001" x="10">Opérations booléennes</tspan> + <path id="advanced-f07-fr.svgpath1430" d="m34.91 34.708c10.658-12.173 21.176-24.395 36.677-28.281 9.293-2.3297 11.787 2.3946 4.861 10.163-5.164 5.793-10.411 10.153-12.815 16.793-2.972 8.211 2.886 9.486 11.489 7.954 8.469-1.508 14.084-8.505 19.886-15.467 4.214-5.056 8.772-5.262 10.602-0.884 7.11 15.931 20.13 0.978 22.1-0.441" sodipodi:nodetypes="csssssss" transform="translate(10 2481.2)" stroke="#000" stroke-width="9" fill="none"/> + <path id="advanced-f07-fr.svgpath1432" d="m186.93 0.0677c-1.24 0.1038-2.52 0.3156-3.88 0.6562-8.6 2.1554-15.75 6.6404-22 12-6.24 5.36-11.65 11.611-16.97 17.687l6.75 5.938c5.34-6.096 10.51-12.046 16.06-16.813 5.56-4.766 11.44-8.331 18.35-10.062 1.26-0.317 1.79-0.2323 2.5-0.2501-0.43 0.8111-0.91 1.7071-2.1 3.0311-2.45 2.75-5.08 5.295-7.53 8.156-2.44 2.862-4.7 6.117-6.15 10.125-0.92 2.533-1.37 4.923-0.85 7.375 0.26 1.227 0.79 2.438 1.57 3.438 0.77 1 1.76 1.772 2.78 2.312 2.03 1.081 4.14 1.366 6.28 1.407 2.14 0.04 4.37-0.208 6.72-0.625 5.25-0.935 9.55-3.601 13.12-6.75 3.58-3.15 6.56-6.822 9.44-10.282 0.81-0.969 1.56-1.583 2.12-1.937 0.45-0.281 0.63-0.286 0.75-0.313 0.05 0.058 0.03 0.003 0.13 0.25v0.032l0.03 0.062c1.05 2.345 2.26 4.28 3.72 5.844s3.2 2.742 5.03 3.406 3.72 0.81 5.44 0.625 3.27-0.69 4.69-1.312c2.83-1.244 5.15-3.003 6.93-4.5 0.89-0.749 1.66-1.448 2.22-1.969 0.29-0.261 0.53-0.48 0.69-0.625 0.16-0.146 0.28-0.209 0.12-0.094l-5.28-7.312c-0.4 0.292-0.59 0.497-0.84 0.718-0.25 0.222-0.51 0.435-0.78 0.688-0.55 0.506-1.19 1.115-1.91 1.719-1.43 1.207-3.2 2.444-4.75 3.125-0.77 0.34-1.49 0.532-2.06 0.593-0.57 0.062-0.99 0.028-1.41-0.125-0.42-0.152-0.88-0.432-1.5-1.093-0.61-0.662-1.36-1.737-2.09-3.375-0.72-1.72-1.82-3.188-3.41-4.282-1.58-1.094-3.58-1.602-5.43-1.468-1.86 0.133-3.56 0.811-5.1 1.781-1.53 0.97-2.95 2.253-4.25 3.812-2.92 3.502-5.64 6.815-8.44 9.282-2.79 2.466-5.56 4.051-8.78 4.625-1.95 0.348-3.68 0.524-4.97 0.5-1.13-0.022-1.68-0.216-1.93-0.313-0.01-0.203-0.07-0.765 0.43-2.156 0.96-2.631 2.5-4.917 4.57-7.344s4.69-4.957 7.4-8c1.98-2.211 3.4-4.313 4.28-6.531 0.45-1.109 0.76-2.2602 0.82-3.5001s-0.17-2.5773-0.78-3.8125-1.62-2.2794-2.72-2.9687c-1.1-0.6894-2.27-1.0873-3.44-1.2813s-2.36-0.1976-3.59-0.0937z" fill-rule="evenodd" transform="translate(10 2481.2)"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2552.5092960000006" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2552.5092960000006" x="10">Opérations booléennes</tspan> </text> - <rect id="d0e410" display="none" height="1e3px" width="288" y="2548.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e410" display="none" height="1e3px" width="288" y="2557.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e410"/> </flowRegion> <flowDiv xml:space="preserve">Les commandes du menu Chemin vous permettent de combiner deux objets ou plus en utilisant des <flowSpan font-style="italic">opérations booléennes</flowSpan> :</flowDiv> </flowRoot> - <text id="advanced-f08-fr.svgtext1463" sodipodi:linespacing="110.00000%" transform="translate(10 2585)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2369075" x="132.69385" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1464" sodipodi:role="line" y="4.2369075" x="132.69385">Formes originales</tspan></text> - <text id="advanced-f08-fr.svgtext1468" sodipodi:linespacing="110.00000%" transform="translate(10 2585)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="72.512367" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1469" sodipodi:role="line" y="75.103027" x="72.512367">Union (Ctrl++)</tspan></text> - <text id="advanced-f08-fr.svgtext1471" sodipodi:linespacing="110.00000%" transform="translate(10 2585)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="135.35332" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1472" sodipodi:role="line" y="75.103027" x="135.35332">Différence (Ctrl+-)</tspan></text> - <text id="advanced-f08-fr.svgtext1476" sodipodi:linespacing="110.00000%" transform="translate(10 2585)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="202.23427" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1477" sodipodi:role="line" y="75.103027" x="202.23427">Intersection</tspan><tspan id="advanced-f08-fr.svgtspan1482" y="81.236844" x="202.23427" sodipodi:role="line">(Ctrl+*)</tspan></text> - <text id="advanced-f08-fr.svgtext1479" sodipodi:linespacing="110.00000%" transform="translate(10 2585)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="73.13726" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1480" sodipodi:role="line" y="149.98067" x="73.13726">Exclusion</tspan><tspan id="advanced-f08-fr.svgtspan1484" y="156.11448" x="73.13726" sodipodi:role="line">(Ctrl+^)</tspan></text> - <text id="advanced-f08-fr.svgtext2252" sodipodi:linespacing="110.00000%" transform="translate(10 2585)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="136.91679" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1820" sodipodi:role="line" y="149.98067" x="136.91679">Division</tspan><tspan id="advanced-f08-fr.svgtspan1822" y="156.11448" x="136.91679" sodipodi:role="line">(Ctrl+/)</tspan></text> - <text id="advanced-f08-fr.svgtext1828" sodipodi:linespacing="110.00000%" transform="translate(10 2585)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="199.6328" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1829" sodipodi:role="line" y="149.98067" x="199.6328">Découper les chemins</tspan><tspan id="advanced-f08-fr.svgtspan1831" y="156.11448" x="199.6328" sodipodi:role="line">(Ctrl+Alt+/)</tspan><tspan id="advanced-f08-fr.svgtspan1833" y="162.2483" x="199.6328" sodipodi:role="line"/></text> - <rect id="advanced-f08-fr.svgrect1449" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2585)" height="27.398" width="37.561" stroke="#000" y="12.863" x="136.71" stroke-width="1pt" fill="#00f"/> - <ellipse id="advanced-f08-fr.svgpath1450" fill-opacity=".75" fill-rule="evenodd" rx="15.245" transform="translate(135.22 -1429.1)" stroke="#000" ry="15.687" cy="4055.5" cx="39.55" stroke-width="1pt" fill="#f00"/> - <path id="advanced-f08-fr.svgpath1459" d="m72.94 90.828v27.372h12.937c-0.026 0.38-0.125 0.74-0.125 1.13 0 8.66 6.835 15.69 15.248 15.69 8.42 0 15.25-7.03 15.25-15.69 0-4.94-2.28-9.31-5.75-12.19v-16.312h-37.56z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2585)" stroke="#000" stroke-width="1pt" fill="#00f"/> - <path id="advanced-f08-fr.svgpath1460" d="m136.71 90.828v27.372h12.94c0.57-8.12 7.09-14.56 15.13-14.56 3.61 0 6.88 1.34 9.5 3.5v-16.312h-37.57z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2585)" stroke="#000" stroke-width="1pt" fill="#00f"/> - <path id="advanced-f08-fr.svgpath1461" d="m228.55 103.64c-8.04 0-14.55 6.44-15.12 14.56h24.62v-11.06c-2.61-2.16-5.89-3.5-9.5-3.5z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2585)" stroke="#000" stroke-width="1pt" fill="#00f"/> - <path id="advanced-f08-fr.svgpath1462" d="m72.924 165.7v27.38h12.937c0.572-8.12 7.085-14.56 15.129-14.56 3.61 0 6.88 1.34 9.5 3.5v-16.32h-37.566zm37.566 16.32v11.06h-24.629c-0.027 0.38-0.125 0.74-0.125 1.12 0 8.66 6.835 15.69 15.254 15.69 8.41 0 15.25-7.03 15.25-15.69 0-4.94-2.28-9.31-5.75-12.18z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2585)" stroke="#000" stroke-width="1pt" fill="#00f"/> - <path id="advanced-f08-fr.svgpath1817" d="m136.73 165.74v27.37h12.94c0.04-0.68 0.05-1.37 0.18-2.03 0.21-1.02 0.49-2.03 0.88-2.97 0.38-0.94 0.86-1.82 1.4-2.65 0.55-0.84 1.19-1.61 1.88-2.32s1.44-1.37 2.25-1.93c0.81-0.57 1.68-1.04 2.59-1.44 0.92-0.4 1.86-0.7 2.85-0.91s2.01-0.31 3.06-0.31 2.1 0.1 3.09 0.31c1 0.21 1.94 0.51 2.85 0.91s1.78 0.87 2.59 1.44c0.35 0.24 0.64 0.57 0.97 0.84v-16.31h-37.53z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2585)" stroke="#000" stroke-width="1pt" fill="#00f"/> - <path id="advanced-f08-fr.svgpath1818" d="m174.26 182.05c-0.33-0.27-0.62-0.6-0.97-0.84-0.81-0.57-1.68-1.04-2.59-1.44s-1.85-0.7-2.85-0.91c-0.99-0.21-2.04-0.31-3.09-0.31s-2.07 0.1-3.06 0.31-1.93 0.51-2.85 0.91c-0.91 0.4-1.78 0.87-2.59 1.44-0.81 0.56-1.56 1.22-2.25 1.93s-1.33 1.48-1.88 2.32c-0.54 0.83-1.02 1.71-1.4 2.65-0.39 0.94-0.67 1.95-0.88 2.97-0.13 0.66-0.14 1.35-0.18 2.03h24.59v-11.06z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2585)" stroke="#000" stroke-width="1pt" fill="#00f"/> - <path id="advanced-f08-fr.svgpath1826" d="m214.49 194.75h24.63v-11.09" transform="translate(10 2585)" stroke="#000" stroke-width="1pt" fill="none"/> - <path id="advanced-f08-fr.svgpath1827" d="m238.05 182.24v-16.31h-37.56v27.4h12.94" transform="translate(10 2585)" stroke="#000" stroke-width="1pt" fill="none"/> - <flowRoot id="advanced-f08-fr.svgflowRoot2628" xml:space="preserve" transform="translate(10 2585)" font-size="5.5762px"><flowRegion id="advanced-f08-fr.svgflowRegion2630"><rect id="advanced-f08-fr.svgrect2632" y="76.05" width="63.135" x="135.36" height="14.647"/></flowRegion><flowPara id="advanced-f08-fr.svgflowPara2634" font-family="Serif">(bas moins haut)</flowPara></flowRoot> - <rect id="d0e426" display="none" height="1e3px" width="288" y="2807.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="advanced-f08-fr.svgtext1463" sodipodi:linespacing="110.00000%" transform="translate(10 2594.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2369075" x="132.69385" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1464" sodipodi:role="line" y="4.2369075" x="132.69385">Formes originales</tspan></text> + <text id="advanced-f08-fr.svgtext1468" sodipodi:linespacing="110.00000%" transform="translate(10 2594.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="72.512367" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1469" sodipodi:role="line" y="75.103027" x="72.512367">Union (Ctrl++)</tspan></text> + <text id="advanced-f08-fr.svgtext1471" sodipodi:linespacing="110.00000%" transform="translate(10 2594.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="135.35332" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1472" sodipodi:role="line" y="75.103027" x="135.35332">Différence (Ctrl+-)</tspan></text> + <text id="advanced-f08-fr.svgtext1476" sodipodi:linespacing="110.00000%" transform="translate(10 2594.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="202.23427" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1477" sodipodi:role="line" y="75.103027" x="202.23427">Intersection</tspan><tspan id="advanced-f08-fr.svgtspan1482" y="81.236844" x="202.23427" sodipodi:role="line">(Ctrl+*)</tspan></text> + <text id="advanced-f08-fr.svgtext1479" sodipodi:linespacing="110.00000%" transform="translate(10 2594.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="73.13726" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1480" sodipodi:role="line" y="149.98067" x="73.13726">Exclusion</tspan><tspan id="advanced-f08-fr.svgtspan1484" y="156.11448" x="73.13726" sodipodi:role="line">(Ctrl+^)</tspan></text> + <text id="advanced-f08-fr.svgtext2252" sodipodi:linespacing="110.00000%" transform="translate(10 2594.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="136.91679" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1820" sodipodi:role="line" y="149.98067" x="136.91679">Division</tspan><tspan id="advanced-f08-fr.svgtspan1822" y="156.11448" x="136.91679" sodipodi:role="line">(Ctrl+/)</tspan></text> + <text id="advanced-f08-fr.svgtext1828" sodipodi:linespacing="110.00000%" transform="translate(10 2594.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="199.6328" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-fr.svgtspan1829" sodipodi:role="line" y="149.98067" x="199.6328">Découper le chemin</tspan><tspan id="advanced-f08-fr.svgtspan1831" y="156.11448" x="199.6328" sodipodi:role="line">(Ctrl+Alt+/)</tspan><tspan id="advanced-f08-fr.svgtspan1833" y="162.2483" x="199.6328" sodipodi:role="line"/></text> + <rect id="advanced-f08-fr.svgrect1449" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2594.2)" height="27.398" width="37.561" stroke="#000" y="12.863" x="136.71" stroke-width="1pt" fill="#00f"/> + <ellipse id="advanced-f08-fr.svgpath1450" fill-opacity=".75" fill-rule="evenodd" rx="15.245" transform="translate(135.22 -1419.9)" stroke="#000" ry="15.687" cy="4055.5" cx="39.55" stroke-width="1pt" fill="#f00"/> + <path id="advanced-f08-fr.svgpath1459" d="m72.94 90.828v27.372h12.937c-0.026 0.38-0.125 0.74-0.125 1.13 0 8.66 6.835 15.69 15.248 15.69 8.42 0 15.25-7.03 15.25-15.69 0-4.94-2.28-9.31-5.75-12.19v-16.312h-37.56z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2594.2)" stroke="#000" stroke-width="1pt" fill="#00f"/> + <path id="advanced-f08-fr.svgpath1460" d="m136.71 90.828v27.372h12.94c0.57-8.12 7.09-14.56 15.13-14.56 3.61 0 6.88 1.34 9.5 3.5v-16.312h-37.57z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2594.2)" stroke="#000" stroke-width="1pt" fill="#00f"/> + <path id="advanced-f08-fr.svgpath1461" d="m228.55 103.64c-8.04 0-14.55 6.44-15.12 14.56h24.62v-11.06c-2.61-2.16-5.89-3.5-9.5-3.5z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2594.2)" stroke="#000" stroke-width="1pt" fill="#00f"/> + <path id="advanced-f08-fr.svgpath1462" d="m72.924 165.7v27.38h12.937c0.572-8.12 7.085-14.56 15.129-14.56 3.61 0 6.88 1.34 9.5 3.5v-16.32h-37.566zm37.566 16.32v11.06h-24.629c-0.027 0.38-0.125 0.74-0.125 1.12 0 8.66 6.835 15.69 15.254 15.69 8.41 0 15.25-7.03 15.25-15.69 0-4.94-2.28-9.31-5.75-12.18z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2594.2)" stroke="#000" stroke-width="1pt" fill="#00f"/> + <path id="advanced-f08-fr.svgpath1817" d="m136.73 165.74v27.37h12.94c0.04-0.68 0.05-1.37 0.18-2.03 0.21-1.02 0.49-2.03 0.88-2.97 0.38-0.94 0.86-1.82 1.4-2.65 0.55-0.84 1.19-1.61 1.88-2.32s1.44-1.37 2.25-1.93c0.81-0.57 1.68-1.04 2.59-1.44 0.92-0.4 1.86-0.7 2.85-0.91s2.01-0.31 3.06-0.31 2.1 0.1 3.09 0.31c1 0.21 1.94 0.51 2.85 0.91s1.78 0.87 2.59 1.44c0.35 0.24 0.64 0.57 0.97 0.84v-16.31h-37.53z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2594.2)" stroke="#000" stroke-width="1pt" fill="#00f"/> + <path id="advanced-f08-fr.svgpath1818" d="m174.26 182.05c-0.33-0.27-0.62-0.6-0.97-0.84-0.81-0.57-1.68-1.04-2.59-1.44s-1.85-0.7-2.85-0.91c-0.99-0.21-2.04-0.31-3.09-0.31s-2.07 0.1-3.06 0.31-1.93 0.51-2.85 0.91c-0.91 0.4-1.78 0.87-2.59 1.44-0.81 0.56-1.56 1.22-2.25 1.93s-1.33 1.48-1.88 2.32c-0.54 0.83-1.02 1.71-1.4 2.65-0.39 0.94-0.67 1.95-0.88 2.97-0.13 0.66-0.14 1.35-0.18 2.03h24.59v-11.06z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 2594.2)" stroke="#000" stroke-width="1pt" fill="#00f"/> + <path id="advanced-f08-fr.svgpath1826" d="m214.49 194.75h24.63v-11.09" transform="translate(10 2594.2)" stroke="#000" stroke-width="1pt" fill="none"/> + <path id="advanced-f08-fr.svgpath1827" d="m238.05 182.24v-16.31h-37.56v27.4h12.94" transform="translate(10 2594.2)" stroke="#000" stroke-width="1pt" fill="none"/> + <flowRoot id="advanced-f08-fr.svgflowRoot2628" xml:space="preserve" transform="translate(10 2594.2)" font-size="5.5762px"><flowRegion id="advanced-f08-fr.svgflowRegion2630"><rect id="advanced-f08-fr.svgrect2632" y="76.05" width="63.135" x="135.36" height="14.647"/></flowRegion><flowPara id="advanced-f08-fr.svgflowPara2634" font-family="serif">(dessous moins dessus)</flowPara></flowRoot> + <rect id="d0e426" display="none" height="1e3px" width="288" y="2816.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e426"/> </flowRegion> - <flowDiv xml:space="preserve">Les raccourcis clavier de ces commandes font allusion à leurs opérateurs arithmétiques booléens analogues (union pour addition, différence pour soustraction, etc.). Les commandes <flowSpan font-family="Sans">Différence</flowSpan> et <flowSpan font-family="Sans">Exclusion</flowSpan> ne peuvent s'appliquer qu'à deux objets sélectionnés, les autres opérations à un nombre quelconque. Le résultat reçoit toujours le style de l'objet du fond dans l'ordre-z.</flowDiv> + <flowDiv xml:space="preserve">Les raccourcis clavier de ces commandes correspondent aux opérateurs arithmétiques booléens analogues (union pour addition, différence pour soustraction, etc.). Les commandes <flowSpan font-family="sans-serif">Différence</flowSpan> et <flowSpan font-family="sans-serif">Exclusion</flowSpan> ne peuvent s'appliquer qu'à deux objets sélectionnés, les autres opérations à un nombre quelconque. Le résultat reçoit toujours le style de l'objet du fond dans l'ordre z.</flowDiv> </flowRoot> - <rect id="d0e435" display="none" height="1e3px" width="288" y="2878.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e435" display="none" height="1e3px" width="288" y="2887.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e435"/> </flowRegion> - <flowDiv xml:space="preserve">Le résultat d'une commande <flowSpan font-family="Sans">Exclure</flowSpan> ressemble à celui d'une <flowSpan font-family="Sans">Combinaison</flowSpan> (voir plus haut), mais ajoute des nœuds aux intersections des chemins. Dans la <flowSpan font-family="Sans">Division</flowSpan> le chemin de l'objet du dessus coupe celui du dessous tandis que <flowSpan font-family="Sans">Découper les chemins</flowSpan> se limite à utiliser l'objet du dessusi pour couper le contour de celoui du dessous et à en supprimer les remplissages (ceci est pratique pour découper en morceaux des tracés sans remplissage).</flowDiv> + <flowDiv xml:space="preserve">Le résultat d'une commande <flowSpan font-family="sans-serif">Exclure</flowSpan> ressemble à celui d'une <flowSpan font-family="sans-serif">Combinaison</flowSpan> (voir plus haut), mais ajoute des nœuds aux intersections des chemins. Dans la <flowSpan font-family="sans-serif">Division</flowSpan> le chemin de l'objet du dessus coupe celui du dessous tandis que <flowSpan font-family="sans-serif">Découper le chemin</flowSpan> se limite à utiliser l'objet du dessus pour couper le contour de celui du dessous et à en supprimer les remplissages (ceci est pratique pour découper en morceaux des tracés sans remplissage).</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2973.7161380000007" x="10" font-family="Sans" fill="#000000"> - <tspan y="2973.7161380000007" x="10">Éroder et dilater</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2982.6344760000006" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2982.6344760000006" x="10">Éroder et dilater</tspan> </text> - <rect id="d0e456" display="none" height="1e3px" width="288" y="2978.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e456" display="none" height="1e3px" width="288" y="2987.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e456"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape peut étendre et contracter des objets par une modification de leurs dimensions, mais aussi par <flowSpan font-style="italic">offset</flowSpan> du chemin, c'est-à-dire par un déplacement perpendiculaire en tout point du chemin. Les commandes correspondantes sont <flowSpan font-family="Sans">Éroder</flowSpan> (<flowSpan font-weight="bold">Ctrl+(</flowSpan>) et <flowSpan font-family="Sans">Dilater</flowSpan> (<flowSpan font-weight="bold">Ctrl+)</flowSpan>). Par exemple, ci-dessous, voyez le chemin original (en rouge) et des érosions et dilatations de celui-ci :</flowDiv> + <flowDiv xml:space="preserve">Inkscape peut étendre et contracter des objets par une modification de leurs dimensions, mais aussi par <flowSpan font-style="italic">offset</flowSpan> du chemin, c'est-à-dire par un déplacement perpendiculaire en tout point du chemin. Les commandes correspondantes sont <flowSpan font-family="sans-serif">Éroder</flowSpan> (<flowSpan font-weight="bold">Ctrl+(</flowSpan>) et <flowSpan font-family="sans-serif">Dilater</flowSpan> (<flowSpan font-weight="bold">Ctrl+)</flowSpan>). Par exemple, ci-dessous, voyez le chemin original (en rouge) et des érosions et dilatations de celui-ci :</flowDiv> </flowRoot> - <path id="advanced-f09-fr.svgpath1893" d="m115.81 90.263c-16.592-6.213-24.464-26.139-22.243-43.098 1.074-8.205 2.889-17.007 6.823-23.669 2.32-3.927 0.06 6.387-0.16 8.347-0.913 8.042-0.666 17.609 6.23 23.314 3.44 2.848 8.32 3.345 6.88-2.814-2.18-9.364 10.91-16.85 20.11-13.934 7.11 2.251 12.73 9.419 10.97 16.948-1.91 8.158-11.61 4.751-13.16-2.785-1.53-7.452-10.93 1.693-9.85 7.286 1.47 7.682 9.57 9.514 16.01 10.234 7.97 0.892 18.69-2.911 19.6-11.738 0.73-7.13 3.81-14.344 11.82-15.244 9.37-1.054 19.57-0.877 33.29-0.178-15.92 0-23.98 10.502-28.31 19.012-4 7.872-13.27 12.644-21.56 13.805-10.35 1.451-24.13-0.786-30.18-0.786 0 10.718 9.09 15.684 16.62 15.406 6.95-0.257 11.57-8.682 18.44-11.491 8.52-3.478 18.52-3.25 26.14 2.201 6.04 4.319 12.03 12.117 8.66 19.641-3.36 7.5-13.9 8.71-20.32 3.87-5.83-4.39-12.21-9.159-20.21-9.12-7.06 0.034-11.04 2.496-12.62 10.32-2.53-6.862-7.05-9.815-22.98-15.527z" sodipodi:nodetypes="csssssssssssscsscsssssscs" transform="translate(10 3056.6)" stroke="#ff0100" stroke-width="0.675" fill="none"/> - <path id="advanced-f09-fr.svgpath1895" d="m99.5 21.398c-6.586 11.012-8.859 24.639-7.854 37.357 1.466 15.945 12.324 30.921 28.104 35.206 8.4 2.59 16.35 7.479 19.15 16.289 2.3-2.14 2.23-11.427 8.32-12.289 10.68-2.682 18.68 5.939 27.26 10.389 9.5 4.43 22.72-3.64 20.13-14.65-3.68-15.148-22.17-22.946-36.23-17.278-9.17 2.095-14.34 15.051-24.91 11.226-4.16-0.301-12.23-9.472-7.13-10.39 15.56 1.307 34.08 3.251 45.78-9.434 5.96-8.402 10.84-19.432 22.1-21.742 3.95-0.623 17.73-2.335 7.97-5.152-12.56-0.04-25.68-1.842-37.9 1.432-8.52 3.359-7.75 13.674-11.23 20.474-7.16 7.412-21.56 7.107-28.43-0.395-2.97-3.595 0.1-9.54 4.12-10.511 0.97 6.962 10.4 14.117 16 7.406 7.64-12.42-8.42-27.667-21.09-22.691-8.19 1.747-14.36 9.935-12.19 18.285-9.12-1.845-10.22-14.061-9.32-21.897-0.38-4.288 3.98-10.872-1.46-13.103-0.21 0.259-1.004 1.238-1.19 1.468z" transform="translate(10 3056.6)" stroke="#000" stroke-width=".175" fill="none"/> - <path id="advanced-f09-fr.svgpath1898" d="m100.16 15.711c-5.356 2.722-6.771 10.347-9.254 15.553-7.122 20.678-3.885 47.792 15.684 60.581 8.9 7.048 22.79 6.875 28.03 18.395 2.06 6.4 4.1 12.41 7.3 3.16 2.69-4.79 3.35-13.578 11.02-11.75 11.52 2.43 20.79 15.65 33.52 10.87 12.27-3.22 16.17-19.864 7.73-28.907-4.81-6.463-12.31-11.053-20.28-12.277 7.45-8.27 12.17-21.683 25.23-22.073 4.67-0.474 9.69-2.146 11.7-6.802-6.6-8.811-18.34-4.86-27.62-5.957-10.39 0.067-24.54-0.338-29.28 11.105-2.2 4.623-2 10.543-6.03 14.133 7.87-11.785-2.75-27.82-15.76-29.513-10.11-2.066-21.56 4.455-24.34 14.513-4.72-8.621 1.66-18.924-1.87-27.5-1.37-1.772-3.46-3.78-5.78-3.531zm28.72 44.906c-1.43-1.607-1.62-2.315 0 0zm9.21 21.5c7.66-0.952 1.67 2.774-2.56 1.813-7.88-2.432-2.69-2.467 2.56-1.813z" transform="translate(10 3056.6)" stroke="#000" stroke-width=".175" fill="none"/> - <path id="advanced-f09-fr.svgpath1903" d="m98.031 12.804c-9.98 7.226-12.053 20.853-13.978 32.201-2.927 22.271 8.396 47.031 30.167 55.285 8.35 3.22 17.24 8.44 19.09 17.95 2.7 6.12 12.4 2.94 12.27-3.38 0.73-6.17 8.01-12.22 13.11-6.21 10.17 5.66 23.73 13.35 34.52 4.62 13.25-8.52 11.13-30.146-1.94-37.963-2.45-4.196-14.46-4.585-7.97-9.941 4.82-7.411 12.6-12.878 21.5-13.479 4.57-1.449 10.59-6.184 10.55-10.684-9.87-12.008-27.11-8.123-40.73-8.43-8.4 0.451-17.03 2.889-22.59 9.625-7.2-13.726-26.6-18.649-39.15-9.291-4.77 2.404-0.35-9.067-2.63-12.427-1.14-5.133-6.72-11.096-12.219-7.876z" transform="translate(10 3056.6)" stroke="#000" stroke-width=".175" fill="none"/> - <path id="advanced-f09-fr.svgpath1910" d="m99.031 0.2108c-17.313 5.1828-24.393 24.397-26.031 40.813-5.497 29.384 12.02 61.126 39.91 71.936 9.98 4.59 11.89 20.45 24.75 20.31 7.83-0.32 15.77-4.71 18.87-12.12 14.37 9.2 36.37 11.52 48.34-2.79 13.77-14.31 10.55-40.309-5.34-51.743 10.82-4.484 25.06-9.135 27.32-22.432 1.6-12.408-11.82-19.936-22.4-21.839-14.93-3.29-30.59-1.818-45.36 1.396-5.92 5.486-11.16-3.336-16.97-4.594-6.57-2.293-13.69-3.286-20.56-1.781-2.55-9.8036-11.94-18.42-22.529-17.156z" transform="translate(10 3056.6)" stroke="#000" stroke-width=".175" fill="none"/> - <path id="advanced-f09-fr.svgpath1913" d="m97.188 38.023c-4.586 17.702-0.396 40.201 17.092 49.215 8.22 4.204 18.47 6.131 24.16 14.032 3.96-10.464 17.83-8.989 25.57-3.873 7 3.803 16.33 12.483 23.86 4.993 7.32-7.288-1.5-17.853-8.75-21.07-11.11-5.697-24.48-0.993-32.37 7.953-9.04 6.368-23.91 1.398-26-9.687-0.01-6.309 7.22-7.495 11.99-5.934 14.45 1.712 32.63 0.347 40.15-14.168 3.7-5.896 8.34-11.595 14.52-14.992-8.51 0.477-19.01-1.66-25.5 5.031-3.06 8.199-4.75 19.917-15.32 21.557-9.79 3.02-23.68 0.004-26.97-10.776-0.93-7.347 5.88-11.959 11.85-14.374-0.02 4.961 3.88 14.356 10 10.812 4.92-11.553-11.49-21.628-20.91-14.594-6.39 3.893-6.21 12.384-3.94 18.625-10.62-0.824-19.229-10.229-18.496-20.962-0.579-2.052 0.503-7.623-0.936-1.788z" transform="translate(10 3056.6)" stroke="#000" stroke-width=".175" fill="none"/> - <path id="advanced-f09-fr.svgpath1920" d="m125.31 44.211c-10.25 7.088-1.66 2.429 0 0zm10.53 4.531c4.86 10.668 0.93-3.962 0 0zm39.32-0.062c-6-0.419-11.66 3.641-12.05 9.777 0.03 2.449-6.31 10.556-1.99 7.473 6.83-4.129 9.69-11.85 15.13-17.313-0.33 0.019-1.06 0.061-1.09 0.063zm-75.41 8.593c1.37 11.282 7.67 22.743 18.47 27.344-2.98-4.866-0.67-11.372 3.59-14.094-2.91-5.523-8.48-6.492-13.9-8.093-2.59 0.074-8.4-7.928-8.16-5.157zm64 26.031c-2.77 0.747-13.16 5.474-9.36 6.386 10.87 0.475 17.91 12.25 28.99 11.02 7.13-4.985-0.85-14.641-7.14-16.048-3.88-1.725-8.32-1.952-12.49-1.358z" transform="translate(10 3056.6)" stroke="#000" stroke-width=".175" fill="none"/> - <rect id="d0e484" display="none" height="1e3px" width="288" y="3202" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="advanced-f09-fr.svgpath1893" d="m115.81 90.263c-16.592-6.213-24.464-26.139-22.243-43.098 1.074-8.205 2.889-17.007 6.823-23.669 2.32-3.927 0.06 6.387-0.16 8.347-0.913 8.042-0.666 17.609 6.23 23.314 3.44 2.848 8.32 3.345 6.88-2.814-2.18-9.364 10.91-16.85 20.11-13.934 7.11 2.251 12.73 9.419 10.97 16.948-1.91 8.158-11.61 4.751-13.16-2.785-1.53-7.452-10.93 1.693-9.85 7.286 1.47 7.682 9.57 9.514 16.01 10.234 7.97 0.892 18.69-2.911 19.6-11.738 0.73-7.13 3.81-14.344 11.82-15.244 9.37-1.054 19.57-0.877 33.29-0.178-15.92 0-23.98 10.502-28.31 19.012-4 7.872-13.27 12.644-21.56 13.805-10.35 1.451-24.13-0.786-30.18-0.786 0 10.718 9.09 15.684 16.62 15.406 6.95-0.257 11.57-8.682 18.44-11.491 8.52-3.478 18.52-3.25 26.14 2.201 6.04 4.319 12.03 12.117 8.66 19.641-3.36 7.5-13.9 8.71-20.32 3.87-5.83-4.39-12.21-9.159-20.21-9.12-7.06 0.034-11.04 2.496-12.62 10.32-2.53-6.862-7.05-9.815-22.98-15.527z" sodipodi:nodetypes="csssssssssssscsscsssssscs" transform="translate(10 3065.5)" stroke="#ff0100" stroke-width="0.675" fill="none"/> + <path id="advanced-f09-fr.svgpath1895" d="m99.5 21.398c-6.586 11.012-8.859 24.639-7.854 37.357 1.466 15.945 12.324 30.921 28.104 35.206 8.4 2.59 16.35 7.479 19.15 16.289 2.3-2.14 2.23-11.427 8.32-12.289 10.68-2.682 18.68 5.939 27.26 10.389 9.5 4.43 22.72-3.64 20.13-14.65-3.68-15.148-22.17-22.946-36.23-17.278-9.17 2.095-14.34 15.051-24.91 11.226-4.16-0.301-12.23-9.472-7.13-10.39 15.56 1.307 34.08 3.251 45.78-9.434 5.96-8.402 10.84-19.432 22.1-21.742 3.95-0.623 17.73-2.335 7.97-5.152-12.56-0.04-25.68-1.842-37.9 1.432-8.52 3.359-7.75 13.674-11.23 20.474-7.16 7.412-21.56 7.107-28.43-0.395-2.97-3.595 0.1-9.54 4.12-10.511 0.97 6.962 10.4 14.117 16 7.406 7.64-12.42-8.42-27.667-21.09-22.691-8.19 1.747-14.36 9.935-12.19 18.285-9.12-1.845-10.22-14.061-9.32-21.897-0.38-4.288 3.98-10.872-1.46-13.103-0.21 0.259-1.004 1.238-1.19 1.468z" transform="translate(10 3065.5)" stroke="#000" stroke-width=".175" fill="none"/> + <path id="advanced-f09-fr.svgpath1898" d="m100.16 15.711c-5.356 2.722-6.771 10.347-9.254 15.553-7.122 20.678-3.885 47.792 15.684 60.581 8.9 7.048 22.79 6.875 28.03 18.395 2.06 6.4 4.1 12.41 7.3 3.16 2.69-4.79 3.35-13.578 11.02-11.75 11.52 2.43 20.79 15.65 33.52 10.87 12.27-3.22 16.17-19.864 7.73-28.907-4.81-6.463-12.31-11.053-20.28-12.277 7.45-8.27 12.17-21.683 25.23-22.073 4.67-0.474 9.69-2.146 11.7-6.802-6.6-8.811-18.34-4.86-27.62-5.957-10.39 0.067-24.54-0.338-29.28 11.105-2.2 4.623-2 10.543-6.03 14.133 7.87-11.785-2.75-27.82-15.76-29.513-10.11-2.066-21.56 4.455-24.34 14.513-4.72-8.621 1.66-18.924-1.87-27.5-1.37-1.772-3.46-3.78-5.78-3.531zm28.72 44.906c-1.43-1.607-1.62-2.315 0 0zm9.21 21.5c7.66-0.952 1.67 2.774-2.56 1.813-7.88-2.432-2.69-2.467 2.56-1.813z" transform="translate(10 3065.5)" stroke="#000" stroke-width=".175" fill="none"/> + <path id="advanced-f09-fr.svgpath1903" d="m98.031 12.804c-9.98 7.226-12.053 20.853-13.978 32.201-2.927 22.271 8.396 47.031 30.167 55.285 8.35 3.22 17.24 8.44 19.09 17.95 2.7 6.12 12.4 2.94 12.27-3.38 0.73-6.17 8.01-12.22 13.11-6.21 10.17 5.66 23.73 13.35 34.52 4.62 13.25-8.52 11.13-30.146-1.94-37.963-2.45-4.196-14.46-4.585-7.97-9.941 4.82-7.411 12.6-12.878 21.5-13.479 4.57-1.449 10.59-6.184 10.55-10.684-9.87-12.008-27.11-8.123-40.73-8.43-8.4 0.451-17.03 2.889-22.59 9.625-7.2-13.726-26.6-18.649-39.15-9.291-4.77 2.404-0.35-9.067-2.63-12.427-1.14-5.133-6.72-11.096-12.219-7.876z" transform="translate(10 3065.5)" stroke="#000" stroke-width=".175" fill="none"/> + <path id="advanced-f09-fr.svgpath1910" d="m99.031 0.2108c-17.313 5.1828-24.393 24.397-26.031 40.813-5.497 29.384 12.02 61.126 39.91 71.936 9.98 4.59 11.89 20.45 24.75 20.31 7.83-0.32 15.77-4.71 18.87-12.12 14.37 9.2 36.37 11.52 48.34-2.79 13.77-14.31 10.55-40.309-5.34-51.743 10.82-4.484 25.06-9.135 27.32-22.432 1.6-12.408-11.82-19.936-22.4-21.839-14.93-3.29-30.59-1.818-45.36 1.396-5.92 5.486-11.16-3.336-16.97-4.594-6.57-2.293-13.69-3.286-20.56-1.781-2.55-9.8036-11.94-18.42-22.529-17.156z" transform="translate(10 3065.5)" stroke="#000" stroke-width=".175" fill="none"/> + <path id="advanced-f09-fr.svgpath1913" d="m97.188 38.023c-4.586 17.702-0.396 40.201 17.092 49.215 8.22 4.204 18.47 6.131 24.16 14.032 3.96-10.464 17.83-8.989 25.57-3.873 7 3.803 16.33 12.483 23.86 4.993 7.32-7.288-1.5-17.853-8.75-21.07-11.11-5.697-24.48-0.993-32.37 7.953-9.04 6.368-23.91 1.398-26-9.687-0.01-6.309 7.22-7.495 11.99-5.934 14.45 1.712 32.63 0.347 40.15-14.168 3.7-5.896 8.34-11.595 14.52-14.992-8.51 0.477-19.01-1.66-25.5 5.031-3.06 8.199-4.75 19.917-15.32 21.557-9.79 3.02-23.68 0.004-26.97-10.776-0.93-7.347 5.88-11.959 11.85-14.374-0.02 4.961 3.88 14.356 10 10.812 4.92-11.553-11.49-21.628-20.91-14.594-6.39 3.893-6.21 12.384-3.94 18.625-10.62-0.824-19.229-10.229-18.496-20.962-0.579-2.052 0.503-7.623-0.936-1.788z" transform="translate(10 3065.5)" stroke="#000" stroke-width=".175" fill="none"/> + <path id="advanced-f09-fr.svgpath1920" d="m125.31 44.211c-10.25 7.088-1.66 2.429 0 0zm10.53 4.531c4.86 10.668 0.93-3.962 0 0zm39.32-0.062c-6-0.419-11.66 3.641-12.05 9.777 0.03 2.449-6.31 10.556-1.99 7.473 6.83-4.129 9.69-11.85 15.13-17.313-0.33 0.019-1.06 0.061-1.09 0.063zm-75.41 8.593c1.37 11.282 7.67 22.743 18.47 27.344-2.98-4.866-0.67-11.372 3.59-14.094-2.91-5.523-8.48-6.492-13.9-8.093-2.59 0.074-8.4-7.928-8.16-5.157zm64 26.031c-2.77 0.747-13.16 5.474-9.36 6.386 10.87 0.475 17.91 12.25 28.99 11.02 7.13-4.985-0.85-14.641-7.14-16.048-3.88-1.725-8.32-1.952-12.49-1.358z" transform="translate(10 3065.5)" stroke="#000" stroke-width=".175" fill="none"/> + <rect id="d0e484" display="none" height="1e3px" width="288" y="3210.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e484"/> </flowRegion> - <flowDiv xml:space="preserve">Les commandes <flowSpan font-family="Sans">éroder</flowSpan> et <flowSpan font-family="Sans">dilater</flowSpan> produisent des chemins (si nécessaire en convertissant l'objet original en chemin). Un <flowSpan font-family="Sans">offset dynamique</flowSpan> (<flowSpan font-weight="bold">Ctrl+J</flowSpan>) sera souvent plus pratique : il crée un objet avec une poignée déplaçable qui contrôle le rayon d'offset. Voyez avec l'objet ci-dessous; sélectionnez-le et passez en édition de nœuds pour vous faire une idée:</flowDiv> + <flowDiv xml:space="preserve">Les commandes <flowSpan font-family="sans-serif">éroder</flowSpan> et <flowSpan font-family="sans-serif">dilater</flowSpan> produisent des chemins (si nécessaire en convertissant l'objet original en chemin). Un <flowSpan font-family="sans-serif">offset dynamique</flowSpan> (<flowSpan font-weight="bold">Ctrl+J</flowSpan>) sera souvent plus pratique : il crée un objet avec une poignée déplaçable qui contrôle le rayon d'offset. Voyez avec l'objet ci-dessous ; sélectionnez-le et passez en édition de nœuds pour vous faire une idée :</flowDiv> </flowRoot> - <path id="advanced-f10-fr.svgpath1527-8" d="m100.94 0.45441c-0.10112 0.1152-0.14628 0.129-0.29492 0.3809-3.8807 6.5756-5.69 15.322-6.7617 23.506-2.2001 16.8 5.6253 36.574 21.996 42.703 7.9689 2.8582 13.099 5.0208 16.59 7.3613 3.1146 2.0883 4.8809 4.3803 6.1445 7.3164 0.83628-3.3298 2.1612-5.698 4.1113-7.1973 2.1712-1.6691 5.0309-2.3008 8.6074-2.3183 8.1602-0.04 14.631 4.8099 20.459 9.205 3.1146 2.349 7.2519 3.2345 11.002 2.6153 3.7501-0.6193 7.0928-2.7204 8.7109-6.336 1.6276-3.6366 1.0018-7.3141-0.78906-10.666s-4.7581-6.3445-7.7363-8.4746c-7.492-5.3587-17.331-5.609-25.744-2.1738-3.339 1.3634-6.1945 4.1375-9.0957 6.6406s-5.8756 4.7546-9.5098 4.8887c-3.8591 0.1425-8.0918-1.0526-11.383-3.666-3.291-2.6135-5.6211-6.6662-5.6211-12.137a0.39691 0.39691 0 0 1 0.39648 -0.3964c3.0726 0 8.0122 0.5596 13.49 0.9355 5.478 0.376 11.484 0.5678 16.611-0.1504 8.1781-1.1457 17.345-5.8907 21.264-13.6 3.7815-7.4384 10.474-16.43 22.701-18.678-10.736-0.4389-19.366-0.4494-27.271 0.4394-3.8911 0.4375-6.5398 2.3824-8.3496 5.1133s-2.7533 6.2608-3.1133 9.7832c-0.46666 4.5663-3.4945 7.8367-7.373 9.8164s-8.6221 2.711-12.691 2.2559c-3.2374-0.362-6.9091-0.9975-9.9941-2.5391s-5.5895-4.0329-6.3516-8c-0.29262-1.5232 0.12629-3.2173 0.9043-4.7988s1.9241-3.0553 3.1719-4.125 2.6009-1.764 3.8594-1.6465c0.62923 0.059 1.2247 0.3446 1.6875 0.8652 0.4628 0.5207 0.79856 1.2598 1 2.2383 0.74509 3.6194 3.4674 6.2523 6.1602 6.9883 1.3464 0.368 2.6674 0.2684 3.7637-0.377 1.0962-0.6453 1.9987-1.8478 2.457-3.8085 1.7046-7.293-3.7374-14.304-10.67-16.5-4.459-1.4122-9.9397-0.3002-14 2.3183s-6.665 6.662-5.6191 11.15c0.36975 1.5869 0.35132 2.788-0.002 3.6758-0.35328 0.8877-1.076 1.4223-1.916 1.5879-1.68 0.3311-3.8147-0.579-5.5977-2.0547-7.0565-5.8407-7.3073-15.578-6.3906-23.664 0.10448-0.9216 0.59178-3.3392 0.91601-5.4863 0.16212-1.0735 0.28212-2.0765 0.29297-2.7344 0.002-0.1312-0.0143-0.158-0.0215-0.2578z" transform="translate(10 3279.7)" inkscape:connector-curvature="0" stroke="#ff0100" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.675" fill="none"/> - <rect id="d0e509" display="none" height="1e3px" width="288" y="3376.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="advanced-f10-fr.svgpath1527-8" d="m100.94 0.45441c-0.10112 0.1152-0.14628 0.129-0.29492 0.3809-3.8807 6.5756-5.69 15.322-6.7617 23.506-2.2001 16.8 5.6253 36.574 21.996 42.703 7.9689 2.8582 13.099 5.0208 16.59 7.3613 3.1146 2.0883 4.8809 4.3803 6.1445 7.3164 0.83628-3.3298 2.1612-5.698 4.1113-7.1973 2.1712-1.6691 5.0309-2.3008 8.6074-2.3183 8.1602-0.04 14.631 4.8099 20.459 9.205 3.1146 2.349 7.2519 3.2345 11.002 2.6153 3.7501-0.6193 7.0928-2.7204 8.7109-6.336 1.6276-3.6366 1.0018-7.3141-0.78906-10.666s-4.7581-6.3445-7.7363-8.4746c-7.492-5.3587-17.331-5.609-25.744-2.1738-3.339 1.3634-6.1945 4.1375-9.0957 6.6406s-5.8756 4.7546-9.5098 4.8887c-3.8591 0.1425-8.0918-1.0526-11.383-3.666-3.291-2.6135-5.6211-6.6662-5.6211-12.137a0.39691 0.39691 0 0 1 0.39648 -0.3964c3.0726 0 8.0122 0.5596 13.49 0.9355 5.478 0.376 11.484 0.5678 16.611-0.1504 8.1781-1.1457 17.345-5.8907 21.264-13.6 3.7815-7.4384 10.474-16.43 22.701-18.678-10.736-0.4389-19.366-0.4494-27.271 0.4394-3.8911 0.4375-6.5398 2.3824-8.3496 5.1133s-2.7533 6.2608-3.1133 9.7832c-0.46666 4.5663-3.4945 7.8367-7.373 9.8164s-8.6221 2.711-12.691 2.2559c-3.2374-0.362-6.9091-0.9975-9.9941-2.5391s-5.5895-4.0329-6.3516-8c-0.29262-1.5232 0.12629-3.2173 0.9043-4.7988s1.9241-3.0553 3.1719-4.125 2.6009-1.764 3.8594-1.6465c0.62923 0.059 1.2247 0.3446 1.6875 0.8652 0.4628 0.5207 0.79856 1.2598 1 2.2383 0.74509 3.6194 3.4674 6.2523 6.1602 6.9883 1.3464 0.368 2.6674 0.2684 3.7637-0.377 1.0962-0.6453 1.9987-1.8478 2.457-3.8085 1.7046-7.293-3.7374-14.304-10.67-16.5-4.459-1.4122-9.9397-0.3002-14 2.3183s-6.665 6.662-5.6191 11.15c0.36975 1.5869 0.35132 2.788-0.002 3.6758-0.35328 0.8877-1.076 1.4223-1.916 1.5879-1.68 0.3311-3.8147-0.579-5.5977-2.0547-7.0565-5.8407-7.3073-15.578-6.3906-23.664 0.10448-0.9216 0.59178-3.3392 0.91601-5.4863 0.16212-1.0735 0.28212-2.0765 0.29297-2.7344 0.002-0.1312-0.0143-0.158-0.0215-0.2578z" transform="translate(10 3288.6)" inkscape:connector-curvature="0" stroke="#ff0100" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.675" fill="none"/> + <rect id="d0e509" display="none" height="1e3px" width="288" y="3385.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e509"/> </flowRegion> - <flowDiv xml:space="preserve">Un tel <flowSpan font-style="italic">objet offset dynamique</flowSpan> retient le chemin d'origine, et ainsi ne se "dégrade" pas quand vous modifiez un grand nombre de fois la distance d'offset. Quand vous n'avez plus besoin de l'ajuster, vous pouvez toujours le convertir de nouveau en chemin.</flowDiv> + <flowDiv xml:space="preserve">Un tel <flowSpan font-style="italic">objet offset dynamique</flowSpan> retient le chemin d'origine, et ainsi ne se « dégrade » pas quand vous modifiez un grand nombre de fois la distance d'offset. Quand vous n'avez plus besoin de l'ajuster, vous pouvez toujours le convertir de nouveau en chemin.</flowDiv> </flowRoot> - <rect id="d0e515" display="none" height="1e3px" width="288" y="3426" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e515" display="none" height="1e3px" width="288" y="3434.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e515"/> </flowRegion> <flowDiv xml:space="preserve">Encore plus pratique : l'<flowSpan font-style="italic">offset lié</flowSpan>, similaire à un offset dynamique mais connecté au chemin qui reste éditable. Vous pouvez en créer autant que vous voulez à partir d'un chemin source. Ci-dessous, le chemin source est en rouge, le premier offset lié à celui-ci a un contour noir et pas de remplissage, l'autre un remplissage noir et pas de contour.</flowDiv> </flowRoot> - <rect id="d0e521" display="none" height="1e3px" width="288" y="3486.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e521" display="none" height="1e3px" width="288" y="3495.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e521"/> </flowRegion> - <flowDiv xml:space="preserve">Sélectionnez l'objet rouge et éditez ses nœuds ; voyez le comportement des offsets liés. Maintenant sélectionnez un des offsets et déplacez sa poignée pour ajuster le rayon d'offset. Enfin, observer la façon dont le déplacement ou la transformation de l'objet source affecte les offsets qui lui sont liés et le fait que vous pouvez déplacer et transformer les offsets liés indépendamment sans perdre leur lien avec l'objet source.</flowDiv> + <flowDiv xml:space="preserve">Sélectionnez l'objet rouge et éditez ses nœuds ; voyez le comportement des offsets liés. Maintenant sélectionnez un des offsets et déplacez sa poignée pour ajuster le rayon d'offset. Enfin, observez la façon dont le déplacement ou la transformation de l'objet source affecte les offsets qui lui sont liés et le fait que vous pouvez déplacer et transformer les offsets liés indépendamment sans perdre leur lien avec l'objet source.</flowDiv> </flowRoot> - <g id="advanced-f11-fr.svgg8809" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3576.7)"> + <g id="advanced-f11-fr.svgg8809" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3585.6)"> <path id="advanced-f11-fr.svgpath1987" d="m113.67 73.853c-16.593-6.2126-28.727-20.624-26.506-37.584 1.0744-8.2045 7.151-22.522 11.082-29.183 2.3174-3.9267 0.06287 6.3871-0.15929 8.3469-0.91169 8.0423-0.66462 17.609 6.2279 23.314 3.4417 2.8487 8.3216 3.3459 6.8865-2.8132-2.1819-9.3644 10.903-16.851 20.11-13.935 7.1073 2.2509 12.728 9.4197 10.968 16.949-1.9067 8.1575-11.609 4.7505-13.16-2.7849-1.5341-7.452-10.93 1.6922-9.8554 7.2857 1.4757 7.6817 9.5717 9.5136 16.01 10.234 7.9762 0.892 18.699-2.9107 19.601-11.738 0.7287-7.1304 3.8134-14.344 11.819-15.244 9.3783-1.0545 19.572-0.8772 33.297-0.1784-15.926 0-23.984 10.502-28.311 19.012-4.0019 7.8719-13.273 12.644-21.559 13.805-10.357 1.4509-24.134-0.7852-30.181-0.7852 0 10.717 9.0837 15.683 16.616 15.405 6.9546-0.2568 11.568-8.6819 18.445-11.49 8.5192-3.4786 18.514-3.2501 26.134 2.2007 6.039 4.3193 12.03 12.117 8.6618 19.643-3.3562 7.4991-13.903 8.7109-20.324 3.8681-5.8264-4.3942-12.202-9.1596-20.204-9.1204-7.0617 0.0345-11.043 2.4957-12.624 10.319-2.5288-6.8607-7.0498-9.8139-22.975-15.526z" sodipodi:nodetypes="csssssssssssscsscsssssscs" inkscape:connector-curvature="0" stroke="#ff0100" stroke-width="0.675" fill="none"/> <path id="advanced-f11-fr.svgpath1988" sodipodi:type="inkscape:offset" d="m98.562 0.78125c-0.98754 0.080502-1.8534 0.33118-2.375 0.625-2.4005 1.3521-2.2824 2.1356-2.7188 2.875-4.4256 7.4989-10.496 21.228-11.812 31.281-2.6107 19.935 11.668 36.582 30.062 43.469a5.5425 5.5425 0 0 0 0.0625 0.03125c7.8341 2.8098 12.648 4.9301 15.312 6.7188 2.6647 1.7887 3.3939 2.8382 4.375 5.5a5.5425 5.5425 0 0 0 10.625 -0.8125c0.63382-3.1363 1.4421-4.2082 2.1875-4.7812 0.74544-0.57309 2.1375-1.0796 5.0312-1.0938 5.7847-0.02834 10.995 3.6434 16.812 8.0312 4.5524 3.4333 10.229 4.5995 15.562 3.7188 5.3339-0.88076 10.641-4.1604 13.156-9.7812 2.4763-5.5328 1.4093-11.414-0.96875-15.875-2.378-4.4609-5.9308-7.9561-9.5312-10.531-3.9435-2.8206-8.331-4.4389-12.844-5.125 2.0148-2.0121 3.768-4.3307 5.125-7 3.89-7.671 9.88-15.969 23.37-15.969a5.5425 5.5425 0 0 0 0.28 -11.062c-13.811-0.70317-24.32-0.92557-34.219 0.1875-5.5591 0.62506-10.044 3.8239-12.625 7.7188-2.5812 3.8949-3.6371 8.3065-4.0625 12.469-0.23361 2.2859-1.5445 3.799-4.1875 5.1562-0.5351 0.2748-1.2306 0.38146-1.8438 0.59375 2.173-1.6459 3.6971-4.1709 4.3438-6.9375 2.53-10.834-5.16-20.451-14.69-23.469-6.6268-2.0987-13.583-0.51371-19.031 3-4.0336 2.6013-7.5012 6.8894-8.3438 11.938-2.415-4.0184-2.7029-9.669-2.0312-15.594-0.00075 0.0066 0.52695-2.92 0.875-5.2812 0.17402-1.1806 0.32827-2.273 0.34375-3.5312 0.008-0.62915 0.15286-1.1622-0.40625-2.7188-0.28-0.779-0.84-2.2133-2.79-3.2195-0.97-0.50311-2.07-0.61175-3.058-0.53125zm26.531 40.562c1.2096 2.3834 3.0313 4.2871 5.1562 5.6562-0.83131-0.24906-1.731-0.4586-2.375-0.78125-1.9855-0.99474-2.7893-1.7396-3.1875-3.8125 0.067 0.34873 0.008-0.25776 0.40625-1.0625zm2.5938 23.312c1.9742 0.16077 3.0414 0.21721 5.3438 0.375 2.7613 0.18924 5.6999 0.3312 8.6562 0.34375-2.3876 1.9941-4.1511 3.0185-5.3438 3.0625-2.4683 0.09116-5.4276-0.78931-7.4688-2.4062-0.48622-0.38518-0.78896-0.92091-1.1875-1.375z" xlink:href="#advanced-f11-fr.svgpath1987" inkscape:original="M 98.90625 6.25 C 98.74655 6.3399517 98.539672 6.6029125 98.25 7.09375 C 94.318695 13.75515 88.230687 28.07675 87.15625 36.28125 C 84.935267 53.24075 97.062806 67.63115 113.65625 73.84375 C 129.58149 79.55545 134.12741 82.5143 136.65625 89.375 C 138.23724 81.552 142.21952 79.097 149.28125 79.0625 C 157.28275 79.0233 163.64232 83.7933 169.46875 88.1875 C 175.89008 93.0303 186.425 91.8116 189.78125 84.3125 C 193.14977 76.7861 187.16401 68.97555 181.125 64.65625 C 173.50416 59.20545 163.51922 58.99015 155 62.46875 C 148.12235 65.27705 143.51706 73.71195 136.5625 73.96875 C 129.03016 74.24695 119.9375 69.2799 119.9375 58.5625 C 125.98505 58.5625 139.76801 60.79465 150.125 59.34375 C 158.41104 58.18295 167.68563 53.40315 171.6875 45.53125 C 176.01369 37.02145 184.07412 26.53125 200 26.53125 C 186.2746 25.83245 176.06581 25.633 166.6875 26.6875 C 158.6823 27.5876 155.6037 34.8071 154.875 41.9375 C 153.97293 50.7644 143.25745 54.5795 135.28125 53.6875 C 128.84327 52.9676 120.72573 51.1192 119.25 43.4375 C 118.17544 37.844 127.59091 28.70425 129.125 36.15625 C 130.67625 43.69165 140.37452 47.095 142.28125 38.9375 C 144.04103 31.4086 138.41979 24.2509 131.3125 22 C 122.10481 19.084 109.00557 26.5731 111.1875 35.9375 C 112.62256 42.0966 107.75423 41.5987 104.3125 38.75 C 97.419952 33.045 97.182061 23.4798 98.09375 15.4375 C 98.28814 13.722675 100.02415 5.6203379 98.90625 6.25 z " stroke="#000" inkscape:href="#advanced-f11-fr.svgpath1987" inkscape:radius="5.5419211" stroke-width="0.675" fill="none"/> <path id="advanced-f11-fr.svgpath1989" sodipodi:type="inkscape:offset" d="m97.719 14.656c-3.7525 7.2074-8.5372 18.906-9.4375 25.781-2.1384 16.329 9.5505 30.232 25.75 36.312 0.0131 0.0049 0.0182 0.02636 0.0312 0.03125 7.9637 2.8574 13.152 5.0224 16.75 7.4375 2.6896 1.8054 4.3093 3.9294 5.5938 6.3125 0.88173-2.6151 2.0476-4.7994 3.8125-6.1562 2.3518-1.808 5.3995-2.4509 9.0625-2.4688 8.4612-0.04145 15.047 4.9795 20.875 9.375 2.9324 2.2116 6.8881 3.0549 10.438 2.4688 3.5494-0.5861 6.6206-2.5448 8.125-5.9062 1.52-3.3962 0.96665-6.811-0.75-10.031-1.7166-3.2203-4.601-6.1453-7.5-8.2188-7.2461-5.1828-16.818-5.416-25.031-2.0625-3.1491 1.2859-5.957 3.9756-8.875 6.5s-6.0371 4.9486-9.9688 5.0938c-4.0353 0.14904-8.4169-1.1043-11.875-3.8438s-5.9375-7.035-5.9375-12.719a1.1494 1.1494 0 0 1 1.1562 -1.1562c3.1652 0 8.0964 0.5629 13.562 0.9375 5.4661 0.3746 11.44 0.5795 16.469-0.125 7.9735-1.117 16.926-5.8187 20.688-13.219 3.2842-6.4602 8.8316-14.162 18.219-17.688-8.2126-0.22588-15.607-0.19463-22.062 0.53125-3.6798 0.41376-6.1004 2.1978-7.8125 4.7812s-2.617 5.9961-2.9688 9.4375c-0.49612 4.8546-3.755 8.3386-7.7812 10.406-4.0262 2.0676-8.8693 2.8474-13.094 2.375-3.2739-0.36609-7.0484-1.0366-10.281-2.6562-3.2328-1.6196-5.9417-4.3238-6.75-8.5312-0.33824-1.7607 0.13908-3.6045 0.96875-5.2812 0.82967-1.6768 2.0355-3.2035 3.375-4.3438s2.8374-1.9659 4.4375-1.8125c0.80004 0.07669 1.5763 0.47274 2.1562 1.125 0.57992 0.65226 0.96765 1.5258 1.1875 2.5938 0.68714 3.3379 3.2442 5.7308 5.625 6.375 1.1904 0.32212 2.2898 0.21819 3.1875-0.3125s1.6702-1.5006 2.0938-3.3125c1.5996-6.8435-3.5825-13.502-10.188-15.594-4.1843-1.3251-9.4906-0.25509-13.375 2.25s-6.2415 6.2225-5.2812 10.344c0.39058 1.6763 0.40714 3.0234-0.0312 4.125-0.43839 1.1016-1.4277 1.8261-2.4688 2.0312-2.0822 0.4104-4.3182-0.64566-6.2188-2.2188-7.3686-6.099-7.5819-16.147-6.6562-24.312 0.09953-0.87798 0.48514-2.8307 0.78125-4.6562z" fill-rule="evenodd" xlink:href="#advanced-f11-fr.svgpath1987" inkscape:original="M 98.90625 6.25 C 98.74655 6.3399517 98.539672 6.6029125 98.25 7.09375 C 94.318695 13.75515 88.230687 28.07675 87.15625 36.28125 C 84.935267 53.24075 97.062806 67.63115 113.65625 73.84375 C 129.58149 79.55545 134.12741 82.5143 136.65625 89.375 C 138.23724 81.552 142.21952 79.097 149.28125 79.0625 C 157.28275 79.0233 163.64232 83.7933 169.46875 88.1875 C 175.89008 93.0303 186.425 91.8116 189.78125 84.3125 C 193.14977 76.7861 187.16401 68.97555 181.125 64.65625 C 173.50416 59.20545 163.51922 58.99015 155 62.46875 C 148.12235 65.27705 143.51706 73.71195 136.5625 73.96875 C 129.03016 74.24695 119.9375 69.2799 119.9375 58.5625 C 125.98505 58.5625 139.76801 60.79465 150.125 59.34375 C 158.41104 58.18295 167.68563 53.40315 171.6875 45.53125 C 176.01369 37.02145 184.07412 26.53125 200 26.53125 C 186.2746 25.83245 176.06581 25.633 166.6875 26.6875 C 158.6823 27.5876 155.6037 34.8071 154.875 41.9375 C 153.97293 50.7644 143.25745 54.5795 135.28125 53.6875 C 128.84327 52.9676 120.72573 51.1192 119.25 43.4375 C 118.17544 37.844 127.59091 28.70425 129.125 36.15625 C 130.67625 43.69165 140.37452 47.095 142.28125 38.9375 C 144.04103 31.4086 138.41979 24.2509 131.3125 22 C 122.10481 19.084 109.00557 26.5731 111.1875 35.9375 C 112.62256 42.0966 107.75423 41.5987 104.3125 38.75 C 97.419952 33.045 97.182061 23.4798 98.09375 15.4375 C 98.28814 13.722675 100.02415 5.6203379 98.90625 6.25 z " transform="matrix(.39324 0 0 .39324 199.77 1.5238)" inkscape:href="#advanced-f11-fr.svgpath1987" inkscape:radius="-1.1492475" stroke-width="0.425"/> </g> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3698.0717870000003" x="10" font-family="Sans" fill="#000000"> - <tspan y="3698.0717870000003" x="10">Simplification</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3706.835809" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3706.835809" x="10">Simplification</tspan> </text> - <rect id="d0e540" display="none" height="1e3px" width="288" y="3703.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e540" display="none" height="1e3px" width="288" y="3712" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e540"/> </flowRegion> - <flowDiv xml:space="preserve">L'utilisation principale de la commande <flowSpan font-family="Sans">simplifier</flowSpan> (<flowSpan font-weight="bold">Ctrl+L</flowSpan>) est réduire le nombre de nœuds d'un chemin tout en préservant <flowSpan font-style="italic">au maximum</flowSpan> son aspect. Cela peut être utile pour les chemins tracés à main levée car cet outil crée parfois plus de nœuds que nécessaire. Ci-dessous, le dessin de gauche a été crée à main levée et celui de droite est une copie qui a été quelque peu simplifiée. Le chemin original comporte 28 nœuds, tandis que le simplifié n'en a que 17 (et est donc bien plus facile à retravailler avec l'outil nœuds) et est plus lisse.</flowDiv> + <flowDiv xml:space="preserve">L'usage le plus courant de la commande <flowSpan font-family="sans-serif">simplifier</flowSpan> (<flowSpan font-weight="bold">Ctrl+L</flowSpan>) est la réduction du nombre de nœuds d'un chemin tout en préservant <flowSpan font-style="italic">au maximum</flowSpan> son aspect. Cela peut être utile pour les chemins tracés à main levée car cet outil crée parfois plus de nœuds que nécessaire. Ci-dessous, le dessin de gauche a été créé à main levée et celui de droite est une copie qui a été quelque peu simplifiée. Le chemin original comporte 28 nœuds, tandis que le simplifié n'en a que 17 (et est donc bien plus facile à retravailler avec l'outil Nœuds) et est plus lisse.</flowDiv> </flowRoot> - <path id="advanced-f12-fr.svgpath2511" d="m65.491 41.902c-0.166-1.366-0.723-7.872-1.13-10.17 0.135-2.902-0.092-6.623-0.376-9.793-0.744-4.076-0.188-7.743 0-12.053 2.061-4.2645 3.993-6.8303 6.779-9.4162 4.693 1.1534 5.894 2.56 6.78 7.1564 1.088 3.7598 0.989 7.7008 0.753 12.053 0 4.002-0.005 5.616 2.26 8.663 5.424 0.469 6.295-0.011 8.287-4.896 1.905-3.313 2.552-6.93 3.766-10.547 3.167-2.269 5.884-3.0937 9.42-4.5195 4.76-1.225 7.7-0.0601 10.92 2.2595 1.74 4.915 2.85 8.223 0.38 12.43-1.73 2.325-4.19 4.017-7.16 5.65-2.22 1.406-5.2 2.924-7.533 4.52-3.678 0.481-3.862 3.5-2.26 6.403 2.547 1.451 5.733 0.568 7.533-1.884 3.49-1.674 5-3.198 9.42-3.389 3.8 0.547 6.04 1.173 8.28 3.013 2.4 3.464 3.26 5.675 4.15 8.663-1.81 2.519-2.95 3.868-5.65 5.65-3.43 0-6.87 0.034-10.17-0.377-3.1-0.32-5.74-1.125-8.67-1.507-4.152 0-8.073 0.208-12.05 0.754-2.662 0.056-3.615 0.344-6.403 0.376-2.371 0.155-4.714 0.521-6.026 0.754-2.937-0.026-5.542-0.531-5.65-0.754-2.119 0.044-3.899 0.058-4.143 0.377" transform="translate(10 3803.8)" stroke="#000" stroke-width=".75128pt" fill="none"/> - <path id="advanced-f12-fr.svgpath2525" d="m171.97 41.902c-0.87-10.337-2.38-20.746-1.38-31.119 0.98-3.9093 3.01-8.0876 6.96-9.6974 4.69-0.4192 6.76 4.9465 7.14 8.7906 0.73 5.6198-0.93 11.53 1.28 16.937 2.74 3.423 8.29 1.043 9.56-2.588 1.71-4.439 1.84-10.153 6.21-13.01 4.72-2.666 11.1-4.9244 16.05-1.5361 5.8 4.6361 3.82 14.881-2.82 17.711-4.03 2.859-9.11 4.268-12.62 7.787-1.83 4.484 5.59 7.277 7.71 3.141 4.26-3.722 10.89-5.473 15.92-2.217 3.94 2.248 7.12 7.464 4.85 11.89-2.56 4.105-8.09 4.283-12.37 3.53-6.49-1.002-13.05-2.329-19.63-1.397-7.75 0.632-15.57 2.16-23.34 0.845-0.68 0.009-1.37 0.108-2.01 0.349" transform="translate(10 3803.8)" stroke="#000" stroke-width=".75128pt" fill="none"/> - <rect id="d0e562" display="none" height="1e3px" width="288" y="3868.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="advanced-f12-fr.svgpath2511" d="m65.491 41.902c-0.166-1.366-0.723-7.872-1.13-10.17 0.135-2.902-0.092-6.623-0.376-9.793-0.744-4.076-0.188-7.743 0-12.053 2.061-4.2645 3.993-6.8303 6.779-9.4162 4.693 1.1534 5.894 2.56 6.78 7.1564 1.088 3.7598 0.989 7.7008 0.753 12.053 0 4.002-0.005 5.616 2.26 8.663 5.424 0.469 6.295-0.011 8.287-4.896 1.905-3.313 2.552-6.93 3.766-10.547 3.167-2.269 5.884-3.0937 9.42-4.5195 4.76-1.225 7.7-0.0601 10.92 2.2595 1.74 4.915 2.85 8.223 0.38 12.43-1.73 2.325-4.19 4.017-7.16 5.65-2.22 1.406-5.2 2.924-7.533 4.52-3.678 0.481-3.862 3.5-2.26 6.403 2.547 1.451 5.733 0.568 7.533-1.884 3.49-1.674 5-3.198 9.42-3.389 3.8 0.547 6.04 1.173 8.28 3.013 2.4 3.464 3.26 5.675 4.15 8.663-1.81 2.519-2.95 3.868-5.65 5.65-3.43 0-6.87 0.034-10.17-0.377-3.1-0.32-5.74-1.125-8.67-1.507-4.152 0-8.073 0.208-12.05 0.754-2.662 0.056-3.615 0.344-6.403 0.376-2.371 0.155-4.714 0.521-6.026 0.754-2.937-0.026-5.542-0.531-5.65-0.754-2.119 0.044-3.899 0.058-4.143 0.377" transform="translate(10 3821.3)" stroke="#000" stroke-width=".75128pt" fill="none"/> + <path id="advanced-f12-fr.svgpath2525" d="m171.97 41.902c-0.87-10.337-2.38-20.746-1.38-31.119 0.98-3.9093 3.01-8.0876 6.96-9.6974 4.69-0.4192 6.76 4.9465 7.14 8.7906 0.73 5.6198-0.93 11.53 1.28 16.937 2.74 3.423 8.29 1.043 9.56-2.588 1.71-4.439 1.84-10.153 6.21-13.01 4.72-2.666 11.1-4.9244 16.05-1.5361 5.8 4.6361 3.82 14.881-2.82 17.711-4.03 2.859-9.11 4.268-12.62 7.787-1.83 4.484 5.59 7.277 7.71 3.141 4.26-3.722 10.89-5.473 15.92-2.217 3.94 2.248 7.12 7.464 4.85 11.89-2.56 4.105-8.09 4.283-12.37 3.53-6.49-1.002-13.05-2.329-19.63-1.397-7.75 0.632-15.57 2.16-23.34 0.845-0.68 0.009-1.37 0.108-2.01 0.349" transform="translate(10 3821.3)" stroke="#000" stroke-width=".75128pt" fill="none"/> + <rect id="d0e562" display="none" height="1e3px" width="288" y="3885.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e562"/> </flowRegion> - <flowDiv xml:space="preserve">L'importance de la simplification (appelée <flowSpan font-style="italic">seuil</flowSpan>) dépend de la taille de la sélection. Ainsi, si vous sélectionnez simultanément un chemin et un autre objet plus important, la simplification sera plus agressive que pour le chemin seul. De plus, la commande <flowSpan font-family="Sans">simplifier</flowSpan> est <flowSpan font-style="italic">accélérée</flowSpan> : si vous appuyez sur <flowSpan font-weight="bold">Ctrl+L</flowSpan> plusieurs fois de suite rapidement (avec moins de 0,5 sec entre 2 appuis consécutifs) le seuil est incrémenté à chaque pression. Après une pause le seuil de simplification revient à sa valeur par défaut. Grâce à cette accélération, il est facile d'ajuster précisement la simplification dont vous avez besoin pour chaque cas.</flowDiv> + <flowDiv xml:space="preserve">L'importance de la simplification (appelée <flowSpan font-style="italic">seuil</flowSpan>) dépend de la taille de la sélection. Ainsi, si vous sélectionnez simultanément un chemin et un autre objet plus important, la simplification sera plus agressive que pour le chemin seul. De plus, la commande <flowSpan font-family="sans-serif">simplifier</flowSpan> est <flowSpan font-style="italic">accélérée</flowSpan> : si vous appuyez sur <flowSpan font-weight="bold">Ctrl+L</flowSpan> plusieurs fois de suite rapidement (avec moins de 0,5 s entre deux appuis consécutifs), le seuil est incrémenté à chaque pression. Après une pause, le seuil de simplification revient à sa valeur par défaut. Grâce à cette accélération, il est facile d'ajuster précisément la simplification dont vous avez besoin pour chaque cas.</flowDiv> </flowRoot> - <rect id="d0e577" display="none" height="1e3px" width="288" y="3971.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e577" display="none" height="1e3px" width="288" y="3999.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e577"/> </flowRegion> - <flowDiv xml:space="preserve">En plus d'adoucir les tracés à main, <flowSpan font-family="Sans">simplifier</flowSpan> peut être utilisé pour générer différents effets créatifs et originaux. Une forme plutôt rigide et géométrique bénéficiera souvent d'un brin de simplification qui lui donnera un peu de vie — adoucissant certains coins et introduisant des distorsions très naturelles, parfois très stylées et d'autres fois plutôt amusantes. Voici un exemple de dessin (clipart) bien plus réussi après avoir été simplifié :</flowDiv> + <flowDiv xml:space="preserve">En plus d'adoucir les tracés à main, <flowSpan font-family="sans-serif">simplifier</flowSpan> peut être utilisé pour générer différents effets créatifs et originaux. Une forme plutôt rigide et géométrique bénéficiera souvent d'un brin de simplification qui lui donnera un peu de vie — adoucissant certains coins et introduisant des distorsions très naturelles, parfois très stylées et d'autres fois plutôt amusantes. Voici un exemple de dessin (clipart) bien plus réussi après avoir été simplifié :</flowDiv> </flowRoot> - <text id="advanced-f13-fr.svgtext2796" sodipodi:linespacing="110.00000%" transform="translate(10 4061.3)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="43.765549" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-fr.svgtspan2797" sodipodi:role="line" y="4.2366295" x="43.765549">Original</tspan></text> - <text id="advanced-f13-fr.svgtext2799" sodipodi:linespacing="110.00000%" transform="translate(10 4061.3)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="125.61612" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-fr.svgtspan2800" sodipodi:role="line" y="4.2366295" x="125.61612">Simplification légère</tspan></text> - <text id="advanced-f13-fr.svgtext2802" sodipodi:linespacing="110.00000%" transform="translate(10 4061.3)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="213.13528" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-fr.svgtspan2803" sodipodi:role="line" y="4.2366295" x="213.13528">Simplification agressive</tspan></text> - <path id="advanced-f13-fr.svgpath2786" d="m97.048 92.194l0.322 9.646-1.286 4.07-1.608 0.64v3.86l-0.964-0.1 0.214 4.82-1.715 0.21-0.857 10.61 6.537 4.18-1.714 2.68-10.717-1.93-10.395 1.93-1.715-2.68 5.251-3.32-5.787-1.18-11.253 2.36v-1.39l7.074-5.36-1.929-18.86c-1.215-0.22-2.394-0.54-3.537-0.97l-1.5-16.075-2.572-0.428-1.179-3.323-0.965 0.215-2.465 33.011-2.036 0.53 9.109 5.9-1.178 3-14.79-3.22-6.001 1.4-0.429 4.71 5.466 4.93c-0.286 0.29-0.464 0.68-0.536 1.18-0.071 0.5-0.286 0.75-0.643 0.75-0.214 0-0.357-0.04-0.429-0.11l-9.216-1.61-9.859 1.72-0.858-1.93 5.466-4.71-1.179-12.22h-1.393c-0.143-1.22-0.25-2.43-0.322-3.65-0.071-1.14-0.143-2.32-0.214-3.53l-1.179-0.86-2.25-4.07 0.643-11.79h-1.286l1.286-7.716c0.285-0.858 0.714-1.501 1.286-1.93 0.643-0.428 1.321-0.749 2.036-0.964 0.786-0.214 1.572-0.393 2.357-0.536 0.858-0.143 1.644-0.357 2.358-0.643l0.536 2.358-5.787 1.393c-0.429 0.357-0.643 0.786-0.643 1.286l-0.857 4.394h2.572v-1.607h2.143v6.322h10.288v-6.322h2.143v1.607h2.572l-0.964-4.715c-0.071-0.358-0.214-0.608-0.429-0.751-0.143-0.142-0.286-0.285-0.428-0.428l-5.895-1.394 0.643-2.143 6.216 1.715c0.572 0.286 1.108 0.786 1.608 1.5v-6.966c-0.358 0.572-0.858 1.072-1.501 1.5-0.643 0.358-1.321 0.644-2.036 0.858-0.286-1.143-0.429-2.25-0.429-3.322v-1.286c0-0.5 0.072-1.072 0.215-1.715 0-0.714-0.179-1.143-0.536-1.286-0.286-0.143-0.643-0.214-1.072-0.214 0.143 0.357 0.25 0.75 0.322 1.179 0.071 0.357 0.107 0.785 0.107 1.286 0 1.786-0.572 3.322-1.715 4.608-1.143 1.215-2.536 1.822-4.179 1.822-1.572 0-2.93-0.607-4.073-1.822-1.143-1.286-1.714-2.822-1.714-4.608 0-1.001 0.178-1.822 0.535-2.465-0.428 0-0.821 0.071-1.178 0.214-0.358 0.143-0.536 0.5-0.536 1.072v0.214c0.214 1.215 0.321 2.179 0.321 2.894 0 1-0.214 2.143-0.643 3.429-0.786-0.214-1.607-0.607-2.465-1.178-0.785-0.572-1.25-1.287-1.393-2.144-0.143-0.572-0.214-1-0.214-1.286 0-1.358 0.571-2.501 1.715-3.43 0.857-0.5 1.75-0.75 2.679-0.75l1.071 0.107-1.393-32.578 15.647-4.287c-1.215-0.714-2.179-1.75-2.894-3.108-0.714-1.357-1.071-2.858-1.071-4.501 0-2.501 0.714-4.573 2.143-6.216 1.5-1.715 3.286-2.572 5.358-2.572s3.858 0.857 5.359 2.572c1.5 1.643 2.25 3.715 2.25 6.216 0 1.643-0.393 3.144-1.179 4.501-0.714 1.358-1.679 2.394-2.893 3.108l16.075 4.287-0.214 5.465 4.822-1.179 0.643 2.358c-0.5 0.214-0.821 0.572-0.964 1.072-0.143 0.428-0.215 0.928-0.215 1.5 0 0.786 0.072 1.571 0.215 2.358 0.214 0.785 0.393 1.321 0.536 1.607h6.108c0.572-1.643 0.857-3.001 0.857-4.072 0-0.929-0.214-1.608-0.643-2.036-0.214-0.215-0.393-0.358-0.535-0.429l0.535-2.358 11.253 2.358 2.143 21.862h0.751l-0.215 2.679c1 1.358 1.501 2.787 1.501 4.287 0 0.715-0.108 1.322-0.322 1.822-0.357 0.929-0.893 1.75-1.607 2.465-0.715 0.642-1.501 1.143-2.358 1.5l7.073 1.929c0.357 0.215 0.75 0.464 1.179 0.751 0.428 0.285 0.679 0.749 0.75 1.392l2.25 10.074h-1.393zm-52.833-44.582l-5.895-11.574c-1.571 0.5-3.179 0.965-4.822 1.394-1.572 0.428-3.179 0.857-4.823 1.285l1.179 28.936c0.357-0.143 0.679-0.322 0.965-0.536 0.357-0.286 0.714-0.5 1.071-0.643v-24.22h2.465v24.22c0.929 0.143 1.715 0.464 2.358 0.964 0.714 0.5 1.25 1.144 1.607 1.929 0.286-0.071 0.786-0.107 1.501-0.107 0.714 0 1.214 0.036 1.5 0.107l2.894-1.178v-20.577zm50.154 36.223c-0.071-0.429-0.25-0.821-0.536-1.179-0.214-0.428-0.643-0.714-1.286-0.857l-7.287-1.822-7.395 1.822c-0.643 0.143-1.071 0.393-1.286 0.75-0.143 0.286-0.321 0.715-0.536 1.286l-1.286 6.001h2.894l0.321-3.965 2.251 0.215-1.822 20.794 13.718 1.07-1.822-21.864 2.25-0.215 0.536 3.965h2.786l-1.5-6.001zm-36.973-46.403c-1.643-0.429-3.286-0.894-4.929-1.394l-5.895 11.574v20.577l9.217 3 2.465-27.756 3.75-0.75 0.322-3.966-4.93-1.285zm-10.824 33.543v43.835l5.359-1.83 2.893-39.112-8.252-2.893zm24.756-12.217c-1-2.001-2.072-4.037-3.215-6.109-1.072-2.071-1.607-4.393-1.607-6.965 0-0.715 0.035-1.251 0.107-1.608-0.143 0.071-0.536 0.178-1.179 0.322-0.572 0.142-1.215 0.321-1.929 0.535-0.643 0.143-1.25 0.286-1.822 0.429-0.572 0.071-0.929 0.107-1.072 0.107l-2.786 30.757 3.322 0.215 1.393-25.292 2.465 0.214-1.393 25.399c1.215 0 2.465-0.107 3.751-0.321 1.286-0.215 2.465-0.679 3.536-1.394-1.286-1.715-1.929-3.786-1.929-6.215 0-1.715 0.25-3.465 0.751-5.252 0.5-1.786 1.035-3.393 1.607-4.822zm13.61-13.289l-6.001-1.179c0.071 0.286 0.107 0.572 0.107 0.858v0.643c0 1.214-0.178 2.393-0.536 3.536-0.285 1.072-0.678 2.143-1.179 3.215-0.5 1-1.036 2.036-1.607 3.108-0.5 1-1 2.036-1.5 3.108-0.715 1.572-1.358 3.215-1.929 4.93-0.572 1.643-0.858 3.322-0.858 5.037 0 1 0.179 2.143 0.536 3.429 0.786 1.714 2.001 2.893 3.644 3.536 1.643 0.572 3.358 0.929 5.144 1.072-0.357-0.428-0.715-0.929-1.072-1.5-0.357-0.572-0.607-1.143-0.75-1.715-0.071-0.286-0.143-0.536-0.214-0.75v-0.75c0-0.643 0.071-1.251 0.214-1.822 0.214-0.572 0.464-1.107 0.75-1.607l-0.107-2.787 1.715-0.215-0.751-14.253h2.465l0.751 13.932 1.071-0.214h1.929l-1.822-19.612zm-5.251 33.651c-1.214-0.143-2.429-0.358-3.644-0.643-1.143-0.357-2.179-0.893-3.107-1.607-1.429 1-2.965 1.643-4.609 1.928-1.571 0.286-3.179 0.429-4.822 0.429l1.714 20.255 7.395 2.358h0.536v-0.43l0.429-9.216c-0.215-0.143-0.465-0.214-0.751-0.214h-0.75l2.144-9.86c0.142-0.643 0.393-1.107 0.75-1.392 0.428-0.287 0.821-0.536 1.179-0.751l3.536-0.857zm-40.295 32.79l0.214-3.85c0.072-1.29 0.108-2.54 0.108-3.76 0-1.42-0.072-2.85-0.215-4.28-0.071-1.432-0.286-2.789-0.643-4.075h-10.502c-0.357 1.358-0.607 2.751-0.75 4.175-0.072 1.36-0.108 2.76-0.108 4.18 0 1.43 0.036 2.86 0.108 4.29 0.071 1.43 0.178 2.82 0.321 4.18h11.467v-0.86zm39.545-76.729c-0.214 1.215-0.786 2.393-1.715 3.536-0.857 1.143-1.893 1.858-3.108 2.144-0.285 0.071-0.714 0.107-1.286 0.107-1.929 0-3.572-0.857-4.929-2.572-0.358-0.572-0.643-1.107-0.858-1.607-0.214-0.5-0.357-1.036-0.428-1.608h-1.394v-0.75c0-1.786 0.358-3.43 1.072-4.93 0.715-1.5 1.858-2.751 3.43-3.751 0.571-0.286 1.214-0.428 1.929-0.428 0.714-0.072 1.428-0.108 2.143-0.108 1.643 0.357 2.893 1 3.751 1.929 0.929 0.929 1.572 1.929 1.929 3.001 0.428 1 0.679 2 0.75 3.001 0.071 0.929 0.107 1.607 0.107 2.036h-1.393zm-29.685-12.432c-0.572-0.357-1.144-0.642-1.715-0.857-0.215-0.071-0.5-0.107-0.858-0.107-0.714 0-1.464 0.179-2.25 0.536-0.714 0.357-1.393 0.715-2.036 1.071-0.786 0.429-1.501 0.929-2.144 1.501v0.321c0.143 1.215 0.501 2.394 1.072 3.537 0.643 1.072 1.572 1.857 2.786 2.357 0.286 0.072 0.679 0.108 1.179 0.108 1.215 0 2.251-0.429 3.108-1.286 1.286-1.358 1.929-3.001 1.929-4.93 0-0.357-0.071-0.893-0.214-1.608l-0.857-0.643zm39.866 49.298c0-1.572-0.5-2.644-1.5-3.215l-2.572-0.965-3.001 1.286c-0.357 0.429-0.643 0.893-0.858 1.393-0.214 0.429-0.321 0.929-0.321 1.501 0 1.214 0.429 2.215 1.286 3 0.857 0.715 1.822 1.072 2.894 1.072 1.143 0 2.107-0.357 2.893-1.072 0.786-0.785 1.179-1.786 1.179-3zm-43.832-38.045l-4.394 1.5 4.501 8.788 4.609-8.788-4.716-1.5zm-8.252 38.902c0-0.286-0.035-0.608-0.107-0.964-0.071-0.358-0.178-0.608-0.321-0.751l-1.072-0.428c-0.357-0.143-0.714-0.25-1.072-0.322-0.357-0.071-0.714-0.107-1.071-0.107-0.358 0-0.715 0.036-1.072 0.107-0.357 0.072-0.714 0.179-1.072 0.322-0.357 0.143-0.75 0.285-1.179 0.428-0.142 0.715-0.214 1.287-0.214 1.715 0 1.072 0.322 2 0.965 2.786 0.714 0.786 1.571 1.18 2.572 1.18 1 0 1.857-0.394 2.572-1.18 0.714-0.786 1.071-1.714 1.071-2.786zm39.009-41.796c-1.143 0.858-2.322 1.644-3.536 2.358-1.143 0.644-2.322 1.144-3.537 1.5 0.215 0.715 0.5 1.323 0.858 1.823 0.357 0.428 0.75 0.821 1.179 1.179 0.5 0.356 1.107 0.535 1.821 0.535h0.215c1.286-0.143 2.215-0.857 2.786-2.143 0.429-0.714 0.643-1.608 0.643-2.679 0-0.429-0.036-0.858-0.107-1.286-0.072-0.5-0.179-0.929-0.322-1.287zm-4.286 73.092l-2.787-0.86 1.929 18.11 0.858 0.22v-17.47zm-37.08 10.93v12.22h2.036v-0.22l1.072-12h-3.108zm-2.251 0h-3.001l1.179 12.22h1.822v-12.22zm51.655 0.21h-3.322l0.964 10.08h2.465l-0.107-10.08zm2.358 0v10.08h2.465l0.857-10.08h-3.322zm-10.288-8.79l-1.715-0.64-0.214-1.39v17.15l0.535-0.22 1.394-12.54v-2.36zm-32.044-1.17l-1.071 1.71-1.179 0.64-0.429 6.22c0.215 0.07 0.465 0.14 0.75 0.21 0.215 0.07 0.501 0.15 0.858 0.22 0.357 0.14 0.75 0.28 1.179 0.43l-0.108-9.43zm-19.397-14.15l-0.643 11.15 1.179 2.35v-1.39c0-1.86 0.143-3.608 0.429-5.252 0.357-1.643 0.535-3.393 0.535-5.251l-0.107-1.607h-1.393zm59.478 19.93c0-0.57-0.036-1.14-0.107-1.71l-4.501-0.22-0.214 3.75h4.822v-1.82zm-41.795-19.93h-1.286c-0.072 0.357-0.107 0.678-0.107 0.964v0.75l0.964 10.186-0.107 1.6 1.179-2.14-0.643-11.36zm52.405 0.964h-1.608l0.965 12.006 0.107 0.1 0.107-0.1 0.965-2.79-0.536-9.216zm-18.969 0l-0.429 9.216 0.751 2.79c0.142 0 0.214 0.03 0.214 0.1h0.107l0.107-0.1 0.75-12.006h-1.5zm15.325 17.896c-0.786 0-1.572-0.03-2.358-0.11-0.786-0.07-1.571-0.17-2.357-0.32v3.32h4.929l-0.214-2.89zm-12.646 5.25h-0.536l-0.643 5.68 1.822 1.18-0.643-6.86zm-17.682-36.22l-1.715-0.322 1.5 3.965 0.643 0.215-0.428-3.858z" stroke-width="1pt" transform="translate(10 4061.3)"/> - <path id="advanced-f13-fr.svgpath2789" d="m191.83 92.195c1.45 7.046-0.77 13.095-3.47 18.975 0.78 4.16-3.31 6.61-2.16 11.44-3.3 5.28 11.69 7.04 3.16 10.09-4.71-1.02-9.65-2.56-14.42-0.87-2.65 1.72-9.17 0.48-5.32-2.96 7.41-2.69-3.74-3.97-6.35-2.41-2.33 1.05-10.39 2.35-5.07-1.43 8.03-3.01 3.47-11.48 3.57-17.94 0.09-3.33-0.37-4.94-3.53-5.65-1.56-4.654-1.1-9.847-1.86-14.727-0.12-2.069-4.29-1.783-3.88-5.129-2.52 4.029-1.07 10.228-2.08 15.103-0.45 6.043-0.9 12.083-1.35 18.123-4.77 2.22 10.08 4.43 6.21 8.62-4.3 1.29-9.29-1.9-13.92-2.1-5.68-1.9-10.97 4.94-4.8 8.39 4.72 2.41 0.9 5.49-2.77 3.52-5.11-2.71-12.38 2.31-15.95-0.67 3.12-3.32 7.13-6.32 4.67-11.7-0.1-5.17-2.82-8.01-2.86-13.32-5.66-3.77-1.01-12.318-3.16-16.361-0.76-4.213 0.62-10.906 6.29-11.275 6.4 0.351-0.05 3.232-2.83 3.538-2.22 3.126-1.07 7.85 2.5 3.812 1.16 3.39 0.19 8.356 6.2 6.323 5.7 1.9 4.59-2.933 5.45-6.313 1.7 1.281 5.06 2.945 3.62-1.104 1.4-5.093-9.91-2.958-5.9-6.483 3.18-0.414 8.68 5.412 7.14-0.844 1.91-5.888-5.24 2.049-3.91-3.307 0.93-3.027-1.58-7.48-0.99-1.929-0.18 9.225-15.77 4.403-11.14-3.382-3.63 0.907 0.5 11.323-5.28 5.897-4.15-6.165 7.91-6.126 4.39-12.416-0.38-8.972-0.76-17.945-1.15-26.917 4.59-1.62 12.6-2.728 15.05-4.665-6.28-4.254-3.31-16.719 4.84-15.975 9.26 1.024 6.71 13.152 4.22 16.803 4.57 1.851 12.53 1.466 14.7 5.284-2.14 5.52 2.9 2.257 5.04 3.836-2.62 4.317 0 10.211 5.44 7.753 3.1-3.168-2.57-11.291 4.96-7.848 5.74-0.109 8.3 2.632 7.61 8.288 0.71 5.268 0.67 10.733 1.86 15.874 2.49 4.177 1.61 9.167-1.71 12.093 6.25 0.252 9.61 4.586 9.6 10.68-0.27 1.326 2.26 4.024-0.66 3.283zm-52.84-44.583c-2.94-3.17-3.36-12.428-8.26-10.76-5.47-0.266-8.96 3.397-7 8.736 0.3 7.355 0.6 14.71 0.9 22.065 4.54-4.521 0.82-13.392 2.04-19.628-1.32-2.96 1.5-9.122 2.54-3.675 0.53 7.442-1.48 16.415 1.04 22.883 3.93 3.678 11.18 2.004 8.74-4.442v-15.179zm50.16 36.223c-4.18-4.856-13.83-4.64-18.23-0.257-1.43 2.37-1.69 9.314 1.9 5.052-1.84-4.028 4.27-2.806 1.9 0.651 0.09 5.623-2.32 13.359-0.68 17.659 3.83-0.53 11.35 2.6 12.74-0.36-0.57-6.83-1.14-13.662-1.7-20.494 3.49-1.941 2.34 7.392 5.36 2.75-0.25-1.698-1-3.298-1.29-5.001zm-36.98-46.403c-6.9-4.138-9.3 7.484-10.82 12.1 0.75 6.08-1.51 14.342 1.15 19.032 3.83 0.961 9.7 5.016 8.45-1.712 0.7-7.806 1.39-15.613 2.08-23.419 5.92 0.02 5.62-5.997-0.86-6.001zm-10.82 33.543v43.835c8.41-0.34 5.06-10.09 6.39-15.714 0.62-8.409 1.24-16.818 1.86-25.228-2.75-0.964-5.5-1.928-8.25-2.893zm24.76-12.217c-3-4.194-4.8-10.902-5.45-14.571-7.54-0.148-5.43 8.129-6.34 13.081-0.57 6.319-1.14 12.639-1.72 18.958 5.97 1.41 2.73-7.09 3.91-10.474 0.27-4.868 0.54-9.735 0.81-14.603 4.95 0.286 0.99 7.945 1.85 11.384-0.26 4.742-0.52 9.486-0.78 14.229 4.85 0.985 8.54-2.605 5.4-6.966-0.29-3.817 1-7.519 2.32-11.038zm13.61-13.288c-3.33-0.63-7.18-2.523-6.16 2.469-1.52 7.778-8.38 14.123-7.32 22.445-0.23 4.808 12.23 9.786 7.46 3.213-0.38-4.226 1.26-7.206 2.32-10.033 0.53-3.743-2.57-11.163 0.97-12.327 3.1 3.551-1.16 12.714 3.18 13.975 3.1-3.959-0.76-11.394-0.16-16.634-0.1-1.036-0.2-2.072-0.29-3.108zm-5.25 33.65c-5.01-2.273-10.21-0.981-15.12-0.233-2.07 5.278 0.61 11.973 0.41 17.808-1.27 3.885 7.55 5.835 8.21 3.935 1.02-6.763-2-10.412 0.68-17.079 0.29-3.36 3.05-3.958 5.82-4.431zm-40.3 32.79c-0.64-5.13 3.41-16.981-4.47-15.965-3.8-0.2-8.08-0.902-7.18 4.295-0.76 5.13-1.74 15.1 6.42 12.53 0.99-0.58 5.89 1.13 5.23-0.86zm39.55-76.729c-0.82 7.829-11.63 6.661-13.3 0.002-1.94-5.605 4.82-12.889 10.38-9.091 2.5 1.071 6.53 8.202 2.92 9.089zm-29.69-12.432c-6.93-5.162-12.89 8.639-3.56 8.518 3.5-0.491 6.34-5.745 3.56-8.518zm39.87 49.298c-0.63-8.657-13.58-0.718-5.83 3.723 2.54 1.603 6.03-0.835 5.83-3.723zm-43.84-38.044c-7.52 0.34-1.27 6.553 0.11 10.287 1.22-4.57 8.67-9.623-0.11-10.287zm-8.25 38.901c-1.79-7.11-12.38 2.15-4.11 3.954 2.2 0.311 4.22-1.8 4.11-3.954zm39.01-41.796c-3.41 1.376-10.45 6.334-2.82 7.374 3.16-0.602 3.83-4.835 2.82-7.374zm-4.28 73.092c-5.59-2.03-0.76 7.79-1.55 10.8-0.23 2.49 1.49 9.81 1.56 3.63-0.08-4.79 0.03-9.62-0.01-14.43zm-37.08 10.93c0.86 3.73-1.84 11.02 1.54 12.28 1.03-3.5 1.97-9.78 0.79-12.28h-2.33zm-2.26 0c-6.07-0.48-0.88 8.65-1.82 12.22 4.08-0.51 0.7-8.98 1.82-12.22zm51.66 0.21c-5.78-1.41-2.61 8.61-1.38 10.28 3.23-0.85 0.6-7.72 1.38-10.28zm2.36 0c0.23 2.59-1.29 13.69 2.63 8.74-0.7-3.24 3.32-10.53-2.63-8.74zm-10.29-8.79c-4.06-3.52-0.97 6.32-1.93 8.8-0.35 3.24 0.32 9.1 0.91 2.75 0.26-3.85 1.14-7.67 1.02-11.55zm-32.04-1.17c-2.94 1.73-4.35 10.35 0.09 8.55l-0.09-8.55zm-19.4-14.15c0.28 4.214-1.68 9.03 0.33 12.84-0.55-3.4 3.22-11.64-0.33-12.84zm59.48 19.93c-0.72-5.89-9.15 1.96-2.31 1.92 1.7-0.14 2.76 0.41 2.31-1.92zm-41.8-19.93c-3.4 2.635 0.61 9.31-0.53 13.5 2.43-3.96 0.15-9.115 0.53-13.5zm52.41 0.965c-3.32 0.84-0.31 10.885-0.21 11.425 1.49-3.668 0.07-7.626 0.21-11.425zm-18.97 0c0.12 3.072-1.4 11.445 0.83 11.065-0.73-3.08 2.47-10.575-0.83-11.065zm15.32 17.895c-6.13-2.76-5.59 5.51 0.06 2.63 0.62-0.81-0.41-1.75-0.06-2.63zm-12.64 5.25c-3.02 2.36 1.09 10.32 0.33 3.58-0.1-1.19-0.22-2.38-0.33-3.58zm-17.69-36.22c-3.89-1.78 1.69 7.528 0.19 1.646-0.04-0.24-0.17-1.337-0.19-1.646z" stroke-width="1pt" transform="translate(10 4061.3)"/> - <path id="advanced-f13-fr.svgpath2795" d="m286.61 92.195c1.73 10.245-3.77 20.235-6.8 29.375 2.77 4.43 9.29 12.64-1.06 9.64-5.65-0.31-16.37 3.82-14.05-4.6-2.84-3.18-14.35 4.46-10.78-2.84 7.7-6.54 2.34-17.84-1.36-25.229-0.62-4.229-1.21-17.585-6.15-13.717-1.7 8.995-0.97 18.266-2.47 27.316-1.29 4.25 10.98 12.59 0.71 11.01-6.98-4.44-21.11-1.22-12.58 8.34-2.14 3.4-10.61 0.37-15.3 1.67-4.68-3.02 4.89-11.49-0.25-17.16-3.71-9.72-6.68-20.331-4.79-30.691 0.07-6.547 11.78-4.847 3.23-1.67-2.73 6.045 9.88 15.008 14.39 6.841-0.61-3.752 6.14-2.574 1.12-6.696-7.69-5.089 5.26-0.149 2.74-6.202-4.75 1.088-3.59-9.162-5.01-1.02-4.16 7.948-12.66-7.672-12.14-1.318-9.65 2.941 4.7-10.84 1.31-16.479 0.2-7.576-6.01-18.798 2.72-23.543 7.61 1.254 10.79-5.296 6.97-11.079-0.15-8.62 14.65-11.134 14.68-1.372-2.4 7.562 1.51 13.53 9.57 13.368 6.76 1.808 6.22 18.387 14.23 12.035-0.63-12.042 13.97-5.359 12.73 2.936-1.95 7.935 3.4 15.402 1.74 23.297-1.9 6.014 12.28 9.73 7.27 17.831-0.23-0.014-0.67-0.043-0.67-0.043zm-52.84-44.583c-0.08-7.15-11.88-16.201-15-6.213-1.18 8.035 0.93 16.178 0.59 24.281 4.01-0.052 1.66-12.919 1.63-17.956 2.7-10.251 4.49 8.131 2.3 12.268-3.02 10.592 14.84 10.949 10.98 0.205-0.62-4.161-0.84-8.389-0.5-12.585zm50.16 36.223c-4.33-8.369-23.71-1.358-16.94 4.729 5.78-3.043-0.9 10.326 1.54 13.896 2.22 10.4 17 5.33 12.85-4.483-2.26-4.403-1.87-13.59 3.45-9.025 0.27-1.771-0.4-3.465-0.9-5.117zm-36.98-46.403c-8.85-1.837-10.79 9.521-10.69 16.008-2.87 5.999 1.15 21.939 9.02 14.339 1.94-7.849 1.3-16.277 2.53-24.346 5.97 1.428 4.08-7.941-0.86-6.001zm-10.82 33.543v43.835c8.55-2.12 5.78-12.67 6.36-19.121-0.99-7.749 6.6-20.034-3.24-23.893-0.51-0.148-2.59-0.695-3.12-0.821zm24.75-12.217c-2.35-3.902-6.18-19.179-10.9-9.338-1.07 7.984-1.56 16.114-2.1 24.152 5.93 1.068 2.39-12.048 3.5-16.872 2.54-9.635 4.53 4.48 2.29 7.949-3.22 5.041 2.82 17.762 5.64 7.002 1.04-4.365-2.08-9.196 1.57-12.893zm13.62-13.288c-9.52-2.066-7.18 11.28-11.89 15.95-6.03 4.717 2.29 20.544 6.48 11.12 1.24-6.261 0.25-14.01 2.9-19.232 1.35 2.737 2.04 14.588 3.93 5.969 0.16-4.662-1.94-9.132-1.42-13.807zm-5.26 33.65c-6.44-3.603-17.88-1.256-15.83 8.097-2.75 6.399 6.5 20.193 9.67 8.963-0.79-6.07-2.56-16.071 6.16-17.06zm-40.29 32.79c2.31-6.55-0.28-21.299-9.82-14.876-6.99 6.576-0.12 21.896 9.82 14.876zm39.54-76.729c-0.72 8.483-14.8 5.465-13.97-2.306-0.32-9.702 15.26-9.829 15.19-0.275-0.13 0.44-0.94 2.161-1.22 2.581zm-29.68-12.432c-8.51-7.329-9.63 15.326-0.45 6.694 1.61-1.76 2.31-4.84 0.45-6.694zm39.86 49.298c-1.74-10.586-13.82 6.942-2.44 3.861 1.46-0.666 2.56-2.216 2.44-3.861zm-43.83-38.044c-8.89 0.854 3.1 14.814 3.79 4.093 1.18-2.261-1.45-5.039-3.79-4.093zm-8.25 38.901c-3.02-8.504-10.1 8.305-1.34 3.041 0.89-0.731 1.36-1.901 1.34-3.041zm39.01-41.796c-8.66-1.525-1.77 13.237 0.41 3.083-0.01-0.521-0.29-2.576-0.41-3.083zm-4.29 73.092c-6.9 1.8 1.38 20.57 0.03 8.49-0.02-2.83-0.07-5.66-0.03-8.49zm-37.08 10.93c-1.71 4.45 1.43 14.82 3 5.14 0.48-2.18-0.16-5.24-3-5.14zm-2.25 0c-7.73-0.05 0.74 16.72 0.06 5.53-0.26-1.82-0.57-3.71-0.06-5.53zm51.66 0.21c-8.43-1.44 1.05 15.24 0.04 3.96-0.16-1.31-0.29-2.65-0.04-3.96zm2.36 0c-3.26 4.67 3.5 12.3 3.26 3.45 0.42-1.96-0.74-5.13-3.26-3.45zm-10.29-8.79c-5.47 1.62-0.51 18.15-0.57 7.6 0.31-2.52 0.57-5.05 0.57-7.6zm-32.05-1.17c-6.25 0.28 0.78 12.71 0.04 3.51-0.02-1.17-0.01-2.34-0.04-3.51zm-19.39-14.15c-1.3 4.676 0.18 15.02 1.52 4.882 0.31-1.737-0.03-3.748-1.52-4.882zm59.48 19.93c-3.1-6.35-5.41 6.75-0.16 1.29 0.05-0.43 0.16-1.29 0.16-1.29zm-41.8-19.93c-4.53 4.083 1.96 15.72 0.29 5.078-0.21-1.683-0.42-3.38-0.29-5.078zm52.4 0.965c-5.34 2.162 2.08 13.995 0.25 4.156-0.15-1.38-0.28-2.767-0.25-4.156zm-18.96 0c-1.32 2.826 0.22 13.625 1.42 5.055 0.36-1.726 0.28-4.036-1.42-5.055zm15.32 17.895c-6.56-4.03-0.91 9.05 0 0zm-12.64 5.25c-3.38 3.26 2.59 7.5 0 0zm-17.69-36.22c-3.62 2.166 3.84 3.874 0 0z" stroke-width="1pt" transform="translate(10 4061.3)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4220.3179230000005" x="10" font-family="Sans" fill="#000000"> - <tspan y="4220.3179230000005" x="10">Créer du texte</tspan> + <text id="advanced-f13-fr.svgtext2796" sodipodi:linespacing="110.00000%" transform="translate(10 4089.5)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="43.765549" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-fr.svgtspan2797" sodipodi:role="line" y="4.2366295" x="43.765549">Original</tspan></text> + <text id="advanced-f13-fr.svgtext2799" sodipodi:linespacing="110.00000%" transform="translate(10 4089.5)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="125.61612" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-fr.svgtspan2800" sodipodi:role="line" y="4.2366295" x="125.61612">Simplification légère</tspan></text> + <text id="advanced-f13-fr.svgtext2802" sodipodi:linespacing="110.00000%" transform="translate(10 4089.5)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="213.13528" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-fr.svgtspan2803" sodipodi:role="line" y="4.2366295" x="213.13528">Simplification agressive</tspan></text> + <path id="advanced-f13-fr.svgpath2786" d="m97.048 92.194l0.322 9.646-1.286 4.07-1.608 0.64v3.86l-0.964-0.1 0.214 4.82-1.715 0.21-0.857 10.61 6.537 4.18-1.714 2.68-10.717-1.93-10.395 1.93-1.715-2.68 5.251-3.32-5.787-1.18-11.253 2.36v-1.39l7.074-5.36-1.929-18.86c-1.215-0.22-2.394-0.54-3.537-0.97l-1.5-16.075-2.572-0.428-1.179-3.323-0.965 0.215-2.465 33.011-2.036 0.53 9.109 5.9-1.178 3-14.79-3.22-6.001 1.4-0.429 4.71 5.466 4.93c-0.286 0.29-0.464 0.68-0.536 1.18-0.071 0.5-0.286 0.75-0.643 0.75-0.214 0-0.357-0.04-0.429-0.11l-9.216-1.61-9.859 1.72-0.858-1.93 5.466-4.71-1.179-12.22h-1.393c-0.143-1.22-0.25-2.43-0.322-3.65-0.071-1.14-0.143-2.32-0.214-3.53l-1.179-0.86-2.25-4.07 0.643-11.79h-1.286l1.286-7.716c0.285-0.858 0.714-1.501 1.286-1.93 0.643-0.428 1.321-0.749 2.036-0.964 0.786-0.214 1.572-0.393 2.357-0.536 0.858-0.143 1.644-0.357 2.358-0.643l0.536 2.358-5.787 1.393c-0.429 0.357-0.643 0.786-0.643 1.286l-0.857 4.394h2.572v-1.607h2.143v6.322h10.288v-6.322h2.143v1.607h2.572l-0.964-4.715c-0.071-0.358-0.214-0.608-0.429-0.751-0.143-0.142-0.286-0.285-0.428-0.428l-5.895-1.394 0.643-2.143 6.216 1.715c0.572 0.286 1.108 0.786 1.608 1.5v-6.966c-0.358 0.572-0.858 1.072-1.501 1.5-0.643 0.358-1.321 0.644-2.036 0.858-0.286-1.143-0.429-2.25-0.429-3.322v-1.286c0-0.5 0.072-1.072 0.215-1.715 0-0.714-0.179-1.143-0.536-1.286-0.286-0.143-0.643-0.214-1.072-0.214 0.143 0.357 0.25 0.75 0.322 1.179 0.071 0.357 0.107 0.785 0.107 1.286 0 1.786-0.572 3.322-1.715 4.608-1.143 1.215-2.536 1.822-4.179 1.822-1.572 0-2.93-0.607-4.073-1.822-1.143-1.286-1.714-2.822-1.714-4.608 0-1.001 0.178-1.822 0.535-2.465-0.428 0-0.821 0.071-1.178 0.214-0.358 0.143-0.536 0.5-0.536 1.072v0.214c0.214 1.215 0.321 2.179 0.321 2.894 0 1-0.214 2.143-0.643 3.429-0.786-0.214-1.607-0.607-2.465-1.178-0.785-0.572-1.25-1.287-1.393-2.144-0.143-0.572-0.214-1-0.214-1.286 0-1.358 0.571-2.501 1.715-3.43 0.857-0.5 1.75-0.75 2.679-0.75l1.071 0.107-1.393-32.578 15.647-4.287c-1.215-0.714-2.179-1.75-2.894-3.108-0.714-1.357-1.071-2.858-1.071-4.501 0-2.501 0.714-4.573 2.143-6.216 1.5-1.715 3.286-2.572 5.358-2.572s3.858 0.857 5.359 2.572c1.5 1.643 2.25 3.715 2.25 6.216 0 1.643-0.393 3.144-1.179 4.501-0.714 1.358-1.679 2.394-2.893 3.108l16.075 4.287-0.214 5.465 4.822-1.179 0.643 2.358c-0.5 0.214-0.821 0.572-0.964 1.072-0.143 0.428-0.215 0.928-0.215 1.5 0 0.786 0.072 1.571 0.215 2.358 0.214 0.785 0.393 1.321 0.536 1.607h6.108c0.572-1.643 0.857-3.001 0.857-4.072 0-0.929-0.214-1.608-0.643-2.036-0.214-0.215-0.393-0.358-0.535-0.429l0.535-2.358 11.253 2.358 2.143 21.862h0.751l-0.215 2.679c1 1.358 1.501 2.787 1.501 4.287 0 0.715-0.108 1.322-0.322 1.822-0.357 0.929-0.893 1.75-1.607 2.465-0.715 0.642-1.501 1.143-2.358 1.5l7.073 1.929c0.357 0.215 0.75 0.464 1.179 0.751 0.428 0.285 0.679 0.749 0.75 1.392l2.25 10.074h-1.393zm-52.833-44.582l-5.895-11.574c-1.571 0.5-3.179 0.965-4.822 1.394-1.572 0.428-3.179 0.857-4.823 1.285l1.179 28.936c0.357-0.143 0.679-0.322 0.965-0.536 0.357-0.286 0.714-0.5 1.071-0.643v-24.22h2.465v24.22c0.929 0.143 1.715 0.464 2.358 0.964 0.714 0.5 1.25 1.144 1.607 1.929 0.286-0.071 0.786-0.107 1.501-0.107 0.714 0 1.214 0.036 1.5 0.107l2.894-1.178v-20.577zm50.154 36.223c-0.071-0.429-0.25-0.821-0.536-1.179-0.214-0.428-0.643-0.714-1.286-0.857l-7.287-1.822-7.395 1.822c-0.643 0.143-1.071 0.393-1.286 0.75-0.143 0.286-0.321 0.715-0.536 1.286l-1.286 6.001h2.894l0.321-3.965 2.251 0.215-1.822 20.794 13.718 1.07-1.822-21.864 2.25-0.215 0.536 3.965h2.786l-1.5-6.001zm-36.973-46.403c-1.643-0.429-3.286-0.894-4.929-1.394l-5.895 11.574v20.577l9.217 3 2.465-27.756 3.75-0.75 0.322-3.966-4.93-1.285zm-10.824 33.543v43.835l5.359-1.83 2.893-39.112-8.252-2.893zm24.756-12.217c-1-2.001-2.072-4.037-3.215-6.109-1.072-2.071-1.607-4.393-1.607-6.965 0-0.715 0.035-1.251 0.107-1.608-0.143 0.071-0.536 0.178-1.179 0.322-0.572 0.142-1.215 0.321-1.929 0.535-0.643 0.143-1.25 0.286-1.822 0.429-0.572 0.071-0.929 0.107-1.072 0.107l-2.786 30.757 3.322 0.215 1.393-25.292 2.465 0.214-1.393 25.399c1.215 0 2.465-0.107 3.751-0.321 1.286-0.215 2.465-0.679 3.536-1.394-1.286-1.715-1.929-3.786-1.929-6.215 0-1.715 0.25-3.465 0.751-5.252 0.5-1.786 1.035-3.393 1.607-4.822zm13.61-13.289l-6.001-1.179c0.071 0.286 0.107 0.572 0.107 0.858v0.643c0 1.214-0.178 2.393-0.536 3.536-0.285 1.072-0.678 2.143-1.179 3.215-0.5 1-1.036 2.036-1.607 3.108-0.5 1-1 2.036-1.5 3.108-0.715 1.572-1.358 3.215-1.929 4.93-0.572 1.643-0.858 3.322-0.858 5.037 0 1 0.179 2.143 0.536 3.429 0.786 1.714 2.001 2.893 3.644 3.536 1.643 0.572 3.358 0.929 5.144 1.072-0.357-0.428-0.715-0.929-1.072-1.5-0.357-0.572-0.607-1.143-0.75-1.715-0.071-0.286-0.143-0.536-0.214-0.75v-0.75c0-0.643 0.071-1.251 0.214-1.822 0.214-0.572 0.464-1.107 0.75-1.607l-0.107-2.787 1.715-0.215-0.751-14.253h2.465l0.751 13.932 1.071-0.214h1.929l-1.822-19.612zm-5.251 33.651c-1.214-0.143-2.429-0.358-3.644-0.643-1.143-0.357-2.179-0.893-3.107-1.607-1.429 1-2.965 1.643-4.609 1.928-1.571 0.286-3.179 0.429-4.822 0.429l1.714 20.255 7.395 2.358h0.536v-0.43l0.429-9.216c-0.215-0.143-0.465-0.214-0.751-0.214h-0.75l2.144-9.86c0.142-0.643 0.393-1.107 0.75-1.392 0.428-0.287 0.821-0.536 1.179-0.751l3.536-0.857zm-40.295 32.79l0.214-3.85c0.072-1.29 0.108-2.54 0.108-3.76 0-1.42-0.072-2.85-0.215-4.28-0.071-1.432-0.286-2.789-0.643-4.075h-10.502c-0.357 1.358-0.607 2.751-0.75 4.175-0.072 1.36-0.108 2.76-0.108 4.18 0 1.43 0.036 2.86 0.108 4.29 0.071 1.43 0.178 2.82 0.321 4.18h11.467v-0.86zm39.545-76.729c-0.214 1.215-0.786 2.393-1.715 3.536-0.857 1.143-1.893 1.858-3.108 2.144-0.285 0.071-0.714 0.107-1.286 0.107-1.929 0-3.572-0.857-4.929-2.572-0.358-0.572-0.643-1.107-0.858-1.607-0.214-0.5-0.357-1.036-0.428-1.608h-1.394v-0.75c0-1.786 0.358-3.43 1.072-4.93 0.715-1.5 1.858-2.751 3.43-3.751 0.571-0.286 1.214-0.428 1.929-0.428 0.714-0.072 1.428-0.108 2.143-0.108 1.643 0.357 2.893 1 3.751 1.929 0.929 0.929 1.572 1.929 1.929 3.001 0.428 1 0.679 2 0.75 3.001 0.071 0.929 0.107 1.607 0.107 2.036h-1.393zm-29.685-12.432c-0.572-0.357-1.144-0.642-1.715-0.857-0.215-0.071-0.5-0.107-0.858-0.107-0.714 0-1.464 0.179-2.25 0.536-0.714 0.357-1.393 0.715-2.036 1.071-0.786 0.429-1.501 0.929-2.144 1.501v0.321c0.143 1.215 0.501 2.394 1.072 3.537 0.643 1.072 1.572 1.857 2.786 2.357 0.286 0.072 0.679 0.108 1.179 0.108 1.215 0 2.251-0.429 3.108-1.286 1.286-1.358 1.929-3.001 1.929-4.93 0-0.357-0.071-0.893-0.214-1.608l-0.857-0.643zm39.866 49.298c0-1.572-0.5-2.644-1.5-3.215l-2.572-0.965-3.001 1.286c-0.357 0.429-0.643 0.893-0.858 1.393-0.214 0.429-0.321 0.929-0.321 1.501 0 1.214 0.429 2.215 1.286 3 0.857 0.715 1.822 1.072 2.894 1.072 1.143 0 2.107-0.357 2.893-1.072 0.786-0.785 1.179-1.786 1.179-3zm-43.832-38.045l-4.394 1.5 4.501 8.788 4.609-8.788-4.716-1.5zm-8.252 38.902c0-0.286-0.035-0.608-0.107-0.964-0.071-0.358-0.178-0.608-0.321-0.751l-1.072-0.428c-0.357-0.143-0.714-0.25-1.072-0.322-0.357-0.071-0.714-0.107-1.071-0.107-0.358 0-0.715 0.036-1.072 0.107-0.357 0.072-0.714 0.179-1.072 0.322-0.357 0.143-0.75 0.285-1.179 0.428-0.142 0.715-0.214 1.287-0.214 1.715 0 1.072 0.322 2 0.965 2.786 0.714 0.786 1.571 1.18 2.572 1.18 1 0 1.857-0.394 2.572-1.18 0.714-0.786 1.071-1.714 1.071-2.786zm39.009-41.796c-1.143 0.858-2.322 1.644-3.536 2.358-1.143 0.644-2.322 1.144-3.537 1.5 0.215 0.715 0.5 1.323 0.858 1.823 0.357 0.428 0.75 0.821 1.179 1.179 0.5 0.356 1.107 0.535 1.821 0.535h0.215c1.286-0.143 2.215-0.857 2.786-2.143 0.429-0.714 0.643-1.608 0.643-2.679 0-0.429-0.036-0.858-0.107-1.286-0.072-0.5-0.179-0.929-0.322-1.287zm-4.286 73.092l-2.787-0.86 1.929 18.11 0.858 0.22v-17.47zm-37.08 10.93v12.22h2.036v-0.22l1.072-12h-3.108zm-2.251 0h-3.001l1.179 12.22h1.822v-12.22zm51.655 0.21h-3.322l0.964 10.08h2.465l-0.107-10.08zm2.358 0v10.08h2.465l0.857-10.08h-3.322zm-10.288-8.79l-1.715-0.64-0.214-1.39v17.15l0.535-0.22 1.394-12.54v-2.36zm-32.044-1.17l-1.071 1.71-1.179 0.64-0.429 6.22c0.215 0.07 0.465 0.14 0.75 0.21 0.215 0.07 0.501 0.15 0.858 0.22 0.357 0.14 0.75 0.28 1.179 0.43l-0.108-9.43zm-19.397-14.15l-0.643 11.15 1.179 2.35v-1.39c0-1.86 0.143-3.608 0.429-5.252 0.357-1.643 0.535-3.393 0.535-5.251l-0.107-1.607h-1.393zm59.478 19.93c0-0.57-0.036-1.14-0.107-1.71l-4.501-0.22-0.214 3.75h4.822v-1.82zm-41.795-19.93h-1.286c-0.072 0.357-0.107 0.678-0.107 0.964v0.75l0.964 10.186-0.107 1.6 1.179-2.14-0.643-11.36zm52.405 0.964h-1.608l0.965 12.006 0.107 0.1 0.107-0.1 0.965-2.79-0.536-9.216zm-18.969 0l-0.429 9.216 0.751 2.79c0.142 0 0.214 0.03 0.214 0.1h0.107l0.107-0.1 0.75-12.006h-1.5zm15.325 17.896c-0.786 0-1.572-0.03-2.358-0.11-0.786-0.07-1.571-0.17-2.357-0.32v3.32h4.929l-0.214-2.89zm-12.646 5.25h-0.536l-0.643 5.68 1.822 1.18-0.643-6.86zm-17.682-36.22l-1.715-0.322 1.5 3.965 0.643 0.215-0.428-3.858z" stroke-width="1pt" transform="translate(10 4089.5)"/> + <path id="advanced-f13-fr.svgpath2789" d="m191.83 92.195c1.45 7.046-0.77 13.095-3.47 18.975 0.78 4.16-3.31 6.61-2.16 11.44-3.3 5.28 11.69 7.04 3.16 10.09-4.71-1.02-9.65-2.56-14.42-0.87-2.65 1.72-9.17 0.48-5.32-2.96 7.41-2.69-3.74-3.97-6.35-2.41-2.33 1.05-10.39 2.35-5.07-1.43 8.03-3.01 3.47-11.48 3.57-17.94 0.09-3.33-0.37-4.94-3.53-5.65-1.56-4.654-1.1-9.847-1.86-14.727-0.12-2.069-4.29-1.783-3.88-5.129-2.52 4.029-1.07 10.228-2.08 15.103-0.45 6.043-0.9 12.083-1.35 18.123-4.77 2.22 10.08 4.43 6.21 8.62-4.3 1.29-9.29-1.9-13.92-2.1-5.68-1.9-10.97 4.94-4.8 8.39 4.72 2.41 0.9 5.49-2.77 3.52-5.11-2.71-12.38 2.31-15.95-0.67 3.12-3.32 7.13-6.32 4.67-11.7-0.1-5.17-2.82-8.01-2.86-13.32-5.66-3.77-1.01-12.318-3.16-16.361-0.76-4.213 0.62-10.906 6.29-11.275 6.4 0.351-0.05 3.232-2.83 3.538-2.22 3.126-1.07 7.85 2.5 3.812 1.16 3.39 0.19 8.356 6.2 6.323 5.7 1.9 4.59-2.933 5.45-6.313 1.7 1.281 5.06 2.945 3.62-1.104 1.4-5.093-9.91-2.958-5.9-6.483 3.18-0.414 8.68 5.412 7.14-0.844 1.91-5.888-5.24 2.049-3.91-3.307 0.93-3.027-1.58-7.48-0.99-1.929-0.18 9.225-15.77 4.403-11.14-3.382-3.63 0.907 0.5 11.323-5.28 5.897-4.15-6.165 7.91-6.126 4.39-12.416-0.38-8.972-0.76-17.945-1.15-26.917 4.59-1.62 12.6-2.728 15.05-4.665-6.28-4.254-3.31-16.719 4.84-15.975 9.26 1.024 6.71 13.152 4.22 16.803 4.57 1.851 12.53 1.466 14.7 5.284-2.14 5.52 2.9 2.257 5.04 3.836-2.62 4.317 0 10.211 5.44 7.753 3.1-3.168-2.57-11.291 4.96-7.848 5.74-0.109 8.3 2.632 7.61 8.288 0.71 5.268 0.67 10.733 1.86 15.874 2.49 4.177 1.61 9.167-1.71 12.093 6.25 0.252 9.61 4.586 9.6 10.68-0.27 1.326 2.26 4.024-0.66 3.283zm-52.84-44.583c-2.94-3.17-3.36-12.428-8.26-10.76-5.47-0.266-8.96 3.397-7 8.736 0.3 7.355 0.6 14.71 0.9 22.065 4.54-4.521 0.82-13.392 2.04-19.628-1.32-2.96 1.5-9.122 2.54-3.675 0.53 7.442-1.48 16.415 1.04 22.883 3.93 3.678 11.18 2.004 8.74-4.442v-15.179zm50.16 36.223c-4.18-4.856-13.83-4.64-18.23-0.257-1.43 2.37-1.69 9.314 1.9 5.052-1.84-4.028 4.27-2.806 1.9 0.651 0.09 5.623-2.32 13.359-0.68 17.659 3.83-0.53 11.35 2.6 12.74-0.36-0.57-6.83-1.14-13.662-1.7-20.494 3.49-1.941 2.34 7.392 5.36 2.75-0.25-1.698-1-3.298-1.29-5.001zm-36.98-46.403c-6.9-4.138-9.3 7.484-10.82 12.1 0.75 6.08-1.51 14.342 1.15 19.032 3.83 0.961 9.7 5.016 8.45-1.712 0.7-7.806 1.39-15.613 2.08-23.419 5.92 0.02 5.62-5.997-0.86-6.001zm-10.82 33.543v43.835c8.41-0.34 5.06-10.09 6.39-15.714 0.62-8.409 1.24-16.818 1.86-25.228-2.75-0.964-5.5-1.928-8.25-2.893zm24.76-12.217c-3-4.194-4.8-10.902-5.45-14.571-7.54-0.148-5.43 8.129-6.34 13.081-0.57 6.319-1.14 12.639-1.72 18.958 5.97 1.41 2.73-7.09 3.91-10.474 0.27-4.868 0.54-9.735 0.81-14.603 4.95 0.286 0.99 7.945 1.85 11.384-0.26 4.742-0.52 9.486-0.78 14.229 4.85 0.985 8.54-2.605 5.4-6.966-0.29-3.817 1-7.519 2.32-11.038zm13.61-13.288c-3.33-0.63-7.18-2.523-6.16 2.469-1.52 7.778-8.38 14.123-7.32 22.445-0.23 4.808 12.23 9.786 7.46 3.213-0.38-4.226 1.26-7.206 2.32-10.033 0.53-3.743-2.57-11.163 0.97-12.327 3.1 3.551-1.16 12.714 3.18 13.975 3.1-3.959-0.76-11.394-0.16-16.634-0.1-1.036-0.2-2.072-0.29-3.108zm-5.25 33.65c-5.01-2.273-10.21-0.981-15.12-0.233-2.07 5.278 0.61 11.973 0.41 17.808-1.27 3.885 7.55 5.835 8.21 3.935 1.02-6.763-2-10.412 0.68-17.079 0.29-3.36 3.05-3.958 5.82-4.431zm-40.3 32.79c-0.64-5.13 3.41-16.981-4.47-15.965-3.8-0.2-8.08-0.902-7.18 4.295-0.76 5.13-1.74 15.1 6.42 12.53 0.99-0.58 5.89 1.13 5.23-0.86zm39.55-76.729c-0.82 7.829-11.63 6.661-13.3 0.002-1.94-5.605 4.82-12.889 10.38-9.091 2.5 1.071 6.53 8.202 2.92 9.089zm-29.69-12.432c-6.93-5.162-12.89 8.639-3.56 8.518 3.5-0.491 6.34-5.745 3.56-8.518zm39.87 49.298c-0.63-8.657-13.58-0.718-5.83 3.723 2.54 1.603 6.03-0.835 5.83-3.723zm-43.84-38.044c-7.52 0.34-1.27 6.553 0.11 10.287 1.22-4.57 8.67-9.623-0.11-10.287zm-8.25 38.901c-1.79-7.11-12.38 2.15-4.11 3.954 2.2 0.311 4.22-1.8 4.11-3.954zm39.01-41.796c-3.41 1.376-10.45 6.334-2.82 7.374 3.16-0.602 3.83-4.835 2.82-7.374zm-4.28 73.092c-5.59-2.03-0.76 7.79-1.55 10.8-0.23 2.49 1.49 9.81 1.56 3.63-0.08-4.79 0.03-9.62-0.01-14.43zm-37.08 10.93c0.86 3.73-1.84 11.02 1.54 12.28 1.03-3.5 1.97-9.78 0.79-12.28h-2.33zm-2.26 0c-6.07-0.48-0.88 8.65-1.82 12.22 4.08-0.51 0.7-8.98 1.82-12.22zm51.66 0.21c-5.78-1.41-2.61 8.61-1.38 10.28 3.23-0.85 0.6-7.72 1.38-10.28zm2.36 0c0.23 2.59-1.29 13.69 2.63 8.74-0.7-3.24 3.32-10.53-2.63-8.74zm-10.29-8.79c-4.06-3.52-0.97 6.32-1.93 8.8-0.35 3.24 0.32 9.1 0.91 2.75 0.26-3.85 1.14-7.67 1.02-11.55zm-32.04-1.17c-2.94 1.73-4.35 10.35 0.09 8.55l-0.09-8.55zm-19.4-14.15c0.28 4.214-1.68 9.03 0.33 12.84-0.55-3.4 3.22-11.64-0.33-12.84zm59.48 19.93c-0.72-5.89-9.15 1.96-2.31 1.92 1.7-0.14 2.76 0.41 2.31-1.92zm-41.8-19.93c-3.4 2.635 0.61 9.31-0.53 13.5 2.43-3.96 0.15-9.115 0.53-13.5zm52.41 0.965c-3.32 0.84-0.31 10.885-0.21 11.425 1.49-3.668 0.07-7.626 0.21-11.425zm-18.97 0c0.12 3.072-1.4 11.445 0.83 11.065-0.73-3.08 2.47-10.575-0.83-11.065zm15.32 17.895c-6.13-2.76-5.59 5.51 0.06 2.63 0.62-0.81-0.41-1.75-0.06-2.63zm-12.64 5.25c-3.02 2.36 1.09 10.32 0.33 3.58-0.1-1.19-0.22-2.38-0.33-3.58zm-17.69-36.22c-3.89-1.78 1.69 7.528 0.19 1.646-0.04-0.24-0.17-1.337-0.19-1.646z" stroke-width="1pt" transform="translate(10 4089.5)"/> + <path id="advanced-f13-fr.svgpath2795" d="m286.61 92.195c1.73 10.245-3.77 20.235-6.8 29.375 2.77 4.43 9.29 12.64-1.06 9.64-5.65-0.31-16.37 3.82-14.05-4.6-2.84-3.18-14.35 4.46-10.78-2.84 7.7-6.54 2.34-17.84-1.36-25.229-0.62-4.229-1.21-17.585-6.15-13.717-1.7 8.995-0.97 18.266-2.47 27.316-1.29 4.25 10.98 12.59 0.71 11.01-6.98-4.44-21.11-1.22-12.58 8.34-2.14 3.4-10.61 0.37-15.3 1.67-4.68-3.02 4.89-11.49-0.25-17.16-3.71-9.72-6.68-20.331-4.79-30.691 0.07-6.547 11.78-4.847 3.23-1.67-2.73 6.045 9.88 15.008 14.39 6.841-0.61-3.752 6.14-2.574 1.12-6.696-7.69-5.089 5.26-0.149 2.74-6.202-4.75 1.088-3.59-9.162-5.01-1.02-4.16 7.948-12.66-7.672-12.14-1.318-9.65 2.941 4.7-10.84 1.31-16.479 0.2-7.576-6.01-18.798 2.72-23.543 7.61 1.254 10.79-5.296 6.97-11.079-0.15-8.62 14.65-11.134 14.68-1.372-2.4 7.562 1.51 13.53 9.57 13.368 6.76 1.808 6.22 18.387 14.23 12.035-0.63-12.042 13.97-5.359 12.73 2.936-1.95 7.935 3.4 15.402 1.74 23.297-1.9 6.014 12.28 9.73 7.27 17.831-0.23-0.014-0.67-0.043-0.67-0.043zm-52.84-44.583c-0.08-7.15-11.88-16.201-15-6.213-1.18 8.035 0.93 16.178 0.59 24.281 4.01-0.052 1.66-12.919 1.63-17.956 2.7-10.251 4.49 8.131 2.3 12.268-3.02 10.592 14.84 10.949 10.98 0.205-0.62-4.161-0.84-8.389-0.5-12.585zm50.16 36.223c-4.33-8.369-23.71-1.358-16.94 4.729 5.78-3.043-0.9 10.326 1.54 13.896 2.22 10.4 17 5.33 12.85-4.483-2.26-4.403-1.87-13.59 3.45-9.025 0.27-1.771-0.4-3.465-0.9-5.117zm-36.98-46.403c-8.85-1.837-10.79 9.521-10.69 16.008-2.87 5.999 1.15 21.939 9.02 14.339 1.94-7.849 1.3-16.277 2.53-24.346 5.97 1.428 4.08-7.941-0.86-6.001zm-10.82 33.543v43.835c8.55-2.12 5.78-12.67 6.36-19.121-0.99-7.749 6.6-20.034-3.24-23.893-0.51-0.148-2.59-0.695-3.12-0.821zm24.75-12.217c-2.35-3.902-6.18-19.179-10.9-9.338-1.07 7.984-1.56 16.114-2.1 24.152 5.93 1.068 2.39-12.048 3.5-16.872 2.54-9.635 4.53 4.48 2.29 7.949-3.22 5.041 2.82 17.762 5.64 7.002 1.04-4.365-2.08-9.196 1.57-12.893zm13.62-13.288c-9.52-2.066-7.18 11.28-11.89 15.95-6.03 4.717 2.29 20.544 6.48 11.12 1.24-6.261 0.25-14.01 2.9-19.232 1.35 2.737 2.04 14.588 3.93 5.969 0.16-4.662-1.94-9.132-1.42-13.807zm-5.26 33.65c-6.44-3.603-17.88-1.256-15.83 8.097-2.75 6.399 6.5 20.193 9.67 8.963-0.79-6.07-2.56-16.071 6.16-17.06zm-40.29 32.79c2.31-6.55-0.28-21.299-9.82-14.876-6.99 6.576-0.12 21.896 9.82 14.876zm39.54-76.729c-0.72 8.483-14.8 5.465-13.97-2.306-0.32-9.702 15.26-9.829 15.19-0.275-0.13 0.44-0.94 2.161-1.22 2.581zm-29.68-12.432c-8.51-7.329-9.63 15.326-0.45 6.694 1.61-1.76 2.31-4.84 0.45-6.694zm39.86 49.298c-1.74-10.586-13.82 6.942-2.44 3.861 1.46-0.666 2.56-2.216 2.44-3.861zm-43.83-38.044c-8.89 0.854 3.1 14.814 3.79 4.093 1.18-2.261-1.45-5.039-3.79-4.093zm-8.25 38.901c-3.02-8.504-10.1 8.305-1.34 3.041 0.89-0.731 1.36-1.901 1.34-3.041zm39.01-41.796c-8.66-1.525-1.77 13.237 0.41 3.083-0.01-0.521-0.29-2.576-0.41-3.083zm-4.29 73.092c-6.9 1.8 1.38 20.57 0.03 8.49-0.02-2.83-0.07-5.66-0.03-8.49zm-37.08 10.93c-1.71 4.45 1.43 14.82 3 5.14 0.48-2.18-0.16-5.24-3-5.14zm-2.25 0c-7.73-0.05 0.74 16.72 0.06 5.53-0.26-1.82-0.57-3.71-0.06-5.53zm51.66 0.21c-8.43-1.44 1.05 15.24 0.04 3.96-0.16-1.31-0.29-2.65-0.04-3.96zm2.36 0c-3.26 4.67 3.5 12.3 3.26 3.45 0.42-1.96-0.74-5.13-3.26-3.45zm-10.29-8.79c-5.47 1.62-0.51 18.15-0.57 7.6 0.31-2.52 0.57-5.05 0.57-7.6zm-32.05-1.17c-6.25 0.28 0.78 12.71 0.04 3.51-0.02-1.17-0.01-2.34-0.04-3.51zm-19.39-14.15c-1.3 4.676 0.18 15.02 1.52 4.882 0.31-1.737-0.03-3.748-1.52-4.882zm59.48 19.93c-3.1-6.35-5.41 6.75-0.16 1.29 0.05-0.43 0.16-1.29 0.16-1.29zm-41.8-19.93c-4.53 4.083 1.96 15.72 0.29 5.078-0.21-1.683-0.42-3.38-0.29-5.078zm52.4 0.965c-5.34 2.162 2.08 13.995 0.25 4.156-0.15-1.38-0.28-2.767-0.25-4.156zm-18.96 0c-1.32 2.826 0.22 13.625 1.42 5.055 0.36-1.726 0.28-4.036-1.42-5.055zm15.32 17.895c-6.56-4.03-0.91 9.05 0 0zm-12.64 5.25c-3.38 3.26 2.59 7.5 0 0zm-17.69-36.22c-3.62 2.166 3.84 3.874 0 0z" stroke-width="1pt" transform="translate(10 4089.5)"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4248.536942000001" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="4248.536942000001" x="10">Créer du texte</tspan> </text> - <rect id="d0e599" display="none" height="1e3px" width="288" y="4225.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e599" display="none" height="1e3px" width="288" y="4253.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e599"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape permet la composition de textes longs et complexes. Cependant, il convient aussi assez bien pour la création de petits textes comme des titres, bannières, logos, des légendes de diagrammes, légendes, etc. Cette section est une introduction très basique aux possibilités de création de textes avec Inkscape.</flowDiv> + <flowDiv xml:space="preserve">Inkscape permet la composition de textes longs et complexes. Cependant, il convient aussi assez bien pour la création de petits textes comme des titres, bannières, logos, étiquettes et légendes de diagrammes, etc. Cette section est une introduction très basique aux possibilités de création de textes avec Inkscape.</flowDiv> </flowRoot> - <rect id="d0e602" display="none" height="1e3px" width="288" y="4285.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e602" display="none" height="1e3px" width="288" y="4314" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e602"/> </flowRegion> - <flowDiv xml:space="preserve">Créer un objet texte se fait tout simplement en passant à l'outil texte (<flowSpan font-weight="bold">F8</flowSpan>), cliquant quelque part sur le canevas et tapant votre texte. Pour changer la police, le style, la taille ou l'alignement d'un texte, ouvrez la boîte de dialogue texte et police (<flowSpan font-weight="bold">Maj+Ctrl+T</flowSpan>). Cette boîte de dialogue a aussi un onglet de saisie de texte que vous pouvez utiliser afin d'éditer l'objet texte sélectionné - dans certaines situations, il peut être plus pratique que l'édition directement sur le canevas (notamment, cet onglet supporte la vérification d'orthographe à la volée).</flowDiv> + <flowDiv xml:space="preserve">Créer un objet texte se fait tout simplement en passant à l'outil Texte (<flowSpan font-weight="bold">F8</flowSpan>), en cliquant quelque part sur le canevas et en tapant votre texte. Pour changer la police, le style, la taille ou l'alignement d'un texte, ouvrez la boîte de dialogue texte et police (<flowSpan font-weight="bold">Maj+Ctrl+T</flowSpan>). Cette boîte de dialogue a aussi un onglet de saisie de texte que vous pouvez utiliser afin d'éditer l'objet texte sélectionné — dans certaines situations, il peut être plus pratique que l'édition directement sur le canevas (notamment, cet onglet supporte la vérification orthographique à la volée).</flowDiv> </flowRoot> - <rect id="d0e611" display="none" height="1e3px" width="288" y="4388.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e611" display="none" height="1e3px" width="288" y="4417.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e611"/> </flowRegion> - <flowDiv xml:space="preserve">Comme les autres outils, l'outil texte peut sélectionner des objets de son propre type — les objets texte donc — de sorte que vous pouvez cliquer sur tout objet texte existant (comme ce paragraphe) afin de le sélectionner ou d'y positionner votre curseur.</flowDiv> + <flowDiv xml:space="preserve">Comme les autres outils, l'outil Texte peut sélectionner des objets de son propre type — les objets texte donc — de sorte que vous pouvez cliquer sur tout objet texte existant (comme ce paragraphe) afin de le sélectionner ou d'y positionner votre curseur.</flowDiv> </flowRoot> - <rect id="d0e614" display="none" height="1e3px" width="288" y="4438.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e614" display="none" height="1e3px" width="288" y="4467.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e614"/> </flowRegion> - <flowDiv xml:space="preserve">Une des opérations les plus courantes sur la mise en page des textes est l'ajustement de l'espacement entre des lettres ou des lignes. Comme toujours, Inkscape fournit des raccourcis clavier dans ce but. Les combinaisons <flowSpan font-weight="bold">Alt+<</flowSpan> et <flowSpan font-weight="bold">Alt+></flowSpan> modifient <flowSpan font-style="italic">l'inter-lettrage</flowSpan> de la ligne courante d'un objet texte, de sorte que la longueur de cette ligne change d'1 pixel au zoom actuel (à comparer avec le comportement du sélecteur où les mêmes touches permettent de modifier les dimensions d'un objet au pixel près). Généralement, si la taille de la police est plus grande que celle par défaut dans un objet texte, elle présentent un meilleur rendu après en avoir légèrement resserré les lettres. Voici un exemple :</flowDiv> + <flowDiv xml:space="preserve">Une des opérations les plus courantes sur la mise en page des textes est l'ajustement de l'espacement entre des lettres ou des lignes. Comme toujours, Inkscape fournit des raccourcis clavier dans ce but. Les combinaisons <flowSpan font-weight="bold">Alt+<</flowSpan> et <flowSpan font-weight="bold">Alt+></flowSpan> modifient <flowSpan font-style="italic">l'inter-lettrage</flowSpan> de la ligne courante d'un objet texte, de sorte que la longueur de cette ligne change d'1 pixel au zoom actuel (à comparer avec le comportement du sélecteur où les mêmes touches permettent de modifier les dimensions d'un objet au pixel près). Généralement, si la taille de la police est plus grande que celle par défaut dans un objet texte, elle présente un meilleur rendu après en avoir légèrement resserré les lettres. Voici un exemple :</flowDiv> </flowRoot> - <text id="advanced-f14-fr.svgtext1609" sodipodi:linespacing="110.00000%" transform="translate(10 4571.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2361641" x="139.43481" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f14-fr.svgtspan1610" sodipodi:role="line" y="4.2361641" x="139.43481">Original</tspan></text> - <text id="advanced-f14-fr.svgtext1612" sodipodi:linespacing="110.00000%" transform="translate(10 4571.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="53.843742" x="116.16958" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f14-fr.svgtspan1613" sodipodi:role="line" y="53.843742" x="116.16958">Inter lettrage diminué</tspan></text> - <text id="advanced-f14-fr.svgtext2315" xml:space="preserve" transform="translate(10 4571.2)" font-size="33.6" y="33.29771" x="60.780251" font-family="Serif" fill="#000000"><tspan id="advanced-f14-fr.svgtspan1604">Inspiration</tspan></text> - <text id="advanced-f14-fr.svgtext1606" xml:space="preserve" transform="translate(10 4571.2)" font-size="33.6" y="82.904648" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f14-fr.svgtspan1607" style="letter-spacing:-1.2479">Inspiration</tspan></text> - <rect id="d0e636" display="none" height="1e3px" width="288" y="4673.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="advanced-f14-fr.svgtext1609" sodipodi:linespacing="110.00000%" transform="translate(10 4599.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2361641" x="139.43481" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f14-fr.svgtspan1610" sodipodi:role="line" y="4.2361641" x="139.43481">Original</tspan></text> + <text id="advanced-f14-fr.svgtext1612" sodipodi:linespacing="110.00000%" transform="translate(10 4599.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="53.843742" x="116.16958" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f14-fr.svgtspan1613" sodipodi:role="line" y="53.843742" x="116.16958">Inter-lettrage diminué</tspan></text> + <text id="advanced-f14-fr.svgtext2315" xml:space="preserve" transform="translate(10 4599.9)" font-size="33.6" y="33.29771" x="60.780251" font-family="serif" fill="#000000"><tspan id="advanced-f14-fr.svgtspan1604">Inspiration</tspan></text> + <text id="advanced-f14-fr.svgtext1606" xml:space="preserve" transform="translate(10 4599.9)" font-size="33.6" y="82.904648" x="67.866859" font-family="serif" fill="#000000"><tspan id="advanced-f14-fr.svgtspan1607" style="letter-spacing:-1.2479">Inspiration</tspan></text> + <rect id="d0e636" display="none" height="1e3px" width="288" y="4701.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e636"/> </flowRegion> - <flowDiv xml:space="preserve">La version remaniée rend un peu mieux, mais n'est toujours pas parfaite : les distances entre les lettres ne sont pas uniformes; par exemple, le "a" et le "t" sont trop éloignés tandis que le "t" et le "i" sont trop proches. L'imperfection des crénages (particulièrement visible avec des grandes tailles de police) est plus importante dans des fontes de mauvaise qualité, mais, vous trouverez probablement, dans toutes les chaînes de caractères et toute les polices, des paires de lettres qui bénéficieront d'un ajustement de crénage.</flowDiv> + <flowDiv xml:space="preserve">La version remaniée rend un peu mieux, mais n'est toujours pas parfaite : les distances entre les lettres ne sont pas uniformes ; par exemple, le « a » et le « t » sont trop éloignés tandis que le « t » et le « i » sont trop proches. L'imperfection des crénages (particulièrement visible avec des grandes tailles de police) est plus importante dans des fontes de mauvaise qualité ; toutefois, vous trouverez probablement, dans toutes les chaînes de texte et toutes les polices, des paires de lettres qui bénéficieront d'un ajustement de crénage.</flowDiv> </flowRoot> - <rect id="d0e639" display="none" height="1e3px" width="288" y="4765.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e639" display="none" height="1e3px" width="288" y="4794.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e639"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape facilite ces ajustements; vous n'avez qu'à positionner votre curseur d'édition de texte entre les caractères qui posent problème et à utiliser <flowSpan font-weight="bold">Alt+flèche</flowSpan> pour déplacer les lettres à droite du curseur. Vous trouverez encore ci-dessous le même exemple, mais cette fois avec des ajustements manuels, de sorte que les lettres sont positionnées uniformément.</flowDiv> + <flowDiv xml:space="preserve">Inkscape facilite ces ajustements ; vous n'avez qu'à positionner votre curseur d'édition de texte entre les caractères qui posent problème et à utiliser <flowSpan font-weight="bold">Alt+flèche</flowSpan> pour déplacer les lettres à droite du curseur. Vous trouverez encore ci-dessous le même exemple, mais cette fois avec des ajustements manuels, de sorte que les lettres sont positionnées uniformément.</flowDiv> </flowRoot> - <text id="advanced-f15-fr.svgtext1649" sodipodi:linespacing="110.00000%" transform="translate(10 4845)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2368875" x="66.563278" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f15-fr.svgtspan1651" sodipodi:role="line" y="4.2368875" x="66.563278">Inter lettrage diminué et crénage manuel de certaines paires de lettres</tspan></text> - <text id="advanced-f15-fr.svgtext2406" xml:space="preserve" transform="translate(10 4845)" font-size="33.6" y="34.802681" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f15-fr.svgtspan1647" style="letter-spacing:-1.2479" dx="0 0 -0.1418031 -0.42540932 -0.42540932 0.42540932 0.42540932 -0.87514824 1.1344248 -0.5672124 -0.5672124">Inspiration</tspan></text> - <rect id="d0e655" display="none" height="1e3px" width="288" y="4899" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="advanced-f15-fr.svgtext1649" sodipodi:linespacing="110.00000%" transform="translate(10 4873.7)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2368875" x="66.563278" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f15-fr.svgtspan1651" sodipodi:role="line" y="4.2368875" x="66.563278">Inter-lettrage diminué et crénage manuel de certaines paires de lettres</tspan></text> + <text id="advanced-f15-fr.svgtext2406" xml:space="preserve" transform="translate(10 4873.7)" font-size="33.6" y="34.802681" x="67.866859" font-family="serif" fill="#000000"><tspan id="advanced-f15-fr.svgtspan1647" style="letter-spacing:-1.2479" dx="0 0 -0.1418031 -0.42540932 -0.42540932 0.42540932 0.42540932 -0.87514824 1.1344248 -0.5672124 -0.5672124">Inspiration</tspan></text> + <rect id="d0e655" display="none" height="1e3px" width="288" y="4927.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e655"/> </flowRegion> <flowDiv xml:space="preserve">En plus de pouvoir déplacer les lettres horizontalement avec <flowSpan font-weight="bold">Alt+Gauche</flowSpan> ou <flowSpan font-weight="bold">Alt+Droite</flowSpan>, vous pouvez aussi les déplacer verticalement en utilisant <flowSpan font-weight="bold">Alt+Haut</flowSpan> or <flowSpan font-weight="bold">Alt+Bas</flowSpan> :</flowDiv> </flowRoot> - <text id="advanced-f16-fr.svgtext1731" xml:space="preserve" transform="translate(10 4944.9)" font-size="33.6" y="32.078743" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f16-fr.svgtspan1732" style="letter-spacing:-1.2479" dx="0 -3.4339702 -1.746122 -1.4281086 -2.0297282 -1.981069 -3.9864676 -3.8832457 -1.2720536 -2.1715312 -1.5699117" dy="0 0.0056477566 6.8183579 -6.6178179 0 -6.4172778 6.0161972 -5.8156576 5.8156576 -3.4091773 2.8075578">Inspiration</tspan></text> - <rect id="d0e680" display="none" height="1e3px" width="288" y="4993" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="advanced-f16-fr.svgtext1731" xml:space="preserve" transform="translate(10 4973.5)" font-size="33.6" y="32.078743" x="67.866859" font-family="serif" fill="#000000"><tspan id="advanced-f16-fr.svgtspan1732" style="letter-spacing:-1.2479" dx="0 -3.4339702 -1.746122 -1.4281086 -2.0297282 -1.981069 -3.9864676 -3.8832457 -1.2720536 -2.1715312 -1.5699117" dy="0 0.0056477566 6.8183579 -6.6178179 0 -6.4172778 6.0161972 -5.8156576 5.8156576 -3.4091773 2.8075578">Inspiration</tspan></text> + <rect id="d0e680" display="none" height="1e3px" width="288" y="5021.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e680"/> </flowRegion> <flowDiv xml:space="preserve">Bien sûr, vous pourriez convertir votre texte en chemin (<flowSpan font-weight="bold">Maj+Ctrl+C</flowSpan>) et déplacer les lettres comme un objet chemin classique. Cependant, il est bien plus pratique de conserver ses propriétés de texte : il reste éditable, vous pouvez essayer différentes fontes tout en préservant vos crénages et espacements, et la taille du fichier enregistré reste plus petite. Le seul désavantage de conserver le « texte en texte » est que vous devrez avoir sa fonte originale installée sur tout système où vous voudriez ouvrir votre document SVG.</flowDiv> </flowRoot> - <rect id="d0e686" display="none" height="1e3px" width="288" y="5084" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e686" display="none" height="1e3px" width="288" y="5112.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e686"/> </flowRegion> <flowDiv xml:space="preserve">De la même façon, vous pouvez ajuster l'<flowSpan font-style="italic">inter-lignage</flowSpan> des objets texte de plusieurs lignes. Essayez les raccourcis <flowSpan font-weight="bold">Ctrl+Alt+<</flowSpan> et <flowSpan font-weight="bold">Ctrl+Alt+></flowSpan> sur n'importe quel paragraphe de ce didacticiel pour faire varier la hauteur globale de l'objet texte de 1 pixel au zoom courant. Comme dans le sélecteur, combiner un raccourci d'espacement ou de crénage avec la touche <flowSpan font-weight="bold">Maj</flowSpan> multipliera son action par 10.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="5168.263134" x="10" font-family="Sans" fill="#000000"> - <tspan y="5168.263134" x="10">Editeur XML</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="5196.836009999999" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="5196.836009999999" x="10">Éditeur XML</tspan> </text> - <rect id="d0e707" display="none" height="1e3px" width="288" y="5173.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e707" display="none" height="1e3px" width="288" y="5202" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e707"/> </flowRegion> - <flowDiv xml:space="preserve">L'outil le plus puissant d'Inkscape est l'éditeur XML (<flowSpan font-weight="bold">Maj+Ctrl+X</flowSpan>). Affichant l'arborescence XML complète du document, il en reflète en permanence l'état courant. Vous pouvez modifier votre dessin et observer les changements correspondants dans l'arborescence XML. De plus, vous pouvez éditer tout texte, élément ou attribut dans l'éditeur XML et voir le résultat sur le canevas. C'est le meilleur outil imaginable pour apprendre le SVG interactivement et il vous permet d'appliquer des astuces qui seraient impossible avec des outils d'édition standard.</flowDiv> + <flowDiv xml:space="preserve">L'outil le plus puissant d'Inkscape est l'éditeur XML (<flowSpan font-weight="bold">Maj+Ctrl+X</flowSpan>). Affichant l'arborescence XML complète du document, il en reflète en permanence l'état courant. Vous pouvez modifier votre dessin et observer les changements correspondants dans l'arborescence XML. De plus, vous pouvez éditer tout texte, élément ou attribut dans l'éditeur XML et voir le résultat sur le canevas. C'est le meilleur outil imaginable pour apprendre le SVG interactivement et il vous permet d'appliquer des astuces qui seraient impossibles avec des outils d'édition standard.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="5287.894851" x="10" font-family="Sans" fill="#000000"> - <tspan y="5287.894851" x="10">Conclusion</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="5316.467730999999" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="5316.467730999999" x="10">Conclusion</tspan> </text> - <rect id="d0e719" display="none" height="1e3px" width="288" y="5293.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e719" display="none" height="1e3px" width="288" y="5321.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e719"/> </flowRegion> - <flowDiv xml:space="preserve">Ce didacticiel ne montre qu'une petite partie des possibilités d'Inkscape. Nous espérons que vous l'avez apprécié. N'ayez pas peur d'expérimenter et de partager vos créations. Veuillez consulter <flowSpan font-weight="bold" font-family="Sans">www.inkscape.org</flowSpan> pour avoir accès à plus d'information, aux dernières versions et à l'aide des communautés de développeurs et utilisateurs.</flowDiv> + <flowDiv xml:space="preserve">Ce didacticiel ne montre qu'une petite partie des possibilités d'Inkscape. Nous espérons que vous l'avez apprécié. N'ayez pas peur d'expérimenter et de partager vos créations. Veuillez consulter <flowSpan font-weight="bold" font-family="sans-serif">www.inkscape.org</flowSpan> pour avoir accès à plus d'information, aux dernières versions et à l'aide des communautés de développeurs et utilisateurs.</flowDiv> </flowRoot> - <g transform="translate(0 5362.8)"> + <g transform="translate(0 5391.4)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> @@ -503,8 +503,8 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/> - <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="sans-serif" fill="#ffffff"/> + <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path1951" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.69 -163.2)"/> </g> </g> diff --git a/share/tutorials/tutorial-basic.fr.svg b/share/tutorials/tutorial-basic.fr.svg index 5916df7e9..d099c7255 100644 --- a/share/tutorials/tutorial-basic.fr.svg +++ b/share/tutorials/tutorial-basic.fr.svg @@ -35,419 +35,419 @@ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path7527" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.46 237.6)"/> <path id="text1896" d="m120.82 12.812 0.1105-0.44803c0.96986-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14732 0.5779-0.14731 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72436 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58929-0.30518 0.95761-0.91554 0.2087-0.35063 0.49721-0.948 0.86553-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6635 3.1752-2.6334 3.1752-0.3192 0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.38059 0.72724-0.69365 1.2532-0.93919 1.5778-0.54019 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50336 0.000008 0.92691 0.27921 1.2707 0.83762l0.92077-3.5063c0.12276-0.4675 0.18414-0.75969 0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78573-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25781 0.95449 0.18415 0.23376 0.41743 0.35063 0.69979 0.35063 0.71206 0 1.3934-0.62984 2.0441-1.8895 0.87167-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438 5.3763 0.36831 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6887 2.7661-0.34375 0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866s0.27623-0.79866 0.60772-1.6558l0.69978-1.7726c0.41742-1.0519 0.62613-1.7596 0.62613-2.1233 0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87166-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81029 0.38959 0.2087 0.25973 0.31305 0.59738 0.31306 1.0129-0.00001 0.49349-0.25168 1.409-0.75504 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.4788 1.396-0.4788 1.6558 0 0.23375 0.0982 0.35063 0.29465 0.35063 0.23326 0 0.53405-0.22077 0.90235-0.6623 0.3806-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27623-10.227c0.23325 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25782 0.62334 0 0.24675-0.0859 0.46103-0.25782 0.64282-0.1596 0.18182-0.35604 0.27272-0.58929 0.27271-0.23326 0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282 0-0.24673 0.0859-0.45451 0.25782-0.62334 0.17187-0.1818 0.37445-0.2727 0.60771-0.27271m8.3563 0.38959 0.1105-0.44803c0.96987-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14734 0.5779-0.14733 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72435 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58928-0.30518 0.9576-0.91554 0.2087-0.35063 0.49722-0.948 0.86554-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6636 3.1752-2.6334 3.1752-0.3192 0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.3806 0.72724-0.69365 1.2532-0.93919 1.5778-0.5402 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50335 0.000008 0.92691 0.27921 1.2707 0.83762l0.92078-3.5063c0.12275-0.4675 0.18415-0.75969 0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78572-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25783 0.95449 0.18414 0.23376 0.41741 0.35063 0.69978 0.35063 0.71207 0 1.3934-0.62984 2.0441-1.8895 0.87166-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479h1.3075c-0.30692 0.87009-0.72434 2.1427-1.2522 3.818-0.56475 1.8051-0.84712 3.0323-0.84711 3.6816-0.00001 0.27271 0.0982 0.40907 0.29464 0.40907 0.4297 0 1.0313-0.88307 1.8047-2.6492l0.40514 0.17532c-0.51563 1.1818-0.95761 1.9934-1.3259 2.4349-0.36832 0.44153-0.78574 0.6623-1.2522 0.6623-0.76118 0-1.1418-0.36362-1.1418-1.0909 0-0.19479 0.0553-0.59088 0.16574-1.1882-0.87166 1.5324-1.8047 2.2986-2.7992 2.2986-0.62614 0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337 0-1.4804 0.55247-2.9154 1.6574-4.305 1.1049-1.4025 2.2406-2.1038 3.4069-2.1038 0.61385 0.000008 1.0804 0.35713 1.3996 1.0714l0.29465-0.81814m-1.5469 0.23375c-0.36831-0.02596-0.79801 0.2013-1.2891 0.68178-0.4788 0.46752-0.92691 1.0974-1.3443 1.8895-0.83485 1.5713-1.2523 2.8895-1.2523 3.9543 0 0.83112 0.30693 1.2467 0.92077 1.2467 0.99444 0 1.9336-1.0324 2.8176-3.0972 0.60156-1.4025 0.93919-2.5648 1.0128-3.4868 0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893 5.3374 0.36831 0.23375c-0.88395 1.8311-1.9643 2.7466-3.2411 2.7466-0.67524 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83483-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.4297 0.000008 0.77346 0.11039 1.0313 0.33115 0.27009 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13505 0.15584-0.30079 0.23376-0.49721 0.23375-0.17188 0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.1105-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81029 1.5584-1.1418 2.6102-0.33148 1.0389-0.49721 1.896-0.49721 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.9576 0 1.8354-0.80515 2.6334-2.4155m5.1362-8.3177h1.2891l-0.79187 2.7466h1.4548l-0.12891 0.44803h-1.4548l-0.34989 1.1298c-0.29465 0.96099-0.60771 2.1233-0.93919 3.4868-0.33147 1.3506-0.49722 2.1362-0.49722 2.357 0 0.29869 0.12891 0.44803 0.38673 0.44803 0.45425 0.000001 1.0006-0.6623 1.639-1.9869 0.0614-0.14285 0.15346-0.31816 0.27623-0.52595l0.36831 0.1948c-0.47881 1.0519-0.83484 1.7272-1.0681 2.0259-0.50336 0.63633-1.0374 0.9545-1.6022 0.9545-0.38058 0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345 0-0.36362 0.0552-0.77268 0.16574-1.2272 0.12278-0.50646 0.51564-1.9609 1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027 8.3177 0.3683 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6886 2.7661-0.34376 0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.11049-0.79866 0.0737-0.24674 0.27624-0.79866 0.60771-1.6558l0.69979-1.7726c0.41742-1.0519 0.62613-1.7596 0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36832-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81027 0.38959 0.20872 0.25973 0.31307 0.59738 0.31307 1.0129 0 0.49349-0.25168 1.409-0.75503 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29463 0.35063 0.23328 0 0.53406-0.22077 0.90237-0.6623 0.38058-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27624-10.227c0.23326 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25783 0.62334-0.00001 0.24675-0.0859 0.46103-0.25783 0.64282-0.1596 0.18182-0.35603 0.27272-0.58929 0.27271-0.23327 0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673 0.0859-0.45451 0.25782-0.62334 0.17188-0.1818 0.37444-0.2727 0.60771-0.27271m7.3369 10.227 0.36831 0.23375c-0.88396 1.8311-1.9643 2.7466-3.2411 2.7466-0.67523 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83482-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.42969 0.000008 0.77345 0.11039 1.0313 0.33115 0.27008 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13506 0.15584-0.30079 0.23376-0.49721 0.23375-0.17189 0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.11049-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81028 1.5584-1.1418 2.6102-0.33148 1.0389-0.49722 1.896-0.49722 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.95761 0 1.8354-0.80515 2.6334-2.4155m6.3332 0 0.36832 0.19479c-0.82257 1.8441-1.7188 2.7661-2.6887 2.7661-0.34376 0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866 0.0736-0.24674 0.27622-0.79866 0.60771-1.6558l0.69979-1.7726c0.4174-1.0519 0.62612-1.7596 0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33147 0.000008 0.60157 0.12987 0.81028 0.38959 0.20871 0.25973 0.31306 0.59738 0.31307 1.0129-0.00001 0.49349-0.25169 1.409-0.75503 2.7466l-0.77346 2.0453c-0.31921 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29465 0.35063 0.23325 0 0.53404-0.22077 0.90236-0.6623 0.38058-0.45452 0.74275-1.0259 1.0865-1.7142m-0.27622-10.227c0.23326 0.000012 0.42969 0.09092 0.5893 0.27271 0.17187 0.16883 0.2578 0.37662 0.25781 0.62334-0.00001 0.24675-0.0859 0.46103-0.25781 0.64282-0.15961 0.18182-0.35604 0.27272-0.5893 0.27271-0.23328 0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282 0-0.24673 0.0859-0.45451 0.25781-0.62334 0.17187-0.1818 0.37444-0.2727 0.60772-0.27271m7.2632 10.383 0.34989 0.25323c-1.0681 1.7012-2.1853 2.5518-3.3516 2.5518-0.62613 0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168 0-1.1558 0.39287-2.409 1.1786-3.7595 1.0927-1.87 2.3326-2.805 3.7199-2.805 0.40513 0.000008 0.73661 0.12987 0.99443 0.38959 0.25781 0.25973 0.38672 0.59088 0.38673 0.99345-0.00001 0.94801-0.62 1.8441-1.86 2.6882-0.40514 0.27272-1.3136 0.71425-2.7255 1.3246-0.20871 0.79217-0.31306 1.4025-0.31306 1.8311 0 0.71425 0.31306 1.0714 0.9392 1.0714 0.45424 0 0.87779-0.16233 1.2707-0.48699 0.40514-0.33764 0.91463-0.948 1.5285-1.8311m-3.278-1.1103c0.23326-0.10389 0.51563-0.24024 0.84711-0.40907 0.71206-0.38959 1.3075-0.90904 1.7863-1.5584 0.49107-0.64931 0.73661-1.2597 0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337 0.000008-1.0067 0.3896-1.5101 1.1688-0.49108 0.7662-0.93306 1.8506-1.3259 3.2531m7.1834-8.8826 0.11048-0.44803c0.92078-0.03895 1.9643-0.10388 3.1306-0.1948-0.0982 0.35064-0.17188 0.60388-0.22099 0.7597-0.13505 0.40259-0.32533 1.0129-0.57087 1.8311l-1.4917 5.1426c-0.71206 2.4544-1.0681 3.9608-1.0681 4.5192-0.00001 0.40258 0.11049 0.60386 0.33147 0.60386 0.30693 0 0.68751-0.35063 1.1418-1.0519 0.23327-0.36361 0.49722-0.84411 0.79188-1.4415l0.42355 0.21427c-0.36832 0.71425-0.64455 1.2207-0.8287 1.5194-0.56475 0.89606-1.2093 1.3441-1.9336 1.3441-0.36831 0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542 0.20871-1.5389 0.62613-2.9804l1.6206-5.5906c0.35603-1.2337 0.53406-1.9285 0.53406-2.0843 0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#fff"/> <use id="use1901" opacity=".078652" style="color:black" xlink:href="#text1896" transform="matrix(3.1679 0 0 3.1679 -274.08 -31.04)" height="1052.3622" width="320" y="0" x="0" fill="black"/> </g> - <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> + <text id="text1920" font-family="sans-serif" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::BASIQUE</tspan> </text> <!--Author: bulia byak, buliabyak@users.sf.net--> <rect id="d0e15" display="none" height="1e3px" width="264" y="36" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e15"/> </flowRegion> - <flowDiv xml:space="preserve">Ce didacticiel présente les opérations de base d'Inkscape. C'est un document réalisé avec Inkscape que vous pouvez afficher, éditer et éventuellement sauver.</flowDiv> + <flowDiv xml:space="preserve">Ce didacticiel présente les opérations de base d'Inkscape. Il se présente sous la forme d'un document Inkscape que vous pouvez visionner, éditer et éventuellement sauvegarder.</flowDiv> </flowRoot> - <rect id="d0e18" display="none" height="1e3px" width="264" y="69.461" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <rect id="d0e18" display="none" height="1e3px" width="264" y="70.856" x="35"/> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e18"/> </flowRegion> - <flowDiv xml:space="preserve">Le didacticiel basique aborde la navigation sur le canevas, la gestion des documents, les bases des outils de formes, la transformation d'objets à l'aide du sélecteur, les techniques de sélection, le groupement, les remplissages et contours, l'alignement et la superposition. Pour d'autres sujets, consultez les autres didacticiels dans le menu d'aide.</flowDiv> + <flowDiv xml:space="preserve">Le didacticiel basique aborde la navigation sur le canevas, la gestion des documents, les bases des outils de formes, la transformation d'objets à l'aide du sélecteur, les techniques de sélection, le groupement, le paramétrage du remplissage et du contour, l'alignement et la superposition. Pour des sujets plus avancés, consultez les autres didacticiels dans le menu Aide.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="153.832807" x="10" font-family="Sans" fill="#000000"> - <tspan y="153.832807" x="10">Se déplacer sur le canevas</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="155.22851" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="155.22851" x="10">Se déplacer sur le canevas</tspan> </text> - <rect id="d0e27" display="none" height="1e3px" width="288" y="159.03" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e27" display="none" height="1e3px" width="288" y="160.43" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e27"/> </flowRegion> - <flowDiv xml:space="preserve">Il existe plusieurs façons de se déplacer sur le canevas. Vous pouvez essayer le raccourci <flowSpan font-weight="bold">Ctrl+flèche</flowSpan> pour vous déplacer dans ce document (essayez donc dès maintenant de faire défiler ce document vers le bas). Vous pouvez aussi vous déplacer à l'aide du <flowSpan font-weight="bold">bouton milieu de la souris</flowSpan> ou utiliser les barres de défilement (<flowSpan font-weight="bold">Ctrl+B</flowSpan> permet de les afficher ou non). La <flowSpan font-weight="bold">molette de la souris</flowSpan> permet les déplacements verticaux, et même horizontaux en combinaison avec la touche <flowSpan font-weight="bold">Maj</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Il y a plusieurs façons de se déplacer sur le canevas. Utilisez le raccourci <flowSpan font-weight="bold">Ctrl+flèche</flowSpan> pour vous déplacer avec le clavier (essayez donc dès maintenant de faire défiler ce document vers le bas). Vous pouvez aussi faire glisser le canevas en enfonçant le bouton du milieu de la souris. Ou bien, vous pouvez utiliser les barres de défilement (<flowSpan font-weight="bold">Ctrl+B</flowSpan> permet de les afficher/masquer). La <flowSpan font-weight="bold">molette</flowSpan> de la souris permet les déplacements verticaux, et même horizontaux en combinaison avec la touche <flowSpan font-weight="bold">Maj</flowSpan>.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="264.587152" x="10" font-family="Sans" fill="#000000"> - <tspan y="264.587152" x="10">Zoomer ou dézoomer</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="265.884295" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="265.884295" x="10">Zoomer et dézoomer</tspan> </text> - <rect id="d0e51" display="none" height="1e3px" width="288" y="269.79" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e48" display="none" height="1e3px" width="288" y="271.08" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e51"/> + <use y="0" x="0" xlink:href="#d0e48"/> </flowRegion> - <flowDiv xml:space="preserve">Le moyen le plus simple est d'utiliser les touches <flowSpan font-weight="bold">-</flowSpan> et <flowSpan font-weight="bold">+</flowSpan> (ou <flowSpan font-weight="bold">=</flowSpan>). Vous pouvez aussi zoomer avec <flowSpan font-weight="bold">Ctrl+clic-milieu</flowSpan> ou <flowSpan font-weight="bold">Ctrl+clic-droit</flowSpan>, et dézoomer avec <flowSpan font-weight="bold">Maj+clic-milieu</flowSpan> ou <flowSpan font-weight="bold">Maj+clic-droit</flowSpan>, ou bien utiliser la molette de la souris en tout en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan>. Vous pouvez aussi cliquer sur le champ de saisie (dans le coin en bas à droite de la fenêtre), y entrer une valeur de zoom, et la valider en pressant la touche entrée. Enfin, il reste l'outil de zoom (dans la barre d'outils à gauche) qui vous permet de définir une région sur laquelle zoomer à l'aide de la souris.</flowDiv> + <flowDiv xml:space="preserve">Le moyen le plus simple est d'utiliser les touches <flowSpan font-weight="bold">-</flowSpan> et <flowSpan font-weight="bold">+</flowSpan> (ou <flowSpan font-weight="bold">=</flowSpan>). Vous pouvez aussi zoomer avec <flowSpan font-weight="bold">Ctrl+clic-milieu</flowSpan> ou <flowSpan font-weight="bold">Ctrl+clic-droit</flowSpan>, et dézoomer avec <flowSpan font-weight="bold">Maj+clic-milieu</flowSpan> ou <flowSpan font-weight="bold">Maj+clic-droit</flowSpan>, ou bien faire tourner la molette de la souris tout en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan>. Vous pouvez aussi cliquer sur le champ de saisie (dans le coin en bas à droite de la fenêtre), y saisir une valeur de zoom, et la valider en appuyant sur la touche Entrée. Enfin, il reste l'outil de zoom (dans la barre d'outils à gauche) qui vous permet de définir une région sur laquelle zoomer à l'aide de la souris.</flowDiv> </flowRoot> - <rect id="d0e78" display="none" height="1e3px" width="288" y="371.16" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e75" display="none" height="1e3px" width="288" y="372.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e78"/> + <use y="0" x="0" xlink:href="#d0e75"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape garde aussi en mémoire un historique des niveaux de zoom. Appuyez sur les touches <flowSpan font-weight="bold">`</flowSpan> pour y naviguer en avant et <flowSpan font-weight="bold">Maj+`</flowSpan> en arrière.</flowDiv> + <flowDiv xml:space="preserve">Inkscape garde aussi en mémoire un historique des niveaux de zoom. Appuyez sur la touche <flowSpan font-weight="bold">`</flowSpan> pour revenir au niveau de zoom précédent et utilisez <flowSpan font-weight="bold">Maj+`</flowSpan> pour retourner au suivant.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="421.76912400000003" x="10" font-family="Sans" fill="#000000"> - <tspan y="421.76912400000003" x="10">Les outils d'Inkscape</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="424.65148600000003" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="424.65148600000003" x="10">Les outils d'Inkscape</tspan> </text> - <rect id="d0e93" display="none" height="1e3px" width="288" y="426.97" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e90" display="none" height="1e3px" width="288" y="429.85" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e93"/> + <use y="0" x="0" xlink:href="#d0e90"/> </flowRegion> - <flowDiv xml:space="preserve">La barre d'outils verticale à gauche affiche les outils de dessin et d'édition d'Inkscape. En haut de la fenêtre, sous les menus, la <flowSpan font-style="italic">barre de commandes</flowSpan> affiche les boutons des commandes générales tandis que la <flowSpan font-style="italic">barre de contrôle des outils</flowSpan> montre les contrôles spécifiques à chaque outil.La <flowSpan font-style="italic">barre d'état</flowSpan> en bas de la fenêtre affiche des indications et des messages utiles lors de votre session.</flowDiv> + <flowDiv xml:space="preserve">La barre d'outils verticale à gauche affiche les outils de dessin et d'édition d'Inkscape. En haut de la fenêtre, juste en dessous des menus, la <flowSpan font-style="italic">barre de commandes</flowSpan> affiche les boutons des commandes générales tandis que la <flowSpan font-style="italic">barre de contrôle des outils</flowSpan> montre les contrôles spécifiques à chaque outil. La <flowSpan font-style="italic">barre d'état</flowSpan> en bas de la fenêtre affiche des indications et des messages qui peuvent vous aider dans votre travail.</flowDiv> </flowRoot> - <rect id="d0e105" display="none" height="1e3px" width="288" y="498.34" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e102" display="none" height="1e3px" width="288" y="510.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e105"/> + <use y="0" x="0" xlink:href="#d0e102"/> </flowRegion> - <flowDiv xml:space="preserve">Beaucoup d'autres opérations sont disponibles via les raccourcis clavier. Pour consulter tous les raccourcis disponibles, ouvrez le menu <flowSpan font-family="Sans">Aide > Clavier et souris</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">De nombreuses opérations peuvent être effectuées avec des raccourcis clavier. Pour consulter tous les raccourcis disponibles, ouvrez le menu <flowSpan font-family="sans-serif">Aide > Clavier et souris</flowSpan>.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="548.928813" x="10" font-family="Sans" fill="#000000"> - <tspan y="548.928813" x="10">Créer et gérer des documents</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="560.787111" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="560.787111" x="10">Créer et gérer des documents</tspan> </text> - <rect id="d0e117" display="none" height="1e3px" width="288" y="554.13" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e114" display="none" height="1e3px" width="288" y="565.99" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e117"/> + <use y="0" x="0" xlink:href="#d0e114"/> </flowRegion> - <flowDiv xml:space="preserve">Pour créer un nouveau document vide, utilisez <flowSpan font-family="Sans">Fichier > Nouveau > Défaut</flowSpan> ou appuyez sur <flowSpan font-weight="bold">Ctrl+N</flowSpan>. Pour créer un nouveau document à partir d'un des nombreux modèles d'Inkscape, utilisez <flowSpan font-family="Sans">Fichier > Nouveau > Modèles</flowSpan> ou appuyez sur <flowSpan font-weight="bold">Ctrl+Alt+N</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Pour créer un nouveau document vide, utilisez <flowSpan font-family="sans-serif">Fichier > Nouveau > Défaut</flowSpan> ou appuyez sur <flowSpan font-weight="bold">Ctrl+N</flowSpan>. Pour créer un nouveau document à partir d'un des nombreux modèles d'Inkscape, utilisez <flowSpan font-family="sans-serif">Fichier > Nouveau > Modèles</flowSpan> ou appuyez sur <flowSpan font-weight="bold">Ctrl+Alt+N</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e132" display="none" height="1e3px" width="288" y="604.26" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e129" display="none" height="1e3px" width="288" y="616.08" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e132"/> + <use y="0" x="0" xlink:href="#d0e129"/> </flowRegion> - <flowDiv xml:space="preserve">Pour ouvrir un fichier SVG existant, utilisez <flowSpan font-family="Sans">Fichier > Ouvrir</flowSpan> (<flowSpan font-weight="bold">Ctrl+O</flowSpan>). Utilisez <flowSpan font-family="Sans">Fichier > Enregistrer</flowSpan> (<flowSpan font-weight="bold">Ctrl+S</flowSpan>) pour sauver ou <flowSpan font-family="Sans">Enregistrer sous</flowSpan> (<flowSpan font-weight="bold">Maj+Ctrl+S</flowSpan>) pour sauver sous un nouveau nom (Inkscape est encore en développement, n'oubliez pas d'enregistrer votre travail fréquemment !).</flowDiv> + <flowDiv xml:space="preserve">Pour ouvrir un fichier SVG existant, utilisez <flowSpan font-family="sans-serif">Fichier > Ouvrir</flowSpan> (<flowSpan font-weight="bold">Ctrl+O</flowSpan>). Pour enregistrer, utilisez <flowSpan font-family="sans-serif">Fichier > Enregistrer</flowSpan> (<flowSpan font-weight="bold">Ctrl+S</flowSpan>), ou <flowSpan font-family="sans-serif">Enregistrer sous…</flowSpan> (<flowSpan font-weight="bold">Maj+Ctrl+S</flowSpan>) pour sauver sous un nouveau nom (Inkscape est encore assez instable, donc pensez à enregistrer votre travail fréquemment !).</flowDiv> </flowRoot> - <rect id="d0e153" display="none" height="1e3px" width="288" y="664.61" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e150" display="none" height="1e3px" width="288" y="676.39" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e153"/> + <use y="0" x="0" xlink:href="#d0e150"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape utilise le format SVG (Scalable Vector Graphics) pour ses fichiers. Le format SVG est un standard ouvert largement utilisé par les logiciels de graphisme. Les fichiers SVG sont basés sur le format XML et peuvent être édités à l'aide de n'importe quel éditeur de texte ou XML (ou avec Inkscape, bien sûr). Inkscape peut aussi importer ou exporter plusieurs autres autres formats (EPS, PNG).</flowDiv> + <flowDiv xml:space="preserve">Inkscape utilise le format SVG (Scalable Vector Graphics) pour ses fichiers. Le format SVG est un standard ouvert largement utilisé par les logiciels de graphisme. Les fichiers SVG sont basés sur le format XML et peuvent être édités à l'aide de n'importe quel éditeur de texte ou XML (ou avec Inkscape, bien sûr). En plus du SVG, Inkscape peut importer et exporter des documents dans d'autres formats (EPS, PNG…).</flowDiv> </flowRoot> - <rect id="d0e156" display="none" height="1e3px" width="288" y="735.55" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e153" display="none" height="1e3px" width="288" y="757.55" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e156"/> + <use y="0" x="0" xlink:href="#d0e153"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape ouvre une nouvelle fenêtre pour chaque document. Naviguez entre elles avec votre gestionnaire de fenêtre (avec le raccourci <flowSpan font-weight="bold">Alt+Tab</flowSpan> par exemple), ou utilisez le raccourci <flowSpan font-weight="bold">Ctrl+Tab</flowSpan>, qui permet de circuler parmi les documents ouverts (créez dès maintenant un nouveau document et passez de celui-ci à ce document en guise d'exercice). Note : Inkscape traite ces fenêtres comme les onglets dans un navigateur web, ce qui signifie que le raccourci <flowSpan font-weight="bold">Ctrl+Tab</flowSpan> ne fonctionne qu'avec des documents s'exécutant dans la même instance. Si vous ouvrez plusieurs fichiers depuis un navigateur de fichiers ou exécutez plusieurs instances d'Inkscape, cela ne fonctionnera pas.</flowDiv> + <flowDiv xml:space="preserve">Inkscape ouvre une nouvelle fenêtre pour chaque document. Naviguez entre elles avec votre gestionnaire de fenêtres (avec le raccourci <flowSpan font-weight="bold">Alt+Tab</flowSpan> par exemple), ou utilisez le raccourci <flowSpan font-weight="bold">Ctrl+Tab</flowSpan>, qui permet de circuler parmi les documents ouverts (créez dès maintenant un nouveau document pour tester la navigation entre le tutoriel et le nouveau document). Note : Inkscape traite ces fenêtres comme les onglets dans un navigateur web, ce qui signifie que le raccourci <flowSpan font-weight="bold">Ctrl+Tab</flowSpan> ne fonctionne qu'avec des documents s'exécutant dans la même instance. Si vous ouvrez plusieurs fichiers depuis un navigateur de fichiers ou exécutez plusieurs instances d'Inkscape, cela ne fonctionnera pas.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="862.2294590000001" x="10" font-family="Sans" fill="#000000"> - <tspan y="862.2294590000001" x="10">Créer des formes</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="894.811802" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="894.811802" x="10">Créer des formes</tspan> </text> - <rect id="d0e174" display="none" height="1e3px" width="288" y="867.43" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> - <flowRegion> - <use y="0" x="0" xlink:href="#d0e174"/> - </flowRegion> - <flowDiv xml:space="preserve">Il est temps de passer aux formes! Cliquez sur l'outil Rectangle dans la barre d'outils (ou appuyez sur <flowSpan font-weight="bold">F4</flowSpan>) et avec un cliquer-déplacer, créez un rectangle, soit dans un nouveau document vide, soit dans celui-ci :</flowDiv> - </flowRoot> - <rect id="basic-f01-fr.svgrect824" fill-rule="evenodd" transform="translate(10 923.56)" height="21.106" width="19.394" stroke="#000" y="11.835" x="8.2426" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> - <rect id="basic-f01-fr.svgrect825" fill-rule="evenodd" transform="translate(10 923.56)" height="15.972" width="23.387" stroke="#000" y="7.2717" x="37.905" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> - <rect id="basic-f01-fr.svgrect826" fill-rule="evenodd" transform="translate(10 923.56)" height="48.486" width="71.303" stroke="#000" y=".99707" x="69.848" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> - <rect id="basic-f01-fr.svgrect827" fill-rule="evenodd" transform="translate(10 923.56)" height="22.247" width="55.331" stroke="#000" y="2.7083" x="108.64" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> - <rect id="basic-f01-fr.svgrect828" fill-rule="evenodd" transform="translate(10 923.56)" height="25.099" width="39.93" stroke="#000" y="15.828" x="122.33" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> - <rect id="basic-f01-fr.svgrect829" fill-rule="evenodd" transform="translate(10 923.56)" height="24.528" width="35.366" stroke="#000" y="23.814" x="152.56" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> - <rect id="basic-f01-fr.svgrect830" fill-rule="evenodd" transform="translate(10 923.56)" height="28.521" width="31.944" stroke="#000" y="4.4196" x="176.52" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> - <rect id="basic-f01-fr.svgrect742" fill-rule="evenodd" transform="translate(10 923.56)" height="3.5282" width="8.8205" stroke="#000" y="41.053" x="213.39" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> - <rect id="basic-f01-fr.svgrect743" fill-rule="evenodd" transform="translate(10 923.56)" height="4.1162" width="7.0564" stroke="#000" y="28.116" x="232.79" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> - <rect id="basic-f01-fr.svgrect744" fill-rule="evenodd" transform="translate(10 923.56)" height="1.7641" width="4.1162" stroke="#000" y="20.472" x="247.49" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> - <rect id="basic-f01-fr.svgrect745" fill-rule="evenodd" transform="translate(10 923.56)" height="1.1761" width="2.9402" stroke="#000" y="17.532" x="259.25" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> - <rect id="d0e190" display="none" height="1e3px" width="288" y="985.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> - <flowRegion> - <use y="0" x="0" xlink:href="#d0e190"/> - </flowRegion> - <flowDiv xml:space="preserve">Comme vous pouvez le voir, par défaut, les rectangles sont bleus, complètement opaques et avec une épaisseur de <flowSpan font-style="italic">contour</flowSpan> de 1 pt. Nous allons bientôt voir comment changer cela. Avec les autres outils, vous pouvez aussi créer des ellipses, des étoiles et des spirales :</flowDiv> - </flowRoot> - <path id="basic-f02-fr.svgpath750" sodipodi:rx="9.7025042" sodipodi:ry="3.8221989" sodipodi:type="arc" d="m27.637 659.92a9.7025 3.8222 0 1 1 -19.405 0 9.7025 3.8222 0 1 1 19.405 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 397.23)" stroke="#000" sodipodi:cy="659.92175" sodipodi:cx="17.934933" stroke-width="1pt" fill="#f00"/> - <path id="basic-f02-fr.svgpath751" sodipodi:rx="5.2922754" sodipodi:ry="14.406750" sodipodi:type="arc" d="m31.166 681.68a5.2923 14.407 0 1 1 -10.585 0 5.2923 14.407 0 1 1 10.585 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 397.23)" stroke="#000" sodipodi:cy="681.67889" sodipodi:cx="25.873346" stroke-width="1pt" fill="#f00"/> - <path id="basic-f02-fr.svgpath752" sodipodi:rx="9.9965200" sodipodi:ry="9.1144743" sodipodi:type="arc" d="m51.159 663.45a9.9965 9.1145 0 1 1 -19.993 0 9.9965 9.1145 0 1 1 19.993 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 397.23)" stroke="#000" sodipodi:cy="663.44995" sodipodi:cx="41.162140" stroke-width="1pt" fill="#f00"/> - <path id="basic-f02-fr.svgpath753" sodipodi:rx="15.288795" sodipodi:ry="6.1743212" sodipodi:type="arc" d="m69.388 694.62a15.289 6.1743 0 1 1 -30.578 0 15.289 6.1743 0 1 1 30.578 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 397.23)" stroke="#000" sodipodi:cy="694.61554" sodipodi:cx="54.098812" stroke-width="1pt" fill="#f00"/> - <path id="basic-f02-fr.svgpath754" sodipodi:rx="16.464857" sodipodi:ry="15.582810" sodipodi:type="arc" d="m73.504 671.09a16.465 15.583 0 1 1 -32.93 0 16.465 15.583 0 1 1 32.93 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 397.23)" stroke="#000" sodipodi:cy="671.09436" sodipodi:cx="57.038967" stroke-width="1pt" fill="#f00"/> - <path id="basic-f02-fr.svgpath755" sodipodi:rx="9.9965200" sodipodi:ry="4.4102292" sodipodi:type="arc" d="m90.557 672.86a9.9965 4.4102 0 1 1 -19.993 0 9.9965 4.4102 0 1 1 19.993 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 397.23)" stroke="#000" sodipodi:cy="672.85840" sodipodi:cx="80.560188" stroke-width="1pt" fill="#f00"/> - <path id="basic-f02-fr.svgpath762" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m178.76 683.15c0.68 0.38-0.18 1.1-0.64 1.13-1.23 0.06-1.83-1.37-1.61-2.41 0.38-1.84 2.49-2.63 4.16-2.1 2.45 0.77 3.45 3.63 2.6 5.93-1.14 3.05-4.78 4.27-7.69 3.08-3.67-1.49-5.11-5.92-3.58-9.45 1.85-4.28 7.07-5.94 11.22-4.07 4.89 2.2 6.77 8.22 4.56 12.99-2.56 5.49-9.37 7.6-14.75 5.04-6.11-2.9-8.44-10.52-5.54-16.51 3.26-6.73 11.67-9.28 18.28-6.03 7.34 3.61 10.11 12.82 6.52 20.04" transform="translate(12.776 397.23)" stroke="#000" sodipodi:argument="-18.335104" sodipodi:cy="683.14899" sodipodi:cx="178.76129" sodipodi:t0="0.0000000" sodipodi:radius="15.535585" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/> - <path id="basic-f02-fr.svgpath763" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m205.81 671.39c-0.68-0.5 0.34-1.16 0.83-1.13 1.34 0.09 1.79 1.72 1.42 2.79-0.65 1.93-3.03 2.5-4.75 1.72-2.53-1.15-3.23-4.36-2.01-6.71 1.63-3.14 5.7-3.97 8.68-2.31 3.74 2.09 4.7 7.04 2.59 10.64-2.55 4.35-8.38 5.44-12.59 2.89-4.96-3.02-6.19-9.73-3.19-14.56 3.48-5.57 11.08-6.93 16.52-3.48 6.18 3.93 7.68 12.42 3.77 18.48-4.38 6.8-13.76 8.43-20.43 4.07-7.41-4.84-9.18-15.11-4.36-22.4" transform="translate(12.776 397.23)" stroke="#000" sodipodi:argument="-21.354641" sodipodi:cy="671.38837" sodipodi:cx="205.81070" sodipodi:t0="0.0000000" sodipodi:radius="16.818087" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/> - <path id="basic-f02-fr.svgpath764" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m245.21 663.16c-1.74 0.26-1.22-2.22-0.44-2.9 2.1-1.83 5.17-0.12 6.22 2.01 1.89 3.82-0.76 8.17-4.46 9.56-5.42 2.04-11.2-1.65-12.89-6.91-2.24-7.02 2.53-14.27 9.36-16.22 8.6-2.45 17.35 3.4 19.56 11.81 2.67 10.18-4.29 20.42-14.26 22.88-11.76 2.91-23.51-5.15-26.22-16.71-3.13-13.33 6.03-26.58 19.16-29.54 14.91-3.37 29.67 6.91 32.88 21.61 3.6 16.49-7.79 32.75-24.06 36.21-18.07 3.83-35.85-8.66-39.55-26.51" transform="translate(12.776 411.4)" stroke="#000" sodipodi:argument="-15.859339" sodipodi:cy="663.15594" sodipodi:cx="245.20876" sodipodi:t0="0.0000000" sodipodi:radius="35.095131" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/> - <path id="basic-f02-fr.svgpath776" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m216.98 669.62c0.59 0.33-0.14 0.96-0.54 0.98-1.06 0.07-1.59-1.16-1.42-2.05 0.32-1.6 2.13-2.3 3.58-1.87 2.12 0.65 3.02 3.11 2.3 5.1-0.95 2.65-4.08 3.74-6.61 2.74-3.18-1.25-4.47-5.06-3.19-8.13 1.56-3.71 6.05-5.2 9.66-3.63 4.24 1.86 5.93 7.04 4.06 11.18-2.15 4.77-8.02 6.66-12.69 4.5-5.31-2.44-7.39-9-4.95-14.21 2.75-5.84 9.99-8.13 15.73-5.39 6.38 3.04 8.86 10.98 5.83 17.25" transform="translate(12.776 390.14)" stroke="#000" sodipodi:argument="-18.346712" sodipodi:cy="669.62427" sodipodi:cx="216.98329" sodipodi:t0="0.0000000" sodipodi:radius="13.422048" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/> - <path id="basic-f02-fr.svgpath1306" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 998.3)" inkscape:rounded="0.0000000" sodipodi:r1="22.511335" sodipodi:r2="11.255667" sodipodi:arg1="0.72927738" sodipodi:arg2="1.3575959" sodipodi:type="star" d="m103.57 87.362l-14.403-3.999-11.46 9.599-0.648-14.935-12.67-7.934 14.004-5.231 3.63-14.501 9.302 11.701 14.915-1.029-8.256 12.464 5.586 13.865z" inkscape:randomized="0.0000000" sodipodi:cy="72.362183" sodipodi:cx="86.785713"/> - <path id="basic-f02-fr.svgpath1308" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 998.3)" inkscape:rounded="0.0000000" sodipodi:r1="18.533615" sodipodi:r2="9.2668076" sodipodi:arg1="1.1330050" sodipodi:arg2="1.7613236" sodipodi:type="star" d="m109.29 85.934l-9.616-7.687-11.782 3.561 4.34-11.517-7.026-10.105 12.294 0.569 7.44-9.805 3.26 11.868 11.62 4.044-10.28 6.767-0.25 12.305z" inkscape:randomized="0.0000000" sodipodi:cy="69.147896" sodipodi:cx="101.42857"/> - <path id="basic-f02-fr.svgpath1310" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 998.3)" inkscape:rounded="0.0000000" sodipodi:r1="15.653291" sodipodi:r2="7.8266454" sodipodi:arg1="0.60698766" sodipodi:arg2="1.2353062" sodipodi:type="star" d="m127.14 79.862l-10.28-1.538-7.09 7.597-1.72-10.253-9.414-4.401 9.224-4.798 1.27-10.316 7.41 7.287 10.21-1.975-4.64 9.302 5.03 9.095z" inkscape:randomized="0.0000000" sodipodi:cy="70.933609" sodipodi:cx="114.28571"/> - <path id="basic-f02-fr.svgpath1312" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 998.3)" inkscape:rounded="0.0000000" sodipodi:r1="16.043627" sodipodi:r2="8.0218134" sodipodi:arg1="0.29358899" sodipodi:arg2="0.92190752" sodipodi:type="star" d="m144.64 71.291l-10.51 1.748-4.51 9.649-4.91-9.455-10.58-1.315 7.48-7.592-2.02-10.461 9.53 4.763 9.33-5.151-1.59 10.536 7.78 7.278z" inkscape:randomized="0.0000000" sodipodi:cy="66.647896" sodipodi:cx="129.28571"/> - <path id="basic-f02-fr.svgpath1314" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 998.3)" inkscape:rounded="0.0000000" sodipodi:r1="7.9859571" sodipodi:r2="3.9929783" sodipodi:arg1="0.46364761" sodipodi:arg2="1.0919661" sodipodi:type="star" d="m162.5 66.648l-5.3-0.028-3.03 4.353-1.61-5.052-5.08-1.535 4.31-3.095-0.11-5.302 4.27 3.139 5.01-1.741-1.66 5.035 3.2 4.226z" inkscape:randomized="0.0000000" sodipodi:cy="63.076466" sodipodi:cx="155.35715"/> - <path id="basic-f02-fr.svgpath1316" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 998.3)" inkscape:rounded="0.0000000" sodipodi:r1="5.8138647" sodipodi:r2="2.9069321" sodipodi:arg1="0.74194727" sodipodi:arg2="1.3702658" sodipodi:type="star" d="m180 69.505l-3.71-1.08-2.99 2.441-0.12-3.859-3.24-2.09 3.63-1.305 0.99-3.733 2.36 3.052 3.85-0.216-2.17 3.191 1.4 3.599z" inkscape:randomized="0.0000000" sodipodi:cy="65.576469" sodipodi:cx="175.71429"/> - <rect id="d0e206" display="none" height="1e3px" width="288" y="1115.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> - <flowRegion> - <use y="0" x="0" xlink:href="#d0e206"/> - </flowRegion> - <flowDiv xml:space="preserve">Ces outils sont les <flowSpan font-style="italic">outils de formes</flowSpan>. Chaque forme créée affiche une ou plusieurs <flowSpan font-style="italic">poignées</flowSpan> en forme de diamant; essayez de les déplacer pour voir comment la forme réagit. Pour chacun des outils de formes, la barre de contrôle fournit une façon supplémentaire de modifier la forme; ces contrôles affectent la forme sélectionnée (c'est à dire celle qui a ses poignées affichées) <flowSpan font-style="italic">et</flowSpan> définissent les paramètres par défaut qui s'appliqueront lors de la création de toute nouvelle forme.</flowDiv> - </flowRoot> - <rect id="d0e218" display="none" height="1e3px" width="288" y="1197.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> - <flowRegion> - <use y="0" x="0" xlink:href="#d0e218"/> - </flowRegion> - <flowDiv xml:space="preserve">Pour <flowSpan font-style="italic">annuler</flowSpan> votre dernière action, appuyez sur <flowSpan font-weight="bold">Ctrl+Z</flowSpan> (ou si vous changez d'avis, vous pouvez <flowSpan font-style="italic">refaire</flowSpan> l'action annulée avec <flowSpan font-weight="bold">Maj+Ctrl+Z</flowSpan>).</flowDiv> - </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1249.409429" x="10" font-family="Sans" fill="#000000"> - <tspan y="1249.409429" x="10">Déplacer, redimensionner et tourner</tspan> + <rect id="d0e171" display="none" height="1e3px" width="288" y="900.01" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> + <flowRegion> + <use y="0" x="0" xlink:href="#d0e171"/> + </flowRegion> + <flowDiv xml:space="preserve">Il est temps de passer aux formes ! Cliquez sur l'outil Rectangle dans la barre d'outils (ou appuyez sur <flowSpan font-weight="bold">F4</flowSpan>) et avec un cliquer-déplacer, créez un rectangle, soit dans un nouveau document vide, soit dans celui-ci :</flowDiv> + </flowRoot> + <rect id="basic-f01-fr.svgrect824" fill-rule="evenodd" transform="translate(10 956.12)" height="21.106" width="19.394" stroke="#000" y="11.835" x="8.2426" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> + <rect id="basic-f01-fr.svgrect825" fill-rule="evenodd" transform="translate(10 956.12)" height="15.972" width="23.387" stroke="#000" y="7.2717" x="37.905" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> + <rect id="basic-f01-fr.svgrect826" fill-rule="evenodd" transform="translate(10 956.12)" height="48.486" width="71.303" stroke="#000" y=".99707" x="69.848" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> + <rect id="basic-f01-fr.svgrect827" fill-rule="evenodd" transform="translate(10 956.12)" height="22.247" width="55.331" stroke="#000" y="2.7083" x="108.64" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> + <rect id="basic-f01-fr.svgrect828" fill-rule="evenodd" transform="translate(10 956.12)" height="25.099" width="39.93" stroke="#000" y="15.828" x="122.33" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> + <rect id="basic-f01-fr.svgrect829" fill-rule="evenodd" transform="translate(10 956.12)" height="24.528" width="35.366" stroke="#000" y="23.814" x="152.56" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> + <rect id="basic-f01-fr.svgrect830" fill-rule="evenodd" transform="translate(10 956.12)" height="28.521" width="31.944" stroke="#000" y="4.4196" x="176.52" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> + <rect id="basic-f01-fr.svgrect742" fill-rule="evenodd" transform="translate(10 956.12)" height="3.5282" width="8.8205" stroke="#000" y="41.053" x="213.39" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> + <rect id="basic-f01-fr.svgrect743" fill-rule="evenodd" transform="translate(10 956.12)" height="4.1162" width="7.0564" stroke="#000" y="28.116" x="232.79" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> + <rect id="basic-f01-fr.svgrect744" fill-rule="evenodd" transform="translate(10 956.12)" height="1.7641" width="4.1162" stroke="#000" y="20.472" x="247.49" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> + <rect id="basic-f01-fr.svgrect745" fill-rule="evenodd" transform="translate(10 956.12)" height="1.1761" width="2.9402" stroke="#000" y="17.532" x="259.25" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> + <rect id="d0e187" display="none" height="1e3px" width="288" y="1017.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> + <flowRegion> + <use y="0" x="0" xlink:href="#d0e187"/> + </flowRegion> + <flowDiv xml:space="preserve">Comme vous pouvez le voir, par défaut, les rectangles sont bleus, avec un contour noir, et complètement opaques. Nous allons voir comment changer cela ci-dessous. Avec les autres outils, vous pouvez aussi créer des ellipses, des étoiles et des spirales :</flowDiv> + </flowRoot> + <path id="basic-f02-fr.svgpath750" sodipodi:rx="9.7025042" sodipodi:ry="3.8221989" sodipodi:type="arc" d="m27.637 659.92a9.7025 3.8222 0 1 1 -19.405 0 9.7025 3.8222 0 1 1 19.405 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 429.73)" stroke="#000" sodipodi:cy="659.92175" sodipodi:cx="17.934933" stroke-width="1pt" fill="#f00"/> + <path id="basic-f02-fr.svgpath751" sodipodi:rx="5.2922754" sodipodi:ry="14.406750" sodipodi:type="arc" d="m31.166 681.68a5.2923 14.407 0 1 1 -10.585 0 5.2923 14.407 0 1 1 10.585 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 429.73)" stroke="#000" sodipodi:cy="681.67889" sodipodi:cx="25.873346" stroke-width="1pt" fill="#f00"/> + <path id="basic-f02-fr.svgpath752" sodipodi:rx="9.9965200" sodipodi:ry="9.1144743" sodipodi:type="arc" d="m51.159 663.45a9.9965 9.1145 0 1 1 -19.993 0 9.9965 9.1145 0 1 1 19.993 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 429.73)" stroke="#000" sodipodi:cy="663.44995" sodipodi:cx="41.162140" stroke-width="1pt" fill="#f00"/> + <path id="basic-f02-fr.svgpath753" sodipodi:rx="15.288795" sodipodi:ry="6.1743212" sodipodi:type="arc" d="m69.388 694.62a15.289 6.1743 0 1 1 -30.578 0 15.289 6.1743 0 1 1 30.578 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 429.73)" stroke="#000" sodipodi:cy="694.61554" sodipodi:cx="54.098812" stroke-width="1pt" fill="#f00"/> + <path id="basic-f02-fr.svgpath754" sodipodi:rx="16.464857" sodipodi:ry="15.582810" sodipodi:type="arc" d="m73.504 671.09a16.465 15.583 0 1 1 -32.93 0 16.465 15.583 0 1 1 32.93 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 429.73)" stroke="#000" sodipodi:cy="671.09436" sodipodi:cx="57.038967" stroke-width="1pt" fill="#f00"/> + <path id="basic-f02-fr.svgpath755" sodipodi:rx="9.9965200" sodipodi:ry="4.4102292" sodipodi:type="arc" d="m90.557 672.86a9.9965 4.4102 0 1 1 -19.993 0 9.9965 4.4102 0 1 1 19.993 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 429.73)" stroke="#000" sodipodi:cy="672.85840" sodipodi:cx="80.560188" stroke-width="1pt" fill="#f00"/> + <path id="basic-f02-fr.svgpath762" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m178.76 683.15c0.68 0.38-0.18 1.1-0.64 1.13-1.23 0.06-1.83-1.37-1.61-2.41 0.38-1.84 2.49-2.63 4.16-2.1 2.45 0.77 3.45 3.63 2.6 5.93-1.14 3.05-4.78 4.27-7.69 3.08-3.67-1.49-5.11-5.92-3.58-9.45 1.85-4.28 7.07-5.94 11.22-4.07 4.89 2.2 6.77 8.22 4.56 12.99-2.56 5.49-9.37 7.6-14.75 5.04-6.11-2.9-8.44-10.52-5.54-16.51 3.26-6.73 11.67-9.28 18.28-6.03 7.34 3.61 10.11 12.82 6.52 20.04" transform="translate(12.776 429.73)" stroke="#000" sodipodi:argument="-18.335104" sodipodi:cy="683.14899" sodipodi:cx="178.76129" sodipodi:t0="0.0000000" sodipodi:radius="15.535585" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/> + <path id="basic-f02-fr.svgpath763" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m205.81 671.39c-0.68-0.5 0.34-1.16 0.83-1.13 1.34 0.09 1.79 1.72 1.42 2.79-0.65 1.93-3.03 2.5-4.75 1.72-2.53-1.15-3.23-4.36-2.01-6.71 1.63-3.14 5.7-3.97 8.68-2.31 3.74 2.09 4.7 7.04 2.59 10.64-2.55 4.35-8.38 5.44-12.59 2.89-4.96-3.02-6.19-9.73-3.19-14.56 3.48-5.57 11.08-6.93 16.52-3.48 6.18 3.93 7.68 12.42 3.77 18.48-4.38 6.8-13.76 8.43-20.43 4.07-7.41-4.84-9.18-15.11-4.36-22.4" transform="translate(12.776 429.73)" stroke="#000" sodipodi:argument="-21.354641" sodipodi:cy="671.38837" sodipodi:cx="205.81070" sodipodi:t0="0.0000000" sodipodi:radius="16.818087" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/> + <path id="basic-f02-fr.svgpath764" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m245.21 663.16c-1.74 0.26-1.22-2.22-0.44-2.9 2.1-1.83 5.17-0.12 6.22 2.01 1.89 3.82-0.76 8.17-4.46 9.56-5.42 2.04-11.2-1.65-12.89-6.91-2.24-7.02 2.53-14.27 9.36-16.22 8.6-2.45 17.35 3.4 19.56 11.81 2.67 10.18-4.29 20.42-14.26 22.88-11.76 2.91-23.51-5.15-26.22-16.71-3.13-13.33 6.03-26.58 19.16-29.54 14.91-3.37 29.67 6.91 32.88 21.61 3.6 16.49-7.79 32.75-24.06 36.21-18.07 3.83-35.85-8.66-39.55-26.51" transform="translate(12.776 443.9)" stroke="#000" sodipodi:argument="-15.859339" sodipodi:cy="663.15594" sodipodi:cx="245.20876" sodipodi:t0="0.0000000" sodipodi:radius="35.095131" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/> + <path id="basic-f02-fr.svgpath776" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m216.98 669.62c0.59 0.33-0.14 0.96-0.54 0.98-1.06 0.07-1.59-1.16-1.42-2.05 0.32-1.6 2.13-2.3 3.58-1.87 2.12 0.65 3.02 3.11 2.3 5.1-0.95 2.65-4.08 3.74-6.61 2.74-3.18-1.25-4.47-5.06-3.19-8.13 1.56-3.71 6.05-5.2 9.66-3.63 4.24 1.86 5.93 7.04 4.06 11.18-2.15 4.77-8.02 6.66-12.69 4.5-5.31-2.44-7.39-9-4.95-14.21 2.75-5.84 9.99-8.13 15.73-5.39 6.38 3.04 8.86 10.98 5.83 17.25" transform="translate(12.776 422.64)" stroke="#000" sodipodi:argument="-18.346712" sodipodi:cy="669.62427" sodipodi:cx="216.98329" sodipodi:t0="0.0000000" sodipodi:radius="13.422048" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/> + <path id="basic-f02-fr.svgpath1306" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 1030.8)" inkscape:rounded="0.0000000" sodipodi:r1="22.511335" sodipodi:r2="11.255667" sodipodi:arg1="0.72927738" sodipodi:arg2="1.3575959" sodipodi:type="star" d="m103.57 87.362l-14.403-3.999-11.46 9.599-0.648-14.935-12.67-7.934 14.004-5.231 3.63-14.501 9.302 11.701 14.915-1.029-8.256 12.464 5.586 13.865z" inkscape:randomized="0.0000000" sodipodi:cy="72.362183" sodipodi:cx="86.785713"/> + <path id="basic-f02-fr.svgpath1308" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 1030.8)" inkscape:rounded="0.0000000" sodipodi:r1="18.533615" sodipodi:r2="9.2668076" sodipodi:arg1="1.1330050" sodipodi:arg2="1.7613236" sodipodi:type="star" d="m109.29 85.934l-9.616-7.687-11.782 3.561 4.34-11.517-7.026-10.105 12.294 0.569 7.44-9.805 3.26 11.868 11.62 4.044-10.28 6.767-0.25 12.305z" inkscape:randomized="0.0000000" sodipodi:cy="69.147896" sodipodi:cx="101.42857"/> + <path id="basic-f02-fr.svgpath1310" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 1030.8)" inkscape:rounded="0.0000000" sodipodi:r1="15.653291" sodipodi:r2="7.8266454" sodipodi:arg1="0.60698766" sodipodi:arg2="1.2353062" sodipodi:type="star" d="m127.14 79.862l-10.28-1.538-7.09 7.597-1.72-10.253-9.414-4.401 9.224-4.798 1.27-10.316 7.41 7.287 10.21-1.975-4.64 9.302 5.03 9.095z" inkscape:randomized="0.0000000" sodipodi:cy="70.933609" sodipodi:cx="114.28571"/> + <path id="basic-f02-fr.svgpath1312" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 1030.8)" inkscape:rounded="0.0000000" sodipodi:r1="16.043627" sodipodi:r2="8.0218134" sodipodi:arg1="0.29358899" sodipodi:arg2="0.92190752" sodipodi:type="star" d="m144.64 71.291l-10.51 1.748-4.51 9.649-4.91-9.455-10.58-1.315 7.48-7.592-2.02-10.461 9.53 4.763 9.33-5.151-1.59 10.536 7.78 7.278z" inkscape:randomized="0.0000000" sodipodi:cy="66.647896" sodipodi:cx="129.28571"/> + <path id="basic-f02-fr.svgpath1314" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 1030.8)" inkscape:rounded="0.0000000" sodipodi:r1="7.9859571" sodipodi:r2="3.9929783" sodipodi:arg1="0.46364761" sodipodi:arg2="1.0919661" sodipodi:type="star" d="m162.5 66.648l-5.3-0.028-3.03 4.353-1.61-5.052-5.08-1.535 4.31-3.095-0.11-5.302 4.27 3.139 5.01-1.741-1.66 5.035 3.2 4.226z" inkscape:randomized="0.0000000" sodipodi:cy="63.076466" sodipodi:cx="155.35715"/> + <path id="basic-f02-fr.svgpath1316" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 1030.8)" inkscape:rounded="0.0000000" sodipodi:r1="5.8138647" sodipodi:r2="2.9069321" sodipodi:arg1="0.74194727" sodipodi:arg2="1.3702658" sodipodi:type="star" d="m180 69.505l-3.71-1.08-2.99 2.441-0.12-3.859-3.24-2.09 3.63-1.305 0.99-3.733 2.36 3.052 3.85-0.216-2.17 3.191 1.4 3.599z" inkscape:randomized="0.0000000" sodipodi:cy="65.576469" sodipodi:cx="175.71429"/> + <rect id="d0e200" display="none" height="1e3px" width="288" y="1148.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> + <flowRegion> + <use y="0" x="0" xlink:href="#d0e200"/> + </flowRegion> + <flowDiv xml:space="preserve">Ces outils sont les <flowSpan font-style="italic">outils de formes</flowSpan>. Chaque forme créée affiche une ou plusieurs <flowSpan font-style="italic">poignées</flowSpan> en forme de diamant ; essayez de les déplacer pour voir comment la forme réagit. Pour chacun des outils de formes, la barre de contrôle fournit une façon supplémentaire de modifier la forme ; ces contrôles affectent la forme sélectionnée (c'est-à-dire celle qui a ses poignées affichées) <flowSpan font-style="italic">et</flowSpan> définissent les paramètres par défaut qui s'appliqueront lors de la création de toute nouvelle forme.</flowDiv> + </flowRoot> + <rect id="d0e212" display="none" height="1e3px" width="288" y="1230.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> + <flowRegion> + <use y="0" x="0" xlink:href="#d0e212"/> + </flowRegion> + <flowDiv xml:space="preserve">Pour <flowSpan font-style="italic">annuler</flowSpan> votre dernière action, appuyez sur <flowSpan font-weight="bold">Ctrl+Z</flowSpan> (ou si vous changez d'avis, vous pouvez <flowSpan font-style="italic">restaurer</flowSpan> l'action annulée avec <flowSpan font-weight="bold">Maj+Ctrl+Z</flowSpan>).</flowDiv> + </flowRoot> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1282.016072" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1282.016072" x="10">Déplacer, redimensionner et tourner</tspan> </text> - <rect id="d0e239" display="none" height="1e3px" width="288" y="1254.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e233" display="none" height="1e3px" width="288" y="1287.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e239"/> + <use y="0" x="0" xlink:href="#d0e233"/> </flowRegion> - <flowDiv xml:space="preserve">L'outil d'Inkscape le plus utilisé est le <flowSpan font-style="italic">sélecteur</flowSpan>. Cliquez sur le bouton tout en haut (celui avec la flèche) dans la barre d'outils (ou appuyez sur <flowSpan font-weight="bold">F1</flowSpan> ou sur la <flowSpan font-weight="bold">barre d'espace</flowSpan>). Vous pouvez alors sélectionner n'importe quel objet sur le canevas. Exemple : cliquez sur le rectangle ci-dessous.</flowDiv> + <flowDiv xml:space="preserve">L'outil d'Inkscape le plus utilisé est le <flowSpan font-style="italic">sélecteur</flowSpan>. Cliquez sur le bouton tout en haut (celui avec la flèche) dans la barre d'outils (ou appuyez sur <flowSpan font-weight="bold">F1</flowSpan> ou sur la <flowSpan font-weight="bold">barre d'espace</flowSpan>). Vous pouvez alors sélectionner n'importe quel objet sur le canevas. Ainsi, sélectionnez le rectangle ci-dessous.</flowDiv> </flowRoot> - <rect id="basic-f03-fr.svgrect804" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1321.7)" height="38.81" width="40.574" stroke="#000" y="-.47140" x="25.427" stroke-width="1pt" fill="#00f"/> - <rect id="d0e261" display="none" height="1e3px" width="288" y="1373.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="basic-f03-fr.svgrect804" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1354.3)" height="38.81" width="40.574" stroke="#000" y="-.47140" x="25.427" stroke-width="1pt" fill="#00f"/> + <rect id="d0e255" display="none" height="1e3px" width="288" y="1406.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e261"/> + <use y="0" x="0" xlink:href="#d0e255"/> </flowRegion> - <flowDiv xml:space="preserve">Vous devez voir apparaître huit poignées en forme de flèche autour des bords de l'objet. Vous pouvez maintenant :</flowDiv> + <flowDiv xml:space="preserve">Vous devriez voir apparaître huit poignées en forme de flèche autour des bords de l'objet. Vous pouvez maintenant :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 1408.6)"/> - <rect id="d0e268" display="none" height="1e3px" width="258" y="1402.6" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 1441.2)"/> + <rect id="d0e262" display="none" height="1e3px" width="258" y="1435.2" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e268"/> + <use y="0" x="0" xlink:href="#d0e262"/> </flowRegion> <flowDiv xml:space="preserve"><flowSpan font-style="italic">Déplacer</flowSpan> l'objet à la souris avec un cliquer-déplacer (appuyez sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour restreindre le mouvement à l'horizontale et à la verticale).</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 1447.5)"/> - <rect id="d0e279" display="none" height="1e3px" width="258" y="1441.5" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 1480.2)"/> + <rect id="d0e273" display="none" height="1e3px" width="258" y="1474.2" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e279"/> + <use y="0" x="0" xlink:href="#d0e273"/> </flowRegion> <flowDiv xml:space="preserve"><flowSpan font-style="italic">Redimensionner</flowSpan> l'objet, en déplaçant une poignée (appuyez sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour préserver ses proportions).</flowDiv> </flowRoot> - <rect id="d0e288" display="none" height="1e3px" width="288" y="1470.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e282" display="none" height="1e3px" width="288" y="1502.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e288"/> + <use y="0" x="0" xlink:href="#d0e282"/> </flowRegion> <flowDiv xml:space="preserve">Cliquez à nouveau sur le rectangle. Les poignées changent de forme. Vous pouvez maintenant :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 1504.9)"/> - <rect id="d0e295" display="none" height="1e3px" width="258" y="1498.9" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 1537.6)"/> + <rect id="d0e289" display="none" height="1e3px" width="258" y="1531.6" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e295"/> + <use y="0" x="0" xlink:href="#d0e289"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-style="italic">Tourner</flowSpan> l'objet en déplaçant une poignée de coin (appuyez sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour forcer une rotation par incréments de 15 degrés; déplacez la croix pour définir le centre de rotation).</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-style="italic">Tourner</flowSpan> l'objet en déplaçant une poignée de coin (appuyez sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour forcer une rotation par incréments de 15 degrés ; déplacez la croix pour définir le centre de rotation).</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 1544.3)"/> - <rect id="d0e306" display="none" height="1e3px" width="258" y="1538.3" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 1576.9)"/> + <rect id="d0e300" display="none" height="1e3px" width="258" y="1570.9" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e306"/> + <use y="0" x="0" xlink:href="#d0e300"/> </flowRegion> <flowDiv xml:space="preserve"><flowSpan font-style="italic">Incliner</flowSpan> l'objet en déplaçant une poignée autre que celle d'un coin (appuyez sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour forcer une inclinaison par incréments de 15 degrés).</flowDiv> </flowRoot> - <rect id="d0e315" display="none" height="1e3px" width="288" y="1577.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e309" display="none" height="1e3px" width="288" y="1610.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e315"/> + <use y="0" x="0" xlink:href="#d0e309"/> </flowRegion> <flowDiv xml:space="preserve">Toujours avec le sélecteur, dans les champs numériques de la barre supérieure, vous pouvez définir précisément les coordonnées (X et Y) et la taille (L et H) de la sélection.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1629.5078530000003" x="10" font-family="Sans" fill="#000000"> - <tspan y="1629.5078530000003" x="10">Transformer à l'aide des raccourcis clavier</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1662.099271" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1662.099271" x="10">Transformer à l'aide des raccourcis clavier</tspan> </text> - <rect id="d0e324" display="none" height="1e3px" width="288" y="1634.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e318" display="none" height="1e3px" width="288" y="1667.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e324"/> + <use y="0" x="0" xlink:href="#d0e318"/> </flowRegion> <flowDiv xml:space="preserve">Une des capacités d'Inkscape le distinguant d'autres éditeurs vectoriels est la possibilité d'utiliser le clavier de façon intensive. Il n'y a pratiquement pas d'action ou de commande qui ne soit pas accessible depuis le clavier, et la transformation d'objet ne fait pas exception.</flowDiv> </flowRoot> - <rect id="d0e327" display="none" height="1e3px" width="288" y="1695.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e321" display="none" height="1e3px" width="288" y="1727.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e327"/> + <use y="0" x="0" xlink:href="#d0e321"/> </flowRegion> - <flowDiv xml:space="preserve">Vous pouvez utiliser le clavier pour déplacer (<flowSpan font-weight="bold">flèches</flowSpan>), redimensionner (<flowSpan font-weight="bold"><</flowSpan> et <flowSpan font-weight="bold">></flowSpan>) et tourner (<flowSpan font-weight="bold">[</flowSpan> et <flowSpan font-weight="bold">]</flowSpan>) les objets. L'incrément par défaut de modification des dimensions et de déplacement est de 2 px; avec la touche <flowSpan font-weight="bold">Maj</flowSpan>, le déplacement est multiplié par 10. <flowSpan font-weight="bold">Ctrl+></flowSpan> et <flowSpan font-weight="bold">Ctrl+<</flowSpan> redimensionnent respectivement de 200% et 50% par rapport à l'original. L'incrément de rotation par défaut est de 15 degrés; ou de 90 degrés si vous appuyez sur simultanément sur <flowSpan font-weight="bold">Ctrl</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Vous pouvez utiliser le clavier pour déplacer (<flowSpan font-weight="bold">flèches</flowSpan>), redimensionner (<flowSpan font-weight="bold"><</flowSpan> et <flowSpan font-weight="bold">></flowSpan>) et tourner (<flowSpan font-weight="bold">[</flowSpan> et <flowSpan font-weight="bold">]</flowSpan>) les objets. L'incrément par défaut de modification des dimensions et de déplacement est de 2 px ; avec la touche <flowSpan font-weight="bold">Maj</flowSpan>, le déplacement est multiplié par 10. <flowSpan font-weight="bold">Ctrl+></flowSpan> et <flowSpan font-weight="bold">Ctrl+<</flowSpan> redimensionnent respectivement de 200 % et 50 % par rapport à l'original. L'incrément de rotation par défaut est de 15 degrés ; ou de 90 degrés si vous appuyez sur <flowSpan font-weight="bold">Ctrl</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e357" display="none" height="1e3px" width="288" y="1777.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e351" display="none" height="1e3px" width="288" y="1809.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e357"/> + <use y="0" x="0" xlink:href="#d0e351"/> </flowRegion> - <flowDiv xml:space="preserve">Mais les <flowSpan font-style="italic">transformations à l'échelle du pixel</flowSpan> sont peut-être les plus utiles, obtenues par la combinaison de la touche <flowSpan font-weight="bold">Alt</flowSpan> avec un raccourci. Par exemple, <flowSpan font-weight="bold">Alt+flèche</flowSpan> déplace la sélection d'1 pixel, <flowSpan font-style="italic">au zoom courant</flowSpan> (c'est à dire d'un <flowSpan font-style="italic">pixel sur l'écran</flowSpan>, à ne pas confondre avec l'unité px qui est une unité SVG de longueur indépendante du zoom). Ceci implique que si vous zoomez plus, un raccourci <flowSpan font-weight="bold">Alt+flèche</flowSpan> provoquera un mouvement absolu <flowSpan font-style="italic">plus petit</flowSpan>, correspondant toujours à un pixel à l'écran. Il est ainsi possible de positionner des objets avec une précision arbitraire simplement en zoomant ou dézoommant selon les besoins.</flowDiv> + <flowDiv xml:space="preserve">Mais les <flowSpan font-style="italic">transformations à l'échelle du pixel</flowSpan> sont peut-être les plus utiles, obtenues par la combinaison de la touche <flowSpan font-weight="bold">Alt</flowSpan> avec un raccourci. Par exemple, <flowSpan font-weight="bold">Alt+flèche</flowSpan> déplace la sélection d'1 pixel, <flowSpan font-style="italic">au zoom courant</flowSpan> (c'est-à-dire d'un <flowSpan font-style="italic">pixel sur l'écran</flowSpan>, à ne pas confondre avec l'unité px qui est une unité SVG de longueur indépendante du zoom). Ceci implique que si vous zoomez plus, un raccourci <flowSpan font-weight="bold">Alt+flèche</flowSpan> provoquera un mouvement absolu <flowSpan font-style="italic">plus petit</flowSpan>, correspondant toujours à un pixel à l'écran. Il est ainsi possible de positionner des objets avec une précision arbitraire simplement en zoomant ou dézoommant selon les besoins.</flowDiv> </flowRoot> - <rect id="d0e381" display="none" height="1e3px" width="288" y="1889.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e375" display="none" height="1e3px" width="288" y="1922.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e381"/> + <use y="0" x="0" xlink:href="#d0e375"/> </flowRegion> <flowDiv xml:space="preserve">De même, <flowSpan font-weight="bold">Alt+></flowSpan> et <flowSpan font-weight="bold">Alt+<</flowSpan> changent les dimensions de la sélection d'1 pixel à l'écran, et <flowSpan font-weight="bold">Alt+[</flowSpan> et <flowSpan font-weight="bold">Alt+]</flowSpan> la tournent de telle façon que le point le plus éloigné du centre bouge d'un seul pixel à l'écran.</flowDiv> </flowRoot> - <rect id="d0e396" display="none" height="1e3px" width="288" y="1929.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e390" display="none" height="1e3px" width="288" y="1961.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e396"/> + <use y="0" x="0" xlink:href="#d0e390"/> </flowRegion> - <flowDiv xml:space="preserve">Note : Les utilisateurs de Linux pourraient ne pas obtenir les resultats attendus avec <flowSpan font-weight="bold">Alt+flèche</flowSpan>·et quelques autres combinaisons si leur gestionnaire de fenêtre récupere les évènements des touches avant qu'elles n'atteignent l'application Inksape. Une des solutions consiste à changer la·configuration du gestionnaire de fenêtres pour éviter cela.</flowDiv> + <flowDiv xml:space="preserve">Note : il se peut que les utilisateurs de Linux n'obtiennent pas les résultats attendus avec <flowSpan font-weight="bold">Alt+flèche</flowSpan> et d'autres combinaisons si leur gestionnaire de fenêtres récupère les événements des touches avant qu'elles n'atteignent l'application Inkscape. Une des solutions consiste à changer la configuration du gestionnaire de fenêtres pour éviter cela.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2011.4621630000004" x="10" font-family="Sans" fill="#000000"> - <tspan y="2011.4621630000004" x="10">Sélections multiples</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2043.8564620000002" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2043.8564620000002" x="10">Sélections multiples</tspan> </text> - <rect id="d0e408" display="none" height="1e3px" width="288" y="2016.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e402" display="none" height="1e3px" width="288" y="2049.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e408"/> + <use y="0" x="0" xlink:href="#d0e402"/> </flowRegion> - <flowDiv xml:space="preserve">Avec <flowSpan font-weight="bold">Maj+cliquer</flowSpan>, vous pouvez simultanément sélectionner plusieurs objets. Avec un <flowSpan font-weight="bold">cliquer-déplacer</flowSpan>Vous pouvez aussi définir une zone autour des objets; on appelle ceci une <flowSpan font-style="italic">sélection par bande étirable</flowSpan> (le sélecteur crée une bande étirable quand on commence un cliquer-déplacer sur une zone vide; mais si vous appuyez sur <flowSpan font-weight="bold">Maj</flowSpan> avant de cliquer, Inkscape forcera la création d'une bande étirable). Entraînez vous avec les trois formes ci-dessous :</flowDiv> + <flowDiv xml:space="preserve">Avec <flowSpan font-weight="bold">Maj+clic</flowSpan>, vous pouvez simultanément sélectionner plusieurs objets. Avec un <flowSpan font-weight="bold">cliquer-déplacer</flowSpan>, vous pouvez aussi définir une zone autour des objets ; on appelle ceci une <flowSpan font-style="italic">sélection par bande étirable</flowSpan> (le sélecteur crée une bande étirable quand on commence un cliquer-déplacer sur une zone vide ; mais si vous appuyez sur <flowSpan font-weight="bold">Maj</flowSpan> avant de cliquer, Inkscape forcera la création d'une bande étirable). Entraînez-vous avec les trois formes ci-dessous :</flowDiv> </flowRoot> - <rect id="basic-f04-fr.svgrect878" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2105.1)" height="26.656" width="25.253" stroke="#000" y="5.9827" x="58.428" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".80106pt" fill="#00f"/> - <path id="basic-f04-fr.svgpath879" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806-12.091 0-21.892-7.9719-21.892-17.806 0-9.8338 9.8015-17.806 21.892-17.806 12.091 0 21.892 7.9719 21.892 17.806z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2105.1) matrix(.80106 0 0 .80106 32.311 -983.83)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/> - <path id="basic-f04-fr.svgpath1290" style="color:#000000" d="m182.84 29.583-13.183-3.2184-10.125 9.0355-1.013-13.533-11.722-6.8373 12.557-5.1452 2.8804-13.261 8.7737 10.353 13.502-1.3585-7.1347 11.543z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2105.1) matrix(.87302 0 0 .87302 27.6 4.0534)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".91757pt" fill="#ff0"/> - <rect id="d0e433" display="none" height="1e3px" width="288" y="2153.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="basic-f04-fr.svgrect878" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2137.4)" height="26.656" width="25.253" stroke="#000" y="5.9827" x="58.428" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".80106pt" fill="#00f"/> + <path id="basic-f04-fr.svgpath879" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806-12.091 0-21.892-7.9719-21.892-17.806 0-9.8338 9.8015-17.806 21.892-17.806 12.091 0 21.892 7.9719 21.892 17.806z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2137.4) matrix(.80106 0 0 .80106 32.311 -983.83)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/> + <path id="basic-f04-fr.svgpath1290" style="color:#000000" d="m182.84 29.583-13.183-3.2184-10.125 9.0355-1.013-13.533-11.722-6.8373 12.557-5.1452 2.8804-13.261 8.7737 10.353 13.502-1.3585-7.1347 11.543z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2137.4) matrix(.87302 0 0 .87302 27.6 4.0534)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".91757pt" fill="#ff0"/> + <rect id="d0e427" display="none" height="1e3px" width="288" y="2185.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e433"/> + <use y="0" x="0" xlink:href="#d0e427"/> </flowRegion> <flowDiv xml:space="preserve">Maintenant, utilisez la bande étirable (déplacer ou <flowSpan font-weight="bold">Maj+déplacer</flowSpan>) à titre d'exemple pour sélectionner les deux ellipses mais pas le rectangle :</flowDiv> </flowRoot> - <rect id="basic-f05-fr.svgrect894" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2200.5)" height="39.698" width="151.14" stroke="#000" y="1.7363" x="46.657" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".93523pt" fill="#00f"/> - <path id="basic-f05-fr.svgpath1290" style="color:#000000" d="m94.643 25.041c0 6.9036-2.9581 12.5-6.6071 12.5s-6.6071-5.5964-6.6071-12.5 2.9581-12.5 6.6071-12.5 6.6071 5.5964 6.6071 12.5z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2200.5) matrix(.70711 -.70711 .70711 .70711 28.793 65.478)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".48693pt" fill="#f00"/> - <path id="basic-f05-fr.svgpath1292" style="color:#000000" d="m94.643 25.041c0 6.9036-2.9581 12.5-6.6071 12.5s-6.6071-5.5964-6.6071-12.5 2.9581-12.5 6.6071-12.5 6.6071 5.5964 6.6071 12.5z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2200.5) matrix(.70711 -.70711 .70711 .70711 56.471 65.835)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".48693pt" fill="#f00"/> - <rect id="d0e449" display="none" height="1e3px" width="288" y="2253.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="basic-f05-fr.svgrect894" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2233)" height="39.698" width="151.14" stroke="#000" y="1.7363" x="46.657" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".93523pt" fill="#00f"/> + <path id="basic-f05-fr.svgpath1290" style="color:#000000" d="m94.643 25.041c0 6.9036-2.9581 12.5-6.6071 12.5s-6.6071-5.5964-6.6071-12.5 2.9581-12.5 6.6071-12.5 6.6071 5.5964 6.6071 12.5z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2233) matrix(.70711 -.70711 .70711 .70711 28.793 65.478)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".48693pt" fill="#f00"/> + <path id="basic-f05-fr.svgpath1292" style="color:#000000" d="m94.643 25.041c0 6.9036-2.9581 12.5-6.6071 12.5s-6.6071-5.5964-6.6071-12.5 2.9581-12.5 6.6071-12.5 6.6071 5.5964 6.6071 12.5z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2233) matrix(.70711 -.70711 .70711 .70711 56.471 65.835)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".48693pt" fill="#f00"/> + <rect id="d0e443" display="none" height="1e3px" width="288" y="2286" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e449"/> + <use y="0" x="0" xlink:href="#d0e443"/> </flowRegion> - <flowDiv xml:space="preserve">Tout objet sélectionné affiche une <flowSpan font-style="italic">marque de sélection</flowSpan> — par défaut une boîte l'entourant en pointillés. Ceci permet de distinguer facilement ce qui est sélectionné de ce qui ne l'est pas. Si, par exemple, vous sélectionnez les deux ellipses et le rectangle ci-dessus, sans ces indications, il vous sera difficile de savoir si les ellipses sont bien sélectionnées ou non.</flowDiv> + <flowDiv xml:space="preserve">Tout objet sélectionné affiche une <flowSpan font-style="italic">marque de sélection</flowSpan> — par défaut, un cadre en pointillés. Ceci permet de distinguer facilement ce qui est sélectionné de ce qui ne l'est pas. Si, par exemple, vous sélectionnez les deux ellipses et le rectangle ci-dessus, sans ces indications, il vous sera difficile de savoir si les ellipses sont bien sélectionnées ou non.</flowDiv> </flowRoot> - <rect id="d0e455" display="none" height="1e3px" width="288" y="2323.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e449" display="none" height="1e3px" width="288" y="2346.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e455"/> + <use y="0" x="0" xlink:href="#d0e449"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+cliquer</flowSpan> sur un objet sélectionné l'exclut de la sélection. Sélectionnez les trois objets ci-dessus, puis utilisez <flowSpan font-weight="bold">Maj+cliquer</flowSpan> pour exclure les deux ellipses de la sélection, en n'y conservant que le rectangle.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+clic</flowSpan> sur un objet sélectionné l'exclut de la sélection. Sélectionnez les trois objets ci-dessus, puis utilisez <flowSpan font-weight="bold">Maj+clic</flowSpan> pour exclure les deux ellipses de la sélection, en n'y conservant que le rectangle.</flowDiv> </flowRoot> - <rect id="d0e463" display="none" height="1e3px" width="288" y="2373.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e457" display="none" height="1e3px" width="288" y="2396.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e463"/> + <use y="0" x="0" xlink:href="#d0e457"/> </flowRegion> - <flowDiv xml:space="preserve">Appuyer sur <flowSpan font-weight="bold">Esc</flowSpan> désélectionne tous les objets sélectionnés. <flowSpan font-weight="bold">Ctrl+A</flowSpan> sélectionne tous les objets du calque courant (si vous n'avez pas créé de calque, vous sélectionnerez tous les objets du document).</flowDiv> + <flowDiv xml:space="preserve">Appuyer sur <flowSpan font-weight="bold">Échap</flowSpan> désélectionne tous les objets. <flowSpan font-weight="bold">Ctrl+A</flowSpan> sélectionne tous les objets du calque courant (si vous n'avez pas créé de calque, vous sélectionnerez tous les objets du document).</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2425.4583399999997" x="10" font-family="Sans" fill="#000000"> - <tspan y="2425.4583399999997" x="10">Grouper</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2449.9448630000006" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2449.9448630000006" x="10">Grouper</tspan> </text> - <rect id="d0e478" display="none" height="1e3px" width="288" y="2430.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e472" display="none" height="1e3px" width="288" y="2455.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e478"/> + <use y="0" x="0" xlink:href="#d0e472"/> </flowRegion> - <flowDiv xml:space="preserve">Plusieurs objets peuvent être réunis dans un <flowSpan font-style="italic">groupe</flowSpan>. Un groupe se comporte comme un simple objet quand vous le déplacez ou le transformez. Ci-dessous, les trois objets de gauche sont indépendants; les trois mêmes objets de doite sont groupés. Essayez de les déplacer.</flowDiv> + <flowDiv xml:space="preserve">Plusieurs objets peuvent être réunis dans un <flowSpan font-style="italic">groupe</flowSpan>. Un groupe se comporte comme un simple objet quand vous le déplacez ou le transformez. Ci-dessous, les trois objets de gauche sont indépendants ; les trois mêmes objets de droite sont groupés. Essayez de les déplacer.</flowDiv> </flowRoot> - <path id="basic-f06-fr.svgrect1370" d="m14.389 22.485h31.525v33.276h-31.525z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2488.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> - <path id="basic-f06-fr.svgpath1371" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806-12.091 0-21.892-7.9719-21.892-17.806 0-9.8338 9.8015-17.806 21.892-17.806 12.091 0 21.892 7.9719 21.892 17.806z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-57.837 1256.5)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/> - <path id="basic-f06-fr.svgpolygon1372" d="m184.48 1254.9-15.238-3.72-11.703 10.444-1.1708-15.642-13.549-7.9029 14.514-5.9471 3.3293-15.328 10.141 11.966 15.607-1.5703-8.2467 13.343z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-75.476 1293.1)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#ff0"/> - <g id="basic-f06-fr.svgg1376" fill-rule="evenodd" fill-opacity=".75" transform="translate(1.1301 1031.9)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt"> + <path id="basic-f06-fr.svgrect1370" d="m14.389 22.485h31.525v33.276h-31.525z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2523.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/> + <path id="basic-f06-fr.svgpath1371" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806-12.091 0-21.892-7.9719-21.892-17.806 0-9.8338 9.8015-17.806 21.892-17.806 12.091 0 21.892 7.9719 21.892 17.806z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-57.837 1291.5)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/> + <path id="basic-f06-fr.svgpolygon1372" d="m184.48 1254.9-15.238-3.72-11.703 10.444-1.1708-15.642-13.549-7.9029 14.514-5.9471 3.3293-15.328 10.141 11.966 15.607-1.5703-8.2467 13.343z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-75.476 1328.1)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#ff0"/> + <g id="basic-f06-fr.svgg1376" fill-rule="evenodd" fill-opacity=".75" transform="translate(1.1301 1066.9)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt"> <path id="basic-f06-fr.svgrect1373" d="m186.25 1479.4h31.525v33.276h-31.525z" fill="#00f"/> <path id="basic-f06-fr.svgpath1374" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806-12.091 0-21.892-7.9719-21.892-17.806 0-9.8338 9.8015-17.806 21.892-17.806 12.091 0 21.892 7.9719 21.892 17.806z" transform="translate(104.03 224.65)" fill="#f00"/> <path id="basic-f06-fr.svgpolygon1375" d="m184.48 1254.9-15.238-3.72-11.703 10.444-1.1708-15.642-13.549-7.9029 14.514-5.9471 3.3293-15.328 10.141 11.966 15.607-1.5703-8.2467 13.343z" transform="translate(86.386 261.2)" fill="#ff0"/> </g> - <rect id="d0e494" display="none" height="1e3px" width="288" y="2567" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e488" display="none" height="1e3px" width="288" y="2602.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e494"/> + <use y="0" x="0" xlink:href="#d0e488"/> </flowRegion> - <flowDiv xml:space="preserve">Pour créer un groupe, sélectionnez un ou plusieurs objets et appuyez sur <flowSpan font-weight="bold">Ctrl+G</flowSpan>. Pour dégrouper un ou plusieurs groupes, sélectionnez-les et appuyez sur <flowSpan font-weight="bold">Ctrl+U</flowSpan>. Les groupes peuvent eux-mêmes être groupés, comme n'importe quels autres objets; de tels groupes récursifs peuvent avoir une profondeur quelconque. Mais, <flowSpan font-weight="bold">Ctrl+U</flowSpan> ne dégroupe que le dernier niveau de groupe de la sélection; vous devrez répéter <flowSpan font-weight="bold">Ctrl+U</flowSpan> si vous voulez dégrouper complètement des groupes de groupes.</flowDiv> + <flowDiv xml:space="preserve">Pour créer un groupe, sélectionnez un ou plusieurs objets et appuyez sur <flowSpan font-weight="bold">Ctrl+G</flowSpan>. Pour dégrouper un ou plusieurs groupes, sélectionnez-les et appuyez sur <flowSpan font-weight="bold">Ctrl+U</flowSpan>. Les groupes peuvent eux-mêmes être groupés, comme n'importe quels autres objets ; de tels groupes récursifs peuvent avoir une profondeur quelconque. Cependant, <flowSpan font-weight="bold">Ctrl+U</flowSpan> ne dégroupe que le dernier niveau de groupe de la sélection ; vous devrez répéter <flowSpan font-weight="bold">Ctrl+U</flowSpan> si vous voulez dégrouper complètement des groupes de groupes.</flowDiv> </flowRoot> - <rect id="d0e509" display="none" height="1e3px" width="288" y="2659.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e503" display="none" height="1e3px" width="288" y="2694.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e509"/> + <use y="0" x="0" xlink:href="#d0e503"/> </flowRegion> - <flowDiv xml:space="preserve">Cependant, vous n'avez pas nécessairement besoin de dégrouper pour éditer un objet au sein d'un groupe. Un simple <flowSpan font-weight="bold">Ctrl+cliquer</flowSpan> sur cet objet permet de le sélectionner seul et de l'éditer, ou <flowSpan font-weight="bold">Maj+Ctrl+cliquer</flowSpan> sur plusieurs objets (inclus ou non dans des groupes quelconques) pour une sélection multiple. Essayez de déplacer ou transformer sans les dégrouper les formes du groupe ci-dessus à droite, puis de les désélectionner, et resélectionnez le groupe normalement pour vérifier qu'elles sont toujours groupées.</flowDiv> + <flowDiv xml:space="preserve">Cependant, vous n'avez pas nécessairement besoin de dégrouper pour éditer un objet au sein d'un groupe. Un simple <flowSpan font-weight="bold">Ctrl+clic</flowSpan> sur un objet permet de le sélectionner seul et de l'éditer, et <flowSpan font-weight="bold">Maj+Ctrl+clic</flowSpan> sur plusieurs objets (inclus ou non dans des groupes quelconques) permet d'effectuer une sélection multiple. Essayez de déplacer ou transformer sans les dégrouper les formes du groupe ci-dessus à droite, puis de les désélectionner, et resélectionnez le groupe normalement pour vérifier qu'elles sont toujours groupées.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2765.231888" x="10" font-family="Sans" fill="#000000"> - <tspan y="2765.231888" x="10">Remplissage et contour</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2800.2361120000005" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2800.2361120000005" x="10">Remplissage et contour</tspan> </text> - <rect id="d0e524" display="none" height="1e3px" width="288" y="2770.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e518" display="none" height="1e3px" width="288" y="2805.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e524"/> + <use y="0" x="0" xlink:href="#d0e518"/> </flowRegion> - <flowDiv xml:space="preserve">Beaucoup de fonctions d'Inkscape sont accessibles par des <flowSpan font-style="italic">boîtes de dialogues</flowSpan>. La façon la plus simple d'attribuer une couleur à un objet est d'ouvrir la boîte de dialogue Palettes du menu Objet, sélectionner un objet et cliquer sur une montre (couleur) pour le peindre (modifier sa couleur de remplissage).</flowDiv> + <flowDiv xml:space="preserve">Beaucoup de fonctions d'Inkscape sont accessibles via des <flowSpan font-style="italic">boîtes de dialogues</flowSpan>. La façon la plus simple d'attribuer une couleur à un objet est probablement d'ouvrir la boîte de dialogue Palettes depuis le menu Affichage, de sélectionner un objet et de cliquer sur un motif pour le peindre (modifier sa couleur de remplissage).</flowDiv> </flowRoot> - <rect id="d0e530" display="none" height="1e3px" width="288" y="2831.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e524" display="none" height="1e3px" width="288" y="2866.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e530"/> + <use y="0" x="0" xlink:href="#d0e524"/> </flowRegion> - <flowDiv xml:space="preserve">La boîte de dialogue Remplissage et contour (<flowSpan font-weight="bold">Maj+Ctrl+F</flowSpan>) est plus puissante. Sélectionnez la forme ci-dessous et ouvrez la boîte de dialogue Remplissage et contour.</flowDiv> + <flowDiv xml:space="preserve">La boîte de dialogue Remplissage et contour du menu Objet (ou accessible avec <flowSpan font-weight="bold">Maj+Ctrl+F</flowSpan>) est plus puissante. Sélectionnez la forme ci-dessous et ouvrez la boîte de dialogue Remplissage et contour.</flowDiv> </flowRoot> - <path id="basic-f07-fr.svgpath930" d="m190.32 1450.2c0 9.0277-29.666 16.346-66.261 16.346s-66.261-7.3185-66.261-16.346c0-9.0278 29.666-16.346 66.261-16.346s66.261 7.3185 66.261 16.346z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.066 1446.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/> - <rect id="d0e546" display="none" height="1e3px" width="288" y="2924.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="basic-f07-fr.svgpath930" d="m190.32 1450.2c0 9.0277-29.666 16.346-66.261 16.346s-66.261-7.3185-66.261-16.346c0-9.0278 29.666-16.346 66.261-16.346s66.261 7.3185 66.261 16.346z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.066 1490.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/> + <rect id="d0e540" display="none" height="1e3px" width="288" y="2968.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e546"/> + <use y="0" x="0" xlink:href="#d0e540"/> </flowRegion> - <flowDiv xml:space="preserve">Vous constatez que la boîte de dialogue a trois onglets : Remplissage, Contour et Style de contour. L'onglet Remplissage permet d'éditer le <flowSpan font-style="italic">remplissage</flowSpan> (l'intérieur) de(s) objet(s) sélectionné(s). L'utilisation des boutons juste sous l'onglet vous permet de choisir le type de remplissage, incluant sans remplissage (le bouton avec un X), couleur uniforme, ou encore dégradé linéaire ou radial. Pour la forme ci-dessus, le bouton couleur uniforme devrait être activé.</flowDiv> + <flowDiv xml:space="preserve">Vous constatez que la boîte de dialogue a trois onglets : Fond, Contour et Style du contour. L'onglet Fond permet d'éditer le <flowSpan font-style="italic">remplissage</flowSpan> (l'intérieur) du ou des objet(s) sélectionné(s). L'utilisation des boutons juste sous l'onglet vous permet de choisir le type de remplissage, incluant sans remplissage (le bouton avec un X), couleur de remplissage uniforme, ou encore dégradé linéaire ou radial. Pour la forme ci-dessus, le bouton Couleur uniforme devrait être sélectionné.</flowDiv> </flowRoot> - <rect id="d0e552" display="none" height="1e3px" width="288" y="3005.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e546" display="none" height="1e3px" width="288" y="3050" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e552"/> + <use y="0" x="0" xlink:href="#d0e546"/> </flowRegion> <flowDiv xml:space="preserve">Plus bas, vous pouvez voir la collection de <flowSpan font-style="italic">sélecteurs de couleur</flowSpan> chacun dans un onglet : RVB, TSL, CMJN, et Roue. Le plus pratique est peut-être la roue, dans laquelle vous pouvez tourner un triangle pour choisir une teinte sur la roue, puis une nuance dans le triangle. Tous les sélecteurs de couleur comportent une réglette pour définir l'<flowSpan font-style="italic">alpha</flowSpan> (opacité) de(s) objet(s) sélectionné(s).</flowDiv> </flowRoot> - <rect id="d0e561" display="none" height="1e3px" width="288" y="3077.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e555" display="none" height="1e3px" width="288" y="3121.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e561"/> + <use y="0" x="0" xlink:href="#d0e555"/> </flowRegion> - <flowDiv xml:space="preserve">Quand vous sélectionnez un objet, la boîte de dialogue Remplissage et contour est mise à jour pour afficher ses remplissage et contour courants (quand plusieurs objets sont sélectionnés, elle affiche la <flowSpan font-style="italic">moyenne</flowSpan> de leurs couleurs). Jouez avec les exemples ci-dessous ou créez les votres :</flowDiv> + <flowDiv xml:space="preserve">Quand vous sélectionnez un objet, la boîte de dialogue Remplissage et contour est mise à jour pour afficher ses remplissage et contour actuels (quand plusieurs objets sont sélectionnés, elle affiche la <flowSpan font-style="italic">moyenne</flowSpan> de leurs couleurs). Jouez avec les exemples ci-dessous ou créez les vôtres :</flowDiv> </flowRoot> - <path id="basic-f08-fr.svgpath969" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10 3144.3) matrix(.99777 0 0 .93574 .12843 -1529.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#80765b"/> - <path id="basic-f08-fr.svgpath970" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity=".26769" transform="translate(10 3144.3) matrix(.99777 0 0 .93574 35.037 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#d0765b"/> - <path id="basic-f08-fr.svgpath971" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3144.3) matrix(.99777 0 0 .93574 70.391 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#12c097"/> - <path id="basic-f08-fr.svgpath972" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3144.3) matrix(.99777 0 0 .93574 104.18 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#e7da05"/> - <path id="basic-f08-fr.svgpath973" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3144.3) matrix(.99777 0 0 .93574 135.99 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#3d0fa1"/> - <path id="basic-f08-fr.svgpath974" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity=".74902" transform="translate(10 3144.3) matrix(.99777 0 0 .93574 167.81 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#6fe225"/> - <path id="basic-f08-fr.svgpath975" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3144.3) matrix(.99777 0 0 .93574 199.63 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#ff3077"/> - <rect id="d0e577" display="none" height="1e3px" width="288" y="3191.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="basic-f08-fr.svgpath969" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10 3188.4) matrix(.99777 0 0 .93574 .12843 -1529.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#80765b"/> + <path id="basic-f08-fr.svgpath970" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity=".26769" transform="translate(10 3188.4) matrix(.99777 0 0 .93574 35.037 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#d0765b"/> + <path id="basic-f08-fr.svgpath971" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3188.4) matrix(.99777 0 0 .93574 70.391 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#12c097"/> + <path id="basic-f08-fr.svgpath972" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3188.4) matrix(.99777 0 0 .93574 104.18 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#e7da05"/> + <path id="basic-f08-fr.svgpath973" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3188.4) matrix(.99777 0 0 .93574 135.99 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#3d0fa1"/> + <path id="basic-f08-fr.svgpath974" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity=".74902" transform="translate(10 3188.4) matrix(.99777 0 0 .93574 167.81 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#6fe225"/> + <path id="basic-f08-fr.svgpath975" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3188.4) matrix(.99777 0 0 .93574 199.63 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#ff3077"/> + <rect id="d0e571" display="none" height="1e3px" width="288" y="3235.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e577"/> + <use y="0" x="0" xlink:href="#d0e571"/> </flowRegion> <flowDiv xml:space="preserve">En utilisant l'onglet Contour, vous pouvez enlever le <flowSpan font-style="italic">contour</flowSpan> d'un objet ou lui attribuer n'importe quelle couleur ou transparence :</flowDiv> </flowRoot> - <path id="basic-f09-fr.svgpath1010" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3227.9) matrix(.99850 0 0 .93643 .81318 -1530.2)" xmlns:cc="http://creativecommons.org/ns#" fill="#dbdbdb"/> - <path id="basic-f09-fr.svgpath1011" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3227.9) matrix(.99850 0 0 .93643 27.358 -1530.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> - <path id="basic-f09-fr.svgpath1012" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" stroke-opacity=".15692" fill-rule="evenodd" transform="translate(10 3227.9) matrix(.99850 0 0 .93643 57.22 -1530.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> - <path id="basic-f09-fr.svgpath1013" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3227.9) matrix(.99850 0 0 .93643 83.765 -1530.2)" stroke="#f00" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> - <path id="basic-f09-fr.svgpath1014" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3227.9) matrix(.99850 0 0 .93643 113.63 -1530.2)" stroke="#00ff7c" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> - <path id="basic-f09-fr.svgpath1015" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3227.9) matrix(.99850 0 0 .93643 146.81 -1530.2)" stroke="#16417c" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> - <path id="basic-f09-fr.svgpath1016" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3227.9) matrix(.99850 0 0 .93643 176.67 -1530.2)" stroke="#7c7016" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> - <path id="basic-f09-fr.svgpath1017" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3227.9) matrix(.99850 0 0 .93643 203.21 -1530.2)" xmlns:cc="http://creativecommons.org/ns#" fill="#dbdbdb"/> - <rect id="d0e593" display="none" height="1e3px" width="288" y="3274.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="basic-f09-fr.svgpath1010" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3272) matrix(.99850 0 0 .93643 .81318 -1530.2)" xmlns:cc="http://creativecommons.org/ns#" fill="#dbdbdb"/> + <path id="basic-f09-fr.svgpath1011" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3272) matrix(.99850 0 0 .93643 27.358 -1530.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> + <path id="basic-f09-fr.svgpath1012" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" stroke-opacity=".15692" fill-rule="evenodd" transform="translate(10 3272) matrix(.99850 0 0 .93643 57.22 -1530.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> + <path id="basic-f09-fr.svgpath1013" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3272) matrix(.99850 0 0 .93643 83.765 -1530.2)" stroke="#f00" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> + <path id="basic-f09-fr.svgpath1014" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3272) matrix(.99850 0 0 .93643 113.63 -1530.2)" stroke="#00ff7c" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> + <path id="basic-f09-fr.svgpath1015" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3272) matrix(.99850 0 0 .93643 146.81 -1530.2)" stroke="#16417c" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> + <path id="basic-f09-fr.svgpath1016" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3272) matrix(.99850 0 0 .93643 176.67 -1530.2)" stroke="#7c7016" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/> + <path id="basic-f09-fr.svgpath1017" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3272) matrix(.99850 0 0 .93643 203.21 -1530.2)" xmlns:cc="http://creativecommons.org/ns#" fill="#dbdbdb"/> + <rect id="d0e587" display="none" height="1e3px" width="288" y="3318.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e593"/> + <use y="0" x="0" xlink:href="#d0e587"/> </flowRegion> <flowDiv xml:space="preserve">Le dernier onglet, Style de contour, vous permet de définir la largeur et les autres paramètres du contour :</flowDiv> </flowRoot> - <path id="basic-f10-fr.svgpath1033" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3311.1) matrix(.98881 0 0 .92734 3.8016 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".012105" fill="#dbdbdb"/> - <path id="basic-f10-fr.svgpath1034" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3311.1) matrix(.98881 0 0 .92734 30.089 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="2.4211" fill="#dbdbdb"/> - <path id="basic-f10-fr.svgpath1035" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3311.1) matrix(.98881 0 0 .92734 62.947 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="9.6842" fill="#dbdbdb"/> - <path id="basic-f10-fr.svgpath1036" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3311.1) matrix(.98881 0 0 .92734 95.806 -1511.2)" stroke="#000" stroke-dasharray="1.81578, 3.63157" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/> - <path id="basic-f10-fr.svgpath1037" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3311.1) matrix(.98881 0 0 .92734 131.95 -1511.2)" stroke="#000" stroke-dasharray="7.26312, 7.26312" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/> - <path id="basic-f10-fr.svgpath1038" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3311.1) matrix(.98881 0 0 .92734 168.1 -1511.2)" stroke="#000" stroke-dasharray="7.26312, 3.63156, 1.81578, 3.63156" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/> - <path id="basic-f10-fr.svgpath1039" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3311.1) matrix(.98881 0 0 .92734 204.24 -1511.2)" stroke="#000" stroke-dasharray="0.847366, 0.847366" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".84737" fill="#dbdbdb"/> - <rect id="d0e606" display="none" height="1e3px" width="288" y="3365.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="basic-f10-fr.svgpath1033" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3355.3) matrix(.98881 0 0 .92734 3.8016 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".012105" fill="#dbdbdb"/> + <path id="basic-f10-fr.svgpath1034" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3355.3) matrix(.98881 0 0 .92734 30.089 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="2.4211" fill="#dbdbdb"/> + <path id="basic-f10-fr.svgpath1035" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3355.3) matrix(.98881 0 0 .92734 62.947 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="9.6842" fill="#dbdbdb"/> + <path id="basic-f10-fr.svgpath1036" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3355.3) matrix(.98881 0 0 .92734 95.806 -1511.2)" stroke="#000" stroke-dasharray="1.81578, 3.63157" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/> + <path id="basic-f10-fr.svgpath1037" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3355.3) matrix(.98881 0 0 .92734 131.95 -1511.2)" stroke="#000" stroke-dasharray="7.26312, 7.26312" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/> + <path id="basic-f10-fr.svgpath1038" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3355.3) matrix(.98881 0 0 .92734 168.1 -1511.2)" stroke="#000" stroke-dasharray="7.26312, 3.63156, 1.81578, 3.63156" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/> + <path id="basic-f10-fr.svgpath1039" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3355.3) matrix(.98881 0 0 .92734 204.24 -1511.2)" stroke="#000" stroke-dasharray="0.847366, 0.847366" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".84737" fill="#dbdbdb"/> + <rect id="d0e600" display="none" height="1e3px" width="288" y="3409.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e606"/> + <use y="0" x="0" xlink:href="#d0e600"/> </flowRegion> <flowDiv xml:space="preserve">Enfin, vous pouvez utiliser des <flowSpan font-style="italic">dégradés</flowSpan> au lieu de couleurs uniformes pour les remplissages comme pour les contours :</flowDiv> </flowRoot> @@ -488,44 +488,44 @@ <stop id="basic-f11-fr.svgstop1089" stop-color="#aba6a6" stop-opacity=".24314" offset="1"/> </radialGradient> </defs> - <path id="basic-f11-fr.svgpath1053" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3401.9) matrix(1.0663 0 0 1 -1.6488 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-fr.svglinearGradient1054)"/> - <path id="basic-f11-fr.svgpath1055" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3401.9) matrix(1.0663 0 0 1 26.698 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-fr.svglinearGradient1059)"/> - <path id="basic-f11-fr.svgpath1060" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3401.9) matrix(1.0663 0 0 1 62.131 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-fr.svgradialGradient1061)"/> - <path id="basic-f11-fr.svgpath1065" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3401.9) matrix(1.0663 0 0 1 94.02 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-fr.svgradialGradient1069)"/> - <path id="basic-f11-fr.svgpath1073" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3401.9) matrix(1.0663 0 0 1 136.54 -1632.8)" stroke="url(#basic-f11-fr.svglinearGradient1074)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-fr.svgradialGradient1090)"/> - <path id="basic-f11-fr.svgpath1075" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3401.9) matrix(-1.0663 0 0 -1 263.1 1673.3)" stroke="url(#basic-f11-fr.svgradialGradient1076)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-fr.svgradialGradient1083)"/> - <path id="basic-f11-fr.svgpath1084" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3401.9) matrix(1.0663 0 0 1 214.49 -1632.8)" stroke="url(#basic-f11-fr.svgradialGradient1085)" stroke-dasharray="3.64368, 3.64368" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-fr.svgradialGradient1086)"/> - <rect id="d0e622" display="none" height="1e3px" width="288" y="3453.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> - <flowRegion> - <use y="0" x="0" xlink:href="#d0e622"/> + <path id="basic-f11-fr.svgpath1053" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3446.1) matrix(1.0663 0 0 1 -1.6488 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-fr.svglinearGradient1054)"/> + <path id="basic-f11-fr.svgpath1055" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3446.1) matrix(1.0663 0 0 1 26.698 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-fr.svglinearGradient1059)"/> + <path id="basic-f11-fr.svgpath1060" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3446.1) matrix(1.0663 0 0 1 62.131 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-fr.svgradialGradient1061)"/> + <path id="basic-f11-fr.svgpath1065" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3446.1) matrix(1.0663 0 0 1 94.02 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-fr.svgradialGradient1069)"/> + <path id="basic-f11-fr.svgpath1073" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3446.1) matrix(1.0663 0 0 1 136.54 -1632.8)" stroke="url(#basic-f11-fr.svglinearGradient1074)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-fr.svgradialGradient1090)"/> + <path id="basic-f11-fr.svgpath1075" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3446.1) matrix(-1.0663 0 0 -1 263.1 1673.3)" stroke="url(#basic-f11-fr.svgradialGradient1076)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-fr.svgradialGradient1083)"/> + <path id="basic-f11-fr.svgpath1084" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 3446.1) matrix(1.0663 0 0 1 214.49 -1632.8)" stroke="url(#basic-f11-fr.svgradialGradient1085)" stroke-dasharray="3.64368, 3.64368" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-fr.svgradialGradient1086)"/> + <rect id="d0e616" display="none" height="1e3px" width="288" y="3497.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> + <flowRegion> + <use y="0" x="0" xlink:href="#d0e616"/> </flowRegion> <flowDiv xml:space="preserve">Quand vous passez d'une couleur uniforme à un dégradé, le dégradé nouvellement créé utilise cette même couleur, allant d'opaque à transparente. Utilisez l'outil de Dégradé (<flowSpan font-weight="bold">Ctrl+F1</flowSpan>) pour déplacer les <flowSpan font-style="italic">poignées de dégradé</flowSpan> — les poignées de contrôle connectées par des lignes qui définissent la direction et la longueur du dégradé. Quand l'une de ces poignées est sélectionnée (surlignée en bleu), la boîte de dialogue Remplissage et contour permet de définir la couleur liée à cette poignée à la place de la couleur de l'objet sélectionné.</flowDiv> </flowRoot> - <rect id="d0e631" display="none" height="1e3px" width="288" y="3545.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e625" display="none" height="1e3px" width="288" y="3590.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e631"/> + <use y="0" x="0" xlink:href="#d0e625"/> </flowRegion> - <flowDiv xml:space="preserve">Une autre façon pratique de changer la couleur d'un objet est d'utiliser l'outil Pipette (<flowSpan font-weight="bold">F7</flowSpan>). Un simple <flowSpan font-weight="bold">cliquer</flowSpan> n'importe où sur le dessin avec cet outil permet d'attribuer la couleur ainsi capturée au remplissage de l'objet sélectionné (<flowSpan font-weight="bold">Maj+cliquer</flowSpan> l'attribuera à son contour).</flowDiv> + <flowDiv xml:space="preserve">Une autre manière pratique de changer la couleur d'un objet est d'utiliser l'outil Pipette (<flowSpan font-weight="bold">F7</flowSpan>). Un simple <flowSpan font-weight="bold">clic</flowSpan> n'importe où sur le dessin avec cet outil permet d'attribuer la couleur ainsi capturée au remplissage de l'objet sélectionné (<flowSpan font-weight="bold">Maj+clic</flowSpan> l'attribuera à son contour).</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3618.5757559999997" x="10" font-family="Sans" fill="#000000"> - <tspan y="3618.5757559999997" x="10">Duplication, alignement, distribution</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3663.0486350000006" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3663.0486350000006" x="10">Duplication, alignement, distribution</tspan> </text> - <rect id="d0e649" display="none" height="1e3px" width="288" y="3623.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e643" display="none" height="1e3px" width="288" y="3668.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e649"/> + <use y="0" x="0" xlink:href="#d0e643"/> </flowRegion> - <flowDiv xml:space="preserve">Une des opérations les plus courantes est la <flowSpan font-style="italic">duplication</flowSpan> d'un objet (<flowSpan font-weight="bold">Ctrl+D</flowSpan>). Le dupliqué est placé juste au dessus de l'original et est sélectionné, vous permettant ainsi de le déplacer à la souris ou avec des raccourcis. Pour vous exercer, essayer de remplir la ligne avec des copies du carré noir ci-dessous :</flowDiv> + <flowDiv xml:space="preserve">Une des opérations les plus courantes est la <flowSpan font-style="italic">duplication</flowSpan> d'un objet (<flowSpan font-weight="bold">Ctrl+D</flowSpan>). Le dupliqué est placé juste au-dessus de l'original et est sélectionné, vous permettant ainsi de le déplacer à la souris ou avec des raccourcis. Pour vous exercer, essayez de remplir la ligne avec des copies du carré noir ci-dessous :</flowDiv> </flowRoot> - <rect id="basic-f12-fr.svgrect1117" fill-rule="evenodd" transform="translate(10 3692.4)" height="11.092" width="11.092" y=".90725" x="-.11450"/> - <rect id="d0e668" display="none" height="1e3px" width="288" y="3715.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="basic-f12-fr.svgrect1117" fill-rule="evenodd" transform="translate(10 3736.9)" height="11.092" width="11.092" y=".90725" x="-.11450"/> + <rect id="d0e662" display="none" height="1e3px" width="288" y="3760" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e668"/> + <use y="0" x="0" xlink:href="#d0e662"/> </flowRegion> - <flowDiv xml:space="preserve">Il y a des chances que vos copies du carré ne soient pas bien alignées. La boîte de dialogue Aligner et distribuer (<flowSpan font-weight="bold">Maj+Ctrl+A</flowSpan>) devient alors utile. Sélectionnez tous les carrés (avec <flowSpan font-weight="bold">Maj+cliquer</flowSpan> ou une bande étirable), ouvrez la boîte de dialogue et appuyez sur le bouton "Centrer selon l'axe horizontal", puis sur "Distribuer des distances horizontalement entre les objets" (consultez les indications affichées quand la souris passe au-dessus des boutons). Les objets sont maintenant alignés et distribués de façon équidistante. Voici d'autres exemples d'objets alignés et distribués :</flowDiv> + <flowDiv xml:space="preserve">Il y a des chances que vos copies du carré ne soient pas bien alignées. La boîte de dialogue Aligner et distribuer (<flowSpan font-weight="bold">Maj+Ctrl+A</flowSpan>) devient alors utile. Sélectionnez tous les carrés (avec <flowSpan font-weight="bold">Maj+clic</flowSpan> ou une bande étirable), ouvrez la boîte de dialogue et appuyez sur le bouton « Centrer selon l'axe horizontal », puis sur « Distribuer des distances horizontalement entre les objets » (consultez les indications affichées quand la souris passe au-dessus des boutons). Les objets sont maintenant alignés et distribués de façon équidistante. Voici d'autres exemples d'objets alignés et distribués :</flowDiv> </flowRoot> <defs id="basic-f13-fr.svgdefs3"> <radialGradient id="basic-f13-fr.svgradialGradient1670" cx="188.95" xlink:href="#basic-f13-fr.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2278" r="19.568" gradientTransform="scale(1.0695 .93503)"/> @@ -542,187 +542,187 @@ <stop id="basic-f13-fr.svgstop843" stop-color="#0082ab" stop-opacity="0" offset="1"/> </linearGradient> </defs> - <path id="basic-f13-fr.svgpolygon1671" d="m223 2147.6-20.927 0.3454-20.927 0.3453 10.165-18.296 10.165-18.296 10.763 17.951z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3826.8) matrix(-1 0 0 1 413.56 -2103.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1670)"/> - <path id="basic-f13-fr.svgpolygon1672" d="m207.75 2141.8 10.137-17.003 10.137-17.003 9.6564 17.28 9.6564 17.28-19.793-0.2772z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3826.8) matrix(-1 0 0 1 413.44 -2098.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1669)"/> - <path id="basic-f13-fr.svgpolygon1673" d="m218.9 2147.6 5.4312-11.938 5.4312-11.938 7.6235 10.673 7.6235 10.673-13.055 1.2656z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3826.8) matrix(-1 0 0 1 433.5 -2109.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1668)"/> - <path id="basic-f13-fr.svgpolygon1674" d="m221.83 2157 7.5821-10.246 7.5821-10.246 5.0823 11.689 5.0823 11.689-12.664-1.4432z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3826.8) matrix(-1 0 0 1 445.33 -2121.6)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1667)"/> - <path id="basic-f13-fr.svgpolygon1675" d="m232.98 2163.5 3.6889-6.8247 3.6889-6.8246 4.0658 6.607 4.0658 6.607-7.7548 0.2176z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3826.8) matrix(-1 0 0 1 411.97 -2130)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1666)"/> - <path id="basic-f13-fr.svgpolygon1676" d="m241.78 2168.2 4.8233-6.8928 4.8233-6.8927 3.5576 7.6235 3.5576 7.6234-8.3809-0.7307z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3826.8) matrix(-1 0 0 1 429.68 -2135.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1665)"/> - <path id="basic-f13-fr.svgpolygon1677" d="m254.11 2170.5 2.1825-5.3681 2.1825-5.368 3.5576 4.5741 3.5576 4.5741-5.7401 0.7939z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3826.8) matrix(-1 0 0 1 450.9 -2138.5)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1664)"/> - <path id="basic-f13-fr.svgpath1622" d="m30.105 4.9279l53.602 14.362" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1623" d="m27.562 9.2561l53.602 14.363" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1624" d="m25.019 13.584l53.602 14.363" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1625" d="m22.476 17.913l53.602 14.362" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1626" d="m19.933 22.241l53.602 14.362" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1627" d="m17.39 26.569l53.602 14.363" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1628" d="m14.847 30.897l53.602 14.363" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1629" d="m12.304 35.225l53.602 14.363" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1630" d="m9.761 39.554l53.602 14.362" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> - <path id="basic-f13-fr.svgpath1641" sodipodi:revolution="3.0000000" sodipodi:radius="9.1857243" d="m131.46 2120.6c0.41 0.2-0.08 0.7-0.35 0.7-0.72 0.1-1.12-0.7-1.02-1.4 0.17-1.1 1.39-1.6 2.39-1.3 1.47 0.4 2.15 2 1.71 3.4-0.58 1.8-2.69 2.7-4.45 2.1-2.21-0.8-3.19-3.4-2.39-5.5 0.96-2.6 4-3.7 6.5-2.8 2.95 1.2 4.25 4.7 3.08 7.6-1.34 3.3-5.3 4.7-8.56 3.4-3.69-1.5-5.29-6-3.76-9.6 1.72-4.1 6.61-5.8 10.61-4.1 4.44 1.9 6.36 7.3 4.45 11.6" transform="translate(10 3826.8) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -31.314)" stroke="#000" sodipodi:argument="-18.385908" sodipodi:cy="2120.6279" sodipodi:cx="131.45540" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpath1642" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3826.8) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1440.6 -40.555)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpath1643" sodipodi:revolution="3.0000000" sodipodi:radius="25.200598" d="m154.34 2141.8c1.12 0.5-0.24 1.8-0.98 1.8-1.99 0.2-3.03-2.1-2.73-3.8 0.53-3 3.92-4.4 6.65-3.6 4 1.1 5.77 5.7 4.5 9.5-1.7 5-7.55 7.1-12.33 5.3-6.01-2.2-8.57-9.3-6.26-15.1 2.8-7 11.18-10 18-7.2 8.03 3.4 11.38 13 8.02 20.9-3.88 9-14.82 12.8-23.67 8.9-10.05-4.4-14.2-16.7-9.78-26.5 4.95-11.1 18.47-15.6 29.34-10.7 12.07 5.5 17.02 20.3 11.54 32.2" transform="translate(10 3826.8) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -54.931)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2141.7546" sodipodi:cx="154.34271" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpath1644" sodipodi:revolution="3.0000000" sodipodi:radius="19.674946" d="m177.23 2161.1c0.94 0.3 0.07 1.4-0.49 1.6-1.51 0.4-2.63-1.2-2.64-2.6-0.01-2.3 2.39-3.9 4.6-3.7 3.23 0.3 5.24 3.6 4.79 6.7-0.6 4.1-4.78 6.5-8.71 5.8-4.93-0.8-7.89-5.9-6.94-10.7 1.16-5.8 7.18-9.2 12.81-8 6.64 1.4 10.57 8.3 9.1 14.8-1.7 7.5-9.58 11.9-16.92 10.2-8.34-2-13.25-10.8-11.25-19 2.24-9.2 11.98-14.6 21.03-12.3 10.04 2.5 15.93 13.2 13.4 23.1" transform="translate(10 3826.8) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -65.819)" stroke="#000" sodipodi:argument="-18.546671" sodipodi:cy="2161.1208" sodipodi:cx="177.23004" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpath1645" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3826.8) matrix(4.753e-17 .15352 -.15352 4.753e-17 473.62 31.043)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpath1646" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3826.8) matrix(9.506e-17 .30705 -.30705 9.506e-17 806.81 7.1768)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpath1647" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3826.8) matrix(3.8024e-16 1.2282 -1.2282 3.8024e-16 2753.8 -136.02)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpath1648" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3826.8) matrix(7.6048e-16 2.4564 -2.4564 7.6048e-16 5347.5 -326.94)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".125" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpolygon1649" d="m223 2147.6-20.927 0.3454-20.927 0.3453 10.165-18.296 10.165-18.296 10.763 17.951z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.589 1723.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1670)"/> - <path id="basic-f13-fr.svgpolygon1650" d="m207.75 2141.8 10.137-17.003 10.137-17.003 9.6564 17.28 9.6564 17.28-19.793-0.2772z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.701 1728.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1669)"/> - <path id="basic-f13-fr.svgpolygon1651" d="m218.9 2147.6 5.4312-11.938 5.4312-11.938 7.6235 10.673 7.6235 10.673-13.055 1.2656z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-6.352 1717.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1668)"/> - <path id="basic-f13-fr.svgpolygon1652" d="m221.83 2157 7.5821-10.246 7.5821-10.246 5.0823 11.689 5.0823 11.689-12.664-1.4432z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-18.189 1705.2)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1667)"/> - <path id="basic-f13-fr.svgpolygon1653" d="m232.98 2163.5 3.6889-6.8247 3.6889-6.8246 4.0658 6.607 4.0658 6.607-7.7548 0.2176z" fill-rule="evenodd" fill-opacity=".75" transform="translate(15.175 1696.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1666)"/> - <path id="basic-f13-fr.svgpolygon1654" d="m241.78 2168.2 4.8233-6.8928 4.8233-6.8927 3.5576 7.6235 3.5576 7.6234-8.3809-0.7307z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-2.53 1691.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1665)"/> - <path id="basic-f13-fr.svgpolygon1655" d="m254.11 2170.5 2.1825-5.3681 2.1825-5.368 3.5576 4.5741 3.5576 4.5741-5.7401 0.7939z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-23.757 1688.3)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1664)"/> - <path id="basic-f13-fr.svgpath1678" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3826.8) matrix(1.0825e-16 .34966 -.34966 1.0825e-16 853.98 .69279)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> - <path id="basic-f13-fr.svgpath1679" d="m175.2 51.728c-0.04 0.96-0.08 2.054-1.1 2.797" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1680" d="m182.3 51.84c0 0.743-0.46 2.115-0.37 3.02" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1681" d="m188.65 51.951c0.2 0.696 0.08 1.788 1.84 2.574" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1682" d="m197.68 51.504c-0.21 0.667-1.86 2.562-1.1 3.245" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1683" d="m204.82 52.287c-0.28 0.399-1.35 1.802 0 2.35" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1684" d="m211.03 51.504c0.09 0.927-0.48 1.881 1.84 2.909" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1685" d="m220.14 51.951c0.08 0.57-0.99 1.563-1.47 2.462" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1686" d="m225.4 51.84c0.02 0.436 0.19 1.722 2.94 2.349" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1687" d="m233.97 52.063c0 0.158-0.21 1.613 0.74 2.238" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1688" d="m238.47 51.84c1.06 1.233 1.13 2.685 6.63 3.58" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <path id="basic-f13-fr.svgpath1689" d="m248.88 52.511c0 0.84-0.1 1.67 0.74 2.461" transform="translate(10 3826.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3907.6647029999995" x="10" font-family="Sans" fill="#000000"> - <tspan y="3907.6647029999995" x="10">Ordre-z (ou superposition)</tspan> + <path id="basic-f13-fr.svgpolygon1671" d="m223 2147.6-20.927 0.3454-20.927 0.3453 10.165-18.296 10.165-18.296 10.763 17.951z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3871.3) matrix(-1 0 0 1 413.56 -2103.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1670)"/> + <path id="basic-f13-fr.svgpolygon1672" d="m207.75 2141.8 10.137-17.003 10.137-17.003 9.6564 17.28 9.6564 17.28-19.793-0.2772z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3871.3) matrix(-1 0 0 1 413.44 -2098.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1669)"/> + <path id="basic-f13-fr.svgpolygon1673" d="m218.9 2147.6 5.4312-11.938 5.4312-11.938 7.6235 10.673 7.6235 10.673-13.055 1.2656z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3871.3) matrix(-1 0 0 1 433.5 -2109.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1668)"/> + <path id="basic-f13-fr.svgpolygon1674" d="m221.83 2157 7.5821-10.246 7.5821-10.246 5.0823 11.689 5.0823 11.689-12.664-1.4432z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3871.3) matrix(-1 0 0 1 445.33 -2121.6)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1667)"/> + <path id="basic-f13-fr.svgpolygon1675" d="m232.98 2163.5 3.6889-6.8247 3.6889-6.8246 4.0658 6.607 4.0658 6.607-7.7548 0.2176z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3871.3) matrix(-1 0 0 1 411.97 -2130)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1666)"/> + <path id="basic-f13-fr.svgpolygon1676" d="m241.78 2168.2 4.8233-6.8928 4.8233-6.8927 3.5576 7.6235 3.5576 7.6234-8.3809-0.7307z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3871.3) matrix(-1 0 0 1 429.68 -2135.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1665)"/> + <path id="basic-f13-fr.svgpolygon1677" d="m254.11 2170.5 2.1825-5.3681 2.1825-5.368 3.5576 4.5741 3.5576 4.5741-5.7401 0.7939z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 3871.3) matrix(-1 0 0 1 450.9 -2138.5)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1664)"/> + <path id="basic-f13-fr.svgpath1622" d="m30.105 4.9279l53.602 14.362" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1623" d="m27.562 9.2561l53.602 14.363" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1624" d="m25.019 13.584l53.602 14.363" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1625" d="m22.476 17.913l53.602 14.362" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1626" d="m19.933 22.241l53.602 14.362" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1627" d="m17.39 26.569l53.602 14.363" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1628" d="m14.847 30.897l53.602 14.363" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1629" d="m12.304 35.225l53.602 14.363" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1630" d="m9.761 39.554l53.602 14.362" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/> + <path id="basic-f13-fr.svgpath1641" sodipodi:revolution="3.0000000" sodipodi:radius="9.1857243" d="m131.46 2120.6c0.41 0.2-0.08 0.7-0.35 0.7-0.72 0.1-1.12-0.7-1.02-1.4 0.17-1.1 1.39-1.6 2.39-1.3 1.47 0.4 2.15 2 1.71 3.4-0.58 1.8-2.69 2.7-4.45 2.1-2.21-0.8-3.19-3.4-2.39-5.5 0.96-2.6 4-3.7 6.5-2.8 2.95 1.2 4.25 4.7 3.08 7.6-1.34 3.3-5.3 4.7-8.56 3.4-3.69-1.5-5.29-6-3.76-9.6 1.72-4.1 6.61-5.8 10.61-4.1 4.44 1.9 6.36 7.3 4.45 11.6" transform="translate(10 3871.3) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -31.314)" stroke="#000" sodipodi:argument="-18.385908" sodipodi:cy="2120.6279" sodipodi:cx="131.45540" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpath1642" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3871.3) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1440.6 -40.555)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpath1643" sodipodi:revolution="3.0000000" sodipodi:radius="25.200598" d="m154.34 2141.8c1.12 0.5-0.24 1.8-0.98 1.8-1.99 0.2-3.03-2.1-2.73-3.8 0.53-3 3.92-4.4 6.65-3.6 4 1.1 5.77 5.7 4.5 9.5-1.7 5-7.55 7.1-12.33 5.3-6.01-2.2-8.57-9.3-6.26-15.1 2.8-7 11.18-10 18-7.2 8.03 3.4 11.38 13 8.02 20.9-3.88 9-14.82 12.8-23.67 8.9-10.05-4.4-14.2-16.7-9.78-26.5 4.95-11.1 18.47-15.6 29.34-10.7 12.07 5.5 17.02 20.3 11.54 32.2" transform="translate(10 3871.3) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -54.931)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2141.7546" sodipodi:cx="154.34271" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpath1644" sodipodi:revolution="3.0000000" sodipodi:radius="19.674946" d="m177.23 2161.1c0.94 0.3 0.07 1.4-0.49 1.6-1.51 0.4-2.63-1.2-2.64-2.6-0.01-2.3 2.39-3.9 4.6-3.7 3.23 0.3 5.24 3.6 4.79 6.7-0.6 4.1-4.78 6.5-8.71 5.8-4.93-0.8-7.89-5.9-6.94-10.7 1.16-5.8 7.18-9.2 12.81-8 6.64 1.4 10.57 8.3 9.1 14.8-1.7 7.5-9.58 11.9-16.92 10.2-8.34-2-13.25-10.8-11.25-19 2.24-9.2 11.98-14.6 21.03-12.3 10.04 2.5 15.93 13.2 13.4 23.1" transform="translate(10 3871.3) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -65.819)" stroke="#000" sodipodi:argument="-18.546671" sodipodi:cy="2161.1208" sodipodi:cx="177.23004" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpath1645" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3871.3) matrix(4.753e-17 .15352 -.15352 4.753e-17 473.62 31.043)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpath1646" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3871.3) matrix(9.506e-17 .30705 -.30705 9.506e-17 806.81 7.1768)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpath1647" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3871.3) matrix(3.8024e-16 1.2282 -1.2282 3.8024e-16 2753.8 -136.02)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpath1648" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3871.3) matrix(7.6048e-16 2.4564 -2.4564 7.6048e-16 5347.5 -326.94)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".125" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpolygon1649" d="m223 2147.6-20.927 0.3454-20.927 0.3453 10.165-18.296 10.165-18.296 10.763 17.951z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.589 1767.9)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1670)"/> + <path id="basic-f13-fr.svgpolygon1650" d="m207.75 2141.8 10.137-17.003 10.137-17.003 9.6564 17.28 9.6564 17.28-19.793-0.2772z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.701 1772.9)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1669)"/> + <path id="basic-f13-fr.svgpolygon1651" d="m218.9 2147.6 5.4312-11.938 5.4312-11.938 7.6235 10.673 7.6235 10.673-13.055 1.2656z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-6.352 1762.2)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1668)"/> + <path id="basic-f13-fr.svgpolygon1652" d="m221.83 2157 7.5821-10.246 7.5821-10.246 5.0823 11.689 5.0823 11.689-12.664-1.4432z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-18.189 1749.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1667)"/> + <path id="basic-f13-fr.svgpolygon1653" d="m232.98 2163.5 3.6889-6.8247 3.6889-6.8246 4.0658 6.607 4.0658 6.607-7.7548 0.2176z" fill-rule="evenodd" fill-opacity=".75" transform="translate(15.175 1741.3)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1666)"/> + <path id="basic-f13-fr.svgpolygon1654" d="m241.78 2168.2 4.8233-6.8928 4.8233-6.8927 3.5576 7.6235 3.5576 7.6234-8.3809-0.7307z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-2.53 1735.9)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1665)"/> + <path id="basic-f13-fr.svgpolygon1655" d="m254.11 2170.5 2.1825-5.3681 2.1825-5.368 3.5576 4.5741 3.5576 4.5741-5.7401 0.7939z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-23.757 1732.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-fr.svgradialGradient1664)"/> + <path id="basic-f13-fr.svgpath1678" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 3871.3) matrix(1.0825e-16 .34966 -.34966 1.0825e-16 853.98 .69279)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/> + <path id="basic-f13-fr.svgpath1679" d="m175.2 51.728c-0.04 0.96-0.08 2.054-1.1 2.797" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1680" d="m182.3 51.84c0 0.743-0.46 2.115-0.37 3.02" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1681" d="m188.65 51.951c0.2 0.696 0.08 1.788 1.84 2.574" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1682" d="m197.68 51.504c-0.21 0.667-1.86 2.562-1.1 3.245" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1683" d="m204.82 52.287c-0.28 0.399-1.35 1.802 0 2.35" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1684" d="m211.03 51.504c0.09 0.927-0.48 1.881 1.84 2.909" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1685" d="m220.14 51.951c0.08 0.57-0.99 1.563-1.47 2.462" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1686" d="m225.4 51.84c0.02 0.436 0.19 1.722 2.94 2.349" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1687" d="m233.97 52.063c0 0.158-0.21 1.613 0.74 2.238" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1688" d="m238.47 51.84c1.06 1.233 1.13 2.685 6.63 3.58" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <path id="basic-f13-fr.svgpath1689" d="m248.88 52.511c0 0.84-0.1 1.67 0.74 2.461" transform="translate(10 3871.3)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3952.129698" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3952.129698" x="10">Ordre z (ou superposition)</tspan> </text> - <rect id="d0e693" display="none" height="1e3px" width="288" y="3912.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e687" display="none" height="1e3px" width="288" y="3957.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e693"/> + <use y="0" x="0" xlink:href="#d0e687"/> </flowRegion> - <flowDiv xml:space="preserve">Le terme <flowSpan font-style="italic">ordre-z</flowSpan> correspond à l'ordre d'empilement des objets sur un dessin, les objets du dessus masquant les autres. Les deux commandes du menu Objet, Monter au premier plan (<flowSpan font-weight="bold">Début</flowSpan>) et Descendre à l'arrière plan (<flowSpan font-weight="bold">Fin</flowSpan>), feront passer les objets sélectionnés tout au dessus ou tout au fond dans la superposition des objets du calque courant. Deux autres commandes, Monter (<flowSpan font-weight="bold">Page Précédente</flowSpan>) et Descendre (<flowSpan font-weight="bold">Page Suivante</flowSpan>), les déplaceront d'<flowSpan font-style="italic">un cran seulement</flowSpan>, c'est à dire juste au-delà d'un objet non sélectionné (seuls les objets chevauchant la sélection comptent; si rien ne chevauche la sélection, Monter et Descendre la déplacent tout au dessus ou tout au fond respectivement.</flowDiv> + <flowDiv xml:space="preserve">Le terme <flowSpan font-style="italic">ordre z</flowSpan> désigne l'ordre d'empilement des objets sur un dessin, les objets du dessus masquant les autres. Les deux commandes du menu Objet, Monter au premier plan (touche <flowSpan font-weight="bold">Début</flowSpan>) et Descendre à l'arrière plan (touche <flowSpan font-weight="bold">Fin</flowSpan>), feront passer les objets sélectionnés tout au dessus ou tout au fond dans la superposition des objets du calque actuel. Deux autres commandes, Monter (<flowSpan font-weight="bold">Page précédente</flowSpan>) et Descendre (<flowSpan font-weight="bold">Page suivante</flowSpan>), les déplaceront d'<flowSpan font-style="italic">un cran seulement</flowSpan>, c'est-à-dire juste au-delà d'un objet non sélectionné (seuls les objets chevauchant la sélection comptent ; si rien ne chevauche la sélection, Monter et Descendre la déplacent tout au-dessus ou tout au fond respectivement.</flowDiv> </flowRoot> - <rect id="d0e714" display="none" height="1e3px" width="288" y="4037.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e708" display="none" height="1e3px" width="288" y="4081.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e714"/> + <use y="0" x="0" xlink:href="#d0e708"/> </flowRegion> <flowDiv xml:space="preserve">Exercez-vous à l'utilisation de ces commandes en inversant la superposition des objets ci-dessous, de telle sorte que l'ellipse la plus à gauche soit tout au-dessus et la plus à droite tout au fond :</flowDiv> </flowRoot> - <path id="basic-f14-fr.svgpath1127" d="m70.423 2348c0 7.6166-10.51 13.791-23.474 13.791s-23.474-6.1744-23.474-13.791 10.51-13.791 23.474-13.791 23.474 6.1745 23.474 13.791z" fill-rule="evenodd" transform="translate(10 4084.8) matrix(1.3625 0 0 1.7447 16.798 -4067.1)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".39901" fill="#f90"/> - <path id="basic-f14-fr.svgpath1128" d="m100.94 2351.2c0 9.7234-11.429 17.606-25.528 17.606s-25.528-7.8823-25.528-17.606c0-9.7233 11.429-17.606 25.528-17.606s25.528 7.8823 25.528 17.606z" fill-rule="evenodd" transform="translate(10 4084.8) matrix(1 0 0 1.0513 31.763 -2451.9)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> - <path id="basic-f14-fr.svgpath1129" d="m119.72 2349.5c0 7.4546-9.7215 13.498-21.714 13.498s-21.714-6.0431-21.714-13.498c0-7.4545 9.7215-13.498 21.714-13.498s21.714 6.0431 21.714 13.498z" fill-rule="evenodd" transform="translate(10 4084.8) matrix(1 0 0 1.0513 34.11 -2439.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> - <path id="basic-f14-fr.svgpath1130" d="m129.69 2348c0 5.3478-5.7804 9.6831-12.911 9.6831-7.1304 0-12.911-4.3353-12.911-9.6831 0-5.3479 5.7804-9.6831 12.911-9.6831 7.1304 0 12.911 4.3352 12.911 9.6831z" fill-rule="evenodd" transform="translate(10 4084.8) matrix(1 0 0 1.0513 36.436 -2449.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> - <path id="basic-f14-fr.svgpath1131" d="m142.61 2347.1c0 4.2135-5.2549 7.6291-11.737 7.6291-6.4822 0-11.737-3.4156-11.737-7.6291 0-4.2134 5.2549-7.6291 11.737-7.6291 6.4822 0 11.737 3.4157 11.737 7.6291z" fill-rule="evenodd" transform="translate(10 4084.8) matrix(1 0 0 1.0513 37.632 -2444.9)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> - <path id="basic-f14-fr.svgpath1132" d="m150.23 2347.4c0 3.079-3.2843 5.5751-7.3357 5.5751s-7.3357-2.4961-7.3357-5.5751c0-3.0791 3.2843-5.5751 7.3357-5.5751s7.3357 2.496 7.3357 5.5751z" fill-rule="evenodd" transform="translate(10 4084.8) matrix(1 0 0 1.0513 37.045 -2450.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> - <rect id="d0e727" display="none" height="1e3px" width="288" y="4149.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="basic-f14-fr.svgpath1127" d="m70.423 2348c0 7.6166-10.51 13.791-23.474 13.791s-23.474-6.1744-23.474-13.791 10.51-13.791 23.474-13.791 23.474 6.1745 23.474 13.791z" fill-rule="evenodd" transform="translate(10 4129.2) matrix(1.3625 0 0 1.7447 16.798 -4067.1)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".39901" fill="#f90"/> + <path id="basic-f14-fr.svgpath1128" d="m100.94 2351.2c0 9.7234-11.429 17.606-25.528 17.606s-25.528-7.8823-25.528-17.606c0-9.7233 11.429-17.606 25.528-17.606s25.528 7.8823 25.528 17.606z" fill-rule="evenodd" transform="translate(10 4129.2) matrix(1 0 0 1.0513 31.763 -2451.9)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> + <path id="basic-f14-fr.svgpath1129" d="m119.72 2349.5c0 7.4546-9.7215 13.498-21.714 13.498s-21.714-6.0431-21.714-13.498c0-7.4545 9.7215-13.498 21.714-13.498s21.714 6.0431 21.714 13.498z" fill-rule="evenodd" transform="translate(10 4129.2) matrix(1 0 0 1.0513 34.11 -2439.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> + <path id="basic-f14-fr.svgpath1130" d="m129.69 2348c0 5.3478-5.7804 9.6831-12.911 9.6831-7.1304 0-12.911-4.3353-12.911-9.6831 0-5.3479 5.7804-9.6831 12.911-9.6831 7.1304 0 12.911 4.3352 12.911 9.6831z" fill-rule="evenodd" transform="translate(10 4129.2) matrix(1 0 0 1.0513 36.436 -2449.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> + <path id="basic-f14-fr.svgpath1131" d="m142.61 2347.1c0 4.2135-5.2549 7.6291-11.737 7.6291-6.4822 0-11.737-3.4156-11.737-7.6291 0-4.2134 5.2549-7.6291 11.737-7.6291 6.4822 0 11.737 3.4157 11.737 7.6291z" fill-rule="evenodd" transform="translate(10 4129.2) matrix(1 0 0 1.0513 37.632 -2444.9)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> + <path id="basic-f14-fr.svgpath1132" d="m150.23 2347.4c0 3.079-3.2843 5.5751-7.3357 5.5751s-7.3357-2.4961-7.3357-5.5751c0-3.0791 3.2843-5.5751 7.3357-5.5751s7.3357 2.496 7.3357 5.5751z" fill-rule="evenodd" transform="translate(10 4129.2) matrix(1 0 0 1.0513 37.045 -2450.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/> + <rect id="d0e721" display="none" height="1e3px" width="288" y="4194" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e727"/> + <use y="0" x="0" xlink:href="#d0e721"/> </flowRegion> - <flowDiv xml:space="preserve">Un raccourci de sélection très utile est la touche <flowSpan font-weight="bold">Tab</flowSpan>. Si rien n'est sélectionné, il sélectionne l'objet le plus au fond; sinon, il sélectionne l'objet <flowSpan font-style="italic">juste au-dessus</flowSpan> de l'objet sélectionné dans l'ordre-z. <flowSpan font-weight="bold">Maj+Tab</flowSpan> fait l'inverse, commençant par l'objet tout au-dessus en allant vers le fond. Comme les objets que vous créez sont ajoutés au-dessus de la superposition, appuyer sur <flowSpan font-weight="bold">Maj+Tab</flowSpan> quand aucun objet n'est sélectionné vous permettra de retrouver facilement le <flowSpan font-style="italic">dernier</flowSpan> objet que vous avez créé. Essayez <flowSpan font-weight="bold">Tab</flowSpan> et <flowSpan font-weight="bold">Maj+Tab</flowSpan> sur les ellipses superposées ci-dessus.</flowDiv> + <flowDiv xml:space="preserve">Un raccourci de sélection très utile est la touche <flowSpan font-weight="bold">Tab</flowSpan>. Si rien n'est sélectionné, il sélectionne l'objet le plus au fond ; sinon, il sélectionne l'objet <flowSpan font-style="italic">juste au-dessus</flowSpan> de l'objet sélectionné dans l'ordre z. <flowSpan font-weight="bold">Maj+Tab</flowSpan> fait l'inverse, commençant par l'objet tout au-dessus en allant vers le fond. Comme les objets que vous créez sont ajoutés au-dessus de la superposition, appuyer sur <flowSpan font-weight="bold">Maj+Tab</flowSpan> quand aucun objet n'est sélectionné vous permettra de retrouver facilement le <flowSpan font-style="italic">dernier</flowSpan> objet que vous avez créé. Essayez <flowSpan font-weight="bold">Tab</flowSpan> et <flowSpan font-weight="bold">Maj+Tab</flowSpan> sur les ellipses superposées ci-dessus.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4265.681295999999" x="10" font-family="Sans" fill="#000000"> - <tspan y="4265.681295999999" x="10">Sélectionner en-dessous et déplacer</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4310.016113" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="4310.016113" x="10">Sélectionner et déplacer des objets couverts</tspan> </text> - <rect id="d0e757" display="none" height="1e3px" width="288" y="4270.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e751" display="none" height="1e3px" width="288" y="4315.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e757"/> + <use y="0" x="0" xlink:href="#d0e751"/> </flowRegion> <flowDiv xml:space="preserve">Que faire si l'objet dont vous avez besoin est caché derrière un autre objet ? Vous pouvez encore voir l'objet en dessous si celui du dessus est (partiellement) transparent, mais en cliquant dessus, vous sélectionnerez l'objet du dessus, pas celui dont vous avez besoin.</flowDiv> </flowRoot> - <rect id="d0e760" display="none" height="1e3px" width="288" y="4321" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e754" display="none" height="1e3px" width="288" y="4365.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e760"/> + <use y="0" x="0" xlink:href="#d0e754"/> </flowRegion> - <flowDiv xml:space="preserve">Pour cela, il faut utiliser <flowSpan font-weight="bold">Alt+cliquer</flowSpan>. <flowSpan font-weight="bold">Alt+cliquer</flowSpan> sélectionne d'abord l'objet du dessus, comme un cliquer normal; mais le <flowSpan font-weight="bold">Alt+cliquer</flowSpan> suivant au même endroit sélectionne l'objet juste <flowSpan font-style="italic">en-dessous</flowSpan>; et ainsi de suite. Donc, plusieurs <flowSpan font-weight="bold">Alt+cliquer</flowSpan> à la suite vous permettront de naviguer du dessus vers le fond à travers la superposition de différents objets sous le pointeur de la souris. Quand l'objet du fond est sélectionné, un <flowSpan font-weight="bold">Alt+cliquer</flowSpan> de plus sélectionne de nouveau l'objet du dessus.</flowDiv> + <flowDiv xml:space="preserve">Pour cela, il faut utiliser <flowSpan font-weight="bold">Alt+clic</flowSpan>. <flowSpan font-weight="bold">Alt+clic</flowSpan> sélectionne d'abord l'objet du dessus, comme un clic normal ; mais le <flowSpan font-weight="bold">Alt+clic</flowSpan> suivant au même endroit sélectionne l'objet juste <flowSpan font-style="italic">en dessous</flowSpan> ; et ainsi de suite. Donc, plusieurs <flowSpan font-weight="bold">Alt+clic</flowSpan> à la suite vous permettront de naviguer du dessus vers le fond à travers la superposition de différents objets sous le pointeur de la souris. Quand l'objet du fond est sélectionné, un <flowSpan font-weight="bold">Alt+clic</flowSpan> de plus sélectionne de nouveau l'objet du dessus.</flowDiv> </flowRoot> - <rect id="d0e781" display="none" height="1e3px" width="288" y="4413.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e775" display="none" height="1e3px" width="288" y="4447.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e781"/> + <use y="0" x="0" xlink:href="#d0e775"/> </flowRegion> - <flowDiv xml:space="preserve">[Si vous utilisez Linux, vous pourriez éventuellement vous appercevroi que <flowSpan font-weight="bold">Alt+clique</flowSpan> ne fonctionne pas correctement, mais déplace la fenêtre Inkscape en totalité. Il s'agit de vôtre gestionnaire de fenêtres qui resèrve Alt+clque pour une action différente. Pour corriger cela, il aut trouver l'option de configuration du comportement des fenêtres de votre gestionnaire de fenêtre, puis la desactiver ou bien lui associer la touche Meta (touche Windows), ainsi configuré, Inkscape et les autres applications pourront librement utiliser la touche Alt.]</flowDiv> + <flowDiv xml:space="preserve">[Si vous êtes sous Linux, vous pourriez éventuellement vous apercevoir que <flowSpan font-weight="bold">Alt+clic</flowSpan> ne fonctionne pas correctement, mais déplace la fenêtre Inkscape en totalité. C'est parce que votre gestionnaire de fenêtres a réservé le raccourci <flowSpan font-weight="bold">Alt+clic</flowSpan> pour une autre action. Pour corriger cela, il faut trouver l'option de configuration du comportement des fenêtres de votre gestionnaire de fenêtres, puis la désactiver ou bien lui associer une autre touche (par exemple <flowSpan font-weight="bold">Super</flowSpan> — aussi appelée « Windows »), afin qu'Inkscape et les autres applications puissent librement utiliser la touche Alt.]</flowDiv> </flowRoot> - <rect id="d0e787" display="none" height="1e3px" width="288" y="4506.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e787" display="none" height="1e3px" width="288" y="4550.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e787"/> </flowRegion> - <flowDiv xml:space="preserve">D'accord, mais une fois l'objet recouvert sélectionné, qu'en faire ? Vous pouvez le transformer grâce aux raccourcis et déplacer ses poignées de sélection. Cependant, déplacer l'objet lui-même resélectionnera l'objet tout au dessus à nouveau (le cliquer-déplacer est conçu comme cela : d'abord sélectionner l'objet le plus haut juste sous le curseur puis déplacer la sélection). Pour demander à Inkscape de déplacer la <flowSpan font-style="italic">sélection présente</flowSpan> (éventuellement en-dessous d'autres objets) sans rien sélectionner d'autre, utilisez <flowSpan font-weight="bold">Alt+déplacer</flowSpan>. Cela vous permettra de déplacer la sélection courante où que vous placiez la souris.</flowDiv> + <flowDiv xml:space="preserve">Bien, mais une fois l'objet recouvert sélectionné, qu'en faire ? Vous pouvez le transformer grâce aux raccourcis et déplacer ses poignées de sélection. Cependant, déplacer l'objet lui-même resélectionnera l'objet tout au dessus à nouveau (le cliquer-déplacer est conçu comme cela : d'abord sélectionner l'objet le plus haut juste sous le curseur puis déplacer la sélection). Pour demander à Inkscape de déplacer la <flowSpan font-style="italic">sélection présente</flowSpan> (éventuellement en dessous d'autres objets) sans rien sélectionner d'autre, utilisez <flowSpan font-weight="bold">Alt+déplacer</flowSpan>. Cela vous permettra de déplacer la sélection actuelle où que vous placiez la souris.</flowDiv> </flowRoot> - <rect id="d0e796" display="none" height="1e3px" width="288" y="4618.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e796" display="none" height="1e3px" width="288" y="4653.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e796"/> </flowRegion> - <flowDiv xml:space="preserve">Essayez <flowSpan font-weight="bold">Alt+cliquer</flowSpan> et <flowSpan font-weight="bold">Alt+déplacer</flowSpan> sur les deux formes brunes sous le rectangle vert transparent :</flowDiv> + <flowDiv xml:space="preserve">Essayez <flowSpan font-weight="bold">Alt+clic</flowSpan> et <flowSpan font-weight="bold">Alt+déplacer</flowSpan> sur les deux formes brunes sous le rectangle vert transparent :</flowDiv> </flowRoot> - <path id="basic-f15-fr.svgpath2575" sodipodi:sides="7" inkscape:flatsided="false" fill="#ac7335" style="color:#000000" transform="translate(10 4655.4) matrix(.39512 .68437 -.68437 .39512 2780 -1592.9)" inkscape:rounded="0.21000000" sodipodi:r1="28.739008" sodipodi:r2="16.983238" sodipodi:arg1="0.52143444" sodipodi:arg2="0.97023339" sodipodi:type="star" d="m126.89 3940.5c-1.71 2.8-13.23-2-15.92-0.2-2.69 1.7-2.72 13.9-5.86 14.5-3.14 0.5-6.349-10.3-9.539-11.1s-13.307 5.7-15.627 3.5 6.076-11.8 4.656-14.7c-1.419-3-12.432-3.1-12.315-6.3s12.009-3.8 13.505-6.6c1.495-2.7-2.945-13.2-0.399-15.1 2.547-1.8 10.874 5.7 14.077 5.1 3.202-0.6 7.302-9.5 10.362-8.7 3.07 0.9 0.25 11.3 2.78 13.4 2.53 2 12.65-0.8 13.8 2.2 1.16 3.1-8.72 9.8-8.76 13-0.04 3.1 10.95 8.3 9.24 11z" inkscape:randomized="0.047000000" sodipodi:cy="3927.1016" sodipodi:cx="100.73942"/> - <path id="basic-f15-fr.svgpath2574" sodipodi:sides="6" inkscape:flatsided="false" fill="#ff9400" style="color:#000000" transform="translate(10 4655.4) matrix(.83260 .48070 -.48070 .83260 1947.5 -3288.4)" inkscape:rounded="0.21000000" sodipodi:r1="19.212250" sodipodi:r2="9.3934679" sodipodi:arg1="0.48833395" sodipodi:arg2="0.77161843" sodipodi:type="star" d="m107.62 3941.6c-0.53 2.1-9.076-3.5-10.951-2.4-2.497 1.5-1.972 11.9-4.862 12.6-2.17 0.6-1.585-8.5-3.563-9.5-2.636-1.2-11.029 4.1-13.221 2.2-1.646-1.5 6.95-5.7 6.894-8-0.075-3-9.644-9.8-9.082-12.7 0.421-2.2 9.473 5.2 11.397 4 2.564-1.5 2.337-12.6 5.229-13.2 2.17-0.5 1.693 9 3.66 10.1 2.621 1.3 12.059-3.4 14.219-1.4 1.61 1.6-7.377 4.8-7.27 7 0.15 3 8.25 8.5 7.55 11.3z" inkscape:randomized="0.047000000" sodipodi:cy="3933.4641" sodipodi:cx="90.665482"/> - <rect id="basic-f15-fr.svgrect3197" ry="10.424" style="color:#000000" fill-opacity=".29609" rx="10.424" transform="translate(10 4655.4)" height="56.564" width="171.79" y="-.21458" x="44.416" fill="#2dd268"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4736.745303999998" x="10" font-family="Sans" fill="#000000"> - <tspan y="4736.745303999998" x="10">Sélectionner des objets similaires</tspan> + <path id="basic-f15-fr.svgpath2575" sodipodi:sides="7" inkscape:flatsided="false" fill="#ac7335" style="color:#000000" transform="translate(10 4690.5) matrix(.39512 .68437 -.68437 .39512 2780 -1592.9)" inkscape:rounded="0.21000000" sodipodi:r1="28.739008" sodipodi:r2="16.983238" sodipodi:arg1="0.52143444" sodipodi:arg2="0.97023339" sodipodi:type="star" d="m126.89 3940.5c-1.71 2.8-13.23-2-15.92-0.2-2.69 1.7-2.72 13.9-5.86 14.5-3.14 0.5-6.349-10.3-9.539-11.1s-13.307 5.7-15.627 3.5 6.076-11.8 4.656-14.7c-1.419-3-12.432-3.1-12.315-6.3s12.009-3.8 13.505-6.6c1.495-2.7-2.945-13.2-0.399-15.1 2.547-1.8 10.874 5.7 14.077 5.1 3.202-0.6 7.302-9.5 10.362-8.7 3.07 0.9 0.25 11.3 2.78 13.4 2.53 2 12.65-0.8 13.8 2.2 1.16 3.1-8.72 9.8-8.76 13-0.04 3.1 10.95 8.3 9.24 11z" inkscape:randomized="0.047000000" sodipodi:cy="3927.1016" sodipodi:cx="100.73942"/> + <path id="basic-f15-fr.svgpath2574" sodipodi:sides="6" inkscape:flatsided="false" fill="#ff9400" style="color:#000000" transform="translate(10 4690.5) matrix(.83260 .48070 -.48070 .83260 1947.5 -3288.4)" inkscape:rounded="0.21000000" sodipodi:r1="19.212250" sodipodi:r2="9.3934679" sodipodi:arg1="0.48833395" sodipodi:arg2="0.77161843" sodipodi:type="star" d="m107.62 3941.6c-0.53 2.1-9.076-3.5-10.951-2.4-2.497 1.5-1.972 11.9-4.862 12.6-2.17 0.6-1.585-8.5-3.563-9.5-2.636-1.2-11.029 4.1-13.221 2.2-1.646-1.5 6.95-5.7 6.894-8-0.075-3-9.644-9.8-9.082-12.7 0.421-2.2 9.473 5.2 11.397 4 2.564-1.5 2.337-12.6 5.229-13.2 2.17-0.5 1.693 9 3.66 10.1 2.621 1.3 12.059-3.4 14.219-1.4 1.61 1.6-7.377 4.8-7.27 7 0.15 3 8.25 8.5 7.55 11.3z" inkscape:randomized="0.047000000" sodipodi:cy="3933.4641" sodipodi:cx="90.665482"/> + <rect id="basic-f15-fr.svgrect3197" ry="10.424" style="color:#000000" fill-opacity=".29609" rx="10.424" transform="translate(10 4690.5)" height="56.564" width="171.79" y="-.21458" x="44.416" fill="#2dd268"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4771.872627999999" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="4771.872627999999" x="10">Sélectionner des objets similaires</tspan> </text> - <rect id="d0e821" display="none" height="1e3px" width="288" y="4741.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e821" display="none" height="1e3px" width="288" y="4777.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e821"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape peut ajouter des objets similaires à la sélection courante. Par exemple, si vous souhaitez sélectionner tous les carrés bleus ci-dessous, sélectionnez tout d'abord l'un d'entre eux, puis utilisez <flowSpan font-family="Sans">Édition > Sélectionner même > Couleur de remplissage</flowSpan> dans le menu. Tous les objets avec la même teinte de bleu sont alors sélectionnés.</flowDiv> - </flowRoot> - <rect id="basic-f16-fr.svgrect4101" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="48.992" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4105" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="48.992" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4107" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="48.992" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4115" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="68.185" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4121" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="86.873" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4127" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="105.06" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4133" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="122.73" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4139" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="140.92" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4145" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="159.6" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4151" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="177.28" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4109" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="4.0448" x="195.46" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4117" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="68.185" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4123" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="86.873" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4129" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="105.06" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4135" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="122.73" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4141" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="140.92" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4147" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="159.6" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4153" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="177.28" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4111" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="21.722" x="195.46" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4119" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="68.185" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4125" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="86.873" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4131" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="105.06" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4137" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="122.73" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4143" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="140.92" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4149" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="159.6" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4155" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="177.28" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4113" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="38.895" x="195.46" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4169" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="9.5964" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4157" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="4.0448" x="214.66" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4171" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="9.5964" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4159" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="21.722" x="214.66" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4173" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="9.5964" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4161" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="38.895" x="214.66" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4175" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="4.0448" x="28.789" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4163" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="4.0448" x="233.85" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4177" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="21.722" x="28.789" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4165" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="21.722" x="233.85" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#4e9a06"/> - <rect id="basic-f16-fr.svgrect4179" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" height="14.205" width="15.152" y="38.895" x="28.789" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> - <rect id="basic-f16-fr.svgrect4167" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4810.7)" ry="0" width="15.152" y="38.895" x="233.85" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> - <rect id="d0e837" display="none" height="1e3px" width="288" y="4871.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowDiv xml:space="preserve">Inkscape peut sélectionner automatiquement tous les objets ayant un point commun. Par exemple, si vous souhaitez sélectionner tous les carrés bleus ci-dessous, sélectionnez tout d'abord l'un d'entre eux, puis utilisez <flowSpan font-family="sans-serif">Édition > Sélectionner même > Couleur de remplissage</flowSpan> dans le menu. Tous les objets avec la même teinte de bleu seront alors sélectionnés.</flowDiv> + </flowRoot> + <rect id="basic-f16-fr.svgrect4101" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="48.992" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4105" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="48.992" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4107" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="48.992" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4115" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="68.185" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4121" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="86.873" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4127" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="105.06" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4133" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="122.73" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4139" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="140.92" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4145" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="159.6" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4151" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="177.28" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4109" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="4.0448" x="195.46" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4117" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="68.185" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4123" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="86.873" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4129" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="105.06" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4135" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="122.73" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4141" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="140.92" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4147" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="159.6" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4153" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="177.28" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4111" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="21.722" x="195.46" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4119" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="68.185" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4125" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="86.873" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4131" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="105.06" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4137" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="122.73" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4143" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="140.92" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4149" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="159.6" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4155" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="177.28" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4113" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="38.895" x="195.46" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4169" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="9.5964" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4157" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="4.0448" x="214.66" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4171" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="9.5964" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4159" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="21.722" x="214.66" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4173" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="9.5964" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4161" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="38.895" x="214.66" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4175" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="4.0448" x="28.789" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4163" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="4.0448" x="233.85" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4177" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="21.722" x="28.789" xmlns:cc="http://creativecommons.org/ns#" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4165" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="21.722" x="233.85" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#4e9a06"/> + <rect id="basic-f16-fr.svgrect4179" opacity="0.924" ry="0" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" height="14.205" width="15.152" y="38.895" x="28.789" xmlns:cc="http://creativecommons.org/ns#" fill="#204a87"/> + <rect id="basic-f16-fr.svgrect4167" opacity="0.924" style="color-rendering:auto;color:#000000;isolation:auto;shape-rendering:auto;image-rendering:auto" rx="0" transform="translate(10 4854.8)" ry="0" width="15.152" y="38.895" x="233.85" xmlns:cc="http://creativecommons.org/ns#" height="14.205" fill="#204a87"/> + <rect id="d0e837" display="none" height="1e3px" width="288" y="4915.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e837"/> </flowRegion> <flowDiv xml:space="preserve">Vous pouvez non seulement sélectionner par couleur de remplissage, mais également par couleur de contour, style de contour, remplissage et contour, et type d'objet.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4923.992401999998" x="10" font-family="Sans" fill="#000000"> - <tspan y="4923.992401999998" x="10">Conclusion</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4968.095662999999" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="4968.095662999999" x="10">Conclusion</tspan> </text> - <rect id="d0e846" display="none" height="1e3px" width="288" y="4929.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e846" display="none" height="1e3px" width="288" y="4973.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e846"/> </flowRegion> - <flowDiv xml:space="preserve">Ceci conclut le didacticiel basique. Inkscape offre beaucoup d'autres fonctionnalités, mais les techniques décrites ci-dessus vous permettront déjà de créer des dessins simples mais utiles. Pour un usage plus avancé, consultez le didacticiel avancé dans <flowSpan font-family="Sans">Aide > Didacticiels</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Ceci conclut le didacticiel basique. Inkscape offre beaucoup d'autres fonctionnalités, mais les techniques décrites ci-dessus vous permettront déjà de créer des dessins simples mais utiles. Pour un usage plus avancé, consultez le didacticiel avancé dans <flowSpan font-family="sans-serif">Aide > Didacticiels</flowSpan>.</flowDiv> </flowRoot> - <g transform="translate(0 4987.9)"> + <g transform="translate(0 5032)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> @@ -752,8 +752,8 @@ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/> - <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="sans-serif" fill="#ffffff"/> + <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path1951" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.69 -163.2)"/> </g> </g> diff --git a/share/tutorials/tutorial-calligraphy.fr.svg b/share/tutorials/tutorial-calligraphy.fr.svg index b975426a1..e9b16455d 100644 --- a/share/tutorials/tutorial-calligraphy.fr.svg +++ b/share/tutorials/tutorial-calligraphy.fr.svg @@ -35,205 +35,205 @@ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path7527" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.46 237.6)"/> <path id="text1896" d="m120.82 12.812 0.1105-0.44803c0.96986-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14732 0.5779-0.14731 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72436 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58929-0.30518 0.95761-0.91554 0.2087-0.35063 0.49721-0.948 0.86553-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6635 3.1752-2.6334 3.1752-0.3192 0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.38059 0.72724-0.69365 1.2532-0.93919 1.5778-0.54019 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50336 0.000008 0.92691 0.27921 1.2707 0.83762l0.92077-3.5063c0.12276-0.4675 0.18414-0.75969 0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78573-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25781 0.95449 0.18415 0.23376 0.41743 0.35063 0.69979 0.35063 0.71206 0 1.3934-0.62984 2.0441-1.8895 0.87167-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438 5.3763 0.36831 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6887 2.7661-0.34375 0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866s0.27623-0.79866 0.60772-1.6558l0.69978-1.7726c0.41742-1.0519 0.62613-1.7596 0.62613-2.1233 0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87166-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81029 0.38959 0.2087 0.25973 0.31305 0.59738 0.31306 1.0129-0.00001 0.49349-0.25168 1.409-0.75504 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.4788 1.396-0.4788 1.6558 0 0.23375 0.0982 0.35063 0.29465 0.35063 0.23326 0 0.53405-0.22077 0.90235-0.6623 0.3806-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27623-10.227c0.23325 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25782 0.62334 0 0.24675-0.0859 0.46103-0.25782 0.64282-0.1596 0.18182-0.35604 0.27272-0.58929 0.27271-0.23326 0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282 0-0.24673 0.0859-0.45451 0.25782-0.62334 0.17187-0.1818 0.37445-0.2727 0.60771-0.27271m8.3563 0.38959 0.1105-0.44803c0.96987-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14734 0.5779-0.14733 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72435 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58928-0.30518 0.9576-0.91554 0.2087-0.35063 0.49722-0.948 0.86554-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6636 3.1752-2.6334 3.1752-0.3192 0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.3806 0.72724-0.69365 1.2532-0.93919 1.5778-0.5402 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50335 0.000008 0.92691 0.27921 1.2707 0.83762l0.92078-3.5063c0.12275-0.4675 0.18415-0.75969 0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78572-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25783 0.95449 0.18414 0.23376 0.41741 0.35063 0.69978 0.35063 0.71207 0 1.3934-0.62984 2.0441-1.8895 0.87166-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479h1.3075c-0.30692 0.87009-0.72434 2.1427-1.2522 3.818-0.56475 1.8051-0.84712 3.0323-0.84711 3.6816-0.00001 0.27271 0.0982 0.40907 0.29464 0.40907 0.4297 0 1.0313-0.88307 1.8047-2.6492l0.40514 0.17532c-0.51563 1.1818-0.95761 1.9934-1.3259 2.4349-0.36832 0.44153-0.78574 0.6623-1.2522 0.6623-0.76118 0-1.1418-0.36362-1.1418-1.0909 0-0.19479 0.0553-0.59088 0.16574-1.1882-0.87166 1.5324-1.8047 2.2986-2.7992 2.2986-0.62614 0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337 0-1.4804 0.55247-2.9154 1.6574-4.305 1.1049-1.4025 2.2406-2.1038 3.4069-2.1038 0.61385 0.000008 1.0804 0.35713 1.3996 1.0714l0.29465-0.81814m-1.5469 0.23375c-0.36831-0.02596-0.79801 0.2013-1.2891 0.68178-0.4788 0.46752-0.92691 1.0974-1.3443 1.8895-0.83485 1.5713-1.2523 2.8895-1.2523 3.9543 0 0.83112 0.30693 1.2467 0.92077 1.2467 0.99444 0 1.9336-1.0324 2.8176-3.0972 0.60156-1.4025 0.93919-2.5648 1.0128-3.4868 0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893 5.3374 0.36831 0.23375c-0.88395 1.8311-1.9643 2.7466-3.2411 2.7466-0.67524 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83483-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.4297 0.000008 0.77346 0.11039 1.0313 0.33115 0.27009 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13505 0.15584-0.30079 0.23376-0.49721 0.23375-0.17188 0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.1105-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81029 1.5584-1.1418 2.6102-0.33148 1.0389-0.49721 1.896-0.49721 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.9576 0 1.8354-0.80515 2.6334-2.4155m5.1362-8.3177h1.2891l-0.79187 2.7466h1.4548l-0.12891 0.44803h-1.4548l-0.34989 1.1298c-0.29465 0.96099-0.60771 2.1233-0.93919 3.4868-0.33147 1.3506-0.49722 2.1362-0.49722 2.357 0 0.29869 0.12891 0.44803 0.38673 0.44803 0.45425 0.000001 1.0006-0.6623 1.639-1.9869 0.0614-0.14285 0.15346-0.31816 0.27623-0.52595l0.36831 0.1948c-0.47881 1.0519-0.83484 1.7272-1.0681 2.0259-0.50336 0.63633-1.0374 0.9545-1.6022 0.9545-0.38058 0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345 0-0.36362 0.0552-0.77268 0.16574-1.2272 0.12278-0.50646 0.51564-1.9609 1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027 8.3177 0.3683 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6886 2.7661-0.34376 0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.11049-0.79866 0.0737-0.24674 0.27624-0.79866 0.60771-1.6558l0.69979-1.7726c0.41742-1.0519 0.62613-1.7596 0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36832-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81027 0.38959 0.20872 0.25973 0.31307 0.59738 0.31307 1.0129 0 0.49349-0.25168 1.409-0.75503 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29463 0.35063 0.23328 0 0.53406-0.22077 0.90237-0.6623 0.38058-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27624-10.227c0.23326 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25783 0.62334-0.00001 0.24675-0.0859 0.46103-0.25783 0.64282-0.1596 0.18182-0.35603 0.27272-0.58929 0.27271-0.23327 0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673 0.0859-0.45451 0.25782-0.62334 0.17188-0.1818 0.37444-0.2727 0.60771-0.27271m7.3369 10.227 0.36831 0.23375c-0.88396 1.8311-1.9643 2.7466-3.2411 2.7466-0.67523 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83482-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.42969 0.000008 0.77345 0.11039 1.0313 0.33115 0.27008 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13506 0.15584-0.30079 0.23376-0.49721 0.23375-0.17189 0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.11049-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81028 1.5584-1.1418 2.6102-0.33148 1.0389-0.49722 1.896-0.49722 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.95761 0 1.8354-0.80515 2.6334-2.4155m6.3332 0 0.36832 0.19479c-0.82257 1.8441-1.7188 2.7661-2.6887 2.7661-0.34376 0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866 0.0736-0.24674 0.27622-0.79866 0.60771-1.6558l0.69979-1.7726c0.4174-1.0519 0.62612-1.7596 0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33147 0.000008 0.60157 0.12987 0.81028 0.38959 0.20871 0.25973 0.31306 0.59738 0.31307 1.0129-0.00001 0.49349-0.25169 1.409-0.75503 2.7466l-0.77346 2.0453c-0.31921 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29465 0.35063 0.23325 0 0.53404-0.22077 0.90236-0.6623 0.38058-0.45452 0.74275-1.0259 1.0865-1.7142m-0.27622-10.227c0.23326 0.000012 0.42969 0.09092 0.5893 0.27271 0.17187 0.16883 0.2578 0.37662 0.25781 0.62334-0.00001 0.24675-0.0859 0.46103-0.25781 0.64282-0.15961 0.18182-0.35604 0.27272-0.5893 0.27271-0.23328 0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282 0-0.24673 0.0859-0.45451 0.25781-0.62334 0.17187-0.1818 0.37444-0.2727 0.60772-0.27271m7.2632 10.383 0.34989 0.25323c-1.0681 1.7012-2.1853 2.5518-3.3516 2.5518-0.62613 0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168 0-1.1558 0.39287-2.409 1.1786-3.7595 1.0927-1.87 2.3326-2.805 3.7199-2.805 0.40513 0.000008 0.73661 0.12987 0.99443 0.38959 0.25781 0.25973 0.38672 0.59088 0.38673 0.99345-0.00001 0.94801-0.62 1.8441-1.86 2.6882-0.40514 0.27272-1.3136 0.71425-2.7255 1.3246-0.20871 0.79217-0.31306 1.4025-0.31306 1.8311 0 0.71425 0.31306 1.0714 0.9392 1.0714 0.45424 0 0.87779-0.16233 1.2707-0.48699 0.40514-0.33764 0.91463-0.948 1.5285-1.8311m-3.278-1.1103c0.23326-0.10389 0.51563-0.24024 0.84711-0.40907 0.71206-0.38959 1.3075-0.90904 1.7863-1.5584 0.49107-0.64931 0.73661-1.2597 0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337 0.000008-1.0067 0.3896-1.5101 1.1688-0.49108 0.7662-0.93306 1.8506-1.3259 3.2531m7.1834-8.8826 0.11048-0.44803c0.92078-0.03895 1.9643-0.10388 3.1306-0.1948-0.0982 0.35064-0.17188 0.60388-0.22099 0.7597-0.13505 0.40259-0.32533 1.0129-0.57087 1.8311l-1.4917 5.1426c-0.71206 2.4544-1.0681 3.9608-1.0681 4.5192-0.00001 0.40258 0.11049 0.60386 0.33147 0.60386 0.30693 0 0.68751-0.35063 1.1418-1.0519 0.23327-0.36361 0.49722-0.84411 0.79188-1.4415l0.42355 0.21427c-0.36832 0.71425-0.64455 1.2207-0.8287 1.5194-0.56475 0.89606-1.2093 1.3441-1.9336 1.3441-0.36831 0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542 0.20871-1.5389 0.62613-2.9804l1.6206-5.5906c0.35603-1.2337 0.53406-1.9285 0.53406-2.0843 0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#fff"/> <use id="use1901" opacity=".078652" style="color:black" xlink:href="#text1896" transform="matrix(3.1679 0 0 3.1679 -274.08 -31.04)" height="1052.3622" width="320" y="0" x="0" fill="black"/> </g> - <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> + <text id="text1920" font-family="sans-serif" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::CALLIGRAPHIE</tspan> </text> bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <rect id="d0e15" display="none" height="1e3px" width="264" y="36" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e15"/> </flowRegion> - <flowDiv xml:space="preserve">Un des nombreux outils d'Inkscape est l'outil calligraphie. Ce didacticiel vous aidera à découvrir le fonctionnement de cet outil, ainsi que les bases et techniques de l'art de la calligraphie.</flowDiv> + <flowDiv xml:space="preserve">L'outil Calligraphie est l'un des nombreux bons outils proposés par Inkscape. Ce didacticiel vous aidera à découvrir le fonctionnement de cet outil, ainsi que les bases et techniques de l'art de la calligraphie.</flowDiv> </flowRoot> - <rect id="d0e18" display="none" height="1e3px" width="264" y="70.568" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <rect id="d0e18" display="none" height="1e3px" width="264" y="70.856" x="35"/> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e18"/> </flowRegion> - <flowDiv xml:space="preserve">Utiliser <flowSpan font-weight="bold">Ctrl+flèches</flowSpan>, <flowSpan font-weight="bold">molette de la souris</flowSpan> ou <flowSpan font-weight="bold">tirer avec le bouton du milieu</flowSpan> pour faire défiler la page vers le bas. Pour les bases de création, sélection et transformation d'objet, voir le didacticiel basique dans <flowSpan font-family="Sans">Aide·>·Didacticiels</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Utiliser <flowSpan font-weight="bold">Ctrl+flèche</flowSpan>, la <flowSpan font-weight="bold">molette de la souris</flowSpan> ou le <flowSpan font-weight="bold">glisser avec le bouton du milieu</flowSpan> pour faire défiler la page vers le bas. Pour les bases de création, sélection et transformation d'objet, lisez le didacticiel basique dans <flowSpan font-family="sans-serif">Aide > Didacticiels</flowSpan>.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="133.628511" x="10" font-family="Sans" fill="#000000"> - <tspan y="133.628511" x="10">Histoire et styles</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="135.298433" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="135.298433" x="10">Histoire et styles</tspan> </text> - <rect id="d0e39" display="none" height="1e3px" width="288" y="138.83" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e39" display="none" height="1e3px" width="288" y="140.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e39"/> </flowRegion> <flowDiv xml:space="preserve">Par définition, la <flowSpan font-style="italic">calligraphie</flowSpan> signifie « belle écriture » ou « faculté d'écrire élégamment ». La calligraphie est essentiellement l'art de former à la main de beaux caractères d'écriture. Cela peut sembler intimidant, mais avec un peu de pratique, n'importe qui peut maîtriser les bases de cet art.</flowDiv> </flowRoot> - <rect id="d0e45" display="none" height="1e3px" width="288" y="197.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e45" display="none" height="1e3px" width="288" y="199.57" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e45"/> </flowRegion> - <flowDiv xml:space="preserve">Les premières formes de calligraphie apparaissent avec les peintures des hommes des cavernes. Et jusqu'à l'apparition de l'imprimerie, en 1440 environ, les livres et autres publications étaient calligraphiés. Un scribe devait transcrire à la main toute copie de livre ou publication. L'écriture se faisait avec une plume (d'oie) et de l'encre sur des matériaux tels que du parchemin ou du vélin. Les styles de lettrage utilisés au cours des âges incluent le Rustique, la minuscule Caroline, le Blackletter, etc. Les endroits les plus courants pour trouver des calligraphies aujourd'hui sont peut-être les faire-part de mariage.</flowDiv> + <flowDiv xml:space="preserve">Les premières formes de calligraphie apparaissent avec les peintures des hommes des cavernes. Et jusqu'à l'apparition de l'imprimerie, en 1440 environ, les livres et autres publications étaient calligraphiés. Un scribe devait transcrire à la main toute copie de livre ou publication. L'écriture se faisait avec une plume (d'oie) et de l'encre sur des matériaux tels que du parchemin ou du vélin. Les styles de lettrage utilisés au cours des âges incluent le Rustique, la minuscule Caroline, le Blackletter, etc. Aujourd'hui, l'emplacement le plus commun où une personne classique trouvera de la calligraphie est probablement le faire-part d'un mariage.</flowDiv> </flowRoot> - <rect id="d0e48" display="none" height="1e3px" width="288" y="311.83" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e48" display="none" height="1e3px" width="288" y="313.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e48"/> </flowRegion> <flowDiv xml:space="preserve">Il existe trois principales familles de calligraphie :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 335.68)"/> - <rect id="d0e54" display="none" height="1e3px" width="258" y="329.68" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 337.35)"/> + <rect id="d0e54" display="none" height="1e3px" width="258" y="331.35" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e54"/> </flowRegion> <flowDiv xml:space="preserve">Occidentale ou romane</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 351.88)"/> - <rect id="d0e58" display="none" height="1e3px" width="258" y="345.88" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 353.54)"/> + <rect id="d0e58" display="none" height="1e3px" width="258" y="347.54" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e58"/> </flowRegion> <flowDiv xml:space="preserve">Arabe</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 368.07)"/> - <rect id="d0e62" display="none" height="1e3px" width="258" y="362.07" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 369.74)"/> + <rect id="d0e62" display="none" height="1e3px" width="258" y="363.74" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e62"/> </flowRegion> <flowDiv xml:space="preserve">Chinoise ou orientale</flowDiv> </flowRoot> - <rect id="d0e66" display="none" height="1e3px" width="288" y="378.26" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e66" display="none" height="1e3px" width="288" y="379.93" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e66"/> </flowRegion> - <flowDiv xml:space="preserve">Ce didacticiel se focalise principalement sur la calligraphie occidentale, étant donné que les deux autres styles nécessitent généralement un pinceau (au lieu d'une plume), qui ne fait pas encore partie des fonctions de notre outil de calligraphie</flowDiv> + <flowDiv xml:space="preserve">Ce didacticiel se focalise principalement sur la calligraphie occidentale, étant donné que les deux autres styles nécessitent généralement un pinceau (au lieu d'une plume), qui ne fait pas encore partie des fonctions de notre outil Calligraphie.</flowDiv> </flowRoot> - <rect id="d0e69" display="none" height="1e3px" width="288" y="428.03" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e69" display="none" height="1e3px" width="288" y="429.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e69"/> </flowRegion> - <flowDiv xml:space="preserve">Un des grands avantages que nous avons sur les scribes du passé est la commande <flowSpan font-family="Sans">annuler</flowSpan>. Si vous faites une erreur, la page entière n'est pas perdue. L'outil calligraphie d'Inkscape permet aussi des techniques qui ne seraient pas possible avec les plumes et encres traditionnelles.</flowDiv> + <flowDiv xml:space="preserve">Un des grands avantages que nous avons sur les scribes du passé est la commande <flowSpan font-family="sans-serif">Annuler</flowSpan>. Si vous faites une erreur, la page entière n'est pas perdue. L'outil Calligraphie d'Inkscape permet aussi des techniques qui ne seraient pas possible avec les plumes et encres traditionnelles.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="499.90507940000003" x="10" font-family="Sans" fill="#000000"> - <tspan y="499.90507940000003" x="10">Matériel</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="501.57500139999996" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="501.57500139999996" x="10">Matériel</tspan> </text> - <rect id="d0e81" display="none" height="1e3px" width="288" y="505.11" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e81" display="none" height="1e3px" width="288" y="506.78" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e81"/> </flowRegion> - <flowDiv xml:space="preserve">Vous obtiendrez de meilleurs résultats si vous utilisez une <flowSpan font-style="italic">tablette graphique</flowSpan> (ex. : une Wacom) avec un stylet. Mais vous pouvez obtenir des résultats décents avec une souris aussi, même s'il vous sera plus difficile de produire des tracés rapides réguliers.</flowDiv> + <flowDiv xml:space="preserve">Vous obtiendrez de meilleurs résultats si vous utilisez une <flowSpan font-style="italic">tablette graphique avec stylet</flowSpan> (ex. : une Wacom). Mais grâce à la flexibilité de notre outil, vous pouvez également obtenir des résultats décents avec une souris, même s'il vous sera plus difficile de produire des tracés rapides réguliers.</flowDiv> </flowRoot> - <rect id="d0e87" display="none" height="1e3px" width="288" y="555.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e87" display="none" height="1e3px" width="288" y="567.51" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e87"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape ne gère pas encore la <flowSpan font-style="italic">sensibilité à la pression</flowSpan> des tablettes graphiques, mais ce n'est pas un problème car les plumes traditionnelles (contrairement aux pinceaux) ne sont pas non plus très sensibles à la pression. La plume calligraphique d'Inkscape est par contre sensible à la <flowSpan font-style="italic">vélocité</flowSpan> du tracé (voir « Mincissement » plus bas), donc si vous utilisez une souris, vous préférez sans doute mettre ce paramètre à zéro.</flowDiv> + <flowDiv xml:space="preserve">Inkscape est capable d'utiliser les sensibilités à la <flowSpan font-style="italic">pression</flowSpan> et à l'<flowSpan font-style="italic">inclinaison</flowSpan> d'un stylet de tablette qui prend en charge ces fonctions. Les fonctions de sensibilité sont désactivées par défaut parce qu'elles nécessitent de la configuration. Souvenez-vous par ailleurs que la calligraphie avec une plume ou un stylo avec pointe ne sont pas vraiment sensibles à la pression, contrairement à un pinceau.</flowDiv> </flowRoot> - <rect id="d0e96" display="none" height="1e3px" width="288" y="637.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e96" display="none" height="1e3px" width="288" y="638.77" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e96"/> </flowRegion> - <flowDiv xml:space="preserve">Si vous avez une tablette et désirez utiliser les fonctions de sensibilité, vous devez configurer votre périphérique. Cette configuration n'a besoin d'être effectuée qu'une seule fois, les réglages seront sauvegardés. Pour en activer le support, vous devez avoir la tablette graphique branchée avant de démarrer Inkscape, puis, ouvrir la boîte de dialogue <flowSpan font-style="italic">Périphériques de saisie...</flowSpan>, via le menu <flowSpan font-style="italic">Édition</flowSpan>. Lorsque ce dialogue est ouvert, vous pouvez sélectionner le périphérique et les réglages que vous désirez en tant que stylet de votre tablette. Enfin, après avoir choisi ces réglages, passez à l'outil calligraphie et commutez les boutons de la bar d'outil pour la pression et l'inclinaison. Inkscape se souviendra de ses réglages au prochain démarrage.</flowDiv> + <flowDiv xml:space="preserve">Si vous avez une tablette et désirez utiliser les fonctions de sensibilité, vous devez configurer votre périphérique. Cette configuration n'a besoin d'être effectuée qu'une seule fois, les réglages seront sauvegardés. Pour en activer le support, vous devez avoir la tablette graphique branchée avant de démarrer Inkscape, puis, ouvrir la boîte de dialogue <flowSpan font-style="italic">Périphériques de saisie…</flowSpan>, via le menu <flowSpan font-style="italic">Édition</flowSpan>. Lorsque cette boîte de dialogue est ouverte, vous pouvez sélectionner le périphérique et les réglages que vous désirez pour le stylet de votre tablette. Enfin, après avoir choisi ces réglages, passez à l'outil Calligraphie et commutez les boutons de la barre d'outils pour la pression et l'inclinaison. Inkscape se souviendra de ces réglages au prochain démarrage.</flowDiv> </flowRoot> - <rect id="d0e105" display="none" height="1e3px" width="288" y="772.32" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e105" display="none" height="1e3px" width="288" y="773.99" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e105"/> </flowRegion> - <flowDiv xml:space="preserve">Le stylo calligraphique d'Inkscape peut être sensible à la <flowSpan font-style="italic">vélocité</flowSpan>·du tracé·(voir·« Mincissement »·plus bas),·donc, si vous utilisez une souris, vous désirerez probablement mettre ce paramètre à zéro.</flowDiv> + <flowDiv xml:space="preserve">Le stylo calligraphique d'Inkscape peut être sensible à la <flowSpan font-style="italic">vélocité</flowSpan> du tracé (voir « Amincissement » plus bas), donc, si vous utilisez une souris, vous désirerez probablement mettre ce paramètre à zéro.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="824.4616434" x="10" font-family="Sans" fill="#000000"> - <tspan y="824.4616434" x="10">Options de l'outil Calligraphie</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="826.1315663999999" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="826.1315663999999" x="10">Options de l'outil Calligraphie</tspan> </text> - <rect id="d0e117" display="none" height="1e3px" width="288" y="829.66" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e117" display="none" height="1e3px" width="288" y="831.33" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e117"/> </flowRegion> - <flowDiv xml:space="preserve">Passez à l'outil calligraphie en appuyant sur <flowSpan font-weight="bold">Ctrl+F6</flowSpan> ou sur <flowSpan font-weight="bold">C</flowSpan>, ou encore en cliquant sur son bouton dans la barre d'outils. Vous remarquerez alors, dans la bar d'outil du haut, huit options : largeur & mincissement ; angle & fixité ; terminaison ; tremblement, agitation & inertie. Il y a également deux autres boutons pour activer ou désactiver la pression de la tablette et la sensibilité à l'inclinaison (pour les tablettes graphiques).</flowDiv> + <flowDiv xml:space="preserve">Passez à l'outil Calligraphie en appuyant sur <flowSpan font-weight="bold">Ctrl+F6</flowSpan> ou sur <flowSpan font-weight="bold">C</flowSpan>, ou encore en cliquant sur son bouton dans la barre d'outils. Vous remarquerez alors, dans la barre d'outils du haut, huit options : largeur & amincissement ; angle & fixité ; terminaisons ; tremblement, agitation & inertie. Il y a également deux autres boutons pour activer ou désactiver la pression de la tablette et la sensibilité à l'inclinaison (pour les tablettes graphiques).</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="924.4696114" x="10" font-family="Sans" fill="#000000"> - <tspan y="924.4696114" x="10">Largeur et mincissement</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="926.1395353999999" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="926.1395353999999" x="10">Largeur et amincissement</tspan> </text> - <rect id="d0e132" display="none" height="1e3px" width="288" y="929.67" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e132" display="none" height="1e3px" width="288" y="931.34" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e132"/> </flowRegion> - <flowDiv xml:space="preserve">Cette paire d'options contrôle la <flowSpan font-style="italic">largeur</flowSpan> de votre plume. La largeur peut varier entre 1 et 100 et (par de défaut) est mesurée selon une unité relative à la taille de votre fenêtre d'édition, mais indépendante du zoom. En effet, l'« unité de mesure » naturelle en calligraphie est l'amplitude du mouvement de votre main et il est donc pratique d'avoir votre largeur de plume en rapport constant par rapport à votre « plan d'écriture » et non pas en unités réelles, ce qui la ferait dépendre du zoom.</flowDiv> + <flowDiv xml:space="preserve">Cette paire d'options contrôle la <flowSpan font-style="italic">largeur</flowSpan> de votre plume. La largeur peut varier entre 1 et 100 et est (par défaut) mesurée selon une unité relative à la taille de votre fenêtre d'édition, mais indépendante du zoom. En effet, l'« unité de mesure » naturelle en calligraphie est l'amplitude du mouvement de votre main et il est donc pratique d'avoir votre largeur de plume en rapport constant par rapport à votre « planche d'écriture » et non pas en unités réelles, ce qui la ferait dépendre du zoom. Ce comportement est toutefois optionnel, et peut donc être modifié pour ceux qui préféreraient une unité absolue peu importe le zoom. Pour passer à ce mode, utilisez la case à cocher sur la page de Préférences de l'outil (vous pouvez l'ouvrir en double-cliquant sur le bouton de l'outil).</flowDiv> </flowRoot> - <rect id="d0e138" display="none" height="1e3px" width="288" y="1022.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e138" display="none" height="1e3px" width="288" y="1066.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e138"/> </flowRegion> - <flowDiv xml:space="preserve">Comme la largeur de plume varie souvent, vous pouvez l'ajuster sans devoir utiliser la barre de contrôle, en utilisant les flèches <flowSpan font-weight="bold">gauche</flowSpan> et <flowSpan font-weight="bold">droite</flowSpan>. L'avantage de ces raccourcis est qu'ils fonctionnent même pendant que vous dessinez, de sorte que vous pouvez faire varier la largeur de votre plume progressivement pendant un tracé :</flowDiv> + <flowDiv xml:space="preserve">Comme la largeur de plume varie souvent, vous pouvez l'ajuster sans avoir à retourner à la barre d'outils, en utilisant les touches fléchées <flowSpan font-weight="bold">gauche</flowSpan> et <flowSpan font-weight="bold">droite</flowSpan> ou avec une tablette qui supporte la sensibilité à la pression. L'avantage de ces raccourcis est qu'ils fonctionnent même pendant que vous dessinez, de sorte que vous pouvez faire varier la largeur de votre plume progressivement pendant un tracé :</flowDiv> </flowRoot> - <text id="calligraphy-f01-fr.svgtext1944" xml:space="preserve" transform="translate(10 1090.7)" display="block" font-size="6" y="4.5585475" x="9.8966846" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f01-fr.svgtspan1945" y="4.5585475" x="9.8966846" sodipodi:role="line">largeur=1, augmentant... atteignant 47, diminuant... de nouveau à 0</tspan></text> - <path id="calligraphy-f01-fr.svgpath1924" d="m9.1204 35.709c0.9316-5.078 2.4816-14.745 9.0106-14.719 8.84 10.556-4.057 43.768 0.144 55.285 4.081-15.495 6.504-31.801 12.562-46.852 1.701-4.225 2.12-7.102 6.588-4.823 2.384 13.632 0.485 27.841-0.403 41.587-0.149 2.306 1.754 8.157-0.204 6.93-4.417-2.767-1.946-5.807-0.97-10.514 1.185-5.918 1.144-6.374 2.904-12.326 2.564-8.67 7.108-28.554 19.933-24.974 2.61 0.729 2.735 7.73 2.787 9.311 0.103 3.157-0.175 7.64-0.323 10.756-1.515 4.677 1.194 25.395-8.709 19.83-1.952-1.097 7.698-31.492 8.782-34.309 25.586-40.898 19.203 22.846 17.852 33.492-0.811 5.04 0.818 6.097-8.483 3.447-0.089-0.026 0.254-1.921 0.829-5.253 1.617-9.37 6.806-35.786 16.39-39.72 3.576 0.224 7.235-0.118 10.73 0.674 3.73 0.844 2.23 28.887 1.92 32.641-0.24 2.994-0.621 5.978-0.775 8.978-0.063 1.237 1.325 3.64 0.091 3.716-11.032 0.678-10.754 2.466-9.444-2.619 3.503-10.893 14.008-46.878 28.408-47.33 11.54-0.362 13.54-2.424 18.48 4.878 3.11 4.429 3.93 45.038 1.63 45.159-15.69 0.819-13.99 1.101-12.27-9.844 0.36-1.724 0.69-3.453 1.07-5.173 1.98-9.024 5.09-20.499 11.92-27.237 1.01-0.996 2.27-1.987 3.79-1.949 18.75 0.47 17.95-0.942 19.94 14.835 0.44 2.118 0.35 27.483-0.63 27.546-4.71 0.301-9.48 0.4-14.15-0.235-1.99-0.27 5.17-25.894 5.61-27.281 1.36-8.593 19.71-40.437 32.41-21.138 6.69 10.167 3.21 27.718 1.99 38.921-1.75 10.527 0.23 15.659-14.68 10.814-0.01-0.002 0.83-4.26 1.56-6.809 3.13-11.027 6.89-23.077 15.06-31.463 26.22-13.783 24.19 31.328 20.53 44.478-3.37-0.135-7.02 0.942-10.12-0.404-0.21-0.092 0.81-4.992 2.03-9.691 2.68-10.355 5.75-20.792 10.24-30.524 2.25-4.856 5.13-11.172 9.27-14.831 7.17-6.351 14.29-1.959 16.19 5.334 0.85 5.409 1.13 6.225 1.38 11.963 0.41 9.122 0.32 18.425-0.16 27.543-0.2 3.763-0.58 5.542-0.49 9.075 0.02 0.581 0.76 1.959 0.22 1.73-2.11-0.909-5.07-1.801-5.6-4.043-0.67-2.85 12.45-27.717 14.53-31.722 2.06-3.558 4.07-7.516 6.81-10.656 3.56-4.067 12.74-6.465 14.43 0.713 3.36 14.212-0.3 31.173-2 45.454-0.48 2.491-0.19 3.545-5.29 1.152-1.02-0.478 1.34-10.519 1.37-10.67 1.76-8.363 9.58-38.515 18.93-41.057 1.59 0.313 3.37 0.116 4.77 0.941 2.25 1.332-1.17 30.392-1.62 34.351-0.21 1.859-0.46 6.587-0.94 6.758-3.28 1.164-2.09-0.65-1.69-1.846 4.08-13.812 6.71-30.096 16.16-41.568 4.61-5.589 6.27 0.264 6.42 4.665 2.19 11.71-4.29 25.935-2.39 37.33 0.09 0.553 0.51-1.001 0.69-1.531 1.23-3.624 2.55-7.183 3.96-10.745 2.94-4.381 9.38-25.422 10.47-8.378-1.09-17.044-7.53 3.997-10.47 8.378-1.41 3.562-2.73 7.121-3.96 10.745-0.18 0.53-0.6 2.084-0.69 1.531-1.82-10.95 3.73-25.953 1.73-37.33-0.26-2.091-0.58-6.88-1.22-7.073-2.02-0.614-4.83 4.713-5.34 5.563-7.01 11.669-10.21 25.33-13.36 38.413-0.2 1.558 0.17 2.846-2.65 1.846-1.06-0.377 0.12-2.248 0.22-3.369 0.93-10.706 2.69-21.446 2.19-32.228-0.16-3.486-2.79-5.505 1.39-6.453-8.84 2.405-16.81 33.016-18.26 41.057-0.47 2.592-0.8 10.549-1.04 10.67-5.64 2.8-4.81 1.053-4.38-1.152 1.57-13.192 3.25-27.488 1.88-40.738-0.16-1.591-0.45-3.175-0.88-4.716-0.3-1.051-1.91-2.124-1.28-3.017 0.83-1.181 2.77-0.861 4.19-1.12 0.81-0.147-1.66 0.319-2.34 0.784-4.48 3.071-6.62 9.015-9.47 13.296-2.16 4.536-11.63 29.999-13.52 31.722-2.53 2.298-6.1 3.246-9.42 4.043-1.75 0.418-0.18-3.583-0.15-5.375 0.25-14.98 1.18-30.1-1.48-44.936-1.48-4.337-7.05-9.614 3.52-6.853 0.6 0.157-1.28-0.676-5.22 4.918-2.71 3.843-4.15 7.08-6.06 11.432-4.31 9.831-7.72 20.012-9.91 30.524-0.42 1.977-0.74 3.971-1.09 5.961-0.22 1.241 0.57 3.269-0.61 3.73-3.07 1.21-6.6 0.269-9.9 0.404 3.11-11.191 1.28-26.437-1.66-37.429-0.67-2.528-1.31-4.502-2.98-6.518-0.48-0.582-2.47-1.298-1.73-1.454 15.54-3.293 10.91-1.03 7.53 0.923-8.01 8.227-11.69 20.567-14.39 31.463-0.34 1.364-0.68 2.726-1 4.095-0.2 0.901 0.32 2.457-0.56 2.714-17.57 5.079-11.8-0.307-10.68-10.814 1.1-10.155 1.84-20.686-0.01-30.799-0.44-2.372-1.13-6.011-2.66-8.122-0.55-0.763-3.1-1.619-2.18-1.795 3.8-0.725 7.81-0.778 11.6-0.003 1.07 0.219-1.94 1.068-2.73 1.817-5.89 5.539-8.39 13.912-11.39 21.119-1.91 6.034-3.62 11.968-4.68 18.217-0.37 2.153-0.76 5.113-0.91 7.381-0.04 0.56 0.53 1.607-0.02 1.683-4.59 0.633-9.27 0.545-13.89 0.235-0.39-0.027 0.16-0.765 0.21-1.153 0.2-1.645 0.41-4.598 0.5-6.08 0.41-6.763 0.52-13.556-0.08-20.313-2.06-16.343-10.31-14.05 8.43-14.835 0.31-0.013-2.91-0.005-6.34 4.624-6.38 8.615-9.19 19.431-11.43 29.735-1.7 10.783 1.57 10.724-14.11 9.844-0.38-0.021 0.21-0.723 0.3-1.09 0.68-2.886 0.63-2.834 0.96-6.202 1.23-12.529 2.25-25.777-1.89-37.867-2.99-5.317-9.35-6.15 5.22-4.878 1.01 0.089-1.99 0.447-2.91 0.877-2.66 1.247-4.66 3.005-6.65 5.159-10.5 11.399-15.28 26.842-19.85 41.294-2.143 5.174-0.59 3.239-11.582 2.619-0.217-0.012 1.877-22.305 2.005-24.42 0.305-5.044 0.527-10.541-0.195-15.57-0.162-1.128-0.426-2.251-0.833-3.315-0.281-0.736-1.938-1.724-1.211-2.03 2.352-0.992 5.085-0.45 7.628-0.674-9.309 3.821-14.089 26.213-16.251 35.056-0.642 2.623-1.842 9.882-1.969 9.917-10.392 2.798-7.845 1.476-7.205-3.447 1.345-10.599 3.084-21.334 2.768-32.056-0.081-2.72-0.448-5.859-1.278-8.495-0.274-0.869-1.785-1.883-1.112-2.497 1.268-1.157 3.355-0.728 5.034-1.083 0.66-0.139-1.386 0.109-1.975 0.438-3.754 2.09-5.327 6.718-7.27 10.201-4.063 9.155-6.833 18.644-8.693 28.49-0.363 1.922 0.974 4.907-0.756 5.819-1.626 0.857-3.623 0.728-5.46 0.762-0.238 0.004 0.199-0.437 0.257-0.668 0.434-1.714 0.823-3.442 1.156-5.179 0.932-4.873 1.455-9.826 2.074-14.745 0.543-5.065 1.02-10.012 0.285-15.094-0.156-1.074-0.297-2.175-0.716-3.177-0.29-0.694-1.73-1.138-1.366-1.796 0.412-0.742 2.387-1.139 2.529-0.302 0.15 0.88-1.676 0.688-2.367 1.254-0.94 0.769-1.726 1.721-2.454 2.693-7.293 9.734-9.769 22.189-12.867 33.655-1.079 5.2-0.223 8.27-5.372 10.514-2.125 0.926 0.306-4.625 0.537-6.93 1.383-13.762 2.927-27.79 1.405-41.587 2.349-3.502-1.549 0.93-1.69 1.172-1.82 3.131-2.554 5.08-3.802 8.617-3.587 10.168-6.046 20.605-8.594 31.065-0.761 3.126-0.984 9.093-4.062 10.821-4.201-11.517 8.695-44.729-0.145-55.285-5.398 2.099-7.155 9.443-8.0088 14.719h-0.3338z" transform="translate(10 1090.7)" display="block"/> - <rect id="d0e157" display="none" height="1e3px" width="288" y="1179.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="calligraphy-f01-fr.svgtext1944" xml:space="preserve" transform="translate(10 1145.5)" display="block" font-size="6" y="4.5585475" x="9.8966846" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f01-fr.svgtspan1945" y="4.5585475" x="9.8966846" sodipodi:role="line">largeur=1, augmentant… atteignant 47, diminuant… de nouveau à 0</tspan></text> + <path id="calligraphy-f01-fr.svgpath1924" d="m9.1204 35.709c0.9316-5.078 2.4816-14.745 9.0106-14.719 8.84 10.556-4.057 43.768 0.144 55.285 4.081-15.495 6.504-31.801 12.562-46.852 1.701-4.225 2.12-7.102 6.588-4.823 2.384 13.632 0.485 27.841-0.403 41.587-0.149 2.306 1.754 8.157-0.204 6.93-4.417-2.767-1.946-5.807-0.97-10.514 1.185-5.918 1.144-6.374 2.904-12.326 2.564-8.67 7.108-28.554 19.933-24.974 2.61 0.729 2.735 7.73 2.787 9.311 0.103 3.157-0.175 7.64-0.323 10.756-1.515 4.677 1.194 25.395-8.709 19.83-1.952-1.097 7.698-31.492 8.782-34.309 25.586-40.898 19.203 22.846 17.852 33.492-0.811 5.04 0.818 6.097-8.483 3.447-0.089-0.026 0.254-1.921 0.829-5.253 1.617-9.37 6.806-35.786 16.39-39.72 3.576 0.224 7.235-0.118 10.73 0.674 3.73 0.844 2.23 28.887 1.92 32.641-0.24 2.994-0.621 5.978-0.775 8.978-0.063 1.237 1.325 3.64 0.091 3.716-11.032 0.678-10.754 2.466-9.444-2.619 3.503-10.893 14.008-46.878 28.408-47.33 11.54-0.362 13.54-2.424 18.48 4.878 3.11 4.429 3.93 45.038 1.63 45.159-15.69 0.819-13.99 1.101-12.27-9.844 0.36-1.724 0.69-3.453 1.07-5.173 1.98-9.024 5.09-20.499 11.92-27.237 1.01-0.996 2.27-1.987 3.79-1.949 18.75 0.47 17.95-0.942 19.94 14.835 0.44 2.118 0.35 27.483-0.63 27.546-4.71 0.301-9.48 0.4-14.15-0.235-1.99-0.27 5.17-25.894 5.61-27.281 1.36-8.593 19.71-40.437 32.41-21.138 6.69 10.167 3.21 27.718 1.99 38.921-1.75 10.527 0.23 15.659-14.68 10.814-0.01-0.002 0.83-4.26 1.56-6.809 3.13-11.027 6.89-23.077 15.06-31.463 26.22-13.783 24.19 31.328 20.53 44.478-3.37-0.135-7.02 0.942-10.12-0.404-0.21-0.092 0.81-4.992 2.03-9.691 2.68-10.355 5.75-20.792 10.24-30.524 2.25-4.856 5.13-11.172 9.27-14.831 7.17-6.351 14.29-1.959 16.19 5.334 0.85 5.409 1.13 6.225 1.38 11.963 0.41 9.122 0.32 18.425-0.16 27.543-0.2 3.763-0.58 5.542-0.49 9.075 0.02 0.581 0.76 1.959 0.22 1.73-2.11-0.909-5.07-1.801-5.6-4.043-0.67-2.85 12.45-27.717 14.53-31.722 2.06-3.558 4.07-7.516 6.81-10.656 3.56-4.067 12.74-6.465 14.43 0.713 3.36 14.212-0.3 31.173-2 45.454-0.48 2.491-0.19 3.545-5.29 1.152-1.02-0.478 1.34-10.519 1.37-10.67 1.76-8.363 9.58-38.515 18.93-41.057 1.59 0.313 3.37 0.116 4.77 0.941 2.25 1.332-1.17 30.392-1.62 34.351-0.21 1.859-0.46 6.587-0.94 6.758-3.28 1.164-2.09-0.65-1.69-1.846 4.08-13.812 6.71-30.096 16.16-41.568 4.61-5.589 6.27 0.264 6.42 4.665 2.19 11.71-4.29 25.935-2.39 37.33 0.09 0.553 0.51-1.001 0.69-1.531 1.23-3.624 2.55-7.183 3.96-10.745 2.94-4.381 9.38-25.422 10.47-8.378-1.09-17.044-7.53 3.997-10.47 8.378-1.41 3.562-2.73 7.121-3.96 10.745-0.18 0.53-0.6 2.084-0.69 1.531-1.82-10.95 3.73-25.953 1.73-37.33-0.26-2.091-0.58-6.88-1.22-7.073-2.02-0.614-4.83 4.713-5.34 5.563-7.01 11.669-10.21 25.33-13.36 38.413-0.2 1.558 0.17 2.846-2.65 1.846-1.06-0.377 0.12-2.248 0.22-3.369 0.93-10.706 2.69-21.446 2.19-32.228-0.16-3.486-2.79-5.505 1.39-6.453-8.84 2.405-16.81 33.016-18.26 41.057-0.47 2.592-0.8 10.549-1.04 10.67-5.64 2.8-4.81 1.053-4.38-1.152 1.57-13.192 3.25-27.488 1.88-40.738-0.16-1.591-0.45-3.175-0.88-4.716-0.3-1.051-1.91-2.124-1.28-3.017 0.83-1.181 2.77-0.861 4.19-1.12 0.81-0.147-1.66 0.319-2.34 0.784-4.48 3.071-6.62 9.015-9.47 13.296-2.16 4.536-11.63 29.999-13.52 31.722-2.53 2.298-6.1 3.246-9.42 4.043-1.75 0.418-0.18-3.583-0.15-5.375 0.25-14.98 1.18-30.1-1.48-44.936-1.48-4.337-7.05-9.614 3.52-6.853 0.6 0.157-1.28-0.676-5.22 4.918-2.71 3.843-4.15 7.08-6.06 11.432-4.31 9.831-7.72 20.012-9.91 30.524-0.42 1.977-0.74 3.971-1.09 5.961-0.22 1.241 0.57 3.269-0.61 3.73-3.07 1.21-6.6 0.269-9.9 0.404 3.11-11.191 1.28-26.437-1.66-37.429-0.67-2.528-1.31-4.502-2.98-6.518-0.48-0.582-2.47-1.298-1.73-1.454 15.54-3.293 10.91-1.03 7.53 0.923-8.01 8.227-11.69 20.567-14.39 31.463-0.34 1.364-0.68 2.726-1 4.095-0.2 0.901 0.32 2.457-0.56 2.714-17.57 5.079-11.8-0.307-10.68-10.814 1.1-10.155 1.84-20.686-0.01-30.799-0.44-2.372-1.13-6.011-2.66-8.122-0.55-0.763-3.1-1.619-2.18-1.795 3.8-0.725 7.81-0.778 11.6-0.003 1.07 0.219-1.94 1.068-2.73 1.817-5.89 5.539-8.39 13.912-11.39 21.119-1.91 6.034-3.62 11.968-4.68 18.217-0.37 2.153-0.76 5.113-0.91 7.381-0.04 0.56 0.53 1.607-0.02 1.683-4.59 0.633-9.27 0.545-13.89 0.235-0.39-0.027 0.16-0.765 0.21-1.153 0.2-1.645 0.41-4.598 0.5-6.08 0.41-6.763 0.52-13.556-0.08-20.313-2.06-16.343-10.31-14.05 8.43-14.835 0.31-0.013-2.91-0.005-6.34 4.624-6.38 8.615-9.19 19.431-11.43 29.735-1.7 10.783 1.57 10.724-14.11 9.844-0.38-0.021 0.21-0.723 0.3-1.09 0.68-2.886 0.63-2.834 0.96-6.202 1.23-12.529 2.25-25.777-1.89-37.867-2.99-5.317-9.35-6.15 5.22-4.878 1.01 0.089-1.99 0.447-2.91 0.877-2.66 1.247-4.66 3.005-6.65 5.159-10.5 11.399-15.28 26.842-19.85 41.294-2.143 5.174-0.59 3.239-11.582 2.619-0.217-0.012 1.877-22.305 2.005-24.42 0.305-5.044 0.527-10.541-0.195-15.57-0.162-1.128-0.426-2.251-0.833-3.315-0.281-0.736-1.938-1.724-1.211-2.03 2.352-0.992 5.085-0.45 7.628-0.674-9.309 3.821-14.089 26.213-16.251 35.056-0.642 2.623-1.842 9.882-1.969 9.917-10.392 2.798-7.845 1.476-7.205-3.447 1.345-10.599 3.084-21.334 2.768-32.056-0.081-2.72-0.448-5.859-1.278-8.495-0.274-0.869-1.785-1.883-1.112-2.497 1.268-1.157 3.355-0.728 5.034-1.083 0.66-0.139-1.386 0.109-1.975 0.438-3.754 2.09-5.327 6.718-7.27 10.201-4.063 9.155-6.833 18.644-8.693 28.49-0.363 1.922 0.974 4.907-0.756 5.819-1.626 0.857-3.623 0.728-5.46 0.762-0.238 0.004 0.199-0.437 0.257-0.668 0.434-1.714 0.823-3.442 1.156-5.179 0.932-4.873 1.455-9.826 2.074-14.745 0.543-5.065 1.02-10.012 0.285-15.094-0.156-1.074-0.297-2.175-0.716-3.177-0.29-0.694-1.73-1.138-1.366-1.796 0.412-0.742 2.387-1.139 2.529-0.302 0.15 0.88-1.676 0.688-2.367 1.254-0.94 0.769-1.726 1.721-2.454 2.693-7.293 9.734-9.769 22.189-12.867 33.655-1.079 5.2-0.223 8.27-5.372 10.514-2.125 0.926 0.306-4.625 0.537-6.93 1.383-13.762 2.927-27.79 1.405-41.587 2.349-3.502-1.549 0.93-1.69 1.172-1.82 3.131-2.554 5.08-3.802 8.617-3.587 10.168-6.046 20.605-8.594 31.065-0.761 3.126-0.984 9.093-4.062 10.821-4.201-11.517 8.695-44.729-0.145-55.285-5.398 2.099-7.155 9.443-8.0088 14.719h-0.3338z" transform="translate(10 1145.5)" display="block"/> + <rect id="d0e157" display="none" height="1e3px" width="288" y="1234.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e157"/> </flowRegion> - <flowDiv xml:space="preserve">La largeur de la plume peut aussi dépendre de la vélocité, et ceci est contrôlé par le paramètre <flowSpan font-style="italic">mincissement</flowSpan>. Ce paramètre peut prendre une valeur entre -100 et 100 ; zéro signifie que la largeur est indépendante de la vélocité, des valeurs positives font que des tracés plus rapides sont plus fins, des valeurs négatives font que des tracés plus rapides deviennent plus épais. La valeur par défaut de 10 implique un mincissement modéré des tracés rapides. Voici quelques exemples, tous tracés avec une largeur de 20 et un angle de 90° :</flowDiv> - </flowRoot> - <text id="calligraphy-f02-fr.svgtext1987" xml:space="preserve" transform="translate(10 1280.5)" display="block" font-size="6" y="4.5588474" x="39.896687" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan1988" y="4.5588474" x="39.896687" sodipodi:role="line">mincissement = 0 (largeur uniforme) </tspan></text> - <text id="calligraphy-f02-fr.svgtext1990" xml:space="preserve" transform="translate(10 1280.5)" display="block" font-size="6" y="74.558846" x="62.396687" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan1991" y="74.558846" x="62.396687" sodipodi:role="line">mincissement = 10</tspan></text> - <text id="calligraphy-f02-fr.svgtext1993" xml:space="preserve" transform="translate(10 1280.5)" display="block" font-size="6" y="139.55885" x="60.851486" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan1994" y="139.55885" x="60.851486" sodipodi:role="line">mincissement = 40</tspan></text> - <text id="calligraphy-f02-fr.svgtext1996" xml:space="preserve" transform="translate(10 1280.5)" display="block" font-size="6" y="4.5588474" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan1997" y="4.5588474" x="212.39668" sodipodi:role="line">mincissement = -20</tspan></text> - <text id="calligraphy-f02-fr.svgtext1999" xml:space="preserve" transform="translate(10 1280.5)" display="block" font-size="6" y="84.558846" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan2000" y="84.558846" x="212.39668" sodipodi:role="line">mincissement = -60</tspan></text> - <path id="calligraphy-f02-fr.svgpath1948" d="m16.131 33.033c8.337-0.13 16.662 0.161 24.989 0.528 13.402 0.426 26.816 0.692 40.226 0.587 16.433-0.562 32.824-0.034 49.214 1.077 6.03 0.438 3.02 0.219 9.01 0.658v5.583c-5.99-0.439-2.98-0.22-9.01-0.657-16.39-1.111-32.781-1.639-49.214-1.077-13.41 0.104-26.824-0.162-40.226-0.588-8.327-0.366-16.652-0.658-24.989-0.527v-5.584z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1949" d="m23.278 91.5c0.014-1.878-0.022-3.758 0.044-5.635 0.023-0.672 23.428-1.148 24.344-1.161 21.837-0.012 43.599-2.002 65.414-2.705 8.77-0.16 17.54-0.064 26.31-0.069v4.355c-8.77-0.177-17.54-0.387-26.31-0.317-21.833 0.54-43.566 2.964-65.414 3.099-6.062 0.206-12.107 0.539-18.136 1.217-1.724 0.194-3.456 0.418-5.151 0.792-0.362 0.08-1.043 0.715-1.057 0.344-0.068-1.826-0.03-3.656-0.044-5.484v5.564z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1950" d="m22.674 93.072c10.861 0.324 21.731 0.214 32.598 0.577 26.23 0.718 52.498 0.983 78.728-0.078 1.19-0.058 2.38-0.117 3.57-0.175v4.438c-1.19-0.012-2.38-0.024-3.57-0.035-26.24-0.183-52.487 0.311-78.728-0.072-10.875-0.096-21.754-0.02-32.598 0.911v-5.566z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1951" d="m26.302 102.21c15.41-0.4 30.843-0.14 46.266 0.23 24.153 0.53 48.332 0.03 72.442-1.43v4.44c-24.14-0.82-48.292 0.04-72.442 0.11-15.448 0.09-30.935 0.1-46.266 2.22v-5.57z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1952" d="m29.272 112.49c15.339-0.52 30.656-2.18 46.017-2.76 21.807-0.5 43.611 0.91 65.341 2.61v3.91c-21.65-2.73-43.519-4.2-65.341-3.42-15.442 0.92-30.73 2.96-46.017 5.23v-5.57z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1953" d="m16.881 27.194c0.015-1.861-0.032-3.723 0.044-5.583 0.016-0.377 0.756 0.015 1.134 0 1.085-0.042 2.164-0.186 3.239-0.327 6.213-0.809 12.412-1.705 18.637-2.423 26.492-3.019 53.136-3.546 79.725-1.737 9.03 0.687 18.03 1.728 27 2.982v5.583c-8.97-1.253-17.97-2.295-27-2.982-26.589-1.809-53.233-1.282-79.725 1.737-0.955 0.11-22.995 3.122-23.01 2.75-0.076-1.859-0.029-3.722-0.044-5.583v5.583z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1956" d="m20.308 51.181c-0.078 0.052-0.088-0.046-0.125-0.065 0.029-1.874-0.022-3.75 0.085-5.622 0.047-0.831 23.328-1.616 24.382-1.618 32.108 2.596 64.05-1.154 95.97-4.231 1.7-0.174 3.39-0.349 5.09-0.523v5.583c-1.7 0.175-3.39 0.349-5.09 0.523-31.92 3.078-63.862 6.828-95.97 4.231-5.454 0.013-10.849 0.205-16.281 0.7-2.254 0.205-4.522 0.377-6.771 0.628-0.451 0.051-1.303 0.744-1.33 0.291-0.11-1.846-0.056-3.697-0.085-5.545 0.042 0.021 0.038 0.112 0.125 0.065v5.583z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1957" d="m27.7 26.408c13.391-0.763 26.775-0.158 40.166 0.291 25.412 0.587 50.814-0.713 76.224-0.557v5.583c-25.41-0.156-50.812 1.144-76.224 0.557-13.391-0.448-26.775-1.054-40.166-0.29v-5.584z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1971" d="m37.391 148.58c14.488 1.39 29.225 0.53 43.793 0.42 16.499 0.53 32.996-0.06 49.486-0.21 0.71-0.02 1.42-0.04 2.12-0.06v2.87c-0.7-0.06-1.41-0.13-2.12-0.19-16.46-1.33-32.953-2.41-49.486-2.3-14.333 0.11-30.148 0.05-43.793 4.63v-5.16z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1972" d="m28.867 162.61c9.62 1.25 19.65 0.06 29.358-0.24 18.741-0.41 37.482-0.37 56.215-1.12 7.98-0.73 15.98-0.8 23.97-1.18v3.58c-8-0.15-15.97-0.98-23.97-0.96-18.739 0.01-37.5-1.47-56.215 0.19-9.901 0.89-19.958 1.84-29.358 5.27v-5.54z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1973" d="m30.091 172.91c16.011 0.6 32.03-0.67 48.019-1.54 18.84-1.15 37.73-0.6 56.47-3.18 1.51-0.22 3.02-0.5 4.52-0.79v3.91c-1.51-0.02-3.02-0.01-4.52-0.04-18.83-0.81-37.643-1.38-56.47 0.21-15.79 0.86-33.543-0.42-48.019 6.87v-5.44z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1974" d="m33.517 180.71c11.863 1.62 24.051 1.83 36.033 1.73 22.542-0.69 45.39 0.63 67.59-4 1.89-0.33 3.75-0.81 5.61-1.32v3.52c-1.87 0.12-3.74 0.24-5.61 0.15-22.52-0.33-45.036 2.39-67.59 1.77-12.017 0.09-24.399 0.19-36.033 3.59v-5.44z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1975" d="m178.56 19.701c15.99-3.047 32.46-3.33 48.69-4.245 18.7-1.383 37.33 0.705 55.57 4.748v6.993c-18.49-1.496-36.99-3.527-55.57-2.44-16.22 0.515-32.47 1.009-48.69 0.668v-5.724z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1976" d="m180.36 33.236c16.02-2.031 32.13-3.111 48.26-3.687 22.39-0.874 44.84 0.411 67.22-0.708v6.786c-21.96 5.31-44.91 1.805-67.22 3.309-16.06 0.267-32.25 1.384-48.26 0.005v-5.705z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1977" d="m178.51 42.174c16.73-1.346 33.65-0.612 50.43-0.367 21.43 0.357 42.84 1.282 64.28 1.488v7.196c-21.32 2.711-42.87 0.851-64.28 0.833-16.84-0.434-33.73-1.123-50.43-3.462v-5.688z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1978" d="m179.08 60.04c11.1-3.337 22.79-3.401 34.27-3.92 24.68-1.345 49.59-2.321 74.17 0.971 0.76 0.115 1.53 0.231 2.29 0.346v7.057c-0.76 0-1.53-0.001-2.29-0.001-24.73 0.142-49.44-0.168-74.17 0.495-11.42-0.054-22.88-0.218-34.27 0.67v-5.618z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1983" d="m182.45 102.28c11.01-3.884 23.27-5.112 34.87-6.153 20.94-1.692 41.99-2.943 62.89-0.147v12.92c-20.96 0.43-41.91 1.83-62.89 1.19-11.62-0.12-23.37-0.33-34.87-2.03v-5.78z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1984" d="m175.22 121.72c14.62-4.78 29.97-6.5 45.17-8.28 20.17-2.57 40.39-0.93 60.33 2.5v12.32c-20.07 1.74-40.16 3.37-60.33 2.62-14.77-0.37-30.92 0.63-45.17-3.52v-5.64z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1985" d="m178.48 142.94c19.03-4.93 38.58-7.02 58.19-7.97 19.95-0.96 39.5 2.62 58.33 8.92v11.38c-19.44 0.4-38.87-1.86-58.33-1.07-18.63-0.1-40.59 1.38-58.19-5.52v-5.74z" transform="translate(10 1280.5)" display="block"/> - <path id="calligraphy-f02-fr.svgpath1986" d="m188.88 163.8c-1.44-1.26-0.08-3.83 0.01-5.73 0.09-2.1 29.27-4.73 31.07-4.81 24.15-1.1 48.35-0.08 72.21 3.88v13.63c-24.02 2.72-48.3 1.43-72.21-1.81-1.96-0.27-31.01-3.75-31.07-5.21-0.09-1.89-0.04-3.77-0.06-5.66 0.01 0.03 0 0.07 0.05 0.08v5.63z" transform="translate(10 1280.5)" display="block"/> - <rect id="d0e173" display="none" height="1e3px" width="288" y="1478.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowDiv xml:space="preserve">La largeur de la plume peut aussi dépendre de la vélocité, et ceci est contrôlé par le paramètre d'<flowSpan font-style="italic">amincissement</flowSpan>. Ce paramètre peut prendre une valeur entre -100 et 100 ; zéro signifie que la largeur est indépendante de la vélocité, des valeurs positives font que des tracés plus rapides sont plus fins, des valeurs négatives font que des tracés plus rapides deviennent plus épais. La valeur par défaut de 10 implique un amincissement modéré des tracés rapides. Voici quelques exemples, tous tracés avec une largeur de 20 et un angle de 90° :</flowDiv> + </flowRoot> + <text id="calligraphy-f02-fr.svgtext1987" xml:space="preserve" transform="translate(10 1335.4)" display="block" font-size="6" y="4.5588474" x="39.896687" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan1988" y="4.5588474" x="39.896687" sodipodi:role="line">amincissement = 0 (largeur uniforme) </tspan></text> + <text id="calligraphy-f02-fr.svgtext1990" xml:space="preserve" transform="translate(10 1335.4)" display="block" font-size="6" y="74.558846" x="62.396687" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan1991" y="74.558846" x="62.396687" sodipodi:role="line">amincissement = 10</tspan></text> + <text id="calligraphy-f02-fr.svgtext1993" xml:space="preserve" transform="translate(10 1335.4)" display="block" font-size="6" y="139.55885" x="60.851486" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan1994" y="139.55885" x="60.851486" sodipodi:role="line">amincissement = 40</tspan></text> + <text id="calligraphy-f02-fr.svgtext1996" xml:space="preserve" transform="translate(10 1335.4)" display="block" font-size="6" y="4.5588474" x="212.39668" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan1997" y="4.5588474" x="212.39668" sodipodi:role="line">amincissement = -20</tspan></text> + <text id="calligraphy-f02-fr.svgtext1999" xml:space="preserve" transform="translate(10 1335.4)" display="block" font-size="6" y="84.558846" x="212.39668" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-fr.svgtspan2000" y="84.558846" x="212.39668" sodipodi:role="line">amincissement = -60</tspan></text> + <path id="calligraphy-f02-fr.svgpath1948" d="m16.131 33.033c8.337-0.13 16.662 0.161 24.989 0.528 13.402 0.426 26.816 0.692 40.226 0.587 16.433-0.562 32.824-0.034 49.214 1.077 6.03 0.438 3.02 0.219 9.01 0.658v5.583c-5.99-0.439-2.98-0.22-9.01-0.657-16.39-1.111-32.781-1.639-49.214-1.077-13.41 0.104-26.824-0.162-40.226-0.588-8.327-0.366-16.652-0.658-24.989-0.527v-5.584z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1949" d="m23.278 91.5c0.014-1.878-0.022-3.758 0.044-5.635 0.023-0.672 23.428-1.148 24.344-1.161 21.837-0.012 43.599-2.002 65.414-2.705 8.77-0.16 17.54-0.064 26.31-0.069v4.355c-8.77-0.177-17.54-0.387-26.31-0.317-21.833 0.54-43.566 2.964-65.414 3.099-6.062 0.206-12.107 0.539-18.136 1.217-1.724 0.194-3.456 0.418-5.151 0.792-0.362 0.08-1.043 0.715-1.057 0.344-0.068-1.826-0.03-3.656-0.044-5.484v5.564z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1950" d="m22.674 93.072c10.861 0.324 21.731 0.214 32.598 0.577 26.23 0.718 52.498 0.983 78.728-0.078 1.19-0.058 2.38-0.117 3.57-0.175v4.438c-1.19-0.012-2.38-0.024-3.57-0.035-26.24-0.183-52.487 0.311-78.728-0.072-10.875-0.096-21.754-0.02-32.598 0.911v-5.566z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1951" d="m26.302 102.21c15.41-0.4 30.843-0.14 46.266 0.23 24.153 0.53 48.332 0.03 72.442-1.43v4.44c-24.14-0.82-48.292 0.04-72.442 0.11-15.448 0.09-30.935 0.1-46.266 2.22v-5.57z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1952" d="m29.272 112.49c15.339-0.52 30.656-2.18 46.017-2.76 21.807-0.5 43.611 0.91 65.341 2.61v3.91c-21.65-2.73-43.519-4.2-65.341-3.42-15.442 0.92-30.73 2.96-46.017 5.23v-5.57z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1953" d="m16.881 27.194c0.015-1.861-0.032-3.723 0.044-5.583 0.016-0.377 0.756 0.015 1.134 0 1.085-0.042 2.164-0.186 3.239-0.327 6.213-0.809 12.412-1.705 18.637-2.423 26.492-3.019 53.136-3.546 79.725-1.737 9.03 0.687 18.03 1.728 27 2.982v5.583c-8.97-1.253-17.97-2.295-27-2.982-26.589-1.809-53.233-1.282-79.725 1.737-0.955 0.11-22.995 3.122-23.01 2.75-0.076-1.859-0.029-3.722-0.044-5.583v5.583z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1956" d="m20.308 51.181c-0.078 0.052-0.088-0.046-0.125-0.065 0.029-1.874-0.022-3.75 0.085-5.622 0.047-0.831 23.328-1.616 24.382-1.618 32.108 2.596 64.05-1.154 95.97-4.231 1.7-0.174 3.39-0.349 5.09-0.523v5.583c-1.7 0.175-3.39 0.349-5.09 0.523-31.92 3.078-63.862 6.828-95.97 4.231-5.454 0.013-10.849 0.205-16.281 0.7-2.254 0.205-4.522 0.377-6.771 0.628-0.451 0.051-1.303 0.744-1.33 0.291-0.11-1.846-0.056-3.697-0.085-5.545 0.042 0.021 0.038 0.112 0.125 0.065v5.583z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1957" d="m27.7 26.408c13.391-0.763 26.775-0.158 40.166 0.291 25.412 0.587 50.814-0.713 76.224-0.557v5.583c-25.41-0.156-50.812 1.144-76.224 0.557-13.391-0.448-26.775-1.054-40.166-0.29v-5.584z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1971" d="m37.391 148.58c14.488 1.39 29.225 0.53 43.793 0.42 16.499 0.53 32.996-0.06 49.486-0.21 0.71-0.02 1.42-0.04 2.12-0.06v2.87c-0.7-0.06-1.41-0.13-2.12-0.19-16.46-1.33-32.953-2.41-49.486-2.3-14.333 0.11-30.148 0.05-43.793 4.63v-5.16z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1972" d="m28.867 162.61c9.62 1.25 19.65 0.06 29.358-0.24 18.741-0.41 37.482-0.37 56.215-1.12 7.98-0.73 15.98-0.8 23.97-1.18v3.58c-8-0.15-15.97-0.98-23.97-0.96-18.739 0.01-37.5-1.47-56.215 0.19-9.901 0.89-19.958 1.84-29.358 5.27v-5.54z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1973" d="m30.091 172.91c16.011 0.6 32.03-0.67 48.019-1.54 18.84-1.15 37.73-0.6 56.47-3.18 1.51-0.22 3.02-0.5 4.52-0.79v3.91c-1.51-0.02-3.02-0.01-4.52-0.04-18.83-0.81-37.643-1.38-56.47 0.21-15.79 0.86-33.543-0.42-48.019 6.87v-5.44z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1974" d="m33.517 180.71c11.863 1.62 24.051 1.83 36.033 1.73 22.542-0.69 45.39 0.63 67.59-4 1.89-0.33 3.75-0.81 5.61-1.32v3.52c-1.87 0.12-3.74 0.24-5.61 0.15-22.52-0.33-45.036 2.39-67.59 1.77-12.017 0.09-24.399 0.19-36.033 3.59v-5.44z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1975" d="m178.56 19.701c15.99-3.047 32.46-3.33 48.69-4.245 18.7-1.383 37.33 0.705 55.57 4.748v6.993c-18.49-1.496-36.99-3.527-55.57-2.44-16.22 0.515-32.47 1.009-48.69 0.668v-5.724z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1976" d="m180.36 33.236c16.02-2.031 32.13-3.111 48.26-3.687 22.39-0.874 44.84 0.411 67.22-0.708v6.786c-21.96 5.31-44.91 1.805-67.22 3.309-16.06 0.267-32.25 1.384-48.26 0.005v-5.705z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1977" d="m178.51 42.174c16.73-1.346 33.65-0.612 50.43-0.367 21.43 0.357 42.84 1.282 64.28 1.488v7.196c-21.32 2.711-42.87 0.851-64.28 0.833-16.84-0.434-33.73-1.123-50.43-3.462v-5.688z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1978" d="m179.08 60.04c11.1-3.337 22.79-3.401 34.27-3.92 24.68-1.345 49.59-2.321 74.17 0.971 0.76 0.115 1.53 0.231 2.29 0.346v7.057c-0.76 0-1.53-0.001-2.29-0.001-24.73 0.142-49.44-0.168-74.17 0.495-11.42-0.054-22.88-0.218-34.27 0.67v-5.618z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1983" d="m182.45 102.28c11.01-3.884 23.27-5.112 34.87-6.153 20.94-1.692 41.99-2.943 62.89-0.147v12.92c-20.96 0.43-41.91 1.83-62.89 1.19-11.62-0.12-23.37-0.33-34.87-2.03v-5.78z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1984" d="m175.22 121.72c14.62-4.78 29.97-6.5 45.17-8.28 20.17-2.57 40.39-0.93 60.33 2.5v12.32c-20.07 1.74-40.16 3.37-60.33 2.62-14.77-0.37-30.92 0.63-45.17-3.52v-5.64z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1985" d="m178.48 142.94c19.03-4.93 38.58-7.02 58.19-7.97 19.95-0.96 39.5 2.62 58.33 8.92v11.38c-19.44 0.4-38.87-1.86-58.33-1.07-18.63-0.1-40.59 1.38-58.19-5.52v-5.74z" transform="translate(10 1335.4)" display="block"/> + <path id="calligraphy-f02-fr.svgpath1986" d="m188.88 163.8c-1.44-1.26-0.08-3.83 0.01-5.73 0.09-2.1 29.27-4.73 31.07-4.81 24.15-1.1 48.35-0.08 72.21 3.88v13.63c-24.02 2.72-48.3 1.43-72.21-1.81-1.96-0.27-31.01-3.75-31.07-5.21-0.09-1.89-0.04-3.77-0.06-5.66 0.01 0.03 0 0.07 0.05 0.08v5.63z" transform="translate(10 1335.4)" display="block"/> + <rect id="d0e173" display="none" height="1e3px" width="288" y="1533.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e173"/> </flowRegion> - <flowDiv xml:space="preserve">Pour vous amuser, donnez une valeur de 100 (maximale) à la largeur et au mincissement puis dessinez avec des mouvements brusques pour obtenir des formes étrangement naturelles, ressemblant à des neurones.</flowDiv> + <flowDiv xml:space="preserve">Pour vous amuser, donnez une valeur de 100 (le maximum) à la largeur et à l'amincissement puis dessinez avec des mouvements brusques pour obtenir des formes étrangement naturalistes, ressemblant à des neurones.</flowDiv> </flowRoot> - <path id="calligraphy-f03-fr.svgpath2071" d="m14.819 30.652c3.651 1.489 5.049 5.35 8.089 7.445 2.387 1.646 4.678-0.283 6.647-1.134 7.724-3.339 15.76-6.203 23.832-8.692 2.147-0.663 6.16-0.877 8.115-1.845 4.005-1.982-0.378-1.878 3.845-1.505 2.971 6.215 7.843 14.981 14.207 18.869 2.216 1.353 4.445-0.746 7.149 0.935 1.269 0.432 1.063 0.613 2.388-0.009 2.54-1.194 0.856-2.293 0.834-2.213-0.541 1.985 0.494 5.501 3.207 5.884 1.185 0.167 1.954-1.315 2.937-1.963 1.414-0.932 2.82-1.875 4.251-2.778 10.97-6.906 22.55-12.878 33.91-19.18 1.13-1.657 10.57-4.683 10.48-7.709-0.04-1.252-0.95-4.114-1.94-3.278-2.65 2.258-4.56 9.54-1.04 10.092 4.22 0.663 11.35 3.104 12.81-0.705 1.73-4.51-4.39-8.805-7.8-12.356-1.28-1.3311-0.12 3.878 1.04 5.306 0.94 1.164 19.97 2.807 22.84 3.115 3.63 3.75 8.48-12.367 10.79-7.835 2.61 5.096 0.14 11.325 0.27 16.986 0.01 0.628 0.35-1.312 0.07-1.882-1.13-2.32-1.85-5.296-4.19-6.555-1.3-0.696-0.77 2.962-0.13 4.237 0.54 1.064 2.11 1.259 3.19 1.843 7.64 4.12 15.73 7.458 23.6 11.156 0.62 0.316 1.16 1.023 1.86 0.948 1.09-0.116 2.58-2.339 4.06-1.951 1.55 0.406 1.97 9.563 8.72 7.78 6.11-1.612-1.03-7.983 2.11-6.085 0.82 0.353 4.38 2.062 5.45 1.848 6.43-1.283 19.87-23.683 27.52-28.6 2.43-1.0916 3.07-1.5393 5.7-2.0985 11.16-2.3748 19.18 12.874 27.07 9.0455 0.39-0.479 0.79-0.958 1.18-1.437l0.91 3.291-1.92-0.162c-12.15-1.929-19.58-15.478-32.72-8.1-7.85 5.087-11.59 13.639-17.92 20.174-2.19 2.259-8.33 5.664-9.53 8.402-0.79 1.794 0.05 5.007 0.36 6.749-0.14 1.518 0.37 3.911-2.46 3.881-3.85-0.041-3.34-4.717-5.84-6.334-0.86-0.558-5.11-1.696-6.14-1.751-1.24-0.067-5.03 2.357-5.94 0.985-0.97-1.449 0.1-3.595-0.8-5.084-0.34-0.578-1.23-0.63-1.85-0.945-3.84-1.806-25.24-12.888-26.86-13.027-1.43-0.121-2.98 2.088-4.09 1.236-2.84-2.171-4.33-5.633-5.8-8.798-0.49-1.049 0.04-4.578 0.12-3.435 0.35 5.307-2.02 11.292 0.71 15.938 1.8 3.062 11.11-12.124 2.46-9.842-3.41-0.365-21.19-3.779-22.92-3.123-1.76 0.67-2.5 4.87-4.04 3.816-4.69-3.206-11.08-8.037-10.02-13.425 0.79-4.0178 8.62-1.7648 12.89-1.1338 5.61 0.8317 1.32 11.999 1.24 12.154-0.42 0.78-1.83-0.823-2.7-0.542-3.18 1.023-6.47 8.289-10.6 7.759-5.78 3.207-38.921 19.804-41.079 23.915-2.072 3.945 0.975 6.044-3.026 9.272-3.213 2.593-4.551-5.141-6.611-5.927-3.757-2.239-2.234-4.933-4.453-7.975-1.312-1.799-12.874-14.709-13.8-14.784-0.625-0.051-1.161 0.45-1.741 0.675-0.734-1.056-1.016-2.554-2.172-3.185-2.133-1.163-10.398 2.579-12.238 3.194-5.092 1.7-10.15 3.514-15.132 5.486-10.281 4.069-12.706 6.125-5.27 16.65l-14.089-21.683z" transform="translate(10 1535.1)" display="block"/> - <path id="calligraphy-f03-fr.svgpath2072" d="m32.6 78.132c-1.229-4.078 0.099-10.602-3.557-13.811-1.529-1.341-7.807 1.273-7.959 0.908-1.559-3.741-2.69-7.955-1.975-11.919 0.646-3.589 9.444 2.774 12.407 1.429 3.295-1.704 0.301 0.271 2.926-3.623 1.054-1.565 2.429-2.91 4.636-2.441 7.034 1.496 2.511 8.956 3.657 12.58 0.579 1.833 1.813 1.943 3.379 2.566 1.269 0.131 4.688 1.931 5.991 1.113 1.932-1.214 1.966-7.031 4.609-7.143 3.629-0.153 3.721 6.3 6.413 7.806 1.789 1.001 5.075 1.285 7.088 1.915 4.959 1.175 11.366 9.218 16.51 5.012 2.081-1.701 1.532-4.669 4.315-5.48 1.653-0.496 2.805 1.23 4.302 1.216 0.75-0.007 3.366-2.194 3.725-2.499 8.173-6.949 7.973-16.009 11.583-25.153 0.49-3.596 4.56-5.995 5.78-9.137 0.86-2.199-1.72-9.962 2.96-9.895 4.83 0.069 3.82 6.228 5.37 8.732 0.87 1.406 5.52 3.447 6.95 4.458 2.28 1.495 4.1 3.457 6.07 5.268 3.13 2.88 5.57-4.281 8.23-1.827 0.21 0.187-2.01 4.142-2.17 6.47-0.27 4.141 2.76 5.099 5.92 7.181 1.42 3.67 5.51-2.64 6.86 0.119 1.39 2.832-0.69 2.75 1.54 5.421 0.2 0.238 13.83 9.271 14.63 9.624 2.05 0.914 3.38-1.026 4.75-2.03 1.96-2.025-1.25 2.771 0.98 5.405 0.45 0.531 27.81-1.372 28.74-2.509 1.46-1.791-2.84-7.468-4.12-5.555-5.95 8.923 4.81 7.172 0.08 7.788-0.49-4.296-4.26-9.474-1.46-12.889 1.94-2.371 4.86 3.932 7.69 5.277 1.27 0.605 7.69-0.566 8.3-0.663 8.25-1.318 18.04-2.648 24.82-7.736 3.3-2.479 3.06-7.196 6.34-8.68 10.53-4.454 23.34-5.79 29.65-16.16 2.18-3.588 3.14-7.676 5.25-11.305l0.38 0.453c-2.08 3.646-3.07 7.748-5.28 11.328-6.4 10.344-19.14 11.752-29.72 16.2-8.27 14.64-20.48 13.621-36.18 17.176-1.1 0.249-3.34 0.048-3.19 1.11 0.37 2.489 3.31 8.689 4.29 6.353 1.52-3.648-1.39-7.739-2.08-11.609-0.08 3.823 3.24 7.571 2.23 11.273-0.62 2.275-5.81-1.721-6.89-1.791-2.21-0.144-4.31 1.052-6.51 1.315-6.34 0.759-12.81 1.097-19.21 1.213-1.05 0.019-2.31-0.591-3.17-0.01-1.24 0.839-3.02 6.534-6.51 5.132-0.76-0.305-0.27-1.541-0.41-2.312 0.72-2.047 2.2-4.072 0.95-6.255-1.71-2.993-11.14-8.957-14.57-9.602-3.52-0.661-1.46 1.336-4.69 1.347-2.62 0.008 0.05-7.377-3.72-6.89-11.13-7.325-5.01-0.738-13.92-1.349-2.69-0.184 2.77-8.159 2.87-8.928 0.31-2.433-5.85-5.247-7.01-6.819-0.96-0.679-5.59-4.686-6.89-4.438-0.43 0.081-5.99 5.319-3.04 5.605 1.77 0.172-1.23-3.552-2.83-4.308-3.65-1.728-6.33 6.962-7.64 8.867-2.44 6.269-2.58 13.59-6.34 19.333-2.11 3.236-7.418 5.693-8.955 8.873-0.764 1.581-0.167 3.552-1.109 5.11-4.71 7.135-19.34-4.526-24.573-6.262-2.536-0.796-6.834-3.009-9.27-1.034-1.553 1.26-1.455 5.015-3.486 4.783-2.072-0.236-3.624-5.316-5.255-6.316-1.412-0.865-4.824 0.374-6.119-1.129-3.63-1.436-10.059 2.408-12.124-1.599-1.218-2.362 2.998-2.077 1.347-5.563-1.337-2.822-1.227-2.32-3.5-1.926-8.695 3.971 9.759 19.23-0.534-2.039-2.765-5.713-2.652 6.504-0.595 7.793 4.115 2.579 6.945-4.602 7.291-7.115l-5.248 24.197z" transform="translate(10 1535.1)" display="block"/> - <path id="calligraphy-f03-fr.svgpath2073" d="m24.067 97.773c5.208-7.575 18.839-32.899 32.069-26.448 5.169 6.538 6.374 15.078 10.397 22.298 0.662 1.189 0.789 3.491 2.206 3.447 2.075-0.065 6.109-3.936 7.254-5.56-3.769-5.695-4.985 0.12 0.487 4.392 2.441 1.906 3.576 1.503 5.875-0.123 8.54-7.974 16.078-17.599 22.155-27.422 0.23-0.367 1.92-4.48 2.06-4.499 1.95-0.268 3.17 2.272 4.98 3.009 5.91-0.552 12.56 3.445 18.36 2.623 3.14-0.443 2.95-4.898 6.52-4.516 3.24 0.346 2.07 7.043 2.29 8.987-0.28 2.344 3.62 2.043 4.23 3.473 0.3 0.696-0.84 2.723-0.29 4.012 3.2 7.47 7.28-4.302 8.02-6.22 3.93-0.537 8.47-2.786 7.91 4.593-1.51 19.866-1.27 6.201-7.22 8.494-0.5 0.192 2.63 9.838 3.74 10.094 0.65 0.152 6-2.491 6.26-1.729 6.83 19.612-0.63 6.302-2.9 14.032 8.82 1.28 8.38 2.29 0.42-17.106-2.23-5.436-4.51 8.716 0.62 9.656 8.96 1.63 24.85-2.05 33.71-3.493 2.89-1.614 23.48-2.694 24.85-4.511 1.17-1.573 0.58-5.362 3.31-6.261 4.43-1.459 2.4 7.807 2.75 8.683 0.2 0.527 5.04 1.824 5.1 1.842 20.1 3.93 17.56-6.262 27.07-16.41 2.03-0.396 2.36-3.852 3.72-4.695 1.15-0.719 2.8-0.208 4.07-0.733 6.62-2.75 17.37-7.124 21.75-12.735l0.75 2.344c-5.41-0.43-24.54 12.867-29.98 16.318-9.56 10.291-7.18 20.461-27.49 16.481-4.74-1.396-6.87-2.468-10.14 2.33-1.74 2.56 4.37-7.515-2.74-6.297-7.67 1.314-15.28 2.957-22.96 4.217-3.22 0.53-35.02 3.34-36.01 4.46-2.37 2.72-5.42 11.16-7.24 8.08-11.18-18.948-9.06-17.88-0.07-18.479 1.93 0.884-0.53-0.445-0.62 0.854-0.23 3.271-1.05 6.925 0.58 9.815 1.28 2.27 4.58-3.65 4.8-6.21 0.02-0.259-6.19-15.39-7.31-15.011-7.04 2.377-2.83 14.844 3.44 9.098-1.72-17.839-18.37 4.354-16.18-11.167 0.19-1.374-0.06-1.64-0.51-2.866-1.22-0.882-3.15-0.679-4.05-1.262-0.76-0.494 1.26-1.414 1.37-2.283 0.22-1.782 0.3-4.194-1.64-5.302-4.91-2.816-13.08-0.481-18.33-2.621-3.15 0.658-2.02-0.202-3.35 2.609-3.87 0.947 0.57-3.769-3.31-1.212-6.122 4.036-13.519 23.235-22.255 27.469-5.785 4.068-2.336 16.628-11.004 15.728-2.424-0.25-4.455-0.87-5.482-3.18-0.238-3.94 2.272-7.5 2.274-11.318 0.001-1.148-3.014-4.856-3.539-5.926-2.49-5.077-3.889-10.526-6.205-15.658-1.143-2.533-1.015-2.131-2.688-4.08-11.307-5.855-34.036 23.431-12.157 8.251l-19.727 17.644z" transform="translate(10 1535.1)" display="block"/> - <path id="calligraphy-f03-fr.svgpath2074" d="m29.654 2.3471c1.311 3.4234 2.285 10.077 5.934 12.149 0.993 0.563 2.229-0.59 3.341-0.894 7.004-1.909 13.934-4.0584 20.951-5.9266 3.595-0.9573 8.107-1.1798 11.57-2.3687 6.34-2.1768 1.37-8.2767 9.1-3.5631-0.325 1.7841 1.443 11.469-3.688 9.8464-0.728-0.23-1.295-1.588-1.933-1.184-0.728 0.46-0.299 1.673-0.126 2.486 1.664 7.842 17.874 24.172 24.051 30.016 2.816 1.051 8.856 10.763 12.336 9.919 5.33-1.291 4.11-5.907 9.04-2.706 1.34 0.708 3.58 1.575 4.04 3.146 0.78 2.661-2.49 10.129-2.98 10.732-0.64 0.788-2.25-0.69-3.14-0.157-0.62 0.377-3.56 25.868-3.79 28.211 1.25 4.473-2.8 10.837-1.28 15.177 1.69 4.83 2.51 1.75 3.18 6.55 0.39 2.79-3.18 4.8-2.18 7.36 0.39 0.99 3.25 3.56 4.25 0.26 1.74-5.66 1.63-11.69 2.44-17.54-11.33-9.597-8.22 1.74-5.49 8.45l-0.03 0.58c-4.48 7.64-7.31 15.73-16.773 6.78 0.8-5.96 0.653-12.1 2.403-17.87 2.03-6.714 8.27 6.45 11.71 5.07 0.05-0.01 1.21-13.904 1.28-15.163 0.83-8.667 1.89-17.335 3.39-25.923 0.18-1.042 1.83-6.87-2.1-6.092-4.64 0.918-2.39 8.065-1.71 5.745-5.85-4.304-1.14-5.073-2.78-11.483-1.1-4.29-10.49-6.272-12.107-10.535-8.671-8.19-17.2-17.43-23.005-27.724-1.656-2.936-3.161-5.414-4.751-8.4817-0.483-0.9308-1.02-3.6294-1.57-2.7325-1.383 2.257-0.984 5.1357-1.475 7.7032 8.347 1.85 6.589-5.5959 3.736-6.2988-1.79-0.441-35.685 9.0068-35.809 9.1828-2.776 3.946-0.551 9.778-1.632 14.097l-4.403-26.818z" transform="translate(10 1535.1)" display="block"/> - <path id="calligraphy-f03-fr.svgpath2076" d="m164.9 34.629c7.56-1.214 6.63 7.145 11.54 10.087 3.95 2.361 15.55-9.023 17.67-11.691 2.87-1.98 1.2-5.211 2.68-7.662 1.74-2.885 5.93-0.615 8.07-3.329 1.88-2.367 1.48-7.852 5.64-6.325 2.22 1.324 3.23 3.845 5.35 5.258 1.68 1.115 4.18 1.145 6.07 1.78 1.75 0.585 5.85 3.415 7.61 3.195 2.51-0.314 4.18-3.734 5.37-5.454 2.9 0.582 3.7 4.127 4.93 6.327 1.48 2.66 3.86 4.481 5.35 7.049 3.65 6.273 3.96 14.768 5.43 21.675 0.05 6.787 5.18 12.425 4.45 18.856-0.38 3.4-2.87 5.927-2.96 9.574 0.33-0.779 0.76 5.132 1.81 4.05 1.15-1.195 0.77-3.171 1.45-4.655 0.73-1.596 1.36 2.552-1.39 7.013-3.14 5.08-1.17 8.827 4.82 10.323 7.88 0.4 14.49-4.344 21.09-7.79l0.19 0.552c-6.69 3.494-13.39 8.258-21.38 7.818-7.62-1.91-4.28-4.713-7.57-7.14-1.56-1.157-3.75 0.28-5.34-0.198-1.55-0.468-0.64-12.676 3.92-12.187 3.94-4.63 2.33-19.349 0.45-25.839-0.97-4.519-1.98-25.198-9.8-25.03-3.13 0.067-4.13 3.162-6.61 3.732-2.52-2.302-2.21-5.763-4.37-8.116-0.87-0.944-2.4-1.049-3.6-1.576-5.75-2.532-11.26-4.378-14.14 2.644-1.39 2.098-3.69-2.464-5.88-2.769-3.63-0.505-3.43 4.208-5.74 5.457-4.34 2.339 2.52-1.867-3.22 0.345-0.43 0.165-2.2 2.713-2.34 2.907-2.56 3.194-5.36 6.115-8.89 8.38-2.05 1.314-7.55 2.523-8.81 4.483-2.29 3.537-4.66 12.911 2.05 12.659l-13.9-24.403z" transform="translate(10 1535.1)" display="block"/> - <path id="calligraphy-f03-fr.svgpath2079" d="m178.84 99.8c-0.1 2.88-3.47 1.04-1.85 4.69 0.84 1.9 3.93 6.45 6.45 6.56 2.76 0.13 16.62-18.126 18.61-20.892 5.53-3.226-0.42-9.547 3.2-13.305 0.39-0.403 7.86-2.334 5.89-3.693-1.83-1.259-3.74 0.682-1.88 2.233 3.86 2.771 5.3-1.616 8.56-2.713 2.95-0.996 5.19 1.605 7.14-1.725 4.35-2.406 10.07 3.599 13.46-2.542 0.91-1.648 0.7-3.858 2.08-5.209 2.72-1.206 6.32 1.078 8.81-0.949 1.13-0.917 1.47-4.062 3.15-4.232 2.32-0.235 3.27 3.47 4.36 4.042 1.49 0.783 8.5-2.995 9.62-3.49 8.17-3.877 13.98-10.407 19.71-16.923l0.32 0.494c-5.76 6.556-11.64 13.099-19.87 16.987-1.19 0.529-8.96 2.529-9.68 3.511-1.2 1.618-0.21 4.499-1.91 5.645-1.87 1.264-5.3-4.585-9.11 6.589-7.17 4.366-5.95-9.051-14.25 6.688-0.67 1.27-1.56 1.865-3.01 2.12-5.22-0.243-11.93 1.859-12.25 7.051-0.42 2.793-4.22 7.009-7.14 3.542-2.18-2.599 3.05-3.875-1.98-7.095-2.98-1.906-3.44 1.901-4.87 3.448-2.97 4.14-6.02 8.223-9.41 12.078-2.06 2.34-8.16 6.19-9.31 8.88-1.64 3.83 1.21 10.59-1.54 14.01-3.85 4.78-2.87 0.23-3.3 2.76v-28.56z" transform="translate(10 1535.1)" display="block"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1688.2543654" x="10" font-family="Sans" fill="#000000"> - <tspan y="1688.2543654" x="10">Angle et Fixité</tspan> + <path id="calligraphy-f03-fr.svgpath2071" d="m14.819 30.652c3.651 1.489 5.049 5.35 8.089 7.445 2.387 1.646 4.678-0.283 6.647-1.134 7.724-3.339 15.76-6.203 23.832-8.692 2.147-0.663 6.16-0.877 8.115-1.845 4.005-1.982-0.378-1.878 3.845-1.505 2.971 6.215 7.843 14.981 14.207 18.869 2.216 1.353 4.445-0.746 7.149 0.935 1.269 0.432 1.063 0.613 2.388-0.009 2.54-1.194 0.856-2.293 0.834-2.213-0.541 1.985 0.494 5.501 3.207 5.884 1.185 0.167 1.954-1.315 2.937-1.963 1.414-0.932 2.82-1.875 4.251-2.778 10.97-6.906 22.55-12.878 33.91-19.18 1.13-1.657 10.57-4.683 10.48-7.709-0.04-1.252-0.95-4.114-1.94-3.278-2.65 2.258-4.56 9.54-1.04 10.092 4.22 0.663 11.35 3.104 12.81-0.705 1.73-4.51-4.39-8.805-7.8-12.356-1.28-1.3311-0.12 3.878 1.04 5.306 0.94 1.164 19.97 2.807 22.84 3.115 3.63 3.75 8.48-12.367 10.79-7.835 2.61 5.096 0.14 11.325 0.27 16.986 0.01 0.628 0.35-1.312 0.07-1.882-1.13-2.32-1.85-5.296-4.19-6.555-1.3-0.696-0.77 2.962-0.13 4.237 0.54 1.064 2.11 1.259 3.19 1.843 7.64 4.12 15.73 7.458 23.6 11.156 0.62 0.316 1.16 1.023 1.86 0.948 1.09-0.116 2.58-2.339 4.06-1.951 1.55 0.406 1.97 9.563 8.72 7.78 6.11-1.612-1.03-7.983 2.11-6.085 0.82 0.353 4.38 2.062 5.45 1.848 6.43-1.283 19.87-23.683 27.52-28.6 2.43-1.0916 3.07-1.5393 5.7-2.0985 11.16-2.3748 19.18 12.874 27.07 9.0455 0.39-0.479 0.79-0.958 1.18-1.437l0.91 3.291-1.92-0.162c-12.15-1.929-19.58-15.478-32.72-8.1-7.85 5.087-11.59 13.639-17.92 20.174-2.19 2.259-8.33 5.664-9.53 8.402-0.79 1.794 0.05 5.007 0.36 6.749-0.14 1.518 0.37 3.911-2.46 3.881-3.85-0.041-3.34-4.717-5.84-6.334-0.86-0.558-5.11-1.696-6.14-1.751-1.24-0.067-5.03 2.357-5.94 0.985-0.97-1.449 0.1-3.595-0.8-5.084-0.34-0.578-1.23-0.63-1.85-0.945-3.84-1.806-25.24-12.888-26.86-13.027-1.43-0.121-2.98 2.088-4.09 1.236-2.84-2.171-4.33-5.633-5.8-8.798-0.49-1.049 0.04-4.578 0.12-3.435 0.35 5.307-2.02 11.292 0.71 15.938 1.8 3.062 11.11-12.124 2.46-9.842-3.41-0.365-21.19-3.779-22.92-3.123-1.76 0.67-2.5 4.87-4.04 3.816-4.69-3.206-11.08-8.037-10.02-13.425 0.79-4.0178 8.62-1.7648 12.89-1.1338 5.61 0.8317 1.32 11.999 1.24 12.154-0.42 0.78-1.83-0.823-2.7-0.542-3.18 1.023-6.47 8.289-10.6 7.759-5.78 3.207-38.921 19.804-41.079 23.915-2.072 3.945 0.975 6.044-3.026 9.272-3.213 2.593-4.551-5.141-6.611-5.927-3.757-2.239-2.234-4.933-4.453-7.975-1.312-1.799-12.874-14.709-13.8-14.784-0.625-0.051-1.161 0.45-1.741 0.675-0.734-1.056-1.016-2.554-2.172-3.185-2.133-1.163-10.398 2.579-12.238 3.194-5.092 1.7-10.15 3.514-15.132 5.486-10.281 4.069-12.706 6.125-5.27 16.65l-14.089-21.683z" transform="translate(10 1589.9)" display="block"/> + <path id="calligraphy-f03-fr.svgpath2072" d="m32.6 78.132c-1.229-4.078 0.099-10.602-3.557-13.811-1.529-1.341-7.807 1.273-7.959 0.908-1.559-3.741-2.69-7.955-1.975-11.919 0.646-3.589 9.444 2.774 12.407 1.429 3.295-1.704 0.301 0.271 2.926-3.623 1.054-1.565 2.429-2.91 4.636-2.441 7.034 1.496 2.511 8.956 3.657 12.58 0.579 1.833 1.813 1.943 3.379 2.566 1.269 0.131 4.688 1.931 5.991 1.113 1.932-1.214 1.966-7.031 4.609-7.143 3.629-0.153 3.721 6.3 6.413 7.806 1.789 1.001 5.075 1.285 7.088 1.915 4.959 1.175 11.366 9.218 16.51 5.012 2.081-1.701 1.532-4.669 4.315-5.48 1.653-0.496 2.805 1.23 4.302 1.216 0.75-0.007 3.366-2.194 3.725-2.499 8.173-6.949 7.973-16.009 11.583-25.153 0.49-3.596 4.56-5.995 5.78-9.137 0.86-2.199-1.72-9.962 2.96-9.895 4.83 0.069 3.82 6.228 5.37 8.732 0.87 1.406 5.52 3.447 6.95 4.458 2.28 1.495 4.1 3.457 6.07 5.268 3.13 2.88 5.57-4.281 8.23-1.827 0.21 0.187-2.01 4.142-2.17 6.47-0.27 4.141 2.76 5.099 5.92 7.181 1.42 3.67 5.51-2.64 6.86 0.119 1.39 2.832-0.69 2.75 1.54 5.421 0.2 0.238 13.83 9.271 14.63 9.624 2.05 0.914 3.38-1.026 4.75-2.03 1.96-2.025-1.25 2.771 0.98 5.405 0.45 0.531 27.81-1.372 28.74-2.509 1.46-1.791-2.84-7.468-4.12-5.555-5.95 8.923 4.81 7.172 0.08 7.788-0.49-4.296-4.26-9.474-1.46-12.889 1.94-2.371 4.86 3.932 7.69 5.277 1.27 0.605 7.69-0.566 8.3-0.663 8.25-1.318 18.04-2.648 24.82-7.736 3.3-2.479 3.06-7.196 6.34-8.68 10.53-4.454 23.34-5.79 29.65-16.16 2.18-3.588 3.14-7.676 5.25-11.305l0.38 0.453c-2.08 3.646-3.07 7.748-5.28 11.328-6.4 10.344-19.14 11.752-29.72 16.2-8.27 14.64-20.48 13.621-36.18 17.176-1.1 0.249-3.34 0.048-3.19 1.11 0.37 2.489 3.31 8.689 4.29 6.353 1.52-3.648-1.39-7.739-2.08-11.609-0.08 3.823 3.24 7.571 2.23 11.273-0.62 2.275-5.81-1.721-6.89-1.791-2.21-0.144-4.31 1.052-6.51 1.315-6.34 0.759-12.81 1.097-19.21 1.213-1.05 0.019-2.31-0.591-3.17-0.01-1.24 0.839-3.02 6.534-6.51 5.132-0.76-0.305-0.27-1.541-0.41-2.312 0.72-2.047 2.2-4.072 0.95-6.255-1.71-2.993-11.14-8.957-14.57-9.602-3.52-0.661-1.46 1.336-4.69 1.347-2.62 0.008 0.05-7.377-3.72-6.89-11.13-7.325-5.01-0.738-13.92-1.349-2.69-0.184 2.77-8.159 2.87-8.928 0.31-2.433-5.85-5.247-7.01-6.819-0.96-0.679-5.59-4.686-6.89-4.438-0.43 0.081-5.99 5.319-3.04 5.605 1.77 0.172-1.23-3.552-2.83-4.308-3.65-1.728-6.33 6.962-7.64 8.867-2.44 6.269-2.58 13.59-6.34 19.333-2.11 3.236-7.418 5.693-8.955 8.873-0.764 1.581-0.167 3.552-1.109 5.11-4.71 7.135-19.34-4.526-24.573-6.262-2.536-0.796-6.834-3.009-9.27-1.034-1.553 1.26-1.455 5.015-3.486 4.783-2.072-0.236-3.624-5.316-5.255-6.316-1.412-0.865-4.824 0.374-6.119-1.129-3.63-1.436-10.059 2.408-12.124-1.599-1.218-2.362 2.998-2.077 1.347-5.563-1.337-2.822-1.227-2.32-3.5-1.926-8.695 3.971 9.759 19.23-0.534-2.039-2.765-5.713-2.652 6.504-0.595 7.793 4.115 2.579 6.945-4.602 7.291-7.115l-5.248 24.197z" transform="translate(10 1589.9)" display="block"/> + <path id="calligraphy-f03-fr.svgpath2073" d="m24.067 97.773c5.208-7.575 18.839-32.899 32.069-26.448 5.169 6.538 6.374 15.078 10.397 22.298 0.662 1.189 0.789 3.491 2.206 3.447 2.075-0.065 6.109-3.936 7.254-5.56-3.769-5.695-4.985 0.12 0.487 4.392 2.441 1.906 3.576 1.503 5.875-0.123 8.54-7.974 16.078-17.599 22.155-27.422 0.23-0.367 1.92-4.48 2.06-4.499 1.95-0.268 3.17 2.272 4.98 3.009 5.91-0.552 12.56 3.445 18.36 2.623 3.14-0.443 2.95-4.898 6.52-4.516 3.24 0.346 2.07 7.043 2.29 8.987-0.28 2.344 3.62 2.043 4.23 3.473 0.3 0.696-0.84 2.723-0.29 4.012 3.2 7.47 7.28-4.302 8.02-6.22 3.93-0.537 8.47-2.786 7.91 4.593-1.51 19.866-1.27 6.201-7.22 8.494-0.5 0.192 2.63 9.838 3.74 10.094 0.65 0.152 6-2.491 6.26-1.729 6.83 19.612-0.63 6.302-2.9 14.032 8.82 1.28 8.38 2.29 0.42-17.106-2.23-5.436-4.51 8.716 0.62 9.656 8.96 1.63 24.85-2.05 33.71-3.493 2.89-1.614 23.48-2.694 24.85-4.511 1.17-1.573 0.58-5.362 3.31-6.261 4.43-1.459 2.4 7.807 2.75 8.683 0.2 0.527 5.04 1.824 5.1 1.842 20.1 3.93 17.56-6.262 27.07-16.41 2.03-0.396 2.36-3.852 3.72-4.695 1.15-0.719 2.8-0.208 4.07-0.733 6.62-2.75 17.37-7.124 21.75-12.735l0.75 2.344c-5.41-0.43-24.54 12.867-29.98 16.318-9.56 10.291-7.18 20.461-27.49 16.481-4.74-1.396-6.87-2.468-10.14 2.33-1.74 2.56 4.37-7.515-2.74-6.297-7.67 1.314-15.28 2.957-22.96 4.217-3.22 0.53-35.02 3.34-36.01 4.46-2.37 2.72-5.42 11.16-7.24 8.08-11.18-18.948-9.06-17.88-0.07-18.479 1.93 0.884-0.53-0.445-0.62 0.854-0.23 3.271-1.05 6.925 0.58 9.815 1.28 2.27 4.58-3.65 4.8-6.21 0.02-0.259-6.19-15.39-7.31-15.011-7.04 2.377-2.83 14.844 3.44 9.098-1.72-17.839-18.37 4.354-16.18-11.167 0.19-1.374-0.06-1.64-0.51-2.866-1.22-0.882-3.15-0.679-4.05-1.262-0.76-0.494 1.26-1.414 1.37-2.283 0.22-1.782 0.3-4.194-1.64-5.302-4.91-2.816-13.08-0.481-18.33-2.621-3.15 0.658-2.02-0.202-3.35 2.609-3.87 0.947 0.57-3.769-3.31-1.212-6.122 4.036-13.519 23.235-22.255 27.469-5.785 4.068-2.336 16.628-11.004 15.728-2.424-0.25-4.455-0.87-5.482-3.18-0.238-3.94 2.272-7.5 2.274-11.318 0.001-1.148-3.014-4.856-3.539-5.926-2.49-5.077-3.889-10.526-6.205-15.658-1.143-2.533-1.015-2.131-2.688-4.08-11.307-5.855-34.036 23.431-12.157 8.251l-19.727 17.644z" transform="translate(10 1589.9)" display="block"/> + <path id="calligraphy-f03-fr.svgpath2074" d="m29.654 2.3471c1.311 3.4234 2.285 10.077 5.934 12.149 0.993 0.563 2.229-0.59 3.341-0.894 7.004-1.909 13.934-4.0584 20.951-5.9266 3.595-0.9573 8.107-1.1798 11.57-2.3687 6.34-2.1768 1.37-8.2767 9.1-3.5631-0.325 1.7841 1.443 11.469-3.688 9.8464-0.728-0.23-1.295-1.588-1.933-1.184-0.728 0.46-0.299 1.673-0.126 2.486 1.664 7.842 17.874 24.172 24.051 30.016 2.816 1.051 8.856 10.763 12.336 9.919 5.33-1.291 4.11-5.907 9.04-2.706 1.34 0.708 3.58 1.575 4.04 3.146 0.78 2.661-2.49 10.129-2.98 10.732-0.64 0.788-2.25-0.69-3.14-0.157-0.62 0.377-3.56 25.868-3.79 28.211 1.25 4.473-2.8 10.837-1.28 15.177 1.69 4.83 2.51 1.75 3.18 6.55 0.39 2.79-3.18 4.8-2.18 7.36 0.39 0.99 3.25 3.56 4.25 0.26 1.74-5.66 1.63-11.69 2.44-17.54-11.33-9.597-8.22 1.74-5.49 8.45l-0.03 0.58c-4.48 7.64-7.31 15.73-16.773 6.78 0.8-5.96 0.653-12.1 2.403-17.87 2.03-6.714 8.27 6.45 11.71 5.07 0.05-0.01 1.21-13.904 1.28-15.163 0.83-8.667 1.89-17.335 3.39-25.923 0.18-1.042 1.83-6.87-2.1-6.092-4.64 0.918-2.39 8.065-1.71 5.745-5.85-4.304-1.14-5.073-2.78-11.483-1.1-4.29-10.49-6.272-12.107-10.535-8.671-8.19-17.2-17.43-23.005-27.724-1.656-2.936-3.161-5.414-4.751-8.4817-0.483-0.9308-1.02-3.6294-1.57-2.7325-1.383 2.257-0.984 5.1357-1.475 7.7032 8.347 1.85 6.589-5.5959 3.736-6.2988-1.79-0.441-35.685 9.0068-35.809 9.1828-2.776 3.946-0.551 9.778-1.632 14.097l-4.403-26.818z" transform="translate(10 1589.9)" display="block"/> + <path id="calligraphy-f03-fr.svgpath2076" d="m164.9 34.629c7.56-1.214 6.63 7.145 11.54 10.087 3.95 2.361 15.55-9.023 17.67-11.691 2.87-1.98 1.2-5.211 2.68-7.662 1.74-2.885 5.93-0.615 8.07-3.329 1.88-2.367 1.48-7.852 5.64-6.325 2.22 1.324 3.23 3.845 5.35 5.258 1.68 1.115 4.18 1.145 6.07 1.78 1.75 0.585 5.85 3.415 7.61 3.195 2.51-0.314 4.18-3.734 5.37-5.454 2.9 0.582 3.7 4.127 4.93 6.327 1.48 2.66 3.86 4.481 5.35 7.049 3.65 6.273 3.96 14.768 5.43 21.675 0.05 6.787 5.18 12.425 4.45 18.856-0.38 3.4-2.87 5.927-2.96 9.574 0.33-0.779 0.76 5.132 1.81 4.05 1.15-1.195 0.77-3.171 1.45-4.655 0.73-1.596 1.36 2.552-1.39 7.013-3.14 5.08-1.17 8.827 4.82 10.323 7.88 0.4 14.49-4.344 21.09-7.79l0.19 0.552c-6.69 3.494-13.39 8.258-21.38 7.818-7.62-1.91-4.28-4.713-7.57-7.14-1.56-1.157-3.75 0.28-5.34-0.198-1.55-0.468-0.64-12.676 3.92-12.187 3.94-4.63 2.33-19.349 0.45-25.839-0.97-4.519-1.98-25.198-9.8-25.03-3.13 0.067-4.13 3.162-6.61 3.732-2.52-2.302-2.21-5.763-4.37-8.116-0.87-0.944-2.4-1.049-3.6-1.576-5.75-2.532-11.26-4.378-14.14 2.644-1.39 2.098-3.69-2.464-5.88-2.769-3.63-0.505-3.43 4.208-5.74 5.457-4.34 2.339 2.52-1.867-3.22 0.345-0.43 0.165-2.2 2.713-2.34 2.907-2.56 3.194-5.36 6.115-8.89 8.38-2.05 1.314-7.55 2.523-8.81 4.483-2.29 3.537-4.66 12.911 2.05 12.659l-13.9-24.403z" transform="translate(10 1589.9)" display="block"/> + <path id="calligraphy-f03-fr.svgpath2079" d="m178.84 99.8c-0.1 2.88-3.47 1.04-1.85 4.69 0.84 1.9 3.93 6.45 6.45 6.56 2.76 0.13 16.62-18.126 18.61-20.892 5.53-3.226-0.42-9.547 3.2-13.305 0.39-0.403 7.86-2.334 5.89-3.693-1.83-1.259-3.74 0.682-1.88 2.233 3.86 2.771 5.3-1.616 8.56-2.713 2.95-0.996 5.19 1.605 7.14-1.725 4.35-2.406 10.07 3.599 13.46-2.542 0.91-1.648 0.7-3.858 2.08-5.209 2.72-1.206 6.32 1.078 8.81-0.949 1.13-0.917 1.47-4.062 3.15-4.232 2.32-0.235 3.27 3.47 4.36 4.042 1.49 0.783 8.5-2.995 9.62-3.49 8.17-3.877 13.98-10.407 19.71-16.923l0.32 0.494c-5.76 6.556-11.64 13.099-19.87 16.987-1.19 0.529-8.96 2.529-9.68 3.511-1.2 1.618-0.21 4.499-1.91 5.645-1.87 1.264-5.3-4.585-9.11 6.589-7.17 4.366-5.95-9.051-14.25 6.688-0.67 1.27-1.56 1.865-3.01 2.12-5.22-0.243-11.93 1.859-12.25 7.051-0.42 2.793-4.22 7.009-7.14 3.542-2.18-2.599 3.05-3.875-1.98-7.095-2.98-1.906-3.44 1.901-4.87 3.448-2.97 4.14-6.02 8.223-9.41 12.078-2.06 2.34-8.16 6.19-9.31 8.88-1.64 3.83 1.21 10.59-1.54 14.01-3.85 4.78-2.87 0.23-3.3 2.76v-28.56z" transform="translate(10 1589.9)" display="block"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1743.0848614" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1743.0848614" x="10">Angle et fixité</tspan> </text> - <rect id="d0e192" display="none" height="1e3px" width="288" y="1693.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e192" display="none" height="1e3px" width="288" y="1748.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e192"/> </flowRegion> - <flowDiv xml:space="preserve">Après la largeur, l'<flowSpan font-style="italic">angle</flowSpan> est le paramètre calligraphique le plus important. Il s'agit de l'angle de votre plume en degrés, allant de 0° (épaisseur de la plume à l'horizontale) à 90° (verticale en sens anti-horaire) ou -90° (verticale en sens horaire) :</flowDiv> + <flowDiv xml:space="preserve">Après la largeur, l'<flowSpan font-style="italic">angle</flowSpan> est le paramètre calligraphique le plus important. Il s'agit de l'angle de votre plume en degrés, allant de 0° (épaisseur de la plume à l'horizontale) à 90° (verticale en sens anti-horaire) ou -90 ° (verticale en sens horaire) :</flowDiv> </flowRoot> <defs id="calligraphy-f04-fr.svgdefs3"> <marker id="calligraphy-f04-fr.svgTriangleOutS" refY="0.0" refX="0.0" orient="auto" inkscape:stockid="TriangleOutS" overflow="visible"> @@ -243,15 +243,15 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f04-fr.svgpath4777" d="m5.77 0l-8.65 5v-10l8.65 5z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="scale(-.2)" stroke="#000" stroke-width="1pt"/> </marker> </defs> - <path id="calligraphy-f04-fr.svgpath2832" d="m111.33 102.81h92.82" display="block" transform="translate(10 1751)" stroke="#000" stroke-dasharray="0.65013618 1.9504085" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".65014" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f04-fr.svgpath2834" d="m111.36 103.08l88.17-50.902" display="block" transform="translate(10 1751)" stroke="#000" stroke-dasharray="0.68750000 2.0625000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".6875" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f04-fr.svgpath2838" sodipodi:nodetypes="cc" stroke="#000" stroke-width=".6875" fill="none" style="color:#000000" transform="translate(10 1751)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" d="m111.47 130.33v-118.78" stroke-dasharray="0.68750000 2.0625000" display="block"/> - <text id="calligraphy-f04-fr.svgtext4096" xml:space="preserve" transform="translate(10 1751)" display="block" font-size="6" y="4.5585475" x="88.336723" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-fr.svgtspan4097" y="4.5585475" x="88.336723" sodipodi:role="line">angle = 90°</tspan></text> - <text id="calligraphy-f04-fr.svgtext4099" xml:space="preserve" transform="translate(10 1751)" display="block" font-size="6" y="52.500549" x="202.46759" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-fr.svgtspan4100" y="52.500549" x="202.46759" sodipodi:role="line">angle = 30° (par défaut)</tspan></text> - <text id="calligraphy-f04-fr.svgtext4102" xml:space="preserve" transform="translate(10 1751)" display="block" font-size="6" y="104.26855" x="207.52388" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-fr.svgtspan4103" y="104.26855" x="207.52388" sodipodi:role="line">angle = 0°</tspan></text> - <text id="calligraphy-f04-fr.svgtext4105" xml:space="preserve" transform="translate(10 1751)" display="block" font-size="6" y="139.26855" x="87.677307" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-fr.svgtspan4106" y="139.26855" x="87.677307" sodipodi:role="line">angle = -90°</tspan></text> - <path id="calligraphy-f04-fr.svgpath4108" style="color:#000000" marker-end="url(#calligraphy-f04-fr.svgTriangleOutS)" d="m144.5 1564.1c2.0412 4.3309 3.2095 9.0215 3.4381 13.804" display="block" marker-start="url(#calligraphy-f04-fr.svgTriangleInS)" transform="translate(10 273.7)" stroke="#000" marker="none" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.6875" fill="none"/> - <g id="calligraphy-f04-fr.svgg2827" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1751) matrix(.36245 -.20926 .20926 .36245 -207.78 -450.15)"> + <path id="calligraphy-f04-fr.svgpath2832" d="m111.33 102.81h92.82" display="block" transform="translate(10 1805.8)" stroke="#000" stroke-dasharray="0.65013618 1.9504085" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".65014" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f04-fr.svgpath2834" d="m111.36 103.08l88.17-50.902" display="block" transform="translate(10 1805.8)" stroke="#000" stroke-dasharray="0.68750000 2.0625000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".6875" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f04-fr.svgpath2838" sodipodi:nodetypes="cc" stroke="#000" stroke-width=".6875" fill="none" style="color:#000000" transform="translate(10 1805.8)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" d="m111.47 130.33v-118.78" stroke-dasharray="0.68750000 2.0625000" display="block"/> + <text id="calligraphy-f04-fr.svgtext4096" xml:space="preserve" transform="translate(10 1805.8)" display="block" font-size="6" y="4.5585475" x="88.336723" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-fr.svgtspan4097" y="4.5585475" x="88.336723" sodipodi:role="line">angle = 90°</tspan></text> + <text id="calligraphy-f04-fr.svgtext4099" xml:space="preserve" transform="translate(10 1805.8)" display="block" font-size="6" y="52.500549" x="202.46759" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-fr.svgtspan4100" y="52.500549" x="202.46759" sodipodi:role="line">angle = 30° (par défaut)</tspan></text> + <text id="calligraphy-f04-fr.svgtext4102" xml:space="preserve" transform="translate(10 1805.8)" display="block" font-size="6" y="104.26855" x="207.52388" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-fr.svgtspan4103" y="104.26855" x="207.52388" sodipodi:role="line">angle = 0°</tspan></text> + <text id="calligraphy-f04-fr.svgtext4105" xml:space="preserve" transform="translate(10 1805.8)" display="block" font-size="6" y="139.26855" x="87.677307" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-fr.svgtspan4106" y="139.26855" x="87.677307" sodipodi:role="line">angle = -90°</tspan></text> + <path id="calligraphy-f04-fr.svgpath4108" style="color:#000000" marker-end="url(#calligraphy-f04-fr.svgTriangleOutS)" d="m144.5 1564.1c2.0412 4.3309 3.2095 9.0215 3.4381 13.804" display="block" marker-start="url(#calligraphy-f04-fr.svgTriangleInS)" transform="translate(10 328.5)" stroke="#000" marker="none" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.6875" fill="none"/> + <g id="calligraphy-f04-fr.svgg2827" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1805.8) matrix(.36245 -.20926 .20926 .36245 -207.78 -450.15)"> <use id="calligraphy-f04-fr.svguse2837" xlink:href="#calligraphy-f04-fr.svgpath2835" transform="matrix(-1 .0000015541 .0000015541 1 279.99 -.00021757)" height="2515.0000" width="320.00000" y="0.0000000" x="0.0000000"/> <path id="calligraphy-f04-fr.svgpath2835" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f04-fr.svgpath2836" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -260,58 +260,58 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f04-fr.svgpath2204" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f04-fr.svgpath2205" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <path id="calligraphy-f04-fr.svgpath2853" d="m156.54 76.72c-5.31-7.767-14.75-11.811-23.75-13.131-18.92-1.651-34.885 12.692-53.777 11.114-4.414-0.852-6.386-3.82-5.414-8.228 3.432-15.575 26.471-25.039 39.211-29.804 9.87-3.425 20.2-4.911 30.54-5.903l-10.88 6.284c-10.35 0.992-20.67 2.476-30.54 5.902-1.86 0.698-3.757 1.329-5.597 2.093-1.703 0.707-6.339 3.611-5.023 2.319 1.79-1.758 4.183-2.839 6.51-3.778 0.3-0.122-3.126 1.734-6.726 5.389-3.478 3.533-8.572 10.426-6.527 15.827 0.885 2.336 3.108 3.108 5.328 3.615 18.895 1.579 34.855-12.764 53.775-11.113 9.01 1.32 18.44 5.363 23.75 13.13l-10.88 6.284z" transform="translate(10 1751)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#d2d2d2"/> - <rect id="d0e208" display="none" height="1e3px" width="288" y="1903.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="calligraphy-f04-fr.svgpath2853" d="m156.54 76.72c-5.31-7.767-14.75-11.811-23.75-13.131-18.92-1.651-34.885 12.692-53.777 11.114-4.414-0.852-6.386-3.82-5.414-8.228 3.432-15.575 26.471-25.039 39.211-29.804 9.87-3.425 20.2-4.911 30.54-5.903l-10.88 6.284c-10.35 0.992-20.67 2.476-30.54 5.902-1.86 0.698-3.757 1.329-5.597 2.093-1.703 0.707-6.339 3.611-5.023 2.319 1.79-1.758 4.183-2.839 6.51-3.778 0.3-0.122-3.126 1.734-6.726 5.389-3.478 3.533-8.572 10.426-6.527 15.827 0.885 2.336 3.108 3.108 5.328 3.615 18.895 1.579 34.855-12.764 53.775-11.113 9.01 1.32 18.44 5.363 23.75 13.13l-10.88 6.284z" transform="translate(10 1805.8)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#d2d2d2"/> + <rect id="d0e208" display="none" height="1e3px" width="288" y="1958.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e208"/> </flowRegion> - <flowDiv xml:space="preserve">Chaque style de calligraphie traditionnelle possède son propre angle prédominant. L'écriture onciale, par exemple, utilise un angle de 25 degrés. Des styles plus complexes et des calligraphes plus expérimentés souhaiterons varier cet angle pendant le tracé, ce qu'Inkscape permet par pression sur les flèches <flowSpan font-weight="bold">haut</flowSpan> et <flowSpan font-weight="bold">bas</flowSpan>. Pour les débutants cependant, il est préférable de conserver un angle constant. Voici des exemples de tracés dessinés selon différents angles (fixité = 100) :</flowDiv> - </flowRoot> - <text id="calligraphy-f05-fr.svgtext4984" xml:space="preserve" transform="translate(10 2004.2)" display="block" font-size="6" y="4.5585475" x="27.677305" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4985" y="4.5585475" x="27.677305" sodipodi:role="line">angle = 30°</tspan></text> - <text id="calligraphy-f05-fr.svgtext4987" xml:space="preserve" transform="translate(10 2004.2)" display="block" font-size="6" y="4.5585475" x="84.742744" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4988" y="4.5585475" x="84.742744" sodipodi:role="line">angle = 60°</tspan></text> - <text id="calligraphy-f05-fr.svgtext4990" xml:space="preserve" transform="translate(10 2004.2)" display="block" font-size="6" y="4.5585475" x="147.24278" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4991" y="4.5585475" x="147.24278" sodipodi:role="line">angle = 90°</tspan></text> - <text id="calligraphy-f05-fr.svgtext4993" xml:space="preserve" transform="translate(10 2004.2)" display="block" font-size="6" y="4.5585475" x="232.24278" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4994" y="4.5585475" x="232.24278" sodipodi:role="line">angle = 0°</tspan></text> - <text id="calligraphy-f05-fr.svgtext4996" xml:space="preserve" transform="translate(10 2004.2)" display="block" font-size="6" y="92.058548" x="267.2428" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4997" y="92.058548" x="267.24280" sodipodi:role="line">angle = 15°</tspan></text> - <text id="calligraphy-f05-fr.svgtext4999" xml:space="preserve" transform="translate(10 2004.2)" display="block" font-size="6" y="134.55855" x="39.742786" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan5000" y="134.55855" x="39.742786" sodipodi:role="line">angle = -45°</tspan></text> - <path id="calligraphy-f05-fr.svgpath4901" d="m45.448 18.016c3.5-0.314 14.489-6.113 14.025 0.4-5.461 10.157-10.585 20.538-15.402 31.033-1.488 3.587-14.036 28.168-3.499 25.42 9.088-3.824 17.5-8.081 27.499-8.489 2.124-0.12 4.202 0.173 6.269 0.607l-22.113 12.767c-2.067-0.434-4.145-0.727-6.269-0.607-9.999 0.407-18.411 4.665-27.499 8.489-10.537 2.748 2.011-21.833 3.499-25.42 4.817-10.495 9.941-20.876 15.402-31.033 0.464-6.513-10.525-0.714-14.024-0.4l22.112-12.767z" transform="translate(10 2004.2)" display="block"/> - <path id="calligraphy-f05-fr.svgpath4917" d="m148.1 20.769c4.28-11.918 20.14-2.827 26.34 2.18 21.24 25.454 17.89 66.509 15.98 97.261 0-6.98-0.07-13.96 0.01-20.943 0-0.271 33.3-18.644 36.53-20.376v22.159c-9.58 5.14-19.54 9.73-28.69 15.62-0.61 0.39-6.71 5.71-7.61 5.26-0.17-0.08-0.16-0.34-0.23-0.51-0.01-7.79-0.01-15.58-0.01-23.368 0.49-7.968 0.32-24.258 0.71 9.248 0.07 6.31 0.2-4-0.27-11.545-1.1-17.731-3.87-37.184-16.42-50.652-6.2-5.007-22.06-14.098-26.34-2.18v-22.154z" transform="translate(10 2004.2)" display="block"/> - <path id="calligraphy-f05-fr.svgpath4927" d="m220.36 12.834c-59.48-0.882 23.45-0.134 36.62 1.963 15.65 3.042 8.53 21.8 5.58 32.443-0.75 4.642-3.89 10.297-2.28 15.112 0.4 1.171 4.16 2.238 2.93 2.279-6.32 0.208-12.67 0.377-18.97-0.17-0.85-0.074 0.57 0.523 10.53-3.033 7.34-2.619 14.44-5.759 21.54-8.948h22.16c-15.18 6.819-72.39 32.651-58.07-5.24 2.96-10.643 10.07-29.401-5.58-32.443-6.57-1.046-13.18-1.481-19.82-1.826-3.37-0.175-13.5-0.338-10.13-0.352 6.66-0.029 13.32-0.019 19.98-0.008 1.4 0.002-2.79 0.181-4.19 0.186-7.48 0.028-14.97 0.024-22.45 0.037h22.15z" transform="translate(10 2004.2)" display="block"/> - <path id="calligraphy-f05-fr.svgpath4942" d="m20.12 106.67c8.492-5.41 17.954-6.958 27.898-6.27 19.875 1.69 29.405 15.47 42.96 29.18 0.731 0.74 2.886 3 2.149 2.26-25.227-25.09-13.515-12.66-5.887-8.01 16.19 9.76 30.39 1.41 44.82-7.24l15.67 15.67c-14.43 8.64-28.63 16.99-44.82 7.23-10.031-6.1-16.97-14.81-25.449-23.31-0.734-0.74-2.891-2.99-2.148-2.26 4.53 4.43 9.01 8.92 13.511 13.38 1.501 1.49-3.004-2.99-4.699-4.25-5.923-4.41-13.222-6.17-20.442-6.99-9.943-0.68-19.406 0.86-27.898 6.28l-15.665-15.67z" transform="translate(10 2004.2)" display="block"/> - <path id="calligraphy-f05-fr.svgpath4945" d="m83.624 25.219c5.169-6.605 10.672-13.197 19.206-15.209 20.89-0.1537 14.03 32.098 12.63 44.706 0.19 7.561-8.83 47.624 10.14 33.551 13.21-10.672 8.5-10.954 18.61-2.432 5.31 2.929 11.25 0.339 16.38-1.749l-11.08 19.184c-5.13 2.09-11.07 4.68-16.37 1.75-10.12-8.521-5.4-8.239-18.62 2.43-18.966 14.08-9.94-25.987-10.14-33.548 1.4-12.608 8.26-44.86-12.624-44.706-8.537 2.012-14.041 8.604-19.209 15.209l11.077-19.186z" transform="translate(10 2004.2)" display="block"/> - <path id="calligraphy-f05-fr.svgpath4983" d="m176.46 143.11c16.1-12.64 38.58-16.96 58.6-18.04 14.69-1.24 29 4.13 43.62 3.7 2.8-0.08 5.39-0.38 8.14-0.97 1.4-0.3 5.54-1.43 4.15-1.1-5.78 1.38-11.55 2.83-17.32 4.24 20.66-9.48 17.77-24.9-4.56-26.51-9.85-1.31-42.27 8.01-3.99-2.14l-21.4 5.73c15.39-4.15 30.65-9.713 46.79-9.32 22.33 1.61 25.22 17.02 4.56 26.5-8.47 2.41-22.91 7.72-33.73 9.02-15.95 1.91-31.67-4.9-47.66-3.42-9.4 0.51-29.91 5.9 4.12-3.5 1.22-0.34-2.44 0.67-3.64 1.06-5.88 1.93-11.72 4.77-16.28 9.02l-21.4 5.73z" transform="translate(10 2004.2)" display="block"/> - <rect id="d0e227" display="none" height="1e3px" width="288" y="2160.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowDiv xml:space="preserve">Chaque style de calligraphie traditionnelle possède son propre angle prédominant. L'écriture onciale, par exemple, utilise un angle de 25 degrés. Les styles plus complexes et les calligraphes plus expérimentés feront souvent varier cet angle pendant le tracé, ce qu'Inkscape permet par pression sur les touches fléchées <flowSpan font-weight="bold">haut</flowSpan> et <flowSpan font-weight="bold">bas</flowSpan> ou avec une tablette qui supporte la sensibilité à l'inclinaison. Néanmoins, pour l'exercice des débutants en calligraphie, conserver un angle constant fonctionnera mieux. Voici des exemples de tracés dessinés selon différents angles (fixité = 100) :</flowDiv> + </flowRoot> + <text id="calligraphy-f05-fr.svgtext4984" xml:space="preserve" transform="translate(10 2069.6)" display="block" font-size="6" y="4.5585475" x="27.677305" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4985" y="4.5585475" x="27.677305" sodipodi:role="line">angle = 30°</tspan></text> + <text id="calligraphy-f05-fr.svgtext4987" xml:space="preserve" transform="translate(10 2069.6)" display="block" font-size="6" y="4.5585475" x="84.742744" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4988" y="4.5585475" x="84.742744" sodipodi:role="line">angle = 60°</tspan></text> + <text id="calligraphy-f05-fr.svgtext4990" xml:space="preserve" transform="translate(10 2069.6)" display="block" font-size="6" y="4.5585475" x="147.24278" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4991" y="4.5585475" x="147.24278" sodipodi:role="line">angle = 90°</tspan></text> + <text id="calligraphy-f05-fr.svgtext4993" xml:space="preserve" transform="translate(10 2069.6)" display="block" font-size="6" y="4.5585475" x="232.24278" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4994" y="4.5585475" x="232.24278" sodipodi:role="line">angle = 0°</tspan></text> + <text id="calligraphy-f05-fr.svgtext4996" xml:space="preserve" transform="translate(10 2069.6)" display="block" font-size="6" y="92.058548" x="267.2428" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan4997" y="92.058548" x="267.24280" sodipodi:role="line">angle = 15°</tspan></text> + <text id="calligraphy-f05-fr.svgtext4999" xml:space="preserve" transform="translate(10 2069.6)" display="block" font-size="6" y="134.55855" x="39.742786" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-fr.svgtspan5000" y="134.55855" x="39.742786" sodipodi:role="line">angle = -45°</tspan></text> + <path id="calligraphy-f05-fr.svgpath4901" d="m45.448 18.016c3.5-0.314 14.489-6.113 14.025 0.4-5.461 10.157-10.585 20.538-15.402 31.033-1.488 3.587-14.036 28.168-3.499 25.42 9.088-3.824 17.5-8.081 27.499-8.489 2.124-0.12 4.202 0.173 6.269 0.607l-22.113 12.767c-2.067-0.434-4.145-0.727-6.269-0.607-9.999 0.407-18.411 4.665-27.499 8.489-10.537 2.748 2.011-21.833 3.499-25.42 4.817-10.495 9.941-20.876 15.402-31.033 0.464-6.513-10.525-0.714-14.024-0.4l22.112-12.767z" transform="translate(10 2069.6)" display="block"/> + <path id="calligraphy-f05-fr.svgpath4917" d="m148.1 20.769c4.28-11.918 20.14-2.827 26.34 2.18 21.24 25.454 17.89 66.509 15.98 97.261 0-6.98-0.07-13.96 0.01-20.943 0-0.271 33.3-18.644 36.53-20.376v22.159c-9.58 5.14-19.54 9.73-28.69 15.62-0.61 0.39-6.71 5.71-7.61 5.26-0.17-0.08-0.16-0.34-0.23-0.51-0.01-7.79-0.01-15.58-0.01-23.368 0.49-7.968 0.32-24.258 0.71 9.248 0.07 6.31 0.2-4-0.27-11.545-1.1-17.731-3.87-37.184-16.42-50.652-6.2-5.007-22.06-14.098-26.34-2.18v-22.154z" transform="translate(10 2069.6)" display="block"/> + <path id="calligraphy-f05-fr.svgpath4927" d="m220.36 12.834c-59.48-0.882 23.45-0.134 36.62 1.963 15.65 3.042 8.53 21.8 5.58 32.443-0.75 4.642-3.89 10.297-2.28 15.112 0.4 1.171 4.16 2.238 2.93 2.279-6.32 0.208-12.67 0.377-18.97-0.17-0.85-0.074 0.57 0.523 10.53-3.033 7.34-2.619 14.44-5.759 21.54-8.948h22.16c-15.18 6.819-72.39 32.651-58.07-5.24 2.96-10.643 10.07-29.401-5.58-32.443-6.57-1.046-13.18-1.481-19.82-1.826-3.37-0.175-13.5-0.338-10.13-0.352 6.66-0.029 13.32-0.019 19.98-0.008 1.4 0.002-2.79 0.181-4.19 0.186-7.48 0.028-14.97 0.024-22.45 0.037h22.15z" transform="translate(10 2069.6)" display="block"/> + <path id="calligraphy-f05-fr.svgpath4942" d="m20.12 106.67c8.492-5.41 17.954-6.958 27.898-6.27 19.875 1.69 29.405 15.47 42.96 29.18 0.731 0.74 2.886 3 2.149 2.26-25.227-25.09-13.515-12.66-5.887-8.01 16.19 9.76 30.39 1.41 44.82-7.24l15.67 15.67c-14.43 8.64-28.63 16.99-44.82 7.23-10.031-6.1-16.97-14.81-25.449-23.31-0.734-0.74-2.891-2.99-2.148-2.26 4.53 4.43 9.01 8.92 13.511 13.38 1.501 1.49-3.004-2.99-4.699-4.25-5.923-4.41-13.222-6.17-20.442-6.99-9.943-0.68-19.406 0.86-27.898 6.28l-15.665-15.67z" transform="translate(10 2069.6)" display="block"/> + <path id="calligraphy-f05-fr.svgpath4945" d="m83.624 25.219c5.169-6.605 10.672-13.197 19.206-15.209 20.89-0.1537 14.03 32.098 12.63 44.706 0.19 7.561-8.83 47.624 10.14 33.551 13.21-10.672 8.5-10.954 18.61-2.432 5.31 2.929 11.25 0.339 16.38-1.749l-11.08 19.184c-5.13 2.09-11.07 4.68-16.37 1.75-10.12-8.521-5.4-8.239-18.62 2.43-18.966 14.08-9.94-25.987-10.14-33.548 1.4-12.608 8.26-44.86-12.624-44.706-8.537 2.012-14.041 8.604-19.209 15.209l11.077-19.186z" transform="translate(10 2069.6)" display="block"/> + <path id="calligraphy-f05-fr.svgpath4983" d="m176.46 143.11c16.1-12.64 38.58-16.96 58.6-18.04 14.69-1.24 29 4.13 43.62 3.7 2.8-0.08 5.39-0.38 8.14-0.97 1.4-0.3 5.54-1.43 4.15-1.1-5.78 1.38-11.55 2.83-17.32 4.24 20.66-9.48 17.77-24.9-4.56-26.51-9.85-1.31-42.27 8.01-3.99-2.14l-21.4 5.73c15.39-4.15 30.65-9.713 46.79-9.32 22.33 1.61 25.22 17.02 4.56 26.5-8.47 2.41-22.91 7.72-33.73 9.02-15.95 1.91-31.67-4.9-47.66-3.42-9.4 0.51-29.91 5.9 4.12-3.5 1.22-0.34-2.44 0.67-3.64 1.06-5.88 1.93-11.72 4.77-16.28 9.02l-21.4 5.73z" transform="translate(10 2069.6)" display="block"/> + <rect id="d0e227" display="none" height="1e3px" width="288" y="2225.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e227"/> </flowRegion> <flowDiv xml:space="preserve">Comme vous pouvez le voir, le tracé est plus fin quand il est parallèle à l'angle, et plus épais quand il est perpendiculaire. Des angles positifs sont plus naturels et traditionnels pour une calligraphie tracée de la main droite.</flowDiv> </flowRoot> - <rect id="d0e230" display="none" height="1e3px" width="288" y="2208.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e230" display="none" height="1e3px" width="288" y="2274" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e230"/> </flowRegion> - <flowDiv xml:space="preserve">Le niveau de contraste entre l'épaisseur et la finesse maximales est contrôlé par le paramètre <flowSpan font-style="italic">fixité</flowSpan>. Une valeur de 100 signifie que l'angle est toujours constant, égal à la valeur définie dans le champ angle. Diminuer la fixité permet à la plume de tourner légèrement dans la direction opposée au tracé. Avec fixité=0, la plume tourne librement pour être toujours perpendiculaire au tracé, et la valeur angle n'a plus d'effet :</flowDiv> + <flowDiv xml:space="preserve">Le niveau de contraste entre l'épaisseur et la finesse maximales est contrôlé par le paramètre <flowSpan font-style="italic">fixité</flowSpan>. Une valeur de 100 signifie que l'angle est toujours constant, égal à la valeur définie dans le champ angle. Diminuer la fixité permet à la plume de tourner légèrement dans la direction opposée au tracé. Avec fixité=0, la plume tourne librement pour être toujours perpendiculaire au tracé, et la valeur Angle n'a plus d'effet :</flowDiv> </flowRoot> <defs id="calligraphy-f06-fr.svgdefs3"> <marker id="calligraphy-f06-fr.svgTriangleInL" refY="0.0" refX="0.0" orient="auto" inkscape:stockid="TriangleInL" overflow="visible"> <path id="calligraphy-f06-fr.svgpath4781" d="m5.77 0l-8.65 5v-10l8.65 5z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="scale(-.8)" stroke="#000" stroke-width="1pt"/> </marker> </defs> - <text id="calligraphy-f06-fr.svgtext6476" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 2296.9)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="19.524405" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-fr.svgtspan6477" y="4.5585475" x="19.524405" sodipodi:role="line">angle = 30°</tspan><tspan id="calligraphy-f06-fr.svgtspan6479" y="11.758548" x="19.524405" sodipodi:role="line">fixité = 100</tspan></text> - <text id="calligraphy-f06-fr.svgtext6481" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 2296.9)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="119.52438" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-fr.svgtspan6482" y="4.5585475" x="119.52438" sodipodi:role="line">angle = 30°</tspan><tspan id="calligraphy-f06-fr.svgtspan6484" y="11.758548" x="119.52438" sodipodi:role="line">fixité = 80</tspan></text> - <text id="calligraphy-f06-fr.svgtext6486" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 2296.9)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="219.52438" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-fr.svgtspan6487" y="4.5585475" x="219.52438" sodipodi:role="line">angle = 30°</tspan><tspan id="calligraphy-f06-fr.svgtspan6489" y="11.758548" x="219.52438" sodipodi:role="line">fixité = 0</tspan></text> - <path id="calligraphy-f06-fr.svgpath5108" d="m213.97 69.663c-3.43-6.136-2.82-13.35-0.61-19.796 4.01-9.569 12.54-16.2 22.15-19.527 9.27-2.977 18.97-2.32 28.35-0.279 11.24 2.823 19.58 11.481 22.96 22.414 2.37 12.142 2.25 25.093-0.77 37.116-2.96 10.262-9.6 19.689-19.1 24.829-9.72 4.67-21.09 4.1-30.08-1.92-10.03-7.65-14.84-18.238-15.78-30.571-0.56-11.353 5.78-20.748 15.72-25.636 11.77-5.564 23.9-2.212 31.84 7.875 6.88 10.553 4.86 24.51-4.37 32.895-5.16 4.227-11.13 5.027-17.3 2.803l2.79-7.126c3.31 1.536 6.59 0.809 9.43-1.399 6.41-5.485 7.77-15.324 3.4-22.5-5.55-7.416-14.04-9.612-22.43-5.674-7.15 3.465-11.82 9.966-11.45 18.187 0.75 10.05 4.33 18.46 12.47 24.836 6.49 4.57 15.04 4.75 22.15 1.49 7.64-4.03 12.87-11.851 15.29-19.968 2.74-10.683 2.75-22.195 0.87-33.016-2.46-8.308-8.81-14.962-17.28-17.161-7.99-1.771-16.29-2.438-24.21 0.037-7.41 2.537-14.16 7.5-17.42 14.81-1.48 4.163-2.07 9.223-0.25 13.037l-6.37 4.244z" transform="translate(10 2296.9)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/> - <path id="calligraphy-f06-fr.svgpath5116" d="m14.48 65.761c-3.008-10.389 3.114-21.31 11.13-27.601 16.202-11.213 36.073-15.13 52.851-3.22 13.738 11.479 21.929 29.308 22.069 47.188-0.904 16.803-17.18 27.632-31.896 32.402-12.429 2.51-28.614 0.51-36.966-10-7.732-12.115-0.566-25.626 8.256-34.878 10.488-10.422 22.548-13.268 34.841-5.28 8.181 6.27 9.589 15.534 2.904 23.325-6.655 6.029-20.559 14.873-27.767 5.049-1.207-1.742-1.271-3.421-0.91-5.431l6.626-3.825c-0.361 2.006-0.297 3.687 0.91 5.43 3.103 4.233 7.325 5.312 12.375 3.857 1.362-0.391 5.139-2.336 3.959-1.552-1.546 1.031-3.161 1.969-4.827 2.792-1.167 0.575 4.261-2.816 3.008-2.495 6.685-7.791 5.277-17.056-2.904-23.325-4.349-2.825-9.49-5.179-14.797-5.096-2.013 0.032-7.482 2.525-5.904 1.275 1.455-1.15 3.156-1.954 4.747-2.91 2.037-1.222-7.967 4.807-5.635 4.359-8.822 9.252-15.988 22.765-8.256 34.875 8.352 10.51 24.537 12.51 36.966 10 1.81-0.59 6.715-3.32 5.34-2.01-1.124 1.07-2.633 1.65-3.987 2.41-1.778 1 3.459-2.17 5.076-3.41 7.054-5.41 12.028-12.609 12.216-21.735-0.137-17.883-8.332-35.711-22.07-47.189-7.307-5.186-14.715-7.789-23.759-7.376-3.5 0.158-7.046 0.627-10.452 1.458-2.18 0.532-7.399 4.145-6.378 2.15 0.041-0.081 8.248-5.219 0.99-0.666-8.015 6.292-14.138 17.211-11.13 27.605l-6.626 3.824z" transform="translate(10 2296.9)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/> - <path id="calligraphy-f06-fr.svgpath5131" d="m113.93 55.575c0.1-7.929 4.48-14.883 10.09-20.161 14.87-12.804 31.29-11.471 47.09-2.026 15.97 10.213 26.09 29.324 22.8 48.338-5 18.464-23.93 31.854-42.46 34.334-14.6 0.87-26.99-12.79-28.9-26.622 0.01-16.139 14.93-29.526 30.29-31.885 13.66-0.565 25.64 8.648 24.07 22.885-4.49 15.177-22.31 20.572-34.76 11.488-0.51-0.514-1.02-1.026-1.53-1.54l6.41-4.175c0.47 0.444 0.93 0.891 1.39 1.336 2.69 1.861 5.56 3.419 8.81 4.109 4.02 0.856 7.45-1.048 6.86-0.388-1.07 1.218-2.8 1.648-4.08 2.657-3.74 2.969 14.53-10.097 9.84-10.56 2.07-13.369-9.87-21.765-22.51-20.488-3.55 0.771-17.14 5.862-17.88 23.275 1.48 13.262 13.66 26.118 27.52 24.618 12.78-2.21 23.08-7.51 29.83-26.192 3.69-18.385-6.39-36.974-21.9-46.706-6.89-4.028-14.08-7.391-22.26-7.013-2.79 0.128-5.63 0.619-8.3 1.471-0.84 0.267-3.09 1.569-2.48 0.928 1.06-1.134 2.68-1.569 3.94-2.484 1.39-1.015-5.91 3.426-4.38 2.735-5.68 4.893-10.02 11.292-10.51 18.953l-6.99 3.113z" transform="translate(10 2296.9)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/> - <path id="calligraphy-f06-fr.svgpath5132" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2296.9) matrix(-.062189 -.93098 -.93098 .062189 1532.9 59.391)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> - <path id="calligraphy-f06-fr.svgpath5788" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2296.9) matrix(-.41163 .83734 .83734 .41163 -1225.7 -653.03)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> - <path id="calligraphy-f06-fr.svgpath5789" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2296.9) matrix(-.062189 -.93098 -.93098 .062189 1627.6 57.761)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> - <path id="calligraphy-f06-fr.svgpath5790" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2296.9) matrix(-.41163 .83734 .83734 .41163 -1127.1 -651)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> - <path id="calligraphy-f06-fr.svgpath5791" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2296.9) matrix(-.062189 -.93098 -.93098 .062189 1727.6 56.842)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> - <path id="calligraphy-f06-fr.svgpath5792" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2296.9) matrix(-.41163 .83734 .83734 .41163 -1024.4 -648.5)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> - <g id="calligraphy-f06-fr.svguse5793" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.22117 -.12769 .097624 .16909 -162.16 -176.71)"> + <text id="calligraphy-f06-fr.svgtext6476" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 2363.9)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="19.524405" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-fr.svgtspan6477" y="4.5585475" x="19.524405" sodipodi:role="line">angle = 30°</tspan><tspan id="calligraphy-f06-fr.svgtspan6479" y="11.758548" x="19.524405" sodipodi:role="line">fixité = 100</tspan></text> + <text id="calligraphy-f06-fr.svgtext6481" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 2363.9)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="119.52438" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-fr.svgtspan6482" y="4.5585475" x="119.52438" sodipodi:role="line">angle = 30°</tspan><tspan id="calligraphy-f06-fr.svgtspan6484" y="11.758548" x="119.52438" sodipodi:role="line">fixité = 80</tspan></text> + <text id="calligraphy-f06-fr.svgtext6486" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 2363.9)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="219.52438" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-fr.svgtspan6487" y="4.5585475" x="219.52438" sodipodi:role="line">angle = 30°</tspan><tspan id="calligraphy-f06-fr.svgtspan6489" y="11.758548" x="219.52438" sodipodi:role="line">fixité = 0</tspan></text> + <path id="calligraphy-f06-fr.svgpath5108" d="m213.97 69.663c-3.43-6.136-2.82-13.35-0.61-19.796 4.01-9.569 12.54-16.2 22.15-19.527 9.27-2.977 18.97-2.32 28.35-0.279 11.24 2.823 19.58 11.481 22.96 22.414 2.37 12.142 2.25 25.093-0.77 37.116-2.96 10.262-9.6 19.689-19.1 24.829-9.72 4.67-21.09 4.1-30.08-1.92-10.03-7.65-14.84-18.238-15.78-30.571-0.56-11.353 5.78-20.748 15.72-25.636 11.77-5.564 23.9-2.212 31.84 7.875 6.88 10.553 4.86 24.51-4.37 32.895-5.16 4.227-11.13 5.027-17.3 2.803l2.79-7.126c3.31 1.536 6.59 0.809 9.43-1.399 6.41-5.485 7.77-15.324 3.4-22.5-5.55-7.416-14.04-9.612-22.43-5.674-7.15 3.465-11.82 9.966-11.45 18.187 0.75 10.05 4.33 18.46 12.47 24.836 6.49 4.57 15.04 4.75 22.15 1.49 7.64-4.03 12.87-11.851 15.29-19.968 2.74-10.683 2.75-22.195 0.87-33.016-2.46-8.308-8.81-14.962-17.28-17.161-7.99-1.771-16.29-2.438-24.21 0.037-7.41 2.537-14.16 7.5-17.42 14.81-1.48 4.163-2.07 9.223-0.25 13.037l-6.37 4.244z" transform="translate(10 2363.9)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/> + <path id="calligraphy-f06-fr.svgpath5116" d="m14.48 65.761c-3.008-10.389 3.114-21.31 11.13-27.601 16.202-11.213 36.073-15.13 52.851-3.22 13.738 11.479 21.929 29.308 22.069 47.188-0.904 16.803-17.18 27.632-31.896 32.402-12.429 2.51-28.614 0.51-36.966-10-7.732-12.115-0.566-25.626 8.256-34.878 10.488-10.422 22.548-13.268 34.841-5.28 8.181 6.27 9.589 15.534 2.904 23.325-6.655 6.029-20.559 14.873-27.767 5.049-1.207-1.742-1.271-3.421-0.91-5.431l6.626-3.825c-0.361 2.006-0.297 3.687 0.91 5.43 3.103 4.233 7.325 5.312 12.375 3.857 1.362-0.391 5.139-2.336 3.959-1.552-1.546 1.031-3.161 1.969-4.827 2.792-1.167 0.575 4.261-2.816 3.008-2.495 6.685-7.791 5.277-17.056-2.904-23.325-4.349-2.825-9.49-5.179-14.797-5.096-2.013 0.032-7.482 2.525-5.904 1.275 1.455-1.15 3.156-1.954 4.747-2.91 2.037-1.222-7.967 4.807-5.635 4.359-8.822 9.252-15.988 22.765-8.256 34.875 8.352 10.51 24.537 12.51 36.966 10 1.81-0.59 6.715-3.32 5.34-2.01-1.124 1.07-2.633 1.65-3.987 2.41-1.778 1 3.459-2.17 5.076-3.41 7.054-5.41 12.028-12.609 12.216-21.735-0.137-17.883-8.332-35.711-22.07-47.189-7.307-5.186-14.715-7.789-23.759-7.376-3.5 0.158-7.046 0.627-10.452 1.458-2.18 0.532-7.399 4.145-6.378 2.15 0.041-0.081 8.248-5.219 0.99-0.666-8.015 6.292-14.138 17.211-11.13 27.605l-6.626 3.824z" transform="translate(10 2363.9)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/> + <path id="calligraphy-f06-fr.svgpath5131" d="m113.93 55.575c0.1-7.929 4.48-14.883 10.09-20.161 14.87-12.804 31.29-11.471 47.09-2.026 15.97 10.213 26.09 29.324 22.8 48.338-5 18.464-23.93 31.854-42.46 34.334-14.6 0.87-26.99-12.79-28.9-26.622 0.01-16.139 14.93-29.526 30.29-31.885 13.66-0.565 25.64 8.648 24.07 22.885-4.49 15.177-22.31 20.572-34.76 11.488-0.51-0.514-1.02-1.026-1.53-1.54l6.41-4.175c0.47 0.444 0.93 0.891 1.39 1.336 2.69 1.861 5.56 3.419 8.81 4.109 4.02 0.856 7.45-1.048 6.86-0.388-1.07 1.218-2.8 1.648-4.08 2.657-3.74 2.969 14.53-10.097 9.84-10.56 2.07-13.369-9.87-21.765-22.51-20.488-3.55 0.771-17.14 5.862-17.88 23.275 1.48 13.262 13.66 26.118 27.52 24.618 12.78-2.21 23.08-7.51 29.83-26.192 3.69-18.385-6.39-36.974-21.9-46.706-6.89-4.028-14.08-7.391-22.26-7.013-2.79 0.128-5.63 0.619-8.3 1.471-0.84 0.267-3.09 1.569-2.48 0.928 1.06-1.134 2.68-1.569 3.94-2.484 1.39-1.015-5.91 3.426-4.38 2.735-5.68 4.893-10.02 11.292-10.51 18.953l-6.99 3.113z" transform="translate(10 2363.9)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/> + <path id="calligraphy-f06-fr.svgpath5132" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2363.9) matrix(-.062189 -.93098 -.93098 .062189 1532.9 59.391)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> + <path id="calligraphy-f06-fr.svgpath5788" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2363.9) matrix(-.41163 .83734 .83734 .41163 -1225.7 -653.03)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> + <path id="calligraphy-f06-fr.svgpath5789" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2363.9) matrix(-.062189 -.93098 -.93098 .062189 1627.6 57.761)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> + <path id="calligraphy-f06-fr.svgpath5790" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2363.9) matrix(-.41163 .83734 .83734 .41163 -1127.1 -651)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> + <path id="calligraphy-f06-fr.svgpath5791" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2363.9) matrix(-.062189 -.93098 -.93098 .062189 1727.6 56.842)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> + <path id="calligraphy-f06-fr.svgpath5792" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-fr.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 2363.9) matrix(-.41163 .83734 .83734 .41163 -1024.4 -648.5)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/> + <g id="calligraphy-f06-fr.svguse5793" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.22117 -.12769 .097624 .16909 -162.16 -176.71)"> <path id="calligraphy-f06-fr.svguse4227" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4228" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4229" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -320,7 +320,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4232" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4233" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse5794" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.22117 -.12769 .097624 .16909 -148.57 -205.1)"> + <g id="calligraphy-f06-fr.svguse5794" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.22117 -.12769 .097624 .16909 -148.57 -205.1)"> <path id="calligraphy-f06-fr.svguse4235" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4236" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4237" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -329,7 +329,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4240" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4241" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse5795" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.22117 -.12769 .097624 .16909 -96.443 -194.96)"> + <g id="calligraphy-f06-fr.svguse5795" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.22117 -.12769 .097624 .16909 -96.443 -194.96)"> <path id="calligraphy-f06-fr.svguse4243" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4244" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4245" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -338,7 +338,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4248" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4249" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse5796" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.22117 -.12769 .097624 .16909 -100.7 -130.46)"> + <g id="calligraphy-f06-fr.svguse5796" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.22117 -.12769 .097624 .16909 -100.7 -130.46)"> <path id="calligraphy-f06-fr.svguse4251" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4252" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4253" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -347,7 +347,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4256" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4257" sodipodi:rx="9.4238768" sodipodi:ry="18.847754" style="color:#000000" sodipodi:type="arc" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block" sodipodi:cy="1610.5809" sodipodi:cx="145.72865"/> </g> - <g id="calligraphy-f06-fr.svguse5797" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.22117 -.12769 .097624 .16909 -131.84 -176.3)"> + <g id="calligraphy-f06-fr.svguse5797" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.22117 -.12769 .097624 .16909 -131.84 -176.3)"> <path id="calligraphy-f06-fr.svguse4259" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4260" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4261" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -356,7 +356,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4264" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4265" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6461" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.23554 -.098701 .075459 .18008 -30.76 -207.1)"> + <g id="calligraphy-f06-fr.svguse6461" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.23554 -.098701 .075459 .18008 -30.76 -207.1)"> <path id="calligraphy-f06-fr.svguse4267" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4268" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4269" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -365,7 +365,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4272" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4273" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6462" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.12769 -.22117 .16909 .097625 -145.9 -85.067)"> + <g id="calligraphy-f06-fr.svguse6462" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.12769 -.22117 .16909 .097625 -145.9 -85.067)"> <path id="calligraphy-f06-fr.svguse4275" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4276" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4277" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -374,7 +374,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4280" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4281" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6463" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.18058 -.18058 .13806 .13806 -57.936 -141.12)"> + <g id="calligraphy-f06-fr.svguse6463" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.18058 -.18058 .13806 .13806 -57.936 -141.12)"> <path id="calligraphy-f06-fr.svguse4283" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4284" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4285" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -383,7 +383,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4288" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4289" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6464" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.24225 -.080853 .061817 .18520 50.754 -169.93)"> + <g id="calligraphy-f06-fr.svguse6464" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.24225 -.080853 .061817 .18520 50.754 -169.93)"> <path id="calligraphy-f06-fr.svguse4291" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4292" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4293" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -392,7 +392,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4296" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4297" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6465" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.21307 -.14080 .10764 .16290 -63.894 -129.52)"> + <g id="calligraphy-f06-fr.svguse6465" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.21307 -.14080 .10764 .16290 -63.894 -129.52)"> <path id="calligraphy-f06-fr.svguse4299" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4300" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4301" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -401,7 +401,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4304" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4305" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6466" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.11412 -.22847 .17467 .087249 -144.32 -35.779)"> + <g id="calligraphy-f06-fr.svguse6466" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.11412 -.22847 .17467 .087249 -144.32 -35.779)"> <path id="calligraphy-f06-fr.svguse4307" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4308" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4309" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -410,7 +410,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4312" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4313" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6470" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(-.21040 .14475 -.11066 -.16086 415.51 292.33)"> + <g id="calligraphy-f06-fr.svguse6470" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(-.21040 .14475 -.11066 -.16086 415.51 292.33)"> <path id="calligraphy-f06-fr.svguse4315" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4316" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4317" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -419,7 +419,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4320" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4321" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6471" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(-.14475 -.21040 .16086 -.11066 2.1484 237.01)"> + <g id="calligraphy-f06-fr.svguse6471" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(-.14475 -.21040 .16086 -.11066 2.1484 237.01)"> <path id="calligraphy-f06-fr.svguse4323" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4324" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4325" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -428,7 +428,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4328" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4329" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6472" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.25459 -.020155 .015408 .19464 224.84 -236.83)"> + <g id="calligraphy-f06-fr.svguse6472" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.25459 -.020155 .015408 .19464 224.84 -236.83)"> <path id="calligraphy-f06-fr.svguse4331" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4332" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4333" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -437,7 +437,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4336" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4337" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6473" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.020155 .25459 -.19464 .015409 550.55 54.655)"> + <g id="calligraphy-f06-fr.svguse6473" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.020155 .25459 -.19464 .015409 550.55 54.655)"> <path id="calligraphy-f06-fr.svguse4339" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4340" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4341" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -446,7 +446,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4344" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4345" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6474" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(.25459 -.020155 .015408 .19464 209.33 -220.31)"> + <g id="calligraphy-f06-fr.svguse6474" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(.25459 -.020155 .015408 .19464 209.33 -220.31)"> <path id="calligraphy-f06-fr.svguse4347" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4348" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4349" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -455,7 +455,7 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4352" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4353" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <g id="calligraphy-f06-fr.svguse6475" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2296.9) matrix(-.097494 .23604 -.18046 -.074536 537.46 177.11)"> + <g id="calligraphy-f06-fr.svguse6475" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 2363.9) matrix(-.097494 .23604 -.18046 -.074536 537.46 177.11)"> <path id="calligraphy-f06-fr.svguse4355" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4356" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> <path id="calligraphy-f06-fr.svgpath4357" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/> @@ -464,26 +464,26 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="calligraphy-f06-fr.svgpath4360" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/> <path id="calligraphy-f06-fr.svgpath4361" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/> </g> - <rect id="d0e246" display="none" height="1e3px" width="288" y="2438.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e246" display="none" height="1e3px" width="288" y="2505.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e246"/> </flowRegion> - <flowDiv xml:space="preserve">Typographiquement parlant, une fixité maximum et donc un contraste maximum de largeur de tracé (ci-dessus à gauche) sont les caractéristiques des antiques fontes serif, comme les Times ou Bodoni (parce que ces fontes étaient historiquement une imitation d'une calligraphie effectuée avec une plume orientée de façon fixe). De l'autre côté, une fixité nulle et donc un contraste de largeur nul (ci-dessus à droite) font plutôt penser à une fonte sans serif moderne, comme l'Helvetica.</flowDiv> + <flowDiv xml:space="preserve">Typographiquement parlant, une fixité maximale et donc un contraste maximal de largeur de tracé (ci-dessus à gauche) sont les caractéristiques des antiques fontes serif, comme Times ou Bodoni (parce que ces fontes étaient historiquement une imitation d'une calligraphie effectuée avec une plume orientée de façon fixe). D'un autre côté, une fixité nulle et donc un contraste de largeur nulle (ci-dessus à droite) font plutôt penser à une fonte sans serif moderne, comme Helvetica.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2542.1574174000007" x="10" font-family="Sans" fill="#000000"> - <tspan y="2542.1574174000007" x="10">Tremblement</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2609.1589864000007" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2609.1589864000007" x="10">Tremblement</tspan> </text> - <rect id="d0e255" display="none" height="1e3px" width="288" y="2547.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e255" display="none" height="1e3px" width="288" y="2614.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e255"/> </flowRegion> - <flowDiv xml:space="preserve">Le <flowSpan font-style="italic">tremblement</flowSpan>·est conçu pour donner une apparence plus naturelle aux tracés calligraphiques. Le tremblement est ajustable dans la bar de contrôle, avec des valeurs comprises entre 0 et 100. Ceci influencera vos tracés, produisant différents effets pouvant aller des légères inégalités aux bavures et tâches. Cela augmente significativement les possibilités de l'outil.</flowDiv> + <flowDiv xml:space="preserve">Le <flowSpan font-style="italic">tremblement</flowSpan> est conçu pour donner une apparence plus naturelle aux tracés calligraphiques. Le tremblement est ajustable dans la barre de contrôle, avec des valeurs comprises entre 0 et 100. Ceci influencera vos tracés, produisant différents effets pouvant aller des légères inégalités aux bavures et tâches. Cela augmente significativement les possibilités de l'outil.</flowDiv> </flowRoot> - <g id="calligraphy-f07-fr.svgg3123" font-size="6px" transform="translate(10 2656.4)" font-family="Sans" sodipodi:insensitive="true" fill="black"> + <g id="calligraphy-f07-fr.svgg3123" font-size="6px" transform="translate(10 2723.4)" font-family="sans-serif" sodipodi:insensitive="true" fill="black"> <text id="calligraphy-f07-fr.svgtext3115" xml:space="preserve" display="block" y="12.058847" x="0.87408441"><tspan id="calligraphy-f07-fr.svgtspan3117" y="12.058847" x="0.87408441" sodipodi:role="line">lent</tspan></text> - <text id="calligraphy-f07-fr.svgtext3119" xml:space="preserve" display="block" y="21.308847" x="0.87408441"><tspan id="calligraphy-f07-fr.svgtspan3121" y="21.308847" x="0.87408441" sodipodi:role="line">moyen</tspan></text> + <text id="calligraphy-f07-fr.svgtext3119" xml:space="preserve" display="block" y="21.308847" x="0.87408441"><tspan id="calligraphy-f07-fr.svgtspan3121" y="21.308847" x="0.87408441" sodipodi:role="line">intermédiaire</tspan></text> <text id="calligraphy-f07-fr.svgtext1987" xml:space="preserve" display="block" y="30.558847" x="0.87408441"><tspan id="calligraphy-f07-fr.svgtspan1988" sodipodi:role="line" x="0.87408441" y="30.558847">rapide</tspan></text> </g> <use id="calligraphy-f07-fr.svguse3165" xlink:href="#calligraphy-f07-fr.svgg3123" transform="translate(158 186)" height="1052.3622" width="744.09448" y="0" x="0"/> @@ -495,289 +495,289 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <use id="calligraphy-f07-fr.svguse3153" xlink:href="#calligraphy-f07-fr.svgg3123" transform="translate(158 46.5)" height="1052.3622" width="744.09448" y="0" x="0"/> <use id="calligraphy-f07-fr.svguse3151" xlink:href="#calligraphy-f07-fr.svgg3123" transform="translate(0 46.5)" height="1052.3622" width="744.09448" y="0" x="0"/> <use id="calligraphy-f07-fr.svguse3149" xlink:href="#calligraphy-f07-fr.svgg3123" transform="translate(158 0)" height="1052.3622" width="744.09448" y="0" x="0"/> - <text id="calligraphy-f07-fr.svgtext3177" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="5.0588455" x="132.37408" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3179" y="5.0588455" x="132.37408" sodipodi:role="line">tremblement = 0</tspan></text> - <text id="calligraphy-f07-fr.svgtext3111" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="35.058846" x="62.374077" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3113" sodipodi:role="line" x="62.374077" y="35.058846">tremblement = 10</tspan></text> - <text id="calligraphy-f07-fr.svgtext1990" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="80.021095" x="62.337463" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan1991" y="80.021095" x="62.337463" sodipodi:role="line">tremblement = 30</tspan></text> - <text id="calligraphy-f07-fr.svgtext2991" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="125.48337" x="62.359436" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan2993" sodipodi:role="line" x="62.359436" y="125.48337">tremblement = 50</tspan></text> - <text id="calligraphy-f07-fr.svgtext2995" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="170.94562" x="62.353577" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan2997" sodipodi:role="line" x="62.353577" y="170.94562">tremblement = 70</tspan></text> - <text id="calligraphy-f07-fr.svgtext1993" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="216.40787" x="62.308167" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan1994" y="216.40787" x="62.308167" sodipodi:role="line">tremblement = 90</tspan></text> - <text id="calligraphy-f07-fr.svgtext1996" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="34.558846" x="212.52852" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan1997" y="34.558846" x="212.52852" sodipodi:role="line">tremblement = 20</tspan></text> - <text id="calligraphy-f07-fr.svgtext2999" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="80.021095" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3001" sodipodi:role="line" x="212.39668" y="80.021095">tremblement = 40</tspan></text> - <text id="calligraphy-f07-fr.svgtext3003" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="125.48337" x="212.41719" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3005" sodipodi:role="line" x="212.41719" y="125.48337">tremblement = 60</tspan></text> - <text id="calligraphy-f07-fr.svgtext3007" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="170.94562" x="212.4333" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3009" sodipodi:role="line" x="212.4333" y="170.94562">tremblement = 80</tspan></text> - <text id="calligraphy-f07-fr.svgtext1999" xml:space="preserve" transform="translate(10 2626.4)" display="block" font-size="6px" y="216.40787" x="212.42744" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan2000" y="216.40787" x="212.42744" sodipodi:role="line">tremblement = 100</tspan></text> - <path id="calligraphy-f07-fr.svgpath2977" style="color:black" d="m194.8 36.948c1.29-0.601 0.52 0.12 1.45 0.334 2.52-1.549 1.81 0.053 4.27-0.637 1.28-0.353 2.32-0.038 3.05 0.498 1.8-0.453 2.87-0.127 5.81 1.097 2.18-0.635 4.16-0.293 6.51-0.5 0.47 0.614 2.73 0.499 3.68 0.565 2.15-0.487 4.27-0.787 6.4-0.947 0.09 0.904 2.65 0.428 3.16 0.371 0.97-0.199 1.99 0.119 2.95 0.353 3.23-0.916 1.37 0.381 4.37-0.736-1.4 1.416 2.09 0.494 2.79 0.471 1.79-0.518 2.38-0.587 3.64-0.103 1.98-0.245 3.54 0.196 5.01 0.846 2.31-0.853 4.52-1.043 6.89-1.084 2.98 0.261 4.09 0.374 7.43-0.322 2.95-1.036 2.53 0.415 5.43-0.677 0.54 0.998 3.39 0.209 4.83-0.366 0.6 0.226 1.92 0.846 2.29 0.951 2.08-0.124 2.09-0.087 4.66-0.851-0.42 0.435-1.05 0.738-1.26 1.306-0.44 1.218 2.55-0.475 3.84-0.646 3.72-1.462 2.08 0.493 4.02-0.398 1.03 0.606 2.48 0.244 3.79 0.032l-6.76 4.912c-0.98 0.178-2.68 0.636-3.41-0.307-1.5 0.136-1.43-0.769-3.76 0.205-0.39-0.003-2.47 0.179-2.31-0.854-1.96 0.96-2.76-0.059-4.91 1.033-0.92-0.204-1.81-0.565-2.74-0.626-1.53 0.202-3.24 0.498-4.71 0.32-1.39 0.241-2.82-0.298-4.47 0.06-2.95 1.367-5.38 0.149-8.62 1.069-1.86-0.304-3.62-0.397-5.45 0.035-2.69-0.374-3.59-0.573-5.9-0.195-1.06 0.196-4.39 1.037-2.47-0.752-2.06 0.611-2.64-0.038-5.16 1.252-0.38-0.158-1.16-1.143-2.83-0.38-0.74-0.22-2.25-0.119-2.96-0.353-1.29 0.117-2.93 0.676-4.12 0.329-0.78 0.139-3.32 0.012-5.05-0.026-1.39-0.302-2.92-0.125-4.75 0.205-1.79-0.35-4.33 0.555-5.31-0.411-2.58-0.158-4.44-1.312-7-0.339-0.9-0.3-1.85-0.634-2.8-0.538-0.56 0.109-3.54 0.497-2.55-0.61-3.06 0.929-0.72-0.19-3.1 0.872l6.13-4.458z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath2979" style="color:black" d="m191.44 45.785c0.85-0.474 1.35-0.514 3.24-0.714 2.47 0.162 6.67 0.512 10.06 1.743 12.81-0.778 25.78 1.534 38.22-0.166 10.12 1.116 20.05 1.409 30.45 0.476 2.99-0.579 5.63 0.081 8.53-0.262 1.81-0.607 3.98 0.525 4.73 0.775 0.58-0.186 1.16-0.371 1.74-0.556l-5.99 4.353c-0.21-0.086-0.42-0.171-0.62-0.257-1.94 0.04-3.98-0.145-5.78-0.01-2.6 0.167-5.31-0.094-8.03-0.112-10.12-1.252-20.06 0.842-30.26-0.622-12.6 0.741-24.81-0.501-37.34-0.484-4.02-0.442-8.51 0.434-11.8-0.455-1.25-0.141-1.67-0.24-3.07 0.596l5.92-4.305z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath2981" style="color:black" d="m192.55 54.078c-1.33 0.624 3.92 0.871 4.86 0.859 10.59 0.589 20.64 1.961 31.08 1.747 10.55 0.419 21.58-1.876 32.01-0.449 5.62-0.57 11.28 0.465 16.7 0.442 2.26-0.493 3.21 0.593 5.87-0.231 1.85 0.112 3.71 0.066 5.56 0.099l-5.39 3.917c-2.84 0.507-4.5 0.397-6.7 0.729-1.47 0.036-3.04-0.185-4.29-0.939-5.62-0.086-11.24 0.999-16.8-0.346-10.77 0.83-21.03-0.616-31.9 0.352-10.5-0.125-20.86-1.101-31.15-1.742-0.89 0.107-7.04 1.778-5.85-0.078l6-4.36z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath2985" style="color:black" d="m35.08 38.403c0.886-0.358 1.917-0.172 2.754-0.277 2.607 0.256 4.942 0.268 7.572 0.412 3.225 0.229 6.356 0.231 9.589 0.267 2.04 0.749 4.189 0.52 6.404 0.483 2.484 0.06 5.022 0.028 7.484-0.054 1.779 0.139 3.525 0.185 5.295 0.05 1.709-0.295 3.307 0.132 4.972 0.329 1.49-0.433 2.816 0.162 4.174 0.332 1.234-0.464 2.543-0.181 3.757-0.136 1.729-0.381 1.722 0.333 3.593-0.088 1.27-0.025 2.457 0.197 3.896 0.009 1.531-0.27 2.792 0.134 4.328-0.095 1.172 0.101 1.912 0.416 2.972 0.577 1.62-0.544 1.72 0.248 3.09 0.491 1.29 0.089 2.63-0.095 3.92-0.134 1.06 0.245 1.85 0.25 3.02 0.308 1.47-0.004 2.77-0.196 4.18-0.116 1.25 0.153 2.21 0.199 3.43 0.033 1.43-0.084 2.77-0.011 4.24-0.111 1.12 0.086 2.79 0.126 3.88 0.208 1.44-0.005 2.88-0.138 4.3-0.221 0.33 0.31 2.46 0.061 3.49-0.056 1.05 0.286 2.22 0.181 3.33 0.07 0.8 0.297 1.1 0.027 1.96 0.048l-5.82 4.228c-0.99 0.09-1.13 0.54-1.84-0.13-1.66 0.452-2.18-0.047-3.95 0.374-0.87-0.089-2.16-0.062-3.04-0.273-1.55 0.34-2.72 0.321-4.25 0.194-1.43 0.062-2.71-0.253-4.17 0.001-1.5 0.123-2.81-0.253-4.24 0.104-1-0.031-2.23-0.348-3.37-0.074-1.04-0.009-2.49-0.136-3.73-0.21-1.27 0.048-2.47 0.196-3.72 0.176-1.12-0.187-2.1-0.101-3.108-0.56-1.425 0.083-2.343-0.123-3.658-0.039-1.705-0.084-1.931-0.614-3.021-0.453-1.172-0.053-2.824-0.168-4.167-0.022-1.3 0.039-2.492 0.007-3.917 0.007-1.219 0.15-2.226 0.103-3.458-0.009-1.141-0.077-2.264 0.185-3.426-0.117-1.829 0.272-2.797-0.024-4.633-0.074-1.593-0.07-3.125-0.388-4.724-0.422-1.963 0.186-3.817 0.333-5.762 0.29-2.296-0.164-4.564-0.249-6.86-0.407-2.27 0.468-4.646-0.046-6.95-0.148-2.935 0.031-6.019-0.295-8.961-0.699-2.754-0.205-5.592 0.459-8.134 0.04-0.985 0.19-1.957 0.275-2.41 0.027l5.689-4.133z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath2987" style="color:black" d="m33.526 48.165c0.829 0.287 1.929-0.108 2.914-0.105 3.657 0.013 7.31 0.812 10.998 0.753 4.922 0.693 9.874-0.276 14.801 0.057 4.247 0.47 8.268 0.488 12.575 0.147 4.828 0.995 9.8 0.017 14.792 0.591 4.882 0.467 9.572-1.713 14.414-0.86 3.94-0.9 8-0.02 11.87-0.606 4.03 0.708 8.11 0.547 12.16 1.208 2.77-0.064 5.34 0.293 8.05-0.161 1.13-0.049 2.92 0.447 3.54 0.47 1.41-0.824 2.36-0.242 3.16-0.183l-5.48 3.98c-1.12 0.125-2.28 0.444-3.4 0.365-1.27 0.011-2.61-0.099-4.03-0.133-2.3-0.228-4.9-0.033-7.37-0.367-4.16-0.705-8.3-0.369-12.48-0.954-3.77 0.556-7.46 0.12-11.216 0.192-4.947 0.864-10.144 0.541-15.137 1.348-4.876-0.953-9.767-0.183-14.649-0.719-4.215 0.544-8.459-0.126-12.716-0.025-4.764 0.178-9.602-0.534-14.428-0.351-3.713-0.57-7.905 0.353-11.297-0.507-0.988 0.124-2.338 0.425-3.234 0.338l6.163-4.478z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath2989" style="color:black" d="m26.426 62.007c1.763-1.881 5.862-5.061 9.257-4.321 7.252 0.625 14.596 0.199 21.912 0.035 14.612 0.201 29.327-1.609 43.885-0.14 11.75-0.217 23.6 0.38 35.31 1.253 4.25-0.171 2.3-0.16 5.86-0.094l-6.12 4.405c-2.99-0.572-1.29-0.358-5.11-0.45-11.3-0.723-22.59-1.494-33.896-2.255-14.855-0.384-29.698 0.096-44.538 0.657-7.759-0.009-15.492 1.094-23.238 0.889l-3.322 0.021z" sodipodi:nodetypes="cccccccccccc" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3011" style="color:black" d="m33.461 83.415c-1.31 2.484 5.61-3.81 2.313-0.253-1.291 1.663 3.907-0.478 4.236-0.632-0.293 1.592 4.092 0.455 5.697 0.885 1.587 0.366 4.504 0.542 6.327 0.054 0.663 0.753 3.266 0.482 4.581 0.296 3.021-0.57 1.517 1.058 4.486 0.562 1.725-0.572 2.828 0.078 3.425 0.16 6.01-2.452-2.493 1.702 3.3 0.121 1.689-0.852 3.013-0.432 4.586-0.803-0.715 1.618 2.974 0.029 4.523-0.272-0.271 1.009 2.02 0.807 3.058 0.691 6.659-2.697-1.221 0.446 2.867 0.472 1.791-1.045 2.68-0.351 4.362-0.641-1.784 1.695 2.983 0.208 4.192 0.156 1.098 0.072 2.187 0.389 3.285 0.321 4.382-1.528 1.48 1.779 5.901-0.217 1.83-0.08 2.16 0.453 3.98 0.502 6.26-1.925 0.38 2.159 5.28-0.456 0.67 0.085 1.05 0.919 2.45 0.947 2.78-1.301 2.38-0.329 3.69-0.238 3.38-1.463-0.06-0.076 3.08 0.257 2.52-0.209 0.27-0.946 4.73-0.632 3.54-0.829 0.63 0.977 5.94-0.596 1.02-0.08 2.35 0.992 3.23 1.536 5.22-2.555 1.74 0.418 6.3-1.552 0.19 1.716-0.1 1.202 2.76 0.551l-5.24 3.802c-0.96 0.498-5.2 1.276-3.88 0.269-1.65 0.378-2.76 0.579-3.78-0.282-3.43 1.739-2.92-0.724-6.8 1.06-1.4-0.115-2.77-0.53-4.17-0.687-4.37 1.711-2.09-0.537-3.79-0.055-1.29 0.264-2.41-0.248-3.93 0.362-0.85 0.259-3.08 0.194-2.6-0.55-3.66 1.428-2.05 0.039-5.05 0.934 1.73-2.092-2.71 0.711-4.072-0.428-0.615-0.068-3.472 0.36-4.197-0.396-1.828 0.326-6.925 2.098-4.727-0.575-3.694 1.651-0.439-0.699-4.362 0.462-0.658 0.094-3.941 0.56-4.219-0.136-2.309 0.473-2.563 0.009-3.781 0.218-1.138 0.111-4.174 0.808-3.431-0.062-1.432 0.046-2.147-0.035-4.227 0.158-0.99-0.012-2.101-0.839-4.338 0.139-1.026 0.205-2.084-0.195-3.129-0.257-1.391-0.05-2.344 0.239-3.775 0.226-3.896 1.324 1.438-2.093-3.888 0.163-0.661-0.115-3.286-0.23-3.061-1.655-2.447 0.819-4.191 0.034-5.66 0.539-2.348-0.106-3.539 0.588-5.972-0.346-1.93 0.304-5.984 0.511-6.631-0.153-0.412 0.103-2.293 0.421-3.348-0.013-3.961 0.884 3.494-2.784-2.896 0.676l6.375-4.632z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3021" style="color:black" d="m33.458 94.024c2.933-1.819 1.772-0.698 5.947 0.083 8.524-0.15 17.163 0.365 25.984-0.571 4.573 1.527 9.157 0.557 13.798 0.532 3.168-0.096 6.077 0.139 9.052 0.048 3.278 0.435 6.616-0.839 9.725-0.244 3.196 0.638 5.196 0.302 8.476-0.084 2.59 0.576 5.4 0.371 7.83-0.451 3.44 1.794 8.43-0.094 12.52 1.022 3.41-1.339 6.88-0.894 10.42-0.531 1.35 0.371 1.31-0.226 2.68 0.049l-5.44 3.952c-3.07 1.402-0.35-0.2-2.97 0.163-3.12-0.702-6.55 1.228-9.54-0.105-4.93 0.274-9.6-0.338-14.49 0.411-0.92-0.272-4.21-0.232-6.18-0.754-2.563 0.128-7.327 1.502-8.133-0.164-3.18 0.905-6.895 0.857-10.152 0.553-2.889 0.37-6.269 0.348-9.495 0.274-5.869 1.281-7.706-2.561-14.538 0.006-8.429-1.855-16.913-1.212-25.309 0.079-1.733-0.628-7.075 0.667-5.288-0.56l5.103-3.708z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3023" style="color:black" d="m32.767 104.9c1.044 0.29 5.146 0.46 7.748 0.27 16.106 2.01 32.482 0.07 48.676 1.05 16.089 0.14 31.409 0.36 47.059-1.64 2.78 1.82 5.81 0.1 8.67-0.72l-7.49 5.5c-2.64-0.18-5.18 0.46-7.84 0.09-14.78-2.49-30.074 0.79-45.002 0.11-16.755-0.13-33.246-1.29-49.913-0.17-4.666-0.95-8.09-0.33-7.39-0.5l5.482-3.99z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3025" style="color:black" d="m195.21 82.699c-3.35 3.447-1.05 1.432 2.04 0.087-1.56 1.739-1.27 2.186 0.92 1.606 2.4-0.45 4.77-2.558 4.15 0.908 1.99-1.32 4.75-0.504 5.53-0.394 2.11 0.771 9.03-3.405 7.3-0.669 2.41-0.613 4.07-0.637 5.57-0.543-0.43 4.082 4.83-3.024 1.92 1.797 4-0.984 7.83-3.662 3.12 0.577 2.83-2.21 5.35-1.471 7.41-0.996 0.35 1.18 5.31 0.198 5.69 0.179 3.47-0.968 0.65 0.752 3.13 0.518 1.27-0.599 4.6-1.225 4.22 0.129 2.34-0.412 5.11-0.523 7.49-0.347 1.17 0.485 5.7-1.441 4.4 0.123 2.3-1.014 1.63-0.086 3.41 0.047 2.07 0.269 6.28-3.431 3.6-0.332 1.65-0.923 3.74-1.015 5.23-1.72-0.75 0.347 1.34 1.113 2.16 1.199-0.33 1.346 3.3-0.621 4.87-1.392-0.48 0.432-2.07 1.353-1.43 1.294 4.33-0.401 1.48-0.57 3.75-1.205 2.08-0.754 2.97 0.182 4.48-0.328 1.42-1.019 2.56 0.463 3.49 0.599 3.95-2.108 1.51-0.271 4.38-1.042l-6.91 5.023c-0.61 0.188-2.02-0.393-1.68-0.929-2.87 1.581-2.71 0.713-4.51 0.152-1.84 0.299-4.89 0.694-6.89 2.161 3.03-3.345-1.84-0.328-2.66 0.493 4.13-4.599-1.58 2.084-1.05-1.805-2.28 1.027-3.52 0.542-5.55 1.381 2.61-2.76-2.18 0.628-3.35 0.421-0.07-0.013-1.13-1.958-3.91 0.371-1.41 0.004-0.79-1.887-3.88 0.297-0.61-1.136-0.85-1.103-2.28-1.666-3.44 1.621-4.94-0.128-8.87 1.353-1.92-1.331-3.81 0.408-4.62 0.162-5.2 1.123 1.19-2.283-3.58-0.203-1.85 0.062-3.98 0.646-4.22-1.284-2.65 0.803-4.22 1.331-6.63 0.458-0.78 0.371-2.99-0.644-4.1 0.041-1.56-0.428-3.31-0.104-4.83 0.434 3.04-3.743-1.92 1.06-2.24-1.875-5.67 2.623-3.19-0.488-8.52 1.552-1.83-0.36-1.32-2.374-4.52-0.336-0.67-0.009-3.55 0.241-4.1-1.03-3.3 1.635-0.94-1.024-3.7 0.361-0.43 0-0.66-1.382-0.26-1.246l6.03-4.381z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3033" style="color:black" d="m196.24 101.77c2.85-1.29 6.99-0.49 10.23 1.14 14.46-1.35 28.78 1.11 43.44 0.58 8.29 3.28 16.99-1.59 25.02-1.26 1.28 0.05 1.79 2.39 3.07 2.55 3.76 0.49 7.5-1.29 11.28-1.38 1.17-0.05 2.34-0.11 3.51-0.17l-5.22 4.16c-1.1 0-2.19-0.01-3.28-0.01-12.75 0.28-25.26 0.75-37.91-1.09-14.95 1.33-29.71-1.02-44.58 0.32-6.44-2.14-10.97 0.61-12.51 0.18l6.95-5.02z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3039" style="color:black" d="m194.76 95.461c2.04-0.272 4.02-1.406 6.57-1.698 6.35-0.954 14.15-1.585 21.65-1.52 8.18 1.795 5.42 0.845 15.47-1.263 4.38-0.916 5.68 1.657 10.73 0.517 3.54 2.778 7.34-0.138 11.48 1.431 3.43 1.543 8.09 1.261 13.67 1.335 4.92-1.05 8.99-0.967 13.86-0.541 0.96 1.397 3.31 1.058 5 0.951l-4.82 3.505c-1.63-0.062-3.37-0.276-4.76-1.132-5.03 1.27-10.34 0.8-15.05 1.382-3.29-0.259-12.1-1.153-12.55-2.178-4.83 0.593-9.32-0.322-14.08 0.487-8.84 0.939-15.04-3.582-24.4-0.491-6.44-2.044-17.67 4.934-21.79 1.708-2.55 0.428-5.7 2.506-6.25 1.336l5.27-3.829z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3041" style="color:black" d="m33.23 133.02c9.323-6.44-0.804-0.11 3.574-1.21 1.919-0.76 4.042-0.83 6.079-1.14 1.832 0.91 3.358 0.62 5.142-0.24 2.092-0.26 2.081 0.61 3.142 1.27 0.295 0.75 2.066 0.8 5.784-0.62-0.748 1.03 3.154-0.24 4.3-0.2-1.013 0.82 2.736 0.65 3.911 0.08-0.678 0.64-2.939 1.7-2.034 1.91 2.811 0.66 3.819-1.49 4.737-1.28 3.573-1.55 0.501-0.26 2.548 0.6 1.274-0.56 2.754-0.42 4.142-0.52 5.074-2.09-0.063 0.21 3.506-0.04 3.999-1.45-3.021 2.91 3.269 0.25 4.183-1.99 4.168-0.07 5.91-0.72 2.509-0.32 2.58-0.11 2.451 1.07 1.909 0.24 6.129-2.97 5.109 0.5 2.622-0.96 3.119 0.39 5.48-0.72-1.449 0.5 2.81-0.94 3.69 0.43 2.33-0.26 5.02-1.78 4.29 0.35 0.34-0.58 5.19-1.71 2.72 0.81 2.66-1.83 4.81-1.34 6.37-2.12-3.23 2.55 3.12 0.21 4.24-0.2 3.92-1.62 2.86 1 1.04 2.73 3.92-3.15 3.43-0.73 6.55-2.11 2.22-0.26 3.76-0.58 2.65 0.61 1.82-0.59 2.01 0.75 2.05 0.76 3.33-2.2 1.61-0.05 4.6-0.86 4.97-2.1-0.78 1.59 2.52 0.71 0.35-0.12 0.7-0.24 1.04-0.37l-5.7 4.15c0.39-0.41 0.77-0.82 1.16-1.23-4.72 2.78-2.03-0.22-6.17 1.93-8.12 2.67 4.98-4.29-3.39-0.04-0.69-0.1-0.34-1.65-3.34-0.01-0.94-0.33 0.66-2.18-2.47-0.53-4.83 0.84 3.34-3.84-2.45-0.87-1.64 0.3-7.56 3.1-4.42-0.27-5.61 2.29-0.68-0.06-5.06 0.8-3.52 1.93-0.92 0.33-1.82-1.2-6.99 2.89-0.28-1.29-6.15 1.69-1.17-0.62-1.49-1.99-4.262-0.37-1.385-0.03-1.861-1-4.856 0.4-6.63 1.38 4.435-3.72-4.068-0.36 4.159-5.39-9.944 3.95-3.2-1.81-8.026 3.42 0.218-0.86-6.637 1.97-0.15-0.1-5.494 0.99-3.284-1.19-2.173 0.71-2.641 0.06-4.984 0.99 4.147-5.88-2.606 0.71-4.352 0.66 1.188-1.01 2.683-1.74 3.563-3.02 0.172-0.25-7.708 4.23-4.984 1.56-7.138 2.73 7.835-5.25-3.708 0.25-1.538-0.96-0.093-2.36-6.043 1.8 3.373-3.06 1.066-2.19 0.164-3.05-0.875 0.38-7.936 3.89-4.876 0.62-2.651 0.52-5.168 0.59-7.638 1.89 4.038-4.18-0.567 0.27-1.6-2.31 0.457-4.26-2.753 0.99-4.294-0.38-13.227 4.03 8.358-4.43-6.692 1.58 3.027-2.96-4.082 1.99 0.754-1.93l1.997-1.45z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3043" style="color:black" d="m33.328 141.73c-2.02 2.14 1.79 0.27 2.043 0.21 5.094-2.14 4.93 0.64 7.709 0.18 4.275 3.75 8.609-2.4 14.075-2.5 1.042-0.01-1.336 1.93-1.082 2.94 0.17 0.67 1.323 0.43 1.984 0.64 4.548-1.22 9.915-3.95 16.148-0.6 3.636 3.01 12.01-3.17 15.953-0.78 3.682 1 5.593 1.64 8.754 2.56 3.688-0.21 15.238-6.08 15.158-0.72 5.19-0.93 10.22-1.89 15.51-2.25 2.25 0.11 4.16-0.71 6.25-0.21 3.05-1.5-1.12 1.93-0.72 1.88 3.18-0.38 3.84-3.09 2.21-0.17 0.33-0.1 0.67-0.19 1-0.29l-5.23 3.8c-0.47 0.19-0.94 0.39-1.4 0.58-7.36 3.17 2.31-2.28-2.65-0.87-2.26-0.78-3.96 0.1-6.38 0.33-0.85 0.13-8.1 0.33-11.17-0.9-6.68 1.88-11.47 0.81-18.234 2.92 0.13-3.52-8.947-0.71-11.276-0.74-4.446-1.72-9.299-1.43-12.954-1.4-2.873 0.14-14.343 1.24-13.345-1.43-1.125 0.3-11.49 2.85-12.239 2.53-0.983-0.42 2.32-2.69 1.281-2.94-3.059-0.73-5.794 3.53-8.969 2.94 2.233-8.88-10.979 5.74-4.411-2.57-1.821 0.86-5.206 2.31-3.51 0.85l5.495-3.99z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3049" style="color:black" d="m34.434 150.81c-3.75 1.6 4.367-1.63 8.084 0.29 15.586 2.18 30.861 2.92 47.026-0.32 12.686 2.2 25.026 0.12 37.626-0.76 6.8-1.76 8.22-0.26 15.48-2.86 4.27 0.51 0.4 2.25 4.86 3.01l-3.61 2.59c-3.37 0.77-5.5 1.76-8.29-0.53-3.58 1.37-7.29 1.81-10.3-0.85-13.13 3.04-24.54 4.42-37.82 0.91-16.419 4.3-33.702 4.7-50.631 2.89-5.568-0.21-5.772-1.55-10.064 1.18l7.639-5.55z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3051" style="color:black" d="m195.06 130.69c-0.12 1.46 2.15-0.55 3.05-1.13-0.22 1.94-2.17 3.39 2.5 0.54 4.59-1.52-0.07 2.1 3.36 0.02-4.3 5.3 6.34-4.96 1.17 1.6 1.56-0.88 5.27-3.76 3.37-0.01 3.16-1.53 6.71-3.12 4.97-0.96-2.21 2.27 2.2 0.24 3.05 0.05 7.29-4.58-3.8 4.41 3.32-0.14 1.24 0.89 4.76-1.05 3.55 0.89-0.21 1.75 5.13-1.86 3.6 0.31 3.79-2.16 2.75 1.31 4.92 0.57 2.56-1.34 3.43-1.75 4.45-0.11 11.6-6.55-3.45 3.27 4.25-0.96 0.72 1.7 0.62 1.26 3.88-0.71-3.02 4.22 1.02 1.36 2.49 0.47-1.73 2.96 0.43 1.75 3.89-0.64-1.45 4.09 3.54-0.43 1.29 3.33 9.27-5.26-2.26 2.23 7.06-1.76 2.94-0.98 3.05 0.17 2.99 0.52 0.77-0.33 1.65 0.23 2.44 0.51 5.64-3.96-0.41 2.11 6.43-2.88-5.27 4.09 0.49 0.99 0.65 0.91-4.06 3.75 1.62 0.32 3.27-0.58 3.42-2.61 0.64 1.19 4.66-1.01-1.69 0.79 1.53 0.9 2.37 0.61 6.53-2.81-3.34 1.09 2.24 0.64 2.97-0.96 5.74-4.34 3.05-0.02-0.38 0.44-0.76 0.89-1.14 1.33l-4.26 3.52c-0.13-0.02-0.26-0.03-0.39-0.05-0.71 0.16-2.49-0.19-2.04-0.83-0.37-0.05-6.75 2.45-3.19 0.14 2.92-4.24-2.13 1.01-3.64 0.51 0.24-0.36 1.1-1.24 0.73-1.07-9.9 4.67 2.62-0.48-2.72-0.02-3.54 1.27-4.15 2.24-5.2 2.37 0.46-0.84 2.05-1.89 1.38-2.51-0.79-0.73-1.76 1.17-2.64 1.75-2.34 1.16-2.8 0.67-3.15 0.16-3.66 1.77-2.32-0.05-4.08 0.85-0.11-0.01-0.68-0.95-2.68-0.78-0.74 0.24-6.08 1.45-4.6-0.3-9.67 5.71 5.29-4.28-5.72 0.36 0.51-0.57 1.19-0.99 1.52-1.71 0.64-1.38-2.88 2.11-3.98 1.18-6.61 4.13 2.98-4.4-3.69 0.51-5.17 2.55 2.21-3.17-3.9 0.73-1.46 0.04-1.47 0.43-1.71-1.15-9.6 5.4 4.46-4.29-4.13-0.16-3.31 0.98-2.56-0.18-5.19-0.43-2.39 0.56-2.44-0.28-4.87 0.84-3.63 0.4-0.34-1.73-3.31-1.09-0.64 0.41-9.14 5.3-2.6-0.46-0.9 0.22-5.49 2.4-3.09-0.06-0.98 0.46-5.85 2.95-4.56 0.61-2.87 1.32-1.31 0.88-0.54-1.02 0.49-1.19-1.96 1.68-3.11 1.71-0.56 0.01 0.79-0.92 1.19-1.37-5.25 1.94 2.71-4.8-6.84 3.08 8.59-7.9 1.99-2.14-0.83-2.11-0.81 0.4-3.03 0.46-2.63-0.44-0.96 0.38-5.49 3.2-2.28 0.5l5.62-4.65z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3059" style="color:black" d="m191.81 140.43c7.61-5.26-5.16 4.15 4.82 0.56 10.48 1.31 19.84-3.33 30.41-0.66 15.66 3.63-10.95-1.84 12.17-0.61 1.07 0.06 1.5 2.41 2.56 2.22 3.62-0.66 6.63-3.88 10.24-4.54 0.83-0.16 0.64 1.96 1.38 2.41 0.98 0.58 2.2 0.25 3.3 0.38 5.7-0.33 9.09-0.92 14.89-0.81 3.93 1.18 9.92 0.4 15.44-0.24 1.56 2.36 4.82 0.55 6.67 0.22l-6.87 5.68c-1.14-0.35-3.74-0.31-3.26-3.03-4.92 2.01-12.63 4.03-16.81 1.35-8.21 2.03-2.99-0.53-4.2-1.32-1.7-1.11-7.2 4.51-9.06 0.78-10.88 3.65-22.5-2.78-33.63 3.5-0.01-1.69 1.45-4.85-0.02-5.07-3.51-0.51-6.64 3.05-10.15 3.58-3.75 0.58-14.74-1.69-19.45 1.36-2.55-0.42-3.37-1.04-2.9-2.06l4.47-3.7z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3061" style="color:black" d="m192.05 149.86c-0.39 1.61 7.94-0.68 11.16 0.18 8.77 6.69 12.51 2.6 22.98 2.24 2.9-0.1 5.69 2.06 8.58 1.71 19.93-5.74 10.73-4.41 27.44-5.28 17.21 4.03-3.5 0.39 20.43-1.16 2.04-0.14 3.96 1.17 5.94 1.76 2.49-0.22 4.97-0.44 7.46-0.66l-4.6 3.82c-15.37-3.88 11.53 1.98-17.57 2.38-1.95 0.02-3.34-2.29-5.01-3.44-3.81 0.43-7.62 0.85-11.42 1.28-19.64 0.19-38.45 4.95-57.87 0.36-6.38-0.56-10.91-0.27-12.95 1.3l5.43-4.49z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3063" style="color:black" d="m40.122 174.55c-3.022 2.64-3.242 3.22 0.862 0.78 2.568-0.55 3.238-1.35 1.761 1.15 1.632-0.82 3.618-0.6 5.335-1.22 0.831 1.83 2.661 0.54 4.231 0.05-0.271 1.27 3.382-0.35 4.684-0.81-5.002 2.63 2.138 0.88 2.18 0.9 3.535-1 2.166 0.27 5.12-0.33 0.53-0.14 1.722-0.96 1.591-0.42-0.833 3.39-2.058 3.02 5.101-0.15 4.133-1.9 0.65-0.54-0.618 1.44-0.883 1.38 4.671-3.88 4.347-2.27-0.319 1.57-2.288 2.25-3.432 3.37 7.295-4.62 0.548-0.38 6.466-1.4 0.457-0.14 1.624-0.82 1.37-0.41-5.769 9.2 9.057-6.83 0.457 2.16 2.044-1.41 6.807-2.23 7.068-2.38 3.127 0.37-4.737 2.54-3.595 3.88 1.238 1.45 3.085-3.21 4.961-2.86 1.53 0.29-2.695 1.79-3.459 3.15-0.931 1.65 3.452-1.59 5.139-2.47-0.315 0.41-1.408 1.43-0.944 1.21 13.063-6.07-4.061 1.88 4.28-0.82 5.586-2.47-0.697 1.84 4.665-1.1 4.428 1.25-2.535 4.37 3.528 1.09 7.54-4.06-6.535 6.11 3.72 0.02-0.08 0.99 1.75 0.92 3.27 0.19 0.33 0.54 4.11-0.23 5.16-0.53-6.3 8.18 7.03-10.19 3.29-0.64-0.63 1.62-9.6 6.79-1.19 1.73 0.07 0.81 2.47 0.51 2.74 0.48 5.11-2.73 3.98 0.14 6.3-0.76-0.91 0.88-3.97 2.59-2.71 2.64 2 0.07 4.39-1.03 7.1-2.11 9.68-2.89-7.67 3.28 3.67-0.71 5.55-1.95-10.87 6.4 0.75 0.29 2.74-2.25 1.73 1.17 1.6 1.47 6.44-3.98 3.35-0.1 8.16-2.74-7.66 7.95 7.87-4.65 0.29 2.29l-1.21 0.88c-12.62 8.2 1.43-1.87-8.99 4.02 8.15-7.27-0.43 0.52-1.29-2.25-6.17 1.94 0.87-3.08-8.98 3.9 2.54-2.19 4.33-3.77 0.94-3.48-0.88 0.31-5.12 0.97-5.17 0.04-4.94 1.59-1.74-0.44-6.03 0.56 4.82-4.96-6.69 4.49-1.68-1.24-1.8 1.16-3.39 2.71-5.38 3.49-3.21 1.25 4.67-3.93 1.53-3.31-3.51 1.02-5.83 1.8-8.304 2.82 6.194-5.43-0.018-1.34-3.079-0.35 7.173-8.46 4.573-2.63-0.353-2.53-5.981 2.7 0.379-2.28-3.842-0.81-4.264 2.42-1.18 0.25-5.014 1.2-0.259-1.36-0.963-2.74-3.193-0.36-1.088-0.92-3.068-1.06-5.223-0.18 4.716-5.24 0.051-1.03-2.911-0.55-3.413 1.7 3.168-3.79-4.535 0.11-4.426 1.07-0.425-1.57-0.924-2.5-2.471 1.43-4.349 1.81-7.961 3.02 4.349-5.25-1.287-1.39-4.03-1.36-7.628 3.1 3.309-1.01-0.085-1.27-0.926-0.08-2.451 0.83-5.674 2.06-0.018 0.01-4.319 2-2.574-0.61-3.939 0.42 2.508-2.68-3.553 0-5.227 0.97 1.271-2.49-3.062-0.91-7.709 4.49 0.382-2.08-7.241 2.6 0.874-0.76 2.091-1.26 2.622-2.29 0.745-1.45-5.419 2.84-4.695 1.38-0.663 0.17-1.308 0.59-1.988 0.52-3.949-0.46 3.354-1.8 1.822-1.82l6.809-4.94z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3065" style="color:black" d="m35.295 184.15c-1.408 1.51 1.402 0.44 5.589-1.76-12.237 9.34 3.61 2.76 10.17 5.03 8.759-3.13 16.485-0.26 25.246-0.35 9.491 0.09 9.269-1.78 18.563-0.05 0.603 1.05 9.457 1.66 12.527 1 4.9 1 15.6-6.9 6.46 1.39 6.55-4.12 5.23-0.43 11.46-3.72-6.09 5.2 1.16 1.4 3.35 1.86 11.4-5.84-14.23 11.74 10.33-2.68-13.96 9.61-0.14 3.56 3.76 1.44-1.35 1.15-2.9 2.1-4.03 3.45-0.99 1.18 2.82-1.2 4.26-1.72l-8.31 6.03c4.56-4.39 4.71-3.88-0.18-1.76-6.53 2.14 6.54-5.75-6.97 0.89-4.29 1.01-4.86 0.19-4.14-1.82-1.12 0.49-9.44 3.74-6.53 0.36-2.63 1.07-5.24 2.36-8.05 2.81-12.281 1.96 12.15-5.71 0.68-1.96-3.44 0.68-5.93-0.46-10.007 1.17 1.997-4.52-4.99-0.27-7.216-1.29-5.846-2.66 10.353-3.72-1.834-2.26-4.605-0.44-18.728 3.61-18.544 0.04-9.58-1.59-16.709 3.05-25.664 0.66-7.072-4.98-11.206-3.31-17.449 0.13 4.387-7.42-8.41 5.65 0.592-2.58l5.937-4.31z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3067" style="color:black" d="m32.946 195.27c-2.487 2.52 4.616-3.2 4.416-1.87-0.565 3.75-6.982 3.94 0.344 2.88 9-6.79 13.232 0.14 21.812-0.32 14.758-0.77 5.673-3.62 15.935 0.97 10.537-0.69 45.807-1.32 53.777 2.17 11.68-2.26 6.7-2.53 14.93-1.08l-2.49 1.8c-2.28-8.7 0.23-4.11-15.62 1.58-18.46-2.52-35.268-1.66-53.557-2.32-10.323-6.7 0.774-1.23-18.514 0.91-3.143 0.35-5.37-4.94-9.066-2.79-2.98 0.45-5.633 2.26-8.6 2.8-0.914 0.17-1.787-0.5-2.681-0.76-16.15 6.54-2.325 2.06-3.609-0.51-0.01-0.02-3.711 2.26-2.394 0.4l5.317-3.86z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3069" style="color:black" d="m192.94 177.31c7.39-5.49-3.93 3.95 6.42-3.77-0.45 1.49-6.75 7.09-0.41 2.76 8.47-4.85-7.26 6.27 2.64 0.31 1.79 0.63 3.62-1.14 5.35-1.95 8.49-4.84-12.11 8.78 0.5 0.82 1.29-0.82 0.12 0.75 0.17 1.11 5.14-3.51 3.91-2.17 2.51-0.44 11.16-7.08-8.05 6.5 7.66-4.01-7.33 6.36 3.47-1.22-2.34 4.94 7.55-4.91 2.66 0.23 8.04-3.49 9.87-2.93-12.17 6.23 1.76 1.22-0.84 0.83-1.69 1.66-2.53 2.49-13.12 8.88 6.61-5.15 5.21-3.49-0.11 0.13-7.27 6.14-2.1 3.02-0.73 2.2 6.97-4.72 5.64-2.92-1.92 2.61-8.15 6.56 0.94 0.29-1.62 3.43 1.04-0.55 0.94 3.07-5.13 7.24 9.6-8.92 3.86 0.04 5.6-2.19-4.69 3.79 3.59-0.67 7.92-5.52-4.76 5.29 5.6-1.76-5.45 5.71 2.64 2.22 3.17 2.12 0.63-0.31 1.21-0.83 1.88-0.91 1.37-0.17-3.35 2.16-2.7 3.53 0.57 1.19 3.41-3.36 8.59-4.34 5.41-0.94-2.37 5.1 4.19 2-2.25 3.34 3.48 0.01 4.11-0.45-5.16 5.69 5.73-4.12 0.41 1.84 6.27-4.9 0.14 0.19 5.17-2.53 4.6-2.87-0.16-0.1-0.98 1.64-1.07 2.26 7.52-5.54 5.92-3.73-1.54 1.75-3.39 3.09-5.08 4.64 2.47-1 10.48-6.28 6.3-1.87 3.57 1.68 3.01-5.84 6.09-2.79 1.2 1.19-2.46 2.32-3.69 3.47 2.23-1.32 2.65-1.08 5.35-1.94-1.22 3.18 2.97-0.79 0.86 1.7 2.77-0.75 7.54-5.37 0.28 1.48-2.57 0.29-2.32 0.47 0.43-0.87l5.04-2.24c-0.34 0.19-0.68 0.38-1.02 0.58-2.05 1.34-4.1 2.69-6.16 4.04-3.19 1.48-0.35-0.4-2.3 0.1-0.92 0.34-2.44 1.76-2.81 0.75-0.61-1.62 7.67-5.85 3.36-3.62-10.06 6.76 1.11-2.05-8.47 4.53 2.14-2.62 3.86-4.44-0.09-2.6-8 4.03 3.17-3.75-7.13 2.55-5.03 2.67 0.44-1.24 0.99-3.2-5.84 3.74 1.09-1.98-5.7 3.1 6.24-7.4-3.28 3.39-1.93-0.75-2.01 1.22-4.05 1.9-3.23-0.28-4.47 2.3-4.51 0.64-9.19 2.12-4.49-0.43 2.03-3.36-1.82-3.23-1.24 0.8-12.72 6.25-6.8 0.91-3.84 1.57-5.11 2.23-2.66-0.69-9.46 6.44 7.95-5.92-3.42 1.63-0.69 0.47-2.5 2.13-2.13 1.31 0.75-1.68 4.98-3.79 1.07-1.66-1.51-1.37 2.17-3.64-2.7-0.91-1.81-0.44 3.42-4.87-6.58 1.43 7.15-7.81-10.78 7.25-0.66-2.05-9.55 5.16 8.22-7.65-6.83 3.16 4.77-4.6 4.48-4.48 0.71-3.25 4.03-4.46-3.03 0.96-4.46 0.52 3.83-5.4-1.48 0.46-3.2-0.34-0.99 0.54-2.69 2.83-2.96 1.62-0.32-1.46 3.88-2.9 2.28-3.34-4.06 2.83-5.21 3.73-6.83 3.95-2.6 0.05 1.3-2.25-2.75-0.2-8.36 4.55 5.38-4.41-1.22-1.48-1.42 0.15 0.35-1.58-3.38 0.31-2.08-0.09-0.63-1.48-2.37-0.47 0.65-0.78 2.77-2.82 1.93-2.34-15.65 8.96 3-0.62-5.12 3.44l4.79-3.96z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3071" style="color:black" d="m190.23 185.83c1.04 0.83-1.94 0.19 3.42 0.19 2.64-0.81 0.07 2.75 0.97 2.93 5.61 1.1 19.44-13.58 12.08-0.15 5.37-0.81 10.88-4.59 16.16-5.42 6.23-0.98-0.61 4.72 10.3 0.59 1.04 0.12 2.14-0.06 3.11 0.37 1.64 0.71 3.75 4.34 6.03 3.69 8.04-2.28 7.63-7.3 7.08-0.5 8.15-3.47 11.37-0.35 17.91-0.37 7.86-2.14 3.08 1.7 6.66 2.04 3.77-0.33 7.08-0.51 10.3-1.73-5.01 4.82 6.23-1.19 6.48-1.22-0.36 0.47-0.05 1.72 0.5 1.79l-2.18 1.96s-7.51 5.82-5.69 2.9c3.6-4.47 0.28 0.01-1.34 0.09-0.72 0.04 0.91-1.28 1.36-1.93-0.04-0.23 0.08-0.67-0.12-0.69-1.12-0.13-2.13 1.18-3.27 0.95-1.12 0.6-2.24 1.21-3.36 1.81 0.46-0.87 2.25-2.89 1.39-2.61-2.31 0.77-3.93 3.32-6.2 4.22-2.99 1.17 6.34-7.38-1.96-1.9-3.62-2.06-2.85-1.1-10.03 0.93 2.62-7.89-9.11-0.01-13.25-3.74-6.08 1.59-4.19-0.81-9.41-0.4-3.41 0.26-6.59 3.39-9.96 2.75-0.88-0.16-0.07-2.03-0.1-3.04-11.07 3.38-9.1-1.31-9.39-1.35-1.72-0.27-12.55 2.66-14.03 3.52-2.13-5.26-10.81 1.88-15.35-0.78 2.47-8.34-6.94 5.32-1.17-2.14l3.06-2.76z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3079" style="color:black" d="m194.03 193.29c-1.54 1.64 1.6 2.4 3.06 4.7 6.5 0.53 16.92-5.61 23.01-3.3 1.32 0.51 0.93 2.99 1.4 4.49 2.74-0.48 5.47-0.95 8.21-1.43 5.58-9.87 14.06 3.95 16.16 3.82 5.84-0.38 14.81-10.05 19.4-2.24 15.24-10.72 5.47 3.85 20.03-3.16 4.96 4.55 2.01-2.02 9.7-0.74 7.41 1.22-12.73 8.57 1.88 2.46l-1.75 1.6c-18.59 11.89-2.14 3.17-4.77 0.17-2.33-2.67-11 8.6-9.5 0.53-4.92 2.52-12.27 5.35-14.27-2.06-2.93 0.86-25.37 8.38-25.86 8.09-2.63-1.52 6.35-8.26 3.53-9.22-6.49-2.2-12.54 10.25-19.74 5.46-9.53-8.18-22.62 7.44-30.5-1.77-1.41-0.11-3.67 0.83-4.21-0.67-0.24-0.65 1.3-1.9 0.69-1.96-0.66-0.06-8.42 5.83-2.63 0.86l6.16-5.63z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3081" style="color:black" d="m34.721 222.34c-0.966 2.04 7.341-5.22 5.73-3.63-11.581 11.4-7.123 5.65-5.51 5.06 4.098-1.81 6.492-3.38 5.644-1.66-1.804 0.78 0.873 1.23-1.246 3.62 12.204-7.37-0.007 1.24 6.19-2.55 1.863-0.11 3.206-3.74 4.997-2.99 1.161 0.48-1.222 2.24-2.122 3.12-0.681 2.06-0.202 1.39 5.37-1.43-3.52 3.42 3.648-0.26 4.276-0.59 0.217 0.76-5.146 3.54-3.527 3.38 1.997-0.2 3.773-1.41 5.55-2.34 3.35-1.14-2.705 2.09-3.681 3.46-0.777 1.09 2.294-1.39 3.423-2.11 18.599-11.88-10.243 7.27 6.209-3.23-5.401 5.25 1.921 0.99 2.204 0.87-0.623 0.59-1.44 1.04-1.87 1.79-0.612 1.06 2.255-0.99 3.327-1.59 8.247-4.62-4.596 2.86 1.636 0.19 14.52-8.14-9.442 8.2 6.789-2.22-2.009 1.61-4.23 2.99-6.026 4.83-1.608 1.65 7.447-5.08 6.135-3.18-1.307 1.88-10.001 7.15-0.462 1.12 11.211-5.78-3.206 2.29 4.283 0.13 1.751 1.34 7.189-2.71 2.171 2.17 2.101-0.8 7.554-3.12 7.345-2.9-1.115 1.16-2.434 2.11-3.652 3.16 1.782-0.28 9.839-6.01 10.819-5.44 1.717 0.98-6.346 4.06-1.063 1.89-6.937 3.72 1.745 1.16 2.74 0.72 2.32 0.75-1.718 2.83 5.12-1.91-0.01 6.08 4.04-9.93-2.39 3-1.06 2.12 4.34-1.96 6.38-3.18-2.19 4.21 3.52 0.26 5.19-0.6-6.61 7.31 5.93-5.37 1.82 2.02 9.65-5.22-4.25 5.45 6.97-1.1-3.74 5.01 5.38-4.6 2.25 1.15 7.32-3.77-1.26 2.63 6.84-2.63-12.58 11.94 7.7-5.83 0.2 2.36 2.86-1.15 9.43-6.57 1.67-0.03l-6.9 5.35c6.95-5.83 0-0.41-2.4 0.24 0.68-1.3 3.05-6.19-2.86-0.18 6.87-7.36-5.51 2.98 0.14-2.71-3.26 0.66-3.75 0.6-6.33 1.81-13.1 3.57 4.38-4.27-7.53 1.51 9.73-8.95-6.77 5.07-1.36-2.36-12.346 7.16 18.04-11.6-7.23 3.18-0.175 0.1 0.06-0.4 0.08-0.6 1.21-1.05 2.42-2.09 3.62-3.14-4.163 1.99-2.35-0.23-5.743 1.75-1.165 0.67-3.548 2.65-4.257 0.96-8.644 3.26 4.725-3.4-3.867 0.09-3.794 1.38-3.019 0.34-1.515-2.44-1.416 0.52-5.42 2.12-6.313 1.64-0.614 0.26-5.858-1.05-5.831 0.49-8.999 1.69 9.293-7.07-6.085 1.18 5.718-5.92-15.163 9.77 1.746-3.77-10.077 6.52-3.432 1.43-1.097-1.93-9.675 6.39-5.75 2.68-11.999 6.09-3.664 1.79 0.403-2.54 0.48-2.82-0.382 0.24-14.09 6.85-3.012-0.26-0.467 0.07-1.68 0.57-1.401 0.19 6.205-8.42-8.968 7.27-0.747-1.14-12.336 7.7 1.667-2.12-8.274 3.49 0.558-0.94 1.03-1.94 1.674-2.82 0.564-0.78-11.936-0.7-2.661 1.09-1.911 0.68-3.862 1.27-5.709 2.11 9.332-8.22-14.134 9.34 0.858-2.77-18.557 11.63 6.819-5.14-9.293 4.04 3.826-4.62 1.559-3.43-3.435 0.05 1.334-1.09 5.717-3.47 4.002-3.28-3.353 0.36-9.818 8.33-0.873-0.05 0.394-0.37-1.953 0.88-1.514 0.57l5.907-4.29z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3087" style="color:black" d="m31.329 236.03c2.537-2.4 5.546-2.74 4.719-1.75 3.01 1.48 10.636-6.19 7.905 1.56 4.867 0.63 8.805-5.66 13.57-4.96 1.379 0.21-3.032 3.31-1.731 3.81 0.748 0.29 9.716-0.97 11.707-1.79 3.668-1.89 10.847-0.91 8.687 3.2 19.286-9.98 0.387 2.33 15.12-3.28 4.971-2.54 4.368 0.66 8.874 1.59 5.91 1.35 6.77-1.92 12.98-3.92 0.68-0.22-1.15 1.34-0.82 1.97 0.28 0.55 1.24 0.01 1.86 0.02 3.66 1.11 8.9-3.51 9.67 1.11 8.17-5.06 4.14-0.76 11.16-3.9-9.36 5.87 1.05 2.61 1.1 2.6l-5.3 3.85c-1.4 0.41-5.89 2.17-3.25-1.02-3.67 2.12-5.54 1.92-8.31 1.87-5.76 0.93-8.75-1.86-16.35 3.79 4.03-5.41-0.8-4.93-6.982-3.29-4.294-2.35-9.593 1.71-14.132 2.24 2.767-4.1-5.308-3.1-9.13-1.08 1.614-4.87-11.397 2.25-12.62-0.34-6.456 0.21-12.099 1.23-16.05-2.51-8.437 2.8-7.699-0.5-15.41 3.9 10.308-8.88-4.887 2.83 0.608-2.13l2.125-1.54z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3093" style="color:black" d="m31.665 242.47c5.934-4.62 0.021 1.17 3.404 1.37 5.799 0.35 4.995-3.63 4.506 2.53 7.841-0.41 16.603-2.74 24.439-2.42 2.14 0.09 3.798 2.43 5.939 2.45 23.15 0.2 5.518-5.72 20.901 0.77 4.89-0.66 9.746-2.29 14.676-1.98 2.66 0.17 4.61 3.23 7.28 3.37 9.28 0.49 18.29-5.89 27.5-4.6 1.59 0.23 1.21 2.99 1.81 4.48l3.67-2.67c-21.21 6.1-13.59-1.3-29.29 0.11-11.08 0.99-21.377 6.85-32.732 6.43-10.384-8.39-13.602-3.78-26.342-3.6-6.936 0.1-13.217-5.82-20.751-0.28-5.778-3.18-18.552 2.78-10.769-1.78l5.759-4.18z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3097" style="color:black" d="m192.53 223.6c-4.38 4.86 14.98-13.39 2.68-0.94 3.15-0.26-4.79 4.95 3.9-0.92-5.01 4.02 3.43-0.47 3.5-0.49-2.35 3.05-0.78 1.07 2.76-0.73 0.69-0.36-1.82 0.98-1.66 1.85 0.15 0.78 1.2-0.74 1.8-1.12 5.9-3.71-5.12 4.32-4.12 4.74 0.93 0.39 7.23-6.38 3.6-1.28-0.09 0.75 12.08-8.05 10.85-6.45-3.34 4.34-14.4 12.2-3.19 3.94 5.2-3.61 1.82 0.94 1.44 1.5 1.24-0.1 8.85-5.84 1.43 1.56 4.92-3.39 6.26-3.41 3.3-0.21 4.94-2.56 9.76-8.27 4.54-1.43 3.71-1.23 7.61-7.73-0.91 2.07-1.78 2.05 4.38-2.8 6.48-4.38-2.25 5.09 12.77-9.64 1.03 1.62 1.92-0.71 0.46 0.88 2.82 0.04-0.83 1.33 5.77-4.74 4.6-3.16-1.13 1.54-2.68 2.57-4.02 3.85-0.98 0.99-4.09 3.67-2.95 2.97 4.65-2.87 9.06-8.06 4.87-3.33 10.72-8.24-4.03 4.23 4.75-1.61 0.47-0.27 1.79-1.26 1.43-0.8-10.01 12.54 4.23-3.01-0.88 2.75 11.22-6.71-6.63 4.32 6.33-2.95 4.55-3.08-3.04 2.32-2.06 2.59 5.96 1.67-2.45 2.58 1.72 0.21 4.02-2.76 2.49-0.67 4.07-1 10.81-8.29-3.07 3.74 3.39-0.27-2.44 4.64 7.71-6.57 1.63 1.68 0.63 0.49 6.58-3.52 5.64-2.23 10.17-6.66-8.64 6.7 0.84 1.76 4.89-1.65-4.73 4.64 2.59 0.24 1.5 0.85 4.67-1.69 7.75-3.81-13.07 12.89 7.67-4.6-0.03 3.43-7.58 4.77 5.78-4.67 4.85-2.83-1.03 2.05-3.51 2.57-4.71 4.5-3.41 5.49 8.83-8.59 1.86-0.72 7.97-4.27-0.06 1.43 7.24-2.99-1.83 2.29-0.82 2.98 1.15 1.6 1.59 2.01 9.11-7.95 1 1.65-0.52 1.44 4.84-2.87 7.08-3.59-1.39 3.05-7.47 5.83 4.72-1.58l-8.45 7.28c2.45-3.15-3.09 1.34-3.93 0.89-7.62 5.31 1.39-1.81 0.25-1.48-1.61 0.47-4.98 4.67-4.33 2.87 0.2-0.55 0.7-0.86 1.05-1.29-0.67 0.4-5.73 2.17 0.62-3.03-4.89 3.52-10.24 6.7-2.52-0.42-2.57 1.68-17.35 11.31-9.37 4.81 3.51-4.05 1.12-2.03-0.87-1.92 0.95-4.96-6.52 4.65-3.4-0.47 4.43-6.02-7.66 5.66-2.87-0.39-4.58 2.83 0.45-0.06 0.36-1.17-0.21-2.59-0.52 1.34-5.57 4.01-0.41 0.21 1.67-1.31 0.65-1.39 5.39-7.86-14.5 12.11 0.55-2.96-1.48 1.13-3.34 5.03-4.43 3.39-1.09-1.63 2.86-2.43 4.06-3.94 0.01-0.01-13.33 11.9-4.47 2.09-9.54 6.53 12.94-11.22-5.48 1.64 6.23-6.75-4.27 2.48-4.9 1.57 1.47-1.79 6.52-6.06 4.54-5.2-20.39 8.89 3.55 1.47-4.77 2.9-0.2 0.03-4.02 1.9-2.64-0.24-1.04 0.49-7.52 2.41-0.43-2.13-2.7 2.03-8.51 5.13-0.67-1.85-18.54 13.61 3.1-2.71-8.61 4.93-0.73 0.33-1.59 0.07-2.34 0.35-0.86 0.31-2.96 2.34-2.32 1.6 1.49-1.75 3.29-3.11 4.93-4.66-3.52 2.43-5.22 2.67-6.54 3.17 4.7-5.43 0.74-1.25-2.74-0.16 0.71-0.74 3.09-2.29 2.14-2.23-1.74 0.11-6.07 4.77-5.24 2.42 4.8-5.31-0.1-0.37-0.29-1.36-0.18-0.91 4.34-3.51-0.5-0.44-5.78 2.72 3.06-3.29-2.97 0.85-0.91 0.62-3.45 2.78-2.71 1.89 1.58-1.92 3.54-3.36 5.31-5.04-12.39 6.32 3.64-3.29-8.06 4.13 3.71-5.7-3.7 2.48-1.29-1.64-0.97-0.27-10.14 5.49-3.39-1.16 3.35-5.02-7.88 5.29-2.61-0.75-5.47 3.81 0.22-1.63-5.97 2.64 5.07-5.18 2.4-2.55-0.5-2.09-0.3 0.17-7.14 4.87-4.35 1.31-2.17 0.96-8.43 5.62-0.75-0.73l2.71-2.33z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3103" style="color:black" d="m189.88 233.47c6.83-4.72-7.11 6.88 6.21-1.27-1 1.36-4.38 3.29-3.01 4.06 2.89 1.63 5.64-4.45 8.84-4.4 5.57 0.08-17.28 13.39 4.99 0.97 1.71-0.75 3.3-2.06 5.12-2.25 1.4-0.14 2.45 2.09 3.86 2 3.52-0.2 6.89-3.15 10.37-2.46 0.81 0.15 0.26 1.91 0.39 2.87 8.13 2.83 16.14-1.24 24.42-2.64-4.82 10.25 5.49 2.55 9.53 1.1 2.51-0.17 3.62 0.78 6.5 0.29 2.39 4.41 5.36-3.58 8.72-0.18 17.17-8.07-4.85 6.38 4.89 1.47 1.47-0.2 6.44-3.03 6.12-2.39-0.62 1.25-3.71 3.44-2.5 3.19 3.3-0.67 9.02-7.89 2.83-0.65 25.52-15.75-15.46 7.87 7.45-2.95 0.9-0.61 1.79-1.21 2.68-1.82l-8.22 7.09c-0.56 0.31-1.11 0.62-1.66 0.93 4.68-5.48-1.57 2.12-3.19 1.68-9.88-2.7 10.08-5.42 1.84-3.98-7.26 3.27-0.32-1.9-7.79 2.82-1.46 0.93-3.73 4.64-4.36 2.83-0.67-1.93 2.58-2.82 3.87-4.23-13.98 7.79 9.02-10.96-8.68 1.84 5.1-8.66 2.71-0.78-3.87-0.19-1.63 0.15 3.44-2.3 3.37-4.24-0.12-3.39-8.61 8.64-7.79 4.32 1.93-6.36 0.64 0.59-4.18 0.3-2.07-0.12 19.06-18.1-6.31 2.95 1.77-1.85 5.25-2.76 5.3-5.55 0.03-2.39-3.25 3.43-5.27 3.55-1.24 0.07 2.44-4.61 1.25-4.17-7.39 2.77-6.42 6.93-6.91 1.48-3.41-0.4-6.39-1.23-9.84-0.2-4.9 1.45-9.5 7.64-14.32 5.86-1.53-0.57 1.43-3.39 2.15-5.09-2.8 0.42-9.55-0.5-10.99-0.22-2.48 0.48-5.69 5.7-7.04 3.19-2.36-4.4 14.58-11.45-0.67-4.04-2.04-5.73-20.98 12.87-10.61-0.79-13.5 8.85-3.55 0.61-6.34 1.38l2.85-2.46z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3109" style="color:black" d="m187.36 243.29c0.89-0.67 3.43-3.62 4.55 0.94 13.37-3.69 27.03-0.73 40.71-2.39 7.85 11.8-5.12-5.04 14.67 0.32 8.66 2.34-9.84 10.52 2.82 9.3 12.35-4.5 6.67-3.44 16.89-4.24 1.99 12.64 15.43-7.73 28.08 1.53l-1.53 1.38c-2.57 0.35-4.74 1.34-7.08-0.64-0.79-0.67-0.8-2.93-1.75-2.82-7.55 0.88-13.75 8.05-21.71 4.09-2.75-0.92-5.21-3.04-8.01-3.68-10.72-2.47-20.91 10.34-31.26 2.68-2.67 0.06-5.35-0.18-8 0.19-3.48 0.48-7.78 5.29-10.34 2.33-2.14-2.5 5.91-7.19 3.88-9.82-2.46-3.2-17.5 7.56-21.86 5.7-2.41-2.35 2.71-6.5-3.45-1.82l3.39-3.05z" transform="translate(10 2626.4)"/> - <path id="calligraphy-f07-fr.svgpath3175" style="color:black" d="m111.59 9.6633c0.82 0.0314 1.65 0.0498 2.47 0.0728 5.55 0.2034 11.11 0.243 16.66 0.2849 7.74 0.038 15.48-0.0233 23.22-0.057 5.4-0.1361 10.79 0.055 16.18 0.212 3.48 0.112 6.95 0.1 10.43 0.082 1.55-0.021 3.1-0.03 4.65-0.043 1.35 0.002 2.69 0.006 4.04 0.006 1.34 0.007 2.67-0.004 4.01-0.011 0.94 0.117 1.86-0.089 2.75-0.188l-5.83 4.441c-0.95 0.03-1.9 0.089-2.84 0.051-1.33-0.007-2.66-0.018-3.98-0.011-1.36 0.002-2.71 0.006-4.06 0.011-1.51-0.011-3.02-0.014-4.52-0.061-3.39-0.088-6.77-0.198-10.16-0.303-5.29-0.185-10.59-0.441-15.89-0.39-7.69-0.034-15.38-0.095-23.06-0.057-5.82 0.043-11.64 0.088-17.45 0.285-0.89 0.024-1.78 0.042-2.68 0.073l6.06-4.3977z" transform="translate(10 2626.4)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2903.9480874000005" x="10" font-family="Sans" fill="#000000"> - <tspan y="2903.9480874000005" x="10">Agitation et inertie</tspan> + <text id="calligraphy-f07-fr.svgtext3177" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="5.0588455" x="132.37408" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3179" y="5.0588455" x="132.37408" sodipodi:role="line">tremblement = 0</tspan></text> + <text id="calligraphy-f07-fr.svgtext3111" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="35.058846" x="62.374077" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3113" sodipodi:role="line" x="62.374077" y="35.058846">tremblement = 10</tspan></text> + <text id="calligraphy-f07-fr.svgtext1990" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="80.021095" x="62.337463" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan1991" y="80.021095" x="62.337463" sodipodi:role="line">tremblement = 30</tspan></text> + <text id="calligraphy-f07-fr.svgtext2991" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="125.48337" x="62.359436" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan2993" sodipodi:role="line" x="62.359436" y="125.48337">tremblement = 50</tspan></text> + <text id="calligraphy-f07-fr.svgtext2995" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="170.94562" x="62.353577" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan2997" sodipodi:role="line" x="62.353577" y="170.94562">tremblement = 70</tspan></text> + <text id="calligraphy-f07-fr.svgtext1993" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="216.40787" x="62.308167" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan1994" y="216.40787" x="62.308167" sodipodi:role="line">tremblement = 90</tspan></text> + <text id="calligraphy-f07-fr.svgtext1996" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="34.558846" x="212.52852" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan1997" y="34.558846" x="212.52852" sodipodi:role="line">tremblement = 20</tspan></text> + <text id="calligraphy-f07-fr.svgtext2999" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="80.021095" x="212.39668" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3001" sodipodi:role="line" x="212.39668" y="80.021095">tremblement = 40</tspan></text> + <text id="calligraphy-f07-fr.svgtext3003" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="125.48337" x="212.41719" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3005" sodipodi:role="line" x="212.41719" y="125.48337">tremblement = 60</tspan></text> + <text id="calligraphy-f07-fr.svgtext3007" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="170.94562" x="212.4333" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan3009" sodipodi:role="line" x="212.4333" y="170.94562">tremblement = 80</tspan></text> + <text id="calligraphy-f07-fr.svgtext1999" xml:space="preserve" transform="translate(10 2693.4)" display="block" font-size="6px" y="216.40787" x="212.42744" font-family="sans-serif" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-fr.svgtspan2000" y="216.40787" x="212.42744" sodipodi:role="line">tremblement = 100</tspan></text> + <path id="calligraphy-f07-fr.svgpath2977" style="color:black" d="m194.8 36.948c1.29-0.601 0.52 0.12 1.45 0.334 2.52-1.549 1.81 0.053 4.27-0.637 1.28-0.353 2.32-0.038 3.05 0.498 1.8-0.453 2.87-0.127 5.81 1.097 2.18-0.635 4.16-0.293 6.51-0.5 0.47 0.614 2.73 0.499 3.68 0.565 2.15-0.487 4.27-0.787 6.4-0.947 0.09 0.904 2.65 0.428 3.16 0.371 0.97-0.199 1.99 0.119 2.95 0.353 3.23-0.916 1.37 0.381 4.37-0.736-1.4 1.416 2.09 0.494 2.79 0.471 1.79-0.518 2.38-0.587 3.64-0.103 1.98-0.245 3.54 0.196 5.01 0.846 2.31-0.853 4.52-1.043 6.89-1.084 2.98 0.261 4.09 0.374 7.43-0.322 2.95-1.036 2.53 0.415 5.43-0.677 0.54 0.998 3.39 0.209 4.83-0.366 0.6 0.226 1.92 0.846 2.29 0.951 2.08-0.124 2.09-0.087 4.66-0.851-0.42 0.435-1.05 0.738-1.26 1.306-0.44 1.218 2.55-0.475 3.84-0.646 3.72-1.462 2.08 0.493 4.02-0.398 1.03 0.606 2.48 0.244 3.79 0.032l-6.76 4.912c-0.98 0.178-2.68 0.636-3.41-0.307-1.5 0.136-1.43-0.769-3.76 0.205-0.39-0.003-2.47 0.179-2.31-0.854-1.96 0.96-2.76-0.059-4.91 1.033-0.92-0.204-1.81-0.565-2.74-0.626-1.53 0.202-3.24 0.498-4.71 0.32-1.39 0.241-2.82-0.298-4.47 0.06-2.95 1.367-5.38 0.149-8.62 1.069-1.86-0.304-3.62-0.397-5.45 0.035-2.69-0.374-3.59-0.573-5.9-0.195-1.06 0.196-4.39 1.037-2.47-0.752-2.06 0.611-2.64-0.038-5.16 1.252-0.38-0.158-1.16-1.143-2.83-0.38-0.74-0.22-2.25-0.119-2.96-0.353-1.29 0.117-2.93 0.676-4.12 0.329-0.78 0.139-3.32 0.012-5.05-0.026-1.39-0.302-2.92-0.125-4.75 0.205-1.79-0.35-4.33 0.555-5.31-0.411-2.58-0.158-4.44-1.312-7-0.339-0.9-0.3-1.85-0.634-2.8-0.538-0.56 0.109-3.54 0.497-2.55-0.61-3.06 0.929-0.72-0.19-3.1 0.872l6.13-4.458z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath2979" style="color:black" d="m191.44 45.785c0.85-0.474 1.35-0.514 3.24-0.714 2.47 0.162 6.67 0.512 10.06 1.743 12.81-0.778 25.78 1.534 38.22-0.166 10.12 1.116 20.05 1.409 30.45 0.476 2.99-0.579 5.63 0.081 8.53-0.262 1.81-0.607 3.98 0.525 4.73 0.775 0.58-0.186 1.16-0.371 1.74-0.556l-5.99 4.353c-0.21-0.086-0.42-0.171-0.62-0.257-1.94 0.04-3.98-0.145-5.78-0.01-2.6 0.167-5.31-0.094-8.03-0.112-10.12-1.252-20.06 0.842-30.26-0.622-12.6 0.741-24.81-0.501-37.34-0.484-4.02-0.442-8.51 0.434-11.8-0.455-1.25-0.141-1.67-0.24-3.07 0.596l5.92-4.305z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath2981" style="color:black" d="m192.55 54.078c-1.33 0.624 3.92 0.871 4.86 0.859 10.59 0.589 20.64 1.961 31.08 1.747 10.55 0.419 21.58-1.876 32.01-0.449 5.62-0.57 11.28 0.465 16.7 0.442 2.26-0.493 3.21 0.593 5.87-0.231 1.85 0.112 3.71 0.066 5.56 0.099l-5.39 3.917c-2.84 0.507-4.5 0.397-6.7 0.729-1.47 0.036-3.04-0.185-4.29-0.939-5.62-0.086-11.24 0.999-16.8-0.346-10.77 0.83-21.03-0.616-31.9 0.352-10.5-0.125-20.86-1.101-31.15-1.742-0.89 0.107-7.04 1.778-5.85-0.078l6-4.36z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath2985" style="color:black" d="m35.08 38.403c0.886-0.358 1.917-0.172 2.754-0.277 2.607 0.256 4.942 0.268 7.572 0.412 3.225 0.229 6.356 0.231 9.589 0.267 2.04 0.749 4.189 0.52 6.404 0.483 2.484 0.06 5.022 0.028 7.484-0.054 1.779 0.139 3.525 0.185 5.295 0.05 1.709-0.295 3.307 0.132 4.972 0.329 1.49-0.433 2.816 0.162 4.174 0.332 1.234-0.464 2.543-0.181 3.757-0.136 1.729-0.381 1.722 0.333 3.593-0.088 1.27-0.025 2.457 0.197 3.896 0.009 1.531-0.27 2.792 0.134 4.328-0.095 1.172 0.101 1.912 0.416 2.972 0.577 1.62-0.544 1.72 0.248 3.09 0.491 1.29 0.089 2.63-0.095 3.92-0.134 1.06 0.245 1.85 0.25 3.02 0.308 1.47-0.004 2.77-0.196 4.18-0.116 1.25 0.153 2.21 0.199 3.43 0.033 1.43-0.084 2.77-0.011 4.24-0.111 1.12 0.086 2.79 0.126 3.88 0.208 1.44-0.005 2.88-0.138 4.3-0.221 0.33 0.31 2.46 0.061 3.49-0.056 1.05 0.286 2.22 0.181 3.33 0.07 0.8 0.297 1.1 0.027 1.96 0.048l-5.82 4.228c-0.99 0.09-1.13 0.54-1.84-0.13-1.66 0.452-2.18-0.047-3.95 0.374-0.87-0.089-2.16-0.062-3.04-0.273-1.55 0.34-2.72 0.321-4.25 0.194-1.43 0.062-2.71-0.253-4.17 0.001-1.5 0.123-2.81-0.253-4.24 0.104-1-0.031-2.23-0.348-3.37-0.074-1.04-0.009-2.49-0.136-3.73-0.21-1.27 0.048-2.47 0.196-3.72 0.176-1.12-0.187-2.1-0.101-3.108-0.56-1.425 0.083-2.343-0.123-3.658-0.039-1.705-0.084-1.931-0.614-3.021-0.453-1.172-0.053-2.824-0.168-4.167-0.022-1.3 0.039-2.492 0.007-3.917 0.007-1.219 0.15-2.226 0.103-3.458-0.009-1.141-0.077-2.264 0.185-3.426-0.117-1.829 0.272-2.797-0.024-4.633-0.074-1.593-0.07-3.125-0.388-4.724-0.422-1.963 0.186-3.817 0.333-5.762 0.29-2.296-0.164-4.564-0.249-6.86-0.407-2.27 0.468-4.646-0.046-6.95-0.148-2.935 0.031-6.019-0.295-8.961-0.699-2.754-0.205-5.592 0.459-8.134 0.04-0.985 0.19-1.957 0.275-2.41 0.027l5.689-4.133z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath2987" style="color:black" d="m33.526 48.165c0.829 0.287 1.929-0.108 2.914-0.105 3.657 0.013 7.31 0.812 10.998 0.753 4.922 0.693 9.874-0.276 14.801 0.057 4.247 0.47 8.268 0.488 12.575 0.147 4.828 0.995 9.8 0.017 14.792 0.591 4.882 0.467 9.572-1.713 14.414-0.86 3.94-0.9 8-0.02 11.87-0.606 4.03 0.708 8.11 0.547 12.16 1.208 2.77-0.064 5.34 0.293 8.05-0.161 1.13-0.049 2.92 0.447 3.54 0.47 1.41-0.824 2.36-0.242 3.16-0.183l-5.48 3.98c-1.12 0.125-2.28 0.444-3.4 0.365-1.27 0.011-2.61-0.099-4.03-0.133-2.3-0.228-4.9-0.033-7.37-0.367-4.16-0.705-8.3-0.369-12.48-0.954-3.77 0.556-7.46 0.12-11.216 0.192-4.947 0.864-10.144 0.541-15.137 1.348-4.876-0.953-9.767-0.183-14.649-0.719-4.215 0.544-8.459-0.126-12.716-0.025-4.764 0.178-9.602-0.534-14.428-0.351-3.713-0.57-7.905 0.353-11.297-0.507-0.988 0.124-2.338 0.425-3.234 0.338l6.163-4.478z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath2989" style="color:black" d="m26.426 62.007c1.763-1.881 5.862-5.061 9.257-4.321 7.252 0.625 14.596 0.199 21.912 0.035 14.612 0.201 29.327-1.609 43.885-0.14 11.75-0.217 23.6 0.38 35.31 1.253 4.25-0.171 2.3-0.16 5.86-0.094l-6.12 4.405c-2.99-0.572-1.29-0.358-5.11-0.45-11.3-0.723-22.59-1.494-33.896-2.255-14.855-0.384-29.698 0.096-44.538 0.657-7.759-0.009-15.492 1.094-23.238 0.889l-3.322 0.021z" sodipodi:nodetypes="cccccccccccc" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3011" style="color:black" d="m33.461 83.415c-1.31 2.484 5.61-3.81 2.313-0.253-1.291 1.663 3.907-0.478 4.236-0.632-0.293 1.592 4.092 0.455 5.697 0.885 1.587 0.366 4.504 0.542 6.327 0.054 0.663 0.753 3.266 0.482 4.581 0.296 3.021-0.57 1.517 1.058 4.486 0.562 1.725-0.572 2.828 0.078 3.425 0.16 6.01-2.452-2.493 1.702 3.3 0.121 1.689-0.852 3.013-0.432 4.586-0.803-0.715 1.618 2.974 0.029 4.523-0.272-0.271 1.009 2.02 0.807 3.058 0.691 6.659-2.697-1.221 0.446 2.867 0.472 1.791-1.045 2.68-0.351 4.362-0.641-1.784 1.695 2.983 0.208 4.192 0.156 1.098 0.072 2.187 0.389 3.285 0.321 4.382-1.528 1.48 1.779 5.901-0.217 1.83-0.08 2.16 0.453 3.98 0.502 6.26-1.925 0.38 2.159 5.28-0.456 0.67 0.085 1.05 0.919 2.45 0.947 2.78-1.301 2.38-0.329 3.69-0.238 3.38-1.463-0.06-0.076 3.08 0.257 2.52-0.209 0.27-0.946 4.73-0.632 3.54-0.829 0.63 0.977 5.94-0.596 1.02-0.08 2.35 0.992 3.23 1.536 5.22-2.555 1.74 0.418 6.3-1.552 0.19 1.716-0.1 1.202 2.76 0.551l-5.24 3.802c-0.96 0.498-5.2 1.276-3.88 0.269-1.65 0.378-2.76 0.579-3.78-0.282-3.43 1.739-2.92-0.724-6.8 1.06-1.4-0.115-2.77-0.53-4.17-0.687-4.37 1.711-2.09-0.537-3.79-0.055-1.29 0.264-2.41-0.248-3.93 0.362-0.85 0.259-3.08 0.194-2.6-0.55-3.66 1.428-2.05 0.039-5.05 0.934 1.73-2.092-2.71 0.711-4.072-0.428-0.615-0.068-3.472 0.36-4.197-0.396-1.828 0.326-6.925 2.098-4.727-0.575-3.694 1.651-0.439-0.699-4.362 0.462-0.658 0.094-3.941 0.56-4.219-0.136-2.309 0.473-2.563 0.009-3.781 0.218-1.138 0.111-4.174 0.808-3.431-0.062-1.432 0.046-2.147-0.035-4.227 0.158-0.99-0.012-2.101-0.839-4.338 0.139-1.026 0.205-2.084-0.195-3.129-0.257-1.391-0.05-2.344 0.239-3.775 0.226-3.896 1.324 1.438-2.093-3.888 0.163-0.661-0.115-3.286-0.23-3.061-1.655-2.447 0.819-4.191 0.034-5.66 0.539-2.348-0.106-3.539 0.588-5.972-0.346-1.93 0.304-5.984 0.511-6.631-0.153-0.412 0.103-2.293 0.421-3.348-0.013-3.961 0.884 3.494-2.784-2.896 0.676l6.375-4.632z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3021" style="color:black" d="m33.458 94.024c2.933-1.819 1.772-0.698 5.947 0.083 8.524-0.15 17.163 0.365 25.984-0.571 4.573 1.527 9.157 0.557 13.798 0.532 3.168-0.096 6.077 0.139 9.052 0.048 3.278 0.435 6.616-0.839 9.725-0.244 3.196 0.638 5.196 0.302 8.476-0.084 2.59 0.576 5.4 0.371 7.83-0.451 3.44 1.794 8.43-0.094 12.52 1.022 3.41-1.339 6.88-0.894 10.42-0.531 1.35 0.371 1.31-0.226 2.68 0.049l-5.44 3.952c-3.07 1.402-0.35-0.2-2.97 0.163-3.12-0.702-6.55 1.228-9.54-0.105-4.93 0.274-9.6-0.338-14.49 0.411-0.92-0.272-4.21-0.232-6.18-0.754-2.563 0.128-7.327 1.502-8.133-0.164-3.18 0.905-6.895 0.857-10.152 0.553-2.889 0.37-6.269 0.348-9.495 0.274-5.869 1.281-7.706-2.561-14.538 0.006-8.429-1.855-16.913-1.212-25.309 0.079-1.733-0.628-7.075 0.667-5.288-0.56l5.103-3.708z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3023" style="color:black" d="m32.767 104.9c1.044 0.29 5.146 0.46 7.748 0.27 16.106 2.01 32.482 0.07 48.676 1.05 16.089 0.14 31.409 0.36 47.059-1.64 2.78 1.82 5.81 0.1 8.67-0.72l-7.49 5.5c-2.64-0.18-5.18 0.46-7.84 0.09-14.78-2.49-30.074 0.79-45.002 0.11-16.755-0.13-33.246-1.29-49.913-0.17-4.666-0.95-8.09-0.33-7.39-0.5l5.482-3.99z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3025" style="color:black" d="m195.21 82.699c-3.35 3.447-1.05 1.432 2.04 0.087-1.56 1.739-1.27 2.186 0.92 1.606 2.4-0.45 4.77-2.558 4.15 0.908 1.99-1.32 4.75-0.504 5.53-0.394 2.11 0.771 9.03-3.405 7.3-0.669 2.41-0.613 4.07-0.637 5.57-0.543-0.43 4.082 4.83-3.024 1.92 1.797 4-0.984 7.83-3.662 3.12 0.577 2.83-2.21 5.35-1.471 7.41-0.996 0.35 1.18 5.31 0.198 5.69 0.179 3.47-0.968 0.65 0.752 3.13 0.518 1.27-0.599 4.6-1.225 4.22 0.129 2.34-0.412 5.11-0.523 7.49-0.347 1.17 0.485 5.7-1.441 4.4 0.123 2.3-1.014 1.63-0.086 3.41 0.047 2.07 0.269 6.28-3.431 3.6-0.332 1.65-0.923 3.74-1.015 5.23-1.72-0.75 0.347 1.34 1.113 2.16 1.199-0.33 1.346 3.3-0.621 4.87-1.392-0.48 0.432-2.07 1.353-1.43 1.294 4.33-0.401 1.48-0.57 3.75-1.205 2.08-0.754 2.97 0.182 4.48-0.328 1.42-1.019 2.56 0.463 3.49 0.599 3.95-2.108 1.51-0.271 4.38-1.042l-6.91 5.023c-0.61 0.188-2.02-0.393-1.68-0.929-2.87 1.581-2.71 0.713-4.51 0.152-1.84 0.299-4.89 0.694-6.89 2.161 3.03-3.345-1.84-0.328-2.66 0.493 4.13-4.599-1.58 2.084-1.05-1.805-2.28 1.027-3.52 0.542-5.55 1.381 2.61-2.76-2.18 0.628-3.35 0.421-0.07-0.013-1.13-1.958-3.91 0.371-1.41 0.004-0.79-1.887-3.88 0.297-0.61-1.136-0.85-1.103-2.28-1.666-3.44 1.621-4.94-0.128-8.87 1.353-1.92-1.331-3.81 0.408-4.62 0.162-5.2 1.123 1.19-2.283-3.58-0.203-1.85 0.062-3.98 0.646-4.22-1.284-2.65 0.803-4.22 1.331-6.63 0.458-0.78 0.371-2.99-0.644-4.1 0.041-1.56-0.428-3.31-0.104-4.83 0.434 3.04-3.743-1.92 1.06-2.24-1.875-5.67 2.623-3.19-0.488-8.52 1.552-1.83-0.36-1.32-2.374-4.52-0.336-0.67-0.009-3.55 0.241-4.1-1.03-3.3 1.635-0.94-1.024-3.7 0.361-0.43 0-0.66-1.382-0.26-1.246l6.03-4.381z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3033" style="color:black" d="m196.24 101.77c2.85-1.29 6.99-0.49 10.23 1.14 14.46-1.35 28.78 1.11 43.44 0.58 8.29 3.28 16.99-1.59 25.02-1.26 1.28 0.05 1.79 2.39 3.07 2.55 3.76 0.49 7.5-1.29 11.28-1.38 1.17-0.05 2.34-0.11 3.51-0.17l-5.22 4.16c-1.1 0-2.19-0.01-3.28-0.01-12.75 0.28-25.26 0.75-37.91-1.09-14.95 1.33-29.71-1.02-44.58 0.32-6.44-2.14-10.97 0.61-12.51 0.18l6.95-5.02z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3039" style="color:black" d="m194.76 95.461c2.04-0.272 4.02-1.406 6.57-1.698 6.35-0.954 14.15-1.585 21.65-1.52 8.18 1.795 5.42 0.845 15.47-1.263 4.38-0.916 5.68 1.657 10.73 0.517 3.54 2.778 7.34-0.138 11.48 1.431 3.43 1.543 8.09 1.261 13.67 1.335 4.92-1.05 8.99-0.967 13.86-0.541 0.96 1.397 3.31 1.058 5 0.951l-4.82 3.505c-1.63-0.062-3.37-0.276-4.76-1.132-5.03 1.27-10.34 0.8-15.05 1.382-3.29-0.259-12.1-1.153-12.55-2.178-4.83 0.593-9.32-0.322-14.08 0.487-8.84 0.939-15.04-3.582-24.4-0.491-6.44-2.044-17.67 4.934-21.79 1.708-2.55 0.428-5.7 2.506-6.25 1.336l5.27-3.829z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3041" style="color:black" d="m33.23 133.02c9.323-6.44-0.804-0.11 3.574-1.21 1.919-0.76 4.042-0.83 6.079-1.14 1.832 0.91 3.358 0.62 5.142-0.24 2.092-0.26 2.081 0.61 3.142 1.27 0.295 0.75 2.066 0.8 5.784-0.62-0.748 1.03 3.154-0.24 4.3-0.2-1.013 0.82 2.736 0.65 3.911 0.08-0.678 0.64-2.939 1.7-2.034 1.91 2.811 0.66 3.819-1.49 4.737-1.28 3.573-1.55 0.501-0.26 2.548 0.6 1.274-0.56 2.754-0.42 4.142-0.52 5.074-2.09-0.063 0.21 3.506-0.04 3.999-1.45-3.021 2.91 3.269 0.25 4.183-1.99 4.168-0.07 5.91-0.72 2.509-0.32 2.58-0.11 2.451 1.07 1.909 0.24 6.129-2.97 5.109 0.5 2.622-0.96 3.119 0.39 5.48-0.72-1.449 0.5 2.81-0.94 3.69 0.43 2.33-0.26 5.02-1.78 4.29 0.35 0.34-0.58 5.19-1.71 2.72 0.81 2.66-1.83 4.81-1.34 6.37-2.12-3.23 2.55 3.12 0.21 4.24-0.2 3.92-1.62 2.86 1 1.04 2.73 3.92-3.15 3.43-0.73 6.55-2.11 2.22-0.26 3.76-0.58 2.65 0.61 1.82-0.59 2.01 0.75 2.05 0.76 3.33-2.2 1.61-0.05 4.6-0.86 4.97-2.1-0.78 1.59 2.52 0.71 0.35-0.12 0.7-0.24 1.04-0.37l-5.7 4.15c0.39-0.41 0.77-0.82 1.16-1.23-4.72 2.78-2.03-0.22-6.17 1.93-8.12 2.67 4.98-4.29-3.39-0.04-0.69-0.1-0.34-1.65-3.34-0.01-0.94-0.33 0.66-2.18-2.47-0.53-4.83 0.84 3.34-3.84-2.45-0.87-1.64 0.3-7.56 3.1-4.42-0.27-5.61 2.29-0.68-0.06-5.06 0.8-3.52 1.93-0.92 0.33-1.82-1.2-6.99 2.89-0.28-1.29-6.15 1.69-1.17-0.62-1.49-1.99-4.262-0.37-1.385-0.03-1.861-1-4.856 0.4-6.63 1.38 4.435-3.72-4.068-0.36 4.159-5.39-9.944 3.95-3.2-1.81-8.026 3.42 0.218-0.86-6.637 1.97-0.15-0.1-5.494 0.99-3.284-1.19-2.173 0.71-2.641 0.06-4.984 0.99 4.147-5.88-2.606 0.71-4.352 0.66 1.188-1.01 2.683-1.74 3.563-3.02 0.172-0.25-7.708 4.23-4.984 1.56-7.138 2.73 7.835-5.25-3.708 0.25-1.538-0.96-0.093-2.36-6.043 1.8 3.373-3.06 1.066-2.19 0.164-3.05-0.875 0.38-7.936 3.89-4.876 0.62-2.651 0.52-5.168 0.59-7.638 1.89 4.038-4.18-0.567 0.27-1.6-2.31 0.457-4.26-2.753 0.99-4.294-0.38-13.227 4.03 8.358-4.43-6.692 1.58 3.027-2.96-4.082 1.99 0.754-1.93l1.997-1.45z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3043" style="color:black" d="m33.328 141.73c-2.02 2.14 1.79 0.27 2.043 0.21 5.094-2.14 4.93 0.64 7.709 0.18 4.275 3.75 8.609-2.4 14.075-2.5 1.042-0.01-1.336 1.93-1.082 2.94 0.17 0.67 1.323 0.43 1.984 0.64 4.548-1.22 9.915-3.95 16.148-0.6 3.636 3.01 12.01-3.17 15.953-0.78 3.682 1 5.593 1.64 8.754 2.56 3.688-0.21 15.238-6.08 15.158-0.72 5.19-0.93 10.22-1.89 15.51-2.25 2.25 0.11 4.16-0.71 6.25-0.21 3.05-1.5-1.12 1.93-0.72 1.88 3.18-0.38 3.84-3.09 2.21-0.17 0.33-0.1 0.67-0.19 1-0.29l-5.23 3.8c-0.47 0.19-0.94 0.39-1.4 0.58-7.36 3.17 2.31-2.28-2.65-0.87-2.26-0.78-3.96 0.1-6.38 0.33-0.85 0.13-8.1 0.33-11.17-0.9-6.68 1.88-11.47 0.81-18.234 2.92 0.13-3.52-8.947-0.71-11.276-0.74-4.446-1.72-9.299-1.43-12.954-1.4-2.873 0.14-14.343 1.24-13.345-1.43-1.125 0.3-11.49 2.85-12.239 2.53-0.983-0.42 2.32-2.69 1.281-2.94-3.059-0.73-5.794 3.53-8.969 2.94 2.233-8.88-10.979 5.74-4.411-2.57-1.821 0.86-5.206 2.31-3.51 0.85l5.495-3.99z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3049" style="color:black" d="m34.434 150.81c-3.75 1.6 4.367-1.63 8.084 0.29 15.586 2.18 30.861 2.92 47.026-0.32 12.686 2.2 25.026 0.12 37.626-0.76 6.8-1.76 8.22-0.26 15.48-2.86 4.27 0.51 0.4 2.25 4.86 3.01l-3.61 2.59c-3.37 0.77-5.5 1.76-8.29-0.53-3.58 1.37-7.29 1.81-10.3-0.85-13.13 3.04-24.54 4.42-37.82 0.91-16.419 4.3-33.702 4.7-50.631 2.89-5.568-0.21-5.772-1.55-10.064 1.18l7.639-5.55z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3051" style="color:black" d="m195.06 130.69c-0.12 1.46 2.15-0.55 3.05-1.13-0.22 1.94-2.17 3.39 2.5 0.54 4.59-1.52-0.07 2.1 3.36 0.02-4.3 5.3 6.34-4.96 1.17 1.6 1.56-0.88 5.27-3.76 3.37-0.01 3.16-1.53 6.71-3.12 4.97-0.96-2.21 2.27 2.2 0.24 3.05 0.05 7.29-4.58-3.8 4.41 3.32-0.14 1.24 0.89 4.76-1.05 3.55 0.89-0.21 1.75 5.13-1.86 3.6 0.31 3.79-2.16 2.75 1.31 4.92 0.57 2.56-1.34 3.43-1.75 4.45-0.11 11.6-6.55-3.45 3.27 4.25-0.96 0.72 1.7 0.62 1.26 3.88-0.71-3.02 4.22 1.02 1.36 2.49 0.47-1.73 2.96 0.43 1.75 3.89-0.64-1.45 4.09 3.54-0.43 1.29 3.33 9.27-5.26-2.26 2.23 7.06-1.76 2.94-0.98 3.05 0.17 2.99 0.52 0.77-0.33 1.65 0.23 2.44 0.51 5.64-3.96-0.41 2.11 6.43-2.88-5.27 4.09 0.49 0.99 0.65 0.91-4.06 3.75 1.62 0.32 3.27-0.58 3.42-2.61 0.64 1.19 4.66-1.01-1.69 0.79 1.53 0.9 2.37 0.61 6.53-2.81-3.34 1.09 2.24 0.64 2.97-0.96 5.74-4.34 3.05-0.02-0.38 0.44-0.76 0.89-1.14 1.33l-4.26 3.52c-0.13-0.02-0.26-0.03-0.39-0.05-0.71 0.16-2.49-0.19-2.04-0.83-0.37-0.05-6.75 2.45-3.19 0.14 2.92-4.24-2.13 1.01-3.64 0.51 0.24-0.36 1.1-1.24 0.73-1.07-9.9 4.67 2.62-0.48-2.72-0.02-3.54 1.27-4.15 2.24-5.2 2.37 0.46-0.84 2.05-1.89 1.38-2.51-0.79-0.73-1.76 1.17-2.64 1.75-2.34 1.16-2.8 0.67-3.15 0.16-3.66 1.77-2.32-0.05-4.08 0.85-0.11-0.01-0.68-0.95-2.68-0.78-0.74 0.24-6.08 1.45-4.6-0.3-9.67 5.71 5.29-4.28-5.72 0.36 0.51-0.57 1.19-0.99 1.52-1.71 0.64-1.38-2.88 2.11-3.98 1.18-6.61 4.13 2.98-4.4-3.69 0.51-5.17 2.55 2.21-3.17-3.9 0.73-1.46 0.04-1.47 0.43-1.71-1.15-9.6 5.4 4.46-4.29-4.13-0.16-3.31 0.98-2.56-0.18-5.19-0.43-2.39 0.56-2.44-0.28-4.87 0.84-3.63 0.4-0.34-1.73-3.31-1.09-0.64 0.41-9.14 5.3-2.6-0.46-0.9 0.22-5.49 2.4-3.09-0.06-0.98 0.46-5.85 2.95-4.56 0.61-2.87 1.32-1.31 0.88-0.54-1.02 0.49-1.19-1.96 1.68-3.11 1.71-0.56 0.01 0.79-0.92 1.19-1.37-5.25 1.94 2.71-4.8-6.84 3.08 8.59-7.9 1.99-2.14-0.83-2.11-0.81 0.4-3.03 0.46-2.63-0.44-0.96 0.38-5.49 3.2-2.28 0.5l5.62-4.65z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3059" style="color:black" d="m191.81 140.43c7.61-5.26-5.16 4.15 4.82 0.56 10.48 1.31 19.84-3.33 30.41-0.66 15.66 3.63-10.95-1.84 12.17-0.61 1.07 0.06 1.5 2.41 2.56 2.22 3.62-0.66 6.63-3.88 10.24-4.54 0.83-0.16 0.64 1.96 1.38 2.41 0.98 0.58 2.2 0.25 3.3 0.38 5.7-0.33 9.09-0.92 14.89-0.81 3.93 1.18 9.92 0.4 15.44-0.24 1.56 2.36 4.82 0.55 6.67 0.22l-6.87 5.68c-1.14-0.35-3.74-0.31-3.26-3.03-4.92 2.01-12.63 4.03-16.81 1.35-8.21 2.03-2.99-0.53-4.2-1.32-1.7-1.11-7.2 4.51-9.06 0.78-10.88 3.65-22.5-2.78-33.63 3.5-0.01-1.69 1.45-4.85-0.02-5.07-3.51-0.51-6.64 3.05-10.15 3.58-3.75 0.58-14.74-1.69-19.45 1.36-2.55-0.42-3.37-1.04-2.9-2.06l4.47-3.7z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3061" style="color:black" d="m192.05 149.86c-0.39 1.61 7.94-0.68 11.16 0.18 8.77 6.69 12.51 2.6 22.98 2.24 2.9-0.1 5.69 2.06 8.58 1.71 19.93-5.74 10.73-4.41 27.44-5.28 17.21 4.03-3.5 0.39 20.43-1.16 2.04-0.14 3.96 1.17 5.94 1.76 2.49-0.22 4.97-0.44 7.46-0.66l-4.6 3.82c-15.37-3.88 11.53 1.98-17.57 2.38-1.95 0.02-3.34-2.29-5.01-3.44-3.81 0.43-7.62 0.85-11.42 1.28-19.64 0.19-38.45 4.95-57.87 0.36-6.38-0.56-10.91-0.27-12.95 1.3l5.43-4.49z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3063" style="color:black" d="m40.122 174.55c-3.022 2.64-3.242 3.22 0.862 0.78 2.568-0.55 3.238-1.35 1.761 1.15 1.632-0.82 3.618-0.6 5.335-1.22 0.831 1.83 2.661 0.54 4.231 0.05-0.271 1.27 3.382-0.35 4.684-0.81-5.002 2.63 2.138 0.88 2.18 0.9 3.535-1 2.166 0.27 5.12-0.33 0.53-0.14 1.722-0.96 1.591-0.42-0.833 3.39-2.058 3.02 5.101-0.15 4.133-1.9 0.65-0.54-0.618 1.44-0.883 1.38 4.671-3.88 4.347-2.27-0.319 1.57-2.288 2.25-3.432 3.37 7.295-4.62 0.548-0.38 6.466-1.4 0.457-0.14 1.624-0.82 1.37-0.41-5.769 9.2 9.057-6.83 0.457 2.16 2.044-1.41 6.807-2.23 7.068-2.38 3.127 0.37-4.737 2.54-3.595 3.88 1.238 1.45 3.085-3.21 4.961-2.86 1.53 0.29-2.695 1.79-3.459 3.15-0.931 1.65 3.452-1.59 5.139-2.47-0.315 0.41-1.408 1.43-0.944 1.21 13.063-6.07-4.061 1.88 4.28-0.82 5.586-2.47-0.697 1.84 4.665-1.1 4.428 1.25-2.535 4.37 3.528 1.09 7.54-4.06-6.535 6.11 3.72 0.02-0.08 0.99 1.75 0.92 3.27 0.19 0.33 0.54 4.11-0.23 5.16-0.53-6.3 8.18 7.03-10.19 3.29-0.64-0.63 1.62-9.6 6.79-1.19 1.73 0.07 0.81 2.47 0.51 2.74 0.48 5.11-2.73 3.98 0.14 6.3-0.76-0.91 0.88-3.97 2.59-2.71 2.64 2 0.07 4.39-1.03 7.1-2.11 9.68-2.89-7.67 3.28 3.67-0.71 5.55-1.95-10.87 6.4 0.75 0.29 2.74-2.25 1.73 1.17 1.6 1.47 6.44-3.98 3.35-0.1 8.16-2.74-7.66 7.95 7.87-4.65 0.29 2.29l-1.21 0.88c-12.62 8.2 1.43-1.87-8.99 4.02 8.15-7.27-0.43 0.52-1.29-2.25-6.17 1.94 0.87-3.08-8.98 3.9 2.54-2.19 4.33-3.77 0.94-3.48-0.88 0.31-5.12 0.97-5.17 0.04-4.94 1.59-1.74-0.44-6.03 0.56 4.82-4.96-6.69 4.49-1.68-1.24-1.8 1.16-3.39 2.71-5.38 3.49-3.21 1.25 4.67-3.93 1.53-3.31-3.51 1.02-5.83 1.8-8.304 2.82 6.194-5.43-0.018-1.34-3.079-0.35 7.173-8.46 4.573-2.63-0.353-2.53-5.981 2.7 0.379-2.28-3.842-0.81-4.264 2.42-1.18 0.25-5.014 1.2-0.259-1.36-0.963-2.74-3.193-0.36-1.088-0.92-3.068-1.06-5.223-0.18 4.716-5.24 0.051-1.03-2.911-0.55-3.413 1.7 3.168-3.79-4.535 0.11-4.426 1.07-0.425-1.57-0.924-2.5-2.471 1.43-4.349 1.81-7.961 3.02 4.349-5.25-1.287-1.39-4.03-1.36-7.628 3.1 3.309-1.01-0.085-1.27-0.926-0.08-2.451 0.83-5.674 2.06-0.018 0.01-4.319 2-2.574-0.61-3.939 0.42 2.508-2.68-3.553 0-5.227 0.97 1.271-2.49-3.062-0.91-7.709 4.49 0.382-2.08-7.241 2.6 0.874-0.76 2.091-1.26 2.622-2.29 0.745-1.45-5.419 2.84-4.695 1.38-0.663 0.17-1.308 0.59-1.988 0.52-3.949-0.46 3.354-1.8 1.822-1.82l6.809-4.94z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3065" style="color:black" d="m35.295 184.15c-1.408 1.51 1.402 0.44 5.589-1.76-12.237 9.34 3.61 2.76 10.17 5.03 8.759-3.13 16.485-0.26 25.246-0.35 9.491 0.09 9.269-1.78 18.563-0.05 0.603 1.05 9.457 1.66 12.527 1 4.9 1 15.6-6.9 6.46 1.39 6.55-4.12 5.23-0.43 11.46-3.72-6.09 5.2 1.16 1.4 3.35 1.86 11.4-5.84-14.23 11.74 10.33-2.68-13.96 9.61-0.14 3.56 3.76 1.44-1.35 1.15-2.9 2.1-4.03 3.45-0.99 1.18 2.82-1.2 4.26-1.72l-8.31 6.03c4.56-4.39 4.71-3.88-0.18-1.76-6.53 2.14 6.54-5.75-6.97 0.89-4.29 1.01-4.86 0.19-4.14-1.82-1.12 0.49-9.44 3.74-6.53 0.36-2.63 1.07-5.24 2.36-8.05 2.81-12.281 1.96 12.15-5.71 0.68-1.96-3.44 0.68-5.93-0.46-10.007 1.17 1.997-4.52-4.99-0.27-7.216-1.29-5.846-2.66 10.353-3.72-1.834-2.26-4.605-0.44-18.728 3.61-18.544 0.04-9.58-1.59-16.709 3.05-25.664 0.66-7.072-4.98-11.206-3.31-17.449 0.13 4.387-7.42-8.41 5.65 0.592-2.58l5.937-4.31z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3067" style="color:black" d="m32.946 195.27c-2.487 2.52 4.616-3.2 4.416-1.87-0.565 3.75-6.982 3.94 0.344 2.88 9-6.79 13.232 0.14 21.812-0.32 14.758-0.77 5.673-3.62 15.935 0.97 10.537-0.69 45.807-1.32 53.777 2.17 11.68-2.26 6.7-2.53 14.93-1.08l-2.49 1.8c-2.28-8.7 0.23-4.11-15.62 1.58-18.46-2.52-35.268-1.66-53.557-2.32-10.323-6.7 0.774-1.23-18.514 0.91-3.143 0.35-5.37-4.94-9.066-2.79-2.98 0.45-5.633 2.26-8.6 2.8-0.914 0.17-1.787-0.5-2.681-0.76-16.15 6.54-2.325 2.06-3.609-0.51-0.01-0.02-3.711 2.26-2.394 0.4l5.317-3.86z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3069" style="color:black" d="m192.94 177.31c7.39-5.49-3.93 3.95 6.42-3.77-0.45 1.49-6.75 7.09-0.41 2.76 8.47-4.85-7.26 6.27 2.64 0.31 1.79 0.63 3.62-1.14 5.35-1.95 8.49-4.84-12.11 8.78 0.5 0.82 1.29-0.82 0.12 0.75 0.17 1.11 5.14-3.51 3.91-2.17 2.51-0.44 11.16-7.08-8.05 6.5 7.66-4.01-7.33 6.36 3.47-1.22-2.34 4.94 7.55-4.91 2.66 0.23 8.04-3.49 9.87-2.93-12.17 6.23 1.76 1.22-0.84 0.83-1.69 1.66-2.53 2.49-13.12 8.88 6.61-5.15 5.21-3.49-0.11 0.13-7.27 6.14-2.1 3.02-0.73 2.2 6.97-4.72 5.64-2.92-1.92 2.61-8.15 6.56 0.94 0.29-1.62 3.43 1.04-0.55 0.94 3.07-5.13 7.24 9.6-8.92 3.86 0.04 5.6-2.19-4.69 3.79 3.59-0.67 7.92-5.52-4.76 5.29 5.6-1.76-5.45 5.71 2.64 2.22 3.17 2.12 0.63-0.31 1.21-0.83 1.88-0.91 1.37-0.17-3.35 2.16-2.7 3.53 0.57 1.19 3.41-3.36 8.59-4.34 5.41-0.94-2.37 5.1 4.19 2-2.25 3.34 3.48 0.01 4.11-0.45-5.16 5.69 5.73-4.12 0.41 1.84 6.27-4.9 0.14 0.19 5.17-2.53 4.6-2.87-0.16-0.1-0.98 1.64-1.07 2.26 7.52-5.54 5.92-3.73-1.54 1.75-3.39 3.09-5.08 4.64 2.47-1 10.48-6.28 6.3-1.87 3.57 1.68 3.01-5.84 6.09-2.79 1.2 1.19-2.46 2.32-3.69 3.47 2.23-1.32 2.65-1.08 5.35-1.94-1.22 3.18 2.97-0.79 0.86 1.7 2.77-0.75 7.54-5.37 0.28 1.48-2.57 0.29-2.32 0.47 0.43-0.87l5.04-2.24c-0.34 0.19-0.68 0.38-1.02 0.58-2.05 1.34-4.1 2.69-6.16 4.04-3.19 1.48-0.35-0.4-2.3 0.1-0.92 0.34-2.44 1.76-2.81 0.75-0.61-1.62 7.67-5.85 3.36-3.62-10.06 6.76 1.11-2.05-8.47 4.53 2.14-2.62 3.86-4.44-0.09-2.6-8 4.03 3.17-3.75-7.13 2.55-5.03 2.67 0.44-1.24 0.99-3.2-5.84 3.74 1.09-1.98-5.7 3.1 6.24-7.4-3.28 3.39-1.93-0.75-2.01 1.22-4.05 1.9-3.23-0.28-4.47 2.3-4.51 0.64-9.19 2.12-4.49-0.43 2.03-3.36-1.82-3.23-1.24 0.8-12.72 6.25-6.8 0.91-3.84 1.57-5.11 2.23-2.66-0.69-9.46 6.44 7.95-5.92-3.42 1.63-0.69 0.47-2.5 2.13-2.13 1.31 0.75-1.68 4.98-3.79 1.07-1.66-1.51-1.37 2.17-3.64-2.7-0.91-1.81-0.44 3.42-4.87-6.58 1.43 7.15-7.81-10.78 7.25-0.66-2.05-9.55 5.16 8.22-7.65-6.83 3.16 4.77-4.6 4.48-4.48 0.71-3.25 4.03-4.46-3.03 0.96-4.46 0.52 3.83-5.4-1.48 0.46-3.2-0.34-0.99 0.54-2.69 2.83-2.96 1.62-0.32-1.46 3.88-2.9 2.28-3.34-4.06 2.83-5.21 3.73-6.83 3.95-2.6 0.05 1.3-2.25-2.75-0.2-8.36 4.55 5.38-4.41-1.22-1.48-1.42 0.15 0.35-1.58-3.38 0.31-2.08-0.09-0.63-1.48-2.37-0.47 0.65-0.78 2.77-2.82 1.93-2.34-15.65 8.96 3-0.62-5.12 3.44l4.79-3.96z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3071" style="color:black" d="m190.23 185.83c1.04 0.83-1.94 0.19 3.42 0.19 2.64-0.81 0.07 2.75 0.97 2.93 5.61 1.1 19.44-13.58 12.08-0.15 5.37-0.81 10.88-4.59 16.16-5.42 6.23-0.98-0.61 4.72 10.3 0.59 1.04 0.12 2.14-0.06 3.11 0.37 1.64 0.71 3.75 4.34 6.03 3.69 8.04-2.28 7.63-7.3 7.08-0.5 8.15-3.47 11.37-0.35 17.91-0.37 7.86-2.14 3.08 1.7 6.66 2.04 3.77-0.33 7.08-0.51 10.3-1.73-5.01 4.82 6.23-1.19 6.48-1.22-0.36 0.47-0.05 1.72 0.5 1.79l-2.18 1.96s-7.51 5.82-5.69 2.9c3.6-4.47 0.28 0.01-1.34 0.09-0.72 0.04 0.91-1.28 1.36-1.93-0.04-0.23 0.08-0.67-0.12-0.69-1.12-0.13-2.13 1.18-3.27 0.95-1.12 0.6-2.24 1.21-3.36 1.81 0.46-0.87 2.25-2.89 1.39-2.61-2.31 0.77-3.93 3.32-6.2 4.22-2.99 1.17 6.34-7.38-1.96-1.9-3.62-2.06-2.85-1.1-10.03 0.93 2.62-7.89-9.11-0.01-13.25-3.74-6.08 1.59-4.19-0.81-9.41-0.4-3.41 0.26-6.59 3.39-9.96 2.75-0.88-0.16-0.07-2.03-0.1-3.04-11.07 3.38-9.1-1.31-9.39-1.35-1.72-0.27-12.55 2.66-14.03 3.52-2.13-5.26-10.81 1.88-15.35-0.78 2.47-8.34-6.94 5.32-1.17-2.14l3.06-2.76z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3079" style="color:black" d="m194.03 193.29c-1.54 1.64 1.6 2.4 3.06 4.7 6.5 0.53 16.92-5.61 23.01-3.3 1.32 0.51 0.93 2.99 1.4 4.49 2.74-0.48 5.47-0.95 8.21-1.43 5.58-9.87 14.06 3.95 16.16 3.82 5.84-0.38 14.81-10.05 19.4-2.24 15.24-10.72 5.47 3.85 20.03-3.16 4.96 4.55 2.01-2.02 9.7-0.74 7.41 1.22-12.73 8.57 1.88 2.46l-1.75 1.6c-18.59 11.89-2.14 3.17-4.77 0.17-2.33-2.67-11 8.6-9.5 0.53-4.92 2.52-12.27 5.35-14.27-2.06-2.93 0.86-25.37 8.38-25.86 8.09-2.63-1.52 6.35-8.26 3.53-9.22-6.49-2.2-12.54 10.25-19.74 5.46-9.53-8.18-22.62 7.44-30.5-1.77-1.41-0.11-3.67 0.83-4.21-0.67-0.24-0.65 1.3-1.9 0.69-1.96-0.66-0.06-8.42 5.83-2.63 0.86l6.16-5.63z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3081" style="color:black" d="m34.721 222.34c-0.966 2.04 7.341-5.22 5.73-3.63-11.581 11.4-7.123 5.65-5.51 5.06 4.098-1.81 6.492-3.38 5.644-1.66-1.804 0.78 0.873 1.23-1.246 3.62 12.204-7.37-0.007 1.24 6.19-2.55 1.863-0.11 3.206-3.74 4.997-2.99 1.161 0.48-1.222 2.24-2.122 3.12-0.681 2.06-0.202 1.39 5.37-1.43-3.52 3.42 3.648-0.26 4.276-0.59 0.217 0.76-5.146 3.54-3.527 3.38 1.997-0.2 3.773-1.41 5.55-2.34 3.35-1.14-2.705 2.09-3.681 3.46-0.777 1.09 2.294-1.39 3.423-2.11 18.599-11.88-10.243 7.27 6.209-3.23-5.401 5.25 1.921 0.99 2.204 0.87-0.623 0.59-1.44 1.04-1.87 1.79-0.612 1.06 2.255-0.99 3.327-1.59 8.247-4.62-4.596 2.86 1.636 0.19 14.52-8.14-9.442 8.2 6.789-2.22-2.009 1.61-4.23 2.99-6.026 4.83-1.608 1.65 7.447-5.08 6.135-3.18-1.307 1.88-10.001 7.15-0.462 1.12 11.211-5.78-3.206 2.29 4.283 0.13 1.751 1.34 7.189-2.71 2.171 2.17 2.101-0.8 7.554-3.12 7.345-2.9-1.115 1.16-2.434 2.11-3.652 3.16 1.782-0.28 9.839-6.01 10.819-5.44 1.717 0.98-6.346 4.06-1.063 1.89-6.937 3.72 1.745 1.16 2.74 0.72 2.32 0.75-1.718 2.83 5.12-1.91-0.01 6.08 4.04-9.93-2.39 3-1.06 2.12 4.34-1.96 6.38-3.18-2.19 4.21 3.52 0.26 5.19-0.6-6.61 7.31 5.93-5.37 1.82 2.02 9.65-5.22-4.25 5.45 6.97-1.1-3.74 5.01 5.38-4.6 2.25 1.15 7.32-3.77-1.26 2.63 6.84-2.63-12.58 11.94 7.7-5.83 0.2 2.36 2.86-1.15 9.43-6.57 1.67-0.03l-6.9 5.35c6.95-5.83 0-0.41-2.4 0.24 0.68-1.3 3.05-6.19-2.86-0.18 6.87-7.36-5.51 2.98 0.14-2.71-3.26 0.66-3.75 0.6-6.33 1.81-13.1 3.57 4.38-4.27-7.53 1.51 9.73-8.95-6.77 5.07-1.36-2.36-12.346 7.16 18.04-11.6-7.23 3.18-0.175 0.1 0.06-0.4 0.08-0.6 1.21-1.05 2.42-2.09 3.62-3.14-4.163 1.99-2.35-0.23-5.743 1.75-1.165 0.67-3.548 2.65-4.257 0.96-8.644 3.26 4.725-3.4-3.867 0.09-3.794 1.38-3.019 0.34-1.515-2.44-1.416 0.52-5.42 2.12-6.313 1.64-0.614 0.26-5.858-1.05-5.831 0.49-8.999 1.69 9.293-7.07-6.085 1.18 5.718-5.92-15.163 9.77 1.746-3.77-10.077 6.52-3.432 1.43-1.097-1.93-9.675 6.39-5.75 2.68-11.999 6.09-3.664 1.79 0.403-2.54 0.48-2.82-0.382 0.24-14.09 6.85-3.012-0.26-0.467 0.07-1.68 0.57-1.401 0.19 6.205-8.42-8.968 7.27-0.747-1.14-12.336 7.7 1.667-2.12-8.274 3.49 0.558-0.94 1.03-1.94 1.674-2.82 0.564-0.78-11.936-0.7-2.661 1.09-1.911 0.68-3.862 1.27-5.709 2.11 9.332-8.22-14.134 9.34 0.858-2.77-18.557 11.63 6.819-5.14-9.293 4.04 3.826-4.62 1.559-3.43-3.435 0.05 1.334-1.09 5.717-3.47 4.002-3.28-3.353 0.36-9.818 8.33-0.873-0.05 0.394-0.37-1.953 0.88-1.514 0.57l5.907-4.29z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3087" style="color:black" d="m31.329 236.03c2.537-2.4 5.546-2.74 4.719-1.75 3.01 1.48 10.636-6.19 7.905 1.56 4.867 0.63 8.805-5.66 13.57-4.96 1.379 0.21-3.032 3.31-1.731 3.81 0.748 0.29 9.716-0.97 11.707-1.79 3.668-1.89 10.847-0.91 8.687 3.2 19.286-9.98 0.387 2.33 15.12-3.28 4.971-2.54 4.368 0.66 8.874 1.59 5.91 1.35 6.77-1.92 12.98-3.92 0.68-0.22-1.15 1.34-0.82 1.97 0.28 0.55 1.24 0.01 1.86 0.02 3.66 1.11 8.9-3.51 9.67 1.11 8.17-5.06 4.14-0.76 11.16-3.9-9.36 5.87 1.05 2.61 1.1 2.6l-5.3 3.85c-1.4 0.41-5.89 2.17-3.25-1.02-3.67 2.12-5.54 1.92-8.31 1.87-5.76 0.93-8.75-1.86-16.35 3.79 4.03-5.41-0.8-4.93-6.982-3.29-4.294-2.35-9.593 1.71-14.132 2.24 2.767-4.1-5.308-3.1-9.13-1.08 1.614-4.87-11.397 2.25-12.62-0.34-6.456 0.21-12.099 1.23-16.05-2.51-8.437 2.8-7.699-0.5-15.41 3.9 10.308-8.88-4.887 2.83 0.608-2.13l2.125-1.54z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3093" style="color:black" d="m31.665 242.47c5.934-4.62 0.021 1.17 3.404 1.37 5.799 0.35 4.995-3.63 4.506 2.53 7.841-0.41 16.603-2.74 24.439-2.42 2.14 0.09 3.798 2.43 5.939 2.45 23.15 0.2 5.518-5.72 20.901 0.77 4.89-0.66 9.746-2.29 14.676-1.98 2.66 0.17 4.61 3.23 7.28 3.37 9.28 0.49 18.29-5.89 27.5-4.6 1.59 0.23 1.21 2.99 1.81 4.48l3.67-2.67c-21.21 6.1-13.59-1.3-29.29 0.11-11.08 0.99-21.377 6.85-32.732 6.43-10.384-8.39-13.602-3.78-26.342-3.6-6.936 0.1-13.217-5.82-20.751-0.28-5.778-3.18-18.552 2.78-10.769-1.78l5.759-4.18z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3097" style="color:black" d="m192.53 223.6c-4.38 4.86 14.98-13.39 2.68-0.94 3.15-0.26-4.79 4.95 3.9-0.92-5.01 4.02 3.43-0.47 3.5-0.49-2.35 3.05-0.78 1.07 2.76-0.73 0.69-0.36-1.82 0.98-1.66 1.85 0.15 0.78 1.2-0.74 1.8-1.12 5.9-3.71-5.12 4.32-4.12 4.74 0.93 0.39 7.23-6.38 3.6-1.28-0.09 0.75 12.08-8.05 10.85-6.45-3.34 4.34-14.4 12.2-3.19 3.94 5.2-3.61 1.82 0.94 1.44 1.5 1.24-0.1 8.85-5.84 1.43 1.56 4.92-3.39 6.26-3.41 3.3-0.21 4.94-2.56 9.76-8.27 4.54-1.43 3.71-1.23 7.61-7.73-0.91 2.07-1.78 2.05 4.38-2.8 6.48-4.38-2.25 5.09 12.77-9.64 1.03 1.62 1.92-0.71 0.46 0.88 2.82 0.04-0.83 1.33 5.77-4.74 4.6-3.16-1.13 1.54-2.68 2.57-4.02 3.85-0.98 0.99-4.09 3.67-2.95 2.97 4.65-2.87 9.06-8.06 4.87-3.33 10.72-8.24-4.03 4.23 4.75-1.61 0.47-0.27 1.79-1.26 1.43-0.8-10.01 12.54 4.23-3.01-0.88 2.75 11.22-6.71-6.63 4.32 6.33-2.95 4.55-3.08-3.04 2.32-2.06 2.59 5.96 1.67-2.45 2.58 1.72 0.21 4.02-2.76 2.49-0.67 4.07-1 10.81-8.29-3.07 3.74 3.39-0.27-2.44 4.64 7.71-6.57 1.63 1.68 0.63 0.49 6.58-3.52 5.64-2.23 10.17-6.66-8.64 6.7 0.84 1.76 4.89-1.65-4.73 4.64 2.59 0.24 1.5 0.85 4.67-1.69 7.75-3.81-13.07 12.89 7.67-4.6-0.03 3.43-7.58 4.77 5.78-4.67 4.85-2.83-1.03 2.05-3.51 2.57-4.71 4.5-3.41 5.49 8.83-8.59 1.86-0.72 7.97-4.27-0.06 1.43 7.24-2.99-1.83 2.29-0.82 2.98 1.15 1.6 1.59 2.01 9.11-7.95 1 1.65-0.52 1.44 4.84-2.87 7.08-3.59-1.39 3.05-7.47 5.83 4.72-1.58l-8.45 7.28c2.45-3.15-3.09 1.34-3.93 0.89-7.62 5.31 1.39-1.81 0.25-1.48-1.61 0.47-4.98 4.67-4.33 2.87 0.2-0.55 0.7-0.86 1.05-1.29-0.67 0.4-5.73 2.17 0.62-3.03-4.89 3.52-10.24 6.7-2.52-0.42-2.57 1.68-17.35 11.31-9.37 4.81 3.51-4.05 1.12-2.03-0.87-1.92 0.95-4.96-6.52 4.65-3.4-0.47 4.43-6.02-7.66 5.66-2.87-0.39-4.58 2.83 0.45-0.06 0.36-1.17-0.21-2.59-0.52 1.34-5.57 4.01-0.41 0.21 1.67-1.31 0.65-1.39 5.39-7.86-14.5 12.11 0.55-2.96-1.48 1.13-3.34 5.03-4.43 3.39-1.09-1.63 2.86-2.43 4.06-3.94 0.01-0.01-13.33 11.9-4.47 2.09-9.54 6.53 12.94-11.22-5.48 1.64 6.23-6.75-4.27 2.48-4.9 1.57 1.47-1.79 6.52-6.06 4.54-5.2-20.39 8.89 3.55 1.47-4.77 2.9-0.2 0.03-4.02 1.9-2.64-0.24-1.04 0.49-7.52 2.41-0.43-2.13-2.7 2.03-8.51 5.13-0.67-1.85-18.54 13.61 3.1-2.71-8.61 4.93-0.73 0.33-1.59 0.07-2.34 0.35-0.86 0.31-2.96 2.34-2.32 1.6 1.49-1.75 3.29-3.11 4.93-4.66-3.52 2.43-5.22 2.67-6.54 3.17 4.7-5.43 0.74-1.25-2.74-0.16 0.71-0.74 3.09-2.29 2.14-2.23-1.74 0.11-6.07 4.77-5.24 2.42 4.8-5.31-0.1-0.37-0.29-1.36-0.18-0.91 4.34-3.51-0.5-0.44-5.78 2.72 3.06-3.29-2.97 0.85-0.91 0.62-3.45 2.78-2.71 1.89 1.58-1.92 3.54-3.36 5.31-5.04-12.39 6.32 3.64-3.29-8.06 4.13 3.71-5.7-3.7 2.48-1.29-1.64-0.97-0.27-10.14 5.49-3.39-1.16 3.35-5.02-7.88 5.29-2.61-0.75-5.47 3.81 0.22-1.63-5.97 2.64 5.07-5.18 2.4-2.55-0.5-2.09-0.3 0.17-7.14 4.87-4.35 1.31-2.17 0.96-8.43 5.62-0.75-0.73l2.71-2.33z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3103" style="color:black" d="m189.88 233.47c6.83-4.72-7.11 6.88 6.21-1.27-1 1.36-4.38 3.29-3.01 4.06 2.89 1.63 5.64-4.45 8.84-4.4 5.57 0.08-17.28 13.39 4.99 0.97 1.71-0.75 3.3-2.06 5.12-2.25 1.4-0.14 2.45 2.09 3.86 2 3.52-0.2 6.89-3.15 10.37-2.46 0.81 0.15 0.26 1.91 0.39 2.87 8.13 2.83 16.14-1.24 24.42-2.64-4.82 10.25 5.49 2.55 9.53 1.1 2.51-0.17 3.62 0.78 6.5 0.29 2.39 4.41 5.36-3.58 8.72-0.18 17.17-8.07-4.85 6.38 4.89 1.47 1.47-0.2 6.44-3.03 6.12-2.39-0.62 1.25-3.71 3.44-2.5 3.19 3.3-0.67 9.02-7.89 2.83-0.65 25.52-15.75-15.46 7.87 7.45-2.95 0.9-0.61 1.79-1.21 2.68-1.82l-8.22 7.09c-0.56 0.31-1.11 0.62-1.66 0.93 4.68-5.48-1.57 2.12-3.19 1.68-9.88-2.7 10.08-5.42 1.84-3.98-7.26 3.27-0.32-1.9-7.79 2.82-1.46 0.93-3.73 4.64-4.36 2.83-0.67-1.93 2.58-2.82 3.87-4.23-13.98 7.79 9.02-10.96-8.68 1.84 5.1-8.66 2.71-0.78-3.87-0.19-1.63 0.15 3.44-2.3 3.37-4.24-0.12-3.39-8.61 8.64-7.79 4.32 1.93-6.36 0.64 0.59-4.18 0.3-2.07-0.12 19.06-18.1-6.31 2.95 1.77-1.85 5.25-2.76 5.3-5.55 0.03-2.39-3.25 3.43-5.27 3.55-1.24 0.07 2.44-4.61 1.25-4.17-7.39 2.77-6.42 6.93-6.91 1.48-3.41-0.4-6.39-1.23-9.84-0.2-4.9 1.45-9.5 7.64-14.32 5.86-1.53-0.57 1.43-3.39 2.15-5.09-2.8 0.42-9.55-0.5-10.99-0.22-2.48 0.48-5.69 5.7-7.04 3.19-2.36-4.4 14.58-11.45-0.67-4.04-2.04-5.73-20.98 12.87-10.61-0.79-13.5 8.85-3.55 0.61-6.34 1.38l2.85-2.46z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3109" style="color:black" d="m187.36 243.29c0.89-0.67 3.43-3.62 4.55 0.94 13.37-3.69 27.03-0.73 40.71-2.39 7.85 11.8-5.12-5.04 14.67 0.32 8.66 2.34-9.84 10.52 2.82 9.3 12.35-4.5 6.67-3.44 16.89-4.24 1.99 12.64 15.43-7.73 28.08 1.53l-1.53 1.38c-2.57 0.35-4.74 1.34-7.08-0.64-0.79-0.67-0.8-2.93-1.75-2.82-7.55 0.88-13.75 8.05-21.71 4.09-2.75-0.92-5.21-3.04-8.01-3.68-10.72-2.47-20.91 10.34-31.26 2.68-2.67 0.06-5.35-0.18-8 0.19-3.48 0.48-7.78 5.29-10.34 2.33-2.14-2.5 5.91-7.19 3.88-9.82-2.46-3.2-17.5 7.56-21.86 5.7-2.41-2.35 2.71-6.5-3.45-1.82l3.39-3.05z" transform="translate(10 2693.4)"/> + <path id="calligraphy-f07-fr.svgpath3175" style="color:black" d="m111.59 9.6633c0.82 0.0314 1.65 0.0498 2.47 0.0728 5.55 0.2034 11.11 0.243 16.66 0.2849 7.74 0.038 15.48-0.0233 23.22-0.057 5.4-0.1361 10.79 0.055 16.18 0.212 3.48 0.112 6.95 0.1 10.43 0.082 1.55-0.021 3.1-0.03 4.65-0.043 1.35 0.002 2.69 0.006 4.04 0.006 1.34 0.007 2.67-0.004 4.01-0.011 0.94 0.117 1.86-0.089 2.75-0.188l-5.83 4.441c-0.95 0.03-1.9 0.089-2.84 0.051-1.33-0.007-2.66-0.018-3.98-0.011-1.36 0.002-2.71 0.006-4.06 0.011-1.51-0.011-3.02-0.014-4.52-0.061-3.39-0.088-6.77-0.198-10.16-0.303-5.29-0.185-10.59-0.441-15.89-0.39-7.69-0.034-15.38-0.095-23.06-0.057-5.82 0.043-11.64 0.088-17.45 0.285-0.89 0.024-1.78 0.042-2.68 0.073l6.06-4.3977z" transform="translate(10 2693.4)"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2970.9496564000005" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2970.9496564000005" x="10">Agitation et inertie</tspan> </text> - <rect id="d0e277" display="none" height="1e3px" width="288" y="2909.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e277" display="none" height="1e3px" width="288" y="2976.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e277"/> </flowRegion> - <flowDiv xml:space="preserve">Contrairement à la largeur et à l'angle, ces deux dernier paramètres caractérisent « l'impression » laissée par l'outil plutôt que la façon dont il affecte le rendu visuel. Il n'y aura donc pas d'illustration dans cette section; à la place, essayez simplement par vous-même pour vous en faire une idée.</flowDiv> + <flowDiv xml:space="preserve">Contrairement à la largeur et à l'angle, ces deux derniers paramètres définissent la « sensation » laissée par l'outil plutôt qu'affecter son rendu visuel. Il n'y aura donc pas d'illustration dans cette section ; à la place, effectuez simplement des tests par vous-même pour vous faire une idée du fonctionnement.</flowDiv> </flowRoot> - <rect id="d0e280" display="none" height="1e3px" width="288" y="2968.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e280" display="none" height="1e3px" width="288" y="3035.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e280"/> </flowRegion> - <flowDiv xml:space="preserve">L'<flowSpan font-style="italic">agitation</flowSpan> est la résistance du papier au mouvement de la plume. La valeur par défaut est au minimum (0), et augmenter ce paramètre rend le papier glissant : si la masse est forte, la plume a tendance à partir dans des changements de directions brusques; si la masse est nulle, une agitation forte provoquera des tortillements incontrôlables de la plume.</flowDiv> + <flowDiv xml:space="preserve">L'<flowSpan font-style="italic">agitation</flowSpan> est la résistance du papier au mouvement de la plume. La valeur par défaut est au minimum (0), et augmenter ce paramètre rend le papier glissant : si la masse est forte, la plume a tendance à partir dans des changements de directions brusques ; si la masse est nulle, une agitation forte provoquera des tortillements incontrôlables de la plume.</flowDiv> </flowRoot> - <rect id="d0e286" display="none" height="1e3px" width="288" y="3039.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e286" display="none" height="1e3px" width="288" y="3106.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e286"/> </flowRegion> - <flowDiv xml:space="preserve">En physique, la <flowSpan font-style="italic">masse</flowSpan> est ce qui génère l'inertie; plus la masse de l'outil calligraphie d'Inkscape est importante, et plus celui-ci traîne derrière votre stylet (ou pointeur de souris) et lisse les changements de direction et mouvements brusques de votre tracé. Par défaut cette valeur est assez faible (2) de façon à ce que l'outil soit rapide et réactif, mais vous pouvez augmenter la masse pour obtenir une plume plus lente et douce.</flowDiv> + <flowDiv xml:space="preserve">En physique, la <flowSpan font-style="italic">masse</flowSpan> est ce qui génère l'inertie ; plus la masse de l'outil Calligraphie d'Inkscape est importante, et plus celui-ci traîne derrière votre stylet (ou pointeur de souris) et lisse les changements de direction et mouvements brusques de votre tracé. Par défaut cette valeur est assez faible (2) de façon à ce que l'outil soit rapide et réactif, mais vous pouvez augmenter la masse pour obtenir une plume plus lente et douce.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3134.176996400001" x="10" font-family="Sans" fill="#000000"> - <tspan y="3134.176996400001" x="10">Exemples de calligraphies</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3201.178565400001" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3201.178565400001" x="10">Exemples de calligraphies</tspan> </text> - <rect id="d0e298" display="none" height="1e3px" width="288" y="3139.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e298" display="none" height="1e3px" width="288" y="3206.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e298"/> </flowRegion> <flowDiv xml:space="preserve">Maintenant que vous connaissez les possibilités de base de l'outil, vous pouvez essayer de produire de vraies calligraphies. Si vous êtes débutant dans cette discipline, procurez-vous un bon livre sur la calligraphie et étudiez-le avec Inkscape. Cette section vous montrera juste quelques exemples simples.</flowDiv> </flowRoot> - <rect id="d0e301" display="none" height="1e3px" width="288" y="3200.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e301" display="none" height="1e3px" width="288" y="3267.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e301"/> </flowRegion> <flowDiv xml:space="preserve">Tout d'abord pour tracer des lettres, vous avez besoin d'une paire de règles pour vous guider. Si vous devez avoir une écriture inclinée ou cursive, ajoutez aussi des guides inclinés en travers des deux règles horizontales. Par exemple :</flowDiv> </flowRoot> - <path id="calligraphy-f08-fr.svgpath3323" d="m10.513 15.8h290.3" display="block" transform="translate(10 3257.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f08-fr.svgpath3324" d="m10.513 44.257h290.3" display="block" transform="translate(10 3257.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f08-fr.svgpath8580" style="color:#000000" d="m141.27 60.735l16.19-60.437" display="block" transform="translate(10 3257.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f08-fr.svgpath8581" style="color:#000000" d="m166.27 60.735l16.19-60.437" display="block" transform="translate(10 3257.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f08-fr.svgpath8582" style="color:#000000" d="m191.27 60.735l16.19-60.437" display="block" transform="translate(10 3257.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f08-fr.svgpath8583" style="color:#000000" d="m216.27 60.735l16.19-60.437" display="block" transform="translate(10 3257.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f08-fr.svgpath8584" style="color:#000000" d="m241.27 60.735l16.19-60.437" display="block" transform="translate(10 3257.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f08-fr.svgpath8585" style="color:#000000" d="m266.27 60.735l16.19-60.437" display="block" transform="translate(10 3257.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <rect id="d0e314" display="none" height="1e3px" width="288" y="3330.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="calligraphy-f08-fr.svgpath3323" d="m10.513 15.8h290.3" display="block" transform="translate(10 3324.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f08-fr.svgpath3324" d="m10.513 44.257h290.3" display="block" transform="translate(10 3324.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f08-fr.svgpath8580" style="color:#000000" d="m141.27 60.735l16.19-60.437" display="block" transform="translate(10 3324.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f08-fr.svgpath8581" style="color:#000000" d="m166.27 60.735l16.19-60.437" display="block" transform="translate(10 3324.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f08-fr.svgpath8582" style="color:#000000" d="m191.27 60.735l16.19-60.437" display="block" transform="translate(10 3324.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f08-fr.svgpath8583" style="color:#000000" d="m216.27 60.735l16.19-60.437" display="block" transform="translate(10 3324.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f08-fr.svgpath8584" style="color:#000000" d="m241.27 60.735l16.19-60.437" display="block" transform="translate(10 3324.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f08-fr.svgpath8585" style="color:#000000" d="m266.27 60.735l16.19-60.437" display="block" transform="translate(10 3324.8)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <rect id="d0e314" display="none" height="1e3px" width="288" y="3397.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e314"/> </flowRegion> <flowDiv xml:space="preserve">Ensuite le zoom devra être réglé de telle sorte que la hauteur entre les règles corresponde à votre amplitude naturelle de mouvement de main. Ajustez les paramètres largeur et angle, et c'est parti !</flowDiv> </flowRoot> - <rect id="d0e317" display="none" height="1e3px" width="288" y="3369.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e317" display="none" height="1e3px" width="288" y="3436.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e317"/> </flowRegion> - <flowDiv xml:space="preserve">La première chose que vous devriez faire en tant que calligraphe débutant est de vous entraîner à dessiner les éléments de base des lettres — des traits horizontaux et verticaux, des tracés ronds et des traits inclinés. Voici quelques éléments de lettres pour l'écriture onciale :</flowDiv> - </flowRoot> - <path id="calligraphy-f09-fr.svgpath8610" d="m10.513 1.4559h290.3" display="block" transform="translate(10 3436.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f09-fr.svgpath8611" d="m10.513 29.913h290.3" display="block" transform="translate(10 3436.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f09-fr.svgpath8631" d="m28.442 4.8689c5.087-5.4229 10.288-7.0634 10.025 0.7726-0.092 5.9105-0.936 11.822-0.548 17.732 0.431 2.413 0.39 5.042 3.359 4.222 5.238-2.893-6.553 4.514-0.972-0.118l5.917-2.413c-3.013 2.668-6.826 4.113-10.572 5.56-3.052 0.568-3.131-2.153-3.563-4.634-0.402-5.92 0.438-11.839 0.538-17.758 0.242-6.5974-4.123-3.8738 3.218-7.2488 0.613-0.2819-2.159 0.9679-1.564 1.2854l-5.838 2.5993z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8642" d="m43.085 3.1675c5.029-2.6743 7.801-5.5588 10.236 0.0497 1.726 5.2046 0.957 10.78 0.864 16.165 0.181 2.744-0.651 5.951 0.584 8.329 2.574 0.536 5.818-1.506-3.001 2.289-1.9 0.818 3.223-2.623 4.597-4.169l5.91-2.432c-3.082 3.522-8.3 8.643-13.244 7.124-1.617-2.281-0.349-5.856-0.686-8.546 0.09-5.353 0.866-10.897-0.823-16.075-2.292-5.2865-7.702-0.9292 1.401-5.3338l-5.838 2.5993z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8644" d="m58.728 5.594c1.01-2.7917 8.7-7.3762 10.789-3.8006 1.195 4.7495 0.688 9.6466 0.492 14.474 0.014 2.959 0.09 5.898-0.069 8.852-0.979 3.346 4.543 1.249 3.903 1.587-8.82 4.649-4.895 2.606-2.966 1.13 2.352-2.079-0.562 0.545 1.547-1.503l5.817-2.647c-2.082 2.1 0.795-0.576-1.53 1.543-2.399 1.891-11.856 9.037-12.51 2.701 0.144-2.954 0.107-5.893 0.069-8.853 0.186-4.793 0.707-9.6475-0.442-14.372-1.713-2.889-9.439 2.5572 1.488-3.0056 0.407-0.207-1.273 0.8818-0.856 1.068l-5.732 2.8266z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8647" d="m88.988 3.5669h13.962c3.4 0.0526 6.75-1.0978 10.1-0.538l-5.68 2.9135c-3.36-0.4316-6.7 0.6614-10.08 0.5852h-13.965l5.663-2.9607z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8651" d="m88.332 8.4479c4.293 0.9962 8.782 0.3496 13.138 0.0215 3.29-0.2538 6.6-0.3486 9.9-0.3741l-5.67 2.9617c-3.3 0.032-6.592 0.133-9.881 0.39-4.379 0.329-8.824 0.897-13.15-0.038l5.663-2.9611z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8654" d="m87.942 14.723c3.562 0.134 7.098-0.197 10.648-0.427 3.88-0.289 7.77-0.157 11.65-0.44l-5.65 2.977c-3.88 0.271-7.777 0.136-11.656 0.439-3.551 0.235-7.092 0.539-10.655 0.412l5.663-2.961z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8656" d="m86.938 20.302h8.441c3.9-0.105 7.821 0.209 11.711-0.169 1.46-0.132 2.92-0.156 4.39-0.177l-5.67 2.964c-1.46 0.025-2.92 0.054-4.38 0.195-3.887 0.355-7.812 0.036-11.714 0.147h-8.441l5.663-2.96z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8668" d="m130.55 5.003c-2.86-0.364-11.77 3.1282-2-0.5935 0.51-0.194-0.94 0.5466-1.4 0.8466-1.47 0.9694-2.71 2.0912-3.95 3.3363-5.49 6.2106-4.63 15.432 3.43 18.657-2.72 3.812 16.46-2.642 12.96-1.221-7.97 3.241-3.19 1.21-1.11-0.424l5.79-2.701c-6.46 5.084-15.13 9.42-23.43 7.047-8.06-3.225-8.92-12.446-3.43-18.657 4.89-4.9189 11.93-8.8025 18.93-8.9908l-5.79 2.7008z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8671" d="m151.47 3.6085c-2.72-0.0444-9.78 3.0733 0.19-1.0704 0.37-0.1531-0.69 0.3941-1.03 0.6108-1.44 0.93-2.67 2.0701-3.86 3.2884-4.68 4.5667-5.34 11.204-0.88 16.1 4.3 4.731 10.11 4.654 15.94 3.481 2.32-0.439 8.75-3.028-0.95 1.062-1.61 0.679 2.81-2.135 3.9-3.496l5.79-2.7c-3.54 4.412-9.13 6.51-14.53 7.835-5.83 1.173-11.64 1.249-15.94-3.481-4.46-4.896-3.8-11.533 0.87-16.1 4.26-4.3395 10.22-7.6531 16.29-8.2303l-5.79 2.7008z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8700" d="m152.25 8.0156c3.63-6.2319 15.31-8.2112 21.94-6.2059 7.9 4.4498 7.17 17.466 0.82 22.962-4.61 2.72-9.52 5.15-14.76 6.259l5.79-2.701c10-2.113-6.15 3.298 3.18-0.857 6.35-5.496 7.07-18.513-0.82-22.962-3.07-0.9302-6.07-0.972-9.23-0.381-1.05 0.1975-4.05 1.3409-3.12 0.8136 9.12-5.1376 2.85-1.9127 1.99 0.3712l-5.79 2.7008z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8705" d="m174.95 7.3185c6.25-7.1109 20.64-9.6534 27.45-2.0885 8.01 13.572-5.76 22.718-17.98 24.819-1.72 0.234-3.4 0.095-5.1-0.212l5.8-2.7c1.69 0.306 3.37 0.445 5.09 0.211 1.47-0.253 5.54-1.947 4.37-1.014-1.08 0.862-2.44 1.301-3.7 1.841-3.45 1.466 4.45-2.192 6.42-5.5 2.67-4.483 1.88-10.446-0.69-14.744-3.24-3.6063-7.44-4.7606-12.24-4.4726-1.45 0.087-5.41 1.6054-4.31 0.6547 1.17-1.0121 2.75-1.4279 4.09-2.1876 1.26-0.7109-4.66 1.9724-3.4 2.6922l-5.8 2.7008z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8711" d="m214 6.7046c3.51-2.7111 9.01-8.0683 12.47-3.7249 2.59 4.4358 3.2 9.6463 4.74 14.495 0.72 2.704 2.13 5.133 3.39 7.606-0.93 2.661 4.22 2.169 3.8 2.371-9.13 4.345-5.13 2.475-3.13 1.07l0.96-0.726 5.8-2.7c-0.33 0.242-0.65 0.483-0.97 0.725-3.55 2.504-10.32 7.893-12.25 1.961-1.26-2.473-2.67-4.902-3.39-7.606-1.54-4.849-2.16-10.06-4.74-14.496-0.7-0.8855-4.08-0.9847-3.06-1.476 9.96-4.7933 4.17-2.2166 2.17-0.2002l-5.79 2.7008z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8713" d="m237.92 4.3941c-13.77 6.8489 1.62-4.9758 4.47-2.5521 3.15 3.6062 3.38 8.179 4.72 12.538 1.43 3.31 2.72 6.684 4.09 10.022 1.7 5.7 12.34-0.596 1.89 4.235l0.75-0.513 5.79-2.701-0.75 0.513c-3.48 1.633-11.15 7.092-13.47 1.167-1.37-3.338-2.66-6.712-4.09-10.023-1.34-4.358-1.58-8.9311-4.72-12.537-2.35-1.9975-2.93-0.1845 4-3.3564 0.17-0.0792-11.41 9.3044-8.47 5.9083l5.79-2.7008z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8725" d="m269.05 5.3873c2.1-2.0986 10.45-7.2855 10.2-2.8943-1.99 5.9246-4.93 11.628-8.52 16.724-1.84 2.52-3.71 5.101-5.25 7.799 1.73 1.173 4.67-0.56 6.57-1.342l-5.79 2.746c-1.9 0.783-4.84 2.516-6.57 1.343 1.54-2.698 3.41-5.279 5.24-7.799 3.6-5.096 6.53-10.8 8.53-16.724 0.04-0.8717-3.01-0.9189-2.24-1.3007 9.54-4.7197 5.48-2.9735 3.62-1.2989l-5.79 2.7469z" transform="translate(10 3436.9)" display="block"/> - <path id="calligraphy-f09-fr.svgpath8727" d="m280.52 5.4551c2.1-2.633 7.05-5.9631 9.47-4.456-1.8 7.1986-7.38 13.179-11.15 19.461-0.87 2.437-5.43 7.541-0.6 6.049 0.9-0.133 1.73-0.456 2.57-0.799l-5.68 3.035c-0.84 0.343-1.67 0.666-2.57 0.799-4.83 1.492-0.27-3.612 0.6-6.05 3.77-6.281 9.36-12.261 11.15-19.46-0.61-0.3801-2.76 0.329-2.14-0.0186 9.3-5.1467 5.52-3.6581 4.03-1.5951l-5.68 3.0348z" transform="translate(10 3436.9)" display="block"/> - <rect id="d0e330" display="none" height="1e3px" width="288" y="3479.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowDiv xml:space="preserve">La première chose que vous devriez faire en tant que calligraphe débutant est probablement de vous entraîner à dessiner les éléments de base des lettres — des traits horizontaux et verticaux, des tracés ronds et des traits inclinés. Voici quelques éléments de lettres pour l'écriture onciale :</flowDiv> + </flowRoot> + <path id="calligraphy-f09-fr.svgpath8610" d="m10.513 1.4559h290.3" display="block" transform="translate(10 3503.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f09-fr.svgpath8611" d="m10.513 29.913h290.3" display="block" transform="translate(10 3503.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f09-fr.svgpath8631" d="m28.442 4.8689c5.087-5.4229 10.288-7.0634 10.025 0.7726-0.092 5.9105-0.936 11.822-0.548 17.732 0.431 2.413 0.39 5.042 3.359 4.222 5.238-2.893-6.553 4.514-0.972-0.118l5.917-2.413c-3.013 2.668-6.826 4.113-10.572 5.56-3.052 0.568-3.131-2.153-3.563-4.634-0.402-5.92 0.438-11.839 0.538-17.758 0.242-6.5974-4.123-3.8738 3.218-7.2488 0.613-0.2819-2.159 0.9679-1.564 1.2854l-5.838 2.5993z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8642" d="m43.085 3.1675c5.029-2.6743 7.801-5.5588 10.236 0.0497 1.726 5.2046 0.957 10.78 0.864 16.165 0.181 2.744-0.651 5.951 0.584 8.329 2.574 0.536 5.818-1.506-3.001 2.289-1.9 0.818 3.223-2.623 4.597-4.169l5.91-2.432c-3.082 3.522-8.3 8.643-13.244 7.124-1.617-2.281-0.349-5.856-0.686-8.546 0.09-5.353 0.866-10.897-0.823-16.075-2.292-5.2865-7.702-0.9292 1.401-5.3338l-5.838 2.5993z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8644" d="m58.728 5.594c1.01-2.7917 8.7-7.3762 10.789-3.8006 1.195 4.7495 0.688 9.6466 0.492 14.474 0.014 2.959 0.09 5.898-0.069 8.852-0.979 3.346 4.543 1.249 3.903 1.587-8.82 4.649-4.895 2.606-2.966 1.13 2.352-2.079-0.562 0.545 1.547-1.503l5.817-2.647c-2.082 2.1 0.795-0.576-1.53 1.543-2.399 1.891-11.856 9.037-12.51 2.701 0.144-2.954 0.107-5.893 0.069-8.853 0.186-4.793 0.707-9.6475-0.442-14.372-1.713-2.889-9.439 2.5572 1.488-3.0056 0.407-0.207-1.273 0.8818-0.856 1.068l-5.732 2.8266z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8647" d="m88.988 3.5669h13.962c3.4 0.0526 6.75-1.0978 10.1-0.538l-5.68 2.9135c-3.36-0.4316-6.7 0.6614-10.08 0.5852h-13.965l5.663-2.9607z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8651" d="m88.332 8.4479c4.293 0.9962 8.782 0.3496 13.138 0.0215 3.29-0.2538 6.6-0.3486 9.9-0.3741l-5.67 2.9617c-3.3 0.032-6.592 0.133-9.881 0.39-4.379 0.329-8.824 0.897-13.15-0.038l5.663-2.9611z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8654" d="m87.942 14.723c3.562 0.134 7.098-0.197 10.648-0.427 3.88-0.289 7.77-0.157 11.65-0.44l-5.65 2.977c-3.88 0.271-7.777 0.136-11.656 0.439-3.551 0.235-7.092 0.539-10.655 0.412l5.663-2.961z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8656" d="m86.938 20.302h8.441c3.9-0.105 7.821 0.209 11.711-0.169 1.46-0.132 2.92-0.156 4.39-0.177l-5.67 2.964c-1.46 0.025-2.92 0.054-4.38 0.195-3.887 0.355-7.812 0.036-11.714 0.147h-8.441l5.663-2.96z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8668" d="m130.55 5.003c-2.86-0.364-11.77 3.1282-2-0.5935 0.51-0.194-0.94 0.5466-1.4 0.8466-1.47 0.9694-2.71 2.0912-3.95 3.3363-5.49 6.2106-4.63 15.432 3.43 18.657-2.72 3.812 16.46-2.642 12.96-1.221-7.97 3.241-3.19 1.21-1.11-0.424l5.79-2.701c-6.46 5.084-15.13 9.42-23.43 7.047-8.06-3.225-8.92-12.446-3.43-18.657 4.89-4.9189 11.93-8.8025 18.93-8.9908l-5.79 2.7008z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8671" d="m151.47 3.6085c-2.72-0.0444-9.78 3.0733 0.19-1.0704 0.37-0.1531-0.69 0.3941-1.03 0.6108-1.44 0.93-2.67 2.0701-3.86 3.2884-4.68 4.5667-5.34 11.204-0.88 16.1 4.3 4.731 10.11 4.654 15.94 3.481 2.32-0.439 8.75-3.028-0.95 1.062-1.61 0.679 2.81-2.135 3.9-3.496l5.79-2.7c-3.54 4.412-9.13 6.51-14.53 7.835-5.83 1.173-11.64 1.249-15.94-3.481-4.46-4.896-3.8-11.533 0.87-16.1 4.26-4.3395 10.22-7.6531 16.29-8.2303l-5.79 2.7008z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8700" d="m152.25 8.0156c3.63-6.2319 15.31-8.2112 21.94-6.2059 7.9 4.4498 7.17 17.466 0.82 22.962-4.61 2.72-9.52 5.15-14.76 6.259l5.79-2.701c10-2.113-6.15 3.298 3.18-0.857 6.35-5.496 7.07-18.513-0.82-22.962-3.07-0.9302-6.07-0.972-9.23-0.381-1.05 0.1975-4.05 1.3409-3.12 0.8136 9.12-5.1376 2.85-1.9127 1.99 0.3712l-5.79 2.7008z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8705" d="m174.95 7.3185c6.25-7.1109 20.64-9.6534 27.45-2.0885 8.01 13.572-5.76 22.718-17.98 24.819-1.72 0.234-3.4 0.095-5.1-0.212l5.8-2.7c1.69 0.306 3.37 0.445 5.09 0.211 1.47-0.253 5.54-1.947 4.37-1.014-1.08 0.862-2.44 1.301-3.7 1.841-3.45 1.466 4.45-2.192 6.42-5.5 2.67-4.483 1.88-10.446-0.69-14.744-3.24-3.6063-7.44-4.7606-12.24-4.4726-1.45 0.087-5.41 1.6054-4.31 0.6547 1.17-1.0121 2.75-1.4279 4.09-2.1876 1.26-0.7109-4.66 1.9724-3.4 2.6922l-5.8 2.7008z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8711" d="m214 6.7046c3.51-2.7111 9.01-8.0683 12.47-3.7249 2.59 4.4358 3.2 9.6463 4.74 14.495 0.72 2.704 2.13 5.133 3.39 7.606-0.93 2.661 4.22 2.169 3.8 2.371-9.13 4.345-5.13 2.475-3.13 1.07l0.96-0.726 5.8-2.7c-0.33 0.242-0.65 0.483-0.97 0.725-3.55 2.504-10.32 7.893-12.25 1.961-1.26-2.473-2.67-4.902-3.39-7.606-1.54-4.849-2.16-10.06-4.74-14.496-0.7-0.8855-4.08-0.9847-3.06-1.476 9.96-4.7933 4.17-2.2166 2.17-0.2002l-5.79 2.7008z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8713" d="m237.92 4.3941c-13.77 6.8489 1.62-4.9758 4.47-2.5521 3.15 3.6062 3.38 8.179 4.72 12.538 1.43 3.31 2.72 6.684 4.09 10.022 1.7 5.7 12.34-0.596 1.89 4.235l0.75-0.513 5.79-2.701-0.75 0.513c-3.48 1.633-11.15 7.092-13.47 1.167-1.37-3.338-2.66-6.712-4.09-10.023-1.34-4.358-1.58-8.9311-4.72-12.537-2.35-1.9975-2.93-0.1845 4-3.3564 0.17-0.0792-11.41 9.3044-8.47 5.9083l5.79-2.7008z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8725" d="m269.05 5.3873c2.1-2.0986 10.45-7.2855 10.2-2.8943-1.99 5.9246-4.93 11.628-8.52 16.724-1.84 2.52-3.71 5.101-5.25 7.799 1.73 1.173 4.67-0.56 6.57-1.342l-5.79 2.746c-1.9 0.783-4.84 2.516-6.57 1.343 1.54-2.698 3.41-5.279 5.24-7.799 3.6-5.096 6.53-10.8 8.53-16.724 0.04-0.8717-3.01-0.9189-2.24-1.3007 9.54-4.7197 5.48-2.9735 3.62-1.2989l-5.79 2.7469z" transform="translate(10 3503.9)" display="block"/> + <path id="calligraphy-f09-fr.svgpath8727" d="m280.52 5.4551c2.1-2.633 7.05-5.9631 9.47-4.456-1.8 7.1986-7.38 13.179-11.15 19.461-0.87 2.437-5.43 7.541-0.6 6.049 0.9-0.133 1.73-0.456 2.57-0.799l-5.68 3.035c-0.84 0.343-1.67 0.666-2.57 0.799-4.83 1.492-0.27-3.612 0.6-6.05 3.77-6.281 9.36-12.261 11.15-19.46-0.61-0.3801-2.76 0.329-2.14-0.0186 9.3-5.1467 5.52-3.6581 4.03-1.5951l-5.68 3.0348z" transform="translate(10 3503.9)" display="block"/> + <rect id="d0e330" display="none" height="1e3px" width="288" y="3546.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e330"/> </flowRegion> <flowDiv xml:space="preserve">Plusieurs astuces utiles :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3502.1)"/> - <rect id="d0e336" display="none" height="1e3px" width="258" y="3496.1" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3569.1)"/> + <rect id="d0e336" display="none" height="1e3px" width="258" y="3563.1" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e336"/> </flowRegion> <flowDiv xml:space="preserve">Si votre main est confortablement installée sur la tablette, ne la déplacez pas. Faites plutôt défiler le canevas (touches <flowSpan font-weight="bold">Ctrl+flèche</flowSpan>) avec votre main gauche après avoir fini chaque lettre.</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3550.6)"/> - <rect id="d0e343" display="none" height="1e3px" width="258" y="3544.6" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3617.5)"/> + <rect id="d0e343" display="none" height="1e3px" width="258" y="3611.5" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e343"/> </flowRegion> - <flowDiv xml:space="preserve">Si votre dernier coup de plume est mauvais, annulez le (<flowSpan font-weight="bold">Ctrl+Z</flowSpan>). Cependant, si sa forme est bonne, mais que la position et la taille doivent être légèrement rectifiées, il vaut mieux utiliser le sélecteur temporairement (<flowSpan font-weight="bold">espace</flowSpan>) et opérer les déplacement/redimensionnement/rotation nécessaires (en utilisant la souris ou le clavier), puis appuyer sur <flowSpan font-weight="bold">espace</flowSpan> de nouveau pour revenir à l'outil calligraphie.</flowDiv> + <flowDiv xml:space="preserve">Si votre dernier coup de plume est mauvais, annulez-le (<flowSpan font-weight="bold">Ctrl+Z</flowSpan>). Cependant, si sa forme est bonne, mais que la position et la taille doivent être légèrement rectifiées, il vaut mieux utiliser le Sélecteur temporairement (<flowSpan font-weight="bold">espace</flowSpan>) et opérer les déplacement/redimensionnement/rotation nécessaires (en utilisant la souris ou le clavier), puis appuyer sur <flowSpan font-weight="bold">espace</flowSpan> de nouveau pour reprendre l'outil Calligraphie.</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3632.3)"/> - <rect id="d0e356" display="none" height="1e3px" width="258" y="3626.3" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3699.2)"/> + <rect id="d0e356" display="none" height="1e3px" width="258" y="3693.2" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e356"/> </flowRegion> - <flowDiv xml:space="preserve">Quand vous avez fini un mot, passez au sélecteur de nouveau pour ajuster l'uniformité des traits et l'inter-lettrage. N'en faites pas trop cependant; une belle calligraphie doit garder le côté légèrement irrégulier d'une écriture manuscrite; chaque coup de plume doit être original.</flowDiv> + <flowDiv xml:space="preserve">Quand vous avez fini un mot, passez de nouveau au Sélecteur pour ajuster l'uniformité des traits et l'inter-lettrage. N'en faites pas trop cependant ; une belle calligraphie doit garder le côté légèrement irrégulier d'une écriture manuscrite. Résistez à la tentation de dupliquer des lettres et des morceaux de lettres ; chaque coup de plume doit être original.</flowDiv> </flowRoot> - <rect id="d0e360" display="none" height="1e3px" width="288" y="3687.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e360" display="none" height="1e3px" width="288" y="3764.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e360"/> </flowRegion> - <flowDiv xml:space="preserve">Et voici quelques exemples de lettrages complets</flowDiv> - </flowRoot> - <path id="calligraphy-f10-fr.svgpath10059" d="m10.513 15.825h290.3" display="block" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f10-fr.svgpath10060" d="m10.513 44.282h290.3" display="block" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f10-fr.svgpath10134" d="m10.513 90.825h290.3" display="block" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f10-fr.svgpath10135" d="m10.513 119.28h290.3" display="block" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f10-fr.svgpath10280" d="m10.513 185.82h290.3" display="block" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f10-fr.svgpath10281" d="m10.513 214.28h290.3" display="block" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f10-fr.svgpath10452" d="m10.513 270.82h290.3" display="block" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f10-fr.svgpath10453" d="m10.513 299.28h290.3" display="block" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> - <text id="calligraphy-f10-fr.svgtext10638" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3712.9)" sodipodi:linespacing="120.00000%" font-size="6" y="4.5585475" x="141.33449" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10639" sodipodi:role="line" x="141.33449" y="4.5585475">Écriture onciale</tspan></text> - <text id="calligraphy-f10-fr.svgtext10644" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3712.9)" sodipodi:linespacing="120.00000%" font-size="6" y="79.558548" x="134.52438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10645" sodipodi:role="line" x="134.52438" y="79.558548">Écriture carolingienne (minuscule Caroline)</tspan></text> - <text id="calligraphy-f10-fr.svgtext10648" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3712.9)" sodipodi:linespacing="120.00000%" font-size="6" y="172.05855" x="141.78998" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10649" sodipodi:role="line" x="141.78998" y="172.05855">Écriture gothique</tspan></text> - <text id="calligraphy-f10-fr.svgtext10652" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3712.9)" sodipodi:linespacing="120.00000%" font-size="6" y="257.05853" x="139.54298" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10653" sodipodi:role="line" x="139.54298" y="257.05853">Écriture bâtarde</tspan></text> - <path id="calligraphy-f10-fr.svgpath10657" d="m57.076 430.38h213.69" display="block" sodipodi:nodetypes="cc" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.65820036 1.9746010" stroke-width=".65820" sodipodi:insensitive="true" fill="none"/> - <path id="calligraphy-f10-fr.svgpath10658" d="m57.075 461.87h213.7" display="block" sodipodi:nodetypes="cc" transform="translate(10 3712.9)" stroke="#aeaeae" stroke-dasharray="0.65820036 1.9746010" stroke-width=".65820" sodipodi:insensitive="true" fill="none"/> - <text id="calligraphy-f10-fr.svgtext10681" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3712.9)" sodipodi:linespacing="120.00000%" font-size="6" y="359.55853" x="124.28999" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10682" sodipodi:role="line" x="124.28999" y="359.55853">Écriture italique florissante</tspan></text> - <path id="calligraphy-f10-fr.svgpath10071" d="m56.566 28.63c12.545-7.048-5.072 5.5-7.647 10.139-1.877 4.847 5.578 1.714 5.35 1.806-9.236 3.702 1.244-1.941 3.786-4.247 0.395-0.382 0.791-0.765 1.186-1.147l5.912-2.757c-0.395 0.382-0.79 0.765-1.186 1.148-4.173 3.783-20.211 16.539-20.96 7.954 4.066-7.324 12.118-12.278 19.471-15.653l-5.912 2.757z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10086" d="m45.263 21.47c2.914-4.191 10.292-8.167 14.4-3.949 5.017 6.646 6.851 14.929 9.933 22.522-0.295 3.139 6.287 0.048 5.075 0.624-9.182 4.37-5.447 2.58-3.345 1.301l5.912-2.757c-2.739 1.666-10.917 7.983-13.555 3.589-3.081-7.593-4.915-15.876-9.933-22.522-1.291-1.326-7.021-0.635-5.36-1.452 9.886-4.856 4.044-2.525 2.785-0.113l-5.912 2.757z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10102" d="m122.06 18.373c-2.93-0.309-11.85 3.332-1.6-0.87 1.77-0.724-2.96 2.549-4.16 4.107-5.97 8.607-0.53 17.464 8.19 19.846-1 1.959 11.43-2.08 10.02-1.438-8.13 3.694-3.74 1.697-1.65-0.148l5.79-2.873c-5.4 4.777-12.81 8.586-19.95 7.332-8.72-2.382-14.16-11.239-8.2-19.846 4.13-5.357 10.86-8.798 17.36-8.983l-5.8 2.873z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10103" d="m124.89 15.5c3.29 0.4 6.64 0.545 9.96 0.66 1.83-0.104 3.6 0.31 5.39 0.61l-5.79 2.701c-1.79-0.301-3.56-0.715-5.39-0.61-3.33-0.115-6.67-0.261-9.97-0.661l5.8-2.7z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10106" d="m133.22 18.993v-0.016c1.9-0.938 3.78-1.928 5.7-2.814 1.23-0.566-0.37 2.687-0.46 4.039-0.26 4.254-0.3 8.527-0.44 12.788-0.63 8.707-0.6 17.39-0.11 26.096 0.23 1.997-0.4 4.236 0.48 5.704-8.32 4.897-3.41 1.494 0.14-0.936l5.69-2.896c-3.72 2.551-7.12 5.261-11.53 6.729-0.87-1.468-0.25-3.707-0.48-5.704-0.48-8.707-0.52-17.389 0.11-26.097 0.28-8.503-2.38-16.432 6.6-19.789l-5.7 2.896z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10119" d="m144.58 20.053c3.18-2.209 8.25-4.575 11.19-3.988-3.2 5.245-5.8 10.465-5.9 16.842 0.41 9.359 9.82 9.73 16.42 7.094 6.07-4.059-6.91 4.724 2.57-2.216l5.79-2.804c-4.4 3.215-9.22 5.607-14.15 7.824-6.6 2.637-16.02 2.266-16.42-7.093 0.1-6.377 2.7-11.598 5.9-16.842-4.05-0.81-6.6 2.242 0.39-1.622l-5.79 2.805z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10120" d="m170.33 16.195c1.44-0.014 2.8-0.577 4.15-1.019 1.7 1.369 1.14 4.79 1.18 7.048-0.05 3.785 0.37 7.587 0.15 11.369-0.08 2.237-0.2 4.455-0.39 6.682 0.01 0.471-0.04 0.939-0.06 1.409l-5.73 2.829c0.02-0.469 0.07-0.938 0.06-1.409 0.19-2.226 0.31-4.444 0.39-6.682 0.22-3.782-0.2-7.583-0.15-11.369-0.04-2.258 0.52-5.679-1.18-7.048-1.35 0.443-2.71 1.005-4.15 1.019l5.73-2.829z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10125" d="m186.03 17.94c-14.66 6.79-0.05 0.024 0.39-0.198 1.78-0.898-3.61 1.681-5.42 2.5-2.3 1.036 4.55-2.162 6.83-3.222 1.72-0.796-6.86 3.151-5.13 2.389 3.34-1.476 7.54-4.672 11.44-3.185 2.99 2.646 4.35 6.638 5.84 10.244 1.49 3.854 3.3 7.562 5.02 11.313 1.35 3.556 3.04 4.33 6.7 2.924 3.96-2.436-7.11 4.479-2.14 0.493l5.79-2.7c-2.79 2.24-6.18 3.462-9.44 4.907-3.66 1.407-5.35 0.633-6.7-2.924-1.72-3.75-3.53-7.458-5.02-11.312-1.49-3.606-2.85-7.599-5.84-10.244-1.53-0.584-6.39 0.917-4.92 0.183 2.72-1.361 12.44-5.803-1.39 0.613-1.74 0.807 3.47-1.641 5.21-2.441 2.23-1.02-4.43 2.059-6.62 3.162-0.44 0.224 15.92-7.456-0.4 0.199l5.8-2.701z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10128" d="m195.49 28.425c0-0.009-1.41 0.771-1.41 0.769 11.71-7.73-4.54 3.392-7.47 7.035-4.94 8.515 7.92 1.307 11.01-0.446 5.28-3.605-6.7 5.061-1.87 0.936l5.8-3.809c-3.03 2.583-6.41 4.592-9.73 6.683-3.08 1.752-15.95 8.96-11 0.446 5.35-6.668 13.61-10.972 20.46-15.424l-5.79 3.81z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10130" d="m229.6 45.031c-3.54 0.053-7.11 0.281-10.17-1.781-5.89-4.452-5.44-10.632-3.43-17.005 3.6-7.759 15.08-11.83 23.37-11.009 5.58 0.962 8.13 5.238 8.82 10.44 0.41 5.416 0.09 10.84 0.26 16.268l-5.53 2.58c-0.18-5.428 0.15-10.851-0.26-16.268-0.7-5.201-3.24-9.478-8.82-10.439-9.33-0.924-8.25-1.074-12.31 5.847-2.01 6.374-2.46 12.553 3.44 17.006 3.06 2.062 6.62 1.834 10.17 1.781l-5.54 2.58z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10133" d="m242.97 27.259c1.02-4.275 5.02-8.063 8.84-10.053 9.52-6.146 20.14-1.19 22.4 9.973 0.98 10.61-5.37 14.217-13.98 17.744l5.54-2.58c0.23-0.023 0.47-0.046 0.7-0.069-1.56 0.775-3.12 1.55-4.68 2.325-1.07 0.527 2.1-1.189 2.94-2.043 3.22-3.307 4.2-8.351 3.95-12.797-1.05-5.178-5.26-10.132-9.98-12.529-2.99-1.518-6.49 0.047-5.57-0.526 1.33-0.831 2.81-1.385 4.21-2.078-3.82 1.99-7.81 5.778-8.84 10.053l-5.53 2.58z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10157" d="m40.751 96.808c12.003-10.547 18.807-7.751 23.457 2.133 2.906 5.939 5.364 14.889 12.816 16.549l-10.49 4.5c-7.453-1.66-9.911-10.61-12.816-16.55-1.374-2.92-2.845-6.117-5.468-8.071-0.89-0.663-4.465-0.426-3.299-1.021 3.101-1.584 6.308-2.859 9.468-4.267 1.16-0.517-4.232 1.857-3.177 2.225l-10.491 4.502z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10158" d="m60.484 99.139c-5.016 4.191-10.338 8.261-14.311 13.511-2.045 6.77 11.148 0.49 11.031 0.54-14.379 6.54 0.61-1.59 3.878-4.2l9.653-4.5c-4.791 3.83-36.041 23.5-34.215 12.66 3.973-5.25 9.295-9.32 14.311-13.51l9.653-4.501z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10160" d="m76.131 105.67c5.607-4.91 16.259-6.145 25.359-7.431 3.75-0.515 1.95-0.272 5.4-0.731l-9.065 4.622c-3.456 0.46-1.655 0.21-5.402 0.73-6.312 0.89-29.02 6.17-7.222-1.81l-9.07 4.62z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10168" d="m90.443 103.47c-0.368-3.45-0.08-6.437-3.712-7.587 0.472-1.773-6.528 2.028-5.025 1.219 15.482-8.331-0.45-1.078 3.732 10.348 3.86 7.16 12.362 8.9 18.772 7.64 1.62-0.31 6.06-2.43 4.65-1.61-2.28 1.33-4.65 2.48-6.98 3.71l9.07-4.91c-8.81 4.83-25.71 15.31-34.581 0.08-4.569-12.482 10.267-21.053 19.432-21.387 3.632 1.15 3.344 4.136 3.712 7.584l-9.07 4.913z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10170" d="m124.18 96.235c-2.99-1.721-6.64-1.864-10-1.438 0.79-0.566-2.57 0.791-1.96 0.501 15.75-7.511 4.37-2.057 3.42 6.422 0.14 6.96 5.13 11.4 11.54 12.71 4.56 0.82 9.11 0.8 13.44-0.94l-9.65 4.51c-4.34 1.73-8.88 1.75-13.45 0.93-6.4-1.31-11.39-5.75-11.54-12.71 1.04-9.195 8.88-14.443 17.85-15.924 3.36-0.426 7.01-0.283 10 1.438l-9.65 4.501z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10196" d="m131.54 94.102c3.21-1.478 6.38-3.017 9.61-4.434 0.62-0.271-0.54 1.234-0.76 1.871-0.96 2.754-1.51 5.622-1.98 8.501-1.52 9.51-2.46 19.14-3.61 28.7-0.79 7.79-1.71 15.55-3 23.26l-9.65 4.5c1.29-7.71 2.21-15.47 3-23.26 0.39-3.28 4.01-37.916 6.35-39.071 3.21-1.58 6.46-3.046 9.7-4.569l-9.66 4.502z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10197" d="m130.5 95.845c1.55-3.476 6.95-4.282 10.34-5.557 1.96-0.805 3.94-1.566 5.92-2.295l-6.37 3.322c-1.98 0.728-3.96 1.489-5.92 2.294-8.51 3.198 4.94-4.408 2.4-1.085l-6.37 3.321z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10200" d="m141.34 96.542c3.24-0.834 14.36-10.232 16.1-2.478 0.55 5.907-2.44 11.206-1.93 17.166-2.16 5.13 9.39 2.63 8.51 3.05-14.45 6.79-8.45 4.08-5.05 1.42l9.66-4.5c-4.83 3.78-18.85 14.08-22.77 4.53-0.52-5.96 2.48-11.26 1.93-17.164-1.74-7.776-16.49 3.454 3.2-6.525l-9.65 4.501z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10206" d="m172.22 90.34c4.82-0.44 5.5 3.033 4.84 7.204-1.48 6.636-5.38 16.996 4.69 17.046 2.3-0.25 1.15-0.06 3.46-0.57l-9.65 4.5c-2.32 0.51-1.16 0.32-3.46 0.57-10.07-0.05-6.18-10.41-4.69-17.05 0.66-4.166-0.02-7.639-4.85-7.199l9.66-4.501z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10225" d="m131 91.037c3.38 0.443 6.68 1.827 9.69 3.423l-9.65 4.502c-3.01-1.596-6.31-2.98-9.69-3.424l9.65-4.501z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10226" d="m187.01 94.45c7.99-4.14 12.31-7.977 17.58-0.295 4.6 6.065 5.04 15.545 11.78 19.845 1.81 0.93 3.83 1.33 5.8 1.74l-9.65 4.5c-1.98-0.41-3.99-0.81-5.8-1.74-6.74-4.3-7.18-13.78-11.78-19.844-5.15-7.512-14.1-1.816 1.72-8.707l-9.65 4.501z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10229" d="m193.69 106.08c24.9-12.256-8.64 3.87 0.89 9.1-0.51 1.48 8.85-1.56 8.37-1.35-14.63 6.18-5.9 2.03-2-1.04l9.65-4.5c-7.2 5.67-16.19 12.52-25.68 11.39-8.24-4.53 16.95-20.42 18.42-18.1l-9.65 4.5z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10231" d="m217.97 97.24c2.81-2.34 12.53-10.187 15.46-3.343 1.14 7.243-0.72 14.293-0.61 21.523l-9.23 4.5c-0.11-7.23 1.75-14.28 0.61-21.522-2.72-6.366-13.27 1.792 3.94-6.49 0.38-0.184-1.36 0.658-0.94 0.83l-9.23 4.502z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10239" d="m221.92 103.12c6.4-6.075 16.05-13.123 25.46-13.005 8.04 3.102 7.6 15.625 6.38 21.955-0.24 1.08-0.55 2.14-0.85 3.2l-9.23 4.5c0.3-1.06 0.61-2.12 0.85-3.2 1.22-6.33 1.66-18.851-6.38-21.953-4.24-0.054-13.73 5.127 1.46-2.162 0.71-0.343-9.46 6.059-8.46 6.169l-9.23 4.496z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10251" d="m252.98 97.284c-24.21 12.206 7.75-8.098 16.72-7.653 5.66 3.792 3.43 16.969 2.49 22.759-0.12 0.59-0.24 1.19-0.36 1.79l-9.23 4.65c0.03-0.15 0.34-1.69 0.36-1.78 0.94-5.79 3.17-18.968-2.49-22.76-4.84-0.24-16.56 5.97-1.58-1.659 0.16-0.082-12.91 9.429-15.14 9.309l9.23-4.656z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10259" d="m75.414 30.201c6.417-0.235 12.931-2.82 19.172-4.563 2.748-1.06 5.654-1.454 8.524-2.018l-5.797 2.701c-2.865 0.564-5.771 0.958-8.519 2.018-6.241 1.743-12.755 4.328-19.172 4.563l5.792-2.701z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10279" d="m97.82 25.491c-0.798-2.313-2.421-4.205-4.319-5.921 0.927-3.24-9.829 0.29-8.297-0.312 4.931-1.942 6.034-2.558 3.418-1.212-4.225 2.389-6.979 6.619-8.279 10.788 0.158 3.364 1.866 6.797 4.306 9.388 3.18 2.73 6.654 4.465 11.211 4.179 0.743 0.328 8.09-2.354 6.8-1.932-8.102 2.635-0.97-0.395 1.26-2.357l5.79-2.36c-5.27 4.638-12.362 7.655-19.641 9.01-4.558 0.285-8.032-1.449-11.212-4.18-2.44-2.591-4.148-6.023-4.305-9.388 1.299-4.169 4.053-8.398 8.278-10.788 4.283-2.203 11.698-7.026 16.463-3.196 1.897 1.716 3.517 3.608 4.317 5.921l-5.79 2.36z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10286" d="m85.316 170.78c7.295-12.03 10.892-5.5 11.671 3.91 1.743 21.46-11.926 37.32-31.15 42.94l4.895-4.34c16.049-4.68 21.979-13.87 21.36-34.26-0.249-3.01-0.342-6.4-1.764-9.12-0.56-1.07-4.19-0.22-3.331-1.04 7.938-7.57 4.376-4.52 3.215-2.42l-4.896 4.33z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10307" d="m109.47 167.23c0.37-0.5-2.08 1.32-1.58 0.96 1.44-1.03 2.83-2.11 4.32-3.05 1.74-1.1-2.69 3.18-3.5 5.06-1.8 4.19-2.67 8.74-2.99 13.26 0.48 11.36 1.91 28.2 16.34 27.4l-5.19 3.73c-14.43 0.8-15.86-16.04-16.34-27.4 0.76-10.65 4.13-18.65 14.13-23.69l-5.19 3.73z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10312" d="m90.239 195.18c4.436-5.06 9.921-6.5 15.841-8.9 0.22-0.08 0.44-0.16 0.66-0.24l-4.89 4.11c-0.23 0.08-0.45 0.16-0.67 0.24-3.849 1.56-16.526 7.48-6.046 0.68l-4.895 4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10313" d="m92.127 195.04c2.959-1.39 6.078-2.39 9.183-3.39l-2.283 1.91c-3.107 1.01-6.225 2.01-9.184 3.4l2.284-1.92z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10334" d="m71.284 215.13c2.282-0.05-7.613 2.79-5.706 2.1 6.617-2.38 14.816-6.11 22.025-4.72 6.222 3.84 9.33 8.25 17.357 8.51 0.75-0.02 1.5-0.05 2.26-0.08l-6.01 2.19c-0.75 0.02-1.504 0.05-2.258 0.08-8.025-0.27-11.132-4.67-17.354-8.52-3.874-0.75-7.885 0.28-11.669 1.18-1.359 0.32-5.31 1.73-4 1.25 1.883-0.7 7.542-2.75 5.654-2.07-2.071 0.74-4.136 1.51-6.205 2.27h-0.099l6.005-2.19z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10336" d="m126.64 186.01c0.65 4.49 0.69 9.05 0.49 13.57-0.17 2.51-0.1 5.03-0.18 7.54-0.71 3.13 3.22 3.62 5.3 5.18l-4.9 4.1c-2.08-1.55-6-2.04-5.3-5.17 0.08-2.51 0.02-5.03 0.18-7.54 0.2-4.53 0.16-9.08-0.48-13.57l4.89-4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10339" d="m130.21 184.27c2.23 2.35 5.2 3.92 8.04 5.45 0.16 0.1 0.33 0.19 0.49 0.29l-4.9 4.11c-0.16-0.1-0.33-0.19-0.49-0.29-2.83-1.53-5.81-3.1-8.03-5.45l4.89-4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10343" d="m134.6 193.52c-3.65 0.94-16.26 11.73-7.18 4.15-0.5 0.2-0.58 0.72-0.87 1.07l-4.9 4.11c0.29-0.35 0.37-0.87 0.87-1.07 5.1-4.29 10.77-9.74 16.98-12.37l-4.9 4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10353" d="m120.69 198.75c5.53-1.03 11.22-0.65 16.82-0.41 0.3 0.01 0.59 0.02 0.89 0.04h-6.39c-0.3-0.02-0.59-0.03-0.89-0.04-11.04-0.48 9.24-0.73-4.04 0.41h-6.39z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10357" d="m126.01 216.45c3.57-3.01 7.2-6.09 11.21-8.52l-4.89 4.1c-4.15 2.53-8.36 6.26-1.42 0.31l-4.9 4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10361" d="m144.45 185.31c-0.1 3.99 0.07 7.95 0.41 11.91 0.25 3.21 0.33 6.43 0.25 9.64l-4.9 4.1c0.09-3.21 0.01-6.43-0.25-9.63-0.34-3.97-0.51-7.93-0.41-11.91l4.9-4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10364" d="m139.51 210.61c5.51-5.7 5.75-2.9 11.44 0.5l-4.9 4.11c-5.56-3.32-9.48-3.46-1.64-8.72l-4.9 4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10365" d="m145.17 214.75c2.38-3.73 5.74-4 8.82-6.21l-4.9 4.11c-2.39 1.72-9.34 4.68 0.98-2.01l-4.9 4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10367" d="m147.28 182.79c2.39 1 3.88 3.33 5.68 5.12 0.74 0.61 1.57 1.07 2.4 1.55l-4.9 4.1c-0.82-0.47-1.66-0.93-2.39-1.54-1.8-1.79-3.29-4.12-5.69-5.12l4.9-4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10369" d="m155.95 187.02c-1.32 5.93-1.09 12.18-0.84 18.23 0.45 7.89 0.42 15.82-0.03 23.7-0.04 0.33-0.09 0.66-0.14 0.99l-4.89 4.11c0.04-0.33 0.09-0.66 0.13-0.99 0.46-7.88 0.48-15.81 0.03-23.7-0.24-6.05-0.48-12.3 0.85-18.24l4.89-4.1z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10371" d="m151.84 232.22c8.01-7.56 1.56-1.13-1.16 2.37-0.12 0.18-0.25 0.35-0.38 0.53l-4.89 4.11c0.12-0.18 0.25-0.36 0.38-0.53 3.15-4.07 6.66-7.66 10.94-10.59l-4.89 4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10397" d="m160.9 183.84c1.4 0.63 2.65 1.72 3.96 2.59-0.01 0.04 0.6 0.42 0.62 0.43l-4.89 4.11c-0.21-0.14-0.44-0.25-0.62-0.43-1.32-0.87-2.56-1.96-3.97-2.6l4.9-4.1z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10398" d="m165.4 185.53c-0.62 3.57-0.32 7.23-0.15 10.83 0.26 3.28 0.04 6.56 0.16 9.84-0.08 0.73 0.16 1.37 0.34 2.04l-4.68 4.35c-0.18-0.67-0.42-1.31-0.34-2.04-0.12-3.28 0.1-6.56-0.16-9.84-0.17-3.6-0.47-7.26 0.15-10.83l4.68-4.35z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10399" d="m161.19 211.22c5.6-5.49 4.08-3.9 8.57-0.51 0.82 0.79 1.71 1.46 2.64 2.11l-4.9 4.11c-0.92-0.65-1.82-1.33-2.64-2.11-4.45-3.36-5.31-3.11 1.23-7.71l-4.9 4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10400" d="m172.41 183.84c-10.02 9.6-0.75-4.31 4.11 1.77 0.25 0.48 0.75 0.72 1.12 1.07l-4.9 4.11c-0.37-0.36-0.87-0.59-1.12-1.07-0.67-0.85-1.37-1.93-2.48-2.2-0.42-0.1-1.6 0.39-1.28 0.11 9.36-8.19 2.97-2.3-0.35 0.31l4.9-4.1z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10401" d="m176.94 186.01c0.47 3.49 0.31 7.06 0.31 10.58-0.06 3.16 0.11 6.33-0.1 9.48-0.28 1.08-0.14 2.03 0.11 3.06l-4.89 4.11c-0.26-1.04-0.39-1.98-0.12-3.06 0.21-3.15 0.04-6.32 0.1-9.48 0-3.52 0.16-7.09-0.31-10.58l4.9-4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10403" d="m182.67 188.42c5.59-6.25 3.27-2.15 3.22 3.41-0.06 3.39 0.31 6.77 0.36 10.16 0.09 1.69-0.15 3.65 0.66 5.08 2.57 0.77 4.67 2.32 6.79 3.84 0.2 0.13 0.4 0.26 0.6 0.38l-4.9 3.89c-0.2-0.13-0.39-0.25-0.59-0.38-2.12-1.53-4.23-3.07-6.8-3.84-0.8-1.43-0.56-3.4-0.66-5.09-0.05-3.39-0.42-6.76-0.35-10.16 0.05-6.1-0.01-7.49 6.56-11.18l-4.89 3.89z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10404" d="m188.03 184.53c1.81-0.14 3.33 0.02 4.93 0.86 1.15 0.69 2.43 0.94 3.74 1.14l-4.9 4.11c-1.3-0.2-2.58-0.45-3.73-1.15-1.6-0.83-3.12-0.99-4.93-0.85l4.89-4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10409" d="m196.3 186.2c-4.6 3.24 5.4-5.82 2.09-1.73-1.38 1.67-1.33 3.62-1.34 5.68 0.01 2.58 0.01 5.16 0.01 7.75v7.06c-0.07 2.57 0.27 4.43 2.84 5.32 2.09 0.91 3.86 1.35 6.07 0.8l-4.89 4.11c-2.22 0.54-3.98 0.11-6.08-0.8-2.57-0.89-2.9-2.75-2.84-5.32v-7.06c0-2.59 0-5.17-0.01-7.76 0.01-2.05-0.04-4 1.34-5.67 2.12-2.61 4.82-4.86 7.71-6.49l-4.9 4.11z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10419" d="m210.37 184.97c0.11 3.62 0.31 7.23 0.35 10.85 0.01 2.71 0 5.41 0 8.11 0.07 1.77-0.31 3.51-0.2 5.26 1.31 1.36 3.32 2.35 5.2 2.94l-4.89 3.75c-1.89-0.59-3.9-1.58-5.21-2.94-0.11-1.74 0.28-3.49 0.21-5.26 0-2.7 0-5.4-0.01-8.1-0.03-3.63-0.24-7.24-0.34-10.86l4.89-3.75z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10420" d="m204.55 183.17c2.14 0.5 4.03 1.99 6.17 2.81l-4.89 4.08c-2.14-0.81-4.04-2.3-6.18-2.8l4.9-4.09z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10437" d="m207.26 191.83c4.84-3-0.14-2.8 10.38-7.77l-4.9 4.52c-1.73 0.82-6.45 4.18-5.01 2.84 1.56-1.44 6.25-5.79 4.69-4.34-6.12 5.66-7.25 6.73-0.26 0.22l-4.9 4.53z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10438" d="m217.04 183.5c1.72-0.23 2.79 0.55 4.06 1.74 0.11 0.09 0.23 0.19 0.35 0.28l-4.89 4.53c-0.12-0.1-0.24-0.19-0.36-0.28-1.26-1.19-2.34-1.97-4.06-1.74l4.9-4.53z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10440" d="m216.59 188.03c7.79-8.26 3.34-0.16 4.8 8.15 0.93 3.8 0.43 7.63 0.17 11.47l-4.9 4.52c0.26-3.84 0.77-7.66-0.17-11.47-1.37-7.81-1.52-12.39 5-17.2l-4.9 4.53z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10441" d="m215.28 212.58c3.06-3.13 6.06-7.14 9.29-3.11 0.4 0.69 1 1.15 1.56 1.65l-4.89 4.53c-0.57-0.51-1.16-0.97-1.57-1.65-3.16-3.96-7.98 1.65 0.51-5.95l-4.9 4.53z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10442" d="m218.03 191.06c13.3-12.26 0.22-0.2 0.24-0.22 4.34-3.56 5.74-4.97 10.13-7.02l-4.9 4.53c-1.66 0.77-6.33 3.61-4.97 2.31 1.52-1.48 6.26-5.68 4.64-4.35-0.04 0.03-13.05 12.1-0.25 0.22l-4.89 4.53z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10445" d="m228.59 183.5c1.63 0.25 2.91 1.5 4.12 2.65l-4.9 4.53c-1.21-1.15-2.49-2.41-4.12-2.65l4.9-4.53z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10449" d="m232.69 185.86c-0.16 3.48-0.38 6.95-0.25 10.45 0.23 3.03 0.25 6.08 0.25 9.12 0.09 1.27-0.14 2.5-0.33 3.74l-4.9 4.52c0.2-1.23 0.42-2.47 0.33-3.73 0-3.05-0.01-6.09-0.24-9.12-0.13-3.5 0.09-6.97 0.24-10.46l4.9-4.52z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10451" d="m231.64 207.76c1.4 0.3 2.6 1.22 3.84 2.04 0.55 0.32 0.99 0.8 1.47 1.24l-4.9 4.52c-0.47-0.43-0.91-0.92-1.47-1.23-1.23-0.82-2.44-1.74-3.83-2.05l4.89-4.52z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10456" d="m61.797 239.38c-3.815 14.51-9.17 28.23-17.028 40.7-4.475 7-9.893 13.3-16.22 18.65l-4.836 3.67c6.328-5.35 11.746-11.65 16.22-18.65 7.859-12.47 13.213-26.19 17.028-40.71l4.836-3.66z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10461" d="m27.88 298.13c3.428-1.18 7.145-1.56 10.932-1.14 6.697 1.49 12.621 5.49 19.564 4.96 0.609-0.12 1.218-0.24 1.828-0.35l-4.836 3.66c-0.609 0.12-1.219 0.24-1.828 0.36-6.943 0.53-12.866-3.47-19.563-4.97-3.788-0.41-7.504-0.04-10.933 1.15l4.836-3.67z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10471" d="m70.37 235.65c-1.123 13.31-1.161 26.21 2.775 39.7 4.755 14.46 7.667 23.2 22.924 15.48l-7.482 5.67c-15 7.56-18.226-1.19-23-15.42-4.024-13.64-3.915-26.66-2.318-40.05l7.101-5.38z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10476" d="m49.366 235.26c-1.336 3.67-0.707 6.56 3.963 6.39 5.784-0.79 10.868-3.47 15.986-5.81l-7.394 5.61c-5.06 2.31-10.093 4.98-15.835 5.69-4.649 0.08-5.251-2.91-3.819-6.5l7.099-5.38z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10481" d="m50.888 271.43c5.189-3.39 10.916-5.06 16.936-6.25 1.036-0.22 2.088-0.35 3.135-0.51l-7.781 5.45c-1.07 0.17-2.145 0.32-3.204 0.56-5.94 1.21-11.632 2.8-16.775 6.14l7.689-5.39z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10489" d="m112.97 269.94c-9.6 10.08-6.81 1.97-14.828 5.15 2.648-1.63 5.248-3.32 7.948-4.88 1.62-0.94-2.48 2.68-3.31 4.23-2.22 4.18-3.21 7.59-1.62 11.95 2.25 7.51 7.65 9.86 16.35 7.64 14.96-7.37-6.7 5.47 1.16 0.15l8.97-5.54c-6 4.06-12.04 8.36-19.08 10.92-8.626 2.18-13.324-0.27-15.583-7.68-3.831-10.45 4.221-17.17 13.973-22.24 6.94-2.73 11.51 4.32-2.69 5.68l8.71-5.38z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10490" d="m114.25 279.99l-0.15 0.09c2.48-1.73 4.96-3.47 7.45-5.2 0.32-0.22-0.63 0.5-0.95 0.72-3.47 2.43-6.72 4.86-10.27 7.03-1.55 0.95-3.15 1.8-4.67 2.78-0.4 0.25-1.56 1.05-1.18 0.78 11.79-8.31 8.29-5.81 5.77-4.01-2.12 1.64 0.28-0.26-1.09 1.01l-7.74 5.42c0.34-0.32 0.49-0.82 1.02-0.96 4.04-2.9 8.02-5.94 12.3-8.5 1.72-1.03 6.8-4.26 5.17-3.09-18.63 13.35 1.69-1.53 2.02-1.45l-7.68 5.38z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10513" d="m134.96 272.25c-2.56 4.92-3.71 10.85-3.29 16.28 0.44 2.96 2.68 8 6.96 6.75 2-0.59 11.49-6.55 5.37-2.86-1.91 1.15-3.8 2.34-5.71 3.51l8.01-5.1c-6.21 4.03-20.04 16.56-22.51 2.71-0.42-5.47 0.73-11.51 3.48-16.39l7.69-4.9z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10515" d="m138.99 269.73c-2.75 1.78-11.24 6.74-8.24 5.34 3.07-1.43 5.64-3.63 8.46-5.44 6.83-4.39-27.79 17.74 1.24-0.82 1.52-0.97 3.61-0.76 5.32-0.61 3.88 1.24 6.87 2.76 10.88 1.06l-8.45 5.48c-3.98 1.67-6.98 0.12-10.83-1.1-1.76-0.16-6.72 1.53-5.28 0.58 2.64-1.73 10.55-6.96 7.96-5.15-28.11 19.66 17.27-12.79-9.36 6.04l8.3-5.38z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10521" d="m154.57 269.81c-5.81 15.67-7.98 32.12-7.95 48.83 0.07 1.12 0.13 2.25 0.2 3.38l-8.06 5.64c-0.11-1.1-0.21-2.2-0.31-3.31-0.39-16.94 2.08-33.45 8.43-49.15l7.69-5.39z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10538" d="m157.95 276.59c7.83-9.86 11.45-10.87 8.55 1-3.13 8.88-2.53 21.17 8.44 13.55 0.62-0.56 2.4-2.31 1.85-1.67-11.01 13.09 1.59-4.22 3.81-8.16l6.91-7.48c-5.23 9.35-11.27 17.97-19.42 24.71-10.84 7.49-11.57-4.76-8.44-13.54 4.56-18.21-7.27-0.9 4.94-15.6l-6.64 7.19z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10547" d="m181.91 273.02c15.54-9.39 4.17-0.34 4.77 12.75 0.57 8.3 5.56 12.76 13.89 9.09l-8.79 4.84c-8.24 3.62-13.35-0.84-13.93-9.07-0.46-10.85 2.13-17.87 12.58-22.3l-8.52 4.69z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10561" d="m209.34 272.44c0.23-0.15-0.34 0.42-0.47 0.66-0.82 1.51-1.31 3.2-1.81 4.82-1.19 3.86-2 7.71-2.33 11.71-0.04 2.93 0.83 6.84 4.83 6.2 1.61-0.26 5.78-2.83 4.49-1.87-1.77 1.33-3.57 2.65-5.58 3.63-1.99 0.97 3.31-2.89 4.72-4.54 2.91-3.38 5.06-7.15 7-11.08 0.33-0.77 0.65-1.54 0.98-2.31l7.98-5.31c-0.31 0.76-0.62 1.51-0.93 2.27-3.86 8.01-27.84 37.21-31.47 18.33 0.82-10.58 2.8-17.55 12.98-22.68 0 0-8.88 5.69-0.39 0.17z" sodipodi:nodetypes="ccccccccccccccc" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10564" d="m229.31 270.07c-1.2 7.87-4.67 16.91-1.11 24.62 0.81 2.84 7.86-1.75 5.75-0.62-11.59 6.2-3.68 1.05-0.72-2.84l8-5.06c-4.25 5.63-13.3 16.86-20.91 13.49-3.87-7.64-0.23-16.93 1.29-24.74l7.7-4.85z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10577" d="m241.71 270.16c6.09-2.08 6.95 1.58 7.15 6.73-0.1 6.11-1.19 12.15-1.91 18.2l-7.29 6.52c0.62-6.03 1.61-12.03 1.78-18.09-0.11-5.15-0.77-8.86-6.93-6.92l7.2-6.44z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10582" d="m243.72 286.28c1.89-6.97 10.19-12.77 16.94-16.11 7.49-3.07 5.43 8.37 4.89 12.21-0.67 3.82-1.16 7.71-1.4 11.57l-7.05 6.67c0.13-3.82 0.66-7.67 1.28-11.46 0.54-3.87 2.7-15.43-4.87-12.22-1.91 0.95-3.69 2.04-5.36 3.35-0.4 0.31-1.53 1.33-1.17 0.98 12.28-12.02 4.03-5.35 3.74-1.62l-7 6.63z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10585" d="m270.22 273.76c-12.36 15.35-0.73-2.84 5.43-4.11 3.42 0.86 5.53 1.98 8.85 0.1 0.28-0.18 0.56-0.35 0.84-0.52l-5.98 6.73c-0.28 0.18-0.56 0.35-0.84 0.53-3.29 1.83-5.44 0.71-8.81-0.16-1.24 0.26-4.33 2.79-3.45 1.78 1.83-2.09 3.68-4.15 5.52-6.22 2.5-2.81-9.82 11.45-7.45 8.5l5.89-6.63z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10588" d="m279.45 274.43c12.99-13.55 0.66 0.01 2.16 12.27 1.33 5.76 5.34 9.97 11.49 6.92l-7.21 6.82c-6.1 3-10.21-1.13-11.55-6.86-1.35-10.95 3.55-18.94 12.12-25.79l-7.01 6.64z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10596" d="m211.17 270.68c5.6 2.22 11.9 2.06 17.64 0.4 2.56-0.85 4.86-2.22 7.13-3.63l-6.6 6.48c-2.28 1.42-4.59 2.81-7.16 3.67-5.66 1.64-11.98 1.85-17.43-0.61l6.42-6.31z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath10601" d="m114.63 279.3c-3.27 0.28-6-1.64-8.66-3.33-0.81-0.44-1.52-1.04-2.27-1.59l8.21-4.73c0.77 0.53 1.51 1.1 2.33 1.55 2.62 1.66 5.28 3.63 8.52 3.41l-8.13 4.69z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3335" d="m89.045 443.38c1.124-5.41 13.385-11.99 19.355-13.77 9.68-1.64 1.02 17.45-0.43 20.34-9.815 17.51-26.848 29.12-45.385 42.7l-4.818 3.14c18.402-13.46 35.497-25.02 45.023-42.46 1.45-2.99 9.58-21.28-0.21-19.93-3.368 0.95-7.36 3.54-7.394 5.98l-6.141 4z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3338" d="m138.8 376.96c-1.9 0.33-9.02 5.09 3.37-2.59 0.61-0.38-1.03 0.91-1.48 1.4-2.7 2.92-3.89 6.29-5.1 9.49-4.4 11.91-7.14 24.05-9.69 36.01-2.38 11.14-4.46 22.27-6.74 33.41-0.32 1.61-0.63 3.21-0.94 4.81l-5.72 3.79c0.42-1.66 0.83-3.33 1.23-5 2.52-11.23 4.86-22.48 7.2-33.71 2.48-11.87 5.16-23.89 9.25-35.72 1.95-5.51 5.55-13.72 14.68-15.9l-6.06 4.01z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3353" d="m118.36 440.1c3.32-2.61 13.57-8.8 3.44-2.48-0.55 0.35 1.1-0.71 1.64-1.06 2.93-1.9 5.82-3.83 8.89-5.41 2.52-1.17 6.33-2.45 8-0.69 1.12 5.26-7.9 9.9-11.22 12-3.81 2.35-7.81 4.23-11.86 5.87-3 1.05-7.41 3.78 1.15-1.59l-5.69 2.99c4.31-2.73 5.6-3.59 9.44-5.06 4.02-1.64 7.96-3.51 11.74-5.86-9.02 5.76 1.85-0.6 1.01-5.02-1.77-1.26-5.02-0.13-7.4 1-5.4 2.86 6.34-4.23-0.07-0.12-2.21 1.42-8.84 5.64-6.64 4.22 7.86-5.1 5.29-3.51 3.39-1.89l-5.82 3.1z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3363" d="m126.6 443.11c-1.12 4.06 10.85 23.55 13 26.63 10.5 11.82 26.08 14.43 43.42 4.58l-3.89 2.96c-17.65 9.9-33.28 7.26-43.82-4.88-5.27-7.66-11.26-16.91-14.37-26.02l5.66-3.27z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3372" d="m82.417 437.82c1.28-4.11 7.742-7.02 10.976-8.65 4.414-1.66 1.091 12.34 0.619 14.28-1.259 5-2.412 10.16-4.036 15.13-0.445 1.26 0.108-0.31-0.316 0.93l-5.514 3.35c0.416-1.24-0.117 0.32 0.311-0.93 1.869-5.02 3.197-10.32 4.454-15.38 0.455-1.87 3.605-15.6-0.848-13.88-2.04 1.05-4.789 2.78 3.485-2.32 1.513-0.94-3.257 2.45-3.478 4.02l-5.653 3.45z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3374" d="m159.06 436.59c1.31-1.15 6.38-4.1-4.17 2.85-1.82 1.2 3.53-2.97 4.69-4.93-2.7-3.29-9.73-2.02-13.74 0.14-0.49 0.33-1.94 1.29-1.46 0.97 1.04-0.69 2.03-1.54 3.11-2.07 1.6-0.78-2.78 2.84-3.43 4.59-1.45 3.87 1.57 5.28 4.3 5.49 4.67-0.31 13.87-4.18 10.79 4.47-4.59 9.02-17.46 15.1-25.56 15.46l4.61-3.3c8.44-0.09 13.36-2.96 16.43-9.09 2.8-8.36-6.22-4.65-10.76-4.33-11.72-0.81 1.42-12.15 6.33-15.38 4.37-2.34 11.03-3.29 14.21-0.27-1.7 3-7.57 7.83-10.17 8.86l4.82-3.46z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3377" d="m175.35 437.3c1.09-3.64-0.32-5.24-4.12-4.36-1.01 0.53 1.89-1.34 2.92-1.8 2.17-0.95-2.97 3.85-3.81 5.96-2.28 5.72-3.98 11.82-5.1 17.61-1 12.43 15.04-3.06 19.23-6.82 0.74-0.69 1.48-1.37 2.23-2.05l4.72-2.81c-0.78 0.71-1.56 1.41-2.34 2.12-4.77 4.26-30.56 27.03-28.74 12.53 2.52-11.02 3.85-21.87 16-28.06 4.04-0.89 5.1 0.69 4.52 4.34l-5.51 3.34z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3384" d="m198.11 433.38c-2.88-0.38-5.2-1.12-8.4-0.61-1.17 0.45-10.68 4.1 4.46-2.13 1.49-0.61-2.44 2.12-3.28 3.37-2.11 3.14-3.07 6.54-3.88 9.87-0.97 4.53-1.69 9.07-2.76 13.6-0.88 3.19 4.67 1.1 6.62 0.39 3.3-1.56-2.53 1.21-4.17 1.89-1.3 0.54 2.36-1.55 3.42-2.45 2.68-2.25 4.08-5.23 5.39-8.05 1.2-2.84 2.21-5.7 3.49-8.52l6.01-2.77c-1.39 2.84-2.4 5.7-3.62 8.57-3.48 7.8-7.66 10.23-16.48 14.34-2.05 0.73-7.9 2.85-6.86-0.53 1.26-4.58 2.14-9.16 3.07-13.74 1.92-8.15 4.6-13.27 14.59-16.84 3.24-0.46 5.66 0.4 8.65 0.54l-6.25 3.07z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3410" d="m215.04 441.65c1.28-4.62 11.52-9.8 15.21-11.04 5.46-1.02 8.6 0.13 9.12 5.59-0.16 6.06-3.98 13.39-8.69 18.09-5.75 4.75-10.96 8.21-17.54 8.58-0.67 0.01-1.34 0.03-2 0.04l5.06-3.78c0.65 0 1.3-0.01 1.96-0.02 3.17-0.2 6.32-0.93 9.38-2.74 0.36-0.21 1.4-0.94 1.06-0.68-7.28 5.59-4.47 3.33-2.99 2.12 4.91-4.52 8.68-12.06 8.77-18.05-0.62-5.29-3.67-6.51-9.05-5.43-2.75 0.95-7.57 4.45-0.05-1.14 0.91-0.68-4.6 2.52-4.93 4.7l-5.31 3.76z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3411" d="m201.11 431.79c1.74-1.08 4.36-2.21 6.13-3.24 1.1-0.64-0.62 2.16-0.88 3.25-0.77 3.15-1.41 6.31-2.23 9.46-1.06 3.89-1.69 7.7-2.52 11.58-0.59 2.72-1.36 5.4 2.05 5.86 5.75-1.5 3.15-1.35 8.7-5.33l4.4-2.7c-5.42 3.9-11.57 9.68-18.08 11.33-3.49-0.5-3.64-3.17-3.01-5.98 0.83-3.93 1.59-7.78 2.71-11.71 2.09-7.76 0.82-10.68 8.88-15.83l-6.15 3.31z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3413" d="m237.31 448.93c0.29-1 19.64-12.17 9.63-5.45 3.8-3.04 5.14-5.81 2.95-9.18-0.66-0.83-4.45 0.01-3.38-0.73 7.67-5.31 0.83 1.23-1.11 5.49-2.52 6.04-6.77 17.65 0.67 20.1 5.26 0.43 10.65-2.33 15.53-5.1l-4.44 3.16c-4.98 2.81-10.51 5.63-15.87 5.22-7.43-2.51-3.02-14.29-0.54-20.34 1.72-3.94 9.91-16.96 14.13-11.16 2.17 3.5 0.93 6.2-2.98 9.36-3.12 2.12-6.12 4.39-9.47 6.07-1.47 0.75-5.84 3.05-4.47 2.1 20.53-14.29 4.71-4.03 4.58-2.99l-5.23 3.45z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3416" d="m238.05 448.91c8.57-6.7 17.73-9.98 27.18-7.94 11.02 2.6 18.27 0.36 29.22-6.56l-3.56 2.54c-11.33 7.19-18.67 9.62-30.14 7.11-5.57-1.1-10.31-0.89-16.2 1.6-1.8 0.75-6.89 3.73-5.28 2.59 9.11-6.44 5.47-3.9 4.06-2.74l-5.28 3.4z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3422" d="m85.023 384.91c2.178-1.82 4.349-3.66 6.535-5.46 0.349-0.28-0.49 0.85-0.664 1.31-0.895 2.32-1.38 4.74-1.793 7.09-0.672 3.81-1.218 7.59-1.988 11.41-2.802 14.52-5.211 29.07-8.831 43.61-0.986 3.91-2.527 8.48-2.883 12.28 0.801 3.03 1.522 2.25 4.677 0.33l-5.844 5.18c-3.396 2.1-4.385 3.18-5.365-0.04 0.514-4.06 2.449-8.8 3.59-12.94 3.914-14.64 7.09-29.48 9.385-44.06 1.913-14.22-1.002-15.33 9.699-24.37l-6.518 5.66z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3426" d="m111.38 368.18c-11.977 11.34-22.614 15.89-37.232 15.85-19.492-0.95-41.197-3.81-51.153 17.86l-6.122 4.1c13.359-27.61 41.508-27.32 63.739-26.56 17.548-0.27 16.162 0.58 22.608-5.83l8.16-5.42z" transform="translate(10 3712.9)" display="block"/> - <path id="calligraphy-f10-fr.svgpath3433" d="m207.51 437.58c4-4.19 12.75-12.67 13.56-4.8-0.05 12.28-5.98 26.33-9.09 38.77-4.42 18.1-8.31 36.2-17.33 53.76-10.76 18.43-32.81 32.08-51.55 27.32-5.88-3.11-9.99-7.16-12.02-13.72-6.91-22.3 18.75-37.19 39.33-40.67 1.63-0.12 3.26-0.23 4.88-0.35l-4.91 3.51-4.68 0.21c-5.03 0.77-13.31 1.77-17.9 4.5-21.58 12.84-14.65 35.86 0.3 43 18.88 4.4 31.51-3.72 41.53-20.45 9.28-17.51 13.06-35.7 17.45-53.81 3-12.05 8.47-26.06 7.79-37.85-0.21-1.13-0.4-2.38-1.49-2.92-0.49-0.24-2.38 0.56-1.84 0.16 10.82-7.99 4.82-3.68 2.76-1.16l-6.79 4.5z" transform="translate(10 3712.9)" display="block"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4292.313506400002" x="10" font-family="Sans" fill="#000000"> - <tspan y="4292.313506400002" x="10">Conclusion</tspan> + <flowDiv xml:space="preserve">Et voici quelques exemples de lettrages complets :</flowDiv> + </flowRoot> + <path id="calligraphy-f10-fr.svgpath10059" d="m10.513 15.825h290.3" display="block" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f10-fr.svgpath10060" d="m10.513 44.282h290.3" display="block" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f10-fr.svgpath10134" d="m10.513 90.825h290.3" display="block" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f10-fr.svgpath10135" d="m10.513 119.28h290.3" display="block" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f10-fr.svgpath10280" d="m10.513 185.82h290.3" display="block" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f10-fr.svgpath10281" d="m10.513 214.28h290.3" display="block" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f10-fr.svgpath10452" d="m10.513 270.82h290.3" display="block" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f10-fr.svgpath10453" d="m10.513 299.28h290.3" display="block" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/> + <text id="calligraphy-f10-fr.svgtext10638" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3790.5)" sodipodi:linespacing="120.00000%" font-size="6" y="4.5585475" x="141.33449" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10639" sodipodi:role="line" x="141.33449" y="4.5585475">Écriture onciale</tspan></text> + <text id="calligraphy-f10-fr.svgtext10644" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3790.5)" sodipodi:linespacing="120.00000%" font-size="6" y="79.558548" x="134.52438" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10645" sodipodi:role="line" x="134.52438" y="79.558548">Écriture carolingienne (minuscule Caroline)</tspan></text> + <text id="calligraphy-f10-fr.svgtext10648" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3790.5)" sodipodi:linespacing="120.00000%" font-size="6" y="172.05855" x="141.78998" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10649" sodipodi:role="line" x="141.78998" y="172.05855">Écriture gothique</tspan></text> + <text id="calligraphy-f10-fr.svgtext10652" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3790.5)" sodipodi:linespacing="120.00000%" font-size="6" y="257.05853" x="139.54298" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10653" sodipodi:role="line" x="139.54298" y="257.05853">Écriture bâtarde</tspan></text> + <path id="calligraphy-f10-fr.svgpath10657" d="m57.076 430.38h213.69" display="block" sodipodi:nodetypes="cc" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.65820036 1.9746010" stroke-width=".65820" sodipodi:insensitive="true" fill="none"/> + <path id="calligraphy-f10-fr.svgpath10658" d="m57.075 461.87h213.7" display="block" sodipodi:nodetypes="cc" transform="translate(10 3790.5)" stroke="#aeaeae" stroke-dasharray="0.65820036 1.9746010" stroke-width=".65820" sodipodi:insensitive="true" fill="none"/> + <text id="calligraphy-f10-fr.svgtext10681" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 3790.5)" sodipodi:linespacing="120.00000%" font-size="6" y="359.55853" x="124.28999" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-fr.svgtspan10682" sodipodi:role="line" x="124.28999" y="359.55853">Écriture italique florissante</tspan></text> + <path id="calligraphy-f10-fr.svgpath10071" d="m56.566 28.63c12.545-7.048-5.072 5.5-7.647 10.139-1.877 4.847 5.578 1.714 5.35 1.806-9.236 3.702 1.244-1.941 3.786-4.247 0.395-0.382 0.791-0.765 1.186-1.147l5.912-2.757c-0.395 0.382-0.79 0.765-1.186 1.148-4.173 3.783-20.211 16.539-20.96 7.954 4.066-7.324 12.118-12.278 19.471-15.653l-5.912 2.757z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10086" d="m45.263 21.47c2.914-4.191 10.292-8.167 14.4-3.949 5.017 6.646 6.851 14.929 9.933 22.522-0.295 3.139 6.287 0.048 5.075 0.624-9.182 4.37-5.447 2.58-3.345 1.301l5.912-2.757c-2.739 1.666-10.917 7.983-13.555 3.589-3.081-7.593-4.915-15.876-9.933-22.522-1.291-1.326-7.021-0.635-5.36-1.452 9.886-4.856 4.044-2.525 2.785-0.113l-5.912 2.757z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10102" d="m122.06 18.373c-2.93-0.309-11.85 3.332-1.6-0.87 1.77-0.724-2.96 2.549-4.16 4.107-5.97 8.607-0.53 17.464 8.19 19.846-1 1.959 11.43-2.08 10.02-1.438-8.13 3.694-3.74 1.697-1.65-0.148l5.79-2.873c-5.4 4.777-12.81 8.586-19.95 7.332-8.72-2.382-14.16-11.239-8.2-19.846 4.13-5.357 10.86-8.798 17.36-8.983l-5.8 2.873z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10103" d="m124.89 15.5c3.29 0.4 6.64 0.545 9.96 0.66 1.83-0.104 3.6 0.31 5.39 0.61l-5.79 2.701c-1.79-0.301-3.56-0.715-5.39-0.61-3.33-0.115-6.67-0.261-9.97-0.661l5.8-2.7z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10106" d="m133.22 18.993v-0.016c1.9-0.938 3.78-1.928 5.7-2.814 1.23-0.566-0.37 2.687-0.46 4.039-0.26 4.254-0.3 8.527-0.44 12.788-0.63 8.707-0.6 17.39-0.11 26.096 0.23 1.997-0.4 4.236 0.48 5.704-8.32 4.897-3.41 1.494 0.14-0.936l5.69-2.896c-3.72 2.551-7.12 5.261-11.53 6.729-0.87-1.468-0.25-3.707-0.48-5.704-0.48-8.707-0.52-17.389 0.11-26.097 0.28-8.503-2.38-16.432 6.6-19.789l-5.7 2.896z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10119" d="m144.58 20.053c3.18-2.209 8.25-4.575 11.19-3.988-3.2 5.245-5.8 10.465-5.9 16.842 0.41 9.359 9.82 9.73 16.42 7.094 6.07-4.059-6.91 4.724 2.57-2.216l5.79-2.804c-4.4 3.215-9.22 5.607-14.15 7.824-6.6 2.637-16.02 2.266-16.42-7.093 0.1-6.377 2.7-11.598 5.9-16.842-4.05-0.81-6.6 2.242 0.39-1.622l-5.79 2.805z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10120" d="m170.33 16.195c1.44-0.014 2.8-0.577 4.15-1.019 1.7 1.369 1.14 4.79 1.18 7.048-0.05 3.785 0.37 7.587 0.15 11.369-0.08 2.237-0.2 4.455-0.39 6.682 0.01 0.471-0.04 0.939-0.06 1.409l-5.73 2.829c0.02-0.469 0.07-0.938 0.06-1.409 0.19-2.226 0.31-4.444 0.39-6.682 0.22-3.782-0.2-7.583-0.15-11.369-0.04-2.258 0.52-5.679-1.18-7.048-1.35 0.443-2.71 1.005-4.15 1.019l5.73-2.829z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10125" d="m186.03 17.94c-14.66 6.79-0.05 0.024 0.39-0.198 1.78-0.898-3.61 1.681-5.42 2.5-2.3 1.036 4.55-2.162 6.83-3.222 1.72-0.796-6.86 3.151-5.13 2.389 3.34-1.476 7.54-4.672 11.44-3.185 2.99 2.646 4.35 6.638 5.84 10.244 1.49 3.854 3.3 7.562 5.02 11.313 1.35 3.556 3.04 4.33 6.7 2.924 3.96-2.436-7.11 4.479-2.14 0.493l5.79-2.7c-2.79 2.24-6.18 3.462-9.44 4.907-3.66 1.407-5.35 0.633-6.7-2.924-1.72-3.75-3.53-7.458-5.02-11.312-1.49-3.606-2.85-7.599-5.84-10.244-1.53-0.584-6.39 0.917-4.92 0.183 2.72-1.361 12.44-5.803-1.39 0.613-1.74 0.807 3.47-1.641 5.21-2.441 2.23-1.02-4.43 2.059-6.62 3.162-0.44 0.224 15.92-7.456-0.4 0.199l5.8-2.701z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10128" d="m195.49 28.425c0-0.009-1.41 0.771-1.41 0.769 11.71-7.73-4.54 3.392-7.47 7.035-4.94 8.515 7.92 1.307 11.01-0.446 5.28-3.605-6.7 5.061-1.87 0.936l5.8-3.809c-3.03 2.583-6.41 4.592-9.73 6.683-3.08 1.752-15.95 8.96-11 0.446 5.35-6.668 13.61-10.972 20.46-15.424l-5.79 3.81z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10130" d="m229.6 45.031c-3.54 0.053-7.11 0.281-10.17-1.781-5.89-4.452-5.44-10.632-3.43-17.005 3.6-7.759 15.08-11.83 23.37-11.009 5.58 0.962 8.13 5.238 8.82 10.44 0.41 5.416 0.09 10.84 0.26 16.268l-5.53 2.58c-0.18-5.428 0.15-10.851-0.26-16.268-0.7-5.201-3.24-9.478-8.82-10.439-9.33-0.924-8.25-1.074-12.31 5.847-2.01 6.374-2.46 12.553 3.44 17.006 3.06 2.062 6.62 1.834 10.17 1.781l-5.54 2.58z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10133" d="m242.97 27.259c1.02-4.275 5.02-8.063 8.84-10.053 9.52-6.146 20.14-1.19 22.4 9.973 0.98 10.61-5.37 14.217-13.98 17.744l5.54-2.58c0.23-0.023 0.47-0.046 0.7-0.069-1.56 0.775-3.12 1.55-4.68 2.325-1.07 0.527 2.1-1.189 2.94-2.043 3.22-3.307 4.2-8.351 3.95-12.797-1.05-5.178-5.26-10.132-9.98-12.529-2.99-1.518-6.49 0.047-5.57-0.526 1.33-0.831 2.81-1.385 4.21-2.078-3.82 1.99-7.81 5.778-8.84 10.053l-5.53 2.58z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10157" d="m40.751 96.808c12.003-10.547 18.807-7.751 23.457 2.133 2.906 5.939 5.364 14.889 12.816 16.549l-10.49 4.5c-7.453-1.66-9.911-10.61-12.816-16.55-1.374-2.92-2.845-6.117-5.468-8.071-0.89-0.663-4.465-0.426-3.299-1.021 3.101-1.584 6.308-2.859 9.468-4.267 1.16-0.517-4.232 1.857-3.177 2.225l-10.491 4.502z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10158" d="m60.484 99.139c-5.016 4.191-10.338 8.261-14.311 13.511-2.045 6.77 11.148 0.49 11.031 0.54-14.379 6.54 0.61-1.59 3.878-4.2l9.653-4.5c-4.791 3.83-36.041 23.5-34.215 12.66 3.973-5.25 9.295-9.32 14.311-13.51l9.653-4.501z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10160" d="m76.131 105.67c5.607-4.91 16.259-6.145 25.359-7.431 3.75-0.515 1.95-0.272 5.4-0.731l-9.065 4.622c-3.456 0.46-1.655 0.21-5.402 0.73-6.312 0.89-29.02 6.17-7.222-1.81l-9.07 4.62z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10168" d="m90.443 103.47c-0.368-3.45-0.08-6.437-3.712-7.587 0.472-1.773-6.528 2.028-5.025 1.219 15.482-8.331-0.45-1.078 3.732 10.348 3.86 7.16 12.362 8.9 18.772 7.64 1.62-0.31 6.06-2.43 4.65-1.61-2.28 1.33-4.65 2.48-6.98 3.71l9.07-4.91c-8.81 4.83-25.71 15.31-34.581 0.08-4.569-12.482 10.267-21.053 19.432-21.387 3.632 1.15 3.344 4.136 3.712 7.584l-9.07 4.913z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10170" d="m124.18 96.235c-2.99-1.721-6.64-1.864-10-1.438 0.79-0.566-2.57 0.791-1.96 0.501 15.75-7.511 4.37-2.057 3.42 6.422 0.14 6.96 5.13 11.4 11.54 12.71 4.56 0.82 9.11 0.8 13.44-0.94l-9.65 4.51c-4.34 1.73-8.88 1.75-13.45 0.93-6.4-1.31-11.39-5.75-11.54-12.71 1.04-9.195 8.88-14.443 17.85-15.924 3.36-0.426 7.01-0.283 10 1.438l-9.65 4.501z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10196" d="m131.54 94.102c3.21-1.478 6.38-3.017 9.61-4.434 0.62-0.271-0.54 1.234-0.76 1.871-0.96 2.754-1.51 5.622-1.98 8.501-1.52 9.51-2.46 19.14-3.61 28.7-0.79 7.79-1.71 15.55-3 23.26l-9.65 4.5c1.29-7.71 2.21-15.47 3-23.26 0.39-3.28 4.01-37.916 6.35-39.071 3.21-1.58 6.46-3.046 9.7-4.569l-9.66 4.502z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10197" d="m130.5 95.845c1.55-3.476 6.95-4.282 10.34-5.557 1.96-0.805 3.94-1.566 5.92-2.295l-6.37 3.322c-1.98 0.728-3.96 1.489-5.92 2.294-8.51 3.198 4.94-4.408 2.4-1.085l-6.37 3.321z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10200" d="m141.34 96.542c3.24-0.834 14.36-10.232 16.1-2.478 0.55 5.907-2.44 11.206-1.93 17.166-2.16 5.13 9.39 2.63 8.51 3.05-14.45 6.79-8.45 4.08-5.05 1.42l9.66-4.5c-4.83 3.78-18.85 14.08-22.77 4.53-0.52-5.96 2.48-11.26 1.93-17.164-1.74-7.776-16.49 3.454 3.2-6.525l-9.65 4.501z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10206" d="m172.22 90.34c4.82-0.44 5.5 3.033 4.84 7.204-1.48 6.636-5.38 16.996 4.69 17.046 2.3-0.25 1.15-0.06 3.46-0.57l-9.65 4.5c-2.32 0.51-1.16 0.32-3.46 0.57-10.07-0.05-6.18-10.41-4.69-17.05 0.66-4.166-0.02-7.639-4.85-7.199l9.66-4.501z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10225" d="m131 91.037c3.38 0.443 6.68 1.827 9.69 3.423l-9.65 4.502c-3.01-1.596-6.31-2.98-9.69-3.424l9.65-4.501z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10226" d="m187.01 94.45c7.99-4.14 12.31-7.977 17.58-0.295 4.6 6.065 5.04 15.545 11.78 19.845 1.81 0.93 3.83 1.33 5.8 1.74l-9.65 4.5c-1.98-0.41-3.99-0.81-5.8-1.74-6.74-4.3-7.18-13.78-11.78-19.844-5.15-7.512-14.1-1.816 1.72-8.707l-9.65 4.501z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10229" d="m193.69 106.08c24.9-12.256-8.64 3.87 0.89 9.1-0.51 1.48 8.85-1.56 8.37-1.35-14.63 6.18-5.9 2.03-2-1.04l9.65-4.5c-7.2 5.67-16.19 12.52-25.68 11.39-8.24-4.53 16.95-20.42 18.42-18.1l-9.65 4.5z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10231" d="m217.97 97.24c2.81-2.34 12.53-10.187 15.46-3.343 1.14 7.243-0.72 14.293-0.61 21.523l-9.23 4.5c-0.11-7.23 1.75-14.28 0.61-21.522-2.72-6.366-13.27 1.792 3.94-6.49 0.38-0.184-1.36 0.658-0.94 0.83l-9.23 4.502z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10239" d="m221.92 103.12c6.4-6.075 16.05-13.123 25.46-13.005 8.04 3.102 7.6 15.625 6.38 21.955-0.24 1.08-0.55 2.14-0.85 3.2l-9.23 4.5c0.3-1.06 0.61-2.12 0.85-3.2 1.22-6.33 1.66-18.851-6.38-21.953-4.24-0.054-13.73 5.127 1.46-2.162 0.71-0.343-9.46 6.059-8.46 6.169l-9.23 4.496z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10251" d="m252.98 97.284c-24.21 12.206 7.75-8.098 16.72-7.653 5.66 3.792 3.43 16.969 2.49 22.759-0.12 0.59-0.24 1.19-0.36 1.79l-9.23 4.65c0.03-0.15 0.34-1.69 0.36-1.78 0.94-5.79 3.17-18.968-2.49-22.76-4.84-0.24-16.56 5.97-1.58-1.659 0.16-0.082-12.91 9.429-15.14 9.309l9.23-4.656z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10259" d="m75.414 30.201c6.417-0.235 12.931-2.82 19.172-4.563 2.748-1.06 5.654-1.454 8.524-2.018l-5.797 2.701c-2.865 0.564-5.771 0.958-8.519 2.018-6.241 1.743-12.755 4.328-19.172 4.563l5.792-2.701z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10279" d="m97.82 25.491c-0.798-2.313-2.421-4.205-4.319-5.921 0.927-3.24-9.829 0.29-8.297-0.312 4.931-1.942 6.034-2.558 3.418-1.212-4.225 2.389-6.979 6.619-8.279 10.788 0.158 3.364 1.866 6.797 4.306 9.388 3.18 2.73 6.654 4.465 11.211 4.179 0.743 0.328 8.09-2.354 6.8-1.932-8.102 2.635-0.97-0.395 1.26-2.357l5.79-2.36c-5.27 4.638-12.362 7.655-19.641 9.01-4.558 0.285-8.032-1.449-11.212-4.18-2.44-2.591-4.148-6.023-4.305-9.388 1.299-4.169 4.053-8.398 8.278-10.788 4.283-2.203 11.698-7.026 16.463-3.196 1.897 1.716 3.517 3.608 4.317 5.921l-5.79 2.36z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10286" d="m85.316 170.78c7.295-12.03 10.892-5.5 11.671 3.91 1.743 21.46-11.926 37.32-31.15 42.94l4.895-4.34c16.049-4.68 21.979-13.87 21.36-34.26-0.249-3.01-0.342-6.4-1.764-9.12-0.56-1.07-4.19-0.22-3.331-1.04 7.938-7.57 4.376-4.52 3.215-2.42l-4.896 4.33z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10307" d="m109.47 167.23c0.37-0.5-2.08 1.32-1.58 0.96 1.44-1.03 2.83-2.11 4.32-3.05 1.74-1.1-2.69 3.18-3.5 5.06-1.8 4.19-2.67 8.74-2.99 13.26 0.48 11.36 1.91 28.2 16.34 27.4l-5.19 3.73c-14.43 0.8-15.86-16.04-16.34-27.4 0.76-10.65 4.13-18.65 14.13-23.69l-5.19 3.73z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10312" d="m90.239 195.18c4.436-5.06 9.921-6.5 15.841-8.9 0.22-0.08 0.44-0.16 0.66-0.24l-4.89 4.11c-0.23 0.08-0.45 0.16-0.67 0.24-3.849 1.56-16.526 7.48-6.046 0.68l-4.895 4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10313" d="m92.127 195.04c2.959-1.39 6.078-2.39 9.183-3.39l-2.283 1.91c-3.107 1.01-6.225 2.01-9.184 3.4l2.284-1.92z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10334" d="m71.284 215.13c2.282-0.05-7.613 2.79-5.706 2.1 6.617-2.38 14.816-6.11 22.025-4.72 6.222 3.84 9.33 8.25 17.357 8.51 0.75-0.02 1.5-0.05 2.26-0.08l-6.01 2.19c-0.75 0.02-1.504 0.05-2.258 0.08-8.025-0.27-11.132-4.67-17.354-8.52-3.874-0.75-7.885 0.28-11.669 1.18-1.359 0.32-5.31 1.73-4 1.25 1.883-0.7 7.542-2.75 5.654-2.07-2.071 0.74-4.136 1.51-6.205 2.27h-0.099l6.005-2.19z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10336" d="m126.64 186.01c0.65 4.49 0.69 9.05 0.49 13.57-0.17 2.51-0.1 5.03-0.18 7.54-0.71 3.13 3.22 3.62 5.3 5.18l-4.9 4.1c-2.08-1.55-6-2.04-5.3-5.17 0.08-2.51 0.02-5.03 0.18-7.54 0.2-4.53 0.16-9.08-0.48-13.57l4.89-4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10339" d="m130.21 184.27c2.23 2.35 5.2 3.92 8.04 5.45 0.16 0.1 0.33 0.19 0.49 0.29l-4.9 4.11c-0.16-0.1-0.33-0.19-0.49-0.29-2.83-1.53-5.81-3.1-8.03-5.45l4.89-4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10343" d="m134.6 193.52c-3.65 0.94-16.26 11.73-7.18 4.15-0.5 0.2-0.58 0.72-0.87 1.07l-4.9 4.11c0.29-0.35 0.37-0.87 0.87-1.07 5.1-4.29 10.77-9.74 16.98-12.37l-4.9 4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10353" d="m120.69 198.75c5.53-1.03 11.22-0.65 16.82-0.41 0.3 0.01 0.59 0.02 0.89 0.04h-6.39c-0.3-0.02-0.59-0.03-0.89-0.04-11.04-0.48 9.24-0.73-4.04 0.41h-6.39z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10357" d="m126.01 216.45c3.57-3.01 7.2-6.09 11.21-8.52l-4.89 4.1c-4.15 2.53-8.36 6.26-1.42 0.31l-4.9 4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10361" d="m144.45 185.31c-0.1 3.99 0.07 7.95 0.41 11.91 0.25 3.21 0.33 6.43 0.25 9.64l-4.9 4.1c0.09-3.21 0.01-6.43-0.25-9.63-0.34-3.97-0.51-7.93-0.41-11.91l4.9-4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10364" d="m139.51 210.61c5.51-5.7 5.75-2.9 11.44 0.5l-4.9 4.11c-5.56-3.32-9.48-3.46-1.64-8.72l-4.9 4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10365" d="m145.17 214.75c2.38-3.73 5.74-4 8.82-6.21l-4.9 4.11c-2.39 1.72-9.34 4.68 0.98-2.01l-4.9 4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10367" d="m147.28 182.79c2.39 1 3.88 3.33 5.68 5.12 0.74 0.61 1.57 1.07 2.4 1.55l-4.9 4.1c-0.82-0.47-1.66-0.93-2.39-1.54-1.8-1.79-3.29-4.12-5.69-5.12l4.9-4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10369" d="m155.95 187.02c-1.32 5.93-1.09 12.18-0.84 18.23 0.45 7.89 0.42 15.82-0.03 23.7-0.04 0.33-0.09 0.66-0.14 0.99l-4.89 4.11c0.04-0.33 0.09-0.66 0.13-0.99 0.46-7.88 0.48-15.81 0.03-23.7-0.24-6.05-0.48-12.3 0.85-18.24l4.89-4.1z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10371" d="m151.84 232.22c8.01-7.56 1.56-1.13-1.16 2.37-0.12 0.18-0.25 0.35-0.38 0.53l-4.89 4.11c0.12-0.18 0.25-0.36 0.38-0.53 3.15-4.07 6.66-7.66 10.94-10.59l-4.89 4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10397" d="m160.9 183.84c1.4 0.63 2.65 1.72 3.96 2.59-0.01 0.04 0.6 0.42 0.62 0.43l-4.89 4.11c-0.21-0.14-0.44-0.25-0.62-0.43-1.32-0.87-2.56-1.96-3.97-2.6l4.9-4.1z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10398" d="m165.4 185.53c-0.62 3.57-0.32 7.23-0.15 10.83 0.26 3.28 0.04 6.56 0.16 9.84-0.08 0.73 0.16 1.37 0.34 2.04l-4.68 4.35c-0.18-0.67-0.42-1.31-0.34-2.04-0.12-3.28 0.1-6.56-0.16-9.84-0.17-3.6-0.47-7.26 0.15-10.83l4.68-4.35z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10399" d="m161.19 211.22c5.6-5.49 4.08-3.9 8.57-0.51 0.82 0.79 1.71 1.46 2.64 2.11l-4.9 4.11c-0.92-0.65-1.82-1.33-2.64-2.11-4.45-3.36-5.31-3.11 1.23-7.71l-4.9 4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10400" d="m172.41 183.84c-10.02 9.6-0.75-4.31 4.11 1.77 0.25 0.48 0.75 0.72 1.12 1.07l-4.9 4.11c-0.37-0.36-0.87-0.59-1.12-1.07-0.67-0.85-1.37-1.93-2.48-2.2-0.42-0.1-1.6 0.39-1.28 0.11 9.36-8.19 2.97-2.3-0.35 0.31l4.9-4.1z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10401" d="m176.94 186.01c0.47 3.49 0.31 7.06 0.31 10.58-0.06 3.16 0.11 6.33-0.1 9.48-0.28 1.08-0.14 2.03 0.11 3.06l-4.89 4.11c-0.26-1.04-0.39-1.98-0.12-3.06 0.21-3.15 0.04-6.32 0.1-9.48 0-3.52 0.16-7.09-0.31-10.58l4.9-4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10403" d="m182.67 188.42c5.59-6.25 3.27-2.15 3.22 3.41-0.06 3.39 0.31 6.77 0.36 10.16 0.09 1.69-0.15 3.65 0.66 5.08 2.57 0.77 4.67 2.32 6.79 3.84 0.2 0.13 0.4 0.26 0.6 0.38l-4.9 3.89c-0.2-0.13-0.39-0.25-0.59-0.38-2.12-1.53-4.23-3.07-6.8-3.84-0.8-1.43-0.56-3.4-0.66-5.09-0.05-3.39-0.42-6.76-0.35-10.16 0.05-6.1-0.01-7.49 6.56-11.18l-4.89 3.89z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10404" d="m188.03 184.53c1.81-0.14 3.33 0.02 4.93 0.86 1.15 0.69 2.43 0.94 3.74 1.14l-4.9 4.11c-1.3-0.2-2.58-0.45-3.73-1.15-1.6-0.83-3.12-0.99-4.93-0.85l4.89-4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10409" d="m196.3 186.2c-4.6 3.24 5.4-5.82 2.09-1.73-1.38 1.67-1.33 3.62-1.34 5.68 0.01 2.58 0.01 5.16 0.01 7.75v7.06c-0.07 2.57 0.27 4.43 2.84 5.32 2.09 0.91 3.86 1.35 6.07 0.8l-4.89 4.11c-2.22 0.54-3.98 0.11-6.08-0.8-2.57-0.89-2.9-2.75-2.84-5.32v-7.06c0-2.59 0-5.17-0.01-7.76 0.01-2.05-0.04-4 1.34-5.67 2.12-2.61 4.82-4.86 7.71-6.49l-4.9 4.11z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10419" d="m210.37 184.97c0.11 3.62 0.31 7.23 0.35 10.85 0.01 2.71 0 5.41 0 8.11 0.07 1.77-0.31 3.51-0.2 5.26 1.31 1.36 3.32 2.35 5.2 2.94l-4.89 3.75c-1.89-0.59-3.9-1.58-5.21-2.94-0.11-1.74 0.28-3.49 0.21-5.26 0-2.7 0-5.4-0.01-8.1-0.03-3.63-0.24-7.24-0.34-10.86l4.89-3.75z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10420" d="m204.55 183.17c2.14 0.5 4.03 1.99 6.17 2.81l-4.89 4.08c-2.14-0.81-4.04-2.3-6.18-2.8l4.9-4.09z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10437" d="m207.26 191.83c4.84-3-0.14-2.8 10.38-7.77l-4.9 4.52c-1.73 0.82-6.45 4.18-5.01 2.84 1.56-1.44 6.25-5.79 4.69-4.34-6.12 5.66-7.25 6.73-0.26 0.22l-4.9 4.53z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10438" d="m217.04 183.5c1.72-0.23 2.79 0.55 4.06 1.74 0.11 0.09 0.23 0.19 0.35 0.28l-4.89 4.53c-0.12-0.1-0.24-0.19-0.36-0.28-1.26-1.19-2.34-1.97-4.06-1.74l4.9-4.53z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10440" d="m216.59 188.03c7.79-8.26 3.34-0.16 4.8 8.15 0.93 3.8 0.43 7.63 0.17 11.47l-4.9 4.52c0.26-3.84 0.77-7.66-0.17-11.47-1.37-7.81-1.52-12.39 5-17.2l-4.9 4.53z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10441" d="m215.28 212.58c3.06-3.13 6.06-7.14 9.29-3.11 0.4 0.69 1 1.15 1.56 1.65l-4.89 4.53c-0.57-0.51-1.16-0.97-1.57-1.65-3.16-3.96-7.98 1.65 0.51-5.95l-4.9 4.53z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10442" d="m218.03 191.06c13.3-12.26 0.22-0.2 0.24-0.22 4.34-3.56 5.74-4.97 10.13-7.02l-4.9 4.53c-1.66 0.77-6.33 3.61-4.97 2.31 1.52-1.48 6.26-5.68 4.64-4.35-0.04 0.03-13.05 12.1-0.25 0.22l-4.89 4.53z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10445" d="m228.59 183.5c1.63 0.25 2.91 1.5 4.12 2.65l-4.9 4.53c-1.21-1.15-2.49-2.41-4.12-2.65l4.9-4.53z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10449" d="m232.69 185.86c-0.16 3.48-0.38 6.95-0.25 10.45 0.23 3.03 0.25 6.08 0.25 9.12 0.09 1.27-0.14 2.5-0.33 3.74l-4.9 4.52c0.2-1.23 0.42-2.47 0.33-3.73 0-3.05-0.01-6.09-0.24-9.12-0.13-3.5 0.09-6.97 0.24-10.46l4.9-4.52z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10451" d="m231.64 207.76c1.4 0.3 2.6 1.22 3.84 2.04 0.55 0.32 0.99 0.8 1.47 1.24l-4.9 4.52c-0.47-0.43-0.91-0.92-1.47-1.23-1.23-0.82-2.44-1.74-3.83-2.05l4.89-4.52z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10456" d="m61.797 239.38c-3.815 14.51-9.17 28.23-17.028 40.7-4.475 7-9.893 13.3-16.22 18.65l-4.836 3.67c6.328-5.35 11.746-11.65 16.22-18.65 7.859-12.47 13.213-26.19 17.028-40.71l4.836-3.66z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10461" d="m27.88 298.13c3.428-1.18 7.145-1.56 10.932-1.14 6.697 1.49 12.621 5.49 19.564 4.96 0.609-0.12 1.218-0.24 1.828-0.35l-4.836 3.66c-0.609 0.12-1.219 0.24-1.828 0.36-6.943 0.53-12.866-3.47-19.563-4.97-3.788-0.41-7.504-0.04-10.933 1.15l4.836-3.67z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10471" d="m70.37 235.65c-1.123 13.31-1.161 26.21 2.775 39.7 4.755 14.46 7.667 23.2 22.924 15.48l-7.482 5.67c-15 7.56-18.226-1.19-23-15.42-4.024-13.64-3.915-26.66-2.318-40.05l7.101-5.38z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10476" d="m49.366 235.26c-1.336 3.67-0.707 6.56 3.963 6.39 5.784-0.79 10.868-3.47 15.986-5.81l-7.394 5.61c-5.06 2.31-10.093 4.98-15.835 5.69-4.649 0.08-5.251-2.91-3.819-6.5l7.099-5.38z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10481" d="m50.888 271.43c5.189-3.39 10.916-5.06 16.936-6.25 1.036-0.22 2.088-0.35 3.135-0.51l-7.781 5.45c-1.07 0.17-2.145 0.32-3.204 0.56-5.94 1.21-11.632 2.8-16.775 6.14l7.689-5.39z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10489" d="m112.97 269.94c-9.6 10.08-6.81 1.97-14.828 5.15 2.648-1.63 5.248-3.32 7.948-4.88 1.62-0.94-2.48 2.68-3.31 4.23-2.22 4.18-3.21 7.59-1.62 11.95 2.25 7.51 7.65 9.86 16.35 7.64 14.96-7.37-6.7 5.47 1.16 0.15l8.97-5.54c-6 4.06-12.04 8.36-19.08 10.92-8.626 2.18-13.324-0.27-15.583-7.68-3.831-10.45 4.221-17.17 13.973-22.24 6.94-2.73 11.51 4.32-2.69 5.68l8.71-5.38z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10490" d="m114.25 279.99l-0.15 0.09c2.48-1.73 4.96-3.47 7.45-5.2 0.32-0.22-0.63 0.5-0.95 0.72-3.47 2.43-6.72 4.86-10.27 7.03-1.55 0.95-3.15 1.8-4.67 2.78-0.4 0.25-1.56 1.05-1.18 0.78 11.79-8.31 8.29-5.81 5.77-4.01-2.12 1.64 0.28-0.26-1.09 1.01l-7.74 5.42c0.34-0.32 0.49-0.82 1.02-0.96 4.04-2.9 8.02-5.94 12.3-8.5 1.72-1.03 6.8-4.26 5.17-3.09-18.63 13.35 1.69-1.53 2.02-1.45l-7.68 5.38z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10513" d="m134.96 272.25c-2.56 4.92-3.71 10.85-3.29 16.28 0.44 2.96 2.68 8 6.96 6.75 2-0.59 11.49-6.55 5.37-2.86-1.91 1.15-3.8 2.34-5.71 3.51l8.01-5.1c-6.21 4.03-20.04 16.56-22.51 2.71-0.42-5.47 0.73-11.51 3.48-16.39l7.69-4.9z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10515" d="m138.99 269.73c-2.75 1.78-11.24 6.74-8.24 5.34 3.07-1.43 5.64-3.63 8.46-5.44 6.83-4.39-27.79 17.74 1.24-0.82 1.52-0.97 3.61-0.76 5.32-0.61 3.88 1.24 6.87 2.76 10.88 1.06l-8.45 5.48c-3.98 1.67-6.98 0.12-10.83-1.1-1.76-0.16-6.72 1.53-5.28 0.58 2.64-1.73 10.55-6.96 7.96-5.15-28.11 19.66 17.27-12.79-9.36 6.04l8.3-5.38z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10521" d="m154.57 269.81c-5.81 15.67-7.98 32.12-7.95 48.83 0.07 1.12 0.13 2.25 0.2 3.38l-8.06 5.64c-0.11-1.1-0.21-2.2-0.31-3.31-0.39-16.94 2.08-33.45 8.43-49.15l7.69-5.39z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10538" d="m157.95 276.59c7.83-9.86 11.45-10.87 8.55 1-3.13 8.88-2.53 21.17 8.44 13.55 0.62-0.56 2.4-2.31 1.85-1.67-11.01 13.09 1.59-4.22 3.81-8.16l6.91-7.48c-5.23 9.35-11.27 17.97-19.42 24.71-10.84 7.49-11.57-4.76-8.44-13.54 4.56-18.21-7.27-0.9 4.94-15.6l-6.64 7.19z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10547" d="m181.91 273.02c15.54-9.39 4.17-0.34 4.77 12.75 0.57 8.3 5.56 12.76 13.89 9.09l-8.79 4.84c-8.24 3.62-13.35-0.84-13.93-9.07-0.46-10.85 2.13-17.87 12.58-22.3l-8.52 4.69z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10561" d="m209.34 272.44c0.23-0.15-0.34 0.42-0.47 0.66-0.82 1.51-1.31 3.2-1.81 4.82-1.19 3.86-2 7.71-2.33 11.71-0.04 2.93 0.83 6.84 4.83 6.2 1.61-0.26 5.78-2.83 4.49-1.87-1.77 1.33-3.57 2.65-5.58 3.63-1.99 0.97 3.31-2.89 4.72-4.54 2.91-3.38 5.06-7.15 7-11.08 0.33-0.77 0.65-1.54 0.98-2.31l7.98-5.31c-0.31 0.76-0.62 1.51-0.93 2.27-3.86 8.01-27.84 37.21-31.47 18.33 0.82-10.58 2.8-17.55 12.98-22.68 0 0-8.88 5.69-0.39 0.17z" sodipodi:nodetypes="ccccccccccccccc" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10564" d="m229.31 270.07c-1.2 7.87-4.67 16.91-1.11 24.62 0.81 2.84 7.86-1.75 5.75-0.62-11.59 6.2-3.68 1.05-0.72-2.84l8-5.06c-4.25 5.63-13.3 16.86-20.91 13.49-3.87-7.64-0.23-16.93 1.29-24.74l7.7-4.85z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10577" d="m241.71 270.16c6.09-2.08 6.95 1.58 7.15 6.73-0.1 6.11-1.19 12.15-1.91 18.2l-7.29 6.52c0.62-6.03 1.61-12.03 1.78-18.09-0.11-5.15-0.77-8.86-6.93-6.92l7.2-6.44z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10582" d="m243.72 286.28c1.89-6.97 10.19-12.77 16.94-16.11 7.49-3.07 5.43 8.37 4.89 12.21-0.67 3.82-1.16 7.71-1.4 11.57l-7.05 6.67c0.13-3.82 0.66-7.67 1.28-11.46 0.54-3.87 2.7-15.43-4.87-12.22-1.91 0.95-3.69 2.04-5.36 3.35-0.4 0.31-1.53 1.33-1.17 0.98 12.28-12.02 4.03-5.35 3.74-1.62l-7 6.63z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10585" d="m270.22 273.76c-12.36 15.35-0.73-2.84 5.43-4.11 3.42 0.86 5.53 1.98 8.85 0.1 0.28-0.18 0.56-0.35 0.84-0.52l-5.98 6.73c-0.28 0.18-0.56 0.35-0.84 0.53-3.29 1.83-5.44 0.71-8.81-0.16-1.24 0.26-4.33 2.79-3.45 1.78 1.83-2.09 3.68-4.15 5.52-6.22 2.5-2.81-9.82 11.45-7.45 8.5l5.89-6.63z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10588" d="m279.45 274.43c12.99-13.55 0.66 0.01 2.16 12.27 1.33 5.76 5.34 9.97 11.49 6.92l-7.21 6.82c-6.1 3-10.21-1.13-11.55-6.86-1.35-10.95 3.55-18.94 12.12-25.79l-7.01 6.64z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10596" d="m211.17 270.68c5.6 2.22 11.9 2.06 17.64 0.4 2.56-0.85 4.86-2.22 7.13-3.63l-6.6 6.48c-2.28 1.42-4.59 2.81-7.16 3.67-5.66 1.64-11.98 1.85-17.43-0.61l6.42-6.31z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath10601" d="m114.63 279.3c-3.27 0.28-6-1.64-8.66-3.33-0.81-0.44-1.52-1.04-2.27-1.59l8.21-4.73c0.77 0.53 1.51 1.1 2.33 1.55 2.62 1.66 5.28 3.63 8.52 3.41l-8.13 4.69z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3335" d="m89.045 443.38c1.124-5.41 13.385-11.99 19.355-13.77 9.68-1.64 1.02 17.45-0.43 20.34-9.815 17.51-26.848 29.12-45.385 42.7l-4.818 3.14c18.402-13.46 35.497-25.02 45.023-42.46 1.45-2.99 9.58-21.28-0.21-19.93-3.368 0.95-7.36 3.54-7.394 5.98l-6.141 4z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3338" d="m138.8 376.96c-1.9 0.33-9.02 5.09 3.37-2.59 0.61-0.38-1.03 0.91-1.48 1.4-2.7 2.92-3.89 6.29-5.1 9.49-4.4 11.91-7.14 24.05-9.69 36.01-2.38 11.14-4.46 22.27-6.74 33.41-0.32 1.61-0.63 3.21-0.94 4.81l-5.72 3.79c0.42-1.66 0.83-3.33 1.23-5 2.52-11.23 4.86-22.48 7.2-33.71 2.48-11.87 5.16-23.89 9.25-35.72 1.95-5.51 5.55-13.72 14.68-15.9l-6.06 4.01z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3353" d="m118.36 440.1c3.32-2.61 13.57-8.8 3.44-2.48-0.55 0.35 1.1-0.71 1.64-1.06 2.93-1.9 5.82-3.83 8.89-5.41 2.52-1.17 6.33-2.45 8-0.69 1.12 5.26-7.9 9.9-11.22 12-3.81 2.35-7.81 4.23-11.86 5.87-3 1.05-7.41 3.78 1.15-1.59l-5.69 2.99c4.31-2.73 5.6-3.59 9.44-5.06 4.02-1.64 7.96-3.51 11.74-5.86-9.02 5.76 1.85-0.6 1.01-5.02-1.77-1.26-5.02-0.13-7.4 1-5.4 2.86 6.34-4.23-0.07-0.12-2.21 1.42-8.84 5.64-6.64 4.22 7.86-5.1 5.29-3.51 3.39-1.89l-5.82 3.1z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3363" d="m126.6 443.11c-1.12 4.06 10.85 23.55 13 26.63 10.5 11.82 26.08 14.43 43.42 4.58l-3.89 2.96c-17.65 9.9-33.28 7.26-43.82-4.88-5.27-7.66-11.26-16.91-14.37-26.02l5.66-3.27z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3372" d="m82.417 437.82c1.28-4.11 7.742-7.02 10.976-8.65 4.414-1.66 1.091 12.34 0.619 14.28-1.259 5-2.412 10.16-4.036 15.13-0.445 1.26 0.108-0.31-0.316 0.93l-5.514 3.35c0.416-1.24-0.117 0.32 0.311-0.93 1.869-5.02 3.197-10.32 4.454-15.38 0.455-1.87 3.605-15.6-0.848-13.88-2.04 1.05-4.789 2.78 3.485-2.32 1.513-0.94-3.257 2.45-3.478 4.02l-5.653 3.45z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3374" d="m159.06 436.59c1.31-1.15 6.38-4.1-4.17 2.85-1.82 1.2 3.53-2.97 4.69-4.93-2.7-3.29-9.73-2.02-13.74 0.14-0.49 0.33-1.94 1.29-1.46 0.97 1.04-0.69 2.03-1.54 3.11-2.07 1.6-0.78-2.78 2.84-3.43 4.59-1.45 3.87 1.57 5.28 4.3 5.49 4.67-0.31 13.87-4.18 10.79 4.47-4.59 9.02-17.46 15.1-25.56 15.46l4.61-3.3c8.44-0.09 13.36-2.96 16.43-9.09 2.8-8.36-6.22-4.65-10.76-4.33-11.72-0.81 1.42-12.15 6.33-15.38 4.37-2.34 11.03-3.29 14.21-0.27-1.7 3-7.57 7.83-10.17 8.86l4.82-3.46z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3377" d="m175.35 437.3c1.09-3.64-0.32-5.24-4.12-4.36-1.01 0.53 1.89-1.34 2.92-1.8 2.17-0.95-2.97 3.85-3.81 5.96-2.28 5.72-3.98 11.82-5.1 17.61-1 12.43 15.04-3.06 19.23-6.82 0.74-0.69 1.48-1.37 2.23-2.05l4.72-2.81c-0.78 0.71-1.56 1.41-2.34 2.12-4.77 4.26-30.56 27.03-28.74 12.53 2.52-11.02 3.85-21.87 16-28.06 4.04-0.89 5.1 0.69 4.52 4.34l-5.51 3.34z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3384" d="m198.11 433.38c-2.88-0.38-5.2-1.12-8.4-0.61-1.17 0.45-10.68 4.1 4.46-2.13 1.49-0.61-2.44 2.12-3.28 3.37-2.11 3.14-3.07 6.54-3.88 9.87-0.97 4.53-1.69 9.07-2.76 13.6-0.88 3.19 4.67 1.1 6.62 0.39 3.3-1.56-2.53 1.21-4.17 1.89-1.3 0.54 2.36-1.55 3.42-2.45 2.68-2.25 4.08-5.23 5.39-8.05 1.2-2.84 2.21-5.7 3.49-8.52l6.01-2.77c-1.39 2.84-2.4 5.7-3.62 8.57-3.48 7.8-7.66 10.23-16.48 14.34-2.05 0.73-7.9 2.85-6.86-0.53 1.26-4.58 2.14-9.16 3.07-13.74 1.92-8.15 4.6-13.27 14.59-16.84 3.24-0.46 5.66 0.4 8.65 0.54l-6.25 3.07z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3410" d="m215.04 441.65c1.28-4.62 11.52-9.8 15.21-11.04 5.46-1.02 8.6 0.13 9.12 5.59-0.16 6.06-3.98 13.39-8.69 18.09-5.75 4.75-10.96 8.21-17.54 8.58-0.67 0.01-1.34 0.03-2 0.04l5.06-3.78c0.65 0 1.3-0.01 1.96-0.02 3.17-0.2 6.32-0.93 9.38-2.74 0.36-0.21 1.4-0.94 1.06-0.68-7.28 5.59-4.47 3.33-2.99 2.12 4.91-4.52 8.68-12.06 8.77-18.05-0.62-5.29-3.67-6.51-9.05-5.43-2.75 0.95-7.57 4.45-0.05-1.14 0.91-0.68-4.6 2.52-4.93 4.7l-5.31 3.76z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3411" d="m201.11 431.79c1.74-1.08 4.36-2.21 6.13-3.24 1.1-0.64-0.62 2.16-0.88 3.25-0.77 3.15-1.41 6.31-2.23 9.46-1.06 3.89-1.69 7.7-2.52 11.58-0.59 2.72-1.36 5.4 2.05 5.86 5.75-1.5 3.15-1.35 8.7-5.33l4.4-2.7c-5.42 3.9-11.57 9.68-18.08 11.33-3.49-0.5-3.64-3.17-3.01-5.98 0.83-3.93 1.59-7.78 2.71-11.71 2.09-7.76 0.82-10.68 8.88-15.83l-6.15 3.31z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3413" d="m237.31 448.93c0.29-1 19.64-12.17 9.63-5.45 3.8-3.04 5.14-5.81 2.95-9.18-0.66-0.83-4.45 0.01-3.38-0.73 7.67-5.31 0.83 1.23-1.11 5.49-2.52 6.04-6.77 17.65 0.67 20.1 5.26 0.43 10.65-2.33 15.53-5.1l-4.44 3.16c-4.98 2.81-10.51 5.63-15.87 5.22-7.43-2.51-3.02-14.29-0.54-20.34 1.72-3.94 9.91-16.96 14.13-11.16 2.17 3.5 0.93 6.2-2.98 9.36-3.12 2.12-6.12 4.39-9.47 6.07-1.47 0.75-5.84 3.05-4.47 2.1 20.53-14.29 4.71-4.03 4.58-2.99l-5.23 3.45z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3416" d="m238.05 448.91c8.57-6.7 17.73-9.98 27.18-7.94 11.02 2.6 18.27 0.36 29.22-6.56l-3.56 2.54c-11.33 7.19-18.67 9.62-30.14 7.11-5.57-1.1-10.31-0.89-16.2 1.6-1.8 0.75-6.89 3.73-5.28 2.59 9.11-6.44 5.47-3.9 4.06-2.74l-5.28 3.4z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3422" d="m85.023 384.91c2.178-1.82 4.349-3.66 6.535-5.46 0.349-0.28-0.49 0.85-0.664 1.31-0.895 2.32-1.38 4.74-1.793 7.09-0.672 3.81-1.218 7.59-1.988 11.41-2.802 14.52-5.211 29.07-8.831 43.61-0.986 3.91-2.527 8.48-2.883 12.28 0.801 3.03 1.522 2.25 4.677 0.33l-5.844 5.18c-3.396 2.1-4.385 3.18-5.365-0.04 0.514-4.06 2.449-8.8 3.59-12.94 3.914-14.64 7.09-29.48 9.385-44.06 1.913-14.22-1.002-15.33 9.699-24.37l-6.518 5.66z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3426" d="m111.38 368.18c-11.977 11.34-22.614 15.89-37.232 15.85-19.492-0.95-41.197-3.81-51.153 17.86l-6.122 4.1c13.359-27.61 41.508-27.32 63.739-26.56 17.548-0.27 16.162 0.58 22.608-5.83l8.16-5.42z" transform="translate(10 3790.5)" display="block"/> + <path id="calligraphy-f10-fr.svgpath3433" d="m207.51 437.58c4-4.19 12.75-12.67 13.56-4.8-0.05 12.28-5.98 26.33-9.09 38.77-4.42 18.1-8.31 36.2-17.33 53.76-10.76 18.43-32.81 32.08-51.55 27.32-5.88-3.11-9.99-7.16-12.02-13.72-6.91-22.3 18.75-37.19 39.33-40.67 1.63-0.12 3.26-0.23 4.88-0.35l-4.91 3.51-4.68 0.21c-5.03 0.77-13.31 1.77-17.9 4.5-21.58 12.84-14.65 35.86 0.3 43 18.88 4.4 31.51-3.72 41.53-20.45 9.28-17.51 13.06-35.7 17.45-53.81 3-12.05 8.47-26.06 7.79-37.85-0.21-1.13-0.4-2.38-1.49-2.92-0.49-0.24-2.38 0.56-1.84 0.16 10.82-7.99 4.82-3.68 2.76-1.16l-6.79 4.5z" transform="translate(10 3790.5)" display="block"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4369.856516400001" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="4369.856516400001" x="10">Conclusion</tspan> </text> - <rect id="d0e379" display="none" height="1e3px" width="288" y="4297.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e379" display="none" height="1e3px" width="288" y="4375.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e379"/> </flowRegion> - <flowDiv xml:space="preserve">La calligraphie n'est pas seulement amusante; c'est un art profondément spirituel qui peut changer votre approche quant à ce que vous voyez et faites. L'outil calligraphie d'Inkscape ne peut servir que d'introduction modeste. Mais il est agréable d'utilisation et peut être utile pour des travaux concrets. Faites-vous plaisir !</flowDiv> + <flowDiv xml:space="preserve">La calligraphie n'est pas seulement amusante ; c'est un art profondément spirituel qui peut transformer votre regard sur tout ce que vous faites et voyez. L'outil Calligraphie d'Inkscape ne peut servir que d'introduction modeste. Et pourtant, il est très amusant de jouer avec et il peut servir à des travaux concrets. Faites-vous plaisir !</flowDiv> </flowRoot> - <g transform="translate(0 4357.8)"> + <g transform="translate(0 4435.4)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> @@ -807,8 +807,8 @@ bulia byak, buliabyak@users.sf.net et josh andler, scislac@users.sf.net <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/> - <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="sans-serif" fill="#ffffff"/> + <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path1951" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.69 -163.2)"/> </g> </g> diff --git a/share/tutorials/tutorial-elements.fr.svg b/share/tutorials/tutorial-elements.fr.svg index e64dd1d2e..06be155d4 100644 --- a/share/tutorials/tutorial-elements.fr.svg +++ b/share/tutorials/tutorial-elements.fr.svg @@ -35,16 +35,16 @@ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path7527" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.46 237.6)"/> <path id="text1896" d="m120.82 12.812 0.1105-0.44803c0.96986-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14732 0.5779-0.14731 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72436 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58929-0.30518 0.95761-0.91554 0.2087-0.35063 0.49721-0.948 0.86553-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6635 3.1752-2.6334 3.1752-0.3192 0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.38059 0.72724-0.69365 1.2532-0.93919 1.5778-0.54019 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50336 0.000008 0.92691 0.27921 1.2707 0.83762l0.92077-3.5063c0.12276-0.4675 0.18414-0.75969 0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78573-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25781 0.95449 0.18415 0.23376 0.41743 0.35063 0.69979 0.35063 0.71206 0 1.3934-0.62984 2.0441-1.8895 0.87167-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438 5.3763 0.36831 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6887 2.7661-0.34375 0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866s0.27623-0.79866 0.60772-1.6558l0.69978-1.7726c0.41742-1.0519 0.62613-1.7596 0.62613-2.1233 0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87166-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81029 0.38959 0.2087 0.25973 0.31305 0.59738 0.31306 1.0129-0.00001 0.49349-0.25168 1.409-0.75504 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.4788 1.396-0.4788 1.6558 0 0.23375 0.0982 0.35063 0.29465 0.35063 0.23326 0 0.53405-0.22077 0.90235-0.6623 0.3806-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27623-10.227c0.23325 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25782 0.62334 0 0.24675-0.0859 0.46103-0.25782 0.64282-0.1596 0.18182-0.35604 0.27272-0.58929 0.27271-0.23326 0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282 0-0.24673 0.0859-0.45451 0.25782-0.62334 0.17187-0.1818 0.37445-0.2727 0.60771-0.27271m8.3563 0.38959 0.1105-0.44803c0.96987-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14734 0.5779-0.14733 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72435 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58928-0.30518 0.9576-0.91554 0.2087-0.35063 0.49722-0.948 0.86554-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6636 3.1752-2.6334 3.1752-0.3192 0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.3806 0.72724-0.69365 1.2532-0.93919 1.5778-0.5402 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50335 0.000008 0.92691 0.27921 1.2707 0.83762l0.92078-3.5063c0.12275-0.4675 0.18415-0.75969 0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78572-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25783 0.95449 0.18414 0.23376 0.41741 0.35063 0.69978 0.35063 0.71207 0 1.3934-0.62984 2.0441-1.8895 0.87166-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479h1.3075c-0.30692 0.87009-0.72434 2.1427-1.2522 3.818-0.56475 1.8051-0.84712 3.0323-0.84711 3.6816-0.00001 0.27271 0.0982 0.40907 0.29464 0.40907 0.4297 0 1.0313-0.88307 1.8047-2.6492l0.40514 0.17532c-0.51563 1.1818-0.95761 1.9934-1.3259 2.4349-0.36832 0.44153-0.78574 0.6623-1.2522 0.6623-0.76118 0-1.1418-0.36362-1.1418-1.0909 0-0.19479 0.0553-0.59088 0.16574-1.1882-0.87166 1.5324-1.8047 2.2986-2.7992 2.2986-0.62614 0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337 0-1.4804 0.55247-2.9154 1.6574-4.305 1.1049-1.4025 2.2406-2.1038 3.4069-2.1038 0.61385 0.000008 1.0804 0.35713 1.3996 1.0714l0.29465-0.81814m-1.5469 0.23375c-0.36831-0.02596-0.79801 0.2013-1.2891 0.68178-0.4788 0.46752-0.92691 1.0974-1.3443 1.8895-0.83485 1.5713-1.2523 2.8895-1.2523 3.9543 0 0.83112 0.30693 1.2467 0.92077 1.2467 0.99444 0 1.9336-1.0324 2.8176-3.0972 0.60156-1.4025 0.93919-2.5648 1.0128-3.4868 0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893 5.3374 0.36831 0.23375c-0.88395 1.8311-1.9643 2.7466-3.2411 2.7466-0.67524 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83483-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.4297 0.000008 0.77346 0.11039 1.0313 0.33115 0.27009 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13505 0.15584-0.30079 0.23376-0.49721 0.23375-0.17188 0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.1105-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81029 1.5584-1.1418 2.6102-0.33148 1.0389-0.49721 1.896-0.49721 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.9576 0 1.8354-0.80515 2.6334-2.4155m5.1362-8.3177h1.2891l-0.79187 2.7466h1.4548l-0.12891 0.44803h-1.4548l-0.34989 1.1298c-0.29465 0.96099-0.60771 2.1233-0.93919 3.4868-0.33147 1.3506-0.49722 2.1362-0.49722 2.357 0 0.29869 0.12891 0.44803 0.38673 0.44803 0.45425 0.000001 1.0006-0.6623 1.639-1.9869 0.0614-0.14285 0.15346-0.31816 0.27623-0.52595l0.36831 0.1948c-0.47881 1.0519-0.83484 1.7272-1.0681 2.0259-0.50336 0.63633-1.0374 0.9545-1.6022 0.9545-0.38058 0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345 0-0.36362 0.0552-0.77268 0.16574-1.2272 0.12278-0.50646 0.51564-1.9609 1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027 8.3177 0.3683 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6886 2.7661-0.34376 0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.11049-0.79866 0.0737-0.24674 0.27624-0.79866 0.60771-1.6558l0.69979-1.7726c0.41742-1.0519 0.62613-1.7596 0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36832-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81027 0.38959 0.20872 0.25973 0.31307 0.59738 0.31307 1.0129 0 0.49349-0.25168 1.409-0.75503 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29463 0.35063 0.23328 0 0.53406-0.22077 0.90237-0.6623 0.38058-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27624-10.227c0.23326 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25783 0.62334-0.00001 0.24675-0.0859 0.46103-0.25783 0.64282-0.1596 0.18182-0.35603 0.27272-0.58929 0.27271-0.23327 0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673 0.0859-0.45451 0.25782-0.62334 0.17188-0.1818 0.37444-0.2727 0.60771-0.27271m7.3369 10.227 0.36831 0.23375c-0.88396 1.8311-1.9643 2.7466-3.2411 2.7466-0.67523 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83482-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.42969 0.000008 0.77345 0.11039 1.0313 0.33115 0.27008 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13506 0.15584-0.30079 0.23376-0.49721 0.23375-0.17189 0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.11049-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81028 1.5584-1.1418 2.6102-0.33148 1.0389-0.49722 1.896-0.49722 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.95761 0 1.8354-0.80515 2.6334-2.4155m6.3332 0 0.36832 0.19479c-0.82257 1.8441-1.7188 2.7661-2.6887 2.7661-0.34376 0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866 0.0736-0.24674 0.27622-0.79866 0.60771-1.6558l0.69979-1.7726c0.4174-1.0519 0.62612-1.7596 0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33147 0.000008 0.60157 0.12987 0.81028 0.38959 0.20871 0.25973 0.31306 0.59738 0.31307 1.0129-0.00001 0.49349-0.25169 1.409-0.75503 2.7466l-0.77346 2.0453c-0.31921 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29465 0.35063 0.23325 0 0.53404-0.22077 0.90236-0.6623 0.38058-0.45452 0.74275-1.0259 1.0865-1.7142m-0.27622-10.227c0.23326 0.000012 0.42969 0.09092 0.5893 0.27271 0.17187 0.16883 0.2578 0.37662 0.25781 0.62334-0.00001 0.24675-0.0859 0.46103-0.25781 0.64282-0.15961 0.18182-0.35604 0.27272-0.5893 0.27271-0.23328 0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282 0-0.24673 0.0859-0.45451 0.25781-0.62334 0.17187-0.1818 0.37444-0.2727 0.60772-0.27271m7.2632 10.383 0.34989 0.25323c-1.0681 1.7012-2.1853 2.5518-3.3516 2.5518-0.62613 0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168 0-1.1558 0.39287-2.409 1.1786-3.7595 1.0927-1.87 2.3326-2.805 3.7199-2.805 0.40513 0.000008 0.73661 0.12987 0.99443 0.38959 0.25781 0.25973 0.38672 0.59088 0.38673 0.99345-0.00001 0.94801-0.62 1.8441-1.86 2.6882-0.40514 0.27272-1.3136 0.71425-2.7255 1.3246-0.20871 0.79217-0.31306 1.4025-0.31306 1.8311 0 0.71425 0.31306 1.0714 0.9392 1.0714 0.45424 0 0.87779-0.16233 1.2707-0.48699 0.40514-0.33764 0.91463-0.948 1.5285-1.8311m-3.278-1.1103c0.23326-0.10389 0.51563-0.24024 0.84711-0.40907 0.71206-0.38959 1.3075-0.90904 1.7863-1.5584 0.49107-0.64931 0.73661-1.2597 0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337 0.000008-1.0067 0.3896-1.5101 1.1688-0.49108 0.7662-0.93306 1.8506-1.3259 3.2531m7.1834-8.8826 0.11048-0.44803c0.92078-0.03895 1.9643-0.10388 3.1306-0.1948-0.0982 0.35064-0.17188 0.60388-0.22099 0.7597-0.13505 0.40259-0.32533 1.0129-0.57087 1.8311l-1.4917 5.1426c-0.71206 2.4544-1.0681 3.9608-1.0681 4.5192-0.00001 0.40258 0.11049 0.60386 0.33147 0.60386 0.30693 0 0.68751-0.35063 1.1418-1.0519 0.23327-0.36361 0.49722-0.84411 0.79188-1.4415l0.42355 0.21427c-0.36832 0.71425-0.64455 1.2207-0.8287 1.5194-0.56475 0.89606-1.2093 1.3441-1.9336 1.3441-0.36831 0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542 0.20871-1.5389 0.62613-2.9804l1.6206-5.5906c0.35603-1.2337 0.53406-1.9285 0.53406-2.0843 0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#fff"/> <use id="use1901" opacity=".078652" style="color:black" xlink:href="#text1896" transform="matrix(3.1679 0 0 3.1679 -274.08 -31.04)" height="1052.3622" width="320" y="0" x="0" fill="black"/> </g> - <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> + <text id="text1920" font-family="sans-serif" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::RUDIMENTS</tspan> </text> <rect id="d0e10" display="none" height="1e3px" width="264" y="36" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e10"/> </flowRegion> @@ -53,42 +53,42 @@ <rect id="elements-f01-fr.svgrect1801" fill-rule="evenodd" transform="translate(10 117.26)" height="167.44" width="305.16" stroke="#000" y=".32084" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".64164" fill="#e1e1e1"/> <path id="elements-f01-fr.svgpath1721" d="m-40.289 236.82c0 25.429-20.615 46.044-46.044 46.044s-46.044-20.615-46.044-46.044 20.615-46.044 46.044-46.044 46.044 20.615 46.044 46.044z" stroke-opacity="0.33" fill-rule="evenodd" fill-opacity=".30460" transform="translate(10 117.26) matrix(1.3533 -4.2587e-17 4.2587e-17 1.3533 309.86 -242.92)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/> <path id="elements-f01-fr.svgpath1722" d="m-40.289 236.82c0 25.429-20.615 46.044-46.044 46.044s-46.044-20.615-46.044-46.044 20.615-46.044 46.044-46.044 46.044 20.615 46.044 46.044z" stroke-opacity=".32759" fill-rule="evenodd" fill-opacity=".28161" transform="translate(10 117.26) matrix(1.3533 4.2587e-17 4.2587e-17 -1.3533 248.67 398.05)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#ff00f5"/> - <text id="elements-f01-fr.svgtext1752" font-weight="bold" fill-opacity=".59770" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="10" y="154.377" x="102.01891" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#ff00f7"><tspan id="elements-f01-fr.svgtspan1732" sodipodi:role="line" fill-opacity=".59770" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="154.37700" x="102.01891" fill="#ff00f7">Rudiments</tspan></text> - <text id="elements-f01-fr.svgtext1755" font-weight="bold" fill-opacity="0.6" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="10" y="154.377" x="168.60974" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#0000ff"><tspan id="elements-f01-fr.svgtspan1738" sodipodi:role="line" fill-opacity="0.6" dx="0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0" y="154.37700" x="168.60974" fill="#0000ff">Principes</tspan></text> - <text id="elements-f01-fr.svgtext1758" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="100.13462" x="90.54583" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1741" sodipodi:role="line" dx="0 0 0 0" dy="0 0 0 0" y="100.13462" x="90.545830">La couleur</tspan></text> - <text id="elements-f01-fr.svgtext1761" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="32.645866" x="116.87344" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1744" sodipodi:role="line" dx="0 0 0 0" dy="0 0 0 0" y="32.645866" x="116.87344">La ligne</tspan></text> - <text id="elements-f01-fr.svgtext1764" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="47.565285" x="95.306877" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1747" sodipodi:role="line" dx="0 0 0 0" dy="0 0 0 0" y="47.565285" x="95.306877">La forme</tspan></text> - <text id="elements-f01-fr.svgtext1767" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="83.103767" x="83.459221" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1750" sodipodi:role="line" dx="0 0 0 0 0" dy="0 0 0 0 0" y="83.103767" x="83.459221">L'espace</tspan></text> - <text id="elements-f01-fr.svgtext1770" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="114.99348" x="101.17574" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1753" sodipodi:role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="114.99348" x="101.17574">La texture</tspan></text> - <text id="elements-f01-fr.svgtext1773" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="129.16661" x="118.89227" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1756" sodipodi:role="line" dx="0 0 0 0 0" dy="0 0 0 0 0" y="129.16661" x="118.89227">Luminosité</tspan></text> - <text id="elements-f01-fr.svgtext1776" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="65.387245" x="83.459221" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1759" sodipodi:role="line" dx="0 0 0 0" dy="0 0 0 0" y="65.387245" x="83.459221">La taille</tspan></text> - <text id="elements-f01-fr.svgtext1779" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="34.637756" x="184.08173" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1762" sodipodi:role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="34.637756" x="184.08173">L'équilibre</tspan></text> - <text id="elements-f01-fr.svgtext1782" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="51.614323" x="194.48068" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1765" sodipodi:role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="51.614323" x="194.48068">Le contraste</tspan></text> - <text id="elements-f01-fr.svgtext1785" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="71.448875" x="199.68022" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1768" sodipodi:role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="71.448875" x="199.68022">L'emphase</tspan></text> - <text id="elements-f01-fr.svgtext1788" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="91.283318" x="199.44937" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1771" sodipodi:role="line" dx="0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0" y="91.283318" x="199.44937">La proportion</tspan></text> - <text id="elements-f01-fr.svgtext1791" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="111.11781" x="193.78815" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1774" sodipodi:role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="111.11781" x="193.78815">Le motif</tspan></text> - <text id="elements-f01-fr.svgtext1803" sodipodi:linespacing="100.00000%" transform="translate(10 117.26) scale(1 .99998)" xml:space="preserve" line-height="100.00000%" font-size="7.9998" y="129.04839" x="178.64687" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1786" sodipodi:role="line" dx="0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0" y="129.04839" x="178.64687">Gradation</tspan></text> - <text id="elements-f01-fr.svgtext1806" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" line-height="100.00000%" xml:space="preserve" font-size="8" y="80.613045" x="133.85378" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#ffffff"><tspan id="elements-f01-fr.svgtspan1792" sodipodi:role="line" dx="0 0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0 0" y="80.613045" x="133.85378" fill="#ffffff">La composition</tspan></text> - <text id="elements-f01-fr.svgtext1809" font-weight="bold" fill-opacity=".21476" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="10" y="12.44677" x="12.456144" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-fr.svgtspan1803" sodipodi:role="line" fill-opacity=".21476" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="12.446770" x="12.456144" fill="#000000">Vue d'ensemble</tspan></text> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="310.139746" x="10" font-family="Sans" fill="#000000"> + <text id="elements-f01-fr.svgtext1752" font-weight="bold" fill-opacity=".59770" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="10" y="154.377" x="102.01891" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#ff00f7"><tspan id="elements-f01-fr.svgtspan1732" sodipodi:role="line" fill-opacity=".59770" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="154.37700" x="102.01891" fill="#ff00f7">Rudiments</tspan></text> + <text id="elements-f01-fr.svgtext1755" font-weight="bold" fill-opacity="0.6" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="10" y="154.377" x="168.60974" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#0000ff"><tspan id="elements-f01-fr.svgtspan1738" sodipodi:role="line" fill-opacity="0.6" dx="0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0" y="154.37700" x="168.60974" fill="#0000ff">Principes</tspan></text> + <text id="elements-f01-fr.svgtext1758" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="100.13462" x="90.54583" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1741" sodipodi:role="line" dx="0 0 0 0" dy="0 0 0 0" y="100.13462" x="90.545830">Couleur</tspan></text> + <text id="elements-f01-fr.svgtext1761" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="32.645866" x="116.87344" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1744" sodipodi:role="line" dx="0 0 0 0" dy="0 0 0 0" y="32.645866" x="116.87344">Ligne</tspan></text> + <text id="elements-f01-fr.svgtext1764" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="47.565285" x="95.306877" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1747" sodipodi:role="line" dx="0 0 0 0" dy="0 0 0 0" y="47.565285" x="95.306877">Forme</tspan></text> + <text id="elements-f01-fr.svgtext1767" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="83.103767" x="83.459221" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1750" sodipodi:role="line" dx="0 0 0 0 0" dy="0 0 0 0 0" y="83.103767" x="83.459221">Espace</tspan></text> + <text id="elements-f01-fr.svgtext1770" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="114.99348" x="101.17574" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1753" sodipodi:role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="114.99348" x="101.17574">Texture</tspan></text> + <text id="elements-f01-fr.svgtext1773" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="129.16661" x="118.89227" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1756" sodipodi:role="line" dx="0 0 0 0 0" dy="0 0 0 0 0" y="129.16661" x="118.89227">Valeur</tspan></text> + <text id="elements-f01-fr.svgtext1776" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="65.387245" x="83.459221" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1759" sodipodi:role="line" dx="0 0 0 0" dy="0 0 0 0" y="65.387245" x="83.459221">Taille</tspan></text> + <text id="elements-f01-fr.svgtext1779" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="34.637756" x="184.08173" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1762" sodipodi:role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="34.637756" x="184.08173">Équilibre</tspan></text> + <text id="elements-f01-fr.svgtext1782" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="51.614323" x="194.48068" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1765" sodipodi:role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="51.614323" x="194.48068">Contraste</tspan></text> + <text id="elements-f01-fr.svgtext1785" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="71.448875" x="199.68022" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1768" sodipodi:role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="71.448875" x="199.68022">Emphase</tspan></text> + <text id="elements-f01-fr.svgtext1788" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="91.283318" x="199.44937" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1771" sodipodi:role="line" dx="0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0" y="91.283318" x="199.44937">Proportion</tspan></text> + <text id="elements-f01-fr.svgtext1791" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="8" y="111.11781" x="193.78815" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1774" sodipodi:role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="111.11781" x="193.78815">Motif</tspan></text> + <text id="elements-f01-fr.svgtext1803" sodipodi:linespacing="100.00000%" transform="translate(10 117.26) scale(1 .99998)" xml:space="preserve" line-height="100.00000%" font-size="7.9998" y="129.04839" x="178.64687" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1786" sodipodi:role="line" dx="0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0" y="129.04839" x="178.64687">Gradation</tspan></text> + <text id="elements-f01-fr.svgtext1806" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" line-height="100.00000%" xml:space="preserve" font-size="8" y="80.613045" x="133.85378" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#ffffff"><tspan id="elements-f01-fr.svgtspan1792" sodipodi:role="line" dx="0 0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0 0" y="80.613045" x="133.85378" fill="#ffffff">Composition</tspan></text> + <text id="elements-f01-fr.svgtext1809" font-weight="bold" fill-opacity=".21476" sodipodi:linespacing="100.00000%" transform="translate(10 117.26)" xml:space="preserve" line-height="100.00000%" font-size="10" y="12.44677" x="12.456144" xmlns:cc="http://creativecommons.org/ns#" font-family="sans-serif" fill="#000000"><tspan id="elements-f01-fr.svgtspan1803" sodipodi:role="line" fill-opacity=".21476" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="12.446770" x="12.456144" fill="#000000">Vue d'ensemble</tspan></text> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="310.139746" x="10" font-family="sans-serif" fill="#000000"> <tspan y="310.139746" x="10">Rudiments de design</tspan> </text> <rect id="d0e29" display="none" height="1e3px" width="288" y="315.34" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e29"/> </flowRegion> - <flowDiv xml:space="preserve">Les éléments suivant forment les bases de l'élaboration d'un design.</flowDiv> + <flowDiv xml:space="preserve">Les éléments suivants forment les bases de l'élaboration d'un design.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="345.5155272" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="345.5155272" x="10">La ligne</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="345.5155272" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="345.5155272" x="10">Ligne</tspan> </text> <rect id="d0e37" display="none" height="1e3px" width="288" y="351.02" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e37"/> </flowRegion> - <flowDiv xml:space="preserve">Une ligne est définie comme une marque avec une longueur et une direction, créée par un point se déplaçant sur une surface. Une ligne peut varier en longueur, largeur, direction, courbure et en couleur. Une ligne peut être bi-dimensionnelle (un trait de crayon sur du papier) ou tri-dimensionnelle.</flowDiv> + <flowDiv xml:space="preserve">Une ligne est définie comme une marque avec une longueur et une direction, créée par un point se déplaçant sur une surface. Une ligne peut varier en longueur, largeur, direction, courbure et en couleur. Une ligne peut être bidimensionnelle (un trait de crayon sur du papier) ou tridimensionnelle.</flowDiv> </flowRoot> <g id="elements-f02-fr.svgg2037" transform="translate(10 -4.53)"> <rect id="elements-f02-fr.svgrect1933" height="100.99" width="305.16" stroke="#000" y="424.42" x="7.5753" stroke-width=".49832" fill="none"/> @@ -102,15 +102,15 @@ <path id="elements-f02-fr.svgpath2551" d="m307.64 433.78l-60.48 66.22-0.1-15.79 60.57-55.54 0.01 5.11z" fill-rule="evenodd" sodipodi:nodetypes="ccccc"/> <path id="elements-f02-fr.svgpath2552" d="m307.64 440.1l-60.48 79.04-0.1-15.79 60.57-68.36 0.01 5.11z" fill-rule="evenodd" sodipodi:nodetypes="ccccc"/> </g> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="545.1301082" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="545.1301082" x="10">La forme</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="545.1301082" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="545.1301082" x="10">Forme</tspan> </text> <rect id="d0e56" display="none" height="1e3px" width="288" y="550.63" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e56"/> </flowRegion> - <flowDiv xml:space="preserve">Une forme est créée par la rencontre ou l'intersection de signes entourant un espace. Une variation de couleur ou une ombre peuvent définir une forme. Les formes peuvent être classées en deux catégories : géometriques (un carré, un triangle, un cercle) et organiques (contour irrégulier).</flowDiv> + <flowDiv xml:space="preserve">Une forme est créée par la rencontre ou l'intersection de signes entourant un espace. Une variation de couleur ou une ombre peuvent définir une forme. Les formes peuvent être classées en deux catégories : géométriques (un carré, un triangle, un cercle) et organiques (contour irrégulier).</flowDiv> </flowRoot> <g id="elements-f03-fr.svgg2063" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 7.41)" stroke="#000"> <rect id="elements-f03-fr.svgrect1943" height="100.99" width="305.16" y="612.21" x="7.5753" stroke-width=".49832" fill="none"/> @@ -118,38 +118,38 @@ <rect id="elements-f03-fr.svgrect1953" fill-rule="evenodd" height="65.282" width="65.282" y="628.75" x="28.147" stroke-width="1pt"/> <path id="elements-f03-fr.svgpath1954" d="m175.45 733.14c0 14.808-12.004 26.812-26.812 26.812s-26.812-12.004-26.812-26.812 12.004-26.812 26.812-26.812 26.812 12.004 26.812 26.812z" fill-rule="evenodd" transform="matrix(1.1957 0 0 1.1957 83.878 -215.2)" stroke-width="1pt"/> </g> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="744.8579712" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="744.8579712" x="10">La taille</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="744.8579712" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="744.8579712" x="10">Taille</tspan> </text> <rect id="d0e75" display="none" height="1e3px" width="288" y="750.36" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e75"/> </flowRegion> <flowDiv xml:space="preserve">La taille se réfère aux proportions des objets, lignes ou formes. Les variations de taille entre des objets peuvent être réelles ou imaginaires.</flowDiv> </flowRoot> <rect id="elements-f04-fr.svgrect1955" transform="translate(10 797.81)" height="100.99" width="305.16" stroke="#000" y=".24915" x="7.5753" stroke-width=".49832" fill="none"/> - <text id="elements-f04-fr.svgtext3148" font-family="Sans" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 797.81) scale(.99998 1)" xml:space="preserve" line-height="100.00000%" font-size="122.3" y="95.748199" x="76.186218" stroke-width="3pt" fill="#000000"><tspan id="elements-f04-fr.svgtspan3149" sodipodi:role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="95.748199" x="76.186218" fill="#000000">GRAND</tspan></text> - <text id="elements-f04-fr.svgtext3154" font-family="Sans" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 797.81) scale(.99998 1)" xml:space="preserve" line-height="100.00000%" font-size="10.077" y="95.652267" x="50.097645" stroke-width="3pt" fill="#000000"><tspan id="elements-f04-fr.svgtspan3155" sodipodi:role="line" dx="0 0 0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0 0 0" y="95.652267" x="50.097645" fill="#000000">petit</tspan></text> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="923.3058331999999" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="923.3058331999999" x="10">L'espace</tspan> + <text id="elements-f04-fr.svgtext3148" font-family="sans-serif" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 797.81) scale(.99998 1)" xml:space="preserve" line-height="100.00000%" font-size="122.3" y="95.748199" x="76.186218" stroke-width="3pt" fill="#000000"><tspan id="elements-f04-fr.svgtspan3149" sodipodi:role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="95.748199" x="76.186218" fill="#000000">GRAND</tspan></text> + <text id="elements-f04-fr.svgtext3154" font-family="sans-serif" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 797.81) scale(.99998 1)" xml:space="preserve" line-height="100.00000%" font-size="10.077" y="95.652267" x="50.097645" stroke-width="3pt" fill="#000000"><tspan id="elements-f04-fr.svgtspan3155" sodipodi:role="line" dx="0 0 0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0 0 0" y="95.652267" x="50.097645" fill="#000000">petit</tspan></text> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="923.3058331999999" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="923.3058331999999" x="10">Espace</tspan> </text> <rect id="d0e94" display="none" height="1e3px" width="288" y="928.81" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e94"/> </flowRegion> - <flowDiv xml:space="preserve">L'espace est l'aire vide (ou ouverte) entre, autour, au-dessus, en-dessous, devant ou dans des objets. Les formes peuvent être définies par l'espace qu'elles contiennent et qui les entoure. L'espace est souvent qualifié de tri- ou bi-dimensionnel. L'espace positif est celui rempli par une forme. L'espace négatif est celui qui entoure une forme.</flowDiv> + <flowDiv xml:space="preserve">L'espace est l'aire vide (ou ouverte) entre, autour, au-dessus, en dessous, devant ou dans des objets. Les formes peuvent être définies par l'espace qu'elles contiennent et qui les entoure. L'espace est souvent qualifié de tri- ou bi-dimensionnel. L'espace positif est celui rempli par une forme. L'espace négatif est celui qui entoure une forme.</flowDiv> </flowRoot> <rect id="elements-f05-fr.svgrect1991" transform="translate(10 1006.2)" height="100.99" width="305.16" stroke="#000" y=".24914" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/> <rect id="elements-f05-fr.svgrect2044" fill-rule="evenodd" transform="translate(10 1006.2)" height="90.929" width="100.6" y="3.9333" x="36.104" xmlns:cc="http://creativecommons.org/ns#"/> <path id="elements-f05-fr.svgpath2606" d="m175.45 733.14c0 14.808-12.004 26.812-26.812 26.812s-26.812-12.004-26.812-26.812 12.004-26.812 26.812-26.812 26.812 12.004 26.812 26.812z" fill-rule="evenodd" transform="translate(10 1006.2) matrix(1.5435 0 0 1.5435 6.8499 -1082.8)" xmlns:cc="http://creativecommons.org/ns#"/> <path id="elements-f05-fr.svgpath2607" d="m175.45 733.14c0 14.808-12.004 26.812-26.812 26.812s-26.812-12.004-26.812-26.812 12.004-26.812 26.812-26.812 26.812 12.004 26.812 26.812z" fill-rule="evenodd" transform="translate(10 1006.2) matrix(1.5435 0 0 1.5435 -142.84 -1082.8)" xmlns:cc="http://creativecommons.org/ns#" fill="#fff"/> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1131.6893201999999" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="1131.6893201999999" x="10">La couleur</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1131.6893201999999" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="1131.6893201999999" x="10">Couleur</tspan> </text> <rect id="d0e113" display="none" height="1e3px" width="288" y="1137.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e113"/> </flowRegion> @@ -167,11 +167,11 @@ </linearGradient> </defs> <rect id="elements-f06-fr.svgrect2045" fill-rule="evenodd" transform="translate(10 1205.4)" height="100.99" width="305.16" stroke="#000" y=".24916" x="7.5753" stroke-width=".49832" fill="url(#elements-f06-fr.svglinearGradient2620)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1330.8781201999998" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="1330.8781201999998" x="10">La texture</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1330.8781201999998" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="1330.8781201999998" x="10">Texture</tspan> </text> <rect id="d0e132" display="none" height="1e3px" width="288" y="1336.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e132"/> </flowRegion> @@ -192,11 +192,11 @@ <rect id="elements-f07-fr.svgrect2652" transform="translate(10 1392.8)" height="54.241" width="304.83" y=".83906" x="7.4039" fill="url(#elements-f07-fr.svgpattern2172)"/> <rect id="elements-f07-fr.svgrect2663" transform="translate(10 1392.8)" height="54.241" width="304.83" y="23.339" x="7.4039" fill="url(#elements-f07-fr.svgpattern2169)"/> <rect id="elements-f07-fr.svgrect2665" transform="translate(10 1392.8)" height="54.241" width="304.83" y="46.636" x="7.4039" fill="url(#elements-f07-fr.svgpattern2166)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1518.3019211999997" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="1518.3019211999997" x="10">Luminosité</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1518.3019211999997" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="1518.3019211999997" x="10">Valeur</tspan> </text> <rect id="d0e151" display="none" height="1e3px" width="288" y="1523.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e151"/> </flowRegion> @@ -227,25 +227,25 @@ <rect id="elements-f08-fr.svgrect2152" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1603.1)" height="20.984" width="287.36" y="50.563" x="15.738" fill="url(#elements-f08-fr.svglinearGradient2230)"/> <rect id="elements-f08-fr.svgrect2156" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1603.1)" height="20.984" width="287.36" y="29.579" x="15.738" fill="url(#elements-f08-fr.svglinearGradient2227)"/> <rect id="elements-f08-fr.svgrect2157" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1603.1)" height="20.984" width="287.36" y="8.5956" x="15.738" fill="url(#elements-f08-fr.svglinearGradient2224)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1729.3565021999996" x="10" font-family="Sans" fill="#000000"> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1729.3565021999996" x="10" font-family="sans-serif" fill="#000000"> <tspan y="1729.3565021999996" x="10">Principes de design</tspan> </text> <rect id="d0e171" display="none" height="1e3px" width="288" y="1734.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e171"/> </flowRegion> <flowDiv xml:space="preserve">Les principes combinent les éléments de design pour produire une composition.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1775.2590021999997" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="1775.2590021999997" x="10">L'équilibre</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1775.2590021999997" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="1775.2590021999997" x="10">Équilibre</tspan> </text> <rect id="d0e179" display="none" height="1e3px" width="288" y="1780.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e179"/> </flowRegion> - <flowDiv xml:space="preserve">L'équilibre est une impression visuelle de parité dans la forme, la valeur, la couleur... L'équilibre peut être symétrique (équilibré) ou asymétrique (déséquilibré). Les objets, luminosités, couleurs, textures, formes, etc., peuvent être mis à contribution pour créer un équilibre dans la composition.</flowDiv> + <flowDiv xml:space="preserve">L'équilibre est une impression visuelle de parité dans la forme, la valeur, la couleur… L'équilibre peut être symétrique (équilibré) ou asymétrique (déséquilibré). Les objets, luminosités, couleurs, textures, formes, etc., peuvent être mis à contribution pour créer un équilibre dans la composition.</flowDiv> </flowRoot> <rect id="elements-f09-fr.svgrect2170" transform="translate(10 1849.4)" height="100.99" width="305.16" stroke="#000" y=".24922" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/> <path id="elements-f09-fr.svgrect2562" d="m160.08 0.2492v100.99-100.99z" sodipodi:nodetypes="ccc" transform="translate(10 1849.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/> @@ -253,11 +253,11 @@ <path id="elements-f09-fr.svgpath2565" d="m55.207 1809.3c0 11.466-9.2954 20.762-20.762 20.762-11.466 0-20.762-9.2954-20.762-20.762 0-11.466 9.2954-20.762 20.762-20.762 11.466 0 20.762 9.2954 20.762 20.762z" fill-rule="evenodd" transform="translate(10 1849.4) matrix(1.6818 0 0 1.6818 -14.992 -3007.5)" xmlns:cc="http://creativecommons.org/ns#"/> <path id="elements-f09-fr.svgpath2566" d="m55.207 1809.3c0 11.466-9.2954 20.762-20.762 20.762-11.466 0-20.762-9.2954-20.762-20.762 0-11.466 9.2954-20.762 20.762-20.762 11.466 0 20.762 9.2954 20.762 20.762z" fill-rule="evenodd" transform="translate(10 1849.4) matrix(.82353 0 0 .82353 240.23 -1414.1)" xmlns:cc="http://creativecommons.org/ns#"/> <path id="elements-f09-fr.svgpath2567" d="m55.207 1809.3c0 11.466-9.2954 20.762-20.762 20.762-11.466 0-20.762-9.2954-20.762-20.762 0-11.466 9.2954-20.762 20.762-20.762 11.466 0 20.762 9.2954 20.762 20.762z" fill-rule="evenodd" transform="translate(10 1849.4) matrix(1.6818 0 0 1.6818 163.04 -3001.2)" xmlns:cc="http://creativecommons.org/ns#"/> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1974.8735831999998" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="1974.8735831999998" x="10">Le contraste</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1974.8735831999998" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="1974.8735831999998" x="10">Contraste</tspan> </text> <rect id="d0e198" display="none" height="1e3px" width="288" y="1980.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e198"/> </flowRegion> @@ -267,11 +267,11 @@ <rect id="elements-f10-fr.svgrect2579" fill-rule="evenodd" transform="translate(10 2006.5)" height="58.64" width="88.56" y="21.426" x="191.93" fill="#fff"/> <rect id="elements-f10-fr.svgrect2574" fill-rule="evenodd" transform="translate(10 2006.5)" height="100.99" width="152.52" stroke="#000" y=".24905" x="7.4506" stroke-width=".49832" fill="#c8c8c8"/> <rect id="elements-f10-fr.svgrect2576" fill-rule="evenodd" transform="translate(10 2006.5)" height="58.64" width="88.56" y="21.426" x="39.433" fill="#d4d4d4"/> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2132.0414444" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="2132.0414444" x="10">L'emphase</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2132.0414444" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="2132.0414444" x="10">Emphase</tspan> </text> <rect id="d0e217" display="none" height="1e3px" width="288" y="2137.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e217"/> </flowRegion> @@ -282,11 +282,11 @@ <rect id="elements-f11-fr.svgrect2582" fill-rule="evenodd" transform="translate(10 2184.9)" height="100.99" width="152.52" stroke="#000" y=".24905" x="7.4506" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="#c8c8c8"/> <rect id="elements-f11-fr.svgrect2583" fill-rule="evenodd" transform="translate(10 2184.9)" height="58.64" width="88.56" y="21.426" x="39.433" xmlns:cc="http://creativecommons.org/ns#" fill="#d4d4d4"/> <path id="elements-f11-fr.svgpath2587" d="m68.891 2183c0 6.2545-5.0702 11.325-11.325 11.325-6.2544 0-11.325-5.0702-11.325-11.325 0-6.2544 5.0702-11.325 11.325-11.325 6.2544 0 11.325 5.0702 11.325 11.325z" fill-rule="evenodd" transform="translate(220.23 69.8)" xmlns:cc="http://creativecommons.org/ns#" fill="#f00"/> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2310.3760254" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="2310.3760254" x="10">La proportion</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2310.3760254" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="2310.3760254" x="10">Proportion</tspan> </text> <rect id="d0e236" display="none" height="1e3px" width="288" y="2315.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e236"/> </flowRegion> @@ -381,8 +381,8 @@ </g> <path id="elements-f12-fr.svgpath1714" d="m82.055 175.84c0 31.007-25.136 56.143-56.143 56.143s-56.143-25.136-56.143-56.143 25.136-56.143 56.143-56.143 56.143 25.136 56.143 56.143z" fill-opacity=".75" transform="matrix(1.0809 0 0 .28699 146.76 3332.9)" stroke-width="1pt" fill="url(#elements-f12-fr.svgradialGradient2185)"/> </g> - <text id="elements-f12-fr.svgtext1232" font-family="Sans" xml:space="preserve" transform="translate(10 2352.6)" font-size="5.1805" y="109.55157" x="7.0871472" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt"><tspan id="elements-f12-fr.svgtspan1233">Fourmi & 4x4 au hazard</tspan></text> - <text id="elements-f12-fr.svgtext1235" font-family="Sans" xml:space="preserve" transform="translate(10 2352.6)" font-size="1.2782" y="111.84713" x="7.7085347" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt"><tspan id="elements-f12-fr.svgtspan1236">Image SVG crée par Andrew Fitzsimon</tspan><tspan id="elements-f12-fr.svgtspan2442" y="113.44485" x="7.7085347" sodipodi:role="line">Autorisation de la bibiothèque·Open·Clip·Art</tspan><tspan id="elements-f12-fr.svgtspan2444" y="115.04258" x="7.7085347" sodipodi:role="line">http://www.openclipart.org/</tspan><tspan id="elements-f12-fr.svgtspan2950" y="116.64030" x="7.7085347" sodipodi:role="line"/></text> + <text id="elements-f12-fr.svgtext1232" font-family="sans-serif" xml:space="preserve" transform="translate(10 2352.6)" font-size="5.1805" y="109.55157" x="7.0871472" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt"><tspan id="elements-f12-fr.svgtspan1233">Fourmi & 4×4 au hasard</tspan></text> + <text id="elements-f12-fr.svgtext1235" font-family="sans-serif" xml:space="preserve" transform="translate(10 2352.6)" font-size="1.2782" y="111.84713" x="7.7085347" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt"><tspan id="elements-f12-fr.svgtspan1236">Image SVG créée par Andrew Fitzsimon</tspan><tspan id="elements-f12-fr.svgtspan2442" y="113.44485" x="7.7085347" sodipodi:role="line">Autorisation de la bibliothèque Open Clip Art</tspan><tspan id="elements-f12-fr.svgtspan2444" y="115.04258" x="7.7085347" sodipodi:role="line">http://www.openclipart.org/</tspan><tspan id="elements-f12-fr.svgtspan2950" y="116.64030" x="7.7085347" sodipodi:role="line"/></text> <g id="elements-f12-fr.svgg2864" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 2352.6) matrix(1.1201 0 0 1.1201 -199.55 -2562.7)"> <path id="elements-f12-fr.svgpath924" d="m147.45 91.908l-16.76-7.699 28.54-4.076 2.26 3.17" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke="#000" stroke-width="4.5308" fill="none"/> <path id="elements-f12-fr.svgpath923" d="m155.46 108.55l4.98 18.12 14.49-24.46" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke="#000" stroke-width="4.5308" fill="none"/> @@ -405,11 +405,11 @@ </g> <use id="elements-f12-fr.svguse1" xlink:href="#elements-f12-fr.svgg2864" transform="translate(10 2352.6) matrix(1.7586 0 0 1.7586 137.33 -45.691) translate(-10 -2352.6)" height="3146.2500" width="320.00000" y="0.0000000" x="0.0000000" xmlns:cc="http://creativecommons.org/ns#"/> <use id="elements-f12-fr.svguse7" xlink:href="#elements-f12-fr.svgg2952" transform="translate(10 2352.6) matrix(0.25 0 0 0.25 251.88 41.637) translate(-10 -2352.6)" height="3146.2500" width="320.00000" y="0.0000000" x="0.0000000" xmlns:cc="http://creativecommons.org/ns#"/> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2491.8873854" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="2491.8873854" x="10">Le motif</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2808.2369454" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="2808.2369454" x="10">Motif</tspan> </text> - <rect id="d0e255" display="none" height="1e3px" width="288" y="2497.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e255" display="none" height="1e3px" width="288" y="2813.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e255"/> </flowRegion> @@ -425,14 +425,14 @@ <path id="elements-f13-fr.svgpath3031" stroke-width="1.8799pt" d="m12.4 2503.1l-9.0646-2.3-6.6401 5.6-3.354-10.9-12.632-2.3 14.957-6.1-2.5392-12 11.15 5.8 8.3942 0.5-2.7638 7.8 2.4928 13.9z" fill-rule="evenodd" inkscape:flatsided="false" fill-opacity=".75" transform="matrix(.16492 -.50572 .50572 .16492 -1249.9 -402.18)" inkscape:randomized="0.19700000" stroke="#bdbb00" inkscape:rounded="0.0000000" fill="#ff0"/> </pattern> </defs> - <rect id="elements-f13-fr.svgrect3038" transform="translate(10 2533.7)" height="100.75" width="305.3" y=".35476" x="7.4959" fill="url(#elements-f13-fr.svgpattern2289)"/> - <rect id="elements-f13-fr.svgrect3018" transform="translate(10 2533.7)" height="100.61" width="304.98" y=".32448" x="7.6676" fill="none"/> - <rect id="elements-f13-fr.svgrect2174" transform="translate(10 2533.7)" height="100.99" width="305.16" stroke="#000" y=".24929" x="7.5753" stroke-width=".49832" fill="none"/> - <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2659.1639974" x="10" font-family="Sans" font-style="italic" fill="#000000"> - <tspan y="2659.1639974" x="10">Gradation</tspan> + <rect id="elements-f13-fr.svgrect3038" transform="translate(10 2850)" height="100.75" width="305.3" y=".35476" x="7.4959" fill="url(#elements-f13-fr.svgpattern2289)"/> + <rect id="elements-f13-fr.svgrect3018" transform="translate(10 2850)" height="100.61" width="304.98" y=".32448" x="7.6676" fill="none"/> + <rect id="elements-f13-fr.svgrect2174" transform="translate(10 2850)" height="100.99" width="305.16" stroke="#000" y=".24929" x="7.5753" stroke-width=".49832" fill="none"/> + <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2975.5135574" x="10" font-family="sans-serif" font-style="italic" fill="#000000"> + <tspan y="2975.5135574" x="10">Gradation</tspan> </text> - <rect id="d0e274" display="none" height="1e3px" width="288" y="2664.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e274" display="none" height="1e3px" width="288" y="2981" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e274"/> </flowRegion> @@ -448,17 +448,17 @@ <linearGradient id="elements-f14-fr.svglinearGradient2337" y2="2897.7" xlink:href="#elements-f14-fr.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="2898.4" gradientTransform="matrix(1.0731 0 0 .93188 0 -2631.7)" x2="316.21" x1="182.07" inkscape:collect="always"/> <linearGradient id="elements-f14-fr.svglinearGradient2340" y2="2874.8" xlink:href="#elements-f14-fr.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="2874.8" gradientTransform="matrix(1.0731 0 0 .93188 0 -2631.7)" x2="-14.463" x1="114.03" inkscape:collect="always"/> </defs> - <rect id="elements-f14-fr.svgrect3127" transform="translate(10 2733.1)" height="100.99" width="305.16" stroke="#000" y=".24891" x="7.5753" stroke-width=".49832" fill="none"/> - <rect id="elements-f14-fr.svgrect3129" fill-rule="evenodd" transform="translate(10 2733.1)" height="23.974" width="72.439" stroke="#000" y="38.759" x="123.93" stroke-width="1.25"/> - <path id="elements-f14-fr.svgpath3130" d="m7.7108 0.4123l116.17 38.318v24.182l-116.17 38.318" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 2733.1)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-fr.svglinearGradient2340)"/> - <path id="elements-f14-fr.svgpath3133" d="m196.38 62.912v-24.182l116.17-38.318v100.82l-116.17-38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2733.1)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-fr.svglinearGradient2337)"/> - <path id="elements-f14-fr.svgpath3145" d="m312.55 0.4123h-304.84l116.17 38.318h72.5l116.17-38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2733.1)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-fr.svglinearGradient2334)"/> - <path id="elements-f14-fr.svgpath3147" d="m312.55 101.23h-304.84l116.17-38.318h72.5l116.17 38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2733.1)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-fr.svglinearGradient2331)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2859.4550274000003" x="10" font-family="Sans" fill="#000000"> - <tspan y="2859.4550274000003" x="10">La composition</tspan> + <rect id="elements-f14-fr.svgrect3127" transform="translate(10 3049.4)" height="100.99" width="305.16" stroke="#000" y=".24891" x="7.5753" stroke-width=".49832" fill="none"/> + <rect id="elements-f14-fr.svgrect3129" fill-rule="evenodd" transform="translate(10 3049.4)" height="23.974" width="72.439" stroke="#000" y="38.759" x="123.93" stroke-width="1.25"/> + <path id="elements-f14-fr.svgpath3130" d="m7.7108 0.4123l116.17 38.318v24.182l-116.17 38.318" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 3049.4)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-fr.svglinearGradient2340)"/> + <path id="elements-f14-fr.svgpath3133" d="m196.38 62.912v-24.182l116.17-38.318v100.82l-116.17-38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 3049.4)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-fr.svglinearGradient2337)"/> + <path id="elements-f14-fr.svgpath3145" d="m312.55 0.4123h-304.84l116.17 38.318h72.5l116.17-38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 3049.4)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-fr.svglinearGradient2334)"/> + <path id="elements-f14-fr.svgpath3147" d="m312.55 101.23h-304.84l116.17-38.318h72.5l116.17 38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 3049.4)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-fr.svglinearGradient2331)"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3175.8045874" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3175.8045874" x="10">Composition</tspan> </text> - <rect id="d0e294" display="none" height="1e3px" width="288" y="2864.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e294" display="none" height="1e3px" width="288" y="3181" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e294"/> </flowRegion> @@ -544,99 +544,99 @@ <stop id="elements-f15-fr.svgstop2366" stop-color="#00ff1a" offset="1"/> </linearGradient> </defs> - <rect id="elements-f15-fr.svgrect2359" fill-rule="evenodd" transform="translate(10 2890.7)" height="55.704" width="305.45" y="45.539" x="7.5522" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svglinearGradient2549)"/> - <path id="elements-f15-fr.svgpath2373" d="m175.12 48.594l-3.4 52.836h-157.19l160.59-52.836z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svglinearGradient2546)"/> - <rect id="elements-f15-fr.svgrect1734" fill-rule="evenodd" transform="translate(10 2890.7)" height="48.419" width="305.16" y=".11732" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svglinearGradient2543)"/> - <rect id="elements-f15-fr.svgrect2396" transform="translate(10 2890.7)" height="52.932" width="304.85" y="48.268" x="7.8698" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2540)"/> - <path id="elements-f15-fr.svgpath2382" d="m103.54 100.43l70.72-50.836" sodipodi:nodetypes="cc" transform="translate(10 2890.7)" stroke="#b0af00" stroke-dasharray="5.0000000 2.5000000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="none"/> - <path id="elements-f15-fr.svgpath2384" d="m175.12 48.594l-3.4 52.836h-157.19l160.59-52.836z" sodipodi:nodetypes="cccc" transform="translate(10 2890.7)" stroke="url(#elements-f15-fr.svglinearGradient2536)" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".375" fill="none"/> - <path id="elements-f15-fr.svgpath2387" d="m66.375 5.766l-29.375 21.344-10.656-10.688-18.782 15.032-0.0308 17h126.44 4.47 173.59l-0.03-38.594-15.5 14-22.06-2.5-18.6-12-15.75 18.906-25.18-13.219-23.29 18.875-21.4-5.656-33.66 18.75-32.84-25.25-10.658 10.688-26.687-26.688z" fill-rule="evenodd" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svglinearGradient2533)"/> - <path id="elements-f15-fr.svgrect2398" d="m12.724 100.91l156.86-0.85 3.14-51.436-160 52.286z" sodipodi:nodetypes="cccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2530)"/> - <path id="elements-f15-fr.svgpath3707" d="m75.087 78.225l66.733-19.439-4.97-3.222-9.95 2.604-12.87 6.372-4.12-6.99-8.49 5.518-7.037-7.592-8.492 5.518-9.95-3.222-11.406 6.974-8.493-4.679-4.122-7.592-11.406 5.518-4.123-6.136-11.406 2.604-9.949 2.605-7.0365-3.222-0.8208 16.812 12.237-3.273 6.41 5.467 2.04 12.751 19.521-17.841 0.583 14.208 9.323-1.816 9.324-6.187 8.47 4.26z" sodipodi:nodetypes="ccccccccccccccccccccccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2527)"/> - <path id="elements-f15-fr.svgrect3704" d="m7.5099 67.447v34.993l16.378-3.679 21.136-10.237 16.366-3.082 6.826-7.851 6.827-0.697 13.981-3.083 6.827-0.697 16.369-5.467 16.36-3.082-28.55 7.217-3.709-11.453-36.691-0.347 6.525 13.962-15.926-6.683-10.867-6.683-17.302-1.352-14.55 8.221z" sodipodi:nodetypes="ccccccccccccccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2524)"/> - <path id="elements-f15-fr.svgpath3711" d="m151.66 54.474l-11.57-1.502-9.34 2.087-29.24 9.225-14.914 1.587-5.471-11.023-17.833 2.69-9.945-0.472-21.599-3.386-24.062-1.474 0.4461-4.122 16.927-1.032 5.597 1.029 4.566-0.002 6.627 1.029 4.566-1.032 6.627-2.062 5.596 1.029 5.596 2.058 6.627-1.031 4.566-1.032 5.597 1.028 6.626 1.029 5.082-1.032 5.081-1.032 5.597-0.001 5.63 1.017 6.66-0.013 5.11-0.528 6.14 1.532 5.12-1.558 4.08 0.501 8.17-0.026 7.65 1.004 11.77-1.056 8.69 1.004-20.77 5.567z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2521)"/> - <path id="elements-f15-fr.svgpath3709" d="m7.686 55.504l17.229-0.472 11.401 8.267 23.056 0.985 12.859-0.473 15.772-4.843 15.767 6.811 9.95-0.473 13.36-3.386 28.18-8.684-3.02-4.146-31.86 6.154-16.4-1.056-22.592-0.026-15.672-4.906-16.702 1.274-11.772 3.58-16.408-6.207-12.288 1.004-0.86 6.597z" sodipodi:nodetypes="cccccccccccccccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2518)"/> - <rect id="elements-f15-fr.svgrect2179" transform="translate(10 2890.7)" height="100.99" width="305.16" stroke="#000" y=".24891" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/> - <path id="elements-f15-fr.svgpath1875" d="m173.68 67.447l-2.48 32.511 36.22 1.282 105.46-0.31-2.25-33.283-15.88-3.082-32.26-4.236-36.69-0.347-13.32 13.962 1.44-19.084-28.23-1.722-9.86 3.608-2.15 10.701z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2514)"/> - <path id="elements-f15-fr.svgpath1877" d="m173.85 55.504l17.23-0.472 11.4 8.267 13.14 0.985 12.86-0.473 25.69-4.843 5.85 6.811 19.87-0.473 13.36-3.386 18.26-8.684-3.02-4.146-21.94 6.154-16.4-1.056-22.59-0.026-15.68-4.906-16.7 1.274-11.77 3.58-16.41-6.207-12.29 1.004-0.86 6.597z" sodipodi:nodetypes="cccccccccccccccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2511)"/> - <path id="elements-f15-fr.svgpath1885" d="m230.21 62.78l6.2 6.384 44.52 10.788 31.49 11.254-1.54-23.111 1.27-12.171-62.03 5.828-19.91 1.028z" sodipodi:nodetypes="cccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2508)"/> - <path id="elements-f15-fr.svgpath1876" d="m306.26 52.972l-9.34 2.087-29.24 9.225-14.92 1.587-5.47-13.503-17.83 5.17-9.94-0.472-21.6-3.386-24.07-1.474 0.45-4.122 16.93-1.032 5.59 1.029 4.57-0.002 6.63 1.029 4.56-1.032 6.63-2.062 5.6 1.029 5.59 2.058 6.63-1.031 4.57-1.032 5.59 1.028 6.63 1.029 5.08-1.032 5.08-1.032 5.6-0.001 5.63 1.017 6.66-0.013 5.11-0.528 6.14 1.532 5.12-1.558 4.08 0.501 8.17-0.026-4.23 5.017z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2505)"/> - <path id="elements-f15-fr.svgpath1883" d="m173.87 62.414l-0.46 21.414 20.91-1.348 23.19-1.005 7.47-3.487-0.9-23.709-39.61-0.571-10.6 8.706z" sodipodi:nodetypes="cccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2502)"/> - <path id="elements-f15-fr.svgpath3143" stroke-linejoin="round" d="m198.16 59.687v10.019l47.91 27.683 1.09-20.324-49-17.378z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2890.7)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#845206"/> - <path id="elements-f15-fr.svgpath3144" stroke-linejoin="round" d="m246.07 97.389l1.09-20.689 43.34-11.978v19.6l-44.43 13.067z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2890.7)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#734805"/> - <path id="elements-f15-fr.svgpath3141" stroke-linejoin="round" d="m195.95 58.853l17.52-12.248 56.2 5.412-24.68 25.771-49.04-18.935z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2890.7)" stroke="#000" stroke-linecap="round" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#950f06"/> - <path id="elements-f15-fr.svgpath3517" stroke-linejoin="round" d="m256.02 94.521l0.64-14.679 25.6-7.074v14.036l-26.24 7.717z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2890.7)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".62353pt" fill="#8a5606"/> - <path id="elements-f15-fr.svgpath3142" stroke-linejoin="round" d="m270.03 52.017l22.86 12.705-47.54 13.066 24.68-25.771z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 2890.7)" stroke="#000" stroke-linecap="round" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#7f3e06"/> - <g id="elements-f15-fr.svgg2600" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 27.1)"> + <rect id="elements-f15-fr.svgrect2359" fill-rule="evenodd" transform="translate(10 3207.1)" height="55.704" width="305.45" y="45.539" x="7.5522" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svglinearGradient2549)"/> + <path id="elements-f15-fr.svgpath2373" d="m175.12 48.594l-3.4 52.836h-157.19l160.59-52.836z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svglinearGradient2546)"/> + <rect id="elements-f15-fr.svgrect1734" fill-rule="evenodd" transform="translate(10 3207.1)" height="48.419" width="305.16" y=".11732" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svglinearGradient2543)"/> + <rect id="elements-f15-fr.svgrect2396" transform="translate(10 3207.1)" height="52.932" width="304.85" y="48.268" x="7.8698" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2540)"/> + <path id="elements-f15-fr.svgpath2382" d="m103.54 100.43l70.72-50.836" sodipodi:nodetypes="cc" transform="translate(10 3207.1)" stroke="#b0af00" stroke-dasharray="5.0000000 2.5000000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="none"/> + <path id="elements-f15-fr.svgpath2384" d="m175.12 48.594l-3.4 52.836h-157.19l160.59-52.836z" sodipodi:nodetypes="cccc" transform="translate(10 3207.1)" stroke="url(#elements-f15-fr.svglinearGradient2536)" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".375" fill="none"/> + <path id="elements-f15-fr.svgpath2387" d="m66.375 5.766l-29.375 21.344-10.656-10.688-18.782 15.032-0.0308 17h126.44 4.47 173.59l-0.03-38.594-15.5 14-22.06-2.5-18.6-12-15.75 18.906-25.18-13.219-23.29 18.875-21.4-5.656-33.66 18.75-32.84-25.25-10.658 10.688-26.687-26.688z" fill-rule="evenodd" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svglinearGradient2533)"/> + <path id="elements-f15-fr.svgrect2398" d="m12.724 100.91l156.86-0.85 3.14-51.436-160 52.286z" sodipodi:nodetypes="cccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2530)"/> + <path id="elements-f15-fr.svgpath3707" d="m75.087 78.225l66.733-19.439-4.97-3.222-9.95 2.604-12.87 6.372-4.12-6.99-8.49 5.518-7.037-7.592-8.492 5.518-9.95-3.222-11.406 6.974-8.493-4.679-4.122-7.592-11.406 5.518-4.123-6.136-11.406 2.604-9.949 2.605-7.0365-3.222-0.8208 16.812 12.237-3.273 6.41 5.467 2.04 12.751 19.521-17.841 0.583 14.208 9.323-1.816 9.324-6.187 8.47 4.26z" sodipodi:nodetypes="ccccccccccccccccccccccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2527)"/> + <path id="elements-f15-fr.svgrect3704" d="m7.5099 67.447v34.993l16.378-3.679 21.136-10.237 16.366-3.082 6.826-7.851 6.827-0.697 13.981-3.083 6.827-0.697 16.369-5.467 16.36-3.082-28.55 7.217-3.709-11.453-36.691-0.347 6.525 13.962-15.926-6.683-10.867-6.683-17.302-1.352-14.55 8.221z" sodipodi:nodetypes="ccccccccccccccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2524)"/> + <path id="elements-f15-fr.svgpath3711" d="m151.66 54.474l-11.57-1.502-9.34 2.087-29.24 9.225-14.914 1.587-5.471-11.023-17.833 2.69-9.945-0.472-21.599-3.386-24.062-1.474 0.4461-4.122 16.927-1.032 5.597 1.029 4.566-0.002 6.627 1.029 4.566-1.032 6.627-2.062 5.596 1.029 5.596 2.058 6.627-1.031 4.566-1.032 5.597 1.028 6.626 1.029 5.082-1.032 5.081-1.032 5.597-0.001 5.63 1.017 6.66-0.013 5.11-0.528 6.14 1.532 5.12-1.558 4.08 0.501 8.17-0.026 7.65 1.004 11.77-1.056 8.69 1.004-20.77 5.567z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2521)"/> + <path id="elements-f15-fr.svgpath3709" d="m7.686 55.504l17.229-0.472 11.401 8.267 23.056 0.985 12.859-0.473 15.772-4.843 15.767 6.811 9.95-0.473 13.36-3.386 28.18-8.684-3.02-4.146-31.86 6.154-16.4-1.056-22.592-0.026-15.672-4.906-16.702 1.274-11.772 3.58-16.408-6.207-12.288 1.004-0.86 6.597z" sodipodi:nodetypes="cccccccccccccccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2518)"/> + <rect id="elements-f15-fr.svgrect2179" transform="translate(10 3207.1)" height="100.99" width="305.16" stroke="#000" y=".24891" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/> + <path id="elements-f15-fr.svgpath1875" d="m173.68 67.447l-2.48 32.511 36.22 1.282 105.46-0.31-2.25-33.283-15.88-3.082-32.26-4.236-36.69-0.347-13.32 13.962 1.44-19.084-28.23-1.722-9.86 3.608-2.15 10.701z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2514)"/> + <path id="elements-f15-fr.svgpath1877" d="m173.85 55.504l17.23-0.472 11.4 8.267 13.14 0.985 12.86-0.473 25.69-4.843 5.85 6.811 19.87-0.473 13.36-3.386 18.26-8.684-3.02-4.146-21.94 6.154-16.4-1.056-22.59-0.026-15.68-4.906-16.7 1.274-11.77 3.58-16.41-6.207-12.29 1.004-0.86 6.597z" sodipodi:nodetypes="cccccccccccccccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2511)"/> + <path id="elements-f15-fr.svgpath1885" d="m230.21 62.78l6.2 6.384 44.52 10.788 31.49 11.254-1.54-23.111 1.27-12.171-62.03 5.828-19.91 1.028z" sodipodi:nodetypes="cccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2508)"/> + <path id="elements-f15-fr.svgpath1876" d="m306.26 52.972l-9.34 2.087-29.24 9.225-14.92 1.587-5.47-13.503-17.83 5.17-9.94-0.472-21.6-3.386-24.07-1.474 0.45-4.122 16.93-1.032 5.59 1.029 4.57-0.002 6.63 1.029 4.56-1.032 6.63-2.062 5.6 1.029 5.59 2.058 6.63-1.031 4.57-1.032 5.59 1.028 6.63 1.029 5.08-1.032 5.08-1.032 5.6-0.001 5.63 1.017 6.66-0.013 5.11-0.528 6.14 1.532 5.12-1.558 4.08 0.501 8.17-0.026-4.23 5.017z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2505)"/> + <path id="elements-f15-fr.svgpath1883" d="m173.87 62.414l-0.46 21.414 20.91-1.348 23.19-1.005 7.47-3.487-0.9-23.709-39.61-0.571-10.6 8.706z" sodipodi:nodetypes="cccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2502)"/> + <path id="elements-f15-fr.svgpath3143" stroke-linejoin="round" d="m198.16 59.687v10.019l47.91 27.683 1.09-20.324-49-17.378z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 3207.1)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#845206"/> + <path id="elements-f15-fr.svgpath3144" stroke-linejoin="round" d="m246.07 97.389l1.09-20.689 43.34-11.978v19.6l-44.43 13.067z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 3207.1)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#734805"/> + <path id="elements-f15-fr.svgpath3141" stroke-linejoin="round" d="m195.95 58.853l17.52-12.248 56.2 5.412-24.68 25.771-49.04-18.935z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 3207.1)" stroke="#000" stroke-linecap="round" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#950f06"/> + <path id="elements-f15-fr.svgpath3517" stroke-linejoin="round" d="m256.02 94.521l0.64-14.679 25.6-7.074v14.036l-26.24 7.717z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 3207.1)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".62353pt" fill="#8a5606"/> + <path id="elements-f15-fr.svgpath3142" stroke-linejoin="round" d="m270.03 52.017l22.86 12.705-47.54 13.066 24.68-25.771z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 3207.1)" stroke="#000" stroke-linecap="round" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#7f3e06"/> + <g id="elements-f15-fr.svgg2600" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 343.5)"> <path id="elements-f15-fr.svgrect3172" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-fr.svgpattern2597)" d="m196.36 2926.7v11l47.76 27.6 2.68-20.7-50.44-17.9z"/> <path id="elements-f15-fr.svgpath3175" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-fr.svgpattern2596)" d="m246.72 2963.6l-1.23-17.9 44.25-12.4v17.3l-43.02 13z"/> <path id="elements-f15-fr.svgpath3177" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-fr.svgpattern2599)" d="m196.31 2925.2l17.82-11.5 53.31 6.4-21 22.8-50.13-17.7z"/> <path id="elements-f15-fr.svgpath3179" sodipodi:nodetypes="cccc" fill="url(#elements-f15-fr.svgpattern2598)" d="m247.23 2943.6l22.68-24.9 21.72 12.6-44.4 12.3z"/> </g> - <path id="elements-f15-fr.svgpath1888" d="m194.7 68.832l-6.72 24.773 15.43 4.409 11.91-0.853 11.03 3.529 16.3 0.03 28.12-2.06 21.9-9.481-5.44-4.001-2.72-1.562-3.6 0.192-4.47 3.26-1.85 1.507-4.56 2.137-8.07 2.137-7.19-1.37-8.95 5.644-1.93-4.878-3.57 0.008-4.45-1.747-0.06-4.377-2.69-4.377-7.27 3.537-4.63-2.601-1.13-7.862-3.56-1.954-3.56 0.676-2.73 3.105-3.72-4.31-6.35-1.317-5.47-2.194z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccc" transform="translate(10 2890.7)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2489)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3017.9562774" x="10" font-family="Sans" fill="#000000"> - <tspan y="3017.9562774" x="10">Bibliographie</tspan> + <path id="elements-f15-fr.svgpath1888" d="m194.7 68.832l-6.72 24.773 15.43 4.409 11.91-0.853 11.03 3.529 16.3 0.03 28.12-2.06 21.9-9.481-5.44-4.001-2.72-1.562-3.6 0.192-4.47 3.26-1.85 1.507-4.56 2.137-8.07 2.137-7.19-1.37-8.95 5.644-1.93-4.878-3.57 0.008-4.45-1.747-0.06-4.377-2.69-4.377-7.27 3.537-4.63-2.601-1.13-7.862-3.56-1.954-3.56 0.676-2.73 3.105-3.72-4.31-6.35-1.317-5.47-2.194z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccc" transform="translate(10 3207.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-fr.svgpattern2489)"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3334.3058373999997" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3334.3058373999997" x="10">Bibliographie</tspan> </text> - <rect id="d0e313" display="none" height="1e3px" width="288" y="3023.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e313" display="none" height="1e3px" width="288" y="3339.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e313"/> </flowRegion> <flowDiv xml:space="preserve">Voici une bibliographie (partielle) utilisée pour la réalisation de ce document :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3056.3)"/> - <rect id="d0e319" display="none" height="1e3px" width="258" y="3050.3" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3372.7)"/> + <rect id="d0e319" display="none" height="1e3px" width="258" y="3366.7" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e319"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://www.makart.com/resources/artclass/EPlist.html</flowSpan> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="sans-serif">http://www.makart.com/resources/artclass/EPlist.html</flowSpan> </flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3074.1)"/> - <rect id="d0e326" display="none" height="1e3px" width="258" y="3068.1" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3390.4)"/> + <rect id="d0e326" display="none" height="1e3px" width="258" y="3384.4" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e326"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://www.princetonol.com/groups/iad/Files/elements2.htm</flowSpan> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="sans-serif">http://www.princetonol.com/groups/iad/Files/elements2.htm</flowSpan> </flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3100.9)"/> - <rect id="d0e333" display="none" height="1e3px" width="258" y="3094.9" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3417.2)"/> + <rect id="d0e333" display="none" height="1e3px" width="258" y="3411.2" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e333"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://www.johnlovett.com/test.htm</flowSpan> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="sans-serif">http://www.johnlovett.com/test.htm</flowSpan> </flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3118.7)"/> - <rect id="d0e340" display="none" height="1e3px" width="258" y="3112.7" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3435)"/> + <rect id="d0e340" display="none" height="1e3px" width="258" y="3429" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e340"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://digital-web.com/articles/elements_of_design/</flowSpan> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="sans-serif">http://digital-web.com/articles/elements_of_design/</flowSpan> </flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3136.7)"/> - <rect id="d0e347" display="none" height="1e3px" width="258" y="3130.7" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3453)"/> + <rect id="d0e347" display="none" height="1e3px" width="258" y="3447" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e347"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://digital-web.com/articles/principles_of_design/</flowSpan> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="sans-serif">http://digital-web.com/articles/principles_of_design/</flowSpan> </flowDiv> </flowRoot> - <rect id="d0e354" display="none" height="1e3px" width="288" y="3148.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e354" display="none" height="1e3px" width="288" y="3465" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e354"/> </flowRegion> - <flowDiv xml:space="preserve">Remerciements spéciaux à Linda Kim (<flowSpan font-weight="bold" font-family="Sans">http://www.coroflot.com/redlucite/</flowSpan>) qui m'a (<flowSpan font-weight="bold" font-family="Sans">http://www.rejon.org/</flowSpan>) bien aidé sur ce didacticiel. Merci également à l'Open Clip Art Library (<flowSpan font-weight="bold" font-family="Sans">http://www.openclipart.org/</flowSpan>) et aux gens qui ont soumis des dessins pour ce projet.</flowDiv> + <flowDiv xml:space="preserve">Remerciements spéciaux à Linda Kim (<flowSpan font-weight="bold" font-family="sans-serif">http://www.coroflot.com/redlucite/</flowSpan>) qui m'a (<flowSpan font-weight="bold" font-family="sans-serif">http://www.rejon.org/</flowSpan>) bien aidé sur ce didacticiel. Merci également à l'Open Clip Art Library (<flowSpan font-weight="bold" font-family="sans-serif">http://www.openclipart.org/</flowSpan>) et aux gens qui ont soumis des dessins pour ce projet.</flowDiv> </flowRoot> - <g transform="translate(0 3209.4)"> + <g transform="translate(0 3525.7)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> @@ -666,8 +666,8 @@ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/> - <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="sans-serif" fill="#ffffff"/> + <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path1951" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.69 -163.2)"/> </g> </g> diff --git a/share/tutorials/tutorial-interpolate.fr.svg b/share/tutorials/tutorial-interpolate.fr.svg index ce599e2fb..ad7846111 100644 --- a/share/tutorials/tutorial-interpolate.fr.svg +++ b/share/tutorials/tutorial-interpolate.fr.svg @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- DO NOT EDIT THIS FILE. It is produced automatically from a DocBook source (*.xml) by tutorial-svg.xsl. --> -<svg id="svg1" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" sodipodi:docname="tutorial-basic.svg" xmlns:string="http://www.jclark.com/xt/java/java.lang.String" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" sodipodi:version="0.32" height="3170pt" width="256pt" version="1.1" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" inkscape:version="0.48" xmlns:dc="http://purl.org/dc/elements/1.1/"> +<svg id="svg1" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" sodipodi:docname="tutorial-basic.svg" xmlns:string="http://www.jclark.com/xt/java/java.lang.String" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" sodipodi:version="0.32" height="3170pt" width="256pt" version="1.1" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" inkscape:version="0.49" xmlns:dc="http://purl.org/dc/elements/1.1/"> <sodipodi:namedview id="base" inkscape:window-x="0" inkscape:window-y="0" snaptoguides="true" inkscape:zoom="2.0000000" inkscape:cx="160.00000" inkscape:cy="3864.0000" inkscape:window-width="780" showborder="false" inkscape:window-height="580" showguides="true"/> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient841"> <stop id="stop842" stop-color="#0082ab" offset="0"/> - <stop id="stop843" stop-color="#FFF" stop-opacity="0" offset="1"/> + <stop id="stop843" stop-color="#fff" stop-opacity="0" offset="1"/> </linearGradient> - <linearGradient id="linearGradient1657" y2="0.91667" xlink:href="#linearGradient841" y1="0.16666" x2="0.51619" x1="0.51619"/> - <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom"> - <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/> + <linearGradient id="linearGradient1657" y2=".91667" xlink:href="#linearGradient841" y1=".16666" x2=".51619" x1=".51619"/> + <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> + <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/> <feComposite id="feComposite53" operator="in" result="composite1" in2="SourceGraphic" in="flood"/> <feGaussianBlur id="feGaussianBlur55" result="blur" stdDeviation="20" in="composite1"/> <feOffset id="feOffset57" result="offset" dx="0" dy="0"/> @@ -25,542 +25,542 @@ </rdf:RDF> </metadata> <g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer"> - <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y="0.27753" x="0.18215" fill="url(#linearGradient1657)"/> - <path id="path93" stroke-width="1.0000000pt" fill="#FFF" d="M150.97,4.9606h-9.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2,0.913-0.57,1.722-0.95,2.1-0.5,0.522-1.41,0.769-2.74,0.769h-1.06c-0.48,0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98,0,1.37,0.0783,1.69,0.3521,0.42,0.339,0.58,0.756,0.61,1.526h0.75v-4.2776h-0.75c-0.08,1.278-0.72,1.7866-2.23,1.7866h-0.38v-2.9734c0-0.5607,0.14-0.652,1-0.652h0.83c1.4,0,2.09,0.1173,2.63,0.4825,0.52,0.3391,0.91,1.0694,1.15,2.243h0.68l-0.22-3.3385zm-21.15,5.2294h1.8c1.43,0,2.18-0.091,2.82-0.339,1.13-0.4434,1.77-1.278,1.77-2.3082,0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29,0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999,0.09-0.6651,0.97-0.6651h1.02c1.66,0,2.44,0.639,2.44,2.0213,0,1.3433-0.81,1.9823-2.5,1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67,7.6029c-0.31,0.678-0.38,0.769-0.62,0.978-0.25,0.248-0.7,0.404-1.13,0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86,0-1.29-0.247-1.29-0.743,0-0.156,0.05-0.339,0.14-0.548l0.53-1.147h4.22l0.87,1.747c0.09,0.196,0.12,0.287,0.12,0.352,0,0.209-0.4,0.339-0.99,0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79,0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78,2.1387l1.8,3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63,0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55,0-2.825,0.5086-3.909,1.565-1.02,0.9911-1.498,2.0865-1.498,3.4297,0,2.8043,2.247,4.8123,5.387,4.8123,2.55,0,4.18-1.226,4.54-3.417l-0.75-0.104c-0.16,0.691-0.35,1.16-0.63,1.552-0.66,0.9-1.68,1.356-2.97,1.356-2.358,0-3.473-1.343-3.473-4.1471,0-1.4736,0.239-2.4647,0.781-3.2472,0.494-0.7303,1.482-1.1867,2.502-1.1867,1.12,0,2.1,0.4825,2.71,1.3171,0.3,0.4304,0.54,0.939,0.91,1.9431h0.7l-0.24-3.7688zm-15.955,0.013h-0.589l-0.638,0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088,0-3.491,1.0955-3.491,2.7256,0,1.4215,0.861,2.1257,3.204,2.6214l1.514,0.313c1.18,0.248,1.291,0.274,1.626,0.482,0.478,0.3,0.733,0.731,0.733,1.239,0,0.522-0.239,0.952-0.717,1.304-0.526,0.379-1.052,0.522-1.928,0.522-1.18,0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064,3.717h0.622l0.717-0.887c1.068,0.717,1.961,0.978,3.347,0.978,2.343,0,3.842-1.122,3.842-2.869,0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041,0-0.9128,0.908-1.5388,2.263-1.5388,1.116,0,2.024,0.3912,2.662,1.1346,0.462,0.5347,0.749,1.0824,0.956,1.7475h0.686l-0.192-3.3907zm-21.55,5.2296v-3.5473-0.3782c0-0.5477,0.144-0.6129,1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291,0,1.434,0.0652,1.434,0.6129v0.3782,6.2073,0.378c0,0.548-0.143,0.613-1.434,0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291,0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258,2.774,3.3258c0.255,0.313,0.319,0.417,0.319,0.547,0,0.209-0.303,0.3-1.084,0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877,0-1.1-0.091-1.562-0.652l-3.857-4.551,2.375-1.9431c0.765-0.6651,1.737-1.0433,2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733,0,1.036,0.1173,1.036,0.3912,0,0.1826-0.319,0.5608-0.781,0.939l-3.906,3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813,0,1.18,0.1043,1.467,0.4303v5.5421c0,1.787-0.319,2.165-1.849,2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109,7.8509h0.67v-6.7685c0-1.7866,0.319-2.1648,1.849-2.2169v-0.613h-4.543v0.613c1.514,0.0521,1.833,0.4303,1.833,2.2169v4.0945l-6.36-6.9244zm-10.36,1.6041v-0.3782c0-0.5477,0.143-0.6129,1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291,0,1.435,0.0652,1.435,0.6129v0.3782,6.2073,0.378c0,0.548-0.144,0.613-1.435,0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275,0-1.418-0.065-1.418-0.613v-0.378-6.2073z"/> - <use id="use1325" opacity="0.0786517" xlink:href="#path93" transform="matrix(2.39436,0,0,2.331219,-82.96365,-14.49494)" height="1052.3622" width="320" y="0" x="0"/> - <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(0.058837,0,0,0.058837,-4.7689003,-3.296641)"> - <path id="path805" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/> - <path id="path1791" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/> - <path id="path1792" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/> - <path id="path1793" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/> - <path id="path831" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/> + <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y=".27753" x=".18215" fill="url(#linearGradient1657)"/> + <path id="path93" d="m150.97 4.9606h-9.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2 0.913-0.57 1.722-0.95 2.1-0.5 0.522-1.41 0.769-2.74 0.769h-1.06c-0.48 0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98 0 1.37 0.0783 1.69 0.3521 0.42 0.339 0.58 0.756 0.61 1.526h0.75v-4.2776h-0.75c-0.08 1.278-0.72 1.7866-2.23 1.7866h-0.38v-2.9734c0-0.5607 0.14-0.652 1-0.652h0.83c1.4 0 2.09 0.1173 2.63 0.4825 0.52 0.3391 0.91 1.0694 1.15 2.243h0.68l-0.22-3.3385zm-21.15 5.2294h1.8c1.43 0 2.18-0.091 2.82-0.339 1.13-0.4434 1.77-1.278 1.77-2.3082 0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29 0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999 0.09-0.6651 0.97-0.6651h1.02c1.66 0 2.44 0.639 2.44 2.0213 0 1.3433-0.81 1.9823-2.5 1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67 7.6029c-0.31 0.678-0.38 0.769-0.62 0.978-0.25 0.248-0.7 0.404-1.13 0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86 0-1.29-0.247-1.29-0.743 0-0.156 0.05-0.339 0.14-0.548l0.53-1.147h4.22l0.87 1.747c0.09 0.196 0.12 0.287 0.12 0.352 0 0.209-0.4 0.339-0.99 0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79 0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78 2.1387l1.8 3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63 0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55 0-2.825 0.5086-3.909 1.565-1.02 0.9911-1.498 2.0865-1.498 3.4297 0 2.8043 2.247 4.8123 5.387 4.8123 2.55 0 4.18-1.226 4.54-3.417l-0.75-0.104c-0.16 0.691-0.35 1.16-0.63 1.552-0.66 0.9-1.68 1.356-2.97 1.356-2.358 0-3.473-1.343-3.473-4.1471 0-1.4736 0.239-2.4647 0.781-3.2472 0.494-0.7303 1.482-1.1867 2.502-1.1867 1.12 0 2.1 0.4825 2.71 1.3171 0.3 0.4304 0.54 0.939 0.91 1.9431h0.7l-0.24-3.7688zm-15.955 0.013h-0.589l-0.638 0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088 0-3.491 1.0955-3.491 2.7256 0 1.4215 0.861 2.1257 3.204 2.6214l1.514 0.313c1.18 0.248 1.291 0.274 1.626 0.482 0.478 0.3 0.733 0.731 0.733 1.239 0 0.522-0.239 0.952-0.717 1.304-0.526 0.379-1.052 0.522-1.928 0.522-1.18 0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064 3.717h0.622l0.717-0.887c1.068 0.717 1.961 0.978 3.347 0.978 2.343 0 3.842-1.122 3.842-2.869 0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041 0-0.9128 0.908-1.5388 2.263-1.5388 1.116 0 2.024 0.3912 2.662 1.1346 0.462 0.5347 0.749 1.0824 0.956 1.7475h0.686l-0.192-3.3907zm-21.55 5.2296v-3.5473-0.3782c0-0.5477 0.144-0.6129 1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291 0 1.434 0.0652 1.434 0.6129v0.3782 6.2073 0.378c0 0.548-0.143 0.613-1.434 0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291 0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258 2.774 3.3258c0.255 0.313 0.319 0.417 0.319 0.547 0 0.209-0.303 0.3-1.084 0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877 0-1.1-0.091-1.562-0.652l-3.857-4.551 2.375-1.9431c0.765-0.6651 1.737-1.0433 2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733 0 1.036 0.1173 1.036 0.3912 0 0.1826-0.319 0.5608-0.781 0.939l-3.906 3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813 0 1.18 0.1043 1.467 0.4303v5.5421c0 1.787-0.319 2.165-1.849 2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109 7.8509h0.67v-6.7685c0-1.7866 0.319-2.1648 1.849-2.2169v-0.613h-4.543v0.613c1.514 0.0521 1.833 0.4303 1.833 2.2169v4.0945l-6.36-6.9244zm-10.36 1.6041v-0.3782c0-0.5477 0.143-0.6129 1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291 0 1.435 0.0652 1.435 0.6129v0.3782 6.2073 0.378c0 0.548-0.144 0.613-1.435 0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275 0-1.418-0.065-1.418-0.613v-0.378-6.2073z" stroke-width="1pt" fill="#fff"/> + <use id="use1325" opacity=".078652" xlink:href="#path93" transform="matrix(2.3944 0 0 2.3312 -82.964 -14.495)" height="1052.3622" width="320" y="0" x="0"/> + <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(.058837 0 0 .058837 -4.7689 -3.2966)"> + <path id="path805" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/> + <path id="path1791" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/> + <path id="path1792" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/> + <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> + <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,1,-1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-326.81229" x="3.6203022" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:0.29056421;" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> - <path id="path7527" opacity="0.5" style="color:#000000;" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(0.614962,4.549602e-2,6.191898e-2,-0.451855,112.4558,237.6044)" fill="#000"/> - <path id="text1896" style="text-align:end;" d="m120.82,12.812,0.1105-0.44803c0.96986-0.03895,1.952-0.10388,2.9465-0.1948-0.0982,0.3896-0.14732,0.5779-0.14731,0.5649l-0.33148,1.2077-0.36831,1.4025-0.90236,3.5647c-0.72436,2.857-1.0865,4.6881-1.0865,5.4932,0,0.38959,0.0921,0.58438,0.27623,0.58438,0.27009,0,0.58929-0.30518,0.95761-0.91554,0.2087-0.35063,0.49721-0.948,0.86553-1.7921l0.38672,0.15584c-0.78573,2.1168-1.6635,3.1752-2.6334,3.1752-0.3192,0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972,0.0491-0.69477,0.14732-1.3051-0.38059,0.72724-0.69365,1.2532-0.93919,1.5778-0.54019,0.70126-1.1847,1.0519-1.9336,1.0519-0.61386,0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506,0-1.4415,0.51563-2.8375,1.5469-4.1881,1.0435-1.3636,2.1178-2.0453,3.2227-2.0453,0.50336,0.000008,0.92691,0.27921,1.2707,0.83762l0.92077-3.5063c0.12276-0.4675,0.18414-0.75969,0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078,4.4608c-0.78573-0.05194-1.5899,0.81165-2.4124,2.5908-0.76117,1.6363-1.1418,2.9609-1.1418,3.9738,0,0.38959,0.0859,0.70776,0.25781,0.95449,0.18415,0.23376,0.41743,0.35063,0.69979,0.35063,0.71206,0,1.3934-0.62984,2.0441-1.8895,0.87167-1.7012,1.3382-3.2336,1.3996-4.5972,0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438,5.3763,0.36831,0.19479c-0.82256,1.8441-1.7188,2.7661-2.6887,2.7661-0.34375,0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324,0-0.2857,0.0368-0.55192,0.1105-0.79866s0.27623-0.79866,0.60772-1.6558l0.69978-1.7726c0.41742-1.0519,0.62613-1.7596,0.62613-2.1233,0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971,0.000008-1.019,0.71426-1.7679,2.1427l-0.36831-0.23376c0.87166-1.6882,1.7065-2.5323,2.5045-2.5323,0.33148,0.000008,0.60157,0.12987,0.81029,0.38959,0.2087,0.25973,0.31305,0.59738,0.31306,1.0129-0.00001,0.49349-0.25168,1.409-0.75504,2.7466l-0.77345,2.0453c-0.3192,0.84411-0.4788,1.396-0.4788,1.6558,0,0.23375,0.0982,0.35063,0.29465,0.35063,0.23326,0,0.53405-0.22077,0.90235-0.6623,0.3806-0.45452,0.74276-1.0259,1.0865-1.7142m-0.27623-10.227c0.23325,0.000012,0.42969,0.09092,0.58929,0.27271,0.17188,0.16883,0.25782,0.37662,0.25782,0.62334,0,0.24675-0.0859,0.46103-0.25782,0.64282-0.1596,0.18182-0.35604,0.27272-0.58929,0.27271-0.23326,0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282,0-0.24673,0.0859-0.45451,0.25782-0.62334,0.17187-0.1818,0.37445-0.2727,0.60771-0.27271m8.3563,0.38959,0.1105-0.44803c0.96987-0.03895,1.952-0.10388,2.9465-0.1948-0.0982,0.3896-0.14734,0.5779-0.14733,0.5649l-0.33148,1.2077-0.36831,1.4025-0.90236,3.5647c-0.72435,2.857-1.0865,4.6881-1.0865,5.4932,0,0.38959,0.0921,0.58438,0.27623,0.58438,0.27009,0,0.58928-0.30518,0.9576-0.91554,0.2087-0.35063,0.49722-0.948,0.86554-1.7921l0.38672,0.15584c-0.78573,2.1168-1.6636,3.1752-2.6334,3.1752-0.3192,0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972,0.0491-0.69477,0.14732-1.3051-0.3806,0.72724-0.69365,1.2532-0.93919,1.5778-0.5402,0.70126-1.1847,1.0519-1.9336,1.0519-0.61386,0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506,0-1.4415,0.51563-2.8375,1.5469-4.1881,1.0435-1.3636,2.1178-2.0453,3.2227-2.0453,0.50335,0.000008,0.92691,0.27921,1.2707,0.83762l0.92078-3.5063c0.12275-0.4675,0.18415-0.75969,0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078,4.4608c-0.78572-0.05194-1.5899,0.81165-2.4124,2.5908-0.76117,1.6363-1.1418,2.9609-1.1418,3.9738,0,0.38959,0.0859,0.70776,0.25783,0.95449,0.18414,0.23376,0.41741,0.35063,0.69978,0.35063,0.71207,0,1.3934-0.62984,2.0441-1.8895,0.87166-1.7012,1.3382-3.2336,1.3996-4.5972,0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479,1.3075,0c-0.30692,0.87009-0.72434,2.1427-1.2522,3.818-0.56475,1.8051-0.84712,3.0323-0.84711,3.6816-0.00001,0.27271,0.0982,0.40907,0.29464,0.40907,0.4297,0,1.0313-0.88307,1.8047-2.6492l0.40514,0.17532c-0.51563,1.1818-0.95761,1.9934-1.3259,2.4349-0.36832,0.44153-0.78574,0.6623-1.2522,0.6623-0.76118,0-1.1418-0.36362-1.1418-1.0909,0-0.19479,0.0553-0.59088,0.16574-1.1882-0.87166,1.5324-1.8047,2.2986-2.7992,2.2986-0.62614,0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337,0-1.4804,0.55247-2.9154,1.6574-4.305,1.1049-1.4025,2.2406-2.1038,3.4069-2.1038,0.61385,0.000008,1.0804,0.35713,1.3996,1.0714l0.29465-0.81814m-1.5469,0.23375c-0.36831-0.02596-0.79801,0.2013-1.2891,0.68178-0.4788,0.46752-0.92691,1.0974-1.3443,1.8895-0.83485,1.5713-1.2523,2.8895-1.2523,3.9543,0,0.83112,0.30693,1.2467,0.92077,1.2467,0.99444,0,1.9336-1.0324,2.8176-3.0972,0.60156-1.4025,0.93919-2.5648,1.0128-3.4868,0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893,5.3374,0.36831,0.23375c-0.88395,1.8311-1.9643,2.7466-3.2411,2.7466-0.67524,0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87,0-0.76619,0.17188-1.5713,0.51564-2.4155,0.35603-0.85709,0.83483-1.6168,1.4364-2.2791,0.90849-1.0129,1.8477-1.5194,2.8176-1.5194,0.4297,0.000008,0.77346,0.11039,1.0313,0.33115,0.27009,0.20779,0.40514,0.4805,0.40515,0.81814-0.00001,0.22078-0.0675,0.40908-0.20258,0.56491-0.13505,0.15584-0.30079,0.23376-0.49721,0.23375-0.17188,0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687,0.0368-0.23375,0.1105-0.35063,0.0737-0.11687,0.11049-0.19479,0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019,0.000008-1.0804,0.43505-1.6206,1.3051-0.42969,0.68828-0.81029,1.5584-1.1418,2.6102-0.33148,1.0389-0.49721,1.896-0.49721,2.5713,0,0.88307,0.36217,1.3246,1.0865,1.3246,0.9576,0,1.8354-0.80515,2.6334-2.4155m5.1362-8.3177,1.2891,0-0.79187,2.7466,1.4548,0-0.12891,0.44803-1.4548,0-0.34989,1.1298c-0.29465,0.96099-0.60771,2.1233-0.93919,3.4868-0.33147,1.3506-0.49722,2.1362-0.49722,2.357,0,0.29869,0.12891,0.44803,0.38673,0.44803,0.45425,0.000001,1.0006-0.6623,1.639-1.9869,0.0614-0.14285,0.15346-0.31816,0.27623-0.52595l0.36831,0.1948c-0.47881,1.0519-0.83484,1.7272-1.0681,2.0259-0.50336,0.63633-1.0374,0.9545-1.6022,0.9545-0.38058,0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345,0-0.36362,0.0552-0.77268,0.16574-1.2272,0.12278-0.50646,0.51564-1.9609,1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027,8.3177,0.3683,0.19479c-0.82256,1.8441-1.7188,2.7661-2.6886,2.7661-0.34376,0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324,0-0.2857,0.0368-0.55192,0.11049-0.79866,0.0737-0.24674,0.27624-0.79866,0.60771-1.6558l0.69979-1.7726c0.41742-1.0519,0.62613-1.7596,0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971,0.000008-1.019,0.71426-1.7679,2.1427l-0.36832-0.23376c0.87167-1.6882,1.7065-2.5323,2.5045-2.5323,0.33148,0.000008,0.60157,0.12987,0.81027,0.38959,0.20872,0.25973,0.31307,0.59738,0.31307,1.0129,0,0.49349-0.25168,1.409-0.75503,2.7466l-0.77345,2.0453c-0.3192,0.84411-0.47881,1.396-0.4788,1.6558-0.00001,0.23375,0.0982,0.35063,0.29463,0.35063,0.23328,0,0.53406-0.22077,0.90237-0.6623,0.38058-0.45452,0.74276-1.0259,1.0865-1.7142m-0.27624-10.227c0.23326,0.000012,0.42969,0.09092,0.58929,0.27271,0.17188,0.16883,0.25782,0.37662,0.25783,0.62334-0.00001,0.24675-0.0859,0.46103-0.25783,0.64282-0.1596,0.18182-0.35603,0.27272-0.58929,0.27271-0.23327,0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673,0.0859-0.45451,0.25782-0.62334,0.17188-0.1818,0.37444-0.2727,0.60771-0.27271m7.3369,10.227,0.36831,0.23375c-0.88396,1.8311-1.9643,2.7466-3.2411,2.7466-0.67523,0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87,0-0.76619,0.17188-1.5713,0.51564-2.4155,0.35603-0.85709,0.83482-1.6168,1.4364-2.2791,0.90849-1.0129,1.8477-1.5194,2.8176-1.5194,0.42969,0.000008,0.77345,0.11039,1.0313,0.33115,0.27008,0.20779,0.40514,0.4805,0.40515,0.81814-0.00001,0.22078-0.0675,0.40908-0.20258,0.56491-0.13506,0.15584-0.30079,0.23376-0.49721,0.23375-0.17189,0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687,0.0368-0.23375,0.11049-0.35063,0.0737-0.11687,0.11049-0.19479,0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019,0.000008-1.0804,0.43505-1.6206,1.3051-0.42969,0.68828-0.81028,1.5584-1.1418,2.6102-0.33148,1.0389-0.49722,1.896-0.49722,2.5713,0,0.88307,0.36217,1.3246,1.0865,1.3246,0.95761,0,1.8354-0.80515,2.6334-2.4155m6.3332,0,0.36832,0.19479c-0.82257,1.8441-1.7188,2.7661-2.6887,2.7661-0.34376,0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324,0-0.2857,0.0368-0.55192,0.1105-0.79866,0.0736-0.24674,0.27622-0.79866,0.60771-1.6558l0.69979-1.7726c0.4174-1.0519,0.62612-1.7596,0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969,0.000008-1.019,0.71426-1.7679,2.1427l-0.36831-0.23376c0.87167-1.6882,1.7065-2.5323,2.5045-2.5323,0.33147,0.000008,0.60157,0.12987,0.81028,0.38959,0.20871,0.25973,0.31306,0.59738,0.31307,1.0129-0.00001,0.49349-0.25169,1.409-0.75503,2.7466l-0.77346,2.0453c-0.31921,0.84411-0.47881,1.396-0.4788,1.6558-0.00001,0.23375,0.0982,0.35063,0.29465,0.35063,0.23325,0,0.53404-0.22077,0.90236-0.6623,0.38058-0.45452,0.74275-1.0259,1.0865-1.7142m-0.27622-10.227c0.23326,0.000012,0.42969,0.09092,0.5893,0.27271,0.17187,0.16883,0.2578,0.37662,0.25781,0.62334-0.00001,0.24675-0.0859,0.46103-0.25781,0.64282-0.15961,0.18182-0.35604,0.27272-0.5893,0.27271-0.23328,0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282,0-0.24673,0.0859-0.45451,0.25781-0.62334,0.17187-0.1818,0.37444-0.2727,0.60772-0.27271m7.2632,10.383,0.34989,0.25323c-1.0681,1.7012-2.1853,2.5518-3.3516,2.5518-0.62613,0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168,0-1.1558,0.39287-2.409,1.1786-3.7595,1.0927-1.87,2.3326-2.805,3.7199-2.805,0.40513,0.000008,0.73661,0.12987,0.99443,0.38959,0.25781,0.25973,0.38672,0.59088,0.38673,0.99345-0.00001,0.94801-0.62,1.8441-1.86,2.6882-0.40514,0.27272-1.3136,0.71425-2.7255,1.3246-0.20871,0.79217-0.31306,1.4025-0.31306,1.8311,0,0.71425,0.31306,1.0714,0.9392,1.0714,0.45424,0,0.87779-0.16233,1.2707-0.48699,0.40514-0.33764,0.91463-0.948,1.5285-1.8311m-3.278-1.1103c0.23326-0.10389,0.51563-0.24024,0.84711-0.40907,0.71206-0.38959,1.3075-0.90904,1.7863-1.5584,0.49107-0.64931,0.73661-1.2597,0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337,0.000008-1.0067,0.3896-1.5101,1.1688-0.49108,0.7662-0.93306,1.8506-1.3259,3.2531m7.1834-8.8826,0.11048-0.44803c0.92078-0.03895,1.9643-0.10388,3.1306-0.1948-0.0982,0.35064-0.17188,0.60388-0.22099,0.7597-0.13505,0.40259-0.32533,1.0129-0.57087,1.8311l-1.4917,5.1426c-0.71206,2.4544-1.0681,3.9608-1.0681,4.5192-0.00001,0.40258,0.11049,0.60386,0.33147,0.60386,0.30693,0,0.68751-0.35063,1.1418-1.0519,0.23327-0.36361,0.49722-0.84411,0.79188-1.4415l0.42355,0.21427c-0.36832,0.71425-0.64455,1.2207-0.8287,1.5194-0.56475,0.89606-1.2093,1.3441-1.9336,1.3441-0.36831,0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542,0.20871-1.5389,0.62613-2.9804l1.6206-5.5906c0.35603-1.2337,0.53406-1.9285,0.53406-2.0843,0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#FFF"/> - <use id="use1901" opacity="0.0786517" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" fill-rule="nonzero" xlink:href="#text1896" transform="matrix(3.16792,0,0,3.16792,-274.0839,-31.03953)" height="1052.3622" width="320" y="0" x="0" fill="black"/> + <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <path id="path7527" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.46 237.6)"/> + <path id="text1896" d="m120.82 12.812 0.1105-0.44803c0.96986-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14732 0.5779-0.14731 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72436 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58929-0.30518 0.95761-0.91554 0.2087-0.35063 0.49721-0.948 0.86553-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6635 3.1752-2.6334 3.1752-0.3192 0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.38059 0.72724-0.69365 1.2532-0.93919 1.5778-0.54019 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50336 0.000008 0.92691 0.27921 1.2707 0.83762l0.92077-3.5063c0.12276-0.4675 0.18414-0.75969 0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78573-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25781 0.95449 0.18415 0.23376 0.41743 0.35063 0.69979 0.35063 0.71206 0 1.3934-0.62984 2.0441-1.8895 0.87167-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438 5.3763 0.36831 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6887 2.7661-0.34375 0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866s0.27623-0.79866 0.60772-1.6558l0.69978-1.7726c0.41742-1.0519 0.62613-1.7596 0.62613-2.1233 0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87166-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81029 0.38959 0.2087 0.25973 0.31305 0.59738 0.31306 1.0129-0.00001 0.49349-0.25168 1.409-0.75504 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.4788 1.396-0.4788 1.6558 0 0.23375 0.0982 0.35063 0.29465 0.35063 0.23326 0 0.53405-0.22077 0.90235-0.6623 0.3806-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27623-10.227c0.23325 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25782 0.62334 0 0.24675-0.0859 0.46103-0.25782 0.64282-0.1596 0.18182-0.35604 0.27272-0.58929 0.27271-0.23326 0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282 0-0.24673 0.0859-0.45451 0.25782-0.62334 0.17187-0.1818 0.37445-0.2727 0.60771-0.27271m8.3563 0.38959 0.1105-0.44803c0.96987-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14734 0.5779-0.14733 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72435 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58928-0.30518 0.9576-0.91554 0.2087-0.35063 0.49722-0.948 0.86554-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6636 3.1752-2.6334 3.1752-0.3192 0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.3806 0.72724-0.69365 1.2532-0.93919 1.5778-0.5402 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50335 0.000008 0.92691 0.27921 1.2707 0.83762l0.92078-3.5063c0.12275-0.4675 0.18415-0.75969 0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78572-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25783 0.95449 0.18414 0.23376 0.41741 0.35063 0.69978 0.35063 0.71207 0 1.3934-0.62984 2.0441-1.8895 0.87166-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479h1.3075c-0.30692 0.87009-0.72434 2.1427-1.2522 3.818-0.56475 1.8051-0.84712 3.0323-0.84711 3.6816-0.00001 0.27271 0.0982 0.40907 0.29464 0.40907 0.4297 0 1.0313-0.88307 1.8047-2.6492l0.40514 0.17532c-0.51563 1.1818-0.95761 1.9934-1.3259 2.4349-0.36832 0.44153-0.78574 0.6623-1.2522 0.6623-0.76118 0-1.1418-0.36362-1.1418-1.0909 0-0.19479 0.0553-0.59088 0.16574-1.1882-0.87166 1.5324-1.8047 2.2986-2.7992 2.2986-0.62614 0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337 0-1.4804 0.55247-2.9154 1.6574-4.305 1.1049-1.4025 2.2406-2.1038 3.4069-2.1038 0.61385 0.000008 1.0804 0.35713 1.3996 1.0714l0.29465-0.81814m-1.5469 0.23375c-0.36831-0.02596-0.79801 0.2013-1.2891 0.68178-0.4788 0.46752-0.92691 1.0974-1.3443 1.8895-0.83485 1.5713-1.2523 2.8895-1.2523 3.9543 0 0.83112 0.30693 1.2467 0.92077 1.2467 0.99444 0 1.9336-1.0324 2.8176-3.0972 0.60156-1.4025 0.93919-2.5648 1.0128-3.4868 0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893 5.3374 0.36831 0.23375c-0.88395 1.8311-1.9643 2.7466-3.2411 2.7466-0.67524 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83483-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.4297 0.000008 0.77346 0.11039 1.0313 0.33115 0.27009 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13505 0.15584-0.30079 0.23376-0.49721 0.23375-0.17188 0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.1105-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81029 1.5584-1.1418 2.6102-0.33148 1.0389-0.49721 1.896-0.49721 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.9576 0 1.8354-0.80515 2.6334-2.4155m5.1362-8.3177h1.2891l-0.79187 2.7466h1.4548l-0.12891 0.44803h-1.4548l-0.34989 1.1298c-0.29465 0.96099-0.60771 2.1233-0.93919 3.4868-0.33147 1.3506-0.49722 2.1362-0.49722 2.357 0 0.29869 0.12891 0.44803 0.38673 0.44803 0.45425 0.000001 1.0006-0.6623 1.639-1.9869 0.0614-0.14285 0.15346-0.31816 0.27623-0.52595l0.36831 0.1948c-0.47881 1.0519-0.83484 1.7272-1.0681 2.0259-0.50336 0.63633-1.0374 0.9545-1.6022 0.9545-0.38058 0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345 0-0.36362 0.0552-0.77268 0.16574-1.2272 0.12278-0.50646 0.51564-1.9609 1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027 8.3177 0.3683 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6886 2.7661-0.34376 0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.11049-0.79866 0.0737-0.24674 0.27624-0.79866 0.60771-1.6558l0.69979-1.7726c0.41742-1.0519 0.62613-1.7596 0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36832-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81027 0.38959 0.20872 0.25973 0.31307 0.59738 0.31307 1.0129 0 0.49349-0.25168 1.409-0.75503 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29463 0.35063 0.23328 0 0.53406-0.22077 0.90237-0.6623 0.38058-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27624-10.227c0.23326 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25783 0.62334-0.00001 0.24675-0.0859 0.46103-0.25783 0.64282-0.1596 0.18182-0.35603 0.27272-0.58929 0.27271-0.23327 0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673 0.0859-0.45451 0.25782-0.62334 0.17188-0.1818 0.37444-0.2727 0.60771-0.27271m7.3369 10.227 0.36831 0.23375c-0.88396 1.8311-1.9643 2.7466-3.2411 2.7466-0.67523 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83482-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.42969 0.000008 0.77345 0.11039 1.0313 0.33115 0.27008 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13506 0.15584-0.30079 0.23376-0.49721 0.23375-0.17189 0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.11049-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81028 1.5584-1.1418 2.6102-0.33148 1.0389-0.49722 1.896-0.49722 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.95761 0 1.8354-0.80515 2.6334-2.4155m6.3332 0 0.36832 0.19479c-0.82257 1.8441-1.7188 2.7661-2.6887 2.7661-0.34376 0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866 0.0736-0.24674 0.27622-0.79866 0.60771-1.6558l0.69979-1.7726c0.4174-1.0519 0.62612-1.7596 0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33147 0.000008 0.60157 0.12987 0.81028 0.38959 0.20871 0.25973 0.31306 0.59738 0.31307 1.0129-0.00001 0.49349-0.25169 1.409-0.75503 2.7466l-0.77346 2.0453c-0.31921 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29465 0.35063 0.23325 0 0.53404-0.22077 0.90236-0.6623 0.38058-0.45452 0.74275-1.0259 1.0865-1.7142m-0.27622-10.227c0.23326 0.000012 0.42969 0.09092 0.5893 0.27271 0.17187 0.16883 0.2578 0.37662 0.25781 0.62334-0.00001 0.24675-0.0859 0.46103-0.25781 0.64282-0.15961 0.18182-0.35604 0.27272-0.5893 0.27271-0.23328 0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282 0-0.24673 0.0859-0.45451 0.25781-0.62334 0.17187-0.1818 0.37444-0.2727 0.60772-0.27271m7.2632 10.383 0.34989 0.25323c-1.0681 1.7012-2.1853 2.5518-3.3516 2.5518-0.62613 0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168 0-1.1558 0.39287-2.409 1.1786-3.7595 1.0927-1.87 2.3326-2.805 3.7199-2.805 0.40513 0.000008 0.73661 0.12987 0.99443 0.38959 0.25781 0.25973 0.38672 0.59088 0.38673 0.99345-0.00001 0.94801-0.62 1.8441-1.86 2.6882-0.40514 0.27272-1.3136 0.71425-2.7255 1.3246-0.20871 0.79217-0.31306 1.4025-0.31306 1.8311 0 0.71425 0.31306 1.0714 0.9392 1.0714 0.45424 0 0.87779-0.16233 1.2707-0.48699 0.40514-0.33764 0.91463-0.948 1.5285-1.8311m-3.278-1.1103c0.23326-0.10389 0.51563-0.24024 0.84711-0.40907 0.71206-0.38959 1.3075-0.90904 1.7863-1.5584 0.49107-0.64931 0.73661-1.2597 0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337 0.000008-1.0067 0.3896-1.5101 1.1688-0.49108 0.7662-0.93306 1.8506-1.3259 3.2531m7.1834-8.8826 0.11048-0.44803c0.92078-0.03895 1.9643-0.10388 3.1306-0.1948-0.0982 0.35064-0.17188 0.60388-0.22099 0.7597-0.13505 0.40259-0.32533 1.0129-0.57087 1.8311l-1.4917 5.1426c-0.71206 2.4544-1.0681 3.9608-1.0681 4.5192-0.00001 0.40258 0.11049 0.60386 0.33147 0.60386 0.30693 0 0.68751-0.35063 1.1418-1.0519 0.23327-0.36361 0.49722-0.84411 0.79188-1.4415l0.42355 0.21427c-0.36832 0.71425-0.64455 1.2207-0.8287 1.5194-0.56475 0.89606-1.2093 1.3441-1.9336 1.3441-0.36831 0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542 0.20871-1.5389 0.62613-2.9804l1.6206-5.5906c0.35603-1.2337 0.53406-1.9285 0.53406-2.0843 0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#fff"/> + <use id="use1901" opacity=".078652" style="color:black" xlink:href="#text1896" transform="matrix(3.1679 0 0 3.1679 -274.08 -31.04)" height="1052.3622" width="320" y="0" x="0" fill="black"/> </g> - <text id="text1920" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.0000000" font-style="normal" transform="scale(1.130730,1.130730)" font-stretch="normal" font-variant="normal" y="18.25828" x="176.24451" font-weight="normal" fill="#ffffff"> - <tspan id="tspan1668" style="letter-spacing:2.1813099;" dx="0 -0.57057059 0 0 0 0 0" fill="#ffffff">::INTERPOLER</tspan> + <text id="text1920" font-family="sans-serif" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> + <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::INTERPOLATION</tspan> </text> Ryan Lerch, ryanlerch at gmail dot com - <rect id="d0e15" display="none" height="1000px" width="264" y="36" x="35"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000"> + <rect id="d0e15" display="none" height="1e3px" width="264" y="36" x="35"/> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e15"/> </flowRegion> - <flowDiv xml:space="preserve">Ce document explique comment utiliser l'extension Interpoler</flowDiv> + <flowDiv xml:space="preserve">Ce document explique comment utiliser l'extension d'interpolation d'Inkscape.</flowDiv> </flowRoot> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="67.7679686" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="67.7679686" x="10">Introduction</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="78.567968" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="78.567968" x="10">Introduction</tspan> </text> - <rect id="d0e24" display="none" height="1000px" width="288" y="72.968" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e24" display="none" height="1e3px" width="288" y="83.768" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e24"/> </flowRegion> - <flowDiv xml:space="preserve">Interpoler réalise une <flowSpan font-style="italic">interpolation linéaire</flowSpan> entre deux (ou plus) chemins sélectionnés. Cela signifie essentiellement qu'il « comble les vides » entre les chemins et les transforme en fonction du nombre d'étapes demandées.</flowDiv> + <flowDiv xml:space="preserve">L'effet de cette extension consiste en une <flowSpan font-style="italic">interpolation linéaire</flowSpan> entre deux (ou plus) chemins sélectionnés. Cela signifie essentiellement qu'elle « comble les vides » entre les chemins et les transforme en fonction du nombre d'étapes demandées.</flowDiv> </flowRoot> - <rect id="d0e30" display="none" height="1000px" width="288" y="122.95" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e30" display="none" height="1e3px" width="288" y="133.75" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e30"/> </flowRegion> - <flowDiv xml:space="preserve">Pour utiliser l'extension Interpoler, sélectionnez les chemins que vous souhaitez transformer, et choisissez la commande <flowSpan font-family="Sans">Extensions > Générer à partir du chemin > Interpoler</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Pour utiliser l'extension Interpoler, sélectionnez les chemins que vous souhaitez transformer, et choisissez la commande <flowSpan font-family="sans-serif">Extensions > Générer à partir du chemin > Interpoler</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e36" display="none" height="1000px" width="288" y="162.29" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e36" display="none" height="1e3px" width="288" y="173.09" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e36"/> </flowRegion> - <flowDiv xml:space="preserve">Avant de lancer cet extension, les objets que vous souhaitez transformer doivent être des <flowSpan font-style="italic">chemins</flowSpan>. Pour transformer un objet en chemin, utilisez la commande <flowSpan font-family="Sans">Chemin > Objet en chemin</flowSpan> or <flowSpan font-weight="bold">Maj+Ctrl+C</flowSpan>. Si ce n'est pas le cas, l'extension sera inopérante.</flowDiv> + <flowDiv xml:space="preserve">Avant d'exécuter cette extension, les objets que vous souhaitez transformer doivent être des <flowSpan font-style="italic">chemins</flowSpan>. Pour transformer un objet en chemin, utilisez la commande <flowSpan font-family="sans-serif">Chemin > Objet en chemin</flowSpan> ou <flowSpan font-weight="bold">Maj+Ctrl+C</flowSpan>. Si vos objets ne sont pas des chemins, l'extension n'aura pas d'effet.</flowDiv> </flowRoot> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="224.7945826" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="224.7945826" x="10">Interpolation entre deux chemins identiques</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="244.96469100000002" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="244.96469100000002" x="10">Interpolation entre deux chemins identiques</tspan> </text> - <rect id="d0e54" display="none" height="1000px" width="288" y="229.99" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e54" display="none" height="1e3px" width="288" y="250.16" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e54"/> </flowRegion> - <flowDiv xml:space="preserve">L'utilisation la plus simple de l'extension Interpoler consiste à l'appliquer entre deux chemins identiques. Lorsque l'extension est appelée, elle a pour effet de remplir l'espace entre les deux chemins avec des copies des chemins originaux. Le nombre d'étapes défini combien de copies seront utilisées.</flowDiv> + <flowDiv xml:space="preserve">L'utilisation la plus simple de l'extension Interpoler consiste à l'appliquer entre deux chemins identiques. Lorsque l'extension est appelée, elle a pour effet de remplir l'espace entre les deux chemins avec des copies des chemins originaux. Le nombre d'étapes définit combien de copies seront utilisées.</flowDiv> </flowRoot> - <rect id="d0e57" display="none" height="1000px" width="288" y="290.61" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e57" display="none" height="1e3px" width="288" y="310.78" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e57"/> </flowRegion> <flowDiv xml:space="preserve">Prenons par exemple les deux chemins suivants :</flowDiv> </flowRoot> - <g id="interpolate-f01-fr.svgg2896" transform="translate(10, 316.3514591) translate(4.5977783e-8,7.758846e-3)"> - <path id="interpolate-f01-fr.svgrect4368" stroke-linejoin="round" d="M20.29,2.0163c10.119,0,18.265,8.1467,18.265,18.266s-8.146,18.265-18.265,18.265c-10.12,0-18.266-8.146-18.266-18.265s8.1459-18.266,18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <path id="interpolate-f01-fr.svgrect4370" stroke-linejoin="round" d="M245.44,2.0163c10.12,0,18.27,8.1467,18.27,18.266s-8.15,18.265-18.27,18.265-18.27-8.146-18.27-18.265,8.15-18.266,18.27-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> + <g id="interpolate-f01-fr.svgg2896" stroke-linejoin="round" transform="translate(10 336.53)" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"> + <path id="interpolate-f01-fr.svgrect4368" d="m20.29 2.0163c10.119 0 18.265 8.1467 18.265 18.266s-8.146 18.265-18.265 18.265c-10.12 0-18.266-8.146-18.266-18.265 0.0001-10.119 8.146-18.266 18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997"/> + <path id="interpolate-f01-fr.svgrect4370" d="m245.44 2.0163c10.12 0 18.27 8.1467 18.27 18.266s-8.15 18.265-18.27 18.265-18.27-8.146-18.27-18.265 8.15-18.266 18.27-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997"/> </g> - <rect id="d0e70" display="none" height="1000px" width="288" y="368.93" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e70" display="none" height="1e3px" width="288" y="389.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e70"/> </flowRegion> <flowDiv xml:space="preserve">Sélectionnez maintenant les deux chemins et exécutez l'extension Interpoler avec les paramètres proposés dans l'image suivante.</flowDiv> </flowRoot> - <g id="interpolate-f02-fr.svgg3003" transform="translate(10, 405.7464091) translate(2.8125e-6,2.0373646e-2)"> - <path id="interpolate-f02-fr.svgpath4419" stroke-linejoin="round" d="M20.29,2.0037c10.119,0,18.265,8.1463,18.265,18.265s-8.146,18.266-18.265,18.266c-10.12,0-18.266-8.147-18.266-18.266s8.1459-18.265,18.266-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <path id="interpolate-f02-fr.svgpath4421" stroke-linejoin="round" d="M245.44,2.0037c10.12,0,18.27,8.1463,18.27,18.265s-8.15,18.266-18.27,18.266-18.27-8.147-18.27-18.266,8.15-18.265,18.27-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <g id="interpolate-f02-fr.svgg4423" inkscape:export-ydpi="88.379997" inkscape:export-xdpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" transform="matrix(0.5218716,0,0,0.5218716,-12.141006,-26.068155)"> - <path id="interpolate-f02-fr.svgpath4425" stroke-linejoin="round" d="M123.78,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35.004-15.61-35.004-34.999c0-19.39,15.614-35,35.004-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f02-fr.svgpath4427" stroke-linejoin="round" d="M185.41,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f02-fr.svgpath4429" stroke-linejoin="round" d="M247.04,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f02-fr.svgpath4431" stroke-linejoin="round" d="M308.67,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f02-fr.svgpath4433" stroke-linejoin="round" d="M370.31,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f02-fr.svgpath4435" stroke-linejoin="round" d="M431.94,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> + <g id="interpolate-f02-fr.svgg3003" transform="translate(10 425.94)"> + <path id="interpolate-f02-fr.svgpath4419" stroke-linejoin="round" d="m20.29 2.0037c10.119 0 18.265 8.1463 18.265 18.265s-8.146 18.266-18.265 18.266c-10.12 0-18.266-8.147-18.266-18.266 0.0001-10.119 8.146-18.265 18.266-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/> + <path id="interpolate-f02-fr.svgpath4421" stroke-linejoin="round" d="m245.44 2.0037c10.12 0 18.27 8.1463 18.27 18.265s-8.15 18.266-18.27 18.266-18.27-8.147-18.27-18.266 8.15-18.265 18.27-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/> + <g id="interpolate-f02-fr.svgg4423" stroke-linejoin="round" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" transform="matrix(.52187 0 0 .52187 -12.141 -26.068)" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="7.757" fill="#0cf"> + <path id="interpolate-f02-fr.svgpath4425" d="m123.78 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35.004-15.61-35.004-34.999c0-19.39 15.614-35 35.004-35"/> + <path id="interpolate-f02-fr.svgpath4427" d="m185.41 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/> + <path id="interpolate-f02-fr.svgpath4429" d="m247.04 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/> + <path id="interpolate-f02-fr.svgpath4431" d="m308.67 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/> + <path id="interpolate-f02-fr.svgpath4433" d="m370.31 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/> + <path id="interpolate-f02-fr.svgpath4435" d="m431.94 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/> </g> - <flowRoot id="interpolate-f02-fr.svgflowRoot2609" font-weight="normal" xml:space="preserve" transform="translate(-291.30762,26.335616)" font-style="normal" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f02-fr.svgflowRegion2611"><rect id="interpolate-f02-fr.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f02-fr.svgflowPara2615">Exposant : 0.0</flowPara><flowPara id="interpolate-f02-fr.svgflowPara2617">Étapes d'interpolation : 6</flowPara><flowPara id="interpolate-f02-fr.svgflowPara2619">Méthode d'interpolation : 2</flowPara><flowPara id="interpolate-f02-fr.svgflowPara2621">Dupliquer les extrémités : décoché</flowPara><flowPara id="interpolate-f02-fr.svgflowPara2623">Interpoler le style : décoché</flowPara></flowRoot> + <flowRoot id="interpolate-f02-fr.svgflowRoot2609" xml:space="preserve" transform="translate(-291.31 26.336)" font-size="6px" font-family="sans-serif" fill="#000000"><flowRegion id="interpolate-f02-fr.svgflowRegion2611"><rect id="interpolate-f02-fr.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f02-fr.svgflowPara2615">Exposant : 0,0</flowPara><flowPara id="interpolate-f02-fr.svgflowPara2617">Étapes d'interpolation : 6</flowPara><flowPara id="interpolate-f02-fr.svgflowPara2619">Méthode d'interpolation : 2</flowPara><flowPara id="interpolate-f02-fr.svgflowPara2621">Dupliquer les extrémités : décoché</flowPara><flowPara id="interpolate-f02-fr.svgflowPara2623">Interpoler le style : décoché</flowPara></flowRoot> </g> - <rect id="d0e83" display="none" height="1000px" width="288" y="497.27" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e83" display="none" height="1e3px" width="288" y="478.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e83"/> </flowRegion> <flowDiv xml:space="preserve">Comme vous pouvez le voir ci-dessus, l'espace entre les deux chemins en forme de cercle a été rempli par six (le nombre d'étapes d'interpolation) autres chemins de même forme. Notez également que l'extension groupe toutes les formes.</flowDiv> </flowRoot> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="559.8439111" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="559.8439111" x="10">Interpolation entre deux différents chemins</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="541.0711855" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="541.0711855" x="10">Interpolation entre deux différents chemins</tspan> </text> - <rect id="d0e92" display="none" height="1000px" width="288" y="565.04" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e92" display="none" height="1e3px" width="288" y="546.27" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e92"/> </flowRegion> - <flowDiv xml:space="preserve">Lorsque l'interpolation est effectuée entre deux chemins différents, le programme interpole la forme du chemin du premier vers le second. En résultat, vous obtenez une séquence fondue entre les chemins, toujours avec la régularité définie par le paramètre Étapes d'interpolation.</flowDiv> + <flowDiv xml:space="preserve">Lorsque l'interpolation est effectuée entre deux chemins différents, le programme interpole la forme du chemin du premier vers le second. En résultat, vous obtenez une séquence fondue entre les chemins, toujours avec la régularité définie par la valeur du paramètre Étapes d'interpolation.</flowDiv> </flowRoot> - <rect id="d0e95" display="none" height="1000px" width="288" y="625.67" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e95" display="none" height="1e3px" width="288" y="606.89" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e95"/> </flowRegion> <flowDiv xml:space="preserve">Prenons par exemple les deux chemins suivants :</flowDiv> </flowRoot> - <g id="interpolate-f03-fr.svgg15756" transform="translate(10, 651.4085996000001) translate(-17.882737,-67.121272)"> - <path id="interpolate-f03-fr.svgpath4455" stroke-linejoin="round" d="M38.172,69.145c10.119,0,18.266,8.147,18.266,18.266s-8.147,18.269-18.266,18.269-18.265-8.15-18.265-18.269,8.146-18.266,18.265-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <path id="interpolate-f03-fr.svgpath4457" stroke-linejoin="round" d="M281.59,76.452l-18.27,29.228-18.26-29.228h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> + <g id="interpolate-f03-fr.svgg15756" stroke-linejoin="round" transform="translate(-7.883 565.52)" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"> + <path id="interpolate-f03-fr.svgpath4455" d="m38.172 69.145c10.119 0 18.266 8.147 18.266 18.266s-8.147 18.269-18.266 18.269-18.265-8.15-18.265-18.269 8.146-18.266 18.265-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997"/> + <path id="interpolate-f03-fr.svgpath4457" d="m281.59 76.452l-18.27 29.228-18.26-29.228h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997"/> </g> - <rect id="d0e108" display="none" height="1000px" width="288" y="703.99" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e108" display="none" height="1e3px" width="288" y="685.22" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e108"/> </flowRegion> <flowDiv xml:space="preserve">Sélectionnez maintenant les deux chemins et lancez l'extension Interpoler. Le résultat devrait ressembler à ceci :</flowDiv> </flowRoot> - <g id="interpolate-f04-fr.svgg2967" transform="translate(10, 740.6902566000001) translate(2.8125e-6,-0.4247481)"> - <path id="interpolate-f04-fr.svgpath2532" stroke-linejoin="round" d="M263.71,9.755s-8.58,13.718-13.98,22.357c-2.48,3.97-4.29,6.868-4.29,6.868s-4.94-7.903-9.68-15.49c-4.38-7.002-8.59-13.735-8.59-13.735h10.17,26.37" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <g id="interpolate-f04-fr.svgg2606" transform="matrix(0.5218716,0,0,0.5218716,-7.8861822,-205.17)"> - <path id="interpolate-f04-fr.svgpath2534" stroke-linejoin="round" d="M453.79,409.84c2.77,0-9.09,24.76-17.95,41.71-4.08,7.37-7.26,12.91-7.62,13.61-0.84,1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8,6.36-1.78,15.81-2.84,17.76-2.77,45.54-5,48.31-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2536" stroke-linejoin="round" d="M387.15,407.84c5.54,0-1.73,23.23-9.12,40.59-3.4,7.12-6.29,12.66-7.01,14.05-1.67,3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61,4.26-3.57,12.14-5.69,14.79-5.54,40.54-10,46.08-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2538" stroke-linejoin="round" d="M320.52,405.84c8.31,0,5.61,21.71-0.3,39.47-2.72,6.87-5.31,12.41-6.4,14.49-2.5,4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42,2.17-5.36,8.47-8.54,11.84-8.31,35.56-15,43.87-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2540" stroke-linejoin="round" d="M253.89,403.84c11.08,0,12.96,20.18,8.52,38.35-2.03,6.62-4.34,12.16-5.79,14.93-3.34,6.38-14.07,4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23,0.08-7.15,4.81-11.39,8.87-11.08,30.57-20,41.65-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2542" stroke-linejoin="round" d="M187.26,401.84c13.85,0,20.3,18.66,17.35,37.23-1.36,6.38-3.38,11.91-5.19,15.38-4.17,7.97-15.22,9.06-27.46,4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94,1.13-14.24,5.92-13.85,25.59-25,39.44-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2544" stroke-linejoin="round" d="M120.62,399.84c16.62,0,27.66,17.13,26.18,36.11-0.68,6.13-2.41,11.66-4.58,15.82-5,9.57-16.37,13.9-29.25,11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09,2.959-16.62,20.594-30,37.214-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> + <g id="interpolate-f04-fr.svgg2967" transform="translate(10 721.5)"> + <path id="interpolate-f04-fr.svgpath2532" stroke-linejoin="round" d="m263.71 9.755s-8.58 13.718-13.98 22.357c-2.48 3.97-4.29 6.868-4.29 6.868s-4.94-7.903-9.68-15.49c-4.38-7.002-8.59-13.735-8.59-13.735h10.17 26.37" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"/> + <g id="interpolate-f04-fr.svgg2606" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 -7.8862 -205.17)" stroke="#2e75ac" stroke-width="7.757" fill="#0cf"> + <path id="interpolate-f04-fr.svgpath2534" d="m453.79 409.84c2.77 0-9.09 24.76-17.95 41.71-4.08 7.37-7.26 12.91-7.62 13.61-0.84 1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8 6.36-1.78 15.81-2.84 17.76-2.77 45.54-5 48.31-5"/> + <path id="interpolate-f04-fr.svgpath2536" d="m387.15 407.84c5.54 0-1.73 23.23-9.12 40.59-3.4 7.12-6.29 12.66-7.01 14.05-1.67 3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61 4.26-3.57 12.14-5.69 14.79-5.54 40.54-10 46.08-10"/> + <path id="interpolate-f04-fr.svgpath2538" d="m320.52 405.84c8.31 0 5.61 21.71-0.3 39.47-2.72 6.87-5.31 12.41-6.4 14.49-2.5 4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42 2.17-5.36 8.47-8.54 11.84-8.31 35.56-15 43.87-15"/> + <path id="interpolate-f04-fr.svgpath2540" d="m253.89 403.84c11.08 0 12.96 20.18 8.52 38.35-2.03 6.62-4.34 12.16-5.79 14.93-3.34 6.38-14.07 4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23 0.08-7.15 4.81-11.39 8.87-11.08 30.57-20 41.65-20"/> + <path id="interpolate-f04-fr.svgpath2542" d="m187.26 401.84c13.85 0 20.3 18.66 17.35 37.23-1.36 6.38-3.38 11.91-5.19 15.38-4.17 7.97-15.22 9.06-27.46 4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94 1.13-14.24 5.92-13.85 25.59-25 39.44-25"/> + <path id="interpolate-f04-fr.svgpath2544" d="m120.62 399.84c16.62 0 27.66 17.13 26.18 36.11-0.68 6.13-2.41 11.66-4.58 15.82-5 9.57-16.37 13.9-29.25 11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09 2.959-16.62 20.594-30 37.214-30"/> </g> - <path id="interpolate-f04-fr.svgpath2546" stroke-linejoin="round" d="M20.29,2.4488c10.119,0,18.265,8.1462,18.265,18.265,0,3.067-0.748,5.952-2.072,8.485-3.046,5.824-9.141,9.781-16.193,9.781-6.245,0-11.738-3.102-15.029-7.856-2.0422-2.95-3.2366-6.535-3.2366-10.41,0-10.119,8.1459-18.265,18.266-18.265" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <flowRoot id="interpolate-f04-fr.svgflowRoot2609" font-weight="normal" xml:space="preserve" transform="translate(-291.30762,26.53513)" font-style="normal" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f04-fr.svgflowRegion2611"><rect id="interpolate-f04-fr.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f04-fr.svgflowPara2615">Exposant : 0.0</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2617">Étapes d'interpolation : 6</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2619">Méthode d'interpolation : 2</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2621">Dupliquer les extrémités : décoché</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2623">Interpoler le style : décoché</flowPara></flowRoot> + <path id="interpolate-f04-fr.svgpath2546" stroke-linejoin="round" d="m20.29 2.4488c10.119 0 18.265 8.1462 18.265 18.265 0 3.067-0.748 5.952-2.072 8.485-3.046 5.824-9.141 9.781-16.193 9.781-6.245 0-11.738-3.102-15.029-7.856-2.0425-2.95-3.2369-6.535-3.2369-10.41 0-10.119 8.1459-18.265 18.266-18.265v-0.0002" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"/> + <flowRoot id="interpolate-f04-fr.svgflowRoot2609" xml:space="preserve" transform="translate(-291.31 26.535)" font-size="6px" font-family="sans-serif" fill="#000000"><flowRegion id="interpolate-f04-fr.svgflowRegion2611"><rect id="interpolate-f04-fr.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f04-fr.svgflowPara2615">Exposant : 0,0</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2617">Étapes d'interpolation : 6</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2619">Méthode d'interpolation : 2</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2621">Dupliquer les extrémités : décoché</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2623">Interpoler le style : décoché</flowPara></flowRoot> </g> - <rect id="d0e121" display="none" height="1000px" width="288" y="831.97" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e121" display="none" height="1e3px" width="288" y="774.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e121"/> </flowRegion> <flowDiv xml:space="preserve">Comme vous pouvez le constater avec le résultat précédent, l'espace entre le chemin en forme de cercle et celui en forme de triangle a été rempli par six chemins qui passent progressivement de la forme du premier chemin à celle du second.</flowDiv> </flowRoot> - <rect id="d0e124" display="none" height="1000px" width="288" y="881.95" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e124" display="none" height="1e3px" width="288" y="824.48" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e124"/> </flowRegion> - <flowDiv xml:space="preserve">Lorsque vous utilisez l'extension Interpoler entre deux chemins différents, la <flowSpan font-style="italic">position</flowSpan> du nœud de départ de chaque chemin est importante. Pour trouver ce nœud particulier, sélectionnez le chemin, puis l'outil Nœud pour faire apparaitre les nœuds, et appuyez sur la touche <flowSpan font-weight="bold">Tab</flowSpan>. Le premier nœud apparaissant sélectionné est le nœud de départ.</flowDiv> + <flowDiv xml:space="preserve">Lorsque vous utilisez l'extension Interpoler entre deux chemins différents, la <flowSpan font-style="italic">position</flowSpan> du nœud de départ de chaque chemin est importante. Pour trouver ce nœud particulier, sélectionnez le chemin, puis l'outil Nœud pour faire apparaître les nœuds, et appuyez sur la touche <flowSpan font-weight="bold">Tab</flowSpan>. Le premier nœud apparaissant sélectionné est le nœud de départ.</flowDiv> </flowRoot> - <rect id="d0e133" display="none" height="1000px" width="288" y="952.91" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e133" display="none" height="1e3px" width="288" y="895.42" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e133"/> </flowRegion> <flowDiv xml:space="preserve">Examinez l'image ci-dessous, identique à l'exemple précédent, à l'exception des nœuds ici affichés. Le nœud vert, sur chaque chemin, est le nœud de départ.</flowDiv> </flowRoot> - <g id="interpolate-f05-fr.svgg2898" transform="translate(10, 1000.2535826000001) translate(9.4344012e-2,0)"> - <path id="interpolate-f05-fr.svgpath4455" stroke-linejoin="round" d="M20.262,2.0739c10.119,0,18.265,8.1461,18.265,18.265,0,10.12-8.146,18.266-18.265,18.266s-18.266-8.146-18.266-18.266c0-10.119,8.1469-18.265,18.266-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <path id="interpolate-f05-fr.svgpath4457" stroke-linejoin="round" d="M263.68,9.3801l-18.27,29.225-18.26-29.225h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <rect id="interpolate-f05-fr.svgrect2473" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-16.968" x="-14.604" fill="#0F0"/> - <rect id="interpolate-f05-fr.svgrect2475" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-43.997" x="-14.271" fill="#CCC"/> - <rect id="interpolate-f05-fr.svgrect2477" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-43.648" x="10.895" fill="#CCC"/> - <rect id="interpolate-f05-fr.svgrect2479" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-17.746" x="11.67" fill="#CCC"/> - <rect id="interpolate-f05-fr.svgrect2481" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-168.8" x="-157.71" fill="#CCC"/> - <rect id="interpolate-f05-fr.svgrect2483" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-192.64" x="-181.96" fill="#0F0"/> - <rect id="interpolate-f05-fr.svgrect2485" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-200.55" x="-150.15" fill="#CCC"/> + <g id="interpolate-f05-fr.svgg2898" transform="translate(10.094 942.76)"> + <path id="interpolate-f05-fr.svgpath4455" stroke-linejoin="round" d="m20.262 2.0739c10.119 0 18.265 8.1461 18.265 18.265 0 10.12-8.146 18.266-18.265 18.266s-18.266-8.146-18.266-18.266c0.0001-10.119 8.147-18.265 18.266-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/> + <path id="interpolate-f05-fr.svgpath4457" stroke-linejoin="round" d="m263.68 9.3801l-18.27 29.225-18.26-29.225 36.53 0.0001z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/> + <rect id="interpolate-f05-fr.svgrect2473" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-16.968" x="-14.604" fill="#0f0"/> + <rect id="interpolate-f05-fr.svgrect2475" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-43.997" x="-14.271" fill="#ccc"/> + <rect id="interpolate-f05-fr.svgrect2477" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-43.648" x="10.895" fill="#ccc"/> + <rect id="interpolate-f05-fr.svgrect2479" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-17.746" x="11.67" fill="#ccc"/> + <rect id="interpolate-f05-fr.svgrect2481" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-168.8" x="-157.71" fill="#ccc"/> + <rect id="interpolate-f05-fr.svgrect2483" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-192.64" x="-181.96" fill="#0f0"/> + <rect id="interpolate-f05-fr.svgrect2485" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-200.55" x="-150.15" fill="#ccc"/> </g> - <rect id="d0e146" display="none" height="1000px" width="288" y="1053.4" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e146" display="none" height="1e3px" width="288" y="995.88" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e146"/> </flowRegion> <flowDiv xml:space="preserve">L'exemple précédent (affiché à nouveau ci-dessous) a été réalisé avec ces nœuds de départ.</flowDiv> </flowRoot> - <g id="interpolate-f04-fr.svgg2967" transform="translate(10, 1090.0751606000001) translate(2.8125e-6,-0.4247481)"> - <path id="interpolate-f04-fr.svgpath2532" stroke-linejoin="round" d="M263.71,9.755s-8.58,13.718-13.98,22.357c-2.48,3.97-4.29,6.868-4.29,6.868s-4.94-7.903-9.68-15.49c-4.38-7.002-8.59-13.735-8.59-13.735h10.17,26.37" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <g id="interpolate-f04-fr.svgg2606" transform="matrix(0.5218716,0,0,0.5218716,-7.8861822,-205.17)"> - <path id="interpolate-f04-fr.svgpath2534" stroke-linejoin="round" d="M453.79,409.84c2.77,0-9.09,24.76-17.95,41.71-4.08,7.37-7.26,12.91-7.62,13.61-0.84,1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8,6.36-1.78,15.81-2.84,17.76-2.77,45.54-5,48.31-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2536" stroke-linejoin="round" d="M387.15,407.84c5.54,0-1.73,23.23-9.12,40.59-3.4,7.12-6.29,12.66-7.01,14.05-1.67,3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61,4.26-3.57,12.14-5.69,14.79-5.54,40.54-10,46.08-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2538" stroke-linejoin="round" d="M320.52,405.84c8.31,0,5.61,21.71-0.3,39.47-2.72,6.87-5.31,12.41-6.4,14.49-2.5,4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42,2.17-5.36,8.47-8.54,11.84-8.31,35.56-15,43.87-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2540" stroke-linejoin="round" d="M253.89,403.84c11.08,0,12.96,20.18,8.52,38.35-2.03,6.62-4.34,12.16-5.79,14.93-3.34,6.38-14.07,4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23,0.08-7.15,4.81-11.39,8.87-11.08,30.57-20,41.65-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2542" stroke-linejoin="round" d="M187.26,401.84c13.85,0,20.3,18.66,17.35,37.23-1.36,6.38-3.38,11.91-5.19,15.38-4.17,7.97-15.22,9.06-27.46,4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94,1.13-14.24,5.92-13.85,25.59-25,39.44-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f04-fr.svgpath2544" stroke-linejoin="round" d="M120.62,399.84c16.62,0,27.66,17.13,26.18,36.11-0.68,6.13-2.41,11.66-4.58,15.82-5,9.57-16.37,13.9-29.25,11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09,2.959-16.62,20.594-30,37.214-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> + <g id="interpolate-f04-fr.svgg2967" transform="translate(10 1032.2)"> + <path id="interpolate-f04-fr.svgpath2532" stroke-linejoin="round" d="m263.71 9.755s-8.58 13.718-13.98 22.357c-2.48 3.97-4.29 6.868-4.29 6.868s-4.94-7.903-9.68-15.49c-4.38-7.002-8.59-13.735-8.59-13.735h10.17 26.37" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"/> + <g id="interpolate-f04-fr.svgg2606" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 -7.8862 -205.17)" stroke="#2e75ac" stroke-width="7.757" fill="#0cf"> + <path id="interpolate-f04-fr.svgpath2534" d="m453.79 409.84c2.77 0-9.09 24.76-17.95 41.71-4.08 7.37-7.26 12.91-7.62 13.61-0.84 1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8 6.36-1.78 15.81-2.84 17.76-2.77 45.54-5 48.31-5"/> + <path id="interpolate-f04-fr.svgpath2536" d="m387.15 407.84c5.54 0-1.73 23.23-9.12 40.59-3.4 7.12-6.29 12.66-7.01 14.05-1.67 3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61 4.26-3.57 12.14-5.69 14.79-5.54 40.54-10 46.08-10"/> + <path id="interpolate-f04-fr.svgpath2538" d="m320.52 405.84c8.31 0 5.61 21.71-0.3 39.47-2.72 6.87-5.31 12.41-6.4 14.49-2.5 4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42 2.17-5.36 8.47-8.54 11.84-8.31 35.56-15 43.87-15"/> + <path id="interpolate-f04-fr.svgpath2540" d="m253.89 403.84c11.08 0 12.96 20.18 8.52 38.35-2.03 6.62-4.34 12.16-5.79 14.93-3.34 6.38-14.07 4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23 0.08-7.15 4.81-11.39 8.87-11.08 30.57-20 41.65-20"/> + <path id="interpolate-f04-fr.svgpath2542" d="m187.26 401.84c13.85 0 20.3 18.66 17.35 37.23-1.36 6.38-3.38 11.91-5.19 15.38-4.17 7.97-15.22 9.06-27.46 4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94 1.13-14.24 5.92-13.85 25.59-25 39.44-25"/> + <path id="interpolate-f04-fr.svgpath2544" d="m120.62 399.84c16.62 0 27.66 17.13 26.18 36.11-0.68 6.13-2.41 11.66-4.58 15.82-5 9.57-16.37 13.9-29.25 11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09 2.959-16.62 20.594-30 37.214-30"/> </g> - <path id="interpolate-f04-fr.svgpath2546" stroke-linejoin="round" d="M20.29,2.4488c10.119,0,18.265,8.1462,18.265,18.265,0,3.067-0.748,5.952-2.072,8.485-3.046,5.824-9.141,9.781-16.193,9.781-6.245,0-11.738-3.102-15.029-7.856-2.0422-2.95-3.2366-6.535-3.2366-10.41,0-10.119,8.1459-18.265,18.266-18.265" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <flowRoot id="interpolate-f04-fr.svgflowRoot2609" font-weight="normal" xml:space="preserve" transform="translate(-291.30762,26.53513)" font-style="normal" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f04-fr.svgflowRegion2611"><rect id="interpolate-f04-fr.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f04-fr.svgflowPara2615">Exposant : 0.0</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2617">Étapes d'interpolation : 6</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2619">Méthode d'interpolation : 2</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2621">Dupliquer les extrémités : décoché</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2623">Interpoler le style : décoché</flowPara></flowRoot> + <path id="interpolate-f04-fr.svgpath2546" stroke-linejoin="round" d="m20.29 2.4488c10.119 0 18.265 8.1462 18.265 18.265 0 3.067-0.748 5.952-2.072 8.485-3.046 5.824-9.141 9.781-16.193 9.781-6.245 0-11.738-3.102-15.029-7.856-2.0425-2.95-3.2369-6.535-3.2369-10.41 0-10.119 8.1459-18.265 18.266-18.265v-0.0002" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"/> + <flowRoot id="interpolate-f04-fr.svgflowRoot2609" xml:space="preserve" transform="translate(-291.31 26.535)" font-size="6px" font-family="sans-serif" fill="#000000"><flowRegion id="interpolate-f04-fr.svgflowRegion2611"><rect id="interpolate-f04-fr.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f04-fr.svgflowPara2615">Exposant : 0,0</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2617">Étapes d'interpolation : 6</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2619">Méthode d'interpolation : 2</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2621">Dupliquer les extrémités : décoché</flowPara><flowPara id="interpolate-f04-fr.svgflowPara2623">Interpoler le style : décoché</flowPara></flowRoot> </g> - <rect id="d0e159" display="none" height="1000px" width="288" y="1181.4" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e159" display="none" height="1e3px" width="288" y="1085.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e159"/> </flowRegion> <flowDiv xml:space="preserve">Notez maintenant les changements, dans le résultat de l'interpolation, lorsque le chemin triangle a été inversé (par miroir) de façon à ce que le nœud de départ soit dans un position différente :</flowDiv> </flowRoot> - <g id="interpolate-f07-fr.svgg2958" transform="translate(10, 1228.6940856) translate(-2.3727341e-7,0.318569)"> + <g id="interpolate-f07-fr.svgg2958" transform="translate(10 1132.8)"> <g id="interpolate-f07-fr.svgg2900"> - <path id="interpolate-f07-fr.svgpath2614" stroke-linejoin="round" d="M20.356,2.0242c10.119,0,18.265,8.1468,18.265,18.266s-8.146,18.265-18.265,18.265-18.266-8.146-18.266-18.265,8.1465-18.266,18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <path id="interpolate-f07-fr.svgpath2616" stroke-linejoin="round" d="M227.24,9.3304l18.27,29.225,18.26-29.225h-36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <rect id="interpolate-f07-fr.svgrect2618" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-16.999" x="-14.706" fill="#0F0"/> - <rect id="interpolate-f07-fr.svgrect2620" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-44.028" x="-14.373" fill="#CCC"/> - <rect id="interpolate-f07-fr.svgrect2622" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-43.679" x="10.793" fill="#CCC"/> - <rect id="interpolate-f07-fr.svgrect2624" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-17.777" x="11.568" fill="#CCC"/> - <rect id="interpolate-f07-fr.svgrect2626" transform="matrix(0.7129787,0.7011857,0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="175.46" x="192.27" fill="#CCC"/> - <rect id="interpolate-f07-fr.svgrect2628" transform="matrix(0.7129787,0.7011857,0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="151.62" x="168.02" fill="#0F0"/> - <rect id="interpolate-f07-fr.svgrect2630" transform="matrix(0.7129787,0.7011857,0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="143.71" x="199.83" fill="#CCC"/> + <path id="interpolate-f07-fr.svgpath2614" stroke-linejoin="round" d="m20.356 2.0242c10.119 0 18.265 8.1468 18.265 18.266s-8.146 18.265-18.265 18.265-18.266-8.146-18.266-18.265c0.0005-10.119 8.147-18.266 18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/> + <path id="interpolate-f07-fr.svgpath2616" stroke-linejoin="round" d="m227.24 9.3304l18.27 29.225 18.26-29.225-36.53 0.0004z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/> + <rect id="interpolate-f07-fr.svgrect2618" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-16.999" x="-14.706" fill="#0f0"/> + <rect id="interpolate-f07-fr.svgrect2620" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-44.028" x="-14.373" fill="#ccc"/> + <rect id="interpolate-f07-fr.svgrect2622" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-43.679" x="10.793" fill="#ccc"/> + <rect id="interpolate-f07-fr.svgrect2624" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-17.777" x="11.568" fill="#ccc"/> + <rect id="interpolate-f07-fr.svgrect2626" transform="matrix(.71298 .70119 .70119 -.71298 0 0)" height="2.9821" width="2.9821" y="175.46" x="192.27" fill="#ccc"/> + <rect id="interpolate-f07-fr.svgrect2628" transform="matrix(.71298 .70119 .70119 -.71298 0 0)" height="2.9821" width="2.9821" y="151.62" x="168.02" fill="#0f0"/> + <rect id="interpolate-f07-fr.svgrect2630" transform="matrix(.71298 .70119 .70119 -.71298 0 0)" height="2.9821" width="2.9821" y="143.71" x="199.83" fill="#ccc"/> </g> </g> - <g id="interpolate-f08-fr.svgg2947" transform="translate(10, 1289.8132106) translate(-4.5008329e-8,1.1377795e-2)"> - <g id="interpolate-f08-fr.svgg2693" transform="matrix(0.5218716,0,0,0.5218716,-7.8861828,-265.1763)"> - <path id="interpolate-f08-fr.svgpath2695" stroke-linejoin="round" d="M53.99,511.98c19.39,0,35,15.61,35,35,0,5.88-1.434,11.41-3.971,16.26-5.837,11.16-17.515,18.74-31.029,18.74-11.966,0-22.492-5.94-28.798-15.05-3.913-5.65-6.202-12.52-6.202-19.95,0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f08-fr.svgpath2697" stroke-linejoin="round" d="M110.62,513.98c16.62,0,32.35,17.14,33.83,36.12,0.68,6.13-0.06,11.66-2.23,15.82-5,9.56-13.66,13.9-23.95,11.82-9.06-1.91-16.93-8.85-22.332-16.66-3.354-4.85-6.523-10.73-8.099-17.1-2.959-16.62,6.164-30,22.781-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f08-fr.svgpath2699" stroke-linejoin="round" d="M167.26,515.98c13.85,0,29.69,18.66,32.65,37.24,1.35,6.37,1.32,11.91-0.49,15.37-4.17,7.98-9.81,9.07-16.86,4.91-6.16-3.83-11.37-11.76-15.87-18.27-2.8-4.04-6.85-8.94-10-14.25-5.92-13.85-3.28-25,10.57-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f08-fr.svgpath2701" stroke-linejoin="round" d="M223.89,517.98c11.08,0,27.04,20.19,31.47,38.36,2.04,6.62,2.71,12.16,1.26,14.93-3.34,6.38-5.95,4.22-9.78-2.01-3.25-5.75-5.8-14.67-9.41-19.88-2.23-3.23-7.16-7.16-11.89-11.4-8.88-11.08-12.73-20-1.65-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f08-fr.svgpath2703" stroke-linejoin="round" d="M280.52,519.98c8.31,0,24.39,21.71,30.3,39.48,2.72,6.87,4.09,12.41,3,14.49-2.5,4.78-2.1-0.62-2.7-8.93-0.34-7.67-0.24-17.59-2.94-21.49-1.68-2.42-7.49-5.37-13.79-8.55-11.84-8.31-22.18-15-13.87-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f08-fr.svgpath2705" stroke-linejoin="round" d="M337.15,521.98c5.54,0,21.74,23.24,29.13,40.6,3.39,7.12,5.46,12.66,4.74,14.05-1.67,3.19,1.75-5.46,4.38-15.85,2.57-9.58,5.33-20.5,3.53-23.1-1.12-1.61-7.81-3.58-15.69-5.7-14.8-5.54-31.63-10-26.09-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f08-fr.svgpath2707" stroke-linejoin="round" d="M393.79,523.98c2.77,0,19.08,24.76,27.95,41.72,4.07,7.36,6.84,12.91,6.48,13.6-0.84,1.6,5.61-10.3,11.47-22.76,5.47-11.5,10.88-23.41,9.98-24.71-0.56-0.81-8.13-1.79-17.58-2.85-17.76-2.77-41.07-5-38.3-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f08-fr.svgpath2709" stroke-linejoin="round" d="M450.42,525.98s16.43,26.29,26.77,42.84c4.76,7.61,8.23,13.16,8.23,13.16s9.46-15.14,18.55-29.68c8.39-13.42,16.45-26.32,16.45-26.32h-19.48-50.52" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> + <g id="interpolate-f08-fr.svgg2947" transform="translate(10 1193.6)"> + <g id="interpolate-f08-fr.svgg2693" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 -7.8862 -265.18)" stroke="#2e75ac" stroke-width="7.757" fill="#0cf"> + <path id="interpolate-f08-fr.svgpath2695" d="m53.99 511.98c19.39 0 35 15.61 35 35 0 5.88-1.434 11.41-3.971 16.26-5.837 11.16-17.515 18.74-31.029 18.74-11.966 0-22.492-5.94-28.798-15.05-3.913-5.65-6.202-12.52-6.202-19.95 0-19.39 15.61-35 35-35"/> + <path id="interpolate-f08-fr.svgpath2697" d="m110.62 513.98c16.62 0 32.35 17.14 33.83 36.12 0.68 6.13-0.06 11.66-2.23 15.82-5 9.56-13.66 13.9-23.95 11.82-9.06-1.91-16.93-8.85-22.332-16.66-3.354-4.85-6.523-10.73-8.099-17.1-2.959-16.62 6.164-30 22.781-30"/> + <path id="interpolate-f08-fr.svgpath2699" d="m167.26 515.98c13.85 0 29.69 18.66 32.65 37.24 1.35 6.37 1.32 11.91-0.49 15.37-4.17 7.98-9.81 9.07-16.86 4.91-6.16-3.83-11.37-11.76-15.87-18.27-2.8-4.04-6.85-8.94-10-14.25-5.92-13.85-3.28-25 10.57-25"/> + <path id="interpolate-f08-fr.svgpath2701" d="m223.89 517.98c11.08 0 27.04 20.19 31.47 38.36 2.04 6.62 2.71 12.16 1.26 14.93-3.34 6.38-5.95 4.22-9.78-2.01-3.25-5.75-5.8-14.67-9.41-19.88-2.23-3.23-7.16-7.16-11.89-11.4-8.88-11.08-12.73-20-1.65-20"/> + <path id="interpolate-f08-fr.svgpath2703" d="m280.52 519.98c8.31 0 24.39 21.71 30.3 39.48 2.72 6.87 4.09 12.41 3 14.49-2.5 4.78-2.1-0.62-2.7-8.93-0.34-7.67-0.24-17.59-2.94-21.49-1.68-2.42-7.49-5.37-13.79-8.55-11.84-8.31-22.18-15-13.87-15"/> + <path id="interpolate-f08-fr.svgpath2705" d="m337.15 521.98c5.54 0 21.74 23.24 29.13 40.6 3.39 7.12 5.46 12.66 4.74 14.05-1.67 3.19 1.75-5.46 4.38-15.85 2.57-9.58 5.33-20.5 3.53-23.1-1.12-1.61-7.81-3.58-15.69-5.7-14.8-5.54-31.63-10-26.09-10"/> + <path id="interpolate-f08-fr.svgpath2707" d="m393.79 523.98c2.77 0 19.08 24.76 27.95 41.72 4.07 7.36 6.84 12.91 6.48 13.6-0.84 1.6 5.61-10.3 11.47-22.76 5.47-11.5 10.88-23.41 9.98-24.71-0.56-0.81-8.13-1.79-17.58-2.85-17.76-2.77-41.07-5-38.3-5"/> + <path id="interpolate-f08-fr.svgpath2709" d="m450.42 525.98s16.43 26.29 26.77 42.84c4.76 7.61 8.23 13.16 8.23 13.16s9.46-15.14 18.55-29.68c8.39-13.42 16.45-26.32 16.45-26.32h-19.48-50.52"/> </g> </g> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1355.1923856" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="1355.1923856" x="10">Méthode d'interpolation</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1259.005417" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1259.005417" x="10">Méthode d'interpolation</tspan> </text> - <rect id="d0e188" display="none" height="1000px" width="288" y="1360.4" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e188" display="none" height="1e3px" width="288" y="1264.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e188"/> </flowRegion> - <flowDiv xml:space="preserve">Un des paramètres de l'extension Interpolation est la méthode d'interpolation. Deux méthodes ont été implémentées ; elles se différencient dans la façon dont sont calculées les courbes des nouvelles formes. Ces choix prennent la valeur 1 ou 2.</flowDiv> + <flowDiv xml:space="preserve">Un des paramètres de l'extension Interpoler est la méthode d'interpolation. Deux méthodes ont été implémentées ; elles se différencient dans la façon dont sont calculées les courbes des nouvelles formes. Ces choix prennent la valeur 1 ou 2.</flowDiv> </flowRoot> - <rect id="d0e191" display="none" height="1000px" width="288" y="1410.4" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e191" display="none" height="1e3px" width="288" y="1314.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e191"/> </flowRegion> <flowDiv xml:space="preserve">Dans l'exemple ci-dessus, nous avons utilisé la méthode d'interpolation 2, et le résultat était :</flowDiv> </flowRoot> - <g id="interpolate-f09-fr.svgg2939" transform="translate(10, 1447.0773876000003) translate(4.5977783e-8,-4.346754e-3)"> - <path id="interpolate-f09-fr.svgpath2532" stroke-linejoin="round" d="M263.71,9.3346s-8.58,13.717-13.98,22.356c-2.48,3.971-4.29,6.868-4.29,6.868s-4.94-7.903-9.68-15.489c-4.38-7.003-8.59-13.735-8.59-13.735h10.17,26.37" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <g id="interpolate-f09-fr.svgg2606" transform="matrix(0.5218716,0,0,0.5218716,-7.8861822,-205.5904)"> - <path id="interpolate-f09-fr.svgpath2534" stroke-linejoin="round" d="M453.79,409.84c2.77,0-9.09,24.76-17.95,41.71-4.08,7.37-7.26,12.91-7.62,13.61-0.84,1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8,6.36-1.78,15.81-2.84,17.76-2.77,45.54-5,48.31-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f09-fr.svgpath2536" stroke-linejoin="round" d="M387.15,407.84c5.54,0-1.73,23.23-9.12,40.59-3.4,7.12-6.29,12.66-7.01,14.05-1.67,3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61,4.26-3.57,12.14-5.69,14.79-5.54,40.54-10,46.08-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f09-fr.svgpath2538" stroke-linejoin="round" d="M320.52,405.84c8.31,0,5.61,21.71-0.3,39.47-2.72,6.87-5.31,12.41-6.4,14.49-2.5,4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42,2.17-5.36,8.47-8.54,11.84-8.31,35.56-15,43.87-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f09-fr.svgpath2540" stroke-linejoin="round" d="M253.89,403.84c11.08,0,12.96,20.18,8.52,38.35-2.03,6.62-4.34,12.16-5.79,14.93-3.34,6.38-14.07,4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23,0.08-7.15,4.81-11.39,8.87-11.08,30.57-20,41.65-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f09-fr.svgpath2542" stroke-linejoin="round" d="M187.26,401.84c13.85,0,20.3,18.66,17.35,37.23-1.36,6.38-3.38,11.91-5.19,15.38-4.17,7.97-15.22,9.06-27.46,4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94,1.13-14.24,5.92-13.85,25.59-25,39.44-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f09-fr.svgpath2544" stroke-linejoin="round" d="M120.62,399.84c16.62,0,27.66,17.13,26.18,36.11-0.68,6.13-2.41,11.66-4.58,15.82-5,9.57-16.37,13.9-29.25,11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09,2.959-16.62,20.594-30,37.214-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> + <g id="interpolate-f09-fr.svgg2939" stroke-linejoin="round" transform="translate(10 1350.9)" stroke="#2e75ac" fill="#0cf"> + <path id="interpolate-f09-fr.svgpath2532" d="m263.71 9.3346s-8.58 13.717-13.98 22.356c-2.48 3.971-4.29 6.868-4.29 6.868s-4.94-7.903-9.68-15.489c-4.38-7.003-8.59-13.735-8.59-13.735 0-0.0004 4.42-0.0004 10.17-0.0004h26.37" stroke-width="4.0482"/> + <g id="interpolate-f09-fr.svgg2606" transform="matrix(.52187 0 0 .52187 -7.8862 -205.59)" stroke-width="7.757"> + <path id="interpolate-f09-fr.svgpath2534" d="m453.79 409.84c2.77 0-9.09 24.76-17.95 41.71-4.08 7.37-7.26 12.91-7.62 13.61-0.84 1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8 6.36-1.78 15.81-2.84 17.76-2.77 45.54-5 48.31-5"/> + <path id="interpolate-f09-fr.svgpath2536" d="m387.15 407.84c5.54 0-1.73 23.23-9.12 40.59-3.4 7.12-6.29 12.66-7.01 14.05-1.67 3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61 4.26-3.57 12.14-5.69 14.79-5.54 40.54-10 46.08-10"/> + <path id="interpolate-f09-fr.svgpath2538" d="m320.52 405.84c8.31 0 5.61 21.71-0.3 39.47-2.72 6.87-5.31 12.41-6.4 14.49-2.5 4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42 2.17-5.36 8.47-8.54 11.84-8.31 35.56-15 43.87-15"/> + <path id="interpolate-f09-fr.svgpath2540" d="m253.89 403.84c11.08 0 12.96 20.18 8.52 38.35-2.03 6.62-4.34 12.16-5.79 14.93-3.34 6.38-14.07 4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23 0.08-7.15 4.81-11.39 8.87-11.08 30.57-20 41.65-20"/> + <path id="interpolate-f09-fr.svgpath2542" d="m187.26 401.84c13.85 0 20.3 18.66 17.35 37.23-1.36 6.38-3.38 11.91-5.19 15.38-4.17 7.97-15.22 9.06-27.46 4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94 1.13-14.24 5.92-13.85 25.59-25 39.44-25"/> + <path id="interpolate-f09-fr.svgpath2544" d="m120.62 399.84c16.62 0 27.66 17.13 26.18 36.11-0.68 6.13-2.41 11.66-4.58 15.82-5 9.57-16.37 13.9-29.25 11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09 2.959-16.62 20.594-30 37.214-30"/> </g> - <path id="interpolate-f09-fr.svgpath2546" stroke-linejoin="round" d="M20.29,2.0284c10.119,0,18.265,8.1466,18.265,18.266,0,3.066-0.748,5.952-2.072,8.484-3.046,5.824-9.141,9.781-16.193,9.781-6.245,0-11.738-3.102-15.029-7.855-2.0422-2.95-3.2366-6.535-3.2366-10.41,0-10.119,8.1459-18.266,18.266-18.266" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> + <path id="interpolate-f09-fr.svgpath2546" d="m20.29 2.0284c10.119 0 18.265 8.1466 18.265 18.266 0 3.066-0.748 5.952-2.072 8.484-3.046 5.824-9.141 9.781-16.193 9.781-6.245 0-11.738-3.102-15.029-7.855-2.0425-2.95-3.2369-6.535-3.2369-10.41 0-10.119 8.1459-18.266 18.266-18.266v0.0004" stroke-width="4.0482"/> </g> - <rect id="d0e204" display="none" height="1000px" width="288" y="1499.7" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e204" display="none" height="1e3px" width="288" y="1403.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e204"/> </flowRegion> <flowDiv xml:space="preserve">Comparez maintenant avec la méthode d'interpolation 1 :</flowDiv> </flowRoot> - <g id="interpolate-f10-fr.svgg2607" transform="translate(10, 1525.7190456000003) translate(-19.278123,-16.358316)"> - <path id="interpolate-f10-fr.svgpath4460" stroke-linejoin="round" d="M39.568,18.382c10.119,0,18.265,8.147,18.265,18.266s-8.146,18.265-18.265,18.265-18.266-8.146-18.266-18.265,8.147-18.266,18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <path id="interpolate-f10-fr.svgpath4462" stroke-linejoin="round" d="M282.98,25.689l-18.26,29.224-18.27-29.224h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/> - <g id="interpolate-f10-fr.svgg4484" transform="matrix(0.5218716,0,0,0.5218716,10.864771,-181.23611)"> - <path id="interpolate-f10-fr.svgpath4486" stroke-linejoin="round" d="M121.63,384.51c16.62,0,25,21.38,25,38s-18.38,22-35,22c-16.617,0-27.497-13.38-24.997-30s18.377-30,34.997-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f10-fr.svgpath4488" stroke-linejoin="round" d="M188.27,386.51c13.85,0,15,27.15,15,41s-21.15,9-35,9-20-11.15-15-25,21.15-25,35-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f10-fr.svgpath4490" stroke-linejoin="round" d="M254.9,388.51c11.08,0,5,32.92,5,44s-23.92-4-35-4-12.5-8.92-5-20,23.92-20,35-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f10-fr.svgpath4492" stroke-linejoin="round" d="M321.53,390.51c8.31,0-5,38.69-5,47s-26.69-17-35-17-5-6.69,5-15,26.69-15,35-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f10-fr.svgpath4494" stroke-linejoin="round" d="M388.16,392.51c5.54,0-15,44.46-15,50s-29.46-30-35-30,2.5-4.46,15-10,29.46-10,35-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> - <path id="interpolate-f10-fr.svgpath4496" stroke-linejoin="round" d="M454.8,394.51c2.77,0-25,50.23-25,53s-32.23-43-35-43,10-2.23,25-5,32.23-5,35-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/> + <g id="interpolate-f10-fr.svgg2607" stroke-linejoin="round" transform="translate(-9.278 1413.1)" stroke="#2e75ac" fill="#0cf"> + <path id="interpolate-f10-fr.svgpath4460" d="m39.568 18.382c10.119 0 18.265 8.147 18.265 18.266s-8.146 18.265-18.265 18.265-18.266-8.146-18.266-18.265 8.147-18.266 18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997" stroke-width="4.0482"/> + <path id="interpolate-f10-fr.svgpath4462" d="m282.98 25.689l-18.26 29.224-18.27-29.224h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997" stroke-width="4.0482"/> + <g id="interpolate-f10-fr.svgg4484" transform="matrix(.52187 0 0 .52187 10.865 -181.24)" stroke-width="7.757"> + <path id="interpolate-f10-fr.svgpath4486" d="m121.63 384.51c16.62 0 25 21.38 25 38s-18.38 22-35 22c-16.617 0-27.497-13.38-24.997-30s18.377-30 34.997-30"/> + <path id="interpolate-f10-fr.svgpath4488" d="m188.27 386.51c13.85 0 15 27.15 15 41s-21.15 9-35 9-20-11.15-15-25 21.15-25 35-25"/> + <path id="interpolate-f10-fr.svgpath4490" d="m254.9 388.51c11.08 0 5 32.92 5 44s-23.92-4-35-4-12.5-8.92-5-20 23.92-20 35-20"/> + <path id="interpolate-f10-fr.svgpath4492" d="m321.53 390.51c8.31 0-5 38.69-5 47s-26.69-17-35-17-5-6.69 5-15 26.69-15 35-15"/> + <path id="interpolate-f10-fr.svgpath4494" d="m388.16 392.51c5.54 0-15 44.46-15 50s-29.46-30-35-30 2.5-4.46 15-10 29.46-10 35-10"/> + <path id="interpolate-f10-fr.svgpath4496" d="m454.8 394.51c2.77 0-25 50.23-25 53s-32.23-43-35-43 10-2.23 25-5 32.23-5 35-5"/> </g> </g> - <rect id="d0e217" display="none" height="1000px" width="288" y="1578.3" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e217" display="none" height="1e3px" width="288" y="1482.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e217"/> </flowRegion> - <flowDiv xml:space="preserve">Expliquer exactement comment ces deux méthodes travaillent dépasse le cadre de ce document. Essayez simplement les deux méthodes, et utilisez celle qui donne le résultat le plus proche de ce que vous souhaitez.</flowDiv> + <flowDiv xml:space="preserve">Les différences dans la manière dont ces méthodes calculent les nombres dépassent le cadre de ce document. Essayez donc simplement les deux méthodes, et utilisez celle qui donne le résultat le plus proche de ce que vous souhaitez.</flowDiv> </flowRoot> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1641.0807056000003" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="1641.0807056000003" x="10">Exposant</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1544.8937370000003" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1544.8937370000003" x="10">Exposant</tspan> </text> - <rect id="d0e226" display="none" height="1000px" width="288" y="1646.3" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e226" display="none" height="1e3px" width="288" y="1550.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e226"/> </flowRegion> - <flowDiv xml:space="preserve">Le paramètre <flowSpan font-style="italic">Exposant</flowSpan> contrôle l'espacement entre les étapes de l'extrapolation. Avec un exposant à 0, l'espacement entre les copies est partout identique.</flowDiv> + <flowDiv xml:space="preserve">Le paramètre <flowSpan font-style="italic">Exposant</flowSpan> contrôle l'espacement entre les étapes successives de l'interpolation. Avec un exposant à 0, l'espacement entre les copies est partout identique.</flowDiv> </flowRoot> - <rect id="d0e232" display="none" height="1000px" width="288" y="1685.6" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e232" display="none" height="1e3px" width="288" y="1589.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e232"/> </flowRegion> <flowDiv xml:space="preserve">Voici le résultat d'un autre exemple élémentaire avec un exposant de 0.</flowDiv> </flowRoot> - <g id="interpolate-f11-fr.svgg2920" transform="translate(10, 1720.7749256000004) translate(2.8125e-6,-2.3064422e-7)"> - <path id="interpolate-f11-fr.svgpath5198" stroke-linejoin="round" d="M247.6,27.441h-10.65l-5.33-9.226,5.33-9.226h10.65l5.33,9.226-5.33,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/> - <path id="interpolate-f11-fr.svgpath5921" stroke-linejoin="round" d="M22.999,28.619s-3.491-3.274-3.621-3.274c-0.066,0-0.79,4.829-0.872,4.829s-2.393-4.166-2.481-4.166c-0.087,0-2.283,4.393-2.365,4.393-0.081,0-0.986-4.649-1.051-4.649-0.131,0-3.5815,3.526-3.5815,3.526s0.6054-4.753,0.5399-4.866c-0.0327-0.057-4.3588,2.191-4.3997,2.121-0.0409-0.071,1.9781-4.395,1.9345-4.471-0.0436-0.075-4.8806,0.725-4.9215,0.655-0.0408-0.071,3.1955-3.54,3.1628-3.597-0.0654-0.113-4.9385-0.837-4.9385-0.837s4.2094-2.3,4.2748-2.413c0.0327-0.057-4.322-2.231-4.2811-2.302,0.02044-0.036,4.6908-0.901,4.7123-0.938s-3.483-3.4376-3.4612-3.4754,4.7214,0.5734,4.7428,0.5362c0.0215-0.0372-2.2719-4.3618-2.2514-4.3972,0.0409-0.0708,4.3273,1.9258,4.36,1.8691,0.0654-0.1133-0.7671-4.9822-0.7671-4.9822s3.4899,3.2745,3.6209,3.2745c0.066,0,0.79-4.8295,0.872-4.8295,0.081,0,2.393,4.1658,2.48,4.1658,0.088,0,2.283-4.3929,2.365-4.3929s0.987,4.6493,1.052,4.6493c0.131,0,3.581-3.5263,3.581-3.5263s-0.605,4.7534-0.54,4.8667c0.033,0.0566,4.359-2.1918,4.4-2.121,0.041,0.0709-1.978,4.3946-1.935,4.4702,0.022,0.0377,4.837-0.8006,4.859-0.7634,0.021,0.0372-3.232,3.4771-3.212,3.5121,0.041,0.071,4.909,0.785,4.942,0.841,0.065,0.114-4.057,2.414-4.057,2.414s4.349,2.184,4.284,2.297c-0.033,0.057-4.72,0.951-4.761,1.022-0.021,0.036,3.484,3.435,3.463,3.472-0.022,0.038-4.721-0.574-4.743-0.536-0.044,0.076,2.227,4.439,2.186,4.51-0.04,0.071-4.327-1.926-4.36-1.869-0.065,0.113,0.768,4.982,0.768,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/> - <g id="interpolate-f11-fr.svgg6545" transform="matrix(0.5218716,0,0,0.5218716,-9.217538,-573.46675)"> - <path id="interpolate-f11-fr.svgpath6547" stroke-linejoin="round" d="M430.62,1151.8s-1.99-0.9-3.61-0.9c-0.79,0-1.88,1.3-2.87,1.3-0.86,0-2.37-1.1-3.29-1.1-0.91,0-2.42,1.2-3.32,1.2-0.92,0-2.03-1.3-2.85-1.3-1.07,0-2.95,1-3.68,1-1.05,0-1.64-0.5-1.59-0.9,0.03-0.3-0.12-0.8-0.43-1.3-0.32-0.5-1.96-0.7-2.51-1.7-0.41-0.7-0.3-2.6-0.78-3.5-0.44-0.7-2.22-1.3-2.68-2.1-0.45-0.8,0.01-2.5-0.42-3.2-0.5-0.9-2.29-1.9-2.7-2.6-0.55-0.9,0.14-2.4-0.15-2.9-0.23-0.4-0.52-0.8-0.72-0.9-0.35-0.1-0.48-1,0.1-2,0.36-0.6,2.08-1.6,2.58-2.5,0.41-0.7-0.1-2.4,0.37-3.2,0.42-0.8,2.14-1.3,2.57-2.1,0.47-0.8,0.29-2.8,0.71-3.5,0.48-0.8,2.09-1,2.47-1.7,0.82-1.4,1.16-3.5,1.13-3.7h0.03c0.19,0,2.14,0.9,3.61,0.9,0.79,0,1.89-1.3,2.88-1.3,0.85,0,2.36,1.1,3.28,1.1s2.43-1.2,3.33-1.2c0.91,0,2.03,1.3,2.85,1.3,1.07,0,2.95-1,3.68-1,1.02,0,1.6,0.5,1.56,0.9-0.03,0.2,0.12,0.8,0.44,1.3,0.32,0.6,1.96,0.8,2.51,1.7,0.41,0.7,0.3,2.7,0.78,3.5,0.43,0.7,2.2,1.3,2.65,2.1,0.44,0.7-0.02,2.4,0.4,3.1,0.49,0.9,2.28,1.9,2.7,2.6,0.54,0.9-0.15,2.3,0.15,2.9,0.28,0.4,0.62,0.8,0.84,0.9,0.34,0.2,0.45,1-0.1,2-0.37,0.6-2.1,1.6-2.61,2.5-0.42,0.7,0.1,2.4-0.37,3.2-0.42,0.8-2.14,1.4-2.58,2.1-0.47,0.8-0.3,2.8-0.74,3.6-0.48,0.8-2.09,1-2.47,1.7-0.83,1.4-1.15,3.7-1.15,3.7" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f11-fr.svgpath6549" stroke-linejoin="round" d="M369.14,1152.1s-2.78-1.8-4.16-1.8c-0.68,0-1.83,2.6-2.68,2.6-0.74,0-2.74-2.2-3.53-2.2s-2.75,2.4-3.52,2.4c-0.79,0-2.01-2.6-2.71-2.6-0.94,0-3.6,2-4.21,2-0.88,0-1.3-1-1.21-1.8,0.06-0.5-0.04-1.1-0.3-1.6-0.28-0.5-3.03,0.1-3.5-0.7-0.36-0.6,0.38-3.6-0.03-4.3-0.39-0.7-3.41-0.9-3.81-1.6-0.38-0.7,1.03-3.2,0.66-3.8-0.44-0.8-3.48-1.9-3.82-2.4-0.47-0.8,1.45-2.8,1.24-3.3-0.2-0.3-0.61-0.7-1-0.9-0.7-0.3-1.38-1.4-0.89-2.2,0.31-0.5,3.23-1.7,3.65-2.4,0.36-0.6-1.19-3.1-0.79-3.8,0.36-0.6,3.29-0.9,3.66-1.5,0.39-0.7-0.49-3.7-0.13-4.4,0.41-0.7,3.12-0.2,3.45-0.8,0.7-1.2,0.75-4.3,0.7-4.6h0.02c0.16,0,2.9,1.8,4.17,1.8,0.68,0,1.82-2.7,2.67-2.7,0.74,0,2.74,2.3,3.53,2.3s2.75-2.4,3.53-2.4c0.79,0,2,2.5,2.71,2.5,0.94,0,3.6-1.9,4.21-1.9,0.85,0,1.27,0.9,1.18,1.7-0.06,0.5,0.04,1.2,0.31,1.7,0.28,0.5,3.03-0.1,3.5,0.7,0.36,0.6-0.38,3.6,0.03,4.3,0.37,0.7,3.38,0.9,3.76,1.5,0.38,0.7-1.05,3.2-0.69,3.8,0.42,0.7,3.47,1.8,3.83,2.4,0.47,0.8-1.42,2.7-1.17,3.1,0.23,0.4,0.72,0.8,1.16,1.1,0.69,0.3,1.29,1.3,0.82,2.1-0.31,0.5-3.25,1.7-3.69,2.4-0.35,0.6,1.19,3.1,0.8,3.8-0.36,0.7-3.3,0.9-3.67,1.6-0.4,0.7,0.46,3.7,0.08,4.4-0.41,0.7-3.12,0.2-3.45,0.8-0.71,1.2-0.71,4.7-0.71,4.7" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f11-fr.svgpath6551" stroke-linejoin="round" d="M307.66,1152.4s-3.56-2.7-4.72-2.7c-0.57,0-1.76,4-2.47,4-0.63,0-3.11-3.4-3.78-3.4-0.66,0-3.07,3.6-3.73,3.6s-1.98-3.8-2.57-3.8c-0.8,0-4.25,2.9-4.74,2.9-0.7,0-0.95-1.5-0.81-2.6,0.08-0.8,0.03-1.6-0.18-2-0.24-0.4-4.1,0.9-4.49,0.2-0.3-0.5,1.06-4.5,0.71-5.1-0.32-0.6-4.59-0.5-4.93-1-0.32-0.6,2.05-3.9,1.74-4.5-0.37-0.6-4.68-1.7-4.95-2.2-0.37-0.7,2.78-3.1,2.63-3.5-0.15-0.3-0.69-0.7-1.27-1-1.05-0.6-2.28-1.7-1.88-2.4,0.26-0.5,4.39-1.7,4.73-2.3,0.29-0.5-2.29-3.8-1.96-4.3,0.29-0.6,4.44-0.6,4.74-1.1,0.32-0.5-1.26-4.6-0.96-5.1,0.34-0.6,4.15,0.5,4.43,0,0.58-1,0.35-5.1,0.27-5.6h0.01c0.13,0,3.66,2.7,4.72,2.7,0.57,0,1.76-4,2.48-4,0.62,0,3.1,3.4,3.77,3.4s3.07-3.6,3.73-3.6,1.98,3.9,2.57,3.9c0.8,0,4.25-2.9,4.74-2.9,0.68,0,0.93,1.3,0.8,2.5-0.09,0.8-0.04,1.6,0.19,2,0.24,0.4,4.09-0.9,4.48-0.2,0.3,0.5-1.06,4.6-0.71,5.2,0.3,0.5,4.55,0.3,4.87,0.9,0.3,0.5-2.08,3.8-1.79,4.3,0.36,0.6,4.66,1.7,4.96,2.3,0.4,0.7-2.69,3.1-2.49,3.4,0.18,0.3,0.83,0.8,1.48,1.1,1.03,0.6,2.14,1.6,1.75,2.3-0.27,0.5-4.42,1.7-4.78,2.4-0.29,0.5,2.29,3.8,1.96,4.3-0.29,0.5-4.44,0.5-4.75,1.1-0.34,0.6,1.22,4.7,0.9,5.2-0.34,0.6-4.15-0.5-4.43,0-0.59,1-0.27,5.6-0.27,5.6" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f11-fr.svgpath6553" stroke-linejoin="round" d="M246.18,1152.7s-4.35-3.5-5.28-3.5c-0.45,0-1.7,5.2-2.27,5.2-0.5,0-3.48-4.5-4.02-4.5s-3.4,4.8-3.93,4.8-1.96-5.1-2.43-5.1c-0.66,0-4.9,3.9-5.27,3.9-0.52,0-0.61-1.9-0.43-3.5,0.12-1,0.12-2-0.06-2.3-0.19-0.3-5.16,1.8-5.47,1.2-0.25-0.4,1.74-5.5,1.46-6-0.26-0.5-5.78,0-6.05-0.5-0.27-0.4,3.06-4.6,2.82-5-0.32-0.5-5.88-1.7-6.08-2.1-0.28-0.5,4.1-3.4,4.02-3.8-0.11-0.2-0.78-0.6-1.56-1-1.39-0.8-3.17-2.1-2.86-2.6,0.2-0.4,5.54-1.7,5.81-2.2,0.23-0.4-3.39-4.5-3.14-4.9,0.24-0.4,5.6-0.1,5.84-0.5,0.25-0.5-2.04-5.6-1.8-6,0.27-0.5,5.18,1.3,5.41,0.9,0.47-0.8-0.06-5.9-0.16-6.5-0.01,0-0.01-0.1,0-0.1,0.1,0,4.42,3.6,5.28,3.6,0.45,0,1.7-5.3,2.27-5.3,0.5,0,3.48,4.6,4.02,4.6s3.4-4.8,3.93-4.8,1.96,5.1,2.43,5.1c0.66,0,4.9-3.9,5.27-3.9,0.51,0,0.6,1.9,0.42,3.4-0.12,1-0.12,2,0.06,2.4,0.2,0.3,5.16-1.8,5.48-1.2,0.24,0.4-1.75,5.5-1.47,6,0.24,0.4,5.73-0.1,5.98,0.3,0.24,0.4-3.11,4.6-2.88,5,0.29,0.5,5.85,1.6,6.09,2,0.33,0.6-3.96,3.5-3.81,3.8,0.14,0.2,0.93,0.7,1.8,1.2,1.38,0.7,2.98,1.9,2.67,2.4-0.21,0.4-5.57,1.8-5.87,2.3-0.22,0.4,3.39,4.5,3.14,4.9-0.24,0.4-5.6,0.1-5.83,0.5-0.28,0.5,1.98,5.7,1.72,6.2-0.28,0.4-5.19-1.4-5.42-1-0.47,0.8,0.17,6.6,0.17,6.6" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f11-fr.svgpath6555" stroke-linejoin="round" d="M184.7,1153.1s-5.13-4.5-5.83-4.5c-0.35,0-1.64,6.6-2.08,6.6-0.38,0-3.84-5.7-4.26-5.7s-3.72,6-4.13,6-1.94-6.4-2.29-6.4c-0.53,0-5.56,4.9-5.8,4.9-0.35,0-0.27-2.4-0.05-4.3,0.15-1.3,0.2-2.4,0.07-2.7-0.15-0.2-6.23,2.6-6.46,2.2-0.19-0.3,2.42-6.5,2.21-6.9-0.21-0.3-6.98,0.5-7.18,0.1-0.2-0.3,4.08-5.3,3.9-5.6-0.25-0.5-7.07-1.7-7.21-2-0.19-0.3,5.42-3.7,5.41-4-0.06-0.2-0.86-0.7-1.83-1.2-1.74-0.9-4.07-2.3-3.85-2.7,0.15-0.3,6.69-1.7,6.88-2.1,0.17-0.2-4.48-5.2-4.3-5.5,0.17-0.3,6.75,0.3,6.92,0,0.18-0.3-2.81-6.5-2.64-6.8,0.21-0.3,6.23,2.2,6.4,1.9,0.35-0.6-0.47-6.8-0.6-7.5,0-0.1-0.01-0.1,0-0.1,0.06,0,5.17,4.5,5.83,4.5,0.35,0,1.64-6.7,2.07-6.7,0.39,0,3.85,5.7,4.27,5.7,0.41,0,3.72-6,4.13-6s1.93,6.4,2.29,6.4c0.53,0,5.56-4.8,5.8-4.8,0.34,0,0.26,2.3,0.04,4.2-0.15,1.3-0.2,2.5-0.06,2.7,0.15,0.3,6.22-2.5,6.46-2.1,0.19,0.3-2.43,6.5-2.22,6.8,0.18,0.3,6.92-0.6,7.09-0.2,0.18,0.3-4.13,5.2-3.97,5.5,0.22,0.4,7.04,1.6,7.22,1.9,0.26,0.5-5.23,3.9-5.13,4.1,0.09,0.1,1.03,0.7,2.12,1.2,1.73,0.9,3.83,2.3,3.6,2.7-0.17,0.2-6.73,1.7-6.96,2.1-0.16,0.3,4.49,5.2,4.3,5.5-0.17,0.3-6.74-0.3-6.91,0-0.22,0.4,2.74,6.6,2.54,7-0.21,0.3-6.22-2.1-6.39-1.8-0.36,0.6,0.6,7.6,0.6,7.6" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f11-fr.svgpath6557" stroke-linejoin="round" d="M123.21,1153.4s-5.9-5.4-6.38-5.4c-0.24,0-1.58,7.9-1.87,7.9-0.27,0-4.22-6.8-4.51-6.8s-4.05,7.2-4.33,7.2-1.91-7.6-2.15-7.6c-0.39,0-6.214,5.8-6.336,5.8-0.175,0,0.081-2.9,0.345-5.2,0.172-1.5,0.273-2.8,0.181-3-0.106-0.1-7.288,3.4-7.445,3.1-0.133-0.2,3.109-7.4,2.96-7.7-0.144-0.2-8.163,1-8.306,0.7-0.139-0.2,5.104-6.1,4.981-6.3-0.188-0.3-8.268-1.6-8.336-1.7-0.092-0.2,6.744-4.1,6.802-4.4-0.022-0.1-0.946-0.6-2.109-1.2-2.092-1.1-4.97-2.7-4.832-2.9,0.093-0.2,7.838-1.7,7.954-1.9,0.104-0.2-5.577-5.9-5.465-6.1,0.106-0.2,7.897,0.7,8.003,0.5,0.111-0.2-3.58-7.4-3.477-7.6,0.145-0.3,7.258,2.9,7.374,2.7,0.234-0.4-0.866-7.6-1.021-8.5-0.01-0.1-0.014-0.1-0.011-0.1,0.031,0,5.928,5.4,6.388,5.4,0.23,0,1.57-7.9,1.87-7.9,0.27,0,4.21,6.8,4.51,6.8,0.29,0,4.05-7.2,4.33-7.2s1.91,7.6,2.15,7.6c0.39,0,6.21-5.8,6.33-5.8,0.17,0-0.07,2.8-0.34,5.1-0.17,1.5-0.28,2.9-0.19,3.1,0.11,0.1,7.29-3.4,7.45-3.1,0.13,0.2-3.11,7.4-2.96,7.7,0.11,0.2,8.09-1.1,8.2-0.9s-5.17,6-5.06,6.1c0.14,0.3,8.22,1.6,8.34,1.8,0.19,0.3-6.51,4.2-6.45,4.3,0.04,0.1,1.14,0.7,2.45,1.4,2.06,1,4.66,2.5,4.51,2.8-0.11,0.2-7.89,1.8-8.04,2-0.1,0.2,5.58,5.9,5.47,6.1s-7.9-0.7-8-0.5c-0.15,0.3,3.5,7.6,3.36,7.8-0.14,0.3-7.25-2.9-7.37-2.7-0.24,0.4,1.03,8.6,1.03,8.6" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> + <g id="interpolate-f11-fr.svgg2920" transform="translate(10 1624.6)"> + <path id="interpolate-f11-fr.svgpath5198" stroke-linejoin="round" d="m247.6 27.441h-10.65l-5.33-9.226 5.33-9.226h10.65l5.33 9.226-5.33 9.226z" stroke="#17a500" stroke-width=".86884" fill="#0f0"/> + <path id="interpolate-f11-fr.svgpath5921" stroke-linejoin="round" d="m22.999 28.619s-3.491-3.274-3.621-3.274c-0.066 0-0.79 4.829-0.872 4.829s-2.393-4.166-2.481-4.166c-0.087 0-2.283 4.393-2.365 4.393-0.081 0-0.986-4.649-1.051-4.649-0.131 0-3.5815 3.526-3.5815 3.526s0.6054-4.753 0.5399-4.866c-0.0327-0.057-4.3588 2.191-4.3997 2.121-0.0409-0.071 1.9781-4.395 1.9345-4.471-0.0436-0.075-4.8806 0.725-4.9215 0.655-0.0408-0.071 3.1955-3.54 3.1628-3.597-0.0654-0.113-4.9385-0.837-4.9385-0.837-0.00004 0 4.2094-2.3 4.2748-2.413 0.0327-0.057-4.322-2.231-4.2811-2.302 0.0204-0.036 4.6908-0.901 4.7123-0.938s-3.483-3.4376-3.4612-3.4754 4.7214 0.5734 4.7428 0.5362c0.0215-0.0372-2.2719-4.3618-2.2514-4.3972 0.0409-0.0708 4.3273 1.9258 4.36 1.8691 0.0654-0.1133-0.7671-4.9822-0.7671-4.9822s3.4899 3.2745 3.6209 3.2745c0.066 0 0.79-4.8295 0.872-4.8295 0.081-0.00003 2.393 4.1658 2.48 4.1658 0.088 0 2.283-4.3929 2.365-4.3929 0.082-0.00003 0.987 4.6493 1.052 4.6493 0.131 0 3.581-3.5263 3.581-3.5263s-0.605 4.7534-0.54 4.8667c0.033 0.0566 4.359-2.1918 4.4-2.121 0.041 0.0709-1.978 4.3946-1.935 4.4702 0.022 0.0377 4.837-0.8006 4.859-0.7634 0.021 0.0372-3.232 3.4771-3.212 3.5121 0.041 0.071 4.909 0.785 4.942 0.841 0.065 0.114-4.057 2.414-4.057 2.414s4.349 2.184 4.284 2.297c-0.033 0.057-4.72 0.951-4.761 1.022-0.021 0.036 3.484 3.435 3.463 3.472-0.022 0.038-4.721-0.574-4.743-0.536-0.044 0.076 2.227 4.439 2.186 4.51-0.04 0.071-4.327-1.926-4.36-1.869-0.065 0.113 0.768 4.982 0.768 4.982" stroke="#17a500" stroke-width=".79675" fill="#0f0"/> + <g id="interpolate-f11-fr.svgg6545" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 -9.2175 -573.47)" stroke="#17a500" stroke-width="1.6649" fill="#0f0"> + <path id="interpolate-f11-fr.svgpath6547" d="m430.62 1151.8s-1.99-0.9-3.61-0.9c-0.79 0-1.88 1.3-2.87 1.3-0.86 0-2.37-1.1-3.29-1.1-0.91 0-2.42 1.2-3.32 1.2-0.92 0-2.03-1.3-2.85-1.3-1.07 0-2.95 1-3.68 1-1.05 0-1.64-0.5-1.59-0.9 0.03-0.3-0.12-0.8-0.43-1.3-0.32-0.5-1.96-0.7-2.51-1.7-0.41-0.7-0.3-2.6-0.78-3.5-0.44-0.7-2.22-1.3-2.68-2.1-0.45-0.8 0.01-2.5-0.42-3.2-0.5-0.9-2.29-1.9-2.7-2.6-0.55-0.9 0.14-2.4-0.15-2.9-0.23-0.4-0.52-0.8-0.72-0.9-0.35-0.1-0.48-1 0.1-2 0.36-0.6 2.08-1.6 2.58-2.5 0.41-0.7-0.1-2.4 0.37-3.2 0.42-0.8 2.14-1.3 2.57-2.1 0.47-0.8 0.29-2.8 0.71-3.5 0.48-0.8 2.09-1 2.47-1.7 0.82-1.4 1.16-3.5 1.13-3.7h0.03c0.19 0 2.14 0.9 3.61 0.9 0.79 0 1.89-1.3 2.88-1.3 0.85 0 2.36 1.1 3.28 1.1s2.43-1.2 3.33-1.2c0.91 0 2.03 1.3 2.85 1.3 1.07 0 2.95-1 3.68-1 1.02 0 1.6 0.5 1.56 0.9-0.03 0.2 0.12 0.8 0.44 1.3 0.32 0.6 1.96 0.8 2.51 1.7 0.41 0.7 0.3 2.7 0.78 3.5 0.43 0.7 2.2 1.3 2.65 2.1 0.44 0.7-0.02 2.4 0.4 3.1 0.49 0.9 2.28 1.9 2.7 2.6 0.54 0.9-0.15 2.3 0.15 2.9 0.28 0.4 0.62 0.8 0.84 0.9 0.34 0.2 0.45 1-0.1 2-0.37 0.6-2.1 1.6-2.61 2.5-0.42 0.7 0.1 2.4-0.37 3.2-0.42 0.8-2.14 1.4-2.58 2.1-0.47 0.8-0.3 2.8-0.74 3.6-0.48 0.8-2.09 1-2.47 1.7-0.83 1.4-1.15 3.7-1.15 3.7"/> + <path id="interpolate-f11-fr.svgpath6549" d="m369.14 1152.1s-2.78-1.8-4.16-1.8c-0.68 0-1.83 2.6-2.68 2.6-0.74 0-2.74-2.2-3.53-2.2s-2.75 2.4-3.52 2.4c-0.79 0-2.01-2.6-2.71-2.6-0.94 0-3.6 2-4.21 2-0.88 0-1.3-1-1.21-1.8 0.06-0.5-0.04-1.1-0.3-1.6-0.28-0.5-3.03 0.1-3.5-0.7-0.36-0.6 0.38-3.6-0.03-4.3-0.39-0.7-3.41-0.9-3.81-1.6-0.38-0.7 1.03-3.2 0.66-3.8-0.44-0.8-3.48-1.9-3.82-2.4-0.47-0.8 1.45-2.8 1.24-3.3-0.2-0.3-0.61-0.7-1-0.9-0.7-0.3-1.38-1.4-0.89-2.2 0.31-0.5 3.23-1.7 3.65-2.4 0.36-0.6-1.19-3.1-0.79-3.8 0.36-0.6 3.29-0.9 3.66-1.5 0.39-0.7-0.49-3.7-0.13-4.4 0.41-0.7 3.12-0.2 3.45-0.8 0.7-1.2 0.75-4.3 0.7-4.6h0.02c0.16 0 2.9 1.8 4.17 1.8 0.68 0 1.82-2.7 2.67-2.7 0.74 0 2.74 2.3 3.53 2.3s2.75-2.4 3.53-2.4c0.79 0 2 2.5 2.71 2.5 0.94 0 3.6-1.9 4.21-1.9 0.85 0 1.27 0.9 1.18 1.7-0.06 0.5 0.04 1.2 0.31 1.7 0.28 0.5 3.03-0.1 3.5 0.7 0.36 0.6-0.38 3.6 0.03 4.3 0.37 0.7 3.38 0.9 3.76 1.5 0.38 0.7-1.05 3.2-0.69 3.8 0.42 0.7 3.47 1.8 3.83 2.4 0.47 0.8-1.42 2.7-1.17 3.1 0.23 0.4 0.72 0.8 1.16 1.1 0.69 0.3 1.29 1.3 0.82 2.1-0.31 0.5-3.25 1.7-3.69 2.4-0.35 0.6 1.19 3.1 0.8 3.8-0.36 0.7-3.3 0.9-3.67 1.6-0.4 0.7 0.46 3.7 0.08 4.4-0.41 0.7-3.12 0.2-3.45 0.8-0.71 1.2-0.71 4.7-0.71 4.7"/> + <path id="interpolate-f11-fr.svgpath6551" d="m307.66 1152.4s-3.56-2.7-4.72-2.7c-0.57 0-1.76 4-2.47 4-0.63 0-3.11-3.4-3.78-3.4-0.66 0-3.07 3.6-3.73 3.6s-1.98-3.8-2.57-3.8c-0.8 0-4.25 2.9-4.74 2.9-0.7 0-0.95-1.5-0.81-2.6 0.08-0.8 0.03-1.6-0.18-2-0.24-0.4-4.1 0.9-4.49 0.2-0.3-0.5 1.06-4.5 0.71-5.1-0.32-0.6-4.59-0.5-4.93-1-0.32-0.6 2.05-3.9 1.74-4.5-0.37-0.6-4.68-1.7-4.95-2.2-0.37-0.7 2.78-3.1 2.63-3.5-0.15-0.3-0.69-0.7-1.27-1-1.05-0.6-2.28-1.7-1.88-2.4 0.26-0.5 4.39-1.7 4.73-2.3 0.29-0.5-2.29-3.8-1.96-4.3 0.29-0.6 4.44-0.6 4.74-1.1 0.32-0.5-1.26-4.6-0.96-5.1 0.34-0.6 4.15 0.5 4.43 0 0.58-1 0.35-5.1 0.27-5.6h0.01c0.13 0 3.66 2.7 4.72 2.7 0.57 0 1.76-4 2.48-4 0.62 0 3.1 3.4 3.77 3.4s3.07-3.6 3.73-3.6 1.98 3.9 2.57 3.9c0.8 0 4.25-2.9 4.74-2.9 0.68 0 0.93 1.3 0.8 2.5-0.09 0.8-0.04 1.6 0.19 2 0.24 0.4 4.09-0.9 4.48-0.2 0.3 0.5-1.06 4.6-0.71 5.2 0.3 0.5 4.55 0.3 4.87 0.9 0.3 0.5-2.08 3.8-1.79 4.3 0.36 0.6 4.66 1.7 4.96 2.3 0.4 0.7-2.69 3.1-2.49 3.4 0.18 0.3 0.83 0.8 1.48 1.1 1.03 0.6 2.14 1.6 1.75 2.3-0.27 0.5-4.42 1.7-4.78 2.4-0.29 0.5 2.29 3.8 1.96 4.3-0.29 0.5-4.44 0.5-4.75 1.1-0.34 0.6 1.22 4.7 0.9 5.2-0.34 0.6-4.15-0.5-4.43 0-0.59 1-0.27 5.6-0.27 5.6"/> + <path id="interpolate-f11-fr.svgpath6553" d="m246.18 1152.7s-4.35-3.5-5.28-3.5c-0.45 0-1.7 5.2-2.27 5.2-0.5 0-3.48-4.5-4.02-4.5s-3.4 4.8-3.93 4.8-1.96-5.1-2.43-5.1c-0.66 0-4.9 3.9-5.27 3.9-0.52 0-0.61-1.9-0.43-3.5 0.12-1 0.12-2-0.06-2.3-0.19-0.3-5.16 1.8-5.47 1.2-0.25-0.4 1.74-5.5 1.46-6-0.26-0.5-5.78 0-6.05-0.5-0.27-0.4 3.06-4.6 2.82-5-0.32-0.5-5.88-1.7-6.08-2.1-0.28-0.5 4.1-3.4 4.02-3.8-0.11-0.2-0.78-0.6-1.56-1-1.39-0.8-3.17-2.1-2.86-2.6 0.2-0.4 5.54-1.7 5.81-2.2 0.23-0.4-3.39-4.5-3.14-4.9 0.24-0.4 5.6-0.1 5.84-0.5 0.25-0.5-2.04-5.6-1.8-6 0.27-0.5 5.18 1.3 5.41 0.9 0.47-0.8-0.06-5.9-0.16-6.5-0.01 0-0.01-0.1 0-0.1 0.1 0 4.42 3.6 5.28 3.6 0.45 0 1.7-5.3 2.27-5.3 0.5 0 3.48 4.6 4.02 4.6s3.4-4.8 3.93-4.8 1.96 5.1 2.43 5.1c0.66 0 4.9-3.9 5.27-3.9 0.51 0 0.6 1.9 0.42 3.4-0.12 1-0.12 2 0.06 2.4 0.2 0.3 5.16-1.8 5.48-1.2 0.24 0.4-1.75 5.5-1.47 6 0.24 0.4 5.73-0.1 5.98 0.3 0.24 0.4-3.11 4.6-2.88 5 0.29 0.5 5.85 1.6 6.09 2 0.33 0.6-3.96 3.5-3.81 3.8 0.14 0.2 0.93 0.7 1.8 1.2 1.38 0.7 2.98 1.9 2.67 2.4-0.21 0.4-5.57 1.8-5.87 2.3-0.22 0.4 3.39 4.5 3.14 4.9-0.24 0.4-5.6 0.1-5.83 0.5-0.28 0.5 1.98 5.7 1.72 6.2-0.28 0.4-5.19-1.4-5.42-1-0.47 0.8 0.17 6.6 0.17 6.6"/> + <path id="interpolate-f11-fr.svgpath6555" d="m184.7 1153.1s-5.13-4.5-5.83-4.5c-0.35 0-1.64 6.6-2.08 6.6-0.38 0-3.84-5.7-4.26-5.7s-3.72 6-4.13 6-1.94-6.4-2.29-6.4c-0.53 0-5.56 4.9-5.8 4.9-0.35 0-0.27-2.4-0.05-4.3 0.15-1.3 0.2-2.4 0.07-2.7-0.15-0.2-6.23 2.6-6.46 2.2-0.19-0.3 2.42-6.5 2.21-6.9-0.21-0.3-6.98 0.5-7.18 0.1-0.2-0.3 4.08-5.3 3.9-5.6-0.25-0.5-7.07-1.7-7.21-2-0.19-0.3 5.42-3.7 5.41-4-0.06-0.2-0.86-0.7-1.83-1.2-1.74-0.9-4.07-2.3-3.85-2.7 0.15-0.3 6.69-1.7 6.88-2.1 0.17-0.2-4.48-5.2-4.3-5.5 0.17-0.3 6.75 0.3 6.92 0 0.18-0.3-2.81-6.5-2.64-6.8 0.21-0.3 6.23 2.2 6.4 1.9 0.35-0.6-0.47-6.8-0.6-7.5 0-0.1-0.01-0.1 0-0.1 0.06 0 5.17 4.5 5.83 4.5 0.35 0 1.64-6.7 2.07-6.7 0.39 0 3.85 5.7 4.27 5.7 0.41 0 3.72-6 4.13-6s1.93 6.4 2.29 6.4c0.53 0 5.56-4.8 5.8-4.8 0.34 0 0.26 2.3 0.04 4.2-0.15 1.3-0.2 2.5-0.06 2.7 0.15 0.3 6.22-2.5 6.46-2.1 0.19 0.3-2.43 6.5-2.22 6.8 0.18 0.3 6.92-0.6 7.09-0.2 0.18 0.3-4.13 5.2-3.97 5.5 0.22 0.4 7.04 1.6 7.22 1.9 0.26 0.5-5.23 3.9-5.13 4.1 0.09 0.1 1.03 0.7 2.12 1.2 1.73 0.9 3.83 2.3 3.6 2.7-0.17 0.2-6.73 1.7-6.96 2.1-0.16 0.3 4.49 5.2 4.3 5.5-0.17 0.3-6.74-0.3-6.91 0-0.22 0.4 2.74 6.6 2.54 7-0.21 0.3-6.22-2.1-6.39-1.8-0.36 0.6 0.6 7.6 0.6 7.6"/> + <path id="interpolate-f11-fr.svgpath6557" d="m123.21 1153.4s-5.9-5.4-6.38-5.4c-0.24 0-1.58 7.9-1.87 7.9-0.27 0-4.22-6.8-4.51-6.8s-4.05 7.2-4.33 7.2-1.91-7.6-2.15-7.6c-0.39 0-6.214 5.8-6.336 5.8-0.175 0 0.081-2.9 0.345-5.2 0.172-1.5 0.273-2.8 0.181-3-0.106-0.1-7.288 3.4-7.445 3.1-0.133-0.2 3.109-7.4 2.96-7.7-0.144-0.2-8.163 1-8.306 0.7-0.139-0.2 5.104-6.1 4.981-6.3-0.188-0.3-8.268-1.6-8.336-1.7-0.092-0.2 6.744-4.1 6.802-4.4-0.022-0.1-0.946-0.6-2.109-1.2-2.092-1.1-4.97-2.7-4.832-2.9 0.093-0.2 7.838-1.7 7.954-1.9 0.104-0.2-5.577-5.9-5.465-6.1 0.106-0.2 7.897 0.7 8.003 0.5 0.111-0.2-3.58-7.4-3.477-7.6 0.145-0.3 7.258 2.9 7.374 2.7 0.234-0.4-0.866-7.6-1.021-8.5-0.01-0.1-0.014-0.1-0.011-0.1 0.031 0 5.928 5.4 6.388 5.4 0.23 0 1.57-7.9 1.87-7.9 0.27 0 4.21 6.8 4.51 6.8 0.29 0 4.05-7.2 4.33-7.2s1.91 7.6 2.15 7.6c0.39 0 6.21-5.8 6.33-5.8 0.17 0-0.07 2.8-0.34 5.1-0.17 1.5-0.28 2.9-0.19 3.1 0.11 0.1 7.29-3.4 7.45-3.1 0.13 0.2-3.11 7.4-2.96 7.7 0.11 0.2 8.09-1.1 8.2-0.9s-5.17 6-5.06 6.1c0.14 0.3 8.22 1.6 8.34 1.8 0.19 0.3-6.51 4.2-6.45 4.3 0.04 0.1 1.14 0.7 2.45 1.4 2.06 1 4.66 2.5 4.51 2.8-0.11 0.2-7.89 1.8-8.04 2-0.1 0.2 5.58 5.9 5.47 6.1s-7.9-0.7-8-0.5c-0.15 0.3 3.5 7.6 3.36 7.8-0.14 0.3-7.25-2.9-7.37-2.7-0.24 0.4 1.03 8.6 1.03 8.6"/> </g> - <flowRoot id="interpolate-f11-fr.svgflowRoot2609" font-weight="normal" xml:space="preserve" transform="translate(-291.30762,14.934984)" font-style="normal" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f11-fr.svgflowRegion2611"><rect id="interpolate-f11-fr.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f11-fr.svgflowPara2615">Exposant : 0.0</flowPara><flowPara id="interpolate-f11-fr.svgflowPara2617">Étapes d'interpolation : 6</flowPara><flowPara id="interpolate-f11-fr.svgflowPara2619">Méthode d'interpolation : 2</flowPara><flowPara id="interpolate-f11-fr.svgflowPara2621">Dupliquer les extrémités : décoché</flowPara><flowPara id="interpolate-f11-fr.svgflowPara2623">Interpoler le style : décoché</flowPara></flowRoot> + <flowRoot id="interpolate-f11-fr.svgflowRoot2609" xml:space="preserve" transform="translate(-291.31 14.935)" font-size="6px" font-family="sans-serif" fill="#000000"><flowRegion id="interpolate-f11-fr.svgflowRegion2611"><rect id="interpolate-f11-fr.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f11-fr.svgflowPara2615">Exposant : 0,0</flowPara><flowPara id="interpolate-f11-fr.svgflowPara2617">Étapes d'interpolation : 6</flowPara><flowPara id="interpolate-f11-fr.svgflowPara2619">Méthode d'interpolation : 2</flowPara><flowPara id="interpolate-f11-fr.svgflowPara2621">Dupliquer les extrémités : décoché</flowPara><flowPara id="interpolate-f11-fr.svgflowPara2623">Interpoler le style : décoché</flowPara></flowRoot> </g> - <rect id="d0e245" display="none" height="1000px" width="288" y="1800.9" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e245" display="none" height="1e3px" width="288" y="1667.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e245"/> </flowRegion> <flowDiv xml:space="preserve">Même exemple avec un exposant de 1 :</flowDiv> </flowRoot> - <g id="interpolate-f12-fr.svgg2771" transform="translate(10, 1826.9384516000005) translate(-24.034172,-18.39093)"> - <path id="interpolate-f12-fr.svgpath6640" stroke-linejoin="round" d="M271.63,45.832h-10.65l-5.33-9.226,5.33-9.226h10.65l5.33,9.226-5.33,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/> - <path id="interpolate-f12-fr.svgpath6642" stroke-linejoin="round" d="M47.033,47.01s-3.49-3.274-3.621-3.274c-0.066,0-0.79,4.829-0.872,4.829s-2.393-4.166-2.481-4.166c-0.087,0-2.283,4.393-2.364,4.393-0.082,0-0.987-4.649-1.052-4.649-0.131,0-3.581,3.526-3.581,3.526s0.605-4.753,0.54-4.866c-0.033-0.057-4.359,2.191-4.4,2.121-0.041-0.071,1.978-4.395,1.934-4.471-0.043-0.075-4.88,0.725-4.921,0.655-0.041-0.071,3.195-3.54,3.163-3.597-0.066-0.113-4.939-0.837-4.939-0.837s4.21-2.3,4.275-2.413c0.033-0.057-4.322-2.232-4.281-2.302,0.02-0.036,4.691-0.901,4.712-0.938,0.022-0.037-3.483-3.438-3.461-3.475,0.022-0.038,4.721,0.573,4.743,0.536,0.021-0.037-2.272-4.362-2.252-4.397,0.041-0.071,4.328,1.925,4.36,1.869,0.066-0.114-0.767-4.983-0.767-4.983s3.49,3.275,3.621,3.275c0.066,0,0.79-4.83,0.872-4.83s2.393,4.166,2.48,4.166c0.088,0,2.284-4.393,2.365-4.393,0.082,0,0.987,4.65,1.052,4.65,0.131,0,3.581-3.527,3.581-3.527s-0.605,4.754-0.54,4.867c0.033,0.057,4.359-2.192,4.4-2.121s-1.978,4.395-1.934,4.47c0.021,0.038,4.837-0.8,4.858-0.763s-3.232,3.476-3.211,3.512c0.04,0.071,4.908,0.785,4.941,0.841,0.065,0.114-4.057,2.414-4.057,2.414s4.349,2.184,4.284,2.297c-0.033,0.057-4.72,0.951-4.761,1.022-0.021,0.036,3.484,3.435,3.463,3.472-0.021,0.038-4.721-0.574-4.743-0.536-0.043,0.076,2.227,4.439,2.187,4.51-0.041,0.071-4.328-1.926-4.36-1.869-0.066,0.113,0.767,4.982,0.767,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/> - <g id="interpolate-f12-fr.svgg6743" transform="matrix(0.5218716,0,0,0.5218716,14.289464,-599.88532)"> - <path id="interpolate-f12-fr.svgpath6745" stroke-linejoin="round" d="M484.33,1237.4s-1.33-0.2-3.13-0.2c-0.89,0-1.94,0.2-3.05,0.2-0.95,0-2.05-0.1-3.07-0.1-1.03,0-2.15,0.1-3.16,0.1-1.02,0-2.05-0.2-2.97-0.2-1.19,0-2.38,0.2-3.22,0.2-1.2,0-1.93-0.1-1.92-0.1,0-0.1-0.19-0.4-0.53-1-0.36-0.7-1.05-1.5-1.67-2.5-0.46-0.8-0.89-1.9-1.42-2.8-0.5-0.9-1.2-1.7-1.72-2.6-0.5-0.9-0.87-1.9-1.34-2.7-0.56-1-1.27-1.9-1.73-2.7-0.64-1.1-1-2.1-1.34-2.7-0.28-0.5-0.46-0.8-0.49-0.8-0.05,0,0.29-0.8,0.94-1.9,0.41-0.7,1.1-1.6,1.66-2.6,0.47-0.8,0.84-1.8,1.37-2.7,0.48-0.8,1.16-1.7,1.65-2.5,0.52-0.9,0.94-2,1.43-2.8,0.53-0.9,1.19-1.7,1.62-2.5,0.92-1.6,1.5-2.8,1.5-2.8h0.04c0.21,0,1.49,0.1,3.13,0.1,0.89,0,1.94-0.2,3.05-0.2,0.95,0,2.05,0.2,3.07,0.2,1.03,0,2.15-0.2,3.16-0.2,1.02,0,2.05,0.2,2.97,0.2,1.19,0,2.39-0.1,3.22-0.1,1.18,0,1.89,0,1.89,0.1-0.01,0,0.19,0.4,0.54,1,0.37,0.6,1.06,1.5,1.67,2.5,0.46,0.8,0.89,1.9,1.42,2.8,0.49,0.8,1.19,1.7,1.7,2.6,0.5,0.8,0.86,1.8,1.34,2.6,0.55,1,1.26,1.9,1.73,2.7,0.6,1.1,0.94,2,1.29,2.6,0.31,0.6,0.52,0.9,0.55,0.9,0.05,0.1-0.27,0.7-0.88,1.8-0.41,0.7-1.11,1.6-1.68,2.6-0.47,0.9-0.84,1.9-1.37,2.8-0.48,0.8-1.16,1.6-1.65,2.5-0.53,0.9-0.96,2-1.45,2.8-0.54,1-1.2,1.7-1.63,2.5-0.93,1.6-1.52,2.9-1.52,2.9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f12-fr.svgpath6747" stroke-linejoin="round" d="M457.98,1237.5s-1.66-0.5-3.37-0.5c-0.84,0-1.91,0.7-2.96,0.7-0.9,0-2.21-0.6-3.18-0.6s-2.28,0.7-3.24,0.7c-0.97,0-2.04-0.8-2.91-0.8-1.13,0-2.67,0.6-3.45,0.6-1.12,0-1.78-0.3-1.76-0.5,0.02-0.1-0.15-0.6-0.47-1.1-0.35-0.6-1.51-1.1-2.1-2.1-0.43-0.8-0.59-2.3-1.09-3.2-0.47-0.8-1.71-1.5-2.2-2.3-0.48-0.8-0.44-2.2-0.89-3-0.52-0.9-1.77-1.8-2.21-2.6-0.6-1-0.43-2.3-0.74-2.8-0.26-0.5-0.5-0.8-0.61-0.8-0.2-0.1-0.09-0.9,0.52-2,0.39-0.7,1.59-1.6,2.12-2.6,0.44-0.7,0.37-2.1,0.87-2.9,0.45-0.8,1.65-1.5,2.11-2.3,0.49-0.9,0.61-2.4,1.07-3.2,0.51-0.9,1.64-1.3,2.05-2.1,0.87-1.5,1.33-3.1,1.31-3.2h0.03c0.2,0,1.82,0.5,3.38,0.5,0.84,0,1.91-0.8,2.96-0.8,0.9,0,2.21,0.7,3.18,0.7s2.28-0.7,3.24-0.7c0.97,0,2.04,0.7,2.91,0.7,1.13,0,2.67-0.5,3.45-0.5,1.1,0,1.75,0.2,1.72,0.5-0.01,0.1,0.16,0.6,0.49,1.1,0.35,0.6,1.52,1.1,2.1,2.1,0.43,0.8,0.59,2.3,1.1,3.2,0.46,0.8,1.69,1.5,2.17,2.3,0.47,0.8,0.42,2.1,0.87,2.9,0.52,0.9,1.77,1.9,2.21,2.6,0.57,1,0.4,2.2,0.73,2.8,0.29,0.5,0.56,0.8,0.69,0.9,0.2,0.1,0.09,0.9-0.49,1.9-0.39,0.6-1.6,1.6-2.15,2.5-0.44,0.8-0.37,2.2-0.86,3-0.46,0.8-1.66,1.5-2.12,2.3-0.5,0.9-0.63,2.4-1.1,3.2-0.5,0.9-1.64,1.4-2.05,2.1-0.88,1.5-1.33,3.3-1.33,3.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f12-fr.svgpath6749" stroke-linejoin="round" d="M414.07,1237.7s-2.22-1.1-3.77-1.1c-0.76,0-1.87,1.7-2.82,1.7-0.82,0-2.47-1.5-3.35-1.5s-2.52,1.6-3.39,1.6c-0.88,0-2.02-1.7-2.81-1.7-1.03,0-3.13,1.3-3.83,1.3-0.99,0-1.53-0.7-1.48-1.1,0.04-0.4-0.1-0.9-0.39-1.4-0.31-0.6-2.27-0.5-2.79-1.4-0.4-0.7-0.11-3-0.57-3.8-0.43-0.7-2.56-1.2-3-1.9-0.43-0.8,0.3-2.7-0.11-3.4-0.48-0.9-2.63-1.9-3.02-2.5-0.53-1,0.51-2.5,0.25-3.1-0.23-0.4-0.55-0.7-0.8-0.8-0.45-0.3-0.74-1.2-0.19-2.1,0.35-0.6,2.41-1.7,2.89-2.5,0.4-0.7-0.41-2.6,0.03-3.4,0.41-0.7,2.48-1.2,2.89-1.9,0.44-0.8,0.06-3,0.47-3.7,0.46-0.8,2.38-0.8,2.75-1.5,0.79-1.3,1.04-3.7,1.01-3.9h0.02c0.18,0,2.36,1.1,3.77,1.1,0.76,0,1.87-1.7,2.82-1.7,0.82,0,2.47,1.5,3.35,1.5,0.89,0,2.52-1.6,3.39-1.6,0.88,0,2.02,1.7,2.81,1.7,1.03,0,3.13-1.3,3.83-1.3,0.98,0,1.51,0.6,1.45,1.1-0.04,0.3,0.1,0.9,0.4,1.4,0.32,0.6,2.27,0.5,2.8,1.5,0.39,0.6,0.11,2.9,0.56,3.7,0.42,0.7,2.54,1.1,2.97,1.9,0.42,0.7-0.31,2.6,0.09,3.3,0.47,0.9,2.62,1.9,3.02,2.5,0.52,1-0.51,2.5-0.22,3,0.26,0.4,0.64,0.8,0.92,1,0.45,0.2,0.7,1,0.17,2-0.35,0.6-2.43,1.6-2.92,2.5-0.4,0.7,0.41,2.6-0.03,3.4-0.41,0.7-2.48,1.2-2.89,1.9-0.46,0.8-0.09,3.1-0.51,3.8-0.46,0.8-2.38,0.8-2.75,1.4-0.8,1.4-1.02,4-1.02,4" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f12-fr.svgpath6751" stroke-linejoin="round" d="M352.59,1238s-3.01-2-4.33-2c-0.65,0-1.81,3-2.62,3-0.7,0-2.84-2.6-3.59-2.6-0.76,0-2.85,2.8-3.59,2.8-0.75,0-2-2.9-2.67-2.9-0.9,0-3.78,2.2-4.36,2.2-0.82,0-1.19-1.1-1.09-2,0.06-0.6-0.02-1.3-0.27-1.7-0.27-0.5-3.34,0.3-3.78-0.5-0.34-0.6,0.57-3.9,0.18-4.6-0.37-0.6-3.75-0.7-4.13-1.4-0.37-0.6,1.32-3.4,0.97-4-0.42-0.7-3.83-1.8-4.15-2.3-0.43-0.8,1.84-2.8,1.64-3.3-0.18-0.4-0.63-0.7-1.08-1-0.79-0.4-1.63-1.4-1.17-2.2,0.29-0.5,3.56-1.7,3.96-2.4,0.34-0.6-1.5-3.3-1.13-3.9,0.35-0.6,3.63-0.8,3.98-1.5,0.37-0.6-0.72-3.9-0.37-4.5,0.39-0.7,3.41,0,3.73-0.6,0.67-1.1,0.63-4.5,0.57-4.9h0.02c0.15,0,3.12,2,4.33,2,0.65,0,1.8-3,2.61-3,0.71,0,2.85,2.6,3.6,2.6,0.76,0,2.85-2.7,3.59-2.7,0.75,0,2,2.9,2.67,2.9,0.9,0,3.78-2.2,4.36-2.2,0.81,0,1.17,1,1.07,1.9-0.07,0.6,0.02,1.3,0.28,1.8,0.27,0.4,3.33-0.3,3.78,0.4,0.34,0.6-0.57,3.9-0.18,4.6,0.35,0.6,3.71,0.7,4.08,1.3,0.35,0.6-1.35,3.4-1.01,4,0.4,0.7,3.81,1.7,4.15,2.3,0.45,0.8-1.78,2.9-1.54,3.3,0.21,0.3,0.75,0.8,1.25,1,0.78,0.4,1.53,1.4,1.09,2.2-0.31,0.5-3.59,1.7-4.01,2.4-0.34,0.6,1.51,3.3,1.13,4-0.34,0.6-3.62,0.8-3.97,1.4-0.39,0.6,0.67,4,0.31,4.6-0.39,0.7-3.41,0-3.73,0.6-0.68,1.2-0.58,4.9-0.58,4.9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f12-fr.svgpath6753" stroke-linejoin="round" d="M273.54,1238.5s-4.01-3.2-5.04-3.2c-0.5,0-1.73,4.7-2.36,4.7-0.55,0-3.32-4.1-3.91-4.1-0.6,0-3.26,4.3-3.85,4.3s-1.96-4.5-2.49-4.5c-0.72,0-4.62,3.4-5.04,3.4-0.6,0-0.75-1.7-0.6-3.1,0.11-0.9,0.09-1.8-0.11-2.1-0.21-0.4-4.7,1.4-5.05,0.8-0.27-0.5,1.45-5.2,1.15-5.7-0.29-0.5-5.28-0.2-5.58-0.7-0.29-0.5,2.63-4.3,2.36-4.8-0.34-0.6-5.37-1.7-5.6-2.1-0.31-0.6,3.54-3.3,3.43-3.7-0.13-0.2-0.74-0.7-1.44-1-1.24-0.7-2.79-1.9-2.44-2.5,0.23-0.4,5.05-1.7,5.35-2.2,0.25-0.5-2.92-4.2-2.63-4.7,0.26-0.5,5.1-0.3,5.37-0.8,0.28-0.5-1.71-5.1-1.45-5.6,0.31-0.5,4.75,1,4.99,0.6,0.52-0.9,0.12-5.6,0.03-6.1-0.01-0.1-0.01-0.1,0-0.1,0.11,0,4.1,3.2,5.04,3.2,0.51,0,1.73-4.7,2.36-4.7,0.56,0,3.32,4,3.91,4,0.6,0,3.26-4.2,3.85-4.2s1.97,4.5,2.49,4.5c0.72,0,4.62-3.4,5.04-3.4,0.59,0,0.74,1.6,0.59,3-0.11,0.9-0.09,1.8,0.11,2.2,0.21,0.4,4.7-1.4,5.05-0.8,0.27,0.5-1.45,5.1-1.14,5.7,0.26,0.4,5.23,0.1,5.5,0.5,0.27,0.5-2.66,4.3-2.41,4.7,0.32,0.6,5.34,1.7,5.6,2.2,0.37,0.6-3.41,3.3-3.24,3.6,0.16,0.3,0.89,0.8,1.66,1.2,1.24,0.6,2.63,1.7,2.28,2.3-0.24,0.5-5.08,1.8-5.4,2.3-0.26,0.5,2.92,4.2,2.63,4.7-0.26,0.5-5.1,0.3-5.37,0.8-0.3,0.5,1.66,5.2,1.37,5.7-0.3,0.5-4.74-1-4.99-0.5-0.53,0.9-0.02,6.2-0.02,6.2" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f12-fr.svgpath6755" stroke-linejoin="round" d="M176.92,1239s-5.23-4.6-5.91-4.6c-0.33,0-1.62,6.8-2.04,6.8-0.37,0-3.9-5.9-4.3-5.9s-3.77,6.2-4.16,6.2-1.93-6.6-2.27-6.6c-0.5,0-5.65,5-5.88,5-0.32,0-0.21-2.5,0.02-4.4,0.14-1.3,0.2-2.5,0.07-2.7-0.14-0.3-6.37,2.7-6.6,2.3-0.18-0.3,2.53-6.7,2.32-7-0.19-0.4-7.14,0.5-7.34,0.2-0.19-0.3,4.23-5.5,4.06-5.8-0.24-0.4-7.25-1.6-7.37-1.9-0.17-0.3,5.61-3.7,5.61-4.1-0.06-0.1-0.88-0.6-1.87-1.1-1.8-1-4.2-2.4-3.99-2.8,0.14-0.2,6.85-1.7,7.03-2,0.16-0.3-4.64-5.3-4.46-5.6,0.16-0.3,6.91,0.3,7.07,0.1,0.17-0.3-2.92-6.7-2.76-6.9,0.2-0.4,6.37,2.2,6.53,1.9,0.34-0.6-0.52-6.9-0.65-7.6-0.01-0.1-0.01-0.1,0-0.1,0.06,0,5.28,4.6,5.91,4.6,0.33,0,1.63-6.8,2.04-6.8,0.37,0,3.9,5.8,4.3,5.8s3.77-6.1,4.16-6.1,1.93,6.5,2.27,6.5c0.51,0,5.65-5,5.88-5,0.32,0,0.21,2.4-0.02,4.4-0.15,1.3-0.21,2.5-0.08,2.8,0.15,0.2,6.38-2.7,6.6-2.3,0.18,0.3-2.52,6.6-2.32,7,0.17,0.2,7.08-0.7,7.25-0.4,0.16,0.3-4.28,5.4-4.12,5.6,0.2,0.4,7.2,1.6,7.37,1.9,0.25,0.5-5.41,3.9-5.32,4.1,0.08,0.2,1.05,0.7,2.17,1.3,1.77,0.9,3.95,2.3,3.73,2.6-0.16,0.3-6.9,1.8-7.11,2.2-0.16,0.3,4.64,5.3,4.47,5.6-0.16,0.3-6.91-0.4-7.08-0.1-0.2,0.4,2.85,6.7,2.66,7.1-0.2,0.3-6.37-2.3-6.53-2-0.34,0.6,0.66,7.8,0.66,7.8" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> + <g id="interpolate-f12-fr.svgg2771" stroke-linejoin="round" transform="translate(-14.034 1675.1)" stroke="#17a500" fill="#0f0"> + <path id="interpolate-f12-fr.svgpath6640" d="m271.63 45.832h-10.65l-5.33-9.226 5.33-9.226h10.65l5.33 9.226-5.33 9.226z" stroke-width=".86884"/> + <path id="interpolate-f12-fr.svgpath6642" d="m47.033 47.01s-3.49-3.274-3.621-3.274c-0.066 0-0.79 4.829-0.872 4.829s-2.393-4.166-2.481-4.166c-0.087 0-2.283 4.393-2.364 4.393-0.082 0-0.987-4.649-1.052-4.649-0.131 0-3.581 3.526-3.581 3.526s0.605-4.753 0.54-4.866c-0.033-0.057-4.359 2.191-4.4 2.121-0.041-0.071 1.978-4.395 1.934-4.471-0.043-0.075-4.88 0.725-4.921 0.655-0.041-0.071 3.195-3.54 3.163-3.597-0.066-0.113-4.939-0.837-4.939-0.837s4.21-2.3 4.275-2.413c0.033-0.057-4.322-2.232-4.281-2.302 0.02-0.036 4.691-0.901 4.712-0.938 0.022-0.037-3.483-3.438-3.461-3.475 0.022-0.038 4.721 0.573 4.743 0.536 0.021-0.037-2.272-4.362-2.252-4.397 0.041-0.071 4.328 1.925 4.36 1.869 0.066-0.114-0.767-4.983-0.767-4.983s3.49 3.275 3.621 3.275c0.066 0 0.79-4.83 0.872-4.83s2.393 4.166 2.48 4.166c0.088 0 2.284-4.393 2.365-4.393 0.082 0 0.987 4.65 1.052 4.65 0.131 0 3.581-3.527 3.581-3.527s-0.605 4.754-0.54 4.867c0.033 0.057 4.359-2.192 4.4-2.121s-1.978 4.395-1.934 4.47c0.021 0.038 4.837-0.8 4.858-0.763s-3.232 3.476-3.211 3.512c0.04 0.071 4.908 0.785 4.941 0.841 0.065 0.114-4.057 2.414-4.057 2.414s4.349 2.184 4.284 2.297c-0.033 0.057-4.72 0.951-4.761 1.022-0.021 0.036 3.484 3.435 3.463 3.472-0.021 0.038-4.721-0.574-4.743-0.536-0.043 0.076 2.227 4.439 2.187 4.51-0.041 0.071-4.328-1.926-4.36-1.869-0.066 0.113 0.767 4.982 0.767 4.982" stroke-width=".79675"/> + <g id="interpolate-f12-fr.svgg6743" transform="matrix(.52187 0 0 .52187 14.289 -599.89)" stroke-width="1.6649"> + <path id="interpolate-f12-fr.svgpath6745" d="m484.33 1237.4s-1.33-0.2-3.13-0.2c-0.89 0-1.94 0.2-3.05 0.2-0.95 0-2.05-0.1-3.07-0.1-1.03 0-2.15 0.1-3.16 0.1-1.02 0-2.05-0.2-2.97-0.2-1.19 0-2.38 0.2-3.22 0.2-1.2 0-1.93-0.1-1.92-0.1 0-0.1-0.19-0.4-0.53-1-0.36-0.7-1.05-1.5-1.67-2.5-0.46-0.8-0.89-1.9-1.42-2.8-0.5-0.9-1.2-1.7-1.72-2.6-0.5-0.9-0.87-1.9-1.34-2.7-0.56-1-1.27-1.9-1.73-2.7-0.64-1.1-1-2.1-1.34-2.7-0.28-0.5-0.46-0.8-0.49-0.8-0.05 0 0.29-0.8 0.94-1.9 0.41-0.7 1.1-1.6 1.66-2.6 0.47-0.8 0.84-1.8 1.37-2.7 0.48-0.8 1.16-1.7 1.65-2.5 0.52-0.9 0.94-2 1.43-2.8 0.53-0.9 1.19-1.7 1.62-2.5 0.92-1.6 1.5-2.8 1.5-2.8h0.04c0.21 0 1.49 0.1 3.13 0.1 0.89 0 1.94-0.2 3.05-0.2 0.95 0 2.05 0.2 3.07 0.2 1.03 0 2.15-0.2 3.16-0.2 1.02 0 2.05 0.2 2.97 0.2 1.19 0 2.39-0.1 3.22-0.1 1.18 0 1.89 0 1.89 0.1-0.01 0 0.19 0.4 0.54 1 0.37 0.6 1.06 1.5 1.67 2.5 0.46 0.8 0.89 1.9 1.42 2.8 0.49 0.8 1.19 1.7 1.7 2.6 0.5 0.8 0.86 1.8 1.34 2.6 0.55 1 1.26 1.9 1.73 2.7 0.6 1.1 0.94 2 1.29 2.6 0.31 0.6 0.52 0.9 0.55 0.9 0.05 0.1-0.27 0.7-0.88 1.8-0.41 0.7-1.11 1.6-1.68 2.6-0.47 0.9-0.84 1.9-1.37 2.8-0.48 0.8-1.16 1.6-1.65 2.5-0.53 0.9-0.96 2-1.45 2.8-0.54 1-1.2 1.7-1.63 2.5-0.93 1.6-1.52 2.9-1.52 2.9"/> + <path id="interpolate-f12-fr.svgpath6747" d="m457.98 1237.5s-1.66-0.5-3.37-0.5c-0.84 0-1.91 0.7-2.96 0.7-0.9 0-2.21-0.6-3.18-0.6s-2.28 0.7-3.24 0.7c-0.97 0-2.04-0.8-2.91-0.8-1.13 0-2.67 0.6-3.45 0.6-1.12 0-1.78-0.3-1.76-0.5 0.02-0.1-0.15-0.6-0.47-1.1-0.35-0.6-1.51-1.1-2.1-2.1-0.43-0.8-0.59-2.3-1.09-3.2-0.47-0.8-1.71-1.5-2.2-2.3-0.48-0.8-0.44-2.2-0.89-3-0.52-0.9-1.77-1.8-2.21-2.6-0.6-1-0.43-2.3-0.74-2.8-0.26-0.5-0.5-0.8-0.61-0.8-0.2-0.1-0.09-0.9 0.52-2 0.39-0.7 1.59-1.6 2.12-2.6 0.44-0.7 0.37-2.1 0.87-2.9 0.45-0.8 1.65-1.5 2.11-2.3 0.49-0.9 0.61-2.4 1.07-3.2 0.51-0.9 1.64-1.3 2.05-2.1 0.87-1.5 1.33-3.1 1.31-3.2h0.03c0.2 0 1.82 0.5 3.38 0.5 0.84 0 1.91-0.8 2.96-0.8 0.9 0 2.21 0.7 3.18 0.7s2.28-0.7 3.24-0.7c0.97 0 2.04 0.7 2.91 0.7 1.13 0 2.67-0.5 3.45-0.5 1.1 0 1.75 0.2 1.72 0.5-0.01 0.1 0.16 0.6 0.49 1.1 0.35 0.6 1.52 1.1 2.1 2.1 0.43 0.8 0.59 2.3 1.1 3.2 0.46 0.8 1.69 1.5 2.17 2.3 0.47 0.8 0.42 2.1 0.87 2.9 0.52 0.9 1.77 1.9 2.21 2.6 0.57 1 0.4 2.2 0.73 2.8 0.29 0.5 0.56 0.8 0.69 0.9 0.2 0.1 0.09 0.9-0.49 1.9-0.39 0.6-1.6 1.6-2.15 2.5-0.44 0.8-0.37 2.2-0.86 3-0.46 0.8-1.66 1.5-2.12 2.3-0.5 0.9-0.63 2.4-1.1 3.2-0.5 0.9-1.64 1.4-2.05 2.1-0.88 1.5-1.33 3.3-1.33 3.3"/> + <path id="interpolate-f12-fr.svgpath6749" d="m414.07 1237.7s-2.22-1.1-3.77-1.1c-0.76 0-1.87 1.7-2.82 1.7-0.82 0-2.47-1.5-3.35-1.5s-2.52 1.6-3.39 1.6c-0.88 0-2.02-1.7-2.81-1.7-1.03 0-3.13 1.3-3.83 1.3-0.99 0-1.53-0.7-1.48-1.1 0.04-0.4-0.1-0.9-0.39-1.4-0.31-0.6-2.27-0.5-2.79-1.4-0.4-0.7-0.11-3-0.57-3.8-0.43-0.7-2.56-1.2-3-1.9-0.43-0.8 0.3-2.7-0.11-3.4-0.48-0.9-2.63-1.9-3.02-2.5-0.53-1 0.51-2.5 0.25-3.1-0.23-0.4-0.55-0.7-0.8-0.8-0.45-0.3-0.74-1.2-0.19-2.1 0.35-0.6 2.41-1.7 2.89-2.5 0.4-0.7-0.41-2.6 0.03-3.4 0.41-0.7 2.48-1.2 2.89-1.9 0.44-0.8 0.06-3 0.47-3.7 0.46-0.8 2.38-0.8 2.75-1.5 0.79-1.3 1.04-3.7 1.01-3.9h0.02c0.18 0 2.36 1.1 3.77 1.1 0.76 0 1.87-1.7 2.82-1.7 0.82 0 2.47 1.5 3.35 1.5 0.89 0 2.52-1.6 3.39-1.6 0.88 0 2.02 1.7 2.81 1.7 1.03 0 3.13-1.3 3.83-1.3 0.98 0 1.51 0.6 1.45 1.1-0.04 0.3 0.1 0.9 0.4 1.4 0.32 0.6 2.27 0.5 2.8 1.5 0.39 0.6 0.11 2.9 0.56 3.7 0.42 0.7 2.54 1.1 2.97 1.9 0.42 0.7-0.31 2.6 0.09 3.3 0.47 0.9 2.62 1.9 3.02 2.5 0.52 1-0.51 2.5-0.22 3 0.26 0.4 0.64 0.8 0.92 1 0.45 0.2 0.7 1 0.17 2-0.35 0.6-2.43 1.6-2.92 2.5-0.4 0.7 0.41 2.6-0.03 3.4-0.41 0.7-2.48 1.2-2.89 1.9-0.46 0.8-0.09 3.1-0.51 3.8-0.46 0.8-2.38 0.8-2.75 1.4-0.8 1.4-1.02 4-1.02 4"/> + <path id="interpolate-f12-fr.svgpath6751" d="m352.59 1238s-3.01-2-4.33-2c-0.65 0-1.81 3-2.62 3-0.7 0-2.84-2.6-3.59-2.6-0.76 0-2.85 2.8-3.59 2.8-0.75 0-2-2.9-2.67-2.9-0.9 0-3.78 2.2-4.36 2.2-0.82 0-1.19-1.1-1.09-2 0.06-0.6-0.02-1.3-0.27-1.7-0.27-0.5-3.34 0.3-3.78-0.5-0.34-0.6 0.57-3.9 0.18-4.6-0.37-0.6-3.75-0.7-4.13-1.4-0.37-0.6 1.32-3.4 0.97-4-0.42-0.7-3.83-1.8-4.15-2.3-0.43-0.8 1.84-2.8 1.64-3.3-0.18-0.4-0.63-0.7-1.08-1-0.79-0.4-1.63-1.4-1.17-2.2 0.29-0.5 3.56-1.7 3.96-2.4 0.34-0.6-1.5-3.3-1.13-3.9 0.35-0.6 3.63-0.8 3.98-1.5 0.37-0.6-0.72-3.9-0.37-4.5 0.39-0.7 3.41 0 3.73-0.6 0.67-1.1 0.63-4.5 0.57-4.9h0.02c0.15 0 3.12 2 4.33 2 0.65 0 1.8-3 2.61-3 0.71 0 2.85 2.6 3.6 2.6 0.76 0 2.85-2.7 3.59-2.7 0.75 0 2 2.9 2.67 2.9 0.9 0 3.78-2.2 4.36-2.2 0.81 0 1.17 1 1.07 1.9-0.07 0.6 0.02 1.3 0.28 1.8 0.27 0.4 3.33-0.3 3.78 0.4 0.34 0.6-0.57 3.9-0.18 4.6 0.35 0.6 3.71 0.7 4.08 1.3 0.35 0.6-1.35 3.4-1.01 4 0.4 0.7 3.81 1.7 4.15 2.3 0.45 0.8-1.78 2.9-1.54 3.3 0.21 0.3 0.75 0.8 1.25 1 0.78 0.4 1.53 1.4 1.09 2.2-0.31 0.5-3.59 1.7-4.01 2.4-0.34 0.6 1.51 3.3 1.13 4-0.34 0.6-3.62 0.8-3.97 1.4-0.39 0.6 0.67 4 0.31 4.6-0.39 0.7-3.41 0-3.73 0.6-0.68 1.2-0.58 4.9-0.58 4.9"/> + <path id="interpolate-f12-fr.svgpath6753" d="m273.54 1238.5s-4.01-3.2-5.04-3.2c-0.5 0-1.73 4.7-2.36 4.7-0.55 0-3.32-4.1-3.91-4.1-0.6 0-3.26 4.3-3.85 4.3s-1.96-4.5-2.49-4.5c-0.72 0-4.62 3.4-5.04 3.4-0.6 0-0.75-1.7-0.6-3.1 0.11-0.9 0.09-1.8-0.11-2.1-0.21-0.4-4.7 1.4-5.05 0.8-0.27-0.5 1.45-5.2 1.15-5.7-0.29-0.5-5.28-0.2-5.58-0.7-0.29-0.5 2.63-4.3 2.36-4.8-0.34-0.6-5.37-1.7-5.6-2.1-0.31-0.6 3.54-3.3 3.43-3.7-0.13-0.2-0.74-0.7-1.44-1-1.24-0.7-2.79-1.9-2.44-2.5 0.23-0.4 5.05-1.7 5.35-2.2 0.25-0.5-2.92-4.2-2.63-4.7 0.26-0.5 5.1-0.3 5.37-0.8 0.28-0.5-1.71-5.1-1.45-5.6 0.31-0.5 4.75 1 4.99 0.6 0.52-0.9 0.12-5.6 0.03-6.1-0.01-0.1-0.01-0.1 0-0.1 0.11 0 4.1 3.2 5.04 3.2 0.51 0 1.73-4.7 2.36-4.7 0.56 0 3.32 4 3.91 4 0.6 0 3.26-4.2 3.85-4.2s1.97 4.5 2.49 4.5c0.72 0 4.62-3.4 5.04-3.4 0.59 0 0.74 1.6 0.59 3-0.11 0.9-0.09 1.8 0.11 2.2 0.21 0.4 4.7-1.4 5.05-0.8 0.27 0.5-1.45 5.1-1.14 5.7 0.26 0.4 5.23 0.1 5.5 0.5 0.27 0.5-2.66 4.3-2.41 4.7 0.32 0.6 5.34 1.7 5.6 2.2 0.37 0.6-3.41 3.3-3.24 3.6 0.16 0.3 0.89 0.8 1.66 1.2 1.24 0.6 2.63 1.7 2.28 2.3-0.24 0.5-5.08 1.8-5.4 2.3-0.26 0.5 2.92 4.2 2.63 4.7-0.26 0.5-5.1 0.3-5.37 0.8-0.3 0.5 1.66 5.2 1.37 5.7-0.3 0.5-4.74-1-4.99-0.5-0.53 0.9-0.02 6.2-0.02 6.2"/> + <path id="interpolate-f12-fr.svgpath6755" d="m176.92 1239s-5.23-4.6-5.91-4.6c-0.33 0-1.62 6.8-2.04 6.8-0.37 0-3.9-5.9-4.3-5.9s-3.77 6.2-4.16 6.2-1.93-6.6-2.27-6.6c-0.5 0-5.65 5-5.88 5-0.32 0-0.21-2.5 0.02-4.4 0.14-1.3 0.2-2.5 0.07-2.7-0.14-0.3-6.37 2.7-6.6 2.3-0.18-0.3 2.53-6.7 2.32-7-0.19-0.4-7.14 0.5-7.34 0.2-0.19-0.3 4.23-5.5 4.06-5.8-0.24-0.4-7.25-1.6-7.37-1.9-0.17-0.3 5.61-3.7 5.61-4.1-0.06-0.1-0.88-0.6-1.87-1.1-1.8-1-4.2-2.4-3.99-2.8 0.14-0.2 6.85-1.7 7.03-2 0.16-0.3-4.64-5.3-4.46-5.6 0.16-0.3 6.91 0.3 7.07 0.1 0.17-0.3-2.92-6.7-2.76-6.9 0.2-0.4 6.37 2.2 6.53 1.9 0.34-0.6-0.52-6.9-0.65-7.6-0.01-0.1-0.01-0.1 0-0.1 0.06 0 5.28 4.6 5.91 4.6 0.33 0 1.63-6.8 2.04-6.8 0.37 0 3.9 5.8 4.3 5.8s3.77-6.1 4.16-6.1 1.93 6.5 2.27 6.5c0.51 0 5.65-5 5.88-5 0.32 0 0.21 2.4-0.02 4.4-0.15 1.3-0.21 2.5-0.08 2.8 0.15 0.2 6.38-2.7 6.6-2.3 0.18 0.3-2.52 6.6-2.32 7 0.17 0.2 7.08-0.7 7.25-0.4 0.16 0.3-4.28 5.4-4.12 5.6 0.2 0.4 7.2 1.6 7.37 1.9 0.25 0.5-5.41 3.9-5.32 4.1 0.08 0.2 1.05 0.7 2.17 1.3 1.77 0.9 3.95 2.3 3.73 2.6-0.16 0.3-6.9 1.8-7.11 2.2-0.16 0.3 4.64 5.3 4.47 5.6-0.16 0.3-6.91-0.4-7.08-0.1-0.2 0.4 2.85 6.7 2.66 7.1-0.2 0.3-6.37-2.3-6.53-2-0.34 0.6 0.66 7.8 0.66 7.8"/> </g> </g> - <rect id="d0e258" display="none" height="1000px" width="288" y="1869.7" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e258" display="none" height="1e3px" width="288" y="1736.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e258"/> </flowRegion> <flowDiv xml:space="preserve">avec un exposant de 2 :</flowDiv> </flowRoot> - <g id="interpolate-f13-fr.svgg2760" transform="translate(10, 1895.4802851000004) translate(-24.034172,-18.39093)"> - <path id="interpolate-f13-fr.svgpath6644" stroke-linejoin="round" d="M271.63,45.832h-10.65l-5.33-9.226,5.33-9.226h10.65l5.33,9.226-5.33,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/> - <path id="interpolate-f13-fr.svgpath6646" stroke-linejoin="round" d="M47.033,47.01s-3.49-3.274-3.621-3.274c-0.066,0-0.79,4.829-0.872,4.829s-2.393-4.166-2.481-4.166c-0.087,0-2.283,4.393-2.364,4.393-0.082,0-0.987-4.649-1.052-4.649-0.131,0-3.581,3.526-3.581,3.526s0.605-4.753,0.54-4.866c-0.033-0.057-4.359,2.191-4.4,2.121-0.041-0.071,1.978-4.395,1.934-4.471-0.043-0.075-4.88,0.725-4.921,0.655-0.041-0.071,3.195-3.54,3.163-3.597-0.066-0.113-4.939-0.837-4.939-0.837s4.21-2.3,4.275-2.413c0.033-0.057-4.322-2.231-4.281-2.302,0.02-0.036,4.691-0.901,4.712-0.938,0.022-0.037-3.483-3.438-3.461-3.475,0.022-0.038,4.721,0.573,4.743,0.536,0.021-0.037-2.272-4.362-2.252-4.397,0.041-0.071,4.328,1.925,4.36,1.869,0.066-0.114-0.767-4.983-0.767-4.983s3.49,3.275,3.621,3.275c0.066,0,0.79-4.83,0.872-4.83s2.393,4.166,2.48,4.166c0.088,0,2.284-4.393,2.365-4.393,0.082,0,0.987,4.65,1.052,4.65,0.131,0,3.581-3.527,3.581-3.527s-0.605,4.754-0.54,4.867c0.033,0.057,4.359-2.192,4.4-2.121s-1.978,4.395-1.934,4.47c0.021,0.038,4.837-0.8,4.858-0.763s-3.232,3.477-3.211,3.512c0.04,0.071,4.908,0.785,4.941,0.841,0.065,0.114-4.057,2.414-4.057,2.414s4.349,2.184,4.284,2.297c-0.033,0.057-4.72,0.951-4.761,1.022-0.021,0.036,3.484,3.435,3.463,3.472-0.021,0.038-4.721-0.574-4.743-0.536-0.043,0.076,2.227,4.439,2.187,4.51-0.041,0.071-4.328-1.926-4.36-1.869-0.066,0.113,0.767,4.982,0.767,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/> - <g id="interpolate-f13-fr.svgg6943" transform="matrix(0.5218716,0,0,0.5218716,14.289464,-641.00452)"> - <path id="interpolate-f13-fr.svgpath6945" stroke-linejoin="round" d="M491.86,1316.1h-3.07-3.07-3.04-3.13-2.99-3.16-1.97s-0.2-0.4-0.54-1c-0.37-0.6-0.92-1.5-1.55-2.6-0.46-0.8-0.97-1.7-1.51-2.6-0.5-0.9-1.05-1.8-1.58-2.7-0.5-0.9-0.99-1.8-1.48-2.6-0.56-1-1.12-1.9-1.59-2.8-0.64-1.1-1.16-2-1.51-2.6-0.28-0.5-0.44-0.8-0.45-0.8s0.4-0.7,1.06-1.9c0.42-0.7,0.96-1.6,1.53-2.6,0.48-0.8,0.98-1.7,1.51-2.6,0.49-0.9,1.02-1.8,1.52-2.6,0.53-0.9,1.03-1.9,1.53-2.7,0.54-1,1.07-1.8,1.5-2.6,0.94-1.6,1.55-2.7,1.55-2.7h0.04,3.07,3.07,3.04,3.13,2.99,3.16,1.93s0.21,0.4,0.56,1c0.37,0.6,0.93,1.5,1.55,2.6,0.47,0.8,0.97,1.8,1.51,2.7,0.5,0.9,1.05,1.8,1.57,2.6,0.5,0.9,0.98,1.8,1.46,2.6,0.56,1,1.12,1.9,1.6,2.8,0.61,1,1.1,1.9,1.45,2.5,0.32,0.6,0.51,0.9,0.52,0.9,0,0-0.38,0.7-1,1.8-0.42,0.7-0.97,1.6-1.55,2.6-0.48,0.8-0.98,1.8-1.51,2.7-0.49,0.8-1.02,1.7-1.52,2.6-0.53,0.9-1.05,1.8-1.55,2.7-0.54,0.9-1.07,1.8-1.51,2.6-0.94,1.6-1.57,2.7-1.57,2.7" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f13-fr.svgpath6947" stroke-linejoin="round" d="M483.08,1316.2s-1.35-0.2-3.15-0.2c-0.88,0-1.94,0.2-3.04,0.2-0.95,0-2.06-0.2-3.08-0.2s-2.15,0.2-3.16,0.2c-1.02,0-2.05-0.2-2.96-0.2-1.19,0-2.4,0.2-3.24,0.2-1.19,0-1.92-0.1-1.92-0.2,0.01,0-0.18-0.4-0.52-1-0.36-0.6-1.07-1.4-1.69-2.4-0.46-0.8-0.87-1.9-1.4-2.8-0.5-0.9-1.23-1.7-1.74-2.6-0.5-0.9-0.85-1.9-1.33-2.7-0.55-1-1.29-1.9-1.75-2.7-0.63-1.1-0.97-2.1-1.31-2.7-0.28-0.5-0.46-0.8-0.49-0.8-0.06,0,0.27-0.8,0.92-1.9,0.41-0.7,1.12-1.6,1.68-2.6,0.47-0.8,0.82-1.8,1.34-2.8,0.48-0.8,1.19-1.6,1.67-2.5,0.52-0.9,0.93-1.9,1.41-2.8,0.54-0.9,1.22-1.7,1.65-2.4,0.92-1.6,1.49-2.8,1.49-2.9h0.04c0.21,0,1.5,0.2,3.14,0.2,0.89,0,1.94-0.2,3.05-0.2,0.95,0,2.05,0.2,3.08,0.2,1.02,0,2.15-0.2,3.15-0.2,1.03,0,2.05,0.2,2.97,0.2,1.19,0,2.4-0.2,3.23-0.2,1.18,0,1.89,0.1,1.88,0.1,0,0.1,0.2,0.5,0.55,1.1,0.36,0.6,1.07,1.4,1.69,2.5,0.45,0.8,0.87,1.8,1.4,2.8,0.49,0.8,1.21,1.6,1.72,2.5,0.5,0.9,0.84,1.9,1.32,2.7,0.54,1,1.28,1.9,1.75,2.7,0.6,1,0.92,2,1.26,2.6,0.32,0.6,0.53,0.9,0.56,0.9,0.06,0-0.25,0.7-0.86,1.8-0.41,0.7-1.13,1.6-1.7,2.6-0.47,0.8-0.82,1.9-1.35,2.8-0.48,0.8-1.18,1.6-1.67,2.5-0.53,0.9-0.95,2-1.44,2.8-0.53,1-1.21,1.7-1.64,2.5-0.93,1.6-1.51,2.9-1.51,2.9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f13-fr.svgpath6949" stroke-linejoin="round" d="M459.24,1316.3s-1.65-0.5-3.37-0.5c-0.83,0-1.91,0.7-2.96,0.7-0.91,0-2.2-0.6-3.17-0.6-0.98,0-2.28,0.6-3.24,0.6-0.97,0-2.04-0.7-2.91-0.7-1.14,0-2.65,0.6-3.44,0.6-1.13,0-1.79-0.3-1.77-0.5,0.02-0.1-0.15-0.6-0.47-1.1-0.35-0.6-1.49-1.1-2.08-2.1-0.43-0.8-0.6-2.3-1.11-3.2-0.47-0.8-1.69-1.5-2.18-2.3-0.47-0.9-0.45-2.2-0.9-3-0.53-0.9-1.76-1.8-2.19-2.6-0.6-1-0.46-2.2-0.77-2.8-0.26-0.5-0.5-0.8-0.6-0.8-0.19-0.1-0.08-0.9,0.53-2,0.39-0.7,1.57-1.6,2.1-2.5,0.45-0.8,0.4-2.2,0.89-3,0.46-0.8,1.63-1.5,2.1-2.3,0.49-0.9,0.62-2.4,1.08-3.2,0.51-0.8,1.62-1.3,2.03-2,0.87-1.6,1.34-3.2,1.32-3.3h0.03c0.21,0,1.81,0.5,3.37,0.5,0.84,0,1.91-0.7,2.96-0.7,0.91,0,2.2,0.6,3.18,0.6,0.97,0,2.27-0.7,3.23-0.7,0.98,0,2.04,0.8,2.91,0.8,1.14,0,2.66-0.6,3.44-0.6,1.11,0,1.76,0.3,1.74,0.5-0.02,0.1,0.16,0.6,0.49,1.2,0.35,0.6,1.49,1.1,2.07,2.1,0.44,0.7,0.61,2.2,1.12,3.1,0.46,0.8,1.67,1.5,2.15,2.3,0.47,0.8,0.44,2.2,0.89,2.9,0.52,0.9,1.75,1.9,2.19,2.7,0.57,1,0.43,2.1,0.75,2.7,0.3,0.5,0.57,0.8,0.69,0.9,0.19,0.1,0.07,0.9-0.51,1.9-0.39,0.6-1.58,1.6-2.12,2.6-0.45,0.7-0.4,2.1-0.9,2.9-0.45,0.8-1.63,1.5-2.09,2.3-0.5,0.9-0.65,2.4-1.11,3.2-0.51,0.9-1.62,1.4-2.03,2.1-0.89,1.5-1.34,3.3-1.34,3.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f13-fr.svgpath6951" stroke-linejoin="round" d="M412.81,1316.5s-2.23-1.1-3.78-1.1c-0.75,0-1.87,1.7-2.81,1.7-0.82,0-2.48-1.5-3.36-1.5s-2.52,1.6-3.39,1.6-2.02-1.7-2.8-1.7c-1.04,0-3.15,1.3-3.85,1.3-0.99,0-1.53-0.7-1.47-1.2,0.04-0.3-0.1-0.8-0.39-1.3-0.31-0.6-2.29-0.5-2.81-1.4-0.4-0.7-0.1-3-0.55-3.8-0.43-0.7-2.59-1.2-3.03-1.9-0.42-0.8,0.32-2.7-0.09-3.4-0.48-0.9-2.65-1.9-3.04-2.6-0.53-0.9,0.54-2.5,0.28-3-0.23-0.4-0.55-0.7-0.81-0.9-0.45-0.2-0.75-1.1-0.21-2.1,0.35-0.6,2.44-1.6,2.91-2.4,0.4-0.7-0.43-2.7,0.01-3.4,0.41-0.7,2.5-1.2,2.92-1.9,0.44-0.8,0.04-3.1,0.45-3.8,0.46-0.8,2.4-0.8,2.77-1.4,0.78-1.4,1.03-3.8,1-4h0.02c0.18,0,2.38,1.2,3.78,1.2,0.76,0,1.87-1.7,2.82-1.7,0.82,0,2.48,1.4,3.36,1.4,0.87,0,2.52-1.5,3.38-1.5,0.88,0,2.03,1.6,2.81,1.6,1.03,0,3.15-1.2,3.84-1.2,0.98,0,1.5,0.6,1.45,1.1-0.04,0.3,0.1,0.9,0.4,1.4,0.31,0.6,2.29,0.5,2.81,1.4,0.4,0.7,0.1,3,0.55,3.8,0.42,0.7,2.56,1.1,2.99,1.9,0.42,0.7-0.33,2.6,0.07,3.3,0.47,0.8,2.64,1.8,3.04,2.5,0.52,0.9-0.53,2.5-0.25,3,0.27,0.4,0.65,0.8,0.93,0.9,0.45,0.3,0.72,1.1,0.19,2-0.35,0.6-2.45,1.7-2.94,2.5-0.4,0.7,0.43,2.7-0.01,3.5-0.41,0.7-2.5,1.2-2.91,1.9-0.46,0.8-0.08,3.1-0.5,3.8-0.45,0.8-2.4,0.8-2.77,1.4-0.79,1.4-1.01,4-1.01,4" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f13-fr.svgpath6953" stroke-linejoin="round" d="M336.27,1316.9s-3.21-2.3-4.47-2.3c-0.62,0-1.79,3.4-2.56,3.4-0.67,0-2.94-2.9-3.66-2.9-0.73,0-2.93,3.1-3.64,3.1-0.72,0-2-3.3-2.64-3.3-0.86,0-3.95,2.5-4.5,2.5-0.77,0-1.1-1.2-0.99-2.2,0.07-0.6,0-1.4-0.23-1.8-0.26-0.5-3.62,0.5-4.05-0.2-0.32-0.6,0.76-4.2,0.38-4.8-0.35-0.6-4.06-0.6-4.42-1.3-0.35-0.6,1.58-3.6,1.25-4.1-0.4-0.7-4.14-1.8-4.44-2.3-0.42-0.8,2.18-3,2-3.4-0.17-0.3-0.65-0.7-1.15-1-0.89-0.5-1.87-1.5-1.43-2.3,0.28-0.5,3.87-1.7,4.24-2.3,0.32-0.6-1.79-3.5-1.44-4.1,0.33-0.6,3.93-0.7,4.27-1.3,0.35-0.6-0.92-4.2-0.59-4.8,0.37-0.6,3.68,0.2,3.99-0.3,0.63-1.1,0.52-4.8,0.46-5.2h0.01c0.14,0,3.32,2.3,4.48,2.3,0.62,0,1.79-3.4,2.56-3.4,0.67,0,2.94,2.9,3.66,2.9,0.73,0,2.93-3.1,3.64-3.1,0.72,0,2,3.3,2.64,3.3,0.86,0,3.96-2.5,4.5-2.5,0.76,0,1.08,1.2,0.97,2.2-0.08,0.6,0,1.4,0.24,1.8,0.26,0.5,3.62-0.5,4.05,0.3,0.32,0.5-0.76,4.1-0.38,4.8,0.33,0.5,4.02,0.5,4.37,1.1,0.33,0.6-1.62,3.6-1.3,4.1,0.39,0.7,4.13,1.8,4.45,2.3,0.44,0.8-2.12,3-1.89,3.3,0.2,0.4,0.78,0.8,1.33,1.1,0.88,0.5,1.76,1.5,1.34,2.2-0.29,0.5-3.9,1.7-4.3,2.4-0.32,0.6,1.8,3.5,1.45,4.1-0.33,0.6-3.93,0.7-4.27,1.3-0.37,0.6,0.88,4.3,0.53,4.9-0.37,0.6-3.69-0.2-3.99,0.3-0.65,1.1-0.47,5.2-0.47,5.2" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f13-fr.svgpath6955" stroke-linejoin="round" d="M222.09,1317.5s-4.66-3.9-5.5-3.9c-0.41,0-1.67,5.8-2.19,5.8-0.46,0-3.63-5-4.12-5s-3.53,5.3-4.01,5.3-1.95-5.6-2.37-5.6c-0.61,0-5.17,4.2-5.49,4.2-0.45,0-0.47-2.1-0.27-3.8,0.12-1.1,0.15-2.1-0.01-2.4-0.18-0.3-5.6,2.1-5.88,1.6-0.22-0.4,2.02-6,1.77-6.4-0.24-0.4-6.27,0.2-6.51-0.2s3.48-4.9,3.26-5.3c-0.29-0.5-6.37-1.7-6.54-2-0.24-0.4,4.64-3.6,4.59-3.9-0.1-0.2-0.82-0.7-1.67-1.1-1.54-0.8-3.54-2.2-3.27-2.7,0.18-0.3,6.01-1.7,6.25-2.1,0.2-0.3-3.83-4.8-3.61-5.2,0.21-0.3,6.07,0.1,6.28-0.3,0.22-0.3-2.35-5.9-2.15-6.3,0.25-0.4,5.61,1.7,5.81,1.3,0.42-0.7-0.22-6.2-0.33-6.9-0.01,0-0.01-0.1,0-0.1,0.08,0,4.72,4,5.5,4,0.41,0,1.68-5.8,2.19-5.8,0.46,0,3.63,5,4.12,5s3.53-5.3,4.01-5.3c0.49,0,1.95,5.6,2.38,5.6,0.6,0,5.17-4.3,5.48-4.3,0.45,0,0.46,2.1,0.27,3.8-0.13,1.1-0.15,2.2,0.01,2.5,0.18,0.3,5.59-2.1,5.88-1.6,0.22,0.4-2.03,5.9-1.77,6.4,0.21,0.3,6.21-0.3,6.43,0,0.21,0.4-3.53,4.9-3.32,5.2,0.25,0.5,6.32,1.7,6.54,2,0.3,0.6-4.48,3.7-4.35,3.9,0.12,0.2,0.98,0.7,1.94,1.2,1.52,0.8,3.32,2.1,3.04,2.6-0.19,0.3-6.04,1.7-6.31,2.2-0.2,0.3,3.84,4.8,3.61,5.1-0.2,0.4-6.06,0-6.27,0.4-0.25,0.4,2.29,6,2.05,6.4-0.25,0.4-5.61-1.6-5.81-1.3-0.43,0.7,0.34,7,0.34,7" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> + <g id="interpolate-f13-fr.svgg2760" stroke-linejoin="round" transform="translate(-14.034 1743.6)" stroke="#17a500" fill="#0f0"> + <path id="interpolate-f13-fr.svgpath6644" d="m271.63 45.832h-10.65l-5.33-9.226 5.33-9.226h10.65l5.33 9.226-5.33 9.226z" stroke-width=".86884"/> + <path id="interpolate-f13-fr.svgpath6646" d="m47.033 47.01s-3.49-3.274-3.621-3.274c-0.066 0-0.79 4.829-0.872 4.829s-2.393-4.166-2.481-4.166c-0.087 0-2.283 4.393-2.364 4.393-0.082 0-0.987-4.649-1.052-4.649-0.131 0-3.581 3.526-3.581 3.526s0.605-4.753 0.54-4.866c-0.033-0.057-4.359 2.191-4.4 2.121-0.041-0.071 1.978-4.395 1.934-4.471-0.043-0.075-4.88 0.725-4.921 0.655-0.041-0.071 3.195-3.54 3.163-3.597-0.066-0.113-4.939-0.837-4.939-0.837s4.21-2.3 4.275-2.413c0.033-0.057-4.322-2.231-4.281-2.302 0.02-0.036 4.691-0.901 4.712-0.938 0.022-0.037-3.483-3.438-3.461-3.475 0.022-0.038 4.721 0.573 4.743 0.536 0.021-0.037-2.272-4.362-2.252-4.397 0.041-0.071 4.328 1.925 4.36 1.869 0.066-0.114-0.767-4.983-0.767-4.983s3.49 3.275 3.621 3.275c0.066 0 0.79-4.83 0.872-4.83s2.393 4.166 2.48 4.166c0.088 0 2.284-4.393 2.365-4.393 0.082 0 0.987 4.65 1.052 4.65 0.131 0 3.581-3.527 3.581-3.527s-0.605 4.754-0.54 4.867c0.033 0.057 4.359-2.192 4.4-2.121s-1.978 4.395-1.934 4.47c0.021 0.038 4.837-0.8 4.858-0.763s-3.232 3.477-3.211 3.512c0.04 0.071 4.908 0.785 4.941 0.841 0.065 0.114-4.057 2.414-4.057 2.414s4.349 2.184 4.284 2.297c-0.033 0.057-4.72 0.951-4.761 1.022-0.021 0.036 3.484 3.435 3.463 3.472-0.021 0.038-4.721-0.574-4.743-0.536-0.043 0.076 2.227 4.439 2.187 4.51-0.041 0.071-4.328-1.926-4.36-1.869-0.066 0.113 0.767 4.982 0.767 4.982" stroke-width=".79675"/> + <g id="interpolate-f13-fr.svgg6943" transform="matrix(.52187 0 0 .52187 14.289 -641)" stroke-width="1.6649"> + <path id="interpolate-f13-fr.svgpath6945" d="m491.86 1316.1h-3.07-3.07-3.04-3.13-2.99-3.16-1.97s-0.2-0.4-0.54-1c-0.37-0.6-0.92-1.5-1.55-2.6-0.46-0.8-0.97-1.7-1.51-2.6-0.5-0.9-1.05-1.8-1.58-2.7-0.5-0.9-0.99-1.8-1.48-2.6-0.56-1-1.12-1.9-1.59-2.8-0.64-1.1-1.16-2-1.51-2.6-0.28-0.5-0.44-0.8-0.45-0.8s0.4-0.7 1.06-1.9c0.42-0.7 0.96-1.6 1.53-2.6 0.48-0.8 0.98-1.7 1.51-2.6 0.49-0.9 1.02-1.8 1.52-2.6 0.53-0.9 1.03-1.9 1.53-2.7 0.54-1 1.07-1.8 1.5-2.6 0.94-1.6 1.55-2.7 1.55-2.7h0.04 3.07 3.07 3.04 3.13 2.99 3.16 1.93s0.21 0.4 0.56 1c0.37 0.6 0.93 1.5 1.55 2.6 0.47 0.8 0.97 1.8 1.51 2.7 0.5 0.9 1.05 1.8 1.57 2.6 0.5 0.9 0.98 1.8 1.46 2.6 0.56 1 1.12 1.9 1.6 2.8 0.61 1 1.1 1.9 1.45 2.5 0.32 0.6 0.51 0.9 0.52 0.9 0 0-0.38 0.7-1 1.8-0.42 0.7-0.97 1.6-1.55 2.6-0.48 0.8-0.98 1.8-1.51 2.7-0.49 0.8-1.02 1.7-1.52 2.6-0.53 0.9-1.05 1.8-1.55 2.7-0.54 0.9-1.07 1.8-1.51 2.6-0.94 1.6-1.57 2.7-1.57 2.7"/> + <path id="interpolate-f13-fr.svgpath6947" d="m483.08 1316.2s-1.35-0.2-3.15-0.2c-0.88 0-1.94 0.2-3.04 0.2-0.95 0-2.06-0.2-3.08-0.2s-2.15 0.2-3.16 0.2c-1.02 0-2.05-0.2-2.96-0.2-1.19 0-2.4 0.2-3.24 0.2-1.19 0-1.92-0.1-1.92-0.2 0.01 0-0.18-0.4-0.52-1-0.36-0.6-1.07-1.4-1.69-2.4-0.46-0.8-0.87-1.9-1.4-2.8-0.5-0.9-1.23-1.7-1.74-2.6-0.5-0.9-0.85-1.9-1.33-2.7-0.55-1-1.29-1.9-1.75-2.7-0.63-1.1-0.97-2.1-1.31-2.7-0.28-0.5-0.46-0.8-0.49-0.8-0.06 0 0.27-0.8 0.92-1.9 0.41-0.7 1.12-1.6 1.68-2.6 0.47-0.8 0.82-1.8 1.34-2.8 0.48-0.8 1.19-1.6 1.67-2.5 0.52-0.9 0.93-1.9 1.41-2.8 0.54-0.9 1.22-1.7 1.65-2.4 0.92-1.6 1.49-2.8 1.49-2.9h0.04c0.21 0 1.5 0.2 3.14 0.2 0.89 0 1.94-0.2 3.05-0.2 0.95 0 2.05 0.2 3.08 0.2 1.02 0 2.15-0.2 3.15-0.2 1.03 0 2.05 0.2 2.97 0.2 1.19 0 2.4-0.2 3.23-0.2 1.18 0 1.89 0.1 1.88 0.1 0 0.1 0.2 0.5 0.55 1.1 0.36 0.6 1.07 1.4 1.69 2.5 0.45 0.8 0.87 1.8 1.4 2.8 0.49 0.8 1.21 1.6 1.72 2.5 0.5 0.9 0.84 1.9 1.32 2.7 0.54 1 1.28 1.9 1.75 2.7 0.6 1 0.92 2 1.26 2.6 0.32 0.6 0.53 0.9 0.56 0.9 0.06 0-0.25 0.7-0.86 1.8-0.41 0.7-1.13 1.6-1.7 2.6-0.47 0.8-0.82 1.9-1.35 2.8-0.48 0.8-1.18 1.6-1.67 2.5-0.53 0.9-0.95 2-1.44 2.8-0.53 1-1.21 1.7-1.64 2.5-0.93 1.6-1.51 2.9-1.51 2.9"/> + <path id="interpolate-f13-fr.svgpath6949" d="m459.24 1316.3s-1.65-0.5-3.37-0.5c-0.83 0-1.91 0.7-2.96 0.7-0.91 0-2.2-0.6-3.17-0.6-0.98 0-2.28 0.6-3.24 0.6-0.97 0-2.04-0.7-2.91-0.7-1.14 0-2.65 0.6-3.44 0.6-1.13 0-1.79-0.3-1.77-0.5 0.02-0.1-0.15-0.6-0.47-1.1-0.35-0.6-1.49-1.1-2.08-2.1-0.43-0.8-0.6-2.3-1.11-3.2-0.47-0.8-1.69-1.5-2.18-2.3-0.47-0.9-0.45-2.2-0.9-3-0.53-0.9-1.76-1.8-2.19-2.6-0.6-1-0.46-2.2-0.77-2.8-0.26-0.5-0.5-0.8-0.6-0.8-0.19-0.1-0.08-0.9 0.53-2 0.39-0.7 1.57-1.6 2.1-2.5 0.45-0.8 0.4-2.2 0.89-3 0.46-0.8 1.63-1.5 2.1-2.3 0.49-0.9 0.62-2.4 1.08-3.2 0.51-0.8 1.62-1.3 2.03-2 0.87-1.6 1.34-3.2 1.32-3.3h0.03c0.21 0 1.81 0.5 3.37 0.5 0.84 0 1.91-0.7 2.96-0.7 0.91 0 2.2 0.6 3.18 0.6 0.97 0 2.27-0.7 3.23-0.7 0.98 0 2.04 0.8 2.91 0.8 1.14 0 2.66-0.6 3.44-0.6 1.11 0 1.76 0.3 1.74 0.5-0.02 0.1 0.16 0.6 0.49 1.2 0.35 0.6 1.49 1.1 2.07 2.1 0.44 0.7 0.61 2.2 1.12 3.1 0.46 0.8 1.67 1.5 2.15 2.3 0.47 0.8 0.44 2.2 0.89 2.9 0.52 0.9 1.75 1.9 2.19 2.7 0.57 1 0.43 2.1 0.75 2.7 0.3 0.5 0.57 0.8 0.69 0.9 0.19 0.1 0.07 0.9-0.51 1.9-0.39 0.6-1.58 1.6-2.12 2.6-0.45 0.7-0.4 2.1-0.9 2.9-0.45 0.8-1.63 1.5-2.09 2.3-0.5 0.9-0.65 2.4-1.11 3.2-0.51 0.9-1.62 1.4-2.03 2.1-0.89 1.5-1.34 3.3-1.34 3.3"/> + <path id="interpolate-f13-fr.svgpath6951" d="m412.81 1316.5s-2.23-1.1-3.78-1.1c-0.75 0-1.87 1.7-2.81 1.7-0.82 0-2.48-1.5-3.36-1.5s-2.52 1.6-3.39 1.6-2.02-1.7-2.8-1.7c-1.04 0-3.15 1.3-3.85 1.3-0.99 0-1.53-0.7-1.47-1.2 0.04-0.3-0.1-0.8-0.39-1.3-0.31-0.6-2.29-0.5-2.81-1.4-0.4-0.7-0.1-3-0.55-3.8-0.43-0.7-2.59-1.2-3.03-1.9-0.42-0.8 0.32-2.7-0.09-3.4-0.48-0.9-2.65-1.9-3.04-2.6-0.53-0.9 0.54-2.5 0.28-3-0.23-0.4-0.55-0.7-0.81-0.9-0.45-0.2-0.75-1.1-0.21-2.1 0.35-0.6 2.44-1.6 2.91-2.4 0.4-0.7-0.43-2.7 0.01-3.4 0.41-0.7 2.5-1.2 2.92-1.9 0.44-0.8 0.04-3.1 0.45-3.8 0.46-0.8 2.4-0.8 2.77-1.4 0.78-1.4 1.03-3.8 1-4h0.02c0.18 0 2.38 1.2 3.78 1.2 0.76 0 1.87-1.7 2.82-1.7 0.82 0 2.48 1.4 3.36 1.4 0.87 0 2.52-1.5 3.38-1.5 0.88 0 2.03 1.6 2.81 1.6 1.03 0 3.15-1.2 3.84-1.2 0.98 0 1.5 0.6 1.45 1.1-0.04 0.3 0.1 0.9 0.4 1.4 0.31 0.6 2.29 0.5 2.81 1.4 0.4 0.7 0.1 3 0.55 3.8 0.42 0.7 2.56 1.1 2.99 1.9 0.42 0.7-0.33 2.6 0.07 3.3 0.47 0.8 2.64 1.8 3.04 2.5 0.52 0.9-0.53 2.5-0.25 3 0.27 0.4 0.65 0.8 0.93 0.9 0.45 0.3 0.72 1.1 0.19 2-0.35 0.6-2.45 1.7-2.94 2.5-0.4 0.7 0.43 2.7-0.01 3.5-0.41 0.7-2.5 1.2-2.91 1.9-0.46 0.8-0.08 3.1-0.5 3.8-0.45 0.8-2.4 0.8-2.77 1.4-0.79 1.4-1.01 4-1.01 4"/> + <path id="interpolate-f13-fr.svgpath6953" d="m336.27 1316.9s-3.21-2.3-4.47-2.3c-0.62 0-1.79 3.4-2.56 3.4-0.67 0-2.94-2.9-3.66-2.9-0.73 0-2.93 3.1-3.64 3.1-0.72 0-2-3.3-2.64-3.3-0.86 0-3.95 2.5-4.5 2.5-0.77 0-1.1-1.2-0.99-2.2 0.07-0.6 0-1.4-0.23-1.8-0.26-0.5-3.62 0.5-4.05-0.2-0.32-0.6 0.76-4.2 0.38-4.8-0.35-0.6-4.06-0.6-4.42-1.3-0.35-0.6 1.58-3.6 1.25-4.1-0.4-0.7-4.14-1.8-4.44-2.3-0.42-0.8 2.18-3 2-3.4-0.17-0.3-0.65-0.7-1.15-1-0.89-0.5-1.87-1.5-1.43-2.3 0.28-0.5 3.87-1.7 4.24-2.3 0.32-0.6-1.79-3.5-1.44-4.1 0.33-0.6 3.93-0.7 4.27-1.3 0.35-0.6-0.92-4.2-0.59-4.8 0.37-0.6 3.68 0.2 3.99-0.3 0.63-1.1 0.52-4.8 0.46-5.2h0.01c0.14 0 3.32 2.3 4.48 2.3 0.62 0 1.79-3.4 2.56-3.4 0.67 0 2.94 2.9 3.66 2.9 0.73 0 2.93-3.1 3.64-3.1 0.72 0 2 3.3 2.64 3.3 0.86 0 3.96-2.5 4.5-2.5 0.76 0 1.08 1.2 0.97 2.2-0.08 0.6 0 1.4 0.24 1.8 0.26 0.5 3.62-0.5 4.05 0.3 0.32 0.5-0.76 4.1-0.38 4.8 0.33 0.5 4.02 0.5 4.37 1.1 0.33 0.6-1.62 3.6-1.3 4.1 0.39 0.7 4.13 1.8 4.45 2.3 0.44 0.8-2.12 3-1.89 3.3 0.2 0.4 0.78 0.8 1.33 1.1 0.88 0.5 1.76 1.5 1.34 2.2-0.29 0.5-3.9 1.7-4.3 2.4-0.32 0.6 1.8 3.5 1.45 4.1-0.33 0.6-3.93 0.7-4.27 1.3-0.37 0.6 0.88 4.3 0.53 4.9-0.37 0.6-3.69-0.2-3.99 0.3-0.65 1.1-0.47 5.2-0.47 5.2"/> + <path id="interpolate-f13-fr.svgpath6955" d="m222.09 1317.5s-4.66-3.9-5.5-3.9c-0.41 0-1.67 5.8-2.19 5.8-0.46 0-3.63-5-4.12-5s-3.53 5.3-4.01 5.3-1.95-5.6-2.37-5.6c-0.61 0-5.17 4.2-5.49 4.2-0.45 0-0.47-2.1-0.27-3.8 0.12-1.1 0.15-2.1-0.01-2.4-0.18-0.3-5.6 2.1-5.88 1.6-0.22-0.4 2.02-6 1.77-6.4-0.24-0.4-6.27 0.2-6.51-0.2s3.48-4.9 3.26-5.3c-0.29-0.5-6.37-1.7-6.54-2-0.24-0.4 4.64-3.6 4.59-3.9-0.1-0.2-0.82-0.7-1.67-1.1-1.54-0.8-3.54-2.2-3.27-2.7 0.18-0.3 6.01-1.7 6.25-2.1 0.2-0.3-3.83-4.8-3.61-5.2 0.21-0.3 6.07 0.1 6.28-0.3 0.22-0.3-2.35-5.9-2.15-6.3 0.25-0.4 5.61 1.7 5.81 1.3 0.42-0.7-0.22-6.2-0.33-6.9-0.01 0-0.01-0.1 0-0.1 0.08 0 4.72 4 5.5 4 0.41 0 1.68-5.8 2.19-5.8 0.46 0 3.63 5 4.12 5s3.53-5.3 4.01-5.3c0.49 0 1.95 5.6 2.38 5.6 0.6 0 5.17-4.3 5.48-4.3 0.45 0 0.46 2.1 0.27 3.8-0.13 1.1-0.15 2.2 0.01 2.5 0.18 0.3 5.59-2.1 5.88-1.6 0.22 0.4-2.03 5.9-1.77 6.4 0.21 0.3 6.21-0.3 6.43 0 0.21 0.4-3.53 4.9-3.32 5.2 0.25 0.5 6.32 1.7 6.54 2 0.3 0.6-4.48 3.7-4.35 3.9 0.12 0.2 0.98 0.7 1.94 1.2 1.52 0.8 3.32 2.1 3.04 2.6-0.19 0.3-6.04 1.7-6.31 2.2-0.2 0.3 3.84 4.8 3.61 5.1-0.2 0.4-6.06 0-6.27 0.4-0.25 0.4 2.29 6 2.05 6.4-0.25 0.4-5.61-1.6-5.81-1.3-0.43 0.7 0.34 7 0.34 7"/> </g> </g> - <rect id="d0e271" display="none" height="1000px" width="288" y="1938.3" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e271" display="none" height="1e3px" width="288" y="1804.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e271"/> </flowRegion> <flowDiv xml:space="preserve">et avec un exposant de -1 :</flowDiv> </flowRoot> - <g id="interpolate-f14-fr.svgg2749" transform="translate(10, 1964.0221186000003) translate(-24.748457,-18.39098)"> - <path id="interpolate-f14-fr.svgpath6648" stroke-linejoin="round" d="M272.35,45.832h-10.66l-5.32-9.226,5.32-9.226h10.66l5.32,9.226-5.32,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/> - <path id="interpolate-f14-fr.svgpath6650" stroke-linejoin="round" d="M47.747,47.01s-3.49-3.274-3.621-3.274c-0.065,0-0.79,4.829-0.872,4.829-0.081,0-2.393-4.166-2.48-4.166s-2.283,4.393-2.365,4.393-0.987-4.649-1.052-4.649c-0.131,0-3.581,3.526-3.581,3.526s0.605-4.753,0.54-4.866c-0.033-0.057-4.359,2.191-4.4,2.121-0.041-0.071,1.978-4.395,1.935-4.471-0.044-0.075-4.881,0.725-4.922,0.655-0.041-0.071,3.196-3.54,3.163-3.597-0.065-0.113-4.939-0.837-4.939-0.837s4.21-2.3,4.275-2.413c0.033-0.057-4.322-2.232-4.281-2.302,0.021-0.036,4.691-0.901,4.712-0.938,0.022-0.037-3.483-3.438-3.461-3.476,0.022-0.037,4.722,0.574,4.743,0.537,0.022-0.037-2.272-4.362-2.251-4.397,0.041-0.071,4.327,1.925,4.36,1.869,0.065-0.114-0.767-4.983-0.767-4.983s3.49,3.275,3.621,3.275c0.065,0,0.789-4.83,0.871-4.83s2.394,4.166,2.481,4.166,2.283-4.393,2.365-4.393c0.081,0,0.986,4.65,1.052,4.65,0.13,0,3.581-3.527,3.581-3.527s-0.606,4.754-0.54,4.867c0.032,0.057,4.358-2.192,4.399-2.121s-1.978,4.395-1.934,4.47c0.022,0.038,4.837-0.8,4.858-0.763,0.022,0.037-3.232,3.476-3.211,3.512,0.041,0.071,4.908,0.785,4.941,0.841,0.065,0.114-4.057,2.414-4.057,2.414s4.35,2.184,4.284,2.297c-0.033,0.057-4.72,0.951-4.761,1.022-0.02,0.036,3.485,3.435,3.463,3.472-0.021,0.038-4.721-0.574-4.743-0.536-0.043,0.076,2.228,4.439,2.187,4.51s-4.327-1.926-4.36-1.869c-0.066,0.113,0.767,4.982,0.767,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/> - <g id="interpolate-f14-fr.svgg7477" transform="matrix(0.5218716,0,0,0.5218716,15.003749,-683.70527)"> - <path id="interpolate-f14-fr.svgpath7479" stroke-linejoin="round" d="M330.45,1398.8s-3.28-2.4-4.52-2.4c-0.61,0-1.79,3.5-2.55,3.5-0.66,0-2.97-3-3.69-3-0.71,0-2.95,3.2-3.65,3.2-0.71,0-1.99-3.4-2.62-3.4-0.85,0-4.02,2.6-4.55,2.6-0.77,0-1.08-1.3-0.96-2.3,0.08-0.7,0.01-1.5-0.22-1.9-0.26-0.4-3.72,0.7-4.14-0.1-0.32-0.5,0.82-4.2,0.45-4.8-0.34-0.6-4.17-0.6-4.53-1.3-0.35-0.5,1.68-3.6,1.36-4.2-0.4-0.7-4.26-1.8-4.56-2.3-0.4-0.7,2.31-2.9,2.14-3.4-0.16-0.3-0.66-0.7-1.18-0.9-0.92-0.5-1.95-1.6-1.52-2.4,0.27-0.5,3.97-1.6,4.35-2.3,0.31-0.5-1.9-3.6-1.56-4.2,0.33-0.5,4.04-0.6,4.37-1.2,0.34-0.6-0.99-4.3-0.67-4.8,0.37-0.7,3.79,0.2,4.08-0.3,0.63-1.1,0.49-4.8,0.42-5.2,0,0,0.01-0.1,0.02-0.1,0.14,0,3.39,2.4,4.53,2.4,0.6,0,1.78-3.5,2.54-3.5,0.66,0,2.97,3,3.69,3,0.71,0,2.96-3.2,3.65-3.2,0.71,0,2,3.4,2.62,3.4,0.85,0,4.03-2.5,4.56-2.5,0.74,0,1.05,1.2,0.93,2.2-0.08,0.7-0.01,1.5,0.23,1.9,0.26,0.4,3.72-0.6,4.14,0.1,0.32,0.6-0.82,4.2-0.45,4.9,0.33,0.5,4.14,0.5,4.48,1.1,0.32,0.6-1.72,3.6-1.4,4.1,0.38,0.7,4.23,1.8,4.55,2.3,0.43,0.8-2.23,3-2.02,3.4,0.2,0.3,0.79,0.8,1.37,1.1,0.91,0.4,1.84,1.5,1.42,2.2-0.28,0.5-4,1.7-4.4,2.4-0.31,0.5,1.91,3.5,1.56,4.1-0.32,0.6-4.04,0.7-4.37,1.3-0.36,0.6,0.95,4.3,0.61,4.9-0.37,0.7-3.79-0.2-4.08,0.3-0.64,1.1-0.43,5.3-0.43,5.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f14-fr.svgpath7481" stroke-linejoin="round" d="M263.07,1399.1s-4.14-3.3-5.13-3.3c-0.49,0-1.72,4.9-2.33,4.9-0.53,0-3.38-4.2-3.95-4.2s-3.32,4.5-3.88,4.5c-0.57,0-1.96-4.8-2.46-4.8-0.7,0-4.74,3.6-5.14,3.6-0.57,0-0.69-1.8-0.53-3.2,0.11-0.9,0.1-1.9-0.09-2.2-0.2-0.4-4.88,1.5-5.22,0.9-0.26-0.4,1.57-5.3,1.27-5.8-0.28-0.5-5.48-0.1-5.76-0.6s2.8-4.4,2.54-4.9c-0.33-0.5-5.57-1.7-5.79-2.1-0.3-0.5,3.76-3.3,3.66-3.7-0.12-0.2-0.75-0.7-1.48-1.1-1.3-0.6-2.94-1.9-2.61-2.5,0.22-0.4,5.24-1.7,5.53-2.2,0.25-0.4-3.1-4.3-2.83-4.8,0.25-0.4,5.3-0.2,5.55-0.6,0.27-0.5-1.83-5.3-1.58-5.8,0.29-0.5,4.92,1.2,5.15,0.8,0.5-0.9,0.05-5.8-0.04-6.3-0.01-0.1-0.01-0.1,0-0.1,0.1,0,4.22,3.3,5.14,3.3,0.48,0,1.71-4.9,2.32-4.9,0.53,0,3.38,4.3,3.95,4.3,0.58,0,3.32-4.5,3.88-4.5,0.57,0,1.97,4.7,2.47,4.7,0.7,0,4.74-3.6,5.13-3.6,0.56,0,0.69,1.8,0.52,3.2-0.11,0.9-0.1,1.9,0.1,2.3,0.2,0.3,4.88-1.6,5.21-1,0.26,0.5-1.56,5.3-1.27,5.8,0.26,0.5,5.43,0,5.7,0.5,0.25,0.4-2.84,4.4-2.6,4.8,0.3,0.5,5.54,1.7,5.79,2.1,0.35,0.6-3.63,3.4-3.46,3.7,0.15,0.2,0.9,0.7,1.72,1.1,1.28,0.7,2.76,1.9,2.43,2.5-0.23,0.4-5.27,1.7-5.59,2.2-0.24,0.5,3.11,4.4,2.83,4.8-0.25,0.5-5.3,0.2-5.55,0.7-0.29,0.5,1.78,5.4,1.51,5.9-0.3,0.5-4.92-1.2-5.16-0.7-0.51,0.8,0.05,6.3,0.05,6.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f14-fr.svgpath7483" stroke-linejoin="round" d="M211.37,1399.4s-4.8-4.1-5.6-4.1c-0.39,0-1.66,6.1-2.15,6.1-0.44,0-3.7-5.3-4.16-5.3-0.47,0-3.59,5.5-4.05,5.5s-1.95-5.8-2.35-5.8c-0.58,0-5.29,4.4-5.58,4.4-0.42,0-0.41-2.2-0.21-3.9,0.14-1.2,0.17-2.2,0.01-2.5s-5.77,2.2-6.04,1.7c-0.22-0.3,2.14-6.1,1.9-6.5-0.23-0.4-6.48,0.3-6.71-0.1s3.65-5,3.45-5.4c-0.28-0.5-6.58-1.7-6.74-2-0.23-0.4,4.87-3.6,4.83-3.9-0.08-0.2-0.83-0.7-1.72-1.1-1.59-0.9-3.69-2.3-3.43-2.7,0.17-0.3,6.2-1.7,6.43-2.1,0.19-0.3-4.02-4.9-3.81-5.3,0.2-0.3,6.26,0.1,6.46-0.2,0.21-0.4-2.48-6.1-2.29-6.4,0.24-0.5,5.79,1.7,5.99,1.4,0.4-0.7-0.3-6.4-0.41-7.1-0.01,0-0.01-0.1,0-0.1,0.07,0,4.85,4.1,5.59,4.1,0.4,0,1.67-6,2.16-6,0.44,0,3.69,5.2,4.16,5.2s3.59-5.5,4.05-5.5,1.94,5.8,2.35,5.8c0.58,0,5.28-4.4,5.58-4.4,0.41,0,0.4,2.1,0.2,3.9-0.14,1.1-0.17,2.3-0.02,2.5,0.17,0.3,5.78-2.2,6.05-1.7,0.21,0.4-2.14,6.1-1.9,6.5,0.2,0.4,6.42-0.4,6.63,0,0.2,0.3-3.71,4.9-3.51,5.3,0.24,0.4,6.53,1.6,6.74,2,0.29,0.5-4.7,3.7-4.58,3.9,0.11,0.2,0.99,0.7,1.99,1.2,1.58,0.8,3.47,2.1,3.21,2.6-0.19,0.3-6.25,1.7-6.5,2.2-0.19,0.3,4.02,4.9,3.81,5.2-0.2,0.4-6.26-0.1-6.46,0.3-0.24,0.4,2.42,6.2,2.2,6.6-0.24,0.4-5.79-1.8-5.99-1.5-0.41,0.7,0.42,7.2,0.42,7.2" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f14-fr.svgpath7485" stroke-linejoin="round" d="M167.78,1399.6s-5.35-4.7-5.99-4.7c-0.31,0-1.62,7-2.01,7-0.36,0-3.95-6.1-4.34-6.1-0.38,0-3.81,6.4-4.18,6.4-0.38,0-1.93-6.7-2.26-6.7-0.48,0-5.74,5.1-5.95,5.1-0.3,0-0.16-2.5,0.07-4.6,0.15-1.3,0.22-2.5,0.09-2.7s-6.53,2.8-6.74,2.4c-0.18-0.3,2.62-6.7,2.43-7.1-0.19-0.3-7.32,0.6-7.51,0.3-0.18-0.3,4.38-5.6,4.21-5.8-0.23-0.4-7.42-1.7-7.53-1.9-0.16-0.3,5.81-3.8,5.81-4.2-0.05-0.1-0.88-0.6-1.91-1.1-1.84-1-4.33-2.5-4.13-2.8,0.13-0.3,7.02-1.7,7.19-2,0.15-0.3-4.8-5.4-4.64-5.7,0.15-0.3,7.08,0.4,7.24,0.1s-3.04-6.7-2.89-7c0.2-0.3,6.53,2.3,6.68,2.1,0.32-0.6-0.58-7-0.71-7.8-0.01-0.1-0.02-0.1-0.01-0.1,0.05,0,5.39,4.7,5.99,4.7,0.32,0,1.62-6.9,2.01-6.9,0.36,0,3.96,6,4.34,6s3.82-6.4,4.19-6.4,1.93,6.8,2.25,6.8c0.49,0,5.75-5.1,5.96-5.1,0.29,0,0.16,2.4-0.07,4.4-0.16,1.4-0.23,2.6-0.1,2.8,0.13,0.3,6.53-2.8,6.74-2.4,0.18,0.3-2.62,6.8-2.43,7.1,0.16,0.3,7.26-0.7,7.42-0.4,0.15,0.2-4.44,5.4-4.29,5.7,0.19,0.3,7.37,1.6,7.54,1.9,0.24,0.4-5.6,3.9-5.52,4.1,0.08,0.1,1.07,0.7,2.22,1.3,1.83,0.9,4.08,2.3,3.86,2.7-0.14,0.2-7.06,1.7-7.26,2.1-0.15,0.3,4.8,5.4,4.64,5.7-0.15,0.2-7.08-0.4-7.24-0.2-0.19,0.4,2.97,6.9,2.79,7.2-0.2,0.4-6.53-2.3-6.68-2.1-0.33,0.6,0.72,7.9,0.72,7.9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f14-fr.svgpath7487" stroke-linejoin="round" d="M129.38,1399.8s-5.84-5.3-6.33-5.3c-0.25,0-1.58,7.9-1.89,7.9-0.28,0-4.19-6.8-4.49-6.8s-4.02,7.1-4.31,7.1c-0.3,0-1.92-7.5-2.17-7.5-0.4,0-6.15,5.7-6.29,5.7-0.19,0,0.06-2.8,0.32-5.1,0.17-1.5,0.26-2.8,0.17-2.9-0.11-0.2-7.201,3.3-7.365,3-0.138-0.2,3.055-7.4,2.897-7.7-0.149-0.2-8.064,0.9-8.211,0.7-0.145-0.3,5.018-6,4.889-6.2-0.192-0.4-8.167-1.7-8.24-1.8-0.101-0.2,6.633-4.1,6.684-4.3-0.024-0.1-0.938-0.7-2.085-1.3-2.062-1-4.895-2.6-4.749-2.9,0.097-0.1,7.741-1.7,7.864-1.9,0.109-0.2-5.486-5.8-5.367-6,0.111-0.2,7.8,0.6,7.912,0.4,0.117-0.2-3.516-7.3-3.407-7.5,0.15-0.3,7.168,2.8,7.288,2.6,0.25-0.4-0.83-7.5-0.98-8.4-0.01,0-0.02-0.1-0.01-0.1,0.03,0,5.86,5.3,6.34,5.3,0.24,0,1.58-7.8,1.88-7.8,0.29,0,4.19,6.8,4.49,6.8s4.02-7.1,4.32-7.1c0.29,0,1.91,7.5,2.16,7.5,0.4,0,6.16-5.7,6.29-5.7,0.18,0-0.05,2.7-0.31,5-0.17,1.5-0.28,2.8-0.18,3,0.11,0.2,7.2-3.3,7.36-3,0.14,0.2-3.05,7.4-2.89,7.6,0.11,0.2,7.99-1,8.1-0.8,0.12,0.2-5.07,5.9-4.97,6.1,0.16,0.3,8.12,1.6,8.25,1.8,0.2,0.3-6.4,4.2-6.34,4.3,0.05,0.1,1.13,0.7,2.42,1.3,2.04,1.1,4.6,2.5,4.44,2.8-0.12,0.2-7.79,1.8-7.95,2.1-0.11,0.2,5.49,5.8,5.37,6-0.11,0.2-7.8-0.7-7.91-0.5-0.15,0.3,3.44,7.5,3.3,7.8-0.15,0.2-7.17-2.9-7.29-2.7-0.26,0.5,0.99,8.5,0.99,8.5" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> - <path id="interpolate-f14-fr.svgpath7489" stroke-linejoin="round" d="M94.667,1400s-6.282-5.8-6.651-5.8c-0.182,0-1.545,8.6-1.774,8.6-0.217,0-4.394-7.4-4.626-7.4s-4.206,7.8-4.427,7.8c-0.223,0-1.903-8.3-2.088-8.3-0.322,0-6.523,6.3-6.586,6.3-0.091,0,0.246-3.1,0.531-5.6,0.186-1.6,0.311-3,0.239-3.1-0.085-0.2-7.799,3.8-7.919,3.5-0.107-0.1,3.437-7.9,3.319-8.1-0.115-0.2-8.735,1.2-8.846,1-0.11-0.2,5.594-6.4,5.499-6.6-0.157-0.3-8.842-1.6-8.877-1.7-0.048-0.1,7.38-4.2,7.47-4.5-0.001,0-0.986-0.6-2.243-1.2-2.259-1.2-5.401-2.9-5.305-3,0.067-0.2,8.391-1.8,8.471-1.9,0.074-0.1-6.105-6.2-6.026-6.4,0.075-0.1,8.45,0.9,8.525,0.8,0.077-0.1-3.953-7.9-3.88-8,0.113-0.2,7.755,3.3,7.845,3.1,0.178-0.3-1.06-7.9-1.227-8.9-0.012-0.1-0.017-0.1-0.015-0.1,0.016,0,6.294,5.8,6.651,5.8,0.182,0,1.545-8.6,1.774-8.6,0.217,0,4.394,7.4,4.626,7.4s4.206-7.8,4.427-7.8c0.223,0,1.903,8.3,2.088,8.3,0.322,0,6.523-6.3,6.586-6.3,0.089,0-0.238,3-0.521,5.5-0.192,1.7-0.324,3.1-0.251,3.2,0.086,0.2,7.8-3.7,7.919-3.5,0.107,0.1-3.436,7.9-3.319,8.1,0.076,0.1,8.654-1.3,8.734-1.2,0.08,0.2-5.659,6.3-5.587,6.5,0.114,0.1,8.787,1.5,8.887,1.6,0.16,0.3-7.12,4.5-7.09,4.5,0.02,0.1,1.19,0.7,2.6,1.4,2.24,1.1,5.08,2.7,4.96,2.9-0.09,0.1-8.44,1.8-8.56,2-0.071,0.1,6.11,6.2,6.03,6.4-0.07,0.1-8.448-0.9-8.524-0.8-0.117,0.2,3.874,8,3.764,8.2s-7.756-3.3-7.847-3.1c-0.186,0.3,1.244,9,1.244,9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/> + <g id="interpolate-f14-fr.svgg2749" stroke-linejoin="round" transform="translate(-14.748 1812.1)" stroke="#17a500" fill="#0f0"> + <path id="interpolate-f14-fr.svgpath6648" d="m272.35 45.832h-10.66l-5.32-9.226 5.32-9.226h10.66l5.32 9.226-5.32 9.226z" stroke-width=".86884"/> + <path id="interpolate-f14-fr.svgpath6650" d="m47.747 47.01s-3.49-3.274-3.621-3.274c-0.065 0-0.79 4.829-0.872 4.829-0.081 0-2.393-4.166-2.48-4.166s-2.283 4.393-2.365 4.393-0.987-4.649-1.052-4.649c-0.131 0-3.581 3.526-3.581 3.526s0.605-4.753 0.54-4.866c-0.033-0.057-4.359 2.191-4.4 2.121-0.041-0.071 1.978-4.395 1.935-4.471-0.044-0.075-4.881 0.725-4.922 0.655-0.041-0.071 3.196-3.54 3.163-3.597-0.065-0.113-4.939-0.837-4.939-0.837s4.21-2.3 4.275-2.413c0.033-0.057-4.322-2.232-4.281-2.302 0.021-0.036 4.691-0.901 4.712-0.938 0.022-0.037-3.483-3.438-3.461-3.476 0.022-0.037 4.722 0.574 4.743 0.537 0.022-0.037-2.272-4.362-2.251-4.397 0.041-0.071 4.327 1.925 4.36 1.869 0.065-0.114-0.767-4.983-0.767-4.983s3.49 3.275 3.621 3.275c0.065 0 0.789-4.83 0.871-4.83s2.394 4.166 2.481 4.166 2.283-4.393 2.365-4.393c0.081 0 0.986 4.65 1.052 4.65 0.13 0 3.581-3.527 3.581-3.527s-0.606 4.754-0.54 4.867c0.032 0.057 4.358-2.192 4.399-2.121s-1.978 4.395-1.934 4.47c0.022 0.038 4.837-0.8 4.858-0.763 0.022 0.037-3.232 3.476-3.211 3.512 0.041 0.071 4.908 0.785 4.941 0.841 0.065 0.114-4.057 2.414-4.057 2.414s4.35 2.184 4.284 2.297c-0.033 0.057-4.72 0.951-4.761 1.022-0.02 0.036 3.485 3.435 3.463 3.472-0.021 0.038-4.721-0.574-4.743-0.536-0.043 0.076 2.228 4.439 2.187 4.51s-4.327-1.926-4.36-1.869c-0.066 0.113 0.767 4.982 0.767 4.982" stroke-width=".79675"/> + <g id="interpolate-f14-fr.svgg7477" transform="matrix(.52187 0 0 .52187 15.004 -683.71)" stroke-width="1.6649"> + <path id="interpolate-f14-fr.svgpath7479" d="m330.45 1398.8s-3.28-2.4-4.52-2.4c-0.61 0-1.79 3.5-2.55 3.5-0.66 0-2.97-3-3.69-3-0.71 0-2.95 3.2-3.65 3.2-0.71 0-1.99-3.4-2.62-3.4-0.85 0-4.02 2.6-4.55 2.6-0.77 0-1.08-1.3-0.96-2.3 0.08-0.7 0.01-1.5-0.22-1.9-0.26-0.4-3.72 0.7-4.14-0.1-0.32-0.5 0.82-4.2 0.45-4.8-0.34-0.6-4.17-0.6-4.53-1.3-0.35-0.5 1.68-3.6 1.36-4.2-0.4-0.7-4.26-1.8-4.56-2.3-0.4-0.7 2.31-2.9 2.14-3.4-0.16-0.3-0.66-0.7-1.18-0.9-0.92-0.5-1.95-1.6-1.52-2.4 0.27-0.5 3.97-1.6 4.35-2.3 0.31-0.5-1.9-3.6-1.56-4.2 0.33-0.5 4.04-0.6 4.37-1.2 0.34-0.6-0.99-4.3-0.67-4.8 0.37-0.7 3.79 0.2 4.08-0.3 0.63-1.1 0.49-4.8 0.42-5.2 0 0 0.01-0.1 0.02-0.1 0.14 0 3.39 2.4 4.53 2.4 0.6 0 1.78-3.5 2.54-3.5 0.66 0 2.97 3 3.69 3 0.71 0 2.96-3.2 3.65-3.2 0.71 0 2 3.4 2.62 3.4 0.85 0 4.03-2.5 4.56-2.5 0.74 0 1.05 1.2 0.93 2.2-0.08 0.7-0.01 1.5 0.23 1.9 0.26 0.4 3.72-0.6 4.14 0.1 0.32 0.6-0.82 4.2-0.45 4.9 0.33 0.5 4.14 0.5 4.48 1.1 0.32 0.6-1.72 3.6-1.4 4.1 0.38 0.7 4.23 1.8 4.55 2.3 0.43 0.8-2.23 3-2.02 3.4 0.2 0.3 0.79 0.8 1.37 1.1 0.91 0.4 1.84 1.5 1.42 2.2-0.28 0.5-4 1.7-4.4 2.4-0.31 0.5 1.91 3.5 1.56 4.1-0.32 0.6-4.04 0.7-4.37 1.3-0.36 0.6 0.95 4.3 0.61 4.9-0.37 0.7-3.79-0.2-4.08 0.3-0.64 1.1-0.43 5.3-0.43 5.3"/> + <path id="interpolate-f14-fr.svgpath7481" d="m263.07 1399.1s-4.14-3.3-5.13-3.3c-0.49 0-1.72 4.9-2.33 4.9-0.53 0-3.38-4.2-3.95-4.2s-3.32 4.5-3.88 4.5c-0.57 0-1.96-4.8-2.46-4.8-0.7 0-4.74 3.6-5.14 3.6-0.57 0-0.69-1.8-0.53-3.2 0.11-0.9 0.1-1.9-0.09-2.2-0.2-0.4-4.88 1.5-5.22 0.9-0.26-0.4 1.57-5.3 1.27-5.8-0.28-0.5-5.48-0.1-5.76-0.6s2.8-4.4 2.54-4.9c-0.33-0.5-5.57-1.7-5.79-2.1-0.3-0.5 3.76-3.3 3.66-3.7-0.12-0.2-0.75-0.7-1.48-1.1-1.3-0.6-2.94-1.9-2.61-2.5 0.22-0.4 5.24-1.7 5.53-2.2 0.25-0.4-3.1-4.3-2.83-4.8 0.25-0.4 5.3-0.2 5.55-0.6 0.27-0.5-1.83-5.3-1.58-5.8 0.29-0.5 4.92 1.2 5.15 0.8 0.5-0.9 0.05-5.8-0.04-6.3-0.01-0.1-0.01-0.1 0-0.1 0.1 0 4.22 3.3 5.14 3.3 0.48 0 1.71-4.9 2.32-4.9 0.53 0 3.38 4.3 3.95 4.3 0.58 0 3.32-4.5 3.88-4.5 0.57 0 1.97 4.7 2.47 4.7 0.7 0 4.74-3.6 5.13-3.6 0.56 0 0.69 1.8 0.52 3.2-0.11 0.9-0.1 1.9 0.1 2.3 0.2 0.3 4.88-1.6 5.21-1 0.26 0.5-1.56 5.3-1.27 5.8 0.26 0.5 5.43 0 5.7 0.5 0.25 0.4-2.84 4.4-2.6 4.8 0.3 0.5 5.54 1.7 5.79 2.1 0.35 0.6-3.63 3.4-3.46 3.7 0.15 0.2 0.9 0.7 1.72 1.1 1.28 0.7 2.76 1.9 2.43 2.5-0.23 0.4-5.27 1.7-5.59 2.2-0.24 0.5 3.11 4.4 2.83 4.8-0.25 0.5-5.3 0.2-5.55 0.7-0.29 0.5 1.78 5.4 1.51 5.9-0.3 0.5-4.92-1.2-5.16-0.7-0.51 0.8 0.05 6.3 0.05 6.3"/> + <path id="interpolate-f14-fr.svgpath7483" d="m211.37 1399.4s-4.8-4.1-5.6-4.1c-0.39 0-1.66 6.1-2.15 6.1-0.44 0-3.7-5.3-4.16-5.3-0.47 0-3.59 5.5-4.05 5.5s-1.95-5.8-2.35-5.8c-0.58 0-5.29 4.4-5.58 4.4-0.42 0-0.41-2.2-0.21-3.9 0.14-1.2 0.17-2.2 0.01-2.5s-5.77 2.2-6.04 1.7c-0.22-0.3 2.14-6.1 1.9-6.5-0.23-0.4-6.48 0.3-6.71-0.1s3.65-5 3.45-5.4c-0.28-0.5-6.58-1.7-6.74-2-0.23-0.4 4.87-3.6 4.83-3.9-0.08-0.2-0.83-0.7-1.72-1.1-1.59-0.9-3.69-2.3-3.43-2.7 0.17-0.3 6.2-1.7 6.43-2.1 0.19-0.3-4.02-4.9-3.81-5.3 0.2-0.3 6.26 0.1 6.46-0.2 0.21-0.4-2.48-6.1-2.29-6.4 0.24-0.5 5.79 1.7 5.99 1.4 0.4-0.7-0.3-6.4-0.41-7.1-0.01 0-0.01-0.1 0-0.1 0.07 0 4.85 4.1 5.59 4.1 0.4 0 1.67-6 2.16-6 0.44 0 3.69 5.2 4.16 5.2s3.59-5.5 4.05-5.5 1.94 5.8 2.35 5.8c0.58 0 5.28-4.4 5.58-4.4 0.41 0 0.4 2.1 0.2 3.9-0.14 1.1-0.17 2.3-0.02 2.5 0.17 0.3 5.78-2.2 6.05-1.7 0.21 0.4-2.14 6.1-1.9 6.5 0.2 0.4 6.42-0.4 6.63 0 0.2 0.3-3.71 4.9-3.51 5.3 0.24 0.4 6.53 1.6 6.74 2 0.29 0.5-4.7 3.7-4.58 3.9 0.11 0.2 0.99 0.7 1.99 1.2 1.58 0.8 3.47 2.1 3.21 2.6-0.19 0.3-6.25 1.7-6.5 2.2-0.19 0.3 4.02 4.9 3.81 5.2-0.2 0.4-6.26-0.1-6.46 0.3-0.24 0.4 2.42 6.2 2.2 6.6-0.24 0.4-5.79-1.8-5.99-1.5-0.41 0.7 0.42 7.2 0.42 7.2"/> + <path id="interpolate-f14-fr.svgpath7485" d="m167.78 1399.6s-5.35-4.7-5.99-4.7c-0.31 0-1.62 7-2.01 7-0.36 0-3.95-6.1-4.34-6.1-0.38 0-3.81 6.4-4.18 6.4-0.38 0-1.93-6.7-2.26-6.7-0.48 0-5.74 5.1-5.95 5.1-0.3 0-0.16-2.5 0.07-4.6 0.15-1.3 0.22-2.5 0.09-2.7s-6.53 2.8-6.74 2.4c-0.18-0.3 2.62-6.7 2.43-7.1-0.19-0.3-7.32 0.6-7.51 0.3-0.18-0.3 4.38-5.6 4.21-5.8-0.23-0.4-7.42-1.7-7.53-1.9-0.16-0.3 5.81-3.8 5.81-4.2-0.05-0.1-0.88-0.6-1.91-1.1-1.84-1-4.33-2.5-4.13-2.8 0.13-0.3 7.02-1.7 7.19-2 0.15-0.3-4.8-5.4-4.64-5.7 0.15-0.3 7.08 0.4 7.24 0.1s-3.04-6.7-2.89-7c0.2-0.3 6.53 2.3 6.68 2.1 0.32-0.6-0.58-7-0.71-7.8-0.01-0.1-0.02-0.1-0.01-0.1 0.05 0 5.39 4.7 5.99 4.7 0.32 0 1.62-6.9 2.01-6.9 0.36 0 3.96 6 4.34 6s3.82-6.4 4.19-6.4 1.93 6.8 2.25 6.8c0.49 0 5.75-5.1 5.96-5.1 0.29 0 0.16 2.4-0.07 4.4-0.16 1.4-0.23 2.6-0.1 2.8 0.13 0.3 6.53-2.8 6.74-2.4 0.18 0.3-2.62 6.8-2.43 7.1 0.16 0.3 7.26-0.7 7.42-0.4 0.15 0.2-4.44 5.4-4.29 5.7 0.19 0.3 7.37 1.6 7.54 1.9 0.24 0.4-5.6 3.9-5.52 4.1 0.08 0.1 1.07 0.7 2.22 1.3 1.83 0.9 4.08 2.3 3.86 2.7-0.14 0.2-7.06 1.7-7.26 2.1-0.15 0.3 4.8 5.4 4.64 5.7-0.15 0.2-7.08-0.4-7.24-0.2-0.19 0.4 2.97 6.9 2.79 7.2-0.2 0.4-6.53-2.3-6.68-2.1-0.33 0.6 0.72 7.9 0.72 7.9"/> + <path id="interpolate-f14-fr.svgpath7487" d="m129.38 1399.8s-5.84-5.3-6.33-5.3c-0.25 0-1.58 7.9-1.89 7.9-0.28 0-4.19-6.8-4.49-6.8s-4.02 7.1-4.31 7.1c-0.3 0-1.92-7.5-2.17-7.5-0.4 0-6.15 5.7-6.29 5.7-0.19 0 0.06-2.8 0.32-5.1 0.17-1.5 0.26-2.8 0.17-2.9-0.11-0.2-7.201 3.3-7.365 3-0.138-0.2 3.055-7.4 2.897-7.7-0.149-0.2-8.064 0.9-8.211 0.7-0.145-0.3 5.018-6 4.889-6.2-0.192-0.4-8.167-1.7-8.24-1.8-0.101-0.2 6.633-4.1 6.684-4.3-0.024-0.1-0.938-0.7-2.085-1.3-2.062-1-4.895-2.6-4.749-2.9 0.097-0.1 7.741-1.7 7.864-1.9 0.109-0.2-5.486-5.8-5.367-6 0.111-0.2 7.8 0.6 7.912 0.4 0.117-0.2-3.516-7.3-3.407-7.5 0.15-0.3 7.168 2.8 7.288 2.6 0.25-0.4-0.83-7.5-0.98-8.4-0.01 0-0.02-0.1-0.01-0.1 0.03 0 5.86 5.3 6.34 5.3 0.24 0 1.58-7.8 1.88-7.8 0.29 0 4.19 6.8 4.49 6.8s4.02-7.1 4.32-7.1c0.29 0 1.91 7.5 2.16 7.5 0.4 0 6.16-5.7 6.29-5.7 0.18 0-0.05 2.7-0.31 5-0.17 1.5-0.28 2.8-0.18 3 0.11 0.2 7.2-3.3 7.36-3 0.14 0.2-3.05 7.4-2.89 7.6 0.11 0.2 7.99-1 8.1-0.8 0.12 0.2-5.07 5.9-4.97 6.1 0.16 0.3 8.12 1.6 8.25 1.8 0.2 0.3-6.4 4.2-6.34 4.3 0.05 0.1 1.13 0.7 2.42 1.3 2.04 1.1 4.6 2.5 4.44 2.8-0.12 0.2-7.79 1.8-7.95 2.1-0.11 0.2 5.49 5.8 5.37 6-0.11 0.2-7.8-0.7-7.91-0.5-0.15 0.3 3.44 7.5 3.3 7.8-0.15 0.2-7.17-2.9-7.29-2.7-0.26 0.5 0.99 8.5 0.99 8.5"/> + <path id="interpolate-f14-fr.svgpath7489" d="m94.667 1400s-6.282-5.8-6.651-5.8c-0.182 0-1.545 8.6-1.774 8.6-0.217 0-4.394-7.4-4.626-7.4s-4.206 7.8-4.427 7.8c-0.223 0-1.903-8.3-2.088-8.3-0.322 0-6.523 6.3-6.586 6.3-0.091 0 0.246-3.1 0.531-5.6 0.186-1.6 0.311-3 0.239-3.1-0.085-0.2-7.799 3.8-7.919 3.5-0.107-0.1 3.437-7.9 3.319-8.1-0.115-0.2-8.735 1.2-8.846 1-0.11-0.2 5.594-6.4 5.499-6.6-0.157-0.3-8.842-1.6-8.877-1.7-0.048-0.1 7.38-4.2 7.47-4.5-0.001 0-0.986-0.6-2.243-1.2-2.259-1.2-5.401-2.9-5.305-3 0.067-0.2 8.391-1.8 8.471-1.9 0.074-0.1-6.105-6.2-6.026-6.4 0.075-0.1 8.45 0.9 8.525 0.8 0.077-0.1-3.953-7.9-3.88-8 0.113-0.2 7.755 3.3 7.845 3.1 0.178-0.3-1.06-7.9-1.227-8.9-0.012-0.1-0.017-0.1-0.015-0.1 0.016 0 6.294 5.8 6.651 5.8 0.182 0 1.545-8.6 1.774-8.6 0.217 0 4.394 7.4 4.626 7.4s4.206-7.8 4.427-7.8c0.223 0 1.903 8.3 2.088 8.3 0.322 0 6.523-6.3 6.586-6.3 0.089 0-0.238 3-0.521 5.5-0.192 1.7-0.324 3.1-0.251 3.2 0.086 0.2 7.8-3.7 7.919-3.5 0.107 0.1-3.436 7.9-3.319 8.1 0.076 0.1 8.654-1.3 8.734-1.2 0.08 0.2-5.659 6.3-5.587 6.5 0.114 0.1 8.787 1.5 8.887 1.6 0.16 0.3-7.12 4.5-7.09 4.5 0.02 0.1 1.19 0.7 2.6 1.4 2.24 1.1 5.08 2.7 4.96 2.9-0.09 0.1-8.44 1.8-8.56 2-0.071 0.1 6.11 6.2 6.03 6.4-0.07 0.1-8.448-0.9-8.524-0.8-0.117 0.2 3.874 8 3.764 8.2s-7.756-3.3-7.847-3.1c-0.186 0.3 1.244 9 1.244 9"/> </g> </g> - <rect id="d0e284" display="none" height="1000px" width="288" y="2006.8" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e284" display="none" height="1e3px" width="288" y="1873.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e284"/> </flowRegion> <flowDiv xml:space="preserve">Lorsque vous utilisez l'exposant, l'<flowSpan font-style="italic">ordre</flowSpan> de sélection des objets est important. Dans l'exemple précédent, le chemin en forme d'étoile sur la gauche a été sélectionné en premier, et le chemin en forme d'hexagone sur la droite sélectionné en second.</flowDiv> </flowRoot> - <rect id="d0e290" display="none" height="1000px" width="288" y="2056.9" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e290" display="none" height="1e3px" width="288" y="1923.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e290"/> </flowRegion> <flowDiv xml:space="preserve">Voici le résultat d'une interpolation avec le chemin de droite sélectionné en premier. L'exposant, dans cet exemple, a été positionné à 1 :</flowDiv> </flowRoot> - <g id="interpolate-f15-fr.svgg2738" transform="translate(10, 2102.7091666) translate(-24.748458,-19.105216)"> - <path id="interpolate-f15-fr.svgpath6652" stroke-linejoin="round" d="M272.35,46.546h-10.66l-5.32-9.226,5.32-9.226h10.66l5.32,9.226-5.32,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/> - <path id="interpolate-f15-fr.svgpath6654" stroke-linejoin="round" d="M47.747,47.724s-3.49-3.274-3.621-3.274c-0.065,0-0.79,4.829-0.872,4.829-0.081,0-2.393-4.165-2.48-4.165s-2.283,4.392-2.365,4.392-0.987-4.649-1.052-4.649c-0.131,0-3.581,3.526-3.581,3.526s0.605-4.753,0.54-4.866c-0.033-0.057-4.359,2.192-4.4,2.121s1.978-4.395,1.935-4.47c-0.044-0.076-4.881,0.725-4.922,0.654s3.196-3.54,3.163-3.597c-0.065-0.113-4.939-0.836-4.939-0.836s4.21-2.301,4.275-2.414c0.033-0.057-4.322-2.231-4.281-2.302,0.021-0.036,4.691-0.9,4.712-0.938,0.022-0.037-3.483-3.437-3.461-3.475s4.722,0.573,4.743,0.536c0.022-0.037-2.272-4.362-2.251-4.397,0.041-0.071,4.327,1.926,4.36,1.869,0.065-0.113-0.767-4.982-0.767-4.982s3.49,3.274,3.621,3.274c0.065,0,0.789-4.829,0.871-4.829s2.394,4.165,2.481,4.165,2.283-4.392,2.365-4.392c0.081,0,0.986,4.649,1.052,4.649,0.13,0,3.581-3.526,3.581-3.526s-0.606,4.753-0.54,4.866c0.032,0.057,4.358-2.192,4.399-2.121s-1.978,4.395-1.934,4.47c0.022,0.038,4.837-0.8,4.858-0.763,0.022,0.037-3.232,3.477-3.211,3.512,0.041,0.071,4.908,0.785,4.941,0.842,0.065,0.113-4.057,2.413-4.057,2.413s4.35,2.184,4.284,2.298c-0.033,0.056-4.72,0.951-4.761,1.021-0.02,0.036,3.485,3.435,3.463,3.473-0.021,0.037-4.721-0.574-4.742-0.537-0.044,0.076,2.227,4.439,2.186,4.51s-4.327-1.925-4.36-1.869c-0.066,0.113,0.767,4.982,0.767,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/> - <g id="interpolate-f15-fr.svgg7705" transform="matrix(0.5218716,0,0,0.5218716,15.53092,-723.58311)"> - <path id="interpolate-f15-fr.svgpath7707" stroke-linejoin="round" d="M70.515,1477.9s-6.576-6.1-6.859-6.1c-0.142,0-1.523,9-1.699,9-0.173,0-4.534-7.8-4.719-7.8s-4.328,8.3-4.502,8.3c-0.175,0-1.894-8.8-2.036-8.8-0.27,0-6.768,6.7-6.786,6.7-0.025,0,0.376-3.3,0.677-5.9,0.197-1.8,0.341-3.2,0.285-3.3-0.069-0.1-8.2,4.1-8.29,3.9-0.086-0.1,3.693-8.3,3.6-8.4-0.092-0.2-9.182,1.3-9.269,1.2-0.087-0.2,5.977-6.7,5.906-6.8-0.135-0.3-9.293-1.7-9.302-1.7-0.014,0,7.877-4.3,7.992-4.6,0.017,0-1.017-0.6-2.346-1.2-2.39-1.3-5.739-3-5.677-3.1,0.047-0.1,8.825-1.8,8.877-1.8,0.05-0.1-6.518-6.5-6.466-6.6,0.051-0.1,8.883,1,8.933,0.9,0.051-0.1-4.243-8.2-4.194-8.3,0.087-0.1,8.144,3.6,8.214,3.5,0.134-0.3-1.212-8.3-1.389-9.3-0.013-0.1-0.019-0.1-0.018-0.1,0.004,0,6.579,6.1,6.859,6.1,0.141,0,1.522-9,1.699-9,0.173,0,4.533,7.8,4.718,7.8s4.328-8.3,4.503-8.3,1.893,8.8,2.035,8.8c0.271,0,6.769-6.7,6.786-6.7,0.025,0-0.364,3.2-0.665,5.8-0.203,1.8-0.354,3.3-0.297,3.4,0.069,0.1,8.2-4.1,8.29-3.9,0.086,0.1-3.693,8.2-3.6,8.4,0.051,0.1,9.1-1.5,9.151-1.4,0.05,0.1-6.046,6.6-5.998,6.7,0.088,0.1,9.236,1.5,9.307,1.6,0.136,0.2-7.592,4.6-7.584,4.6,0.006,0,1.234,0.6,2.727,1.4,2.363,1.2,5.391,2.8,5.303,3-0.07,0.1-8.879,1.8-8.968,1.9-0.048,0.1,6.521,6.5,6.47,6.6s-8.882-1-8.933-1c-0.093,0.2,4.159,8.4,4.072,8.6-0.088,0.1-8.144-3.6-8.215-3.5-0.142,0.3,1.408,9.4,1.408,9.4" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/> - <path id="interpolate-f15-fr.svgpath7709" stroke-linejoin="round" d="M96.864,1477.8s-6.241-5.8-6.621-5.8c-0.189,0-1.549,8.5-1.785,8.5-0.223,0-4.375-7.3-4.614-7.3-0.238,0-4.189,7.7-4.416,7.7-0.229,0-1.904-8.2-2.095-8.2-0.329,0-6.489,6.2-6.559,6.2-0.1,0,0.229-3,0.511-5.5,0.184-1.6,0.307-3,0.233-3.1-0.087-0.2-7.744,3.7-7.867,3.5-0.11-0.2,3.401-7.9,3.28-8.1-0.118-0.2-8.673,1.2-8.788,1-0.113-0.2,5.54-6.4,5.443-6.6-0.161-0.3-8.78-1.6-8.819-1.7-0.052-0.1,7.311-4.2,7.398-4.4-0.003-0.1-0.982-0.6-2.228-1.3-2.241-1.2-5.355-2.8-5.254-3,0.07-0.1,8.331-1.7,8.415-1.9,0.077-0.1-6.048-6.2-5.965-6.3,0.078-0.1,8.389,0.9,8.468,0.7,0.081-0.1-3.912-7.8-3.836-7.9,0.116-0.2,7.701,3.2,7.794,3.1,0.184-0.4-1.039-8-1.205-8.9-0.011-0.1-0.017-0.1-0.015-0.1,0.018,0,6.255,5.7,6.622,5.7,0.189,0,1.549-8.5,1.785-8.5,0.223,0,4.375,7.4,4.613,7.4,0.239,0,4.189-7.8,4.417-7.8,0.229,0,1.904,8.2,2.095,8.2,0.329,0,6.489-6.2,6.559-6.2,0.098,0-0.221,3-0.502,5.4-0.191,1.7-0.319,3.1-0.244,3.3,0.088,0.1,7.746-3.8,7.866-3.6,0.11,0.2-3.399,7.9-3.278,8.1,0.079,0.2,8.598-1.2,8.678-1.1s-5.61,6.3-5.53,6.4c0.12,0.2,8.72,1.5,8.82,1.7,0.17,0.3-7.05,4.4-7.02,4.4,0.03,0.1,1.19,0.7,2.59,1.4,2.22,1.1,5.03,2.7,4.91,2.9-0.09,0.2-8.38,1.8-8.5,2-0.08,0.1,6.05,6.2,5.97,6.3-0.08,0.2-8.393-0.8-8.472-0.7-0.121,0.2,3.832,8,3.722,8.2-0.12,0.2-7.703-3.3-7.797-3.1-0.192,0.3,1.221,9,1.221,9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/> - <path id="interpolate-f15-fr.svgpath7711" stroke-linejoin="round" d="M140.78,1477.5s-5.68-5.1-6.23-5.1c-0.26,0-1.59,7.6-1.92,7.6-0.31,0-4.11-6.5-4.44-6.5s-3.96,6.8-4.28,6.8c-0.31,0-1.92-7.2-2.19-7.2-0.43,0-6.02,5.5-6.18,5.5-0.22,0-0.02-2.7,0.23-4.9,0.17-1.5,0.26-2.7,0.15-2.9-0.12-0.2-6.98,3.1-7.16,2.8-0.15-0.2,2.91-7.2,2.74-7.5-0.16-0.2-7.82,0.9-7.98,0.6s4.81-5.9,4.67-6.1c-0.2-0.4-7.92-1.7-8.01-1.8-0.12-0.2,6.37-4,6.4-4.3-0.03-0.1-0.92-0.6-2.03-1.2-1.99-1-4.71-2.6-4.55-2.9,0.11-0.2,7.51-1.7,7.65-1.9,0.12-0.2-5.26-5.7-5.13-6,0.12-0.2,7.57,0.6,7.69,0.4,0.13-0.2-3.36-7.1-3.24-7.4,0.17-0.2,6.97,2.7,7.1,2.5,0.27-0.5-0.75-7.3-0.9-8.2-0.01-0.1-0.01-0.1-0.01-0.1,0.04,0,5.71,5.1,6.23,5.1,0.26,0,1.59-7.5,1.92-7.5,0.31,0,4.12,6.5,4.44,6.5,0.33,0,3.96-6.9,4.28-6.9s1.92,7.3,2.19,7.3c0.43,0,6.02-5.5,6.18-5.5,0.22,0,0.02,2.6-0.23,4.8-0.17,1.5-0.26,2.8-0.15,3,0.12,0.2,6.98-3.2,7.16-2.9,0.15,0.3-2.91,7.2-2.75,7.5,0.13,0.2,7.76-0.9,7.89-0.7,0.12,0.2-4.87,5.8-4.75,6,0.16,0.3,7.88,1.5,8.01,1.8,0.22,0.4-6.13,4.1-6.07,4.2s1.11,0.7,2.36,1.3c1.97,1.1,4.43,2.5,4.25,2.8-0.13,0.2-7.56,1.8-7.73,2.1-0.12,0.2,5.27,5.7,5.14,5.9s-7.57-0.6-7.7-0.3c-0.17,0.2,3.29,7.2,3.13,7.5s-6.96-2.7-7.09-2.4c-0.28,0.4,0.91,8.2,0.91,8.2" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/> - <path id="interpolate-f15-fr.svgpath7713" stroke-linejoin="round" d="M202.26,1477.2s-4.9-4.2-5.67-4.2c-0.38,0-1.65,6.2-2.13,6.2-0.42,0-3.74-5.3-4.19-5.3s-3.63,5.6-4.07,5.6c-0.45,0-1.95-6-2.34-6-0.56,0-5.37,4.6-5.65,4.6-0.4,0-0.36-2.3-0.15-4.1,0.14-1.2,0.17-2.3,0.03-2.5-0.17-0.3-5.92,2.3-6.18,1.9-0.21-0.4,2.23-6.3,2-6.7-0.22-0.4-6.64,0.4-6.86,0s3.79-5.1,3.59-5.5c-0.27-0.5-6.73-1.7-6.89-2-0.21-0.3,5.05-3.6,5.02-3.9-0.08-0.2-0.84-0.7-1.75-1.2-1.65-0.8-3.82-2.2-3.57-2.7,0.16-0.3,6.36-1.7,6.57-2,0.19-0.4-4.16-5-3.96-5.4,0.19-0.3,6.42,0.2,6.61-0.1,0.2-0.4-2.59-6.3-2.4-6.6,0.23-0.4,5.92,1.9,6.11,1.6,0.38-0.7-0.35-6.5-0.47-7.3,0.07,0,4.96,4.2,5.67,4.2,0.38,0,1.66-6.2,2.13-6.2,0.42,0,3.74,5.3,4.19,5.3,0.46,0,3.64-5.6,4.08-5.6s1.94,6,2.33,6c0.56,0,5.37-4.6,5.65-4.6,0.39,0,0.36,2.2,0.15,4-0.14,1.2-0.18,2.4-0.03,2.6,0.16,0.3,5.92-2.3,6.18-1.9,0.2,0.4-2.23,6.3-2,6.7,0.19,0.3,6.57-0.5,6.77-0.1,0.19,0.3-3.84,5-3.66,5.3,0.24,0.4,6.7,1.7,6.89,2,0.29,0.5-4.86,3.8-4.75,4,0.11,0.1,1.01,0.7,2.04,1.2,1.62,0.8,3.58,2.1,3.32,2.6-0.17,0.3-6.39,1.7-6.64,2.2-0.18,0.3,4.17,5,3.97,5.3-0.19,0.3-6.42-0.2-6.61,0.2-0.23,0.4,2.53,6.3,2.31,6.7-0.23,0.4-5.93-1.9-6.11-1.6-0.4,0.7,0.47,7.3,0.47,7.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/> - <path id="interpolate-f15-fr.svgpath7715" stroke-linejoin="round" d="M281.31,1476.8s-3.9-3.1-4.96-3.1c-0.52,0-1.73,4.6-2.39,4.6-0.57,0-3.26-3.9-3.87-3.9-0.62,0-3.22,4.1-3.82,4.1-0.61,0-1.97-4.4-2.51-4.4-0.74,0-4.53,3.3-4.97,3.3-0.62,0-0.8-1.6-0.65-2.9,0.1-0.9,0.07-1.8-0.13-2.1-0.22-0.4-4.55,1.2-4.91,0.6-0.27-0.5,1.36-5,1.04-5.5-0.3-0.5-5.11-0.3-5.41-0.8s2.48-4.2,2.2-4.7c-0.35-0.6-5.19-1.7-5.44-2.2-0.33-0.5,3.35-3.2,3.23-3.6-0.13-0.2-0.73-0.7-1.39-1-1.2-0.6-2.67-1.9-2.3-2.5,0.23-0.4,4.88-1.7,5.19-2.2,0.26-0.5-2.76-4.1-2.47-4.6,0.27-0.5,4.94-0.4,5.22-0.8,0.29-0.5-1.6-5.1-1.33-5.5,0.32-0.6,4.6,0.9,4.85,0.4,0.54-0.9,0.18-5.5,0.09-6h0.01c0.11,0,3.98,3,4.96,3,0.52,0,1.73-4.5,2.38-4.5,0.58,0,3.27,3.9,3.88,3.9,0.62,0,3.22-4.1,3.82-4.1,0.61,0,1.97,4.4,2.51,4.4,0.74,0,4.53-3.4,4.97-3.4,0.61,0,0.78,1.6,0.63,2.9-0.1,0.9-0.07,1.8,0.14,2.2,0.22,0.4,4.55-1.3,4.91-0.6,0.27,0.4-1.36,5-1.04,5.5,0.28,0.5,5.06,0.2,5.35,0.7,0.27,0.4-2.52,4.1-2.26,4.6,0.33,0.5,5.17,1.7,5.44,2.1,0.37,0.7-3.23,3.3-3.05,3.6,0.16,0.3,0.87,0.8,1.62,1.2,1.18,0.6,2.5,1.7,2.14,2.3-0.24,0.4-4.91,1.7-5.25,2.3-0.26,0.5,2.76,4.1,2.47,4.6-0.27,0.5-4.94,0.4-5.21,0.9-0.32,0.5,1.54,5.1,1.25,5.6-0.32,0.5-4.6-0.9-4.85-0.5-0.55,1-0.09,6.1-0.09,6.1" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/> - <path id="interpolate-f15-fr.svgpath7717" stroke-linejoin="round" d="M377.93,1476.3s-2.67-1.7-4.09-1.7c-0.7,0-1.84,2.5-2.71,2.5-0.75,0-2.68-2.1-3.49-2.1s-2.7,2.2-3.5,2.2-2.01-2.4-2.73-2.4c-0.95,0-3.5,1.8-4.13,1.8-0.9,0-1.34-0.8-1.26-1.6,0.05-0.4-0.05-1.1-0.32-1.5-0.29-0.5-2.88-0.1-3.36-0.9-0.36-0.6,0.28-3.5-0.14-4.2-0.39-0.7-3.24-1-3.64-1.7-0.4-0.6,0.88-3,0.5-3.7-0.44-0.8-3.31-1.8-3.66-2.4-0.48-0.8,1.27-2.7,1.04-3.2-0.2-0.4-0.6-0.7-0.96-0.9-0.64-0.3-1.25-1.3-0.75-2.2,0.32-0.6,3.07-1.7,3.5-2.4,0.37-0.6-1.03-3-0.63-3.7,0.38-0.7,3.13-1,3.51-1.6,0.4-0.7-0.38-3.6-0.01-4.3,0.42-0.7,2.97-0.3,3.31-0.9,0.72-1.2,0.81-4.2,0.76-4.5h0.03c0.16,0,2.79,1.7,4.08,1.7,0.7,0,1.84-2.5,2.71-2.5,0.75,0,2.68,2.1,3.49,2.1s2.7-2.2,3.5-2.2c0.81,0,2.01,2.3,2.73,2.3,0.96,0,3.5-1.7,4.13-1.7,0.88,0,1.32,0.8,1.24,1.5-0.06,0.5,0.05,1.2,0.33,1.6,0.29,0.5,2.88,0.1,3.36,0.9,0.36,0.6-0.29,3.5,0.14,4.2,0.37,0.7,3.2,0.9,3.6,1.6,0.38,0.7-0.91,3-0.54,3.7,0.43,0.7,3.3,1.8,3.66,2.4,0.49,0.8-1.23,2.7-0.97,3.1,0.24,0.4,0.7,0.8,1.11,1,0.64,0.4,1.18,1.3,0.69,2.1-0.32,0.6-3.09,1.7-3.54,2.5-0.36,0.6,1.04,3,0.64,3.7-0.38,0.6-3.14,1-3.51,1.6-0.42,0.8,0.34,3.6-0.05,4.3-0.41,0.7-2.97,0.4-3.3,1-0.73,1.2-0.77,4.5-0.77,4.5" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/> + <g id="interpolate-f15-fr.svgg2738" stroke-linejoin="round" transform="translate(-14.748 1950.1)" stroke="#17a500" fill="#0f0"> + <path id="interpolate-f15-fr.svgpath6652" d="m272.35 46.546h-10.66l-5.32-9.226 5.32-9.226h10.66l5.32 9.226-5.32 9.226z" stroke-width=".86884"/> + <path id="interpolate-f15-fr.svgpath6654" d="m47.747 47.724s-3.49-3.274-3.621-3.274c-0.065 0-0.79 4.829-0.872 4.829-0.081 0-2.393-4.165-2.48-4.165s-2.283 4.392-2.365 4.392-0.987-4.649-1.052-4.649c-0.131 0-3.581 3.526-3.581 3.526s0.605-4.753 0.54-4.866c-0.033-0.057-4.359 2.192-4.4 2.121s1.978-4.395 1.935-4.47c-0.044-0.076-4.881 0.725-4.922 0.654s3.196-3.54 3.163-3.597c-0.065-0.113-4.939-0.836-4.939-0.836s4.21-2.301 4.275-2.414c0.033-0.057-4.322-2.231-4.281-2.302 0.021-0.036 4.691-0.9 4.712-0.938 0.022-0.037-3.483-3.437-3.461-3.475s4.722 0.573 4.743 0.536c0.022-0.037-2.272-4.362-2.251-4.397 0.041-0.071 4.327 1.926 4.36 1.869 0.065-0.113-0.767-4.982-0.767-4.982s3.49 3.274 3.621 3.274c0.065 0 0.789-4.829 0.871-4.829s2.394 4.165 2.481 4.165 2.283-4.392 2.365-4.392c0.081 0 0.986 4.649 1.052 4.649 0.13 0 3.581-3.526 3.581-3.526s-0.606 4.753-0.54 4.866c0.032 0.057 4.358-2.192 4.399-2.121s-1.978 4.395-1.934 4.47c0.022 0.038 4.837-0.8 4.858-0.763 0.022 0.037-3.232 3.477-3.211 3.512 0.041 0.071 4.908 0.785 4.941 0.842 0.065 0.113-4.057 2.413-4.057 2.413s4.35 2.184 4.284 2.298c-0.033 0.056-4.72 0.951-4.761 1.021-0.02 0.036 3.485 3.435 3.463 3.473-0.021 0.037-4.721-0.574-4.742-0.537-0.044 0.076 2.227 4.439 2.186 4.51s-4.327-1.925-4.36-1.869c-0.066 0.113 0.767 4.982 0.767 4.982" stroke-width=".79675"/> + <g id="interpolate-f15-fr.svgg7705" transform="matrix(.52187 0 0 .52187 15.531 -723.58)" stroke-width="1.5267"> + <path id="interpolate-f15-fr.svgpath7707" d="m70.515 1477.9s-6.576-6.1-6.859-6.1c-0.142 0-1.523 9-1.699 9-0.173 0-4.534-7.8-4.719-7.8s-4.328 8.3-4.502 8.3c-0.175 0-1.894-8.8-2.036-8.8-0.27 0-6.768 6.7-6.786 6.7-0.025 0 0.376-3.3 0.677-5.9 0.197-1.8 0.341-3.2 0.285-3.3-0.069-0.1-8.2 4.1-8.29 3.9-0.086-0.1 3.693-8.3 3.6-8.4-0.092-0.2-9.182 1.3-9.269 1.2-0.087-0.2 5.977-6.7 5.906-6.8-0.135-0.3-9.293-1.7-9.302-1.7-0.014 0 7.877-4.3 7.992-4.6 0.017 0-1.017-0.6-2.346-1.2-2.39-1.3-5.739-3-5.677-3.1 0.047-0.1 8.825-1.8 8.877-1.8 0.05-0.1-6.518-6.5-6.466-6.6 0.051-0.1 8.883 1 8.933 0.9 0.051-0.1-4.243-8.2-4.194-8.3 0.087-0.1 8.144 3.6 8.214 3.5 0.134-0.3-1.212-8.3-1.389-9.3-0.013-0.1-0.019-0.1-0.018-0.1 0.004 0 6.579 6.1 6.859 6.1 0.141 0 1.522-9 1.699-9 0.173 0 4.533 7.8 4.718 7.8s4.328-8.3 4.503-8.3 1.893 8.8 2.035 8.8c0.271 0 6.769-6.7 6.786-6.7 0.025 0-0.364 3.2-0.665 5.8-0.203 1.8-0.354 3.3-0.297 3.4 0.069 0.1 8.2-4.1 8.29-3.9 0.086 0.1-3.693 8.2-3.6 8.4 0.051 0.1 9.1-1.5 9.151-1.4 0.05 0.1-6.046 6.6-5.998 6.7 0.088 0.1 9.236 1.5 9.307 1.6 0.136 0.2-7.592 4.6-7.584 4.6 0.006 0 1.234 0.6 2.727 1.4 2.363 1.2 5.391 2.8 5.303 3-0.07 0.1-8.879 1.8-8.968 1.9-0.048 0.1 6.521 6.5 6.47 6.6s-8.882-1-8.933-1c-0.093 0.2 4.159 8.4 4.072 8.6-0.088 0.1-8.144-3.6-8.215-3.5-0.142 0.3 1.408 9.4 1.408 9.4"/> + <path id="interpolate-f15-fr.svgpath7709" d="m96.864 1477.8s-6.241-5.8-6.621-5.8c-0.189 0-1.549 8.5-1.785 8.5-0.223 0-4.375-7.3-4.614-7.3-0.238 0-4.189 7.7-4.416 7.7-0.229 0-1.904-8.2-2.095-8.2-0.329 0-6.489 6.2-6.559 6.2-0.1 0 0.229-3 0.511-5.5 0.184-1.6 0.307-3 0.233-3.1-0.087-0.2-7.744 3.7-7.867 3.5-0.11-0.2 3.401-7.9 3.28-8.1-0.118-0.2-8.673 1.2-8.788 1-0.113-0.2 5.54-6.4 5.443-6.6-0.161-0.3-8.78-1.6-8.819-1.7-0.052-0.1 7.311-4.2 7.398-4.4-0.003-0.1-0.982-0.6-2.228-1.3-2.241-1.2-5.355-2.8-5.254-3 0.07-0.1 8.331-1.7 8.415-1.9 0.077-0.1-6.048-6.2-5.965-6.3 0.078-0.1 8.389 0.9 8.468 0.7 0.081-0.1-3.912-7.8-3.836-7.9 0.116-0.2 7.701 3.2 7.794 3.1 0.184-0.4-1.039-8-1.205-8.9-0.011-0.1-0.017-0.1-0.015-0.1 0.018 0 6.255 5.7 6.622 5.7 0.189 0 1.549-8.5 1.785-8.5 0.223 0 4.375 7.4 4.613 7.4 0.239 0 4.189-7.8 4.417-7.8 0.229 0 1.904 8.2 2.095 8.2 0.329 0 6.489-6.2 6.559-6.2 0.098 0-0.221 3-0.502 5.4-0.191 1.7-0.319 3.1-0.244 3.3 0.088 0.1 7.746-3.8 7.866-3.6 0.11 0.2-3.399 7.9-3.278 8.1 0.079 0.2 8.598-1.2 8.678-1.1s-5.61 6.3-5.53 6.4c0.12 0.2 8.72 1.5 8.82 1.7 0.17 0.3-7.05 4.4-7.02 4.4 0.03 0.1 1.19 0.7 2.59 1.4 2.22 1.1 5.03 2.7 4.91 2.9-0.09 0.2-8.38 1.8-8.5 2-0.08 0.1 6.05 6.2 5.97 6.3-0.08 0.2-8.393-0.8-8.472-0.7-0.121 0.2 3.832 8 3.722 8.2-0.12 0.2-7.703-3.3-7.797-3.1-0.192 0.3 1.221 9 1.221 9"/> + <path id="interpolate-f15-fr.svgpath7711" d="m140.78 1477.5s-5.68-5.1-6.23-5.1c-0.26 0-1.59 7.6-1.92 7.6-0.31 0-4.11-6.5-4.44-6.5s-3.96 6.8-4.28 6.8c-0.31 0-1.92-7.2-2.19-7.2-0.43 0-6.02 5.5-6.18 5.5-0.22 0-0.02-2.7 0.23-4.9 0.17-1.5 0.26-2.7 0.15-2.9-0.12-0.2-6.98 3.1-7.16 2.8-0.15-0.2 2.91-7.2 2.74-7.5-0.16-0.2-7.82 0.9-7.98 0.6s4.81-5.9 4.67-6.1c-0.2-0.4-7.92-1.7-8.01-1.8-0.12-0.2 6.37-4 6.4-4.3-0.03-0.1-0.92-0.6-2.03-1.2-1.99-1-4.71-2.6-4.55-2.9 0.11-0.2 7.51-1.7 7.65-1.9 0.12-0.2-5.26-5.7-5.13-6 0.12-0.2 7.57 0.6 7.69 0.4 0.13-0.2-3.36-7.1-3.24-7.4 0.17-0.2 6.97 2.7 7.1 2.5 0.27-0.5-0.75-7.3-0.9-8.2l-0.01-0.1c0.04 0 5.71 5.1 6.23 5.1 0.26 0 1.59-7.5 1.92-7.5 0.31 0 4.12 6.5 4.44 6.5 0.33 0 3.96-6.9 4.28-6.9s1.92 7.3 2.19 7.3c0.43 0 6.02-5.5 6.18-5.5 0.22 0 0.02 2.6-0.23 4.8-0.17 1.5-0.26 2.8-0.15 3 0.12 0.2 6.98-3.2 7.16-2.9 0.15 0.3-2.91 7.2-2.75 7.5 0.13 0.2 7.76-0.9 7.89-0.7 0.12 0.2-4.87 5.8-4.75 6 0.16 0.3 7.88 1.5 8.01 1.8 0.22 0.4-6.13 4.1-6.07 4.2s1.11 0.7 2.36 1.3c1.97 1.1 4.43 2.5 4.25 2.8-0.13 0.2-7.56 1.8-7.73 2.1-0.12 0.2 5.27 5.7 5.14 5.9s-7.57-0.6-7.7-0.3c-0.17 0.2 3.29 7.2 3.13 7.5s-6.96-2.7-7.09-2.4c-0.28 0.4 0.91 8.2 0.91 8.2"/> + <path id="interpolate-f15-fr.svgpath7713" d="m202.26 1477.2s-4.9-4.2-5.67-4.2c-0.38 0-1.65 6.2-2.13 6.2-0.42 0-3.74-5.3-4.19-5.3s-3.63 5.6-4.07 5.6c-0.45 0-1.95-6-2.34-6-0.56 0-5.37 4.6-5.65 4.6-0.4 0-0.36-2.3-0.15-4.1 0.14-1.2 0.17-2.3 0.03-2.5-0.17-0.3-5.92 2.3-6.18 1.9-0.21-0.4 2.23-6.3 2-6.7-0.22-0.4-6.64 0.4-6.86 0s3.79-5.1 3.59-5.5c-0.27-0.5-6.73-1.7-6.89-2-0.21-0.3 5.05-3.6 5.02-3.9-0.08-0.2-0.84-0.7-1.75-1.2-1.65-0.8-3.82-2.2-3.57-2.7 0.16-0.3 6.36-1.7 6.57-2 0.19-0.4-4.16-5-3.96-5.4 0.19-0.3 6.42 0.2 6.61-0.1 0.2-0.4-2.59-6.3-2.4-6.6 0.23-0.4 5.92 1.9 6.11 1.6 0.38-0.7-0.35-6.5-0.47-7.3-0.01 0-0.01 0 0 0 0.07 0 4.96 4.2 5.67 4.2 0.38 0 1.66-6.2 2.13-6.2 0.42 0 3.74 5.3 4.19 5.3 0.46 0 3.64-5.6 4.08-5.6s1.94 6 2.33 6c0.56 0 5.37-4.6 5.65-4.6 0.39 0 0.36 2.2 0.15 4-0.14 1.2-0.18 2.4-0.03 2.6 0.16 0.3 5.92-2.3 6.18-1.9 0.2 0.4-2.23 6.3-2 6.7 0.19 0.3 6.57-0.5 6.77-0.1 0.19 0.3-3.84 5-3.66 5.3 0.24 0.4 6.7 1.7 6.89 2 0.29 0.5-4.86 3.8-4.75 4 0.11 0.1 1.01 0.7 2.04 1.2 1.62 0.8 3.58 2.1 3.32 2.6-0.17 0.3-6.39 1.7-6.64 2.2-0.18 0.3 4.17 5 3.97 5.3-0.19 0.3-6.42-0.2-6.61 0.2-0.23 0.4 2.53 6.3 2.31 6.7-0.23 0.4-5.93-1.9-6.11-1.6-0.4 0.7 0.47 7.3 0.47 7.3"/> + <path id="interpolate-f15-fr.svgpath7715" d="m281.31 1476.8s-3.9-3.1-4.96-3.1c-0.52 0-1.73 4.6-2.39 4.6-0.57 0-3.26-3.9-3.87-3.9-0.62 0-3.22 4.1-3.82 4.1-0.61 0-1.97-4.4-2.51-4.4-0.74 0-4.53 3.3-4.97 3.3-0.62 0-0.8-1.6-0.65-2.9 0.1-0.9 0.07-1.8-0.13-2.1-0.22-0.4-4.55 1.2-4.91 0.6-0.27-0.5 1.36-5 1.04-5.5-0.3-0.5-5.11-0.3-5.41-0.8s2.48-4.2 2.2-4.7c-0.35-0.6-5.19-1.7-5.44-2.2-0.33-0.5 3.35-3.2 3.23-3.6-0.13-0.2-0.73-0.7-1.39-1-1.2-0.6-2.67-1.9-2.3-2.5 0.23-0.4 4.88-1.7 5.19-2.2 0.26-0.5-2.76-4.1-2.47-4.6 0.27-0.5 4.94-0.4 5.22-0.8 0.29-0.5-1.6-5.1-1.33-5.5 0.32-0.6 4.6 0.9 4.85 0.4 0.54-0.9 0.18-5.5 0.09-6h0.01c0.11 0 3.98 3 4.96 3 0.52 0 1.73-4.5 2.38-4.5 0.58 0 3.27 3.9 3.88 3.9 0.62 0 3.22-4.1 3.82-4.1 0.61 0 1.97 4.4 2.51 4.4 0.74 0 4.53-3.4 4.97-3.4 0.61 0 0.78 1.6 0.63 2.9-0.1 0.9-0.07 1.8 0.14 2.2 0.22 0.4 4.55-1.3 4.91-0.6 0.27 0.4-1.36 5-1.04 5.5 0.28 0.5 5.06 0.2 5.35 0.7 0.27 0.4-2.52 4.1-2.26 4.6 0.33 0.5 5.17 1.7 5.44 2.1 0.37 0.7-3.23 3.3-3.05 3.6 0.16 0.3 0.87 0.8 1.62 1.2 1.18 0.6 2.5 1.7 2.14 2.3-0.24 0.4-4.91 1.7-5.25 2.3-0.26 0.5 2.76 4.1 2.47 4.6-0.27 0.5-4.94 0.4-5.21 0.9-0.32 0.5 1.54 5.1 1.25 5.6-0.32 0.5-4.6-0.9-4.85-0.5-0.55 1-0.09 6.1-0.09 6.1"/> + <path id="interpolate-f15-fr.svgpath7717" d="m377.93 1476.3s-2.67-1.7-4.09-1.7c-0.7 0-1.84 2.5-2.71 2.5-0.75 0-2.68-2.1-3.49-2.1s-2.7 2.2-3.5 2.2-2.01-2.4-2.73-2.4c-0.95 0-3.5 1.8-4.13 1.8-0.9 0-1.34-0.8-1.26-1.6 0.05-0.4-0.05-1.1-0.32-1.5-0.29-0.5-2.88-0.1-3.36-0.9-0.36-0.6 0.28-3.5-0.14-4.2-0.39-0.7-3.24-1-3.64-1.7-0.4-0.6 0.88-3 0.5-3.7-0.44-0.8-3.31-1.8-3.66-2.4-0.48-0.8 1.27-2.7 1.04-3.2-0.2-0.4-0.6-0.7-0.96-0.9-0.64-0.3-1.25-1.3-0.75-2.2 0.32-0.6 3.07-1.7 3.5-2.4 0.37-0.6-1.03-3-0.63-3.7 0.38-0.7 3.13-1 3.51-1.6 0.4-0.7-0.38-3.6-0.01-4.3 0.42-0.7 2.97-0.3 3.31-0.9 0.72-1.2 0.81-4.2 0.76-4.5h0.03c0.16 0 2.79 1.7 4.08 1.7 0.7 0 1.84-2.5 2.71-2.5 0.75 0 2.68 2.1 3.49 2.1s2.7-2.2 3.5-2.2c0.81 0 2.01 2.3 2.73 2.3 0.96 0 3.5-1.7 4.13-1.7 0.88 0 1.32 0.8 1.24 1.5-0.06 0.5 0.05 1.2 0.33 1.6 0.29 0.5 2.88 0.1 3.36 0.9 0.36 0.6-0.29 3.5 0.14 4.2 0.37 0.7 3.2 0.9 3.6 1.6 0.38 0.7-0.91 3-0.54 3.7 0.43 0.7 3.3 1.8 3.66 2.4 0.49 0.8-1.23 2.7-0.97 3.1 0.24 0.4 0.7 0.8 1.11 1 0.64 0.4 1.18 1.3 0.69 2.1-0.32 0.6-3.09 1.7-3.54 2.5-0.36 0.6 1.04 3 0.64 3.7-0.38 0.6-3.14 1-3.51 1.6-0.42 0.8 0.34 3.6-0.05 4.3-0.41 0.7-2.97 0.4-3.3 1-0.73 1.2-0.77 4.5-0.77 4.5"/> </g> </g> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2158.3088126000002" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="2158.3088126000002" x="10">Dupliquer les extrémités</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2024.8204650000002" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2024.8204650000002" x="10">Dupliquer les extrémités</tspan> </text> - <rect id="d0e309" display="none" height="1000px" width="288" y="2163.5" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e309" display="none" height="1e3px" width="288" y="2030" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e309"/> </flowRegion> <flowDiv xml:space="preserve">Ce paramètre détermine si le groupe de chemins généré par l'extension <flowSpan font-style="italic">inclut une copie</flowSpan> des chemins originaux sur lesquels l'interpolation est appliquée.</flowDiv> </flowRoot> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2215.6513136000003" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="2215.6513136000003" x="10">Interpoler le style</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2082.1629660000003" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2082.1629660000003" x="10">Interpoler le style</tspan> </text> - <rect id="d0e321" display="none" height="1000px" width="288" y="2220.9" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e321" display="none" height="1e3px" width="288" y="2087.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e321"/> </flowRegion> <flowDiv xml:space="preserve">Ce paramètre est un des plus astucieux de l'extension. Il fait en sorte que l'extension essaie de changer le style des chemins à chaque étape. Ainsi, si le chemin original et le chemin final ont une couleur différente, les chemins générés changeront de couleur progressivement à chaque étape.</flowDiv> </flowRoot> - <rect id="d0e324" display="none" height="1000px" width="288" y="2281.6" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e324" display="none" height="1e3px" width="288" y="2148.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e324"/> </flowRegion> - <flowDiv xml:space="preserve">Voici un exemple ou la fonction Interpoler le style est utilisée sur le remplissage du chemin :</flowDiv> - </flowRoot> - <g id="interpolate-f16-fr.svgg2861" transform="translate(10, 2318.3950656) translate(-21.811549,-16.97341)"> - <path id="interpolate-f16-fr.svgpath13980" fill="#FC0" d="M52.663,48.163c-2.997,2.904-3.507-5.427-7.12-3.193-3.685,2.279,1.132,7.941-3.228,8.47-4.276,0.518,1.544-6.96-2.678-7.53-4.305-0.581-3.831,7.272-7.908,5.69-3.998-1.551,4.538-5.716,1.63-8.871-2.966-3.217-6.213,5.723-8.463,1.962-2.206-3.688,5.568-2.554,4.959-6.686-0.622-4.213-8.403-0.204-8.03-4.444,0.365-4.158,8.015,2.747,9.9-1.062,1.923-3.885-6.953-4.673-4.277-7.898,2.625-3.162,4.671,4.579,8.371,2.365,3.773-2.258-2.707-7.438,1.458-8.427,4.085-0.969,0.184,7.803,4.35,8.286,4.249,0.493,2.825-8.477,6.66-6.673,3.761,1.769-3.613,6.481-0.834,9.63,2.834,3.212,5.587-5.828,7.763-2.1,2.132,3.655-5.516,3.234-4.864,7.501,0.665,4.351,8.878,0.224,8.029,4.487-0.834,4.18-8.373-3.756-9.995,0.204-1.653,4.037,7.334,5.326,4.277,8.289z"/> - <path id="interpolate-f16-fr.svgpath13984" fill="#d40000" d="M276.7,46.671c-3,2.905-3.51-5.426-7.13-3.192-3.68,2.279,1.14,7.941-3.22,8.47-4.28,0.518,1.54-6.96-2.68-7.53-4.31-0.581-3.83,7.272-7.91,5.69-4-1.551,4.54-5.716,1.63-8.871-2.96-3.217-6.21,5.723-8.46,1.962-2.21-3.688,5.57-2.554,4.96-6.686-0.62-4.213-8.41-0.204-8.03-4.444,0.36-4.158,8.01,2.747,9.9-1.062,1.92-3.885-6.96-4.673-4.28-7.898,2.63-3.162,4.67,4.579,8.37,2.365,3.77-2.258-2.71-7.438,1.46-8.427,4.08-0.969,0.18,7.803,4.35,8.286,4.25,0.493,2.82-8.477,6.66-6.673,3.76,1.769-3.61,6.481-0.83,9.63,2.83,3.212,5.58-5.828,7.76-2.101,2.13,3.656-5.52,3.235-4.87,7.502,0.67,4.351,8.88,0.224,8.03,4.487-0.83,4.18-8.37-3.756-9.99,0.204-1.66,4.037,7.33,5.326,4.28,8.288z"/> - <g id="interpolate-f16-fr.svgg14129" transform="matrix(0.5218716,0,0,0.5218716,16.740257,-799.45519)"> - <path id="interpolate-f16-fr.svgpath14131" fill="#da1d00" d="M436.79,1621.7c-5.74,5.6-6.72-10.4-13.64-6.1-7.06,4.4,2.17,15.2-6.19,16.3-8.19,0.9,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.15,10.9-7.66-2.9,8.7-10.9,3.12-17-5.68-6.1-11.9,11-16.21,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5,0.7-8,15.36,5.2,18.97-2.1,3.69-7.4-13.32-8.9-8.19-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.79-16.1,7.83-1.9,0.35,14.9,8.34,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.2,3.4-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.1,14.87-4h0.01c4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.6,8-16.04-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.19,15.8"/> - <path id="interpolate-f16-fr.svgpath14133" fill="#e03a00" d="M375.47,1622.1c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.3-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.16,10.9-7.66-2.9,8.7-10.9,3.13-17-5.69-6.1-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5h0.01c0.7-8,15.35,5.2,18.97-2.1,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.8-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.1,14.88-4,4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.2,15.8"/> - <path id="interpolate-f16-fr.svgpath14135" fill="#e65700" d="M314.14,1622.6c-5.74,5.5-6.72-10.4-13.64-6.2-7.06,4.4,2.17,15.3-6.19,16.3-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.15,10.9-7.66-2.9,8.69-10.9,3.12-17-5.68-6.1-11.91,11-16.22,3.8-4.22-7.1,10.67-4.9,9.51-12.8-1.19-8.1-16.11-0.4-15.39-8.5,0.7-8,15.36,5.2,18.97-2.1,3.68-7.4-13.32-8.9-8.2-15.1h0.01c5.02-6.1,8.95,8.8,16.03,4.5h0.01c7.22-4.3-5.19-14.2,2.79-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.15,0.9,5.42-16.3,12.77-12.8,7.2,3.4-6.93,12.4-1.6,18.4,5.43,6.2,10.7-11.1,14.87-4,4.09,7-10.57,6.2-9.32,14.4,1.28,8.3,17.01,0.4,15.39,8.6-1.6,8-16.05-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.19,15.9"/> - <path id="interpolate-f16-fr.svgpath14137" fill="#ec7400" d="M252.81,1623c-5.74,5.5-6.72-10.4-13.64-6.2-7.06,4.4,2.17,15.3-6.18,16.3h-0.01c-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.15,11-7.66-3,8.7-11,3.12-17-5.68-6.2-11.9,10.9-16.21,3.7-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5,0.7-8,15.36,5.2,18.97-2.1,3.69-7.4-13.32-8.9-8.19-15.1,5.03-6,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.79-16.1,7.83-1.9,0.35,15,8.34,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.2,3.4-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.1,14.88-4,4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.6,8-16.04-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.19,15.9"/> - <path id="interpolate-f16-fr.svgpath14139" fill="#f29100" d="M191.49,1623.4c-5.75,5.5-6.72-10.4-13.65-6.1-7.06,4.3,2.17,15.2-6.18,16.2-8.19,1,2.96-13.4-5.13-14.4-8.25-1.2-7.34,13.9-15.16,10.9-7.66-3,8.7-11,3.13-17-5.69-6.2-11.91,10.9-16.22,3.7-4.23-7,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5,0.7-8,15.35,5.3,18.97-2,3.68-7.5-13.33-9-8.2-15.2,5.03-6,8.95,8.8,16.04,4.6,7.23-4.4-5.18-14.3,2.8-16.2,7.82-1.8,0.35,15,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.5,5.44,6.1,10.71-11.2,14.88-4.1,4.09,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.06,10.2,8.2,15.9"/> - <path id="interpolate-f16-fr.svgpath14141" fill="#f8ae00" d="M130.16,1623.8c-5.74,5.5-6.72-10.4-13.64-6.1-7.06,4.3,2.17,15.2-6.19,16.2-8.19,1,2.96-13.3-5.13-14.4-8.248-1.1-7.34,13.9-15.152,10.9-7.66-3,8.696-11,3.123-17h-0.001c-5.683-6.2-11.905,10.9-16.215,3.7h-0.001c-4.226-7,10.67-4.9,9.502-12.8-1.191-8.1-16.101-0.4-15.387-8.5,0.701-8,15.359,5.3,18.971-2h0.001c3.682-7.5-13.324-9-8.196-15.2h0.001c5.029-6,8.95,8.8,16.039,4.6h0.001c7.224-4.4-5.187-14.3,2.794-16.2,7.83-1.8,0.35,15,8.33,15.9h0.01c8.14,0.9,5.41-16.2,12.76-12.8,7.2,3.4-6.93,12.4-1.6,18.5,5.43,6.1,10.7-11.2,14.87-4.1,4.09,7-10.57,6.2-9.32,14.4,1.28,8.3,17.02,0.4,15.39,8.6-1.6,8-16.05-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.19,15.9"/> + <flowDiv xml:space="preserve">Voici un exemple où la fonction Interpoler le style est utilisée sur le remplissage d'un chemin :</flowDiv> + </flowRoot> + <g id="interpolate-f16-fr.svgg2861" transform="translate(-11.812 2167.9)"> + <path id="interpolate-f16-fr.svgpath13980" fill="#fc0" d="m52.663 48.163c-2.997 2.904-3.507-5.427-7.12-3.193-3.685 2.279 1.132 7.941-3.228 8.47-4.276 0.518 1.544-6.96-2.678-7.53-4.305-0.581-3.831 7.272-7.908 5.69-3.998-1.551 4.538-5.716 1.63-8.871-2.966-3.217-6.213 5.723-8.463 1.962-2.206-3.688 5.568-2.554 4.959-6.686-0.622-4.213-8.403-0.204-8.03-4.444 0.365-4.158 8.015 2.747 9.9-1.062 1.923-3.885-6.953-4.673-4.277-7.898 2.625-3.162 4.671 4.579 8.371 2.365 3.773-2.258-2.707-7.438 1.458-8.427 4.085-0.969 0.184 7.803 4.35 8.286 4.249 0.493 2.825-8.477 6.66-6.673 3.761 1.769-3.613 6.481-0.834 9.63 2.834 3.212 5.587-5.828 7.763-2.1 2.132 3.655-5.516 3.234-4.864 7.501 0.665 4.351 8.878 0.224 8.029 4.487-0.834 4.18-8.373-3.756-9.995 0.204-1.653 4.037 7.334 5.326 4.277 8.289z"/> + <path id="interpolate-f16-fr.svgpath13984" fill="#d40000" d="m276.7 46.671c-3 2.905-3.51-5.426-7.13-3.192-3.68 2.279 1.14 7.941-3.22 8.47-4.28 0.518 1.54-6.96-2.68-7.53-4.31-0.581-3.83 7.272-7.91 5.69-4-1.551 4.54-5.716 1.63-8.871-2.96-3.217-6.21 5.723-8.46 1.962-2.21-3.688 5.57-2.554 4.96-6.686-0.62-4.213-8.41-0.204-8.03-4.444 0.36-4.158 8.01 2.747 9.9-1.062 1.92-3.885-6.96-4.673-4.28-7.898 2.63-3.162 4.67 4.579 8.37 2.365 3.77-2.258-2.71-7.438 1.46-8.427 4.08-0.969 0.18 7.803 4.35 8.286 4.25 0.493 2.82-8.477 6.66-6.673 3.76 1.769-3.61 6.481-0.83 9.63 2.83 3.212 5.58-5.828 7.76-2.101 2.13 3.656-5.52 3.235-4.87 7.502 0.67 4.351 8.88 0.224 8.03 4.487-0.83 4.18-8.37-3.756-9.99 0.204-1.66 4.037 7.33 5.326 4.28 8.288z"/> + <g id="interpolate-f16-fr.svgg14129" transform="matrix(.52187 0 0 .52187 16.74 -799.46)"> + <path id="interpolate-f16-fr.svgpath14131" d="m436.79 1621.7c-5.74 5.6-6.72-10.4-13.64-6.1-7.06 4.4 2.17 15.2-6.19 16.3-8.19 0.9 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.15 10.9-7.66-2.9 8.7-10.9 3.12-17-5.68-6.1-11.9 11-16.21 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5 0.7-8 15.36 5.2 18.97-2.1 3.69-7.4-13.32-8.9-8.19-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.79-16.1 7.83-1.9 0.35 14.9 8.34 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.2 3.4-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.1 14.87-4h0.01c4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.6 8-16.04-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.19 15.8" fill="#da1d00"/> + <path id="interpolate-f16-fr.svgpath14133" d="m375.47 1622.1c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.3-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.16 10.9-7.66-2.9 8.7-10.9 3.13-17-5.69-6.1-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5h0.01c0.7-8 15.35 5.2 18.97-2.1 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.8-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.1 14.88-4 4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.2 15.8" fill="#e03a00"/> + <path id="interpolate-f16-fr.svgpath14135" d="m314.14 1622.6c-5.74 5.5-6.72-10.4-13.64-6.2-7.06 4.4 2.17 15.3-6.19 16.3-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.15 10.9-7.66-2.9 8.69-10.9 3.12-17-5.68-6.1-11.91 11-16.22 3.8-4.22-7.1 10.67-4.9 9.51-12.8-1.19-8.1-16.11-0.4-15.39-8.5 0.7-8 15.36 5.2 18.97-2.1 3.68-7.4-13.32-8.9-8.2-15.1h0.01c5.02-6.1 8.95 8.8 16.03 4.5h0.01c7.22-4.3-5.19-14.2 2.79-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.15 0.9 5.42-16.3 12.77-12.8 7.2 3.4-6.93 12.4-1.6 18.4 5.43 6.2 10.7-11.1 14.87-4 4.09 7-10.57 6.2-9.32 14.4 1.28 8.3 17.01 0.4 15.39 8.6-1.6 8-16.05-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.19 15.9" fill="#e65700"/> + <path id="interpolate-f16-fr.svgpath14137" d="m252.81 1623c-5.74 5.5-6.72-10.4-13.64-6.2-7.06 4.4 2.17 15.3-6.18 16.3h-0.01c-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.15 11-7.66-3 8.7-11 3.12-17-5.68-6.2-11.9 10.9-16.21 3.7-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5 0.7-8 15.36 5.2 18.97-2.1 3.69-7.4-13.32-8.9-8.19-15.1 5.03-6 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.79-16.1 7.83-1.9 0.35 15 8.34 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.2 3.4-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.1 14.88-4 4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.6 8-16.04-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.19 15.9" fill="#ec7400"/> + <path id="interpolate-f16-fr.svgpath14139" d="m191.49 1623.4c-5.75 5.5-6.72-10.4-13.65-6.1-7.06 4.3 2.17 15.2-6.18 16.2-8.19 1 2.96-13.4-5.13-14.4-8.25-1.2-7.34 13.9-15.16 10.9-7.66-3 8.7-11 3.13-17-5.69-6.2-11.91 10.9-16.22 3.7-4.23-7 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5 0.7-8 15.35 5.3 18.97-2 3.68-7.5-13.33-9-8.2-15.2 5.03-6 8.95 8.8 16.04 4.6 7.23-4.4-5.18-14.3 2.8-16.2 7.82-1.8 0.35 15 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.5 5.44 6.1 10.71-11.2 14.88-4.1 4.09 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.06 10.2 8.2 15.9" fill="#f29100"/> + <path id="interpolate-f16-fr.svgpath14141" d="m130.16 1623.8c-5.74 5.5-6.72-10.4-13.64-6.1-7.06 4.3 2.17 15.2-6.19 16.2-8.19 1 2.96-13.3-5.13-14.4-8.248-1.1-7.34 13.9-15.152 10.9-7.66-3 8.696-11 3.123-17h-0.001c-5.683-6.2-11.905 10.9-16.215 3.7h-0.001c-4.226-7 10.67-4.9 9.502-12.8-1.191-8.1-16.101-0.4-15.387-8.5 0.701-8 15.359 5.3 18.971-2h0.001c3.682-7.5-13.324-9-8.196-15.2h0.001c5.029-6 8.95 8.8 16.039 4.6h0.001c7.224-4.4-5.187-14.3 2.794-16.2 7.83-1.8 0.35 15 8.33 15.9h0.01c8.14 0.9 5.41-16.2 12.76-12.8 7.2 3.4-6.93 12.4-1.6 18.5 5.43 6.1 10.7-11.2 14.87-4.1 4.09 7-10.57 6.2-9.32 14.4 1.28 8.3 17.02 0.4 15.39 8.6-1.6 8-16.05-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.19 15.9" fill="#f8ae00"/> </g> </g> - <rect id="d0e337" display="none" height="1000px" width="288" y="2366.9" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e337" display="none" height="1e3px" width="288" y="2233.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e337"/> </flowRegion> - <flowDiv xml:space="preserve">Interpoler le style affecte également le contour du chemin :</flowDiv> - </flowRoot> - <g id="interpolate-f17-fr.svgg2850" transform="translate(10, 2393.0626748000004) translate(-20.688595,-14.421848)"> - <path id="interpolate-f17-fr.svgpath14293" stroke-linejoin="round" style="stroke-dasharray:none;" d="M52.29,44.87c-2.997,2.905-3.507-5.427-7.12-3.192-3.685,2.278,1.132,7.941-3.228,8.469-4.276,0.518,1.544-6.96-2.678-7.53-4.305-0.58-3.831,7.273-7.907,5.691-3.998-1.552,4.538-5.716,1.629-8.871-2.966-3.218-6.213,5.722-8.463,1.961-2.206-3.687,5.568-2.554,4.959-6.685-0.621-4.213-8.403-0.204-8.03-4.444,0.365-4.158,8.015,2.747,9.9-1.063,1.923-3.885-6.953-4.672-4.276-7.897,2.624-3.163,4.67,4.578,8.37,2.364,3.773-2.258-2.706-7.438,1.459-8.426,4.084-0.97,0.183,7.802,4.35,8.285,4.248,0.493,2.824-8.476,6.659-6.672,3.761,1.769-3.613,6.48-0.834,9.63,2.834,3.211,5.588-5.829,7.763-2.101,2.133,3.656-5.515,3.235-4.864,7.502,0.665,4.351,8.879,0.224,8.029,4.487-0.834,4.18-8.372-3.756-9.994,0.203-1.654,4.038,7.333,5.327,4.276,8.289z" stroke="#000" stroke-miterlimit="4" stroke-width="1.50038075" fill="#FC0"/> - <path id="interpolate-f17-fr.svgpath14295" stroke-linejoin="round" style="stroke-dasharray:none;" d="M277.07,47.107c-3,2.904-3.51-5.427-7.12-3.193-3.69,2.279,1.13,7.942-3.23,8.47-4.28,0.518,1.54-6.96-2.68-7.53-4.3-0.581-3.83,7.272-7.91,5.69-3.99-1.551,4.54-5.716,1.63-8.871-2.96-3.217-6.21,5.723-8.46,1.962-2.21-3.688,5.57-2.554,4.96-6.686-0.62-4.213-8.4-0.204-8.03-4.444,0.36-4.158,8.01,2.748,9.9-1.062,1.92-3.885-6.95-4.673-4.28-7.898,2.63-3.162,4.67,4.579,8.37,2.365,3.78-2.258-2.7-7.438,1.46-8.427,4.09-0.969,0.19,7.803,4.35,8.286,4.25,0.493,2.83-8.477,6.66-6.673,3.76,1.769-3.61,6.481-0.83,9.63,2.83,3.212,5.59-5.828,7.76-2.1,2.13,3.655-5.51,3.234-4.86,7.501,0.66,4.351,8.88,0.225,8.03,4.487-0.84,4.181-8.38-3.756-10,0.204-1.65,4.038,7.33,5.327,4.28,8.289z" stroke="#ededed" stroke-miterlimit="4" stroke-width="1.50038075" fill="#d40000"/> - <g id="interpolate-f17-fr.svgg14449" transform="matrix(0.5218716,0,0,0.5218716,16.367493,-843.97546)"> - <path id="interpolate-f17-fr.svgpath14451" stroke-linejoin="round" style="stroke-dasharray:none;" d="M130.37,1703.8c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.2-8.2,1,2.95-13.3-5.13-14.4-8.254-1.1-7.346,13.9-15.158,10.9-7.66-3,8.696-11,3.123-17-5.683-6.2-11.906,11-16.216,3.7h-0.001c-4.226-7,10.67-4.8,9.502-12.8-1.191-8-16.101-0.4-15.387-8.5,0.701-7.9,15.359,5.3,18.971-2h0.001c3.682-7.5-13.324-9-8.196-15.1h0.001c5.029-6.1,8.95,8.7,16.039,4.5h0.001c7.23-4.3-5.187-14.3,2.79-16.2,7.83-1.8,0.36,15,8.34,15.9,8.14,1,5.41-16.2,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.5,5.43,6.1,10.71-11.2,14.88-4,4.08,7-10.57,6.2-9.32,14.3,1.27,8.4,17.01,0.5,15.38,8.6-1.6,8-16.04-7.2-19.15,0.4-3.17,7.8,14.05,10.2,8.2,15.9" stroke="#212121" stroke-miterlimit="4" stroke-width="2.875" fill="#f8ae00"/> - <path id="interpolate-f17-fr.svgpath14453" stroke-linejoin="round" style="stroke-dasharray:none;" d="M191.9,1704.4c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.2-8.2,1,2.96-13.3-5.13-14.4-8.25-1.1-7.35,13.9-15.16,10.9-7.66-3,8.7-11,3.13-17-5.69-6.2-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.9-1.19-8-16.1-0.3-15.39-8.5,0.7-7.9,15.36,5.3,18.97-2h0.01c3.68-7.4-13.33-9-8.2-15.1,5.03-6.1,8.95,8.7,16.04,4.5,7.23-4.3-5.19-14.3,2.79-16.2,7.83-1.8,0.36,15,8.34,15.9,8.14,1,5.41-16.2,12.76-12.8,7.21,3.4-6.92,12.5-1.6,18.5,5.43,6.1,10.71-11.2,14.88-4,4.08,7-10.57,6.2-9.32,14.3,1.27,8.4,17.01,0.5,15.38,8.6-1.6,8-16.04-7.2-19.15,0.4-3.17,7.8,14.05,10.2,8.2,15.9" stroke="#434343" stroke-miterlimit="4" stroke-width="2.875" fill="#f29100"/> - <path id="interpolate-f17-fr.svgpath14455" stroke-linejoin="round" style="stroke-dasharray:none;" d="M253.43,1705c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.2-8.2,1,2.96-13.3-5.13-14.4-8.25-1.1-7.34,13.9-15.16,10.9-7.66-3,8.7-10.9,3.13-17-5.69-6.2-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.6,0.7-7.9,15.36,5.3,18.98-2,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.79-16.1h0.01c7.82-1.9,0.35,14.9,8.33,15.8,8.14,1,5.41-16.2,12.76-12.7,7.21,3.3-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.2,14.88-4,4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.6,8-16.04-7.2-19.15,0.3-3.17,7.8,14.05,10.2,8.2,15.9" stroke="#656565" stroke-miterlimit="4" stroke-width="2.875" fill="#ec7400"/> - <path id="interpolate-f17-fr.svgpath14457" stroke-linejoin="round" style="stroke-dasharray:none;" d="M314.96,1705.6c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.2-8.19,1,2.96-13.3-5.13-14.4-8.25-1.1-7.34,14-15.16,10.9-7.66-2.9,8.7-10.9,3.13-17-5.69-6.1-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5,0.71-8,15.36,5.2,18.98-2.1,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.8-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.2,14.88-4,4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.2,15.8" stroke="#878787" stroke-miterlimit="4" stroke-width="2.875" fill="#e65700"/> - <path id="interpolate-f17-fr.svgpath14459" stroke-linejoin="round" style="stroke-dasharray:none;" d="M376.49,1706.2c-5.75,5.6-6.72-10.3-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.3-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.16,10.9-7.66-2.9,8.7-10.9,3.13-17-5.69-6.1-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5,0.7-8,15.35,5.2,18.97-2.1,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.18-14.2,2.8-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.4,5.44,6.2,10.71-11.1,14.88-4,4.09,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.06,10.2,8.2,15.8" stroke="#a9a9a9" stroke-miterlimit="4" stroke-width="2.875" fill="#e03a00"/> - <path id="interpolate-f17-fr.svgpath14461" stroke-linejoin="round" style="stroke-dasharray:none;" d="M438.02,1706.9c-5.75,5.5-6.72-10.4-13.65-6.2-7.06,4.4,2.17,15.3-6.18,16.3-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.15,10.9h-0.01c-7.65-2.9,8.7-10.9,3.13-16.9-5.69-6.2-11.91,10.9-16.22,3.7-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5,0.7-8,15.35,5.2,18.97-2.1,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6,8.95,8.8,16.04,4.5,7.23-4.3-5.18-14.2,2.8-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.59,18.4,5.43,6.2,10.7-11.1,14.87-4,4.09,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.06,10.2,8.2,15.9" stroke="#cbcbcb" stroke-miterlimit="4" stroke-width="2.875" fill="#da1d00"/> + <flowDiv xml:space="preserve">Interpoler le style affecte également le contour d'un chemin :</flowDiv> + </flowRoot> + <g id="interpolate-f17-fr.svgg2850" stroke-linejoin="round" transform="translate(-10.689 2245.2)"> + <path id="interpolate-f17-fr.svgpath14293" d="m52.29 44.87c-2.997 2.905-3.507-5.427-7.12-3.192-3.685 2.278 1.132 7.941-3.228 8.469-4.276 0.518 1.544-6.96-2.678-7.53-4.305-0.58-3.831 7.273-7.907 5.691-3.998-1.552 4.538-5.716 1.629-8.871-2.966-3.218-6.213 5.722-8.463 1.961-2.206-3.687 5.568-2.554 4.959-6.685-0.621-4.213-8.403-0.204-8.03-4.444 0.365-4.158 8.015 2.747 9.9-1.063 1.923-3.885-6.953-4.672-4.276-7.897 2.624-3.163 4.67 4.578 8.37 2.364 3.773-2.258-2.706-7.438 1.459-8.426 4.084-0.97 0.183 7.802 4.35 8.285 4.248 0.493 2.824-8.476 6.659-6.672 3.761 1.769-3.613 6.48-0.834 9.63 2.834 3.211 5.588-5.829 7.763-2.101 2.133 3.656-5.515 3.235-4.864 7.502 0.665 4.351 8.879 0.224 8.029 4.487-0.834 4.18-8.372-3.756-9.994 0.203-1.654 4.038 7.333 5.327 4.276 8.289z" stroke="#000" stroke-width="1.5004" fill="#fc0"/> + <path id="interpolate-f17-fr.svgpath14295" d="m277.07 47.107c-3 2.904-3.51-5.427-7.12-3.193-3.69 2.279 1.13 7.942-3.23 8.47-4.28 0.518 1.54-6.96-2.68-7.53-4.3-0.581-3.83 7.272-7.91 5.69-3.99-1.551 4.54-5.716 1.63-8.871-2.96-3.217-6.21 5.723-8.46 1.962-2.21-3.688 5.57-2.554 4.96-6.686-0.62-4.213-8.4-0.204-8.03-4.444 0.36-4.158 8.01 2.748 9.9-1.062 1.92-3.885-6.95-4.673-4.28-7.898 2.63-3.162 4.67 4.579 8.37 2.365 3.78-2.258-2.7-7.438 1.46-8.427 4.09-0.969 0.19 7.803 4.35 8.286 4.25 0.493 2.83-8.477 6.66-6.673 3.76 1.769-3.61 6.481-0.83 9.63 2.83 3.212 5.59-5.828 7.76-2.1 2.13 3.655-5.51 3.234-4.86 7.501 0.66 4.351 8.88 0.225 8.03 4.487-0.84 4.181-8.38-3.756-10 0.204-1.65 4.038 7.33 5.327 4.28 8.289z" stroke="#ededed" stroke-width="1.5004" fill="#d40000"/> + <g id="interpolate-f17-fr.svgg14449" transform="matrix(.52187 0 0 .52187 16.367 -843.98)" stroke-width="2.875"> + <path id="interpolate-f17-fr.svgpath14451" d="m130.37 1703.8c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.2-8.2 1 2.95-13.3-5.13-14.4-8.254-1.1-7.346 13.9-15.158 10.9-7.66-3 8.696-11 3.123-17-5.683-6.2-11.906 11-16.216 3.7h-0.001c-4.226-7 10.67-4.8 9.502-12.8-1.191-8-16.101-0.4-15.387-8.5 0.701-7.9 15.359 5.3 18.971-2h0.001c3.682-7.5-13.324-9-8.196-15.1h0.001c5.029-6.1 8.95 8.7 16.039 4.5h0.001c7.23-4.3-5.187-14.3 2.79-16.2 7.83-1.8 0.36 15 8.34 15.9 8.14 1 5.41-16.2 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.5 5.43 6.1 10.71-11.2 14.88-4 4.08 7-10.57 6.2-9.32 14.3 1.27 8.4 17.01 0.5 15.38 8.6-1.6 8-16.04-7.2-19.15 0.4-3.17 7.8 14.05 10.2 8.2 15.9" stroke="#212121" fill="#f8ae00"/> + <path id="interpolate-f17-fr.svgpath14453" d="m191.9 1704.4c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.2-8.2 1 2.96-13.3-5.13-14.4-8.25-1.1-7.35 13.9-15.16 10.9-7.66-3 8.7-11 3.13-17-5.69-6.2-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.9-1.19-8-16.1-0.3-15.39-8.5 0.7-7.9 15.36 5.3 18.97-2h0.01c3.68-7.4-13.33-9-8.2-15.1 5.03-6.1 8.95 8.7 16.04 4.5 7.23-4.3-5.19-14.3 2.79-16.2 7.83-1.8 0.36 15 8.34 15.9 8.14 1 5.41-16.2 12.76-12.8 7.21 3.4-6.92 12.5-1.6 18.5 5.43 6.1 10.71-11.2 14.88-4 4.08 7-10.57 6.2-9.32 14.3 1.27 8.4 17.01 0.5 15.38 8.6-1.6 8-16.04-7.2-19.15 0.4-3.17 7.8 14.05 10.2 8.2 15.9" stroke="#434343" fill="#f29100"/> + <path id="interpolate-f17-fr.svgpath14455" d="m253.43 1705c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.2-8.2 1 2.96-13.3-5.13-14.4-8.25-1.1-7.34 13.9-15.16 10.9-7.66-3 8.7-10.9 3.13-17-5.69-6.2-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.6 0.7-7.9 15.36 5.3 18.98-2 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.79-16.1h0.01c7.82-1.9 0.35 14.9 8.33 15.8 8.14 1 5.41-16.2 12.76-12.7 7.21 3.3-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.2 14.88-4 4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.6 8-16.04-7.2-19.15 0.3-3.17 7.8 14.05 10.2 8.2 15.9" stroke="#656565" fill="#ec7400"/> + <path id="interpolate-f17-fr.svgpath14457" d="m314.96 1705.6c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.2-8.19 1 2.96-13.3-5.13-14.4-8.25-1.1-7.34 14-15.16 10.9-7.66-2.9 8.7-10.9 3.13-17-5.69-6.1-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5 0.71-8 15.36 5.2 18.98-2.1 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.8-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.2 14.88-4 4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.2 15.8" stroke="#878787" fill="#e65700"/> + <path id="interpolate-f17-fr.svgpath14459" d="m376.49 1706.2c-5.75 5.6-6.72-10.3-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.3-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.16 10.9-7.66-2.9 8.7-10.9 3.13-17-5.69-6.1-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5 0.7-8 15.35 5.2 18.97-2.1 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.18-14.2 2.8-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.4 5.44 6.2 10.71-11.1 14.88-4 4.09 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.06 10.2 8.2 15.8" stroke="#a9a9a9" fill="#e03a00"/> + <path id="interpolate-f17-fr.svgpath14461" d="m438.02 1706.9c-5.75 5.5-6.72-10.4-13.65-6.2-7.06 4.4 2.17 15.3-6.18 16.3-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.15 10.9h-0.01c-7.65-2.9 8.7-10.9 3.13-16.9-5.69-6.2-11.91 10.9-16.22 3.7-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5 0.7-8 15.35 5.2 18.97-2.1 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6 8.95 8.8 16.04 4.5 7.23-4.3-5.18-14.2 2.8-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.59 18.4 5.43 6.2 10.7-11.1 14.87-4 4.09 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.06 10.2 8.2 15.9" stroke="#cbcbcb" fill="#da1d00"/> </g> </g> - <rect id="d0e350" display="none" height="1000px" width="288" y="2443.8" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e350" display="none" height="1e3px" width="288" y="2310.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e350"/> </flowRegion> - <flowDiv xml:space="preserve">Bien sûr, le chemin de départ et le chemin final n'ont pas besoin d'être identiques :</flowDiv> - </flowRoot> - <g id="interpolate-f18-fr.svgg2826" transform="translate(10, 2480.5029838000005) translate(-20.83931,-14.710899)"> - <path id="interpolate-f18-fr.svgpath7836" fill="#FC0" d="M52.441,44.409c-2.997,2.905-3.507-5.427-7.12-3.192-3.685,2.278,1.132,7.941-3.228,8.469-4.276,0.518,1.544-6.96-2.678-7.53-4.305-0.581-3.831,7.273-7.908,5.691-3.998-1.552,4.538-5.716,1.63-8.871-2.966-3.218-6.213,5.722-8.463,1.961-2.206-3.687,5.568-2.554,4.959-6.685-0.622-4.213-8.403-0.204-8.031-4.444,0.366-4.158,8.016,2.747,9.901-1.063,1.923-3.885-6.953-4.672-4.277-7.897,2.625-3.163,4.671,4.578,8.371,2.364,3.773-2.258-2.707-7.438,1.458-8.426,4.085-0.97,0.184,7.802,4.35,8.285,4.249,0.493,2.825-8.476,6.66-6.672,3.761,1.769-3.613,6.48-0.834,9.63,2.834,3.211,5.587-5.829,7.762-2.101,2.133,3.656-5.515,3.235-4.863,7.502,0.665,4.351,8.878,0.224,8.029,4.487-0.834,4.18-8.373-3.756-9.995,0.203-1.654,4.038,7.334,5.327,4.277,8.289z"/> - <path id="interpolate-f18-fr.svgrect7838" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#d40000" d="M255.17,22.167h1.52,1.51,1.52,1.51,1.52,1.52,1.51,1.52,1.51,1.52,1.51,1.52,1.51,1.52,1.52,1.51v1.515,1.516,1.516,1.515,1.516,1.516,1.515,1.516,1.515,1.516,1.516,1.515,1.516,1.515,1.516,1.516h-1.51-1.52-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.52-1.51-1.52-1.51-1.52v-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.516-1.515z"/> - <g id="interpolate-f18-fr.svgg8948" transform="matrix(0.5218716,0,0,0.5218716,16.890973,-819.61038)"> - <path id="interpolate-f18-fr.svgpath8950" fill="#da1d00" d="M401.09,1619.1c-0.31,0.3,1.96,0.1,1.76-0.1-0.17-0.2,2.16-0.5,1.96-0.7-0.18-0.2,1.05-0.3,1.45-0.1,0.17,0,0.28,0.1,0.25,0.1-0.26,0.2,2.17,0.5,2.18,0.8,0,0.3,2.56,0.6,2.55,0.9,0,0.3,2.09,0.5,1.93,0.5h0.02c-0.44,0.1,2.01-0.2,2.06-0.5,0.03-0.3,2.62-0.6,2.64-0.9s2.1-0.6,2.01-0.6h0.02c-0.35-0.1,1.91,0.1,1.72,0.3-0.17,0.2,2.18,0.5,2.04,0.8-0.17,0.3,2.12,0.5,1.82,0.5-0.08,0,0.17,0,0.5-0.1,0.44-0.1,1.39-0.2,1.45-0.4,0.08-0.3,2.78-0.5,2.99-0.8,0.19-0.2,2.86-0.5,2.88-0.7,0.01-0.2,0.69-0.4,1.23-0.5,0.46-0.1,0.87-0.2,0.76-0.2-0.26,0-0.51,2.7-0.77,2.9-0.23,0.2-0.47,2.9-0.68,3-0.2,0.1-0.38,1.2-0.54,1.6-0.05,0.3-0.08,0.6-0.09,0.5-0.08-0.3,0.19,2,0.51,1.9,0.27-0.2,0.58,2.2,0.77,2,0.13-0.1,0.21,0.7,0.17,1.2-0.02,0.3-0.05,0.6-0.09,0.5-0.15-0.3-0.45,2.2-0.78,2.1-0.3,0-0.63,2.5-0.88,2.5-0.29-0.1-0.48,1.5-0.45,1.7,0,0.1,0.01,0.1,0.01,0.1,0.06-0.3,0.35,2.2,0.71,2.3,0.26,0,0.56,2.6,0.85,2.7,0.32,0.1,0.63,2.6,0.87,2.5,0.11,0,0.2,0.4,0.27,0.9,0.09,0.5,0.09,1,0.04,0.9-0.08-0.3-0.34,2-0.61,1.9-0.28-0.2-0.56,2.1-0.68,1.9-0.09-0.2-0.09,0.5,0.08,1.1,0.09,0.3,0.17,0.7,0.25,0.7,0.25-0.1-2,0.1-1.74,0.4,0.22,0.2-2.04,0.4-1.79,0.5,0.18,0-0.62,0-1.13-0.1-0.34,0-0.61-0.1-0.56-0.2,0.19-0.2-2.35-0.5-2.44-0.8-0.1-0.3-2.74-0.6-2.74-0.9-0.01-0.2-1.03-0.3-1.46-0.4h-0.41c0.28,0-2.16,0.3-2.14,0.7,0.02,0.3-2.48,0.6-2.43,0.9s-2.32,0.6-2,0.7h-0.11c-0.25,0-1.78-0.2-1.64-0.4s-2.25-0.5-2.16-0.8c0.12-0.4-2.24-0.7-2-0.7h-0.63c-0.48,0.2-1.23,0.3-1.23,0.5s-2.65,0.5-2.82,0.8c-0.16,0.2-2.8,0.5-2.85,0.8-0.03,0.2-1.1,0.4-1.67,0.6-0.32,0-0.53,0.1-0.48,0.1,0.27,0.2,0.52-2.5,0.77-2.8,0.22-0.2,0.44-2.9,0.64-3.1,0.19-0.1,0.37-1.2,0.54-1.6,0.05-0.3,0.07-0.5,0.09-0.5,0.08,0.4-0.16-1.9-0.46-1.8-0.24,0.2-0.53-2.2-0.73-2-0.17,0.2-0.27-1-0.23-1.4,0.01-0.2,0.02-0.3,0.03-0.2,0.1,0.3,0.38-2.1,0.7-2.1,0.28,0.1,0.61-2.4,0.88-2.4,0.36,0,0.63-2.4,0.6-2,0,0,0-0.1-0.01-0.2-0.07-0.4-0.29-1.8-0.59-1.9-0.24,0-0.53-2.7-0.82-2.8-0.3-0.1-0.6-2.7-0.84-2.7-0.22,0-0.39-1-0.49-1.5-0.03-0.3-0.05-0.5-0.05-0.5-0.01,0.3,0.19-1.9,0.44-1.7,0.23,0.2,0.51-2.1,0.71-2,0.25,0.3,0.37-2,0.07-1.7"/> - <path id="interpolate-f18-fr.svgpath8952" fill="#e03a00" d="M345.6,1625.2c-0.63,0.6,1.01,0.3,0.61-0.2-0.34-0.5,1.42-1.1,1.02-1.5-0.36-0.3,0.4-0.4,0.4-0.1,0.1,0.1,0.15,0.1,0.09,0.2-0.51,0.4,1.44,1,1.45,1.6s2.23,1.2,2.21,1.7c-0.02,0.6,1.6,1.1,0.98,1.2-0.87,0.1,1.11-0.5,1.21-1.2,0.08-0.5,2.34-1.1,2.38-1.7s1.68-1.2,1.16-1.3c-0.69,0,0.92,0.3,0.55,0.7-0.35,0.5,1.45,1.1,1.16,1.6-0.34,0.5,1.35,1,0.74,1-0.16,0-0.06-0.1,0.11-0.1,0.03-0.3,0.76-0.6,0.89-1,0.15-0.4,2.66-0.9,3.07-1.4,0.38-0.5,2.81-1.1,2.85-1.6,0.02-0.3,0.54-0.6,0.83-0.9,0.26-0.2,0.47-0.4,0.25-0.4-0.51-0.1-1.03,2.4-1.53,2.9-0.47,0.4-0.94,3-1.37,3.2-0.39,0.1-0.75,1-1.07,1-0.1,0.2-0.16,0.3-0.19,0.2-0.16-0.7,0.38,1.1,1.03,0.8,0.54-0.2,1.15,1.6,1.53,1.2,0.27-0.3,0.42,0.2,0.34,0.3-0.03,0.2-0.09,0.3-0.17,0.2-0.3-0.5-0.9,1.4-1.56,1.4-0.6-0.1-1.26,2-1.77,1.9-0.57-0.1-0.96,1.1-0.89,0.8,0,0,0.01,0.1,0.01,0,0.13-0.7,0.7,1.4,1.43,1.6,0.52,0.1,1.11,2.4,1.69,2.6,0.65,0.2,1.27,2.3,1.73,2.1,0.23-0.1,0.42,0.2,0.56,0.4,0.17,0.2,0.18,0.5,0.08,0.2-0.18-0.5-0.69,1.2-1.23,0.9-0.55-0.4-1.12,1.3-1.36,0.9-0.18-0.3-0.17,0.1,0.16,0.3,0.18,0.2,0.34,0.4,0.51,0.4,0.5-0.2-1.09,0.3-0.58,0.8,0.43,0.4-1.18,0.8-0.67,1,0.36,0.1-0.08,0.1-0.26-0.1-0.18-0.1-0.33-0.3-0.22-0.4,0.38-0.5-1.79-1.1-1.99-1.7-0.19-0.6-2.56-1.2-2.57-1.7-0.02-0.4-0.76-0.7-0.75-0.9h-0.08c0.55,0.1-1.41,0.7-1.37,1.5,0.03,0.6-2.06,1.2-1.97,1.7,0.1,0.7-1.72,1.2-1.08,1.4h-0.02c0.17,0.1-0.87-0.3-0.58-0.8,0.28-0.4-1.61-1-1.42-1.6,0.24-0.7-1.58-1.3-1.09-1.4,0.18,0,0.02,0-0.15,0.1-0.14,0.2-0.66,0.5-0.67,0.9,0,0.4-2.41,1-2.75,1.6-0.3,0.5-2.68,1.1-2.77,1.6-0.08,0.4-0.93,0.8-1.21,1.2-0.19,0.1-0.31,0.2-0.19,0.3,0.52,0.3,1.04-2.2,1.54-2.7,0.44-0.4,0.87-3,1.28-3.3,0.38-0.2,0.74-1.1,1.08-1.1,0.08-0.2,0.14-0.3,0.17-0.2,0.16,0.7-0.31-1-0.92-0.7-0.49,0.3-1.07-1.5-1.47-1.1-0.33,0.4-0.54-0.4-0.45-0.4,0.02-0.1,0.04-0.1,0.06,0,0.21,0.6,0.75-1.3,1.4-1.2,0.57,0.1,1.22-2,1.76-2,0.72,0.1,1.26-1.8,1.21-1.1-0.01,0.1-0.02,0.1-0.03,0-0.14,0.1-0.58-1.1-1.17-1.2-0.49-0.1-1.07-2.5-1.65-2.7-0.6-0.3-1.2-2.6-1.69-2.6-0.42,0-0.77-0.7-0.96-0.8-0.08-0.2-0.11-0.3-0.12-0.1,0,0.6,0.39-1.1,0.89-0.6,0.47,0.3,1.02-1.4,1.41-1,0.51,0.4,0.75-1.2,0.16-0.6"/> - <path id="interpolate-f18-fr.svgpath8954" fill="#e65700" d="M290.1,1631.3c-0.94,0.9,0.07,0.4-0.53-0.4-0.5-0.6,0.68-1.5,0.08-2.1-0.55-0.5-0.24-0.7-0.65-0.2,0.03,0.1,0.02,0.2-0.08,0.3-0.76,0.6,0.72,1.4,0.74,2.3,0.01,1,1.88,1.9,1.85,2.7-0.02,0.9,1.12,1.5,0.04,1.7h-0.01c-1.31,0.1,0.21-0.6,0.36-1.7,0.12-0.8,2.06-1.8,2.11-2.6,0.06-1,1.26-1.7,0.31-1.9h-0.01c-1.05-0.1-0.08,0.4-0.64,1.1-0.53,0.6,0.73,1.5,0.29,2.2-0.51,0.9,0.57,1.6-0.34,1.6-0.24,0-0.28-0.1-0.29-0.2-0.37-0.3,0.14-0.8,0.34-1.4,0.22-0.6,2.54-1.4,3.14-2.2,0.58-0.8,2.78-1.6,2.83-2.3,0.04-0.5,0.39-1,0.44-1.4s0.07-0.5-0.26-0.6c-0.77-0.1-1.55,2.2-2.3,2.9-0.71,0.6-1.41,3-2.06,3.3-0.58,0.2-1.12,0.9-1.61,0.5-0.14,0.1-0.23,0-0.28-0.2-0.24-0.9,0.57,0.3,1.55-0.1,0.8-0.4,1.72,0.9,2.29,0.3,0.4-0.4,0.62-0.3,0.51-0.5-0.04,0-0.13-0.1-0.25-0.3-0.45-0.7-1.35,0.7-2.34,0.7-0.91-0.1-1.89,1.6-2.65,1.5-0.86-0.2-1.45,0.5-1.35-0.2,0.01,0,0.01,0,0.03-0.1,0.18-1,1.04,0.6,2.14,0.9,0.77,0.2,1.67,2.2,2.53,2.4,0.97,0.3,1.91,2.1,2.6,1.8,0.34-0.1,0.63,0,0.83,0,0.27-0.1,0.28-0.1,0.13-0.5-0.27-0.8-1.04,0.3-1.85-0.2-0.82-0.6-1.68,0.6-2.04,0-0.26-0.5-0.25-0.4,0.25-0.5,0.26,0,0.51,0.1,0.76,0,0.75-0.3-0.19,0.4,0.58,1.1,0.65,0.7-0.33,1.4,0.45,1.6,0.54,0.2,0.46,0.2,0.61-0.2-0.02-0.1-0.04-0.3,0.11-0.5,0.58-0.7-1.23-1.6-1.52-2.5-0.29-1-2.39-1.9-2.41-2.6-0.03-0.6-0.49-1.1-0.04-1.3,0.02-0.1,0.06-0.1,0.25-0.1,0.82,0.2-0.66,1.1-0.6,2.2,0.04,0.9-1.64,1.9-1.51,2.7,0.16,1-1.12,1.8-0.16,2h0.07c0.59,0.1,0.04-0.4,0.48-1.1,0.43-0.7-0.96-1.6-0.68-2.5,0.36-1-0.92-1.9-0.19-2.1,0.28,0,0.3,0,0.35,0.2,0.2,0.3-0.11,0.7-0.12,1.2,0,0.7-2.16,1.6-2.67,2.5-0.45,0.8-2.58,1.6-2.71,2.4-0.11,0.6-0.75,1.3-0.74,1.8-0.07,0.2-0.08,0.4,0.1,0.5,0.78,0.4,1.55-1.8,2.3-2.6,0.66-0.6,1.31-3.1,1.92-3.5,0.57-0.3,1.11-1,1.62-0.7,0.13,0,0.22,0,0.26,0.2,0.24,1-0.47-0.1-1.37,0.4-0.74,0.4-1.61-0.8-2.21-0.2-0.5,0.5-0.81,0.2-0.68,0.7,0.03-0.1,0.06,0,0.1,0.1,0.3,0.9,1.12-0.4,2.08-0.3,0.86,0.1,1.84-1.6,2.65-1.5,1.08,0.1,1.89-1.3,1.81-0.2,0,0.1-0.02,0.1-0.04,0.1-0.2,0.6-0.88-0.3-1.76-0.5-0.73-0.2-1.6-2.2-2.47-2.6-0.9-0.4-1.79-2.4-2.53-2.4-0.64-0.1-1.16-0.5-1.45-0.3-0.11,0-0.16,0.1-0.17,0.3-0.01,0.9,0.59-0.1,1.34,0.5,0.69,0.6,1.52-0.5,2.11,0,0.77,0.7,1.12-0.3,0.23,0.6"/> - <path id="interpolate-f18-fr.svgpath8956" fill="#ec7400" d="M234.61,1637.4c-1.26,1.2-0.88,0.6-1.68-0.5-0.67-0.9-0.06-2.1-0.86-2.8-0.74-0.7-0.88-1-1.7-0.2-0.05,0-0.11,0.1-0.24,0.2-1.02,0.9-0.01,2,0.01,3.2s1.54,2.5,1.51,3.6c-0.04,1.1,0.62,2-0.92,2.2h-0.02c-1.74,0.2-0.68-0.8-0.48-2.2,0.15-1.1,1.78-2.4,1.85-3.5,0.08-1.3,0.83-2.3-0.55-2.5h-0.03c-1.39-0.2-1.08,0.4-1.82,1.4-0.7,0.9,0.01,2-0.58,3-0.68,1.2-0.21,2.1-1.42,2-0.32,0-0.5,0-0.68-0.2-0.78-0.4-0.49-1.1-0.22-1.8,0.3-0.9,2.42-1.9,3.22-3,0.78-1,2.73-2.1,2.81-3.1,0.04-0.6,0.23-1.2,0.03-1.8-0.15-0.5-0.33-0.7-0.77-0.8-1.02-0.1-2.06,1.9-3.06,2.8-0.95,0.9-1.88,3.1-2.74,3.5-0.78,0.3-1.5,0.8-2.15,0.1-0.19-0.2-0.32-0.3-0.38-0.6-0.31-1.2,0.76-0.6,2.07-1.2,1.07-0.5,2.3,0.3,3.05-0.5,0.53-0.5,0.83-0.7,0.69-1.4-0.06-0.2-0.18-0.3-0.35-0.6-0.59-1-1.8,0-3.12-0.1-1.21-0.1-2.51,1.2-3.53,1-1.14-0.2-1.93,0.1-1.8-1.1,0.01-0.1,0.02-0.1,0.04-0.2,0.25-1.4,1.39-0.2,2.86,0.2,1.03,0.3,2.22,2,3.38,2.3,1.29,0.4,2.53,1.8,3.46,1.4,0.46-0.2,0.84-0.3,1.11-0.5,0.35-0.4,0.37-0.7,0.17-1.2-0.36-1-1.39-0.5-2.47-1.2-1.1-0.8-2.24-0.2-2.71-1-0.36-0.6-0.34-0.8,0.32-1.3,0.35-0.2,0.68-0.2,1.01-0.3,1.01-0.3,0.72,0.5,1.75,1.5,0.86,0.9,0.53,1.8,1.57,2.1,0.71,0.3,0.99,0.3,1.49-0.2,0.13-0.3,0.24-0.5,0.44-0.7,0.77-1-0.67-2.2-1.06-3.4s-2.22-2.4-2.25-3.4c-0.03-0.8-0.22-1.5,0.67-1.8,0.16-0.1,0.32-0.1,0.58,0,1.1,0.1,0.09,1.4,0.16,2.9,0.06,1.1-1.21,2.4-1.03,3.5,0.21,1.3-0.54,2.4,0.74,2.7h0.17c1,0.2,0.95-0.5,1.54-1.5,0.57-0.9-0.32-2.1,0.06-3.3,0.48-1.3-0.26-2.5,0.71-2.7,0.37-0.1,0.58-0.1,0.85,0.2,0.53,0.4,0.45,1,0.44,1.6-0.02,1-1.92,2.1-2.6,3.3-0.6,1-2.47,2.1-2.65,3.2-0.15,0.9-0.57,1.7-0.27,2.4,0.05,0.3,0.15,0.5,0.38,0.6,1.05,0.6,2.08-1.4,3.07-2.4,0.89-0.9,1.75-3.2,2.56-3.7,0.76-0.4,1.49-1,2.16-0.2,0.18,0.1,0.29,0.3,0.35,0.5,0.31,1.3-0.63,0.8-1.83,1.5-0.98,0.6-2.15-0.1-2.94,0.7-0.67,0.7-1.09,0.8-0.9,1.7,0.03,0,0.07,0.1,0.12,0.3,0.41,1.2,1.5,0.4,2.78,0.6,1.15,0.2,2.44-1.1,3.53-1.1,1.44,0.2,2.52-0.7,2.42,0.7-0.01,0.2-0.03,0.2-0.06,0.3-0.27,1-1.17,0.5-2.35,0.2-0.97-0.2-2.13-2-3.29-2.5-1.2-0.6-2.39-2.3-3.37-2.3-0.86,0-1.55-0.2-1.94,0.4-0.14,0.1-0.21,0.3-0.22,0.6-0.02,1.2,0.78,0.9,1.78,1.7,0.93,0.8,2.03,0.2,2.81,0.9,1.03,0.9,1.51,0.6,0.32,1.8"/> - <path id="interpolate-f18-fr.svgpath8958" fill="#f29100" d="M179.11,1643.4c-1.57,1.6-1.82,0.8-2.82-0.5-0.84-1.1-0.81-2.6-1.81-3.5-0.91-0.9-1.52-1.2-2.74-0.3-0.12,0.1-0.24,0.2-0.4,0.3-1.28,1.1-0.74,2.5-0.72,4,0.03,1.5,1.21,3.1,1.16,4.4-0.04,1.5,0.14,2.6-1.86,2.9h-0.04c-2.18,0.2-1.57-1.1-1.32-2.8,0.19-1.4,1.49-3,1.58-4.4,0.1-1.6,0.42-2.9-1.4-3.1-0.01,0-0.03,0-0.05-0.1-1.73-0.2-2.07,0.6-2.99,1.8-0.88,1.1-0.72,2.6-1.45,3.8-0.86,1.4-0.99,2.6-2.51,2.5-0.4,0-0.73-0.1-1.07-0.3-1.19-0.5-1.11-1.3-0.78-2.3,0.37-1,2.29-2.3,3.3-3.6,0.97-1.3,2.69-2.6,2.78-3.9,0.06-0.8,0.08-1.6-0.37-2.3-0.35-0.6-0.72-0.9-1.28-1-1.27-0.1-2.57,1.7-3.82,2.8-1.19,1.1-2.35,3.1-3.43,3.6-0.97,0.5-1.88,0.7-2.69-0.4-0.24-0.3-0.39-0.6-0.47-0.9-0.39-1.6,0.95-1.5,2.58-2.2,1.34-0.6,2.88-0.4,3.83-1.4,0.66-0.7,1.03-1.2,0.85-2.2-0.07-0.4-0.22-0.7-0.43-1-0.74-1.3-2.25-0.8-3.9-0.9-1.51-0.1-3.14,0.8-4.41,0.5-1.44-0.3-2.41-0.4-2.25-2,0.01-0.1,0.02-0.2,0.04-0.3,0.31-1.7,1.74-1,3.58-0.5,1.28,0.3,2.77,1.7,4.22,2.2,1.61,0.4,3.17,1.5,4.33,1,0.57-0.2,1.04-0.5,1.38-1,0.44-0.6,0.47-1.2,0.22-1.9-0.45-1.2-1.74-1.3-3.08-2.2-1.38-0.9-2.81-1-3.4-2-0.44-0.7-0.43-1.3,0.41-2,0.43-0.4,0.85-0.6,1.26-0.7,1.25-0.4,1.62,0.7,2.91,1.9,1.08,1.1,1.39,2.2,2.68,2.7,0.9,0.3,1.54,0.2,2.37-0.4,0.3-0.3,0.52-0.6,0.78-0.9,0.95-1.2-0.12-2.7-0.6-4.2-0.49-1.5-2.05-3-2.09-4.2-0.04-1.1,0.05-1.9,1.37-2.2,0.32-0.1,0.6-0.2,0.92-0.1,1.37,0.2,0.83,1.8,0.93,3.7,0.07,1.4-0.8,3-0.57,4.4,0.26,1.6,0.06,2.9,1.66,3.3h0.25c1.43,0.2,1.87-0.6,2.61-1.8,0.71-1.2,0.33-2.8,0.81-4.1,0.59-1.8,0.39-3.3,1.61-3.5,0.46-0.1,0.85,0,1.34,0.3,0.87,0.5,1,1.2,0.99,2-0.02,1.2-1.67,2.6-2.52,4.1-0.76,1.3-2.36,2.7-2.59,4-0.19,1.1-0.38,2.1,0.2,3.1,0.17,0.3,0.37,0.5,0.67,0.7,1.3,0.7,2.59-1.1,3.84-2.3,1.1-1.1,2.18-3.3,3.2-3.9,0.95-0.6,1.85-0.9,2.69,0.3,0.22,0.3,0.37,0.5,0.45,0.8,0.38,1.6-0.79,1.7-2.3,2.6-1.23,0.7-2.68,0.6-3.67,1.6-0.85,0.8-1.36,1.4-1.13,2.7,0.03,0.2,0.09,0.3,0.15,0.5,0.51,1.6,1.88,1.3,3.48,1.5,1.43,0.2,3.05-0.7,4.42-0.6,1.79,0.1,3.14-0.2,3.01,1.6-0.01,0.1-0.03,0.3-0.07,0.4-0.34,1.5-1.46,1.2-2.93,0.9-1.22-0.3-2.67-1.8-4.12-2.5-1.5-0.6-2.99-2-4.21-2-1.07-0.1-1.94,0-2.42,0.9-0.19,0.3-0.28,0.7-0.28,1.1-0.03,1.4,0.97,1.8,2.22,2.8,1.16,1,2.54,1,3.52,1.8,1.28,1.2,1.88,1.5,0.39,2.9"/> - <path id="interpolate-f18-fr.svgpath8960" fill="#f8ae00" d="M123.62,1649.5c-1.89,1.9-2.77,1-3.97-0.6-1.01-1.3-1.55-3.2-2.75-4.3-1.1-1-2.16-1.4-3.79-0.3-0.19,0.1-0.38,0.3-0.56,0.4-1.54,1.3-1.47,3-1.44,4.8s0.86,3.7,0.81,5.3c-0.06,1.8-0.35,3.1-2.82,3.4h-0.04c-2.62,0.3-2.48-1.3-2.18-3.4,0.24-1.6,1.22-3.5,1.32-5.2,0.12-1.9,0-3.5-2.25-3.8h-0.06c-2.09-0.2-3.07,0.7-4.18,2.1-1.06,1.4-1.44,3.1-2.321,4.6-1.033,1.7-1.77,3.1-3.594,3-0.478,0-0.946-0.1-1.456-0.3-1.602-0.7-1.741-1.7-1.34-2.8,0.445-1.3,2.172-2.8,3.382-4.4,1.16-1.5,2.64-3.1,2.756-4.7,0.069-0.9-0.082-1.8-0.771-2.7-0.555-0.7-1.126-1.1-1.787-1.1-1.535-0.3-3.087,1.3-4.594,2.7-1.429,1.3-2.818,3.2-4.114,3.7-1.162,0.6-2.249,0.6-3.223-0.9-0.286-0.5-0.47-0.8-0.566-1.2-0.471-1.9,1.137-2.4,3.099-3.3,1.607-0.7,3.451-1,4.588-2.2,0.795-0.8,1.245-1.7,1.024-3.1-0.089-0.5-0.267-1-0.517-1.4-0.891-1.5-2.701-1.5-4.68-1.6-1.813-0.1-3.769,0.4-5.294,0.1-1.721-0.4-2.894-0.9-2.699-3.1,0.013-0.1,0.031-0.2,0.053-0.3,0.371-2.1,2.085-1.7,4.289-1.2,1.545,0.4,3.332,1.5,5.065,2,1.938,0.6,3.809,1.3,5.203,0.7,0.68-0.3,1.247-0.7,1.652-1.4,0.533-1,0.56-1.8,0.259-2.6-0.532-1.5-2.087-2.2-3.696-3.3-1.653-1.1-3.363-1.7-4.076-2.9-0.53-0.9-0.51-1.8,0.488-2.9,0.518-0.5,1.021-0.8,1.518-1,1.505-0.5,2.527,0.8,4.074,2.3,1.293,1.3,2.248,2.7,3.798,3.2,1.078,0.4,2.08,0.3,3.24-0.4,0.46-0.4,0.81-0.7,1.11-1.1,1.15-1.4,0.45-3.2-0.14-5.1-0.58-1.8-1.87-3.6-1.92-5-0.05-1.3,0.33-2.2,2.08-2.7,0.47-0.1,0.87-0.1,1.24-0.1,1.66,0.3,1.59,2.1,1.71,4.4,0.08,1.7-0.38,3.7-0.11,5.3,0.32,2,0.66,3.6,2.57,4h0.35c1.85,0.2,2.78-0.7,3.67-2.2,0.85-1.4,0.97-3.3,1.55-4.9,0.71-2.1,1.06-3.9,2.51-4.2,0.56-0.1,1.13,0,1.84,0.4,1.21,0.6,1.55,1.4,1.54,2.4-0.02,1.4-1.42,3.1-2.44,4.9-0.91,1.6-2.25,3.2-2.53,4.8-0.22,1.3-0.2,2.6,0.67,3.7,0.29,0.4,0.6,0.7,0.95,0.9,1.57,0.8,3.12-0.8,4.61-2.2,1.33-1.3,2.62-3.4,3.84-4.1,1.14-0.7,2.23-0.8,3.24,0.8,0.26,0.4,0.43,0.7,0.53,1.1,0.46,1.9-0.95,2.6-2.75,3.7-1.48,0.8-3.22,1.3-4.41,2.5-1.02,1-1.63,2-1.36,3.7,0.04,0.3,0.11,0.5,0.19,0.7,0.61,1.9,2.25,2.1,4.17,2.4,1.72,0.2,3.66-0.3,5.3-0.1,2.15,0.1,3.77,0.3,3.62,2.4-0.02,0.2-0.05,0.4-0.09,0.6-0.4,1.9-1.75,2-3.52,1.6-1.46-0.4-3.2-1.6-4.94-2.4-1.79-0.7-3.59-1.9-5.05-1.9-1.29,0-2.33,0.3-2.91,1.6-0.22,0.5-0.33,0.9-0.33,1.4-0.03,1.7,1.17,2.7,2.67,4,1.39,1.1,3.04,1.7,4.22,2.8,1.54,1.3,2.25,2.3,0.47,4"/> + <flowDiv xml:space="preserve">Bien sûr, les chemins de départ et de fin n'ont pas besoin d'être identiques :</flowDiv> + </flowRoot> + <g id="interpolate-f18-fr.svgg2826" transform="translate(-10.839 2332.3)"> + <path id="interpolate-f18-fr.svgpath7836" fill="#fc0" d="m52.441 44.409c-2.997 2.905-3.507-5.427-7.12-3.192-3.685 2.278 1.132 7.941-3.228 8.469-4.276 0.518 1.544-6.96-2.678-7.53-4.305-0.581-3.831 7.273-7.908 5.691-3.998-1.552 4.538-5.716 1.63-8.871-2.966-3.218-6.213 5.722-8.463 1.961-2.206-3.687 5.568-2.554 4.959-6.685-0.622-4.213-8.403-0.204-8.031-4.444 0.366-4.158 8.016 2.747 9.901-1.063 1.923-3.885-6.953-4.672-4.277-7.897 2.625-3.163 4.671 4.578 8.371 2.364 3.773-2.258-2.707-7.438 1.458-8.426 4.085-0.97 0.184 7.802 4.35 8.285 4.249 0.493 2.825-8.476 6.66-6.672 3.761 1.769-3.613 6.48-0.834 9.63 2.834 3.211 5.587-5.829 7.762-2.101 2.133 3.656-5.515 3.235-4.863 7.502 0.665 4.351 8.878 0.224 8.029 4.487-0.834 4.18-8.373-3.756-9.995 0.203-1.654 4.038 7.334 5.327 4.277 8.289z"/> + <path id="interpolate-f18-fr.svgrect7838" d="m255.17 22.167h1.52 1.51 1.52 1.51 1.52 1.52 1.51 1.52 1.51 1.52 1.51 1.52 1.51 1.52 1.52 1.51v1.515 1.516 1.516 1.515 1.516 1.516 1.515 1.516 1.515 1.516 1.516 1.515 1.516 1.515 1.516 1.516h-1.51-1.52-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.52-1.51-1.52-1.51-1.52v-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.516-1.515z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#d40000"/> + <g id="interpolate-f18-fr.svgg8948" transform="matrix(.52187 0 0 .52187 16.891 -819.61)"> + <path id="interpolate-f18-fr.svgpath8950" d="m401.09 1619.1c-0.31 0.3 1.96 0.1 1.76-0.1-0.17-0.2 2.16-0.5 1.96-0.7-0.18-0.2 1.05-0.3 1.45-0.1 0.17 0 0.28 0.1 0.25 0.1-0.26 0.2 2.17 0.5 2.18 0.8 0 0.3 2.56 0.6 2.55 0.9 0 0.3 2.09 0.5 1.93 0.5h0.02c-0.44 0.1 2.01-0.2 2.06-0.5 0.03-0.3 2.62-0.6 2.64-0.9s2.1-0.6 2.01-0.6h0.02c-0.35-0.1 1.91 0.1 1.72 0.3-0.17 0.2 2.18 0.5 2.04 0.8-0.17 0.3 2.12 0.5 1.82 0.5-0.08 0 0.17 0 0.5-0.1 0.44-0.1 1.39-0.2 1.45-0.4 0.08-0.3 2.78-0.5 2.99-0.8 0.19-0.2 2.86-0.5 2.88-0.7 0.01-0.2 0.69-0.4 1.23-0.5 0.46-0.1 0.87-0.2 0.76-0.2-0.26 0-0.51 2.7-0.77 2.9-0.23 0.2-0.47 2.9-0.68 3-0.2 0.1-0.38 1.2-0.54 1.6-0.05 0.3-0.08 0.6-0.09 0.5-0.08-0.3 0.19 2 0.51 1.9 0.27-0.2 0.58 2.2 0.77 2 0.13-0.1 0.21 0.7 0.17 1.2-0.02 0.3-0.05 0.6-0.09 0.5-0.15-0.3-0.45 2.2-0.78 2.1-0.3 0-0.63 2.5-0.88 2.5-0.29-0.1-0.48 1.5-0.45 1.7 0 0.1 0.01 0.1 0.01 0.1 0.06-0.3 0.35 2.2 0.71 2.3 0.26 0 0.56 2.6 0.85 2.7 0.32 0.1 0.63 2.6 0.87 2.5 0.11 0 0.2 0.4 0.27 0.9 0.09 0.5 0.09 1 0.04 0.9-0.08-0.3-0.34 2-0.61 1.9-0.28-0.2-0.56 2.1-0.68 1.9-0.09-0.2-0.09 0.5 0.08 1.1 0.09 0.3 0.17 0.7 0.25 0.7 0.25-0.1-2 0.1-1.74 0.4 0.22 0.2-2.04 0.4-1.79 0.5 0.18 0-0.62 0-1.13-0.1-0.34 0-0.61-0.1-0.56-0.2 0.19-0.2-2.35-0.5-2.44-0.8-0.1-0.3-2.74-0.6-2.74-0.9-0.01-0.2-1.03-0.3-1.46-0.4h-0.41c0.28 0-2.16 0.3-2.14 0.7 0.02 0.3-2.48 0.6-2.43 0.9s-2.32 0.6-2 0.7h-0.11c-0.25 0-1.78-0.2-1.64-0.4s-2.25-0.5-2.16-0.8c0.12-0.4-2.24-0.7-2-0.7h-0.63c-0.48 0.2-1.23 0.3-1.23 0.5s-2.65 0.5-2.82 0.8c-0.16 0.2-2.8 0.5-2.85 0.8-0.03 0.2-1.1 0.4-1.67 0.6-0.32 0-0.53 0.1-0.48 0.1 0.27 0.2 0.52-2.5 0.77-2.8 0.22-0.2 0.44-2.9 0.64-3.1 0.19-0.1 0.37-1.2 0.54-1.6 0.05-0.3 0.07-0.5 0.09-0.5 0.08 0.4-0.16-1.9-0.46-1.8-0.24 0.2-0.53-2.2-0.73-2-0.17 0.2-0.27-1-0.23-1.4 0.01-0.2 0.02-0.3 0.03-0.2 0.1 0.3 0.38-2.1 0.7-2.1 0.28 0.1 0.61-2.4 0.88-2.4 0.36 0 0.63-2.4 0.6-2 0 0 0-0.1-0.01-0.2-0.07-0.4-0.29-1.8-0.59-1.9-0.24 0-0.53-2.7-0.82-2.8-0.3-0.1-0.6-2.7-0.84-2.7-0.22 0-0.39-1-0.49-1.5l-0.05-0.5c-0.01 0.3 0.19-1.9 0.44-1.7 0.23 0.2 0.51-2.1 0.71-2 0.25 0.3 0.37-2 0.07-1.7" fill="#da1d00"/> + <path id="interpolate-f18-fr.svgpath8952" d="m345.6 1625.2c-0.63 0.6 1.01 0.3 0.61-0.2-0.34-0.5 1.42-1.1 1.02-1.5-0.36-0.3 0.4-0.4 0.4-0.1 0.1 0.1 0.15 0.1 0.09 0.2-0.51 0.4 1.44 1 1.45 1.6s2.23 1.2 2.21 1.7c-0.02 0.6 1.6 1.1 0.98 1.2 0.01 0 0.01 0 0 0-0.87 0.1 1.11-0.5 1.21-1.2 0.08-0.5 2.34-1.1 2.38-1.7s1.68-1.2 1.16-1.3c0.01 0 0.01 0 0 0-0.69 0 0.92 0.3 0.55 0.7-0.35 0.5 1.45 1.1 1.16 1.6-0.34 0.5 1.35 1 0.74 1-0.16 0-0.06-0.1 0.11-0.1 0.03-0.3 0.76-0.6 0.89-1 0.15-0.4 2.66-0.9 3.07-1.4 0.38-0.5 2.81-1.1 2.85-1.6 0.02-0.3 0.54-0.6 0.83-0.9 0.26-0.2 0.47-0.4 0.25-0.4-0.51-0.1-1.03 2.4-1.53 2.9-0.47 0.4-0.94 3-1.37 3.2-0.39 0.1-0.75 1-1.07 1-0.1 0.2-0.16 0.3-0.19 0.2-0.16-0.7 0.38 1.1 1.03 0.8 0.54-0.2 1.15 1.6 1.53 1.2 0.27-0.3 0.42 0.2 0.34 0.3-0.03 0.2-0.09 0.3-0.17 0.2-0.3-0.5-0.9 1.4-1.56 1.4-0.6-0.1-1.26 2-1.77 1.9-0.57-0.1-0.96 1.1-0.89 0.8 0 0 0.01 0.1 0.01 0 0.13-0.7 0.7 1.4 1.43 1.6 0.52 0.1 1.11 2.4 1.69 2.6 0.65 0.2 1.27 2.3 1.73 2.1 0.23-0.1 0.42 0.2 0.56 0.4 0.17 0.2 0.18 0.5 0.08 0.2-0.18-0.5-0.69 1.2-1.23 0.9-0.55-0.4-1.12 1.3-1.36 0.9-0.18-0.3-0.17 0.1 0.16 0.3 0.18 0.2 0.34 0.4 0.51 0.4 0.5-0.2-1.09 0.3-0.58 0.8 0.43 0.4-1.18 0.8-0.67 1 0.36 0.1-0.08 0.1-0.26-0.1-0.18-0.1-0.33-0.3-0.22-0.4 0.38-0.5-1.79-1.1-1.99-1.7-0.19-0.6-2.56-1.2-2.57-1.7-0.02-0.4-0.76-0.7-0.75-0.9h-0.08c0.55 0.1-1.41 0.7-1.37 1.5 0.03 0.6-2.06 1.2-1.97 1.7 0.1 0.7-1.72 1.2-1.08 1.4h-0.02c0.17 0.1-0.87-0.3-0.58-0.8 0.28-0.4-1.61-1-1.42-1.6 0.24-0.7-1.58-1.3-1.09-1.4 0.18 0 0.02 0-0.15 0.1-0.14 0.2-0.66 0.5-0.67 0.9 0 0.4-2.41 1-2.75 1.6-0.3 0.5-2.68 1.1-2.77 1.6-0.08 0.4-0.93 0.8-1.21 1.2-0.19 0.1-0.31 0.2-0.19 0.3 0.52 0.3 1.04-2.2 1.54-2.7 0.44-0.4 0.87-3 1.28-3.3 0.38-0.2 0.74-1.1 1.08-1.1 0.08-0.2 0.14-0.3 0.17-0.2 0.16 0.7-0.31-1-0.92-0.7-0.49 0.3-1.07-1.5-1.47-1.1-0.33 0.4-0.54-0.4-0.45-0.4 0.02-0.1 0.04-0.1 0.06 0 0.21 0.6 0.75-1.3 1.4-1.2 0.57 0.1 1.22-2 1.76-2 0.72 0.1 1.26-1.8 1.21-1.1-0.01 0.1-0.02 0.1-0.03 0-0.14 0.1-0.58-1.1-1.17-1.2-0.49-0.1-1.07-2.5-1.65-2.7-0.6-0.3-1.2-2.6-1.69-2.6-0.42 0-0.77-0.7-0.96-0.8-0.08-0.2-0.11-0.3-0.12-0.1 0 0.6 0.39-1.1 0.89-0.6 0.47 0.3 1.02-1.4 1.41-1 0.51 0.4 0.75-1.2 0.16-0.6" fill="#e03a00"/> + <path id="interpolate-f18-fr.svgpath8954" d="m290.1 1631.3c-0.94 0.9 0.07 0.4-0.53-0.4-0.5-0.6 0.68-1.5 0.08-2.1-0.55-0.5-0.24-0.7-0.65-0.2 0.03 0.1 0.02 0.2-0.08 0.3-0.76 0.6 0.72 1.4 0.74 2.3 0.01 1 1.88 1.9 1.85 2.7-0.02 0.9 1.12 1.5 0.04 1.7h-0.01c-1.31 0.1 0.21-0.6 0.36-1.7 0.12-0.8 2.06-1.8 2.11-2.6 0.06-1 1.26-1.7 0.31-1.9h-0.01c-1.05-0.1-0.08 0.4-0.64 1.1-0.53 0.6 0.73 1.5 0.29 2.2-0.51 0.9 0.57 1.6-0.34 1.6-0.24 0-0.28-0.1-0.29-0.2-0.37-0.3 0.14-0.8 0.34-1.4 0.22-0.6 2.54-1.4 3.14-2.2 0.58-0.8 2.78-1.6 2.83-2.3 0.04-0.5 0.39-1 0.44-1.4s0.07-0.5-0.26-0.6c-0.77-0.1-1.55 2.2-2.3 2.9-0.71 0.6-1.41 3-2.06 3.3-0.58 0.2-1.12 0.9-1.61 0.5-0.14 0.1-0.23 0-0.28-0.2-0.24-0.9 0.57 0.3 1.55-0.1 0.8-0.4 1.72 0.9 2.29 0.3 0.4-0.4 0.62-0.3 0.51-0.5-0.04 0-0.13-0.1-0.25-0.3-0.45-0.7-1.35 0.7-2.34 0.7-0.91-0.1-1.89 1.6-2.65 1.5-0.86-0.2-1.45 0.5-1.35-0.2 0.01 0 0.01 0 0.03-0.1 0.18-1 1.04 0.6 2.14 0.9 0.77 0.2 1.67 2.2 2.53 2.4 0.97 0.3 1.91 2.1 2.6 1.8 0.34-0.1 0.63 0 0.83 0 0.27-0.1 0.28-0.1 0.13-0.5-0.27-0.8-1.04 0.3-1.85-0.2-0.82-0.6-1.68 0.6-2.04 0-0.26-0.5-0.25-0.4 0.25-0.5 0.26 0 0.51 0.1 0.76 0 0.75-0.3-0.19 0.4 0.58 1.1 0.65 0.7-0.33 1.4 0.45 1.6 0.54 0.2 0.46 0.2 0.61-0.2-0.02-0.1-0.04-0.3 0.11-0.5 0.58-0.7-1.23-1.6-1.52-2.5-0.29-1-2.39-1.9-2.41-2.6-0.03-0.6-0.49-1.1-0.04-1.3 0.02-0.1 0.06-0.1 0.25-0.1 0.82 0.2-0.66 1.1-0.6 2.2 0.04 0.9-1.64 1.9-1.51 2.7 0.16 1-1.12 1.8-0.16 2h0.07c0.59 0.1 0.04-0.4 0.48-1.1 0.43-0.7-0.96-1.6-0.68-2.5 0.36-1-0.92-1.9-0.19-2.1 0.28 0 0.3 0 0.35 0.2 0.2 0.3-0.11 0.7-0.12 1.2 0 0.7-2.16 1.6-2.67 2.5-0.45 0.8-2.58 1.6-2.71 2.4-0.11 0.6-0.75 1.3-0.74 1.8-0.07 0.2-0.08 0.4 0.1 0.5 0.78 0.4 1.55-1.8 2.3-2.6 0.66-0.6 1.31-3.1 1.92-3.5 0.57-0.3 1.11-1 1.62-0.7 0.13 0 0.22 0 0.26 0.2 0.24 1-0.47-0.1-1.37 0.4-0.74 0.4-1.61-0.8-2.21-0.2-0.5 0.5-0.81 0.2-0.68 0.7 0.03-0.1 0.06 0 0.1 0.1 0.3 0.9 1.12-0.4 2.08-0.3 0.86 0.1 1.84-1.6 2.65-1.5 1.08 0.1 1.89-1.3 1.81-0.2 0 0.1-0.02 0.1-0.04 0.1-0.2 0.6-0.88-0.3-1.76-0.5-0.73-0.2-1.6-2.2-2.47-2.6-0.9-0.4-1.79-2.4-2.53-2.4-0.64-0.1-1.16-0.5-1.45-0.3-0.11 0-0.16 0.1-0.17 0.3-0.01 0.9 0.59-0.1 1.34 0.5 0.69 0.6 1.52-0.5 2.11 0 0.77 0.7 1.12-0.3 0.23 0.6" fill="#e65700"/> + <path id="interpolate-f18-fr.svgpath8956" d="m234.61 1637.4c-1.26 1.2-0.88 0.6-1.68-0.5-0.67-0.9-0.06-2.1-0.86-2.8-0.74-0.7-0.88-1-1.7-0.2-0.05 0-0.11 0.1-0.24 0.2-1.02 0.9-0.01 2 0.01 3.2s1.54 2.5 1.51 3.6c-0.04 1.1 0.62 2-0.92 2.2h-0.02c-1.74 0.2-0.68-0.8-0.48-2.2 0.15-1.1 1.78-2.4 1.85-3.5 0.08-1.3 0.83-2.3-0.55-2.5h-0.03c-1.39-0.2-1.08 0.4-1.82 1.4-0.7 0.9 0.01 2-0.58 3-0.68 1.2-0.21 2.1-1.42 2-0.32 0-0.5 0-0.68-0.2-0.78-0.4-0.49-1.1-0.22-1.8 0.3-0.9 2.42-1.9 3.22-3 0.78-1 2.73-2.1 2.81-3.1 0.04-0.6 0.23-1.2 0.03-1.8-0.15-0.5-0.33-0.7-0.77-0.8-1.02-0.1-2.06 1.9-3.06 2.8-0.95 0.9-1.88 3.1-2.74 3.5-0.78 0.3-1.5 0.8-2.15 0.1-0.19-0.2-0.32-0.3-0.38-0.6-0.31-1.2 0.76-0.6 2.07-1.2 1.07-0.5 2.3 0.3 3.05-0.5 0.53-0.5 0.83-0.7 0.69-1.4-0.06-0.2-0.18-0.3-0.35-0.6-0.59-1-1.8 0-3.12-0.1-1.21-0.1-2.51 1.2-3.53 1-1.14-0.2-1.93 0.1-1.8-1.1 0.01-0.1 0.02-0.1 0.04-0.2 0.25-1.4 1.39-0.2 2.86 0.2 1.03 0.3 2.22 2 3.38 2.3 1.29 0.4 2.53 1.8 3.46 1.4 0.46-0.2 0.84-0.3 1.11-0.5 0.35-0.4 0.37-0.7 0.17-1.2-0.36-1-1.39-0.5-2.47-1.2-1.1-0.8-2.24-0.2-2.71-1-0.36-0.6-0.34-0.8 0.32-1.3 0.35-0.2 0.68-0.2 1.01-0.3 1.01-0.3 0.72 0.5 1.75 1.5 0.86 0.9 0.53 1.8 1.57 2.1 0.71 0.3 0.99 0.3 1.49-0.2 0.13-0.3 0.24-0.5 0.44-0.7 0.77-1-0.67-2.2-1.06-3.4s-2.22-2.4-2.25-3.4c-0.03-0.8-0.22-1.5 0.67-1.8 0.16-0.1 0.32-0.1 0.58 0 1.1 0.1 0.09 1.4 0.16 2.9 0.06 1.1-1.21 2.4-1.03 3.5 0.21 1.3-0.54 2.4 0.74 2.7h0.17c1 0.2 0.95-0.5 1.54-1.5 0.57-0.9-0.32-2.1 0.06-3.3 0.48-1.3-0.26-2.5 0.71-2.7 0.37-0.1 0.58-0.1 0.85 0.2 0.53 0.4 0.45 1 0.44 1.6-0.02 1-1.92 2.1-2.6 3.3-0.6 1-2.47 2.1-2.65 3.2-0.15 0.9-0.57 1.7-0.27 2.4 0.05 0.3 0.15 0.5 0.38 0.6 1.05 0.6 2.08-1.4 3.07-2.4 0.89-0.9 1.75-3.2 2.56-3.7 0.76-0.4 1.49-1 2.16-0.2 0.18 0.1 0.29 0.3 0.35 0.5 0.31 1.3-0.63 0.8-1.83 1.5-0.98 0.6-2.15-0.1-2.94 0.7-0.67 0.7-1.09 0.8-0.9 1.7 0.03 0 0.07 0.1 0.12 0.3 0.41 1.2 1.5 0.4 2.78 0.6 1.15 0.2 2.44-1.1 3.53-1.1 1.44 0.2 2.52-0.7 2.42 0.7-0.01 0.2-0.03 0.2-0.06 0.3-0.27 1-1.17 0.5-2.35 0.2-0.97-0.2-2.13-2-3.29-2.5-1.2-0.6-2.39-2.3-3.37-2.3-0.86 0-1.55-0.2-1.94 0.4-0.14 0.1-0.21 0.3-0.22 0.6-0.02 1.2 0.78 0.9 1.78 1.7 0.93 0.8 2.03 0.2 2.81 0.9 1.03 0.9 1.51 0.6 0.32 1.8" fill="#ec7400"/> + <path id="interpolate-f18-fr.svgpath8958" d="m179.11 1643.4c-1.57 1.6-1.82 0.8-2.82-0.5-0.84-1.1-0.81-2.6-1.81-3.5-0.91-0.9-1.52-1.2-2.74-0.3-0.12 0.1-0.24 0.2-0.4 0.3-1.28 1.1-0.74 2.5-0.72 4 0.03 1.5 1.21 3.1 1.16 4.4-0.04 1.5 0.14 2.6-1.86 2.9h-0.04c-2.18 0.2-1.57-1.1-1.32-2.8 0.19-1.4 1.49-3 1.58-4.4 0.1-1.6 0.42-2.9-1.4-3.1-0.01 0-0.03 0-0.05-0.1-1.73-0.2-2.07 0.6-2.99 1.8-0.88 1.1-0.72 2.6-1.45 3.8-0.86 1.4-0.99 2.6-2.51 2.5-0.4 0-0.73-0.1-1.07-0.3-1.19-0.5-1.11-1.3-0.78-2.3 0.37-1 2.29-2.3 3.3-3.6 0.97-1.3 2.69-2.6 2.78-3.9 0.06-0.8 0.08-1.6-0.37-2.3-0.35-0.6-0.72-0.9-1.28-1-1.27-0.1-2.57 1.7-3.82 2.8-1.19 1.1-2.35 3.1-3.43 3.6-0.97 0.5-1.88 0.7-2.69-0.4-0.24-0.3-0.39-0.6-0.47-0.9-0.39-1.6 0.95-1.5 2.58-2.2 1.34-0.6 2.88-0.4 3.83-1.4 0.66-0.7 1.03-1.2 0.85-2.2-0.07-0.4-0.22-0.7-0.43-1-0.74-1.3-2.25-0.8-3.9-0.9-1.51-0.1-3.14 0.8-4.41 0.5-1.44-0.3-2.41-0.4-2.25-2 0.01-0.1 0.02-0.2 0.04-0.3 0.31-1.7 1.74-1 3.58-0.5 1.28 0.3 2.77 1.7 4.22 2.2 1.61 0.4 3.17 1.5 4.33 1 0.57-0.2 1.04-0.5 1.38-1 0.44-0.6 0.47-1.2 0.22-1.9-0.45-1.2-1.74-1.3-3.08-2.2-1.38-0.9-2.81-1-3.4-2-0.44-0.7-0.43-1.3 0.41-2 0.43-0.4 0.85-0.6 1.26-0.7 1.25-0.4 1.62 0.7 2.91 1.9 1.08 1.1 1.39 2.2 2.68 2.7 0.9 0.3 1.54 0.2 2.37-0.4 0.3-0.3 0.52-0.6 0.78-0.9 0.95-1.2-0.12-2.7-0.6-4.2-0.49-1.5-2.05-3-2.09-4.2-0.04-1.1 0.05-1.9 1.37-2.2 0.32-0.1 0.6-0.2 0.92-0.1 1.37 0.2 0.83 1.8 0.93 3.7 0.07 1.4-0.8 3-0.57 4.4 0.26 1.6 0.06 2.9 1.66 3.3h0.25c1.43 0.2 1.87-0.6 2.61-1.8 0.71-1.2 0.33-2.8 0.81-4.1 0.59-1.8 0.39-3.3 1.61-3.5 0.46-0.1 0.85 0 1.34 0.3 0.87 0.5 1 1.2 0.99 2-0.02 1.2-1.67 2.6-2.52 4.1-0.76 1.3-2.36 2.7-2.59 4-0.19 1.1-0.38 2.1 0.2 3.1 0.17 0.3 0.37 0.5 0.67 0.7 1.3 0.7 2.59-1.1 3.84-2.3 1.1-1.1 2.18-3.3 3.2-3.9 0.95-0.6 1.85-0.9 2.69 0.3 0.22 0.3 0.37 0.5 0.45 0.8 0.38 1.6-0.79 1.7-2.3 2.6-1.23 0.7-2.68 0.6-3.67 1.6-0.85 0.8-1.36 1.4-1.13 2.7 0.03 0.2 0.09 0.3 0.15 0.5 0.51 1.6 1.88 1.3 3.48 1.5 1.43 0.2 3.05-0.7 4.42-0.6 1.79 0.1 3.14-0.2 3.01 1.6-0.01 0.1-0.03 0.3-0.07 0.4-0.34 1.5-1.46 1.2-2.93 0.9-1.22-0.3-2.67-1.8-4.12-2.5-1.5-0.6-2.99-2-4.21-2-1.07-0.1-1.94 0-2.42 0.9-0.19 0.3-0.28 0.7-0.28 1.1-0.03 1.4 0.97 1.8 2.22 2.8 1.16 1 2.54 1 3.52 1.8 1.28 1.2 1.88 1.5 0.39 2.9" fill="#f29100"/> + <path id="interpolate-f18-fr.svgpath8960" d="m123.62 1649.5c-1.89 1.9-2.77 1-3.97-0.6-1.01-1.3-1.55-3.2-2.75-4.3-1.1-1-2.16-1.4-3.79-0.3-0.19 0.1-0.38 0.3-0.56 0.4-1.54 1.3-1.47 3-1.44 4.8s0.86 3.7 0.81 5.3c-0.06 1.8-0.35 3.1-2.82 3.4h-0.04c-2.62 0.3-2.48-1.3-2.18-3.4 0.24-1.6 1.22-3.5 1.32-5.2 0.12-1.9 0-3.5-2.25-3.8h-0.06c-2.09-0.2-3.07 0.7-4.18 2.1-1.06 1.4-1.44 3.1-2.321 4.6-1.033 1.7-1.77 3.1-3.594 3-0.478 0-0.946-0.1-1.456-0.3-1.602-0.7-1.741-1.7-1.34-2.8 0.445-1.3 2.172-2.8 3.382-4.4 1.16-1.5 2.64-3.1 2.756-4.7 0.069-0.9-0.082-1.8-0.771-2.7-0.555-0.7-1.126-1.1-1.787-1.1-1.535-0.3-3.087 1.3-4.594 2.7-1.429 1.3-2.818 3.2-4.114 3.7-1.162 0.6-2.249 0.6-3.223-0.9-0.286-0.5-0.47-0.8-0.566-1.2-0.471-1.9 1.137-2.4 3.099-3.3 1.607-0.7 3.451-1 4.588-2.2 0.795-0.8 1.245-1.7 1.024-3.1-0.089-0.5-0.267-1-0.517-1.4-0.891-1.5-2.701-1.5-4.68-1.6-1.813-0.1-3.769 0.4-5.294 0.1-1.721-0.4-2.894-0.9-2.699-3.1 0.013-0.1 0.031-0.2 0.053-0.3 0.371-2.1 2.085-1.7 4.289-1.2 1.545 0.4 3.332 1.5 5.065 2 1.938 0.6 3.809 1.3 5.203 0.7 0.68-0.3 1.247-0.7 1.652-1.4 0.533-1 0.56-1.8 0.259-2.6-0.532-1.5-2.087-2.2-3.696-3.3-1.653-1.1-3.363-1.7-4.076-2.9-0.53-0.9-0.51-1.8 0.488-2.9 0.518-0.5 1.021-0.8 1.518-1 1.505-0.5 2.527 0.8 4.074 2.3 1.293 1.3 2.248 2.7 3.798 3.2 1.078 0.4 2.08 0.3 3.24-0.4 0.46-0.4 0.81-0.7 1.11-1.1 1.15-1.4 0.45-3.2-0.14-5.1-0.58-1.8-1.87-3.6-1.92-5-0.05-1.3 0.33-2.2 2.08-2.7 0.47-0.1 0.87-0.1 1.24-0.1 1.66 0.3 1.59 2.1 1.71 4.4 0.08 1.7-0.38 3.7-0.11 5.3 0.32 2 0.66 3.6 2.57 4h0.35c1.85 0.2 2.78-0.7 3.67-2.2 0.85-1.4 0.97-3.3 1.55-4.9 0.71-2.1 1.06-3.9 2.51-4.2 0.56-0.1 1.13 0 1.84 0.4 1.21 0.6 1.55 1.4 1.54 2.4-0.02 1.4-1.42 3.1-2.44 4.9-0.91 1.6-2.25 3.2-2.53 4.8-0.22 1.3-0.2 2.6 0.67 3.7 0.29 0.4 0.6 0.7 0.95 0.9 1.57 0.8 3.12-0.8 4.61-2.2 1.33-1.3 2.62-3.4 3.84-4.1 1.14-0.7 2.23-0.8 3.24 0.8 0.26 0.4 0.43 0.7 0.53 1.1 0.46 1.9-0.95 2.6-2.75 3.7-1.48 0.8-3.22 1.3-4.41 2.5-1.02 1-1.63 2-1.36 3.7 0.04 0.3 0.11 0.5 0.19 0.7 0.61 1.9 2.25 2.1 4.17 2.4 1.72 0.2 3.66-0.3 5.3-0.1 2.15 0.1 3.77 0.3 3.62 2.4-0.02 0.2-0.05 0.4-0.09 0.6-0.4 1.9-1.75 2-3.52 1.6-1.46-0.4-3.2-1.6-4.94-2.4-1.79-0.7-3.59-1.9-5.05-1.9-1.29 0-2.33 0.3-2.91 1.6-0.22 0.5-0.33 0.9-0.33 1.4-0.03 1.7 1.17 2.7 2.67 4 1.39 1.1 3.04 1.7 4.22 2.8 1.54 1.3 2.25 2.3 0.47 4" fill="#f8ae00"/> </g> - <path id="interpolate-f18-fr.svgpath9084" stroke-linejoin="round" style="stroke-dasharray:none;" d="M52.441,88.246c-2.997,2.905-3.507-5.427-7.12-3.192-3.685,2.278,1.132,7.941-3.228,8.469-4.276,0.518,1.544-6.96-2.678-7.529-4.305-0.581-3.831,7.272-7.908,5.69-3.998-1.551,4.538-5.716,1.63-8.871-2.966-3.218-6.213,5.722-8.463,1.962-2.206-3.688,5.568-2.555,4.959-6.686-0.622-4.213-8.403-0.204-8.031-4.444,0.366-4.158,8.016,2.747,9.901-1.063,1.923-3.885-6.953-4.672-4.277-7.897,2.625-3.163,4.671,4.578,8.371,2.364,3.773-2.257-2.707-7.438,1.458-8.426,4.085-0.969,0.184,7.802,4.35,8.286,4.249,0.492,2.825-8.477,6.66-6.673,3.761,1.769-3.613,6.48-0.834,9.63,2.834,3.211,5.587-5.828,7.762-2.101,2.133,3.656-5.515,3.235-4.863,7.502,0.665,4.351,8.878,0.224,8.029,4.487-0.834,4.18-8.373-3.756-9.995,0.203-1.654,4.038,7.334,5.327,4.277,8.289z" stroke="#000" stroke-miterlimit="4" stroke-width="1.50038075" fill="#FC0"/> - <path id="interpolate-f18-fr.svgpath9086" stroke-linejoin="round" d="M255.17,66.004h1.52,1.51,1.52,1.51,1.52,1.52,1.51,1.52,1.51,1.52,1.51,1.52,1.51,1.52,1.52,1.51v1.516,1.515,1.516,1.516,1.515,1.516,1.515,1.516,1.516,1.515,1.516,1.515,1.516,1.516,1.515,1.516h-1.51-1.52-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.52-1.51-1.52-1.51-1.52v-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" stroke="#ededed" stroke-miterlimit="4" stroke-width="2.33537507" fill="#d40000"/> - <g id="interpolate-f18-fr.svgg10434" transform="matrix(0.5218716,0,0,0.5218716,16.890973,-819.61038)"> - <path id="interpolate-f18-fr.svgpath10436" stroke-linejoin="round" d="M401.09,1703.1c-0.31,0.3,1.96,0.1,1.76-0.1-0.17-0.2,2.16-0.5,1.96-0.7-0.18-0.2,1.05-0.3,1.45-0.1,0.17,0,0.28,0.1,0.25,0.1-0.26,0.2,2.17,0.5,2.18,0.8,0,0.3,2.56,0.6,2.55,0.9,0,0.3,2.09,0.5,1.93,0.5h0.02c-0.44,0.1,2.01-0.2,2.06-0.5,0.03-0.3,2.62-0.6,2.64-0.9s2.1-0.6,2.01-0.6h0.02c-0.35-0.1,1.91,0.1,1.72,0.3-0.17,0.2,2.18,0.5,2.04,0.8-0.17,0.3,2.12,0.5,1.82,0.5-0.08,0,0.17,0,0.5-0.1,0.44-0.1,1.39-0.2,1.45-0.4,0.08-0.3,2.78-0.5,2.99-0.8,0.19-0.2,2.86-0.5,2.88-0.7,0.01-0.2,0.69-0.4,1.23-0.5,0.46-0.1,0.87-0.2,0.76-0.2-0.26,0-0.51,2.7-0.77,2.9-0.23,0.2-0.47,2.9-0.68,3-0.2,0.1-0.38,1.2-0.54,1.6-0.05,0.3-0.08,0.6-0.09,0.5-0.08-0.3,0.19,2,0.51,1.9,0.27-0.2,0.58,2.2,0.77,2,0.13-0.1,0.21,0.7,0.17,1.2-0.02,0.3-0.05,0.6-0.09,0.5-0.15-0.3-0.45,2.2-0.78,2.1-0.3,0-0.63,2.5-0.88,2.5-0.29-0.1-0.48,1.5-0.45,1.7,0,0.1,0.01,0.1,0.01,0.1,0.06-0.3,0.35,2.2,0.71,2.3,0.26,0,0.56,2.6,0.85,2.7,0.32,0.1,0.63,2.6,0.87,2.5,0.11,0,0.2,0.4,0.27,0.9,0.09,0.5,0.09,1,0.04,0.9-0.08-0.3-0.34,2-0.61,1.9-0.28-0.2-0.56,2.1-0.68,1.9-0.09-0.2-0.09,0.5,0.08,1.1,0.09,0.3,0.17,0.7,0.25,0.7,0.25-0.1-2,0.1-1.74,0.4,0.22,0.2-2.04,0.4-1.79,0.5,0.18,0-0.62,0-1.13-0.1-0.34,0-0.61-0.1-0.56-0.2,0.19-0.2-2.35-0.5-2.44-0.8-0.1-0.3-2.74-0.6-2.74-0.9-0.01-0.2-1.03-0.3-1.46-0.4h-0.41c0.28,0-2.16,0.3-2.14,0.7,0.02,0.3-2.48,0.6-2.43,0.9s-2.32,0.6-2,0.7h-0.11c-0.25,0-1.78-0.2-1.64-0.4s-2.25-0.5-2.16-0.8c0.12-0.4-2.24-0.7-2-0.7h-0.63c-0.48,0.2-1.23,0.3-1.23,0.5s-2.65,0.5-2.82,0.8c-0.16,0.2-2.8,0.5-2.85,0.8-0.03,0.2-1.1,0.4-1.67,0.6-0.32,0-0.53,0.1-0.48,0.1,0.27,0.2,0.52-2.5,0.77-2.8,0.22-0.2,0.44-2.9,0.64-3.1,0.19-0.1,0.37-1.2,0.54-1.6,0.05-0.3,0.07-0.5,0.09-0.5,0.08,0.4-0.16-1.9-0.46-1.8-0.24,0.2-0.53-2.2-0.73-2-0.17,0.2-0.27-1-0.23-1.4,0.01-0.2,0.02-0.3,0.03-0.2,0.1,0.3,0.38-2.1,0.7-2.1,0.28,0.1,0.61-2.4,0.88-2.4,0.36,0,0.63-2.4,0.6-2,0,0,0-0.1-0.01-0.2-0.07-0.4-0.29-1.8-0.59-1.9-0.24,0-0.53-2.7-0.82-2.8-0.3-0.1-0.6-2.7-0.84-2.7-0.22,0-0.39-1-0.49-1.5-0.03-0.3-0.05-0.5-0.05-0.5-0.01,0.3,0.19-1.9,0.44-1.7,0.23,0.2,0.51-2.1,0.71-2,0.25,0.3,0.37-2,0.07-1.7" stroke="#cbcbcb" stroke-miterlimit="4" stroke-width="4.24642849" fill="#da1d00"/> - <path id="interpolate-f18-fr.svgpath10438" stroke-linejoin="round" d="M345.6,1709.2c-0.63,0.6,1.01,0.3,0.61-0.2-0.34-0.5,1.42-1.1,1.02-1.5-0.36-0.3,0.4-0.4,0.4-0.1,0.1,0.1,0.15,0.1,0.09,0.2-0.51,0.4,1.44,1,1.45,1.6s2.23,1.2,2.21,1.7c-0.02,0.6,1.6,1.1,0.98,1.2-0.87,0.1,1.11-0.5,1.21-1.2,0.08-0.5,2.34-1.1,2.38-1.7s1.68-1.2,1.16-1.3c-0.69,0,0.92,0.3,0.55,0.7-0.35,0.5,1.45,1.1,1.16,1.6-0.34,0.5,1.35,1,0.74,1-0.16,0-0.06-0.1,0.11-0.1,0.03-0.3,0.76-0.6,0.89-1,0.15-0.4,2.66-0.9,3.07-1.4,0.38-0.5,2.81-1.1,2.85-1.6,0.02-0.3,0.54-0.6,0.83-0.9,0.26-0.2,0.47-0.4,0.25-0.4-0.51-0.1-1.03,2.4-1.53,2.9-0.47,0.4-0.94,3-1.37,3.2-0.39,0.1-0.75,1-1.07,1-0.1,0.2-0.16,0.3-0.19,0.2-0.16-0.7,0.38,1.1,1.03,0.8,0.54-0.2,1.15,1.6,1.53,1.2,0.27-0.3,0.42,0.2,0.34,0.3-0.03,0.2-0.09,0.3-0.17,0.2-0.3-0.5-0.9,1.4-1.56,1.4-0.6-0.1-1.26,2-1.77,1.9-0.57-0.1-0.96,1.1-0.89,0.8,0,0,0.01,0.1,0.01,0,0.13-0.7,0.7,1.4,1.43,1.6,0.52,0.1,1.11,2.4,1.69,2.6,0.65,0.2,1.27,2.3,1.73,2.1,0.23-0.1,0.42,0.2,0.56,0.4,0.17,0.2,0.18,0.5,0.08,0.2-0.18-0.5-0.69,1.2-1.23,0.9-0.55-0.4-1.12,1.3-1.36,0.9-0.18-0.3-0.17,0.1,0.16,0.3,0.18,0.2,0.34,0.4,0.51,0.4,0.5-0.2-1.09,0.3-0.58,0.8,0.43,0.4-1.18,0.8-0.67,1,0.36,0.1-0.08,0.1-0.26-0.1-0.18-0.1-0.33-0.3-0.22-0.4,0.38-0.5-1.79-1.1-1.99-1.7-0.19-0.6-2.56-1.2-2.57-1.7-0.02-0.4-0.76-0.7-0.75-0.9h-0.08c0.55,0.1-1.41,0.7-1.37,1.5,0.03,0.6-2.06,1.2-1.97,1.7,0.1,0.7-1.72,1.2-1.08,1.4h-0.02c0.17,0.1-0.87-0.3-0.58-0.8,0.28-0.4-1.61-1-1.42-1.6,0.24-0.7-1.58-1.3-1.09-1.4,0.18,0,0.02,0-0.15,0.1-0.14,0.2-0.66,0.5-0.67,0.9,0,0.4-2.41,1-2.75,1.6-0.3,0.5-2.68,1.1-2.77,1.6-0.08,0.4-0.93,0.8-1.21,1.2-0.19,0.1-0.31,0.2-0.19,0.3,0.52,0.3,1.04-2.2,1.54-2.7,0.44-0.4,0.87-3,1.28-3.3,0.38-0.2,0.74-1.1,1.08-1.1,0.08-0.2,0.14-0.3,0.17-0.2,0.16,0.7-0.31-1-0.92-0.7-0.49,0.3-1.07-1.5-1.47-1.1-0.33,0.4-0.54-0.4-0.45-0.4,0.02-0.1,0.04-0.1,0.06,0,0.21,0.6,0.75-1.3,1.4-1.2,0.57,0.1,1.22-2,1.76-2,0.72,0.1,1.26-1.8,1.21-1.1-0.01,0.1-0.02,0.1-0.03,0-0.14,0.1-0.58-1.1-1.17-1.2-0.49-0.1-1.07-2.5-1.65-2.7-0.6-0.3-1.2-2.6-1.69-2.6-0.42,0-0.77-0.7-0.96-0.8-0.08-0.2-0.11-0.3-0.12-0.1,0,0.6,0.39-1.1,0.89-0.6,0.47,0.3,1.02-1.4,1.41-1,0.51,0.4,0.75-1.2,0.16-0.6" stroke="#a9a9a9" stroke-miterlimit="4" stroke-width="4.01785707" fill="#e03a00"/> - <path id="interpolate-f18-fr.svgpath10440" stroke-linejoin="round" d="M290.1,1715.3c-0.94,0.9,0.07,0.4-0.53-0.4-0.5-0.6,0.68-1.5,0.08-2.1-0.55-0.5-0.24-0.7-0.65-0.2,0.03,0.1,0.02,0.2-0.08,0.3-0.76,0.6,0.72,1.4,0.74,2.3,0.01,1,1.88,1.9,1.85,2.7-0.02,0.9,1.12,1.5,0.04,1.7h-0.01c-1.31,0.1,0.21-0.6,0.36-1.7,0.12-0.8,2.06-1.8,2.11-2.6,0.06-1,1.26-1.7,0.31-1.9h-0.01c-1.05-0.1-0.08,0.4-0.64,1.1-0.53,0.6,0.73,1.5,0.29,2.2-0.51,0.9,0.57,1.6-0.34,1.6-0.24,0-0.28-0.1-0.29-0.2-0.37-0.3,0.14-0.8,0.34-1.4,0.22-0.6,2.54-1.4,3.14-2.2,0.58-0.8,2.78-1.6,2.83-2.3,0.04-0.5,0.39-1,0.44-1.4s0.07-0.5-0.26-0.6c-0.77-0.1-1.55,2.2-2.3,2.9-0.71,0.6-1.41,3-2.06,3.3-0.58,0.2-1.12,0.9-1.61,0.5-0.14,0.1-0.23,0-0.28-0.2-0.24-0.9,0.57,0.3,1.55-0.1,0.8-0.4,1.72,0.9,2.29,0.3,0.4-0.4,0.62-0.3,0.51-0.5-0.04,0-0.13-0.1-0.25-0.3-0.45-0.7-1.35,0.7-2.34,0.7-0.91-0.1-1.89,1.6-2.65,1.5-0.86-0.2-1.45,0.5-1.35-0.2,0.01,0,0.01,0,0.03-0.1,0.18-1,1.04,0.6,2.14,0.9,0.77,0.2,1.67,2.2,2.53,2.4,0.97,0.3,1.91,2.1,2.6,1.8,0.34-0.1,0.63,0,0.83,0,0.27-0.1,0.28-0.1,0.13-0.5-0.27-0.8-1.04,0.3-1.85-0.2-0.82-0.6-1.68,0.6-2.04,0-0.26-0.5-0.25-0.4,0.25-0.5,0.26,0,0.51,0.1,0.76,0,0.75-0.3-0.19,0.4,0.58,1.1,0.65,0.7-0.33,1.4,0.45,1.6,0.54,0.2,0.46,0.2,0.61-0.2-0.02-0.1-0.04-0.3,0.11-0.5,0.58-0.7-1.23-1.6-1.52-2.5-0.29-1-2.39-1.9-2.41-2.6-0.03-0.6-0.49-1.1-0.04-1.3,0.02-0.1,0.06-0.1,0.25-0.1,0.82,0.2-0.66,1.1-0.6,2.2,0.04,0.9-1.64,1.9-1.51,2.7,0.16,1-1.12,1.8-0.16,2h0.07c0.59,0.1,0.04-0.4,0.48-1.1,0.43-0.7-0.96-1.6-0.68-2.5,0.36-1-0.92-1.9-0.19-2.1,0.28,0,0.3,0,0.35,0.2,0.2,0.3-0.11,0.7-0.12,1.2,0,0.7-2.16,1.6-2.67,2.5-0.45,0.8-2.58,1.6-2.71,2.4-0.11,0.6-0.75,1.3-0.74,1.8-0.07,0.2-0.08,0.4,0.1,0.5,0.78,0.4,1.55-1.8,2.3-2.6,0.66-0.6,1.31-3.1,1.92-3.5,0.57-0.3,1.11-1,1.62-0.7,0.13,0,0.22,0,0.26,0.2,0.24,1-0.47-0.1-1.37,0.4-0.74,0.4-1.61-0.8-2.21-0.2-0.5,0.5-0.81,0.2-0.68,0.7,0.03-0.1,0.06,0,0.1,0.1,0.3,0.9,1.12-0.4,2.08-0.3,0.86,0.1,1.84-1.6,2.65-1.5,1.08,0.1,1.89-1.3,1.81-0.2,0,0.1-0.02,0.1-0.04,0.1-0.2,0.6-0.88-0.3-1.76-0.5-0.73-0.2-1.6-2.2-2.47-2.6-0.9-0.4-1.79-2.4-2.53-2.4-0.64-0.1-1.16-0.5-1.45-0.3-0.11,0-0.16,0.1-0.17,0.3-0.01,0.9,0.59-0.1,1.34,0.5,0.69,0.6,1.52-0.5,2.11,0,0.77,0.7,1.12-0.3,0.23,0.6" stroke="#878787" stroke-miterlimit="4" stroke-width="3.78928566" fill="#e65700"/> - <path id="interpolate-f18-fr.svgpath10442" stroke-linejoin="round" d="M234.61,1721.4c-1.26,1.2-0.88,0.6-1.68-0.5-0.67-0.9-0.06-2.1-0.86-2.8-0.74-0.7-0.88-1-1.7-0.2-0.05,0-0.11,0.1-0.24,0.2-1.02,0.9-0.01,2,0.01,3.2s1.54,2.5,1.51,3.6c-0.04,1.1,0.62,2-0.92,2.2h-0.02c-1.74,0.2-0.68-0.8-0.48-2.2,0.15-1.1,1.78-2.4,1.85-3.5,0.08-1.3,0.83-2.3-0.55-2.5h-0.03c-1.39-0.2-1.08,0.4-1.82,1.4-0.7,0.9,0.01,2-0.58,3-0.68,1.2-0.21,2.1-1.42,2-0.32,0-0.5,0-0.68-0.2-0.78-0.4-0.49-1.1-0.22-1.8,0.3-0.9,2.42-1.9,3.22-3,0.78-1,2.73-2.1,2.81-3.1,0.04-0.6,0.23-1.2,0.03-1.8-0.15-0.5-0.33-0.7-0.77-0.8-1.02-0.1-2.06,1.9-3.06,2.8-0.95,0.9-1.88,3.1-2.74,3.5-0.78,0.3-1.5,0.8-2.15,0.1-0.19-0.2-0.32-0.3-0.38-0.6-0.31-1.2,0.76-0.6,2.07-1.2,1.07-0.5,2.3,0.3,3.05-0.5,0.53-0.5,0.83-0.7,0.69-1.4-0.06-0.2-0.18-0.3-0.35-0.6-0.59-1-1.8,0-3.12-0.1-1.21-0.1-2.51,1.2-3.53,1-1.14-0.2-1.93,0.1-1.8-1.1,0.01-0.1,0.02-0.1,0.04-0.2,0.25-1.4,1.39-0.2,2.86,0.2,1.03,0.3,2.22,2,3.38,2.3,1.29,0.4,2.53,1.8,3.46,1.4,0.46-0.2,0.84-0.3,1.11-0.5,0.35-0.4,0.37-0.7,0.17-1.2-0.36-1-1.39-0.5-2.47-1.2-1.1-0.8-2.24-0.2-2.71-1-0.36-0.6-0.34-0.8,0.32-1.3,0.35-0.2,0.68-0.2,1.01-0.3,1.01-0.3,0.72,0.5,1.75,1.5,0.86,0.9,0.53,1.8,1.57,2.1,0.71,0.3,0.99,0.3,1.49-0.2,0.13-0.3,0.24-0.5,0.44-0.7,0.77-1-0.67-2.2-1.06-3.4s-2.22-2.4-2.25-3.4c-0.03-0.8-0.22-1.5,0.67-1.8,0.16-0.1,0.32-0.1,0.58,0,1.1,0.1,0.09,1.4,0.16,2.9,0.06,1.1-1.21,2.4-1.03,3.5,0.21,1.3-0.54,2.4,0.74,2.7h0.17c1,0.2,0.95-0.5,1.54-1.5,0.57-0.9-0.32-2.1,0.06-3.3,0.48-1.3-0.26-2.5,0.71-2.7,0.37-0.1,0.58-0.1,0.85,0.2,0.53,0.4,0.45,1,0.44,1.6-0.02,1-1.92,2.1-2.6,3.3-0.6,1-2.47,2.1-2.65,3.2-0.15,0.9-0.57,1.7-0.27,2.4,0.05,0.3,0.15,0.5,0.38,0.6,1.05,0.6,2.08-1.4,3.07-2.4,0.89-0.9,1.75-3.2,2.56-3.7,0.76-0.4,1.49-1,2.16-0.2,0.18,0.1,0.29,0.3,0.35,0.5,0.31,1.3-0.63,0.8-1.83,1.5-0.98,0.6-2.15-0.1-2.94,0.7-0.67,0.7-1.09,0.8-0.9,1.7,0.03,0,0.07,0.1,0.12,0.3,0.41,1.2,1.5,0.4,2.78,0.6,1.15,0.2,2.44-1.1,3.53-1.1,1.44,0.2,2.52-0.7,2.42,0.7-0.01,0.2-0.03,0.2-0.06,0.3-0.27,1-1.17,0.5-2.35,0.2-0.97-0.2-2.13-2-3.29-2.5-1.2-0.6-2.39-2.3-3.37-2.3-0.86,0-1.55-0.2-1.94,0.4-0.14,0.1-0.21,0.3-0.22,0.6-0.02,1.2,0.78,0.9,1.78,1.7,0.93,0.8,2.03,0.2,2.81,0.9,1.03,0.9,1.51,0.6,0.32,1.8" stroke="#656565" stroke-miterlimit="4" stroke-width="3.56071424" fill="#ec7400"/> - <path id="interpolate-f18-fr.svgpath10444" stroke-linejoin="round" d="M179.11,1727.4c-1.57,1.6-1.82,0.8-2.82-0.5-0.84-1.1-0.81-2.6-1.81-3.5-0.91-0.9-1.52-1.2-2.74-0.3-0.12,0.1-0.24,0.2-0.4,0.3-1.28,1.1-0.74,2.5-0.72,4,0.03,1.5,1.21,3.1,1.16,4.4-0.04,1.5,0.14,2.6-1.86,2.9h-0.04c-2.18,0.2-1.57-1.1-1.32-2.8,0.19-1.4,1.49-3,1.58-4.4,0.1-1.6,0.42-2.9-1.4-3.1-0.01,0-0.03,0-0.05-0.1-1.73-0.2-2.07,0.6-2.99,1.8-0.88,1.1-0.72,2.6-1.45,3.8-0.86,1.4-0.99,2.6-2.51,2.5-0.4,0-0.73-0.1-1.07-0.3-1.19-0.5-1.11-1.3-0.78-2.3,0.37-1,2.29-2.3,3.3-3.6,0.97-1.3,2.69-2.6,2.78-3.9,0.06-0.8,0.08-1.6-0.37-2.3-0.35-0.6-0.72-0.9-1.28-1-1.27-0.1-2.57,1.7-3.82,2.8-1.19,1.1-2.35,3.1-3.43,3.6-0.97,0.5-1.88,0.7-2.69-0.4-0.24-0.3-0.39-0.6-0.47-0.9-0.39-1.6,0.95-1.5,2.58-2.2,1.34-0.6,2.88-0.4,3.83-1.4,0.66-0.7,1.03-1.2,0.85-2.2-0.07-0.4-0.22-0.7-0.43-1-0.74-1.3-2.25-0.8-3.9-0.9-1.51-0.1-3.14,0.8-4.41,0.5-1.44-0.3-2.41-0.4-2.25-2,0.01-0.1,0.02-0.2,0.04-0.3,0.31-1.7,1.74-1,3.58-0.5,1.28,0.3,2.77,1.7,4.22,2.2,1.61,0.4,3.17,1.5,4.33,1,0.57-0.2,1.04-0.5,1.38-1,0.44-0.6,0.47-1.2,0.22-1.9-0.45-1.2-1.74-1.3-3.08-2.2-1.38-0.9-2.81-1-3.4-2-0.44-0.7-0.43-1.3,0.41-2,0.43-0.4,0.85-0.6,1.26-0.7,1.25-0.4,1.62,0.7,2.91,1.9,1.08,1.1,1.39,2.2,2.68,2.7,0.9,0.3,1.54,0.2,2.37-0.4,0.3-0.3,0.52-0.6,0.78-0.9,0.95-1.2-0.12-2.7-0.6-4.2-0.49-1.5-2.05-3-2.09-4.2-0.04-1.1,0.05-1.9,1.37-2.2,0.32-0.1,0.6-0.2,0.92-0.1,1.37,0.2,0.83,1.8,0.93,3.7,0.07,1.4-0.8,3-0.57,4.4,0.26,1.6,0.06,2.9,1.66,3.3h0.25c1.43,0.2,1.87-0.6,2.61-1.8,0.71-1.2,0.33-2.8,0.81-4.1,0.59-1.8,0.39-3.3,1.61-3.5,0.46-0.1,0.85,0,1.34,0.3,0.87,0.5,1,1.2,0.99,2-0.02,1.2-1.67,2.6-2.52,4.1-0.76,1.3-2.36,2.7-2.59,4-0.19,1.1-0.38,2.1,0.2,3.1,0.17,0.3,0.37,0.5,0.67,0.7,1.3,0.7,2.59-1.1,3.84-2.3,1.1-1.1,2.18-3.3,3.2-3.9,0.95-0.6,1.85-0.9,2.69,0.3,0.22,0.3,0.37,0.5,0.45,0.8,0.38,1.6-0.79,1.7-2.3,2.6-1.23,0.7-2.68,0.6-3.67,1.6-0.85,0.8-1.36,1.4-1.13,2.7,0.03,0.2,0.09,0.3,0.15,0.5,0.51,1.6,1.88,1.3,3.48,1.5,1.43,0.2,3.05-0.7,4.42-0.6,1.79,0.1,3.14-0.2,3.01,1.6-0.01,0.1-0.03,0.3-0.07,0.4-0.34,1.5-1.46,1.2-2.93,0.9-1.22-0.3-2.67-1.8-4.12-2.5-1.5-0.6-2.99-2-4.21-2-1.07-0.1-1.94,0-2.42,0.9-0.19,0.3-0.28,0.7-0.28,1.1-0.03,1.4,0.97,1.8,2.22,2.8,1.16,1,2.54,1,3.52,1.8,1.28,1.2,1.88,1.5,0.39,2.9" stroke="#434343" stroke-miterlimit="4" stroke-width="3.33214283" fill="#f29100"/> - <path id="interpolate-f18-fr.svgpath10446" stroke-linejoin="round" d="M123.62,1733.5c-1.89,1.9-2.77,1-3.97-0.6-1.01-1.3-1.55-3.2-2.75-4.3-1.1-1-2.16-1.4-3.79-0.3-0.19,0.1-0.38,0.3-0.56,0.4-1.54,1.3-1.47,3-1.44,4.8s0.86,3.7,0.81,5.3c-0.06,1.8-0.35,3.1-2.82,3.4h-0.04c-2.62,0.3-2.48-1.3-2.18-3.4,0.24-1.6,1.22-3.5,1.32-5.2,0.12-1.9,0-3.5-2.25-3.8h-0.06c-2.09-0.2-3.07,0.7-4.18,2.1-1.06,1.4-1.44,3.1-2.321,4.6-1.033,1.7-1.77,3.1-3.594,3-0.478,0-0.946-0.1-1.456-0.3-1.602-0.7-1.741-1.7-1.34-2.8,0.445-1.3,2.172-2.8,3.382-4.4,1.16-1.5,2.64-3.1,2.756-4.7,0.069-0.9-0.082-1.8-0.771-2.7-0.555-0.7-1.126-1.1-1.787-1.1-1.535-0.3-3.087,1.3-4.594,2.7-1.429,1.3-2.818,3.2-4.114,3.7-1.162,0.6-2.249,0.6-3.223-0.9-0.286-0.5-0.47-0.8-0.566-1.2-0.471-1.9,1.137-2.4,3.099-3.3,1.607-0.7,3.451-1,4.588-2.2,0.795-0.8,1.245-1.7,1.024-3.1-0.089-0.5-0.267-1-0.517-1.4-0.891-1.5-2.701-1.5-4.68-1.6-1.813-0.1-3.769,0.4-5.294,0.1-1.721-0.4-2.894-0.9-2.699-3.1,0.013-0.1,0.031-0.2,0.053-0.3,0.371-2.1,2.085-1.7,4.289-1.2,1.545,0.4,3.332,1.5,5.065,2,1.938,0.6,3.809,1.3,5.203,0.7,0.68-0.3,1.247-0.7,1.652-1.4,0.533-1,0.56-1.8,0.259-2.6-0.532-1.5-2.087-2.2-3.696-3.3-1.653-1.1-3.363-1.7-4.076-2.9-0.53-0.9-0.51-1.8,0.488-2.9,0.518-0.5,1.021-0.8,1.518-1,1.505-0.5,2.527,0.8,4.074,2.3,1.293,1.3,2.248,2.7,3.798,3.2,1.078,0.4,2.08,0.3,3.24-0.4,0.46-0.4,0.81-0.7,1.11-1.1,1.15-1.4,0.45-3.2-0.14-5.1-0.58-1.8-1.87-3.6-1.92-5-0.05-1.3,0.33-2.2,2.08-2.7,0.47-0.1,0.87-0.1,1.24-0.1,1.66,0.3,1.59,2.1,1.71,4.4,0.08,1.7-0.38,3.7-0.11,5.3,0.32,2,0.66,3.6,2.57,4h0.35c1.85,0.2,2.78-0.7,3.67-2.2,0.85-1.4,0.97-3.3,1.55-4.9,0.71-2.1,1.06-3.9,2.51-4.2,0.56-0.1,1.13,0,1.84,0.4,1.21,0.6,1.55,1.4,1.54,2.4-0.02,1.4-1.42,3.1-2.44,4.9-0.91,1.6-2.25,3.2-2.53,4.8-0.22,1.3-0.2,2.6,0.67,3.7,0.29,0.4,0.6,0.7,0.95,0.9,1.57,0.8,3.12-0.8,4.61-2.2,1.33-1.3,2.62-3.4,3.84-4.1,1.14-0.7,2.23-0.8,3.24,0.8,0.26,0.4,0.43,0.7,0.53,1.1,0.46,1.9-0.95,2.6-2.75,3.7-1.48,0.8-3.22,1.3-4.41,2.5-1.02,1-1.63,2-1.36,3.7,0.04,0.3,0.11,0.5,0.19,0.7,0.61,1.9,2.25,2.1,4.17,2.4,1.72,0.2,3.66-0.3,5.3-0.1,2.15,0.1,3.77,0.3,3.62,2.4-0.02,0.2-0.05,0.4-0.09,0.6-0.4,1.9-1.75,2-3.52,1.6-1.46-0.4-3.2-1.6-4.94-2.4-1.79-0.7-3.59-1.9-5.05-1.9-1.29,0-2.33,0.3-2.91,1.6-0.22,0.5-0.33,0.9-0.33,1.4-0.03,1.7,1.17,2.7,2.67,4,1.39,1.1,3.04,1.7,4.22,2.8,1.54,1.3,2.25,2.3,0.47,4" stroke="#212121" stroke-miterlimit="4" stroke-width="3.10357141" fill="#f8ae00"/> + <path id="interpolate-f18-fr.svgpath9084" stroke-linejoin="round" d="m52.441 88.246c-2.997 2.905-3.507-5.427-7.12-3.192-3.685 2.278 1.132 7.941-3.228 8.469-4.276 0.518 1.544-6.96-2.678-7.529-4.305-0.581-3.831 7.272-7.908 5.69-3.998-1.551 4.538-5.716 1.63-8.871-2.966-3.218-6.213 5.722-8.463 1.962-2.206-3.688 5.568-2.555 4.959-6.686-0.622-4.213-8.403-0.204-8.031-4.444 0.366-4.158 8.016 2.747 9.901-1.063 1.923-3.885-6.953-4.672-4.277-7.897 2.625-3.163 4.671 4.578 8.371 2.364 3.773-2.257-2.707-7.438 1.458-8.426 4.085-0.969 0.184 7.802 4.35 8.286 4.249 0.492 2.825-8.477 6.66-6.673 3.761 1.769-3.613 6.48-0.834 9.63 2.834 3.211 5.587-5.828 7.762-2.101 2.133 3.656-5.515 3.235-4.863 7.502 0.665 4.351 8.878 0.224 8.029 4.487-0.834 4.18-8.373-3.756-9.995 0.203-1.654 4.038 7.334 5.327 4.277 8.289z" stroke="#000" stroke-width="1.5004" fill="#fc0"/> + <path id="interpolate-f18-fr.svgpath9086" stroke-linejoin="round" d="m255.17 66.004h1.52 1.51 1.52 1.51 1.52 1.52 1.51 1.52 1.51 1.52 1.51 1.52 1.51 1.52 1.52 1.51v1.516 1.515 1.516 1.516 1.515 1.516 1.515 1.516 1.516 1.515 1.516 1.515 1.516 1.516 1.515 1.516h-1.51-1.52-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.52-1.51-1.52-1.51-1.52v-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" stroke="#ededed" stroke-width="2.3354" fill="#d40000"/> + <g id="interpolate-f18-fr.svgg10434" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 16.891 -819.61)"> + <path id="interpolate-f18-fr.svgpath10436" d="m401.09 1703.1c-0.31 0.3 1.96 0.1 1.76-0.1-0.17-0.2 2.16-0.5 1.96-0.7-0.18-0.2 1.05-0.3 1.45-0.1 0.17 0 0.28 0.1 0.25 0.1-0.26 0.2 2.17 0.5 2.18 0.8 0 0.3 2.56 0.6 2.55 0.9 0 0.3 2.09 0.5 1.93 0.5h0.02c-0.44 0.1 2.01-0.2 2.06-0.5 0.03-0.3 2.62-0.6 2.64-0.9s2.1-0.6 2.01-0.6h0.02c-0.35-0.1 1.91 0.1 1.72 0.3-0.17 0.2 2.18 0.5 2.04 0.8-0.17 0.3 2.12 0.5 1.82 0.5-0.08 0 0.17 0 0.5-0.1 0.44-0.1 1.39-0.2 1.45-0.4 0.08-0.3 2.78-0.5 2.99-0.8 0.19-0.2 2.86-0.5 2.88-0.7 0.01-0.2 0.69-0.4 1.23-0.5 0.46-0.1 0.87-0.2 0.76-0.2-0.26 0-0.51 2.7-0.77 2.9-0.23 0.2-0.47 2.9-0.68 3-0.2 0.1-0.38 1.2-0.54 1.6-0.05 0.3-0.08 0.6-0.09 0.5-0.08-0.3 0.19 2 0.51 1.9 0.27-0.2 0.58 2.2 0.77 2 0.13-0.1 0.21 0.7 0.17 1.2-0.02 0.3-0.05 0.6-0.09 0.5-0.15-0.3-0.45 2.2-0.78 2.1-0.3 0-0.63 2.5-0.88 2.5-0.29-0.1-0.48 1.5-0.45 1.7 0 0.1 0.01 0.1 0.01 0.1 0.06-0.3 0.35 2.2 0.71 2.3 0.26 0 0.56 2.6 0.85 2.7 0.32 0.1 0.63 2.6 0.87 2.5 0.11 0 0.2 0.4 0.27 0.9 0.09 0.5 0.09 1 0.04 0.9-0.08-0.3-0.34 2-0.61 1.9-0.28-0.2-0.56 2.1-0.68 1.9-0.09-0.2-0.09 0.5 0.08 1.1 0.09 0.3 0.17 0.7 0.25 0.7 0.25-0.1-2 0.1-1.74 0.4 0.22 0.2-2.04 0.4-1.79 0.5 0.18 0-0.62 0-1.13-0.1-0.34 0-0.61-0.1-0.56-0.2 0.19-0.2-2.35-0.5-2.44-0.8-0.1-0.3-2.74-0.6-2.74-0.9-0.01-0.2-1.03-0.3-1.46-0.4h-0.41c0.28 0-2.16 0.3-2.14 0.7 0.02 0.3-2.48 0.6-2.43 0.9s-2.32 0.6-2 0.7h-0.11c-0.25 0-1.78-0.2-1.64-0.4s-2.25-0.5-2.16-0.8c0.12-0.4-2.24-0.7-2-0.7h-0.63c-0.48 0.2-1.23 0.3-1.23 0.5s-2.65 0.5-2.82 0.8c-0.16 0.2-2.8 0.5-2.85 0.8-0.03 0.2-1.1 0.4-1.67 0.6-0.32 0-0.53 0.1-0.48 0.1 0.27 0.2 0.52-2.5 0.77-2.8 0.22-0.2 0.44-2.9 0.64-3.1 0.19-0.1 0.37-1.2 0.54-1.6 0.05-0.3 0.07-0.5 0.09-0.5 0.08 0.4-0.16-1.9-0.46-1.8-0.24 0.2-0.53-2.2-0.73-2-0.17 0.2-0.27-1-0.23-1.4 0.01-0.2 0.02-0.3 0.03-0.2 0.1 0.3 0.38-2.1 0.7-2.1 0.28 0.1 0.61-2.4 0.88-2.4 0.36 0 0.63-2.4 0.6-2 0 0 0-0.1-0.01-0.2-0.07-0.4-0.29-1.8-0.59-1.9-0.24 0-0.53-2.7-0.82-2.8-0.3-0.1-0.6-2.7-0.84-2.7-0.22 0-0.39-1-0.49-1.5l-0.05-0.5c-0.01 0.3 0.19-1.9 0.44-1.7 0.23 0.2 0.51-2.1 0.71-2 0.25 0.3 0.37-2 0.07-1.7" stroke="#cbcbcb" stroke-width="4.2464" fill="#da1d00"/> + <path id="interpolate-f18-fr.svgpath10438" d="m345.6 1709.2c-0.63 0.6 1.01 0.3 0.61-0.2-0.34-0.5 1.42-1.1 1.02-1.5-0.36-0.3 0.4-0.4 0.4-0.1 0.1 0.1 0.15 0.1 0.09 0.2-0.51 0.4 1.44 1 1.45 1.6s2.23 1.2 2.21 1.7c-0.02 0.6 1.6 1.1 0.98 1.2 0.01 0 0.01 0 0 0-0.87 0.1 1.11-0.5 1.21-1.2 0.08-0.5 2.34-1.1 2.38-1.7s1.68-1.2 1.16-1.3c0.01 0 0.01 0 0 0-0.69 0 0.92 0.3 0.55 0.7-0.35 0.5 1.45 1.1 1.16 1.6-0.34 0.5 1.35 1 0.74 1-0.16 0-0.06-0.1 0.11-0.1 0.03-0.3 0.76-0.6 0.89-1 0.15-0.4 2.66-0.9 3.07-1.4 0.38-0.5 2.81-1.1 2.85-1.6 0.02-0.3 0.54-0.6 0.83-0.9 0.26-0.2 0.47-0.4 0.25-0.4-0.51-0.1-1.03 2.4-1.53 2.9-0.47 0.4-0.94 3-1.37 3.2-0.39 0.1-0.75 1-1.07 1-0.1 0.2-0.16 0.3-0.19 0.2-0.16-0.7 0.38 1.1 1.03 0.8 0.54-0.2 1.15 1.6 1.53 1.2 0.27-0.3 0.42 0.2 0.34 0.3-0.03 0.2-0.09 0.3-0.17 0.2-0.3-0.5-0.9 1.4-1.56 1.4-0.6-0.1-1.26 2-1.77 1.9-0.57-0.1-0.96 1.1-0.89 0.8 0 0 0.01 0.1 0.01 0 0.13-0.7 0.7 1.4 1.43 1.6 0.52 0.1 1.11 2.4 1.69 2.6 0.65 0.2 1.27 2.3 1.73 2.1 0.23-0.1 0.42 0.2 0.56 0.4 0.17 0.2 0.18 0.5 0.08 0.2-0.18-0.5-0.69 1.2-1.23 0.9-0.55-0.4-1.12 1.3-1.36 0.9-0.18-0.3-0.17 0.1 0.16 0.3 0.18 0.2 0.34 0.4 0.51 0.4 0.5-0.2-1.09 0.3-0.58 0.8 0.43 0.4-1.18 0.8-0.67 1 0.36 0.1-0.08 0.1-0.26-0.1-0.18-0.1-0.33-0.3-0.22-0.4 0.38-0.5-1.79-1.1-1.99-1.7-0.19-0.6-2.56-1.2-2.57-1.7-0.02-0.4-0.76-0.7-0.75-0.9h-0.08c0.55 0.1-1.41 0.7-1.37 1.5 0.03 0.6-2.06 1.2-1.97 1.7 0.1 0.7-1.72 1.2-1.08 1.4h-0.02c0.17 0.1-0.87-0.3-0.58-0.8 0.28-0.4-1.61-1-1.42-1.6 0.24-0.7-1.58-1.3-1.09-1.4 0.18 0 0.02 0-0.15 0.1-0.14 0.2-0.66 0.5-0.67 0.9 0 0.4-2.41 1-2.75 1.6-0.3 0.5-2.68 1.1-2.77 1.6-0.08 0.4-0.93 0.8-1.21 1.2-0.19 0.1-0.31 0.2-0.19 0.3 0.52 0.3 1.04-2.2 1.54-2.7 0.44-0.4 0.87-3 1.28-3.3 0.38-0.2 0.74-1.1 1.08-1.1 0.08-0.2 0.14-0.3 0.17-0.2 0.16 0.7-0.31-1-0.92-0.7-0.49 0.3-1.07-1.5-1.47-1.1-0.33 0.4-0.54-0.4-0.45-0.4 0.02-0.1 0.04-0.1 0.06 0 0.21 0.6 0.75-1.3 1.4-1.2 0.57 0.1 1.22-2 1.76-2 0.72 0.1 1.26-1.8 1.21-1.1-0.01 0.1-0.02 0.1-0.03 0-0.14 0.1-0.58-1.1-1.17-1.2-0.49-0.1-1.07-2.5-1.65-2.7-0.6-0.3-1.2-2.6-1.69-2.6-0.42 0-0.77-0.7-0.96-0.8-0.08-0.2-0.11-0.3-0.12-0.1 0 0.6 0.39-1.1 0.89-0.6 0.47 0.3 1.02-1.4 1.41-1 0.51 0.4 0.75-1.2 0.16-0.6" stroke="#a9a9a9" stroke-width="4.0179" fill="#e03a00"/> + <path id="interpolate-f18-fr.svgpath10440" d="m290.1 1715.3c-0.94 0.9 0.07 0.4-0.53-0.4-0.5-0.6 0.68-1.5 0.08-2.1-0.55-0.5-0.24-0.7-0.65-0.2 0.03 0.1 0.02 0.2-0.08 0.3-0.76 0.6 0.72 1.4 0.74 2.3 0.01 1 1.88 1.9 1.85 2.7-0.02 0.9 1.12 1.5 0.04 1.7h-0.01c-1.31 0.1 0.21-0.6 0.36-1.7 0.12-0.8 2.06-1.8 2.11-2.6 0.06-1 1.26-1.7 0.31-1.9h-0.01c-1.05-0.1-0.08 0.4-0.64 1.1-0.53 0.6 0.73 1.5 0.29 2.2-0.51 0.9 0.57 1.6-0.34 1.6-0.24 0-0.28-0.1-0.29-0.2-0.37-0.3 0.14-0.8 0.34-1.4 0.22-0.6 2.54-1.4 3.14-2.2 0.58-0.8 2.78-1.6 2.83-2.3 0.04-0.5 0.39-1 0.44-1.4s0.07-0.5-0.26-0.6c-0.77-0.1-1.55 2.2-2.3 2.9-0.71 0.6-1.41 3-2.06 3.3-0.58 0.2-1.12 0.9-1.61 0.5-0.14 0.1-0.23 0-0.28-0.2-0.24-0.9 0.57 0.3 1.55-0.1 0.8-0.4 1.72 0.9 2.29 0.3 0.4-0.4 0.62-0.3 0.51-0.5-0.04 0-0.13-0.1-0.25-0.3-0.45-0.7-1.35 0.7-2.34 0.7-0.91-0.1-1.89 1.6-2.65 1.5-0.86-0.2-1.45 0.5-1.35-0.2 0.01 0 0.01 0 0.03-0.1 0.18-1 1.04 0.6 2.14 0.9 0.77 0.2 1.67 2.2 2.53 2.4 0.97 0.3 1.91 2.1 2.6 1.8 0.34-0.1 0.63 0 0.83 0 0.27-0.1 0.28-0.1 0.13-0.5-0.27-0.8-1.04 0.3-1.85-0.2-0.82-0.6-1.68 0.6-2.04 0-0.26-0.5-0.25-0.4 0.25-0.5 0.26 0 0.51 0.1 0.76 0 0.75-0.3-0.19 0.4 0.58 1.1 0.65 0.7-0.33 1.4 0.45 1.6 0.54 0.2 0.46 0.2 0.61-0.2-0.02-0.1-0.04-0.3 0.11-0.5 0.58-0.7-1.23-1.6-1.52-2.5-0.29-1-2.39-1.9-2.41-2.6-0.03-0.6-0.49-1.1-0.04-1.3 0.02-0.1 0.06-0.1 0.25-0.1 0.82 0.2-0.66 1.1-0.6 2.2 0.04 0.9-1.64 1.9-1.51 2.7 0.16 1-1.12 1.8-0.16 2h0.07c0.59 0.1 0.04-0.4 0.48-1.1 0.43-0.7-0.96-1.6-0.68-2.5 0.36-1-0.92-1.9-0.19-2.1 0.28 0 0.3 0 0.35 0.2 0.2 0.3-0.11 0.7-0.12 1.2 0 0.7-2.16 1.6-2.67 2.5-0.45 0.8-2.58 1.6-2.71 2.4-0.11 0.6-0.75 1.3-0.74 1.8-0.07 0.2-0.08 0.4 0.1 0.5 0.78 0.4 1.55-1.8 2.3-2.6 0.66-0.6 1.31-3.1 1.92-3.5 0.57-0.3 1.11-1 1.62-0.7 0.13 0 0.22 0 0.26 0.2 0.24 1-0.47-0.1-1.37 0.4-0.74 0.4-1.61-0.8-2.21-0.2-0.5 0.5-0.81 0.2-0.68 0.7 0.03-0.1 0.06 0 0.1 0.1 0.3 0.9 1.12-0.4 2.08-0.3 0.86 0.1 1.84-1.6 2.65-1.5 1.08 0.1 1.89-1.3 1.81-0.2 0 0.1-0.02 0.1-0.04 0.1-0.2 0.6-0.88-0.3-1.76-0.5-0.73-0.2-1.6-2.2-2.47-2.6-0.9-0.4-1.79-2.4-2.53-2.4-0.64-0.1-1.16-0.5-1.45-0.3-0.11 0-0.16 0.1-0.17 0.3-0.01 0.9 0.59-0.1 1.34 0.5 0.69 0.6 1.52-0.5 2.11 0 0.77 0.7 1.12-0.3 0.23 0.6" stroke="#878787" stroke-width="3.7893" fill="#e65700"/> + <path id="interpolate-f18-fr.svgpath10442" d="m234.61 1721.4c-1.26 1.2-0.88 0.6-1.68-0.5-0.67-0.9-0.06-2.1-0.86-2.8-0.74-0.7-0.88-1-1.7-0.2-0.05 0-0.11 0.1-0.24 0.2-1.02 0.9-0.01 2 0.01 3.2s1.54 2.5 1.51 3.6c-0.04 1.1 0.62 2-0.92 2.2h-0.02c-1.74 0.2-0.68-0.8-0.48-2.2 0.15-1.1 1.78-2.4 1.85-3.5 0.08-1.3 0.83-2.3-0.55-2.5h-0.03c-1.39-0.2-1.08 0.4-1.82 1.4-0.7 0.9 0.01 2-0.58 3-0.68 1.2-0.21 2.1-1.42 2-0.32 0-0.5 0-0.68-0.2-0.78-0.4-0.49-1.1-0.22-1.8 0.3-0.9 2.42-1.9 3.22-3 0.78-1 2.73-2.1 2.81-3.1 0.04-0.6 0.23-1.2 0.03-1.8-0.15-0.5-0.33-0.7-0.77-0.8-1.02-0.1-2.06 1.9-3.06 2.8-0.95 0.9-1.88 3.1-2.74 3.5-0.78 0.3-1.5 0.8-2.15 0.1-0.19-0.2-0.32-0.3-0.38-0.6-0.31-1.2 0.76-0.6 2.07-1.2 1.07-0.5 2.3 0.3 3.05-0.5 0.53-0.5 0.83-0.7 0.69-1.4-0.06-0.2-0.18-0.3-0.35-0.6-0.59-1-1.8 0-3.12-0.1-1.21-0.1-2.51 1.2-3.53 1-1.14-0.2-1.93 0.1-1.8-1.1 0.01-0.1 0.02-0.1 0.04-0.2 0.25-1.4 1.39-0.2 2.86 0.2 1.03 0.3 2.22 2 3.38 2.3 1.29 0.4 2.53 1.8 3.46 1.4 0.46-0.2 0.84-0.3 1.11-0.5 0.35-0.4 0.37-0.7 0.17-1.2-0.36-1-1.39-0.5-2.47-1.2-1.1-0.8-2.24-0.2-2.71-1-0.36-0.6-0.34-0.8 0.32-1.3 0.35-0.2 0.68-0.2 1.01-0.3 1.01-0.3 0.72 0.5 1.75 1.5 0.86 0.9 0.53 1.8 1.57 2.1 0.71 0.3 0.99 0.3 1.49-0.2 0.13-0.3 0.24-0.5 0.44-0.7 0.77-1-0.67-2.2-1.06-3.4s-2.22-2.4-2.25-3.4c-0.03-0.8-0.22-1.5 0.67-1.8 0.16-0.1 0.32-0.1 0.58 0 1.1 0.1 0.09 1.4 0.16 2.9 0.06 1.1-1.21 2.4-1.03 3.5 0.21 1.3-0.54 2.4 0.74 2.7h0.17c1 0.2 0.95-0.5 1.54-1.5 0.57-0.9-0.32-2.1 0.06-3.3 0.48-1.3-0.26-2.5 0.71-2.7 0.37-0.1 0.58-0.1 0.85 0.2 0.53 0.4 0.45 1 0.44 1.6-0.02 1-1.92 2.1-2.6 3.3-0.6 1-2.47 2.1-2.65 3.2-0.15 0.9-0.57 1.7-0.27 2.4 0.05 0.3 0.15 0.5 0.38 0.6 1.05 0.6 2.08-1.4 3.07-2.4 0.89-0.9 1.75-3.2 2.56-3.7 0.76-0.4 1.49-1 2.16-0.2 0.18 0.1 0.29 0.3 0.35 0.5 0.31 1.3-0.63 0.8-1.83 1.5-0.98 0.6-2.15-0.1-2.94 0.7-0.67 0.7-1.09 0.8-0.9 1.7 0.03 0 0.07 0.1 0.12 0.3 0.41 1.2 1.5 0.4 2.78 0.6 1.15 0.2 2.44-1.1 3.53-1.1 1.44 0.2 2.52-0.7 2.42 0.7-0.01 0.2-0.03 0.2-0.06 0.3-0.27 1-1.17 0.5-2.35 0.2-0.97-0.2-2.13-2-3.29-2.5-1.2-0.6-2.39-2.3-3.37-2.3-0.86 0-1.55-0.2-1.94 0.4-0.14 0.1-0.21 0.3-0.22 0.6-0.02 1.2 0.78 0.9 1.78 1.7 0.93 0.8 2.03 0.2 2.81 0.9 1.03 0.9 1.51 0.6 0.32 1.8" stroke="#656565" stroke-width="3.5607" fill="#ec7400"/> + <path id="interpolate-f18-fr.svgpath10444" d="m179.11 1727.4c-1.57 1.6-1.82 0.8-2.82-0.5-0.84-1.1-0.81-2.6-1.81-3.5-0.91-0.9-1.52-1.2-2.74-0.3-0.12 0.1-0.24 0.2-0.4 0.3-1.28 1.1-0.74 2.5-0.72 4 0.03 1.5 1.21 3.1 1.16 4.4-0.04 1.5 0.14 2.6-1.86 2.9h-0.04c-2.18 0.2-1.57-1.1-1.32-2.8 0.19-1.4 1.49-3 1.58-4.4 0.1-1.6 0.42-2.9-1.4-3.1-0.01 0-0.03 0-0.05-0.1-1.73-0.2-2.07 0.6-2.99 1.8-0.88 1.1-0.72 2.6-1.45 3.8-0.86 1.4-0.99 2.6-2.51 2.5-0.4 0-0.73-0.1-1.07-0.3-1.19-0.5-1.11-1.3-0.78-2.3 0.37-1 2.29-2.3 3.3-3.6 0.97-1.3 2.69-2.6 2.78-3.9 0.06-0.8 0.08-1.6-0.37-2.3-0.35-0.6-0.72-0.9-1.28-1-1.27-0.1-2.57 1.7-3.82 2.8-1.19 1.1-2.35 3.1-3.43 3.6-0.97 0.5-1.88 0.7-2.69-0.4-0.24-0.3-0.39-0.6-0.47-0.9-0.39-1.6 0.95-1.5 2.58-2.2 1.34-0.6 2.88-0.4 3.83-1.4 0.66-0.7 1.03-1.2 0.85-2.2-0.07-0.4-0.22-0.7-0.43-1-0.74-1.3-2.25-0.8-3.9-0.9-1.51-0.1-3.14 0.8-4.41 0.5-1.44-0.3-2.41-0.4-2.25-2 0.01-0.1 0.02-0.2 0.04-0.3 0.31-1.7 1.74-1 3.58-0.5 1.28 0.3 2.77 1.7 4.22 2.2 1.61 0.4 3.17 1.5 4.33 1 0.57-0.2 1.04-0.5 1.38-1 0.44-0.6 0.47-1.2 0.22-1.9-0.45-1.2-1.74-1.3-3.08-2.2-1.38-0.9-2.81-1-3.4-2-0.44-0.7-0.43-1.3 0.41-2 0.43-0.4 0.85-0.6 1.26-0.7 1.25-0.4 1.62 0.7 2.91 1.9 1.08 1.1 1.39 2.2 2.68 2.7 0.9 0.3 1.54 0.2 2.37-0.4 0.3-0.3 0.52-0.6 0.78-0.9 0.95-1.2-0.12-2.7-0.6-4.2-0.49-1.5-2.05-3-2.09-4.2-0.04-1.1 0.05-1.9 1.37-2.2 0.32-0.1 0.6-0.2 0.92-0.1 1.37 0.2 0.83 1.8 0.93 3.7 0.07 1.4-0.8 3-0.57 4.4 0.26 1.6 0.06 2.9 1.66 3.3h0.25c1.43 0.2 1.87-0.6 2.61-1.8 0.71-1.2 0.33-2.8 0.81-4.1 0.59-1.8 0.39-3.3 1.61-3.5 0.46-0.1 0.85 0 1.34 0.3 0.87 0.5 1 1.2 0.99 2-0.02 1.2-1.67 2.6-2.52 4.1-0.76 1.3-2.36 2.7-2.59 4-0.19 1.1-0.38 2.1 0.2 3.1 0.17 0.3 0.37 0.5 0.67 0.7 1.3 0.7 2.59-1.1 3.84-2.3 1.1-1.1 2.18-3.3 3.2-3.9 0.95-0.6 1.85-0.9 2.69 0.3 0.22 0.3 0.37 0.5 0.45 0.8 0.38 1.6-0.79 1.7-2.3 2.6-1.23 0.7-2.68 0.6-3.67 1.6-0.85 0.8-1.36 1.4-1.13 2.7 0.03 0.2 0.09 0.3 0.15 0.5 0.51 1.6 1.88 1.3 3.48 1.5 1.43 0.2 3.05-0.7 4.42-0.6 1.79 0.1 3.14-0.2 3.01 1.6-0.01 0.1-0.03 0.3-0.07 0.4-0.34 1.5-1.46 1.2-2.93 0.9-1.22-0.3-2.67-1.8-4.12-2.5-1.5-0.6-2.99-2-4.21-2-1.07-0.1-1.94 0-2.42 0.9-0.19 0.3-0.28 0.7-0.28 1.1-0.03 1.4 0.97 1.8 2.22 2.8 1.16 1 2.54 1 3.52 1.8 1.28 1.2 1.88 1.5 0.39 2.9" stroke="#434343" stroke-width="3.3321" fill="#f29100"/> + <path id="interpolate-f18-fr.svgpath10446" d="m123.62 1733.5c-1.89 1.9-2.77 1-3.97-0.6-1.01-1.3-1.55-3.2-2.75-4.3-1.1-1-2.16-1.4-3.79-0.3-0.19 0.1-0.38 0.3-0.56 0.4-1.54 1.3-1.47 3-1.44 4.8s0.86 3.7 0.81 5.3c-0.06 1.8-0.35 3.1-2.82 3.4h-0.04c-2.62 0.3-2.48-1.3-2.18-3.4 0.24-1.6 1.22-3.5 1.32-5.2 0.12-1.9 0-3.5-2.25-3.8h-0.06c-2.09-0.2-3.07 0.7-4.18 2.1-1.06 1.4-1.44 3.1-2.321 4.6-1.033 1.7-1.77 3.1-3.594 3-0.478 0-0.946-0.1-1.456-0.3-1.602-0.7-1.741-1.7-1.34-2.8 0.445-1.3 2.172-2.8 3.382-4.4 1.16-1.5 2.64-3.1 2.756-4.7 0.069-0.9-0.082-1.8-0.771-2.7-0.555-0.7-1.126-1.1-1.787-1.1-1.535-0.3-3.087 1.3-4.594 2.7-1.429 1.3-2.818 3.2-4.114 3.7-1.162 0.6-2.249 0.6-3.223-0.9-0.286-0.5-0.47-0.8-0.566-1.2-0.471-1.9 1.137-2.4 3.099-3.3 1.607-0.7 3.451-1 4.588-2.2 0.795-0.8 1.245-1.7 1.024-3.1-0.089-0.5-0.267-1-0.517-1.4-0.891-1.5-2.701-1.5-4.68-1.6-1.813-0.1-3.769 0.4-5.294 0.1-1.721-0.4-2.894-0.9-2.699-3.1 0.013-0.1 0.031-0.2 0.053-0.3 0.371-2.1 2.085-1.7 4.289-1.2 1.545 0.4 3.332 1.5 5.065 2 1.938 0.6 3.809 1.3 5.203 0.7 0.68-0.3 1.247-0.7 1.652-1.4 0.533-1 0.56-1.8 0.259-2.6-0.532-1.5-2.087-2.2-3.696-3.3-1.653-1.1-3.363-1.7-4.076-2.9-0.53-0.9-0.51-1.8 0.488-2.9 0.518-0.5 1.021-0.8 1.518-1 1.505-0.5 2.527 0.8 4.074 2.3 1.293 1.3 2.248 2.7 3.798 3.2 1.078 0.4 2.08 0.3 3.24-0.4 0.46-0.4 0.81-0.7 1.11-1.1 1.15-1.4 0.45-3.2-0.14-5.1-0.58-1.8-1.87-3.6-1.92-5-0.05-1.3 0.33-2.2 2.08-2.7 0.47-0.1 0.87-0.1 1.24-0.1 1.66 0.3 1.59 2.1 1.71 4.4 0.08 1.7-0.38 3.7-0.11 5.3 0.32 2 0.66 3.6 2.57 4h0.35c1.85 0.2 2.78-0.7 3.67-2.2 0.85-1.4 0.97-3.3 1.55-4.9 0.71-2.1 1.06-3.9 2.51-4.2 0.56-0.1 1.13 0 1.84 0.4 1.21 0.6 1.55 1.4 1.54 2.4-0.02 1.4-1.42 3.1-2.44 4.9-0.91 1.6-2.25 3.2-2.53 4.8-0.22 1.3-0.2 2.6 0.67 3.7 0.29 0.4 0.6 0.7 0.95 0.9 1.57 0.8 3.12-0.8 4.61-2.2 1.33-1.3 2.62-3.4 3.84-4.1 1.14-0.7 2.23-0.8 3.24 0.8 0.26 0.4 0.43 0.7 0.53 1.1 0.46 1.9-0.95 2.6-2.75 3.7-1.48 0.8-3.22 1.3-4.41 2.5-1.02 1-1.63 2-1.36 3.7 0.04 0.3 0.11 0.5 0.19 0.7 0.61 1.9 2.25 2.1 4.17 2.4 1.72 0.2 3.66-0.3 5.3-0.1 2.15 0.1 3.77 0.3 3.62 2.4-0.02 0.2-0.05 0.4-0.09 0.6-0.4 1.9-1.75 2-3.52 1.6-1.46-0.4-3.2-1.6-4.94-2.4-1.79-0.7-3.59-1.9-5.05-1.9-1.29 0-2.33 0.3-2.91 1.6-0.22 0.5-0.33 0.9-0.33 1.4-0.03 1.7 1.17 2.7 2.67 4 1.39 1.1 3.04 1.7 4.22 2.8 1.54 1.3 2.25 2.3 0.47 4" stroke="#212121" stroke-width="3.1036" fill="#f8ae00"/> </g> </g> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2584.8912598000006" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="2584.8912598000006" x="10">Utiliser l'interpolation pour imiter des gradients de forme irrégulière</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2451.4033362000005" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2451.4033362000005" x="10">Utiliser l'interpolation pour imiter des dégradés de forme irrégulière</tspan> </text> - <rect id="d0e369" display="none" height="1000px" width="288" y="2590.1" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e369" display="none" height="1e3px" width="288" y="2456.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e369"/> </flowRegion> - <flowDiv xml:space="preserve">Il n'est pas (encore) possible avec Inkscape de créer un gradient d'un forme autre que linéaire (en ligne droite) ou radiale (circulaire). Toutefois, l'interpolation du style, dans cette extension, permet d'imiter un gradient irrégulier. Voici un exemple simple — dessinez deux lignes de contours différents :</flowDiv> + <flowDiv xml:space="preserve">Il n'est pas (encore) possible avec Inkscape de créer un dégradé d'une forme autre que linéaire (en ligne droite) ou radiale (circulaire). Toutefois, l'interpolation du style, dans cette extension, permet d'imiter un gradient irrégulier. Voici un exemple simple — dessinez deux lignes de contours différents :</flowDiv> </flowRoot> - <g id="interpolate-f19-fr.svgg2846" transform="translate(10, 2658.8270428000005) translate(-17.25,-19.612183)"> - <path id="interpolate-f19-fr.svgpath2180" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,132.36l75-32.855,85.71,33.575,77.15-32.86" stroke="#35b8ff" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f19-fr.svgpath3007" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,55.219l75-32.857,85.71,33.572,77.15-32.858" stroke="#ffed35" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> + <g id="interpolate-f19-fr.svgg2846" transform="translate(-7.25 2505.7)" stroke-width="5.5" fill="none"> + <path id="interpolate-f19-fr.svgpath2180" d="m20 132.36l75-32.855 85.71 33.575 77.15-32.86" stroke="#35b8ff"/> + <path id="interpolate-f19-fr.svgpath3007" d="m20 55.219l75-32.857 85.71 33.572 77.15-32.858" stroke="#ffed35"/> </g> - <rect id="d0e382" display="none" height="1000px" width="288" y="2787" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e382" display="none" height="1e3px" width="288" y="2654" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e382"/> </flowRegion> - <flowDiv xml:space="preserve">Et lancez une interpolation entre les deux lignes pour créer le gradient :</flowDiv> + <flowDiv xml:space="preserve">Et lancez une interpolation entre les deux lignes pour créer votre dégradé :</flowDiv> </flowRoot> - <g id="interpolate-f20-fr.svgg2805" transform="translate(10, 2823.8571148000005) translate(-17.25,-19.612183)"> - <path id="interpolate-f20-fr.svgpath2180" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,132.36l75-32.855,85.71,33.575,77.15-32.86" stroke="#35b8ff" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath3007" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,55.219l75-32.857,85.71,33.572,77.15-32.858" stroke="#ffed35" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> + <g id="interpolate-f20-fr.svgg2805" transform="translate(-7.25 2671.2)" stroke-width="5.5" fill="none"> + <path id="interpolate-f20-fr.svgpath2180" d="m20 132.36l75-32.855 85.71 33.575 77.15-32.86" stroke="#35b8ff"/> + <path id="interpolate-f20-fr.svgpath3007" d="m20 55.219l75-32.857 85.71 33.572 77.15-32.858" stroke="#ffed35"/> <g id="interpolate-f20-fr.svgg2785"> - <path id="interpolate-f20-fr.svgpath4932" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,59.757s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#f3e940" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4934" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,64.295s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#e7e64c" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4936" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,68.833s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#dbe358" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4938" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,73.371s75-32.858,75-32.858,85.71,33.572,85.71,33.572,77.15-32.857,77.15-32.857" stroke="#cfe064" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4940" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,77.908s75-32.857,75-32.857,85.71,33.572,85.71,33.572,77.15-32.857,77.15-32.857" stroke="#c3dd70" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4942" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,82.446s75-32.857,75-32.857,85.71,33.572,85.71,33.572,77.15-32.858,77.15-32.858" stroke="#b7da7c" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4944" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,86.984s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#abd788" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4946" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,91.522s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#9fd494" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4948" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,96.06s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#94d09f" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4950" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,100.6s75-32.86,75-32.86,85.71,33.57,85.71,33.57,77.15-32.855,77.15-32.855" stroke="#88cdab" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4952" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,105.14s75-32.862,75-32.862,85.71,33.572,85.71,33.572,77.15-32.858,77.15-32.858" stroke="#7ccab7" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4954" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,109.67s75-32.854,75-32.854,85.71,33.574,85.71,33.574,77.15-32.86,77.15-32.86" stroke="#70c7c3" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4956" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,114.21s75-32.856,75-32.856,85.71,33.576,85.71,33.576,77.15-32.862,77.15-32.862" stroke="#64c4cf" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4958" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,118.75s75-32.858,75-32.858,85.71,33.568,85.71,33.568,77.15-32.854,77.15-32.854" stroke="#58c1db" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4960" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,123.29s75-32.861,75-32.861,85.71,33.571,85.71,33.571,77.15-32.856,77.15-32.856" stroke="#4cbee7" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> - <path id="interpolate-f20-fr.svgpath4962" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,127.82s75-32.853,75-32.853,85.71,33.573,85.71,33.573,77.15-32.858,77.15-32.858" stroke="#40bbf3" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/> + <path id="interpolate-f20-fr.svgpath4932" d="m20 59.757l75-32.857 85.71 33.571 77.15-32.857" stroke="#f3e940"/> + <path id="interpolate-f20-fr.svgpath4934" d="m20 64.295l75-32.857 85.71 33.571 77.15-32.857" stroke="#e7e64c"/> + <path id="interpolate-f20-fr.svgpath4936" d="m20 68.833l75-32.857 85.71 33.571 77.15-32.857" stroke="#dbe358"/> + <path id="interpolate-f20-fr.svgpath4938" d="m20 73.371l75-32.858 85.71 33.572 77.15-32.857" stroke="#cfe064"/> + <path id="interpolate-f20-fr.svgpath4940" d="m20 77.908l75-32.857 85.71 33.572 77.15-32.857" stroke="#c3dd70"/> + <path id="interpolate-f20-fr.svgpath4942" d="m20 82.446l75-32.857 85.71 33.572 77.15-32.858" stroke="#b7da7c"/> + <path id="interpolate-f20-fr.svgpath4944" d="m20 86.984l75-32.857 85.71 33.571 77.15-32.857" stroke="#abd788"/> + <path id="interpolate-f20-fr.svgpath4946" d="m20 91.522l75-32.857 85.71 33.571 77.15-32.857" stroke="#9fd494"/> + <path id="interpolate-f20-fr.svgpath4948" d="m20 96.06l75-32.857 85.71 33.571 77.15-32.857" stroke="#94d09f"/> + <path id="interpolate-f20-fr.svgpath4950" d="m20 100.6l75-32.86 85.71 33.57 77.15-32.855" stroke="#88cdab"/> + <path id="interpolate-f20-fr.svgpath4952" d="m20 105.14l75-32.862 85.71 33.572 77.15-32.858" stroke="#7ccab7"/> + <path id="interpolate-f20-fr.svgpath4954" d="m20 109.67l75-32.854 85.71 33.574 77.15-32.86" stroke="#70c7c3"/> + <path id="interpolate-f20-fr.svgpath4956" d="m20 114.21l75-32.856 85.71 33.576 77.15-32.862" stroke="#64c4cf"/> + <path id="interpolate-f20-fr.svgpath4958" d="m20 118.75l75-32.858 85.71 33.568 77.15-32.854" stroke="#58c1db"/> + <path id="interpolate-f20-fr.svgpath4960" d="m20 123.29l75-32.861 85.71 33.571 77.15-32.856" stroke="#4cbee7"/> + <path id="interpolate-f20-fr.svgpath4962" d="m20 127.82l75-32.853 85.71 33.573 77.15-32.858" stroke="#40bbf3"/> </g> </g> - <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2964.8714048000006" x="10" font-family="Sans" font-style="normal" fill="#000000"> - <tspan y="2964.8714048000006" x="10">Conclusion</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2832.277441200001" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2832.277441200001" x="10">Conclusion</tspan> </text> - <rect id="d0e401" display="none" height="1000px" width="288" y="2970.1" x="10"/> - <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e401" display="none" height="1e3px" width="288" y="2837.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e401"/> </flowRegion> - <flowDiv xml:space="preserve">Comme démontré ci-dessus, l'extension Interpoler est un outil puissant. Ce tutoriel en couvre les bases, mais l'expérimentation est la clé pour explorer plus en avant l'interpolation.</flowDiv> + <flowDiv xml:space="preserve">Comme démontré ci-dessus, l'extension Interpoler est un outil puissant. Ce tutoriel en couvre les bases, mais l'expérimentation est la clé pour explorer l'interpolation plus profondément.</flowDiv> </flowRoot> - <g transform="translate(0, 3009.4139058000005)"> + <g transform="translate(0 2876.8)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> - <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.149642,0.000000,0.000000,0.465194,-0.130153,3495.428)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> - <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom"> - <feFlood id="feFlood59" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/> + <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> + <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> + <feFlood id="feFlood59" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/> <feComposite id="feComposite61" operator="in" result="composite1" in2="SourceGraphic" in="flood"/> <feGaussianBlur id="feGaussianBlur63" result="blur" stdDeviation="20" in="composite1"/> <feOffset id="feOffset65" result="offset" dx="0" dy="0"/> @@ -576,19 +576,19 @@ Ryan Lerch, ryanlerch at gmail dot com </rdf:RDF> </metadata> <g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer"> - <rect id="rect1494" transform="scale(1.000000,-1.000000)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-0.11217" fill="url(#linearGradient2465)"/> - <path id="path1508" stroke-width="1pt" fill="#FFF" d="m80.493,57.976-4.9567,0,0,0.3171,0.14846,0c0.66805,0,0.74228,0.0338,0.74228,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74228,0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722,0.4723-0.29691,0.8907-0.49485,1.0864-0.25566,0.2699-0.72577,0.3981-1.4186,0.3981h-0.54433c-0.24742,0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031,0,0.70928,0.0404,0.87423,0.1821,0.21443,0.1754,0.2969,0.3914,0.31341,0.7895h0.38763v-2.2133h-0.38763c-0.04124,0.6612-0.37114,0.9244-1.1546,0.9244h-0.19794v-1.5385c0-0.2901,0.07423-0.3374,0.51959-0.3374h0.42887c0.72578,0,1.0804,0.0608,1.3608,0.2497,0.27217,0.1754,0.47011,0.5533,0.59382,1.1606h0.35463l-0.11546-1.7274zm-10.944,2.7059,0.93196,0c0.74227,0,1.1299-0.0472,1.4598-0.1755,0.58558-0.2294,0.91547-0.6612,0.91547-1.1943,0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07422,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172,0-1.7274c0-0.3104,0.04948-0.3442,0.5031-0.3442h0.52784c0.85774,0,1.2619,0.3307,1.2619,1.046,0,0.695-0.42062,1.0256-1.2948,1.0256h-0.99794zm-7.1753-2.4832-0.34639,0-1.8969,3.9341c-0.16495,0.3508-0.19793,0.398-0.32164,0.506-0.13196,0.1281-0.36289,0.2092-0.58557,0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536,0-0.66804-0.1282-0.66804-0.3846,0-0.081,0.02474-0.1755,0.07422-0.2835l0.27217-0.5938h2.1856l0.44536,0.9042c0.04948,0.1012,0.06598,0.1485,0.06598,0.1823,0,0.1079-0.20619,0.1754-0.51134,0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238,0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413,1.1067,0.93196,1.9164-1.8474,0,0.91547-1.9164zm-5.6907-1.0594-0.3134,0-0.3299,0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001,0-1.4598,0.2632-2.0206,0.8097-0.52784,0.5129-0.77526,1.0797-0.77526,1.7747,0,1.4508,1.1629,2.4899,2.7876,2.4899,1.3196,0,2.1608-0.6342,2.3505-1.7678l-0.38763-0.054c-0.08248,0.3576-0.18145,0.6005-0.3299,0.803-0.33815,0.4655-0.86599,0.7017-1.534,0.7017-1.2206,0-1.798-0.695-1.798-2.1457,0-0.7626,0.12371-1.2754,0.40413-1.6804,0.25567-0.3778,0.76701-0.614,1.2949-0.614,0.57732,0,1.0887,0.2497,1.4021,0.6816,0.1567,0.2226,0.28041,0.4858,0.47011,1.0053h0.36288l-0.12371-1.95zm-8.2557,0.0067-0.30515,0-0.3299,0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804,0-1.8062,0.5668-1.8062,1.4102,0,0.7356,0.44536,1.1,1.6577,1.3564l0.7835,0.1619c0.61031,0.1283,0.66804,0.1418,0.84124,0.2496,0.24742,0.1553,0.37938,0.3779,0.37938,0.6411,0,0.2699-0.12371,0.4926-0.37113,0.6749-0.27217,0.1956-0.54434,0.2699-0.99795,0.2699-0.61031,0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299,1.9231h0.32165l0.37113-0.4588c0.55258,0.371,1.0144,0.506,1.732,0.506,1.2124,0,1.9876-0.5802,1.9876-1.4845,0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83,0-0.4724,0.47011-0.7963,1.1711-0.7963,0.57732,0,1.0474,0.2026,1.3773,0.5871,0.23918,0.2767,0.38763,0.5601,0.49484,0.9042h0.35464l-0.09897-1.7544zm-11.151,2.7059,0-1.8355,0-0.1956c0-0.2834,0.07423-0.3172,0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894,1.4351,1.7206c0.13196,0.1619,0.16495,0.216,0.16495,0.2834,0,0.108-0.1567,0.1552-0.56083,0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361,0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551,1.2289-1.0054c0.39588-0.3442,0.89898-0.5399,1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938,0,0.53609,0.0608,0.53609,0.2025,0,0.0944-0.16495,0.2901-0.40413,0.4858l-2.0206,1.66zm-9.2207-2.6654-1.699,0,0,0.3171,0.20618,0c0.42062,0,0.61032,0.054,0.75877,0.2227v2.8679c0,0.9245-0.16495,1.1201-0.9567,1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784,4.0622h0.3464v-3.5021c0-0.9245,0.16495-1.1202,0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351,0.027,0.94846,0.2227,0.94846,1.1472v2.1189l-3.2908-3.5832zm-5.3609,0.8299,0-0.1956c0-0.2834,0.07423-0.3172,0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979,0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/> - <path id="path1517" stroke-width="1.0000000pt" fill="#FFF" d="M305.97,58.204h1.35v2.817c0,0.532-0.02,0.862-0.05,0.989-0.13,0.485-0.42,0.819-0.87,1.003-0.31,0.127-0.77,0.19-1.38,0.19-1.43,0-2.15-0.428-2.15-1.285l1.43-0.007c0.1,0.268,0.36,0.402,0.81,0.402,0.32,0,0.55-0.101,0.68-0.303,0.1-0.155,0.15-0.41,0.15-0.763v-0.12c-0.43,0.344-0.9,0.516-1.41,0.516-0.56,0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37,0-0.485,0.19-0.889,0.57-1.214,0.36-0.301,0.79-0.452,1.29-0.452,0.64,0,1.12,0.209,1.42,0.628v-0.501zm-0.07,1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25,0-0.46,0.073-0.63,0.219-0.16,0.146-0.24,0.343-0.24,0.593,0,0.207,0.08,0.386,0.25,0.536,0.08,0.071,0.17,0.125,0.26,0.163,0.1,0.037,0.2,0.056,0.3,0.056,0.28,0,0.5-0.068,0.66-0.205,0.19-0.15,0.28-0.357,0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452,0.6-0.678,1.06-0.678l0.43,0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6,0-0.9,0.356-0.9,1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62,0,1.14,0.165,1.56,0.494,0.43,0.353,0.65,0.84,0.65,1.462,0,0.607-0.21,1.09-0.64,1.447-0.41,0.33-0.92,0.495-1.54,0.495-0.68,0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504,0-0.622,0.23-1.109,0.7-1.462,0.42-0.315,0.96-0.473,1.6-0.473zm-0.04,2.867c0.24,0,0.44-0.09,0.59-0.269s0.22-0.393,0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46,0.087-0.61,0.261c-0.08,0.09-0.13,0.186-0.17,0.29-0.04,0.099-0.06,0.219-0.06,0.36,0,0.259,0.07,0.475,0.21,0.649,0.14,0.175,0.35,0.262,0.61,0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15,0.377,0.4,0.565,0.74,0.565,0.36,0,0.58-0.099,0.68-0.297,0.08,0,0.3,0.015,0.63,0.043,0.34,0.028,0.64,0.042,0.89,0.042-0.24,0.466-0.54,0.791-0.91,0.975-0.33,0.16-0.77,0.24-1.32,0.24-0.65,0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483,0-0.607,0.23-1.087,0.69-1.44,0.41-0.311,0.93-0.466,1.57-0.466,0.63,0,1.14,0.16,1.54,0.48,0.4,0.316,0.63,0.782,0.69,1.398l0.01,0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16,0-0.33,0.045-0.5,0.135-0.17,0.089-0.26,0.209-0.28,0.36h1.49zm-7.76-1.349h1.44l-0.01,0.459c0.4-0.381,0.84-0.572,1.34-0.572,0.56,0,1,0.174,1.32,0.523,0.33,0.343,0.5,0.795,0.5,1.355,0,0.579-0.16,1.052-0.48,1.419-0.34,0.391-0.79,0.587-1.35,0.587-0.31,0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27,2.747c0.26,0,0.47-0.09,0.63-0.269,0.16-0.183,0.24-0.404,0.24-0.663,0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24,0-0.44,0.085-0.62,0.254-0.17,0.17-0.26,0.377-0.26,0.621,0,0.255,0.08,0.478,0.23,0.671,0.16,0.189,0.36,0.283,0.61,0.283zm-6.81-1.646c0.11-0.475,0.38-0.812,0.78-1.009,0.3-0.141,0.73-0.212,1.29-0.212,0.53,0,0.96,0.104,1.28,0.311,0.39,0.249,0.59,0.623,0.59,1.122v1.688c0,0.108,0.01,0.207,0.03,0.296,0.01,0.09,0.05,0.208,0.11,0.354h-1.49l-0.05-0.424c-0.34,0.353-0.76,0.529-1.24,0.529-0.39,0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89,0-0.409,0.13-0.713,0.4-0.911,0.2-0.141,0.5-0.244,0.93-0.31l1.02-0.12c0.22-0.038,0.33-0.097,0.33-0.177,0-0.183-0.14-0.275-0.41-0.275-0.16,0-0.29,0.019-0.39,0.056-0.1,0.033-0.18,0.116-0.23,0.247h-1.47zm1.27,1.356c0,0.198,0.17,0.297,0.5,0.297,0.21,0,0.39-0.066,0.55-0.198s0.25-0.297,0.25-0.494l-0.96,0.12c-0.06,0.005-0.14,0.035-0.22,0.092-0.08,0.051-0.12,0.113-0.12,0.183zm-1.58-1.038l-1.44,0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27,0-0.47,0.094-0.62,0.282-0.14,0.184-0.21,0.412-0.21,0.685,0,0.236,0.08,0.436,0.24,0.601,0.16,0.16,0.36,0.24,0.59,0.24,0.38,0,0.62-0.21,0.74-0.629l1.45,0.064c-0.24,1.068-0.97,1.603-2.2,1.603-0.66,0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468,0-0.64,0.25-1.135,0.74-1.483,0.43-0.311,0.98-0.466,1.64-0.466,0.53,0,0.97,0.132,1.34,0.395,0.36,0.259,0.61,0.643,0.72,1.151zm-7.4,1.038c0.1,0.165,0.22,0.273,0.38,0.325,0.11,0.033,0.27,0.049,0.5,0.049,0.06,0,0.1-0.002,0.13-0.007,0.03-0.009,0.07-0.026,0.12-0.049,0.1-0.042,0.15-0.106,0.15-0.191,0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925,0-0.475,0.23-0.821,0.68-1.038,0.35-0.165,0.78-0.247,1.32-0.247,1.11,0,1.75,0.379,1.94,1.137l-1.37,0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36,0-0.54,0.084-0.54,0.254,0,0.056,0.06,0.106,0.18,0.148,0.13,0.043,0.44,0.094,0.94,0.156,0.5,0.061,0.85,0.15,1.04,0.268,0.3,0.169,0.45,0.447,0.45,0.833,0,0.443-0.21,0.786-0.61,1.031-0.33,0.198-0.74,0.297-1.23,0.297-0.6,0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75,1.37,1.76,2.288h-1.7l-1.08-1.49-0.4,0.289v1.194h-1.44v-4.978zm-4.85,1.32h1.45v0.48c0.37-0.386,0.83-0.579,1.36-0.579,0.43,0,0.78,0.12,1.04,0.36,0.27,0.236,0.4,0.57,0.4,1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24,0-0.42,0.092-0.55,0.276-0.13,0.183-0.19,0.398-0.19,0.642v1.759h-1.45v-3.658zm-1.98,0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12,3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62,2.274c0.04-0.273,0.13-0.652,0.28-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.05-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.55-2.098-0.6,2.098h-1.56l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.05-0.273,0.14-0.652,0.29-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.04-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.04-0.273,0.14-0.652,0.28-1.137,0.07-0.217,0.12-0.438,0.18-0.664,0.04-0.16,0.08-0.318,0.11-0.473l1.49,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.05-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.11-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.29-3.658h1.51z"/> - <g id="g1515" filter="url(#filter57)" transform="matrix(0.0294185,0,0,0.0294185,0.1569075,53.985559)"> - <path id="path1516" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" fill-rule="evenodd" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/> - <path id="path1518" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/> - <path id="path1519" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/> - <path id="path1520" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/> - <path id="path1521" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/> + <rect id="rect1494" transform="scale(1 -1)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-.11217" fill="url(#linearGradient2465)"/> + <path id="path1508" stroke-width="1pt" fill="#fff" d="m80.493 57.976h-4.9567v0.3171h0.14846c0.66805 0 0.74228 0.0338 0.74228 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74228 0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722 0.4723-0.29691 0.8907-0.49485 1.0864-0.25566 0.2699-0.72577 0.3981-1.4186 0.3981h-0.54433c-0.24742 0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031 0 0.70928 0.0404 0.87423 0.1821 0.21443 0.1754 0.2969 0.3914 0.31341 0.7895h0.38763v-2.2133h-0.38763c-0.04124 0.6612-0.37114 0.9244-1.1546 0.9244h-0.19794v-1.5385c0-0.2901 0.07423-0.3374 0.51959-0.3374h0.42887c0.72578 0 1.0804 0.0608 1.3608 0.2497 0.27217 0.1754 0.47011 0.5533 0.59382 1.1606h0.35463l-0.11546-1.7274zm-10.944 2.7059h0.93196c0.74227 0 1.1299-0.0472 1.4598-0.1755 0.58558-0.2294 0.91547-0.6612 0.91547-1.1943 0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07422 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172v-1.7274c0-0.3104 0.04948-0.3442 0.5031-0.3442h0.52784c0.85774 0 1.2619 0.3307 1.2619 1.046 0 0.695-0.42062 1.0256-1.2948 1.0256h-0.99794zm-7.1753-2.4832h-0.34639l-1.8969 3.9341c-0.16495 0.3508-0.19793 0.398-0.32164 0.506-0.13196 0.1281-0.36289 0.2092-0.58557 0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536 0-0.66804-0.1282-0.66804-0.3846 0-0.081 0.02474-0.1755 0.07422-0.2835l0.27217-0.5938h2.1856l0.44536 0.9042c0.04948 0.1012 0.06598 0.1485 0.06598 0.1823 0 0.1079-0.20619 0.1754-0.51134 0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238 0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413 1.1067 0.93196 1.9164h-1.8474l0.91547-1.9164zm-5.6907-1.0594h-0.3134l-0.3299 0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001 0-1.4598 0.2632-2.0206 0.8097-0.52784 0.5129-0.77526 1.0797-0.77526 1.7747 0 1.4508 1.1629 2.4899 2.7876 2.4899 1.3196 0 2.1608-0.6342 2.3505-1.7678l-0.38763-0.054c-0.08248 0.3576-0.18145 0.6005-0.3299 0.803-0.33815 0.4655-0.86599 0.7017-1.534 0.7017-1.2206 0-1.798-0.695-1.798-2.1457 0-0.7626 0.12371-1.2754 0.40413-1.6804 0.25567-0.3778 0.76701-0.614 1.2949-0.614 0.57732 0 1.0887 0.2497 1.4021 0.6816 0.1567 0.2226 0.28041 0.4858 0.47011 1.0053h0.36288l-0.12371-1.95zm-8.2557 0.0067h-0.30515l-0.3299 0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804 0-1.8062 0.5668-1.8062 1.4102 0 0.7356 0.44536 1.1 1.6577 1.3564l0.7835 0.1619c0.61031 0.1283 0.66804 0.1418 0.84124 0.2496 0.24742 0.1553 0.37938 0.3779 0.37938 0.6411 0 0.2699-0.12371 0.4926-0.37113 0.6749-0.27217 0.1956-0.54434 0.2699-0.99795 0.2699-0.61031 0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299 1.9231h0.32165l0.37113-0.4588c0.55258 0.371 1.0144 0.506 1.732 0.506 1.2124 0 1.9876-0.5802 1.9876-1.4845 0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83 0-0.4724 0.47011-0.7963 1.1711-0.7963 0.57732 0 1.0474 0.2026 1.3773 0.5871 0.23918 0.2767 0.38763 0.5601 0.49484 0.9042h0.35464l-0.09897-1.7544zm-11.151 2.7059v-1.8355-0.1956c0-0.2834 0.07423-0.3172 0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894 1.4351 1.7206c0.13196 0.1619 0.16495 0.216 0.16495 0.2834 0 0.108-0.1567 0.1552-0.56083 0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361 0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551 1.2289-1.0054c0.39588-0.3442 0.89898-0.5399 1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938 0 0.53609 0.0608 0.53609 0.2025 0 0.0944-0.16495 0.2901-0.40413 0.4858l-2.0206 1.66zm-9.2207-2.6654h-1.699v0.3171h0.20618c0.42062 0 0.61032 0.054 0.75877 0.2227v2.8679c0 0.9245-0.16495 1.1201-0.9567 1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784 4.0622h0.3464v-3.5021c0-0.9245 0.16495-1.1202 0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351 0.027 0.94846 0.2227 0.94846 1.1472v2.1189l-3.2908-3.5832zm-5.3609 0.8299v-0.1956c0-0.2834 0.07423-0.3172 0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979 0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/> + <path id="path1517" stroke-width="1pt" fill="#fff" d="m305.97 58.204h1.35v2.817c0 0.532-0.02 0.862-0.05 0.989-0.13 0.485-0.42 0.819-0.87 1.003-0.31 0.127-0.77 0.19-1.38 0.19-1.43 0-2.15-0.428-2.15-1.285l1.43-0.007c0.1 0.268 0.36 0.402 0.81 0.402 0.32 0 0.55-0.101 0.68-0.303 0.1-0.155 0.15-0.41 0.15-0.763v-0.12c-0.43 0.344-0.9 0.516-1.41 0.516-0.56 0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37 0-0.485 0.19-0.889 0.57-1.214 0.36-0.301 0.79-0.452 1.29-0.452 0.64 0 1.12 0.209 1.42 0.628v-0.501zm-0.07 1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25 0-0.46 0.073-0.63 0.219-0.16 0.146-0.24 0.343-0.24 0.593 0 0.207 0.08 0.386 0.25 0.536 0.08 0.071 0.17 0.125 0.26 0.163 0.1 0.037 0.2 0.056 0.3 0.056 0.28 0 0.5-0.068 0.66-0.205 0.19-0.15 0.28-0.357 0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452 0.6-0.678 1.06-0.678l0.43 0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6 0-0.9 0.356-0.9 1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62 0 1.14 0.165 1.56 0.494 0.43 0.353 0.65 0.84 0.65 1.462 0 0.607-0.21 1.09-0.64 1.447-0.41 0.33-0.92 0.495-1.54 0.495-0.68 0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504 0-0.622 0.23-1.109 0.7-1.462 0.42-0.315 0.96-0.473 1.6-0.473zm-0.04 2.867c0.24 0 0.44-0.09 0.59-0.269s0.22-0.393 0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46 0.087-0.61 0.261c-0.08 0.09-0.13 0.186-0.17 0.29-0.04 0.099-0.06 0.219-0.06 0.36 0 0.259 0.07 0.475 0.21 0.649 0.14 0.175 0.35 0.262 0.61 0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15 0.377 0.4 0.565 0.74 0.565 0.36 0 0.58-0.099 0.68-0.297 0.08 0 0.3 0.015 0.63 0.043 0.34 0.028 0.64 0.042 0.89 0.042-0.24 0.466-0.54 0.791-0.91 0.975-0.33 0.16-0.77 0.24-1.32 0.24-0.65 0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483 0-0.607 0.23-1.087 0.69-1.44 0.41-0.311 0.93-0.466 1.57-0.466 0.63 0 1.14 0.16 1.54 0.48 0.4 0.316 0.63 0.782 0.69 1.398l0.01 0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16 0-0.33 0.045-0.5 0.135-0.17 0.089-0.26 0.209-0.28 0.36h1.49zm-7.76-1.349h1.44l-0.01 0.459c0.4-0.381 0.84-0.572 1.34-0.572 0.56 0 1 0.174 1.32 0.523 0.33 0.343 0.5 0.795 0.5 1.355 0 0.579-0.16 1.052-0.48 1.419-0.34 0.391-0.79 0.587-1.35 0.587-0.31 0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27 2.747c0.26 0 0.47-0.09 0.63-0.269 0.16-0.183 0.24-0.404 0.24-0.663 0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24 0-0.44 0.085-0.62 0.254-0.17 0.17-0.26 0.377-0.26 0.621 0 0.255 0.08 0.478 0.23 0.671 0.16 0.189 0.36 0.283 0.61 0.283zm-6.81-1.646c0.11-0.475 0.38-0.812 0.78-1.009 0.3-0.141 0.73-0.212 1.29-0.212 0.53 0 0.96 0.104 1.28 0.311 0.39 0.249 0.59 0.623 0.59 1.122v1.688c0 0.108 0.01 0.207 0.03 0.296 0.01 0.09 0.05 0.208 0.11 0.354h-1.49l-0.05-0.424c-0.34 0.353-0.76 0.529-1.24 0.529-0.39 0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89 0-0.409 0.13-0.713 0.4-0.911 0.2-0.141 0.5-0.244 0.93-0.31l1.02-0.12c0.22-0.038 0.33-0.097 0.33-0.177 0-0.183-0.14-0.275-0.41-0.275-0.16 0-0.29 0.019-0.39 0.056-0.1 0.033-0.18 0.116-0.23 0.247h-1.47zm1.27 1.356c0 0.198 0.17 0.297 0.5 0.297 0.21 0 0.39-0.066 0.55-0.198s0.25-0.297 0.25-0.494l-0.96 0.12c-0.06 0.005-0.14 0.035-0.22 0.092-0.08 0.051-0.12 0.113-0.12 0.183zm-1.58-1.038l-1.44 0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27 0-0.47 0.094-0.62 0.282-0.14 0.184-0.21 0.412-0.21 0.685 0 0.236 0.08 0.436 0.24 0.601 0.16 0.16 0.36 0.24 0.59 0.24 0.38 0 0.62-0.21 0.74-0.629l1.45 0.064c-0.24 1.068-0.97 1.603-2.2 1.603-0.66 0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468 0-0.64 0.25-1.135 0.74-1.483 0.43-0.311 0.98-0.466 1.64-0.466 0.53 0 0.97 0.132 1.34 0.395 0.36 0.259 0.61 0.643 0.72 1.151zm-7.4 1.038c0.1 0.165 0.22 0.273 0.38 0.325 0.11 0.033 0.27 0.049 0.5 0.049 0.06 0 0.1-0.002 0.13-0.007 0.03-0.009 0.07-0.026 0.12-0.049 0.1-0.042 0.15-0.106 0.15-0.191 0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925 0-0.475 0.23-0.821 0.68-1.038 0.35-0.165 0.78-0.247 1.32-0.247 1.11 0 1.75 0.379 1.94 1.137l-1.37 0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36 0-0.54 0.084-0.54 0.254 0 0.056 0.06 0.106 0.18 0.148 0.13 0.043 0.44 0.094 0.94 0.156 0.5 0.061 0.85 0.15 1.04 0.268 0.3 0.169 0.45 0.447 0.45 0.833 0 0.443-0.21 0.786-0.61 1.031-0.33 0.198-0.74 0.297-1.23 0.297-0.6 0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75 1.37 1.76 2.288h-1.7l-1.08-1.49-0.4 0.289v1.194h-1.44v-4.978zm-4.85 1.32h1.45v0.48c0.37-0.386 0.83-0.579 1.36-0.579 0.43 0 0.78 0.12 1.04 0.36 0.27 0.236 0.4 0.57 0.4 1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24 0-0.42 0.092-0.55 0.276-0.13 0.183-0.19 0.398-0.19 0.642v1.759h-1.45v-3.658zm-1.98 0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12 3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62 2.274c0.04-0.273 0.13-0.652 0.28-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.05-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.55-2.098-0.6 2.098h-1.56l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.05-0.273 0.14-0.652 0.29-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.04-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.04-0.273 0.14-0.652 0.28-1.137 0.07-0.217 0.12-0.438 0.18-0.664 0.04-0.16 0.08-0.318 0.11-0.473l1.49 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.05-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.11-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.29-3.658h1.51z"/> + <g id="g1515" filter="url(#filter57)" fill-rule="evenodd" transform="matrix(.029418 0 0 .029418 .15691 53.986)"> + <path id="path1516" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/> + <path id="path1518" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/> + <path id="path1519" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/> + <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> + <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <use id="use1328" style="color:#000000;" fill-rule="nonzero" xlink:href="#path1508" transform="matrix(5.176729,0,0,5.176729,-102.7023,-256.6246)" height="1052.3622" fill-opacity="0.06461535" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/> - <text id="text1944" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,-1,1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-6.6619034" x="-70.787514" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:0.29056421;" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> - <path id="path1951" opacity="0.5" style="color:#000000;" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(-0.614962,-4.549602e-2,-6.191898e-2,0.451855,207.6942,-163.1966)" fill="#000"/> + <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="sans-serif" fill="#ffffff"/> + <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <path id="path1951" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.69 -163.2)"/> </g> </g> </svg> diff --git a/share/tutorials/tutorial-shapes.fr.svg b/share/tutorials/tutorial-shapes.fr.svg index a23d0620c..ccfadc89e 100644 --- a/share/tutorials/tutorial-shapes.fr.svg +++ b/share/tutorials/tutorial-shapes.fr.svg @@ -35,357 +35,357 @@ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path7527" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.46 237.6)"/> <path id="text1896" d="m120.82 12.812 0.1105-0.44803c0.96986-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14732 0.5779-0.14731 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72436 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58929-0.30518 0.95761-0.91554 0.2087-0.35063 0.49721-0.948 0.86553-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6635 3.1752-2.6334 3.1752-0.3192 0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.38059 0.72724-0.69365 1.2532-0.93919 1.5778-0.54019 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50336 0.000008 0.92691 0.27921 1.2707 0.83762l0.92077-3.5063c0.12276-0.4675 0.18414-0.75969 0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78573-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25781 0.95449 0.18415 0.23376 0.41743 0.35063 0.69979 0.35063 0.71206 0 1.3934-0.62984 2.0441-1.8895 0.87167-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438 5.3763 0.36831 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6887 2.7661-0.34375 0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866s0.27623-0.79866 0.60772-1.6558l0.69978-1.7726c0.41742-1.0519 0.62613-1.7596 0.62613-2.1233 0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87166-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81029 0.38959 0.2087 0.25973 0.31305 0.59738 0.31306 1.0129-0.00001 0.49349-0.25168 1.409-0.75504 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.4788 1.396-0.4788 1.6558 0 0.23375 0.0982 0.35063 0.29465 0.35063 0.23326 0 0.53405-0.22077 0.90235-0.6623 0.3806-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27623-10.227c0.23325 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25782 0.62334 0 0.24675-0.0859 0.46103-0.25782 0.64282-0.1596 0.18182-0.35604 0.27272-0.58929 0.27271-0.23326 0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282 0-0.24673 0.0859-0.45451 0.25782-0.62334 0.17187-0.1818 0.37445-0.2727 0.60771-0.27271m8.3563 0.38959 0.1105-0.44803c0.96987-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14734 0.5779-0.14733 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72435 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58928-0.30518 0.9576-0.91554 0.2087-0.35063 0.49722-0.948 0.86554-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6636 3.1752-2.6334 3.1752-0.3192 0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.3806 0.72724-0.69365 1.2532-0.93919 1.5778-0.5402 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50335 0.000008 0.92691 0.27921 1.2707 0.83762l0.92078-3.5063c0.12275-0.4675 0.18415-0.75969 0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78572-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25783 0.95449 0.18414 0.23376 0.41741 0.35063 0.69978 0.35063 0.71207 0 1.3934-0.62984 2.0441-1.8895 0.87166-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479h1.3075c-0.30692 0.87009-0.72434 2.1427-1.2522 3.818-0.56475 1.8051-0.84712 3.0323-0.84711 3.6816-0.00001 0.27271 0.0982 0.40907 0.29464 0.40907 0.4297 0 1.0313-0.88307 1.8047-2.6492l0.40514 0.17532c-0.51563 1.1818-0.95761 1.9934-1.3259 2.4349-0.36832 0.44153-0.78574 0.6623-1.2522 0.6623-0.76118 0-1.1418-0.36362-1.1418-1.0909 0-0.19479 0.0553-0.59088 0.16574-1.1882-0.87166 1.5324-1.8047 2.2986-2.7992 2.2986-0.62614 0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337 0-1.4804 0.55247-2.9154 1.6574-4.305 1.1049-1.4025 2.2406-2.1038 3.4069-2.1038 0.61385 0.000008 1.0804 0.35713 1.3996 1.0714l0.29465-0.81814m-1.5469 0.23375c-0.36831-0.02596-0.79801 0.2013-1.2891 0.68178-0.4788 0.46752-0.92691 1.0974-1.3443 1.8895-0.83485 1.5713-1.2523 2.8895-1.2523 3.9543 0 0.83112 0.30693 1.2467 0.92077 1.2467 0.99444 0 1.9336-1.0324 2.8176-3.0972 0.60156-1.4025 0.93919-2.5648 1.0128-3.4868 0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893 5.3374 0.36831 0.23375c-0.88395 1.8311-1.9643 2.7466-3.2411 2.7466-0.67524 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83483-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.4297 0.000008 0.77346 0.11039 1.0313 0.33115 0.27009 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13505 0.15584-0.30079 0.23376-0.49721 0.23375-0.17188 0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.1105-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81029 1.5584-1.1418 2.6102-0.33148 1.0389-0.49721 1.896-0.49721 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.9576 0 1.8354-0.80515 2.6334-2.4155m5.1362-8.3177h1.2891l-0.79187 2.7466h1.4548l-0.12891 0.44803h-1.4548l-0.34989 1.1298c-0.29465 0.96099-0.60771 2.1233-0.93919 3.4868-0.33147 1.3506-0.49722 2.1362-0.49722 2.357 0 0.29869 0.12891 0.44803 0.38673 0.44803 0.45425 0.000001 1.0006-0.6623 1.639-1.9869 0.0614-0.14285 0.15346-0.31816 0.27623-0.52595l0.36831 0.1948c-0.47881 1.0519-0.83484 1.7272-1.0681 2.0259-0.50336 0.63633-1.0374 0.9545-1.6022 0.9545-0.38058 0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345 0-0.36362 0.0552-0.77268 0.16574-1.2272 0.12278-0.50646 0.51564-1.9609 1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027 8.3177 0.3683 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6886 2.7661-0.34376 0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.11049-0.79866 0.0737-0.24674 0.27624-0.79866 0.60771-1.6558l0.69979-1.7726c0.41742-1.0519 0.62613-1.7596 0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36832-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81027 0.38959 0.20872 0.25973 0.31307 0.59738 0.31307 1.0129 0 0.49349-0.25168 1.409-0.75503 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29463 0.35063 0.23328 0 0.53406-0.22077 0.90237-0.6623 0.38058-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27624-10.227c0.23326 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25783 0.62334-0.00001 0.24675-0.0859 0.46103-0.25783 0.64282-0.1596 0.18182-0.35603 0.27272-0.58929 0.27271-0.23327 0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673 0.0859-0.45451 0.25782-0.62334 0.17188-0.1818 0.37444-0.2727 0.60771-0.27271m7.3369 10.227 0.36831 0.23375c-0.88396 1.8311-1.9643 2.7466-3.2411 2.7466-0.67523 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83482-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.42969 0.000008 0.77345 0.11039 1.0313 0.33115 0.27008 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13506 0.15584-0.30079 0.23376-0.49721 0.23375-0.17189 0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.11049-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81028 1.5584-1.1418 2.6102-0.33148 1.0389-0.49722 1.896-0.49722 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.95761 0 1.8354-0.80515 2.6334-2.4155m6.3332 0 0.36832 0.19479c-0.82257 1.8441-1.7188 2.7661-2.6887 2.7661-0.34376 0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866 0.0736-0.24674 0.27622-0.79866 0.60771-1.6558l0.69979-1.7726c0.4174-1.0519 0.62612-1.7596 0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33147 0.000008 0.60157 0.12987 0.81028 0.38959 0.20871 0.25973 0.31306 0.59738 0.31307 1.0129-0.00001 0.49349-0.25169 1.409-0.75503 2.7466l-0.77346 2.0453c-0.31921 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29465 0.35063 0.23325 0 0.53404-0.22077 0.90236-0.6623 0.38058-0.45452 0.74275-1.0259 1.0865-1.7142m-0.27622-10.227c0.23326 0.000012 0.42969 0.09092 0.5893 0.27271 0.17187 0.16883 0.2578 0.37662 0.25781 0.62334-0.00001 0.24675-0.0859 0.46103-0.25781 0.64282-0.15961 0.18182-0.35604 0.27272-0.5893 0.27271-0.23328 0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282 0-0.24673 0.0859-0.45451 0.25781-0.62334 0.17187-0.1818 0.37444-0.2727 0.60772-0.27271m7.2632 10.383 0.34989 0.25323c-1.0681 1.7012-2.1853 2.5518-3.3516 2.5518-0.62613 0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168 0-1.1558 0.39287-2.409 1.1786-3.7595 1.0927-1.87 2.3326-2.805 3.7199-2.805 0.40513 0.000008 0.73661 0.12987 0.99443 0.38959 0.25781 0.25973 0.38672 0.59088 0.38673 0.99345-0.00001 0.94801-0.62 1.8441-1.86 2.6882-0.40514 0.27272-1.3136 0.71425-2.7255 1.3246-0.20871 0.79217-0.31306 1.4025-0.31306 1.8311 0 0.71425 0.31306 1.0714 0.9392 1.0714 0.45424 0 0.87779-0.16233 1.2707-0.48699 0.40514-0.33764 0.91463-0.948 1.5285-1.8311m-3.278-1.1103c0.23326-0.10389 0.51563-0.24024 0.84711-0.40907 0.71206-0.38959 1.3075-0.90904 1.7863-1.5584 0.49107-0.64931 0.73661-1.2597 0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337 0.000008-1.0067 0.3896-1.5101 1.1688-0.49108 0.7662-0.93306 1.8506-1.3259 3.2531m7.1834-8.8826 0.11048-0.44803c0.92078-0.03895 1.9643-0.10388 3.1306-0.1948-0.0982 0.35064-0.17188 0.60388-0.22099 0.7597-0.13505 0.40259-0.32533 1.0129-0.57087 1.8311l-1.4917 5.1426c-0.71206 2.4544-1.0681 3.9608-1.0681 4.5192-0.00001 0.40258 0.11049 0.60386 0.33147 0.60386 0.30693 0 0.68751-0.35063 1.1418-1.0519 0.23327-0.36361 0.49722-0.84411 0.79188-1.4415l0.42355 0.21427c-0.36832 0.71425-0.64455 1.2207-0.8287 1.5194-0.56475 0.89606-1.2093 1.3441-1.9336 1.3441-0.36831 0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542 0.20871-1.5389 0.62613-2.9804l1.6206-5.5906c0.35603-1.2337 0.53406-1.9285 0.53406-2.0843 0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#fff"/> <use id="use1901" opacity=".078652" style="color:black" xlink:href="#text1896" transform="matrix(3.1679 0 0 3.1679 -274.08 -31.04)" height="1052.3622" width="320" y="0" x="0" fill="black"/> </g> - <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> + <text id="text1920" font-family="sans-serif" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::FORMES</tspan> </text> <!--Author: bulia byak, buliabyak@users.sf.net--> <rect id="d0e15" display="none" height="1e3px" width="264" y="36" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e15"/> </flowRegion> <flowDiv xml:space="preserve">Ce didacticiel aborde les quatre outils de formes : rectangle, ellipse, étoile et spirale. Nous verrons des exemples montrant les possibilités des formes d'Inkscape et suggérerons quand et comment les utiliser.</flowDiv> </flowRoot> <rect id="d0e18" display="none" height="1e3px" width="264" y="70.568" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e18"/> </flowRegion> - <flowDiv xml:space="preserve">Faites défiler la page avec <flowSpan font-weight="bold">Ctrl+flèche</flowSpan> ou avec la souris (<flowSpan font-weight="bold">molette</flowSpan> ou <flowSpan font-weight="bold">bouton du milieu</flowSpan>). Pour les bases de la création, sélection ou transformation d'objets, voyez le didacticiel basique du menu <flowSpan font-family="Sans">Aide > Didacticiels</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Faites défiler la page avec <flowSpan font-weight="bold">Ctrl+flèche</flowSpan> ou avec la souris (<flowSpan font-weight="bold">molette</flowSpan> ou <flowSpan font-weight="bold">bouton du milieu</flowSpan>). Pour les bases de la création, sélection ou transformation d'objets, voyez le didacticiel basique du menu <flowSpan font-family="sans-serif">Aide > Didacticiels</flowSpan>.</flowDiv> </flowRoot> <rect id="d0e36" display="none" height="1e3px" width="288" y="120.83" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e36"/> </flowRegion> <flowDiv xml:space="preserve">Inkscape possède plusieurs <flowSpan font-style="italic">outils de formes</flowSpan> versatiles, chacun créant son propre type de forme. Une forme est un objet ayant un certain type de <flowSpan font-style="italic">poignées</flowSpan> déplaçables et des <flowSpan font-style="italic">paramètres</flowSpan> numériques permettant de modifier cette forme tout en conservant son type.</flowDiv> </flowRoot> <rect id="d0e48" display="none" height="1e3px" width="288" y="170.92" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e48"/> </flowRegion> - <flowDiv xml:space="preserve">Par exemple, vous pouvez modifier le nombre de sommets d'une étoile, ou ses dimension, angle, arrondi etc. — mais une étoile reste une étoile. Une forme est donc "moins libre" qu'un chemin, mais souvent plus pratique et intéressante. Vous pouvez convertir une forme en chemin (<flowSpan font-weight="bold">Maj+Ctrl+C</flowSpan>), mais pas l'inverse.</flowDiv> + <flowDiv xml:space="preserve">Par exemple, avec une étoile, vous pouvez modifier le nombre de sommets, leur longueur, angle, arrondi, etc. — mais une étoile reste une étoile. Une forme est donc « moins libre » qu'un chemin, mais souvent plus pratique et intéressante. Vous pouvez convertir une forme en chemin (<flowSpan font-weight="bold">Maj+Ctrl+C</flowSpan>), mais la conversion inverse est impossible.</flowDiv> </flowRoot> - <rect id="d0e54" display="none" height="1e3px" width="288" y="231.36" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e54" display="none" height="1e3px" width="288" y="242.19" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e54"/> </flowRegion> <flowDiv xml:space="preserve">Les outils de formes sont : l'outil <flowSpan font-style="italic">rectangle</flowSpan>, l'outil <flowSpan font-style="italic">ellipse</flowSpan>, l'outil <flowSpan font-style="italic">étoile</flowSpan> et l'outil <flowSpan font-style="italic">spirale</flowSpan>. Nous allons d'abord voir comment ces outils fonctionnent de manière générale, puis nous explorerons les possibilités particulières de chacun d'entre eux.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="294.141977" x="10" font-family="Sans" fill="#000000"> - <tspan y="294.141977" x="10">Principes généraux</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="304.969297" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="304.969297" x="10">Principes généraux</tspan> </text> - <rect id="d0e75" display="none" height="1e3px" width="288" y="299.34" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e75" display="none" height="1e3px" width="288" y="310.17" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e75"/> </flowRegion> - <flowDiv xml:space="preserve">Une forme est créée sur le canevas par un <flowSpan font-weight="bold">cliquer-déplacer</flowSpan> avec l'outil lui correspondant. Une fois la forme créée (et tant qu'elle est sélectionnée), elle affiche ses poignées (des marques en forme de diamant), de sorte que vous pouvez toujours la modifier en déplaçant ces poignées.</flowDiv> + <flowDiv xml:space="preserve">Une forme est créée sur le canevas par un <flowSpan font-weight="bold">cliquer-déplacer</flowSpan> avec l'outil lui correspondant. Une fois la forme créée (et tant qu'elle est sélectionnée), elle affiche ses poignées (des marques en forme de diamant, carré ou cercle), de sorte que vous pouvez toujours la modifier en déplaçant ces poignées.</flowDiv> </flowRoot> - <rect id="d0e81" display="none" height="1e3px" width="288" y="360.08" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e81" display="none" height="1e3px" width="288" y="370.91" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e81"/> </flowRegion> <flowDiv xml:space="preserve">Les quatre types de formes affichent leurs poignées dans les quatre outils de forme, mais aussi dans l'outil nœud (<flowSpan font-weight="bold">F2</flowSpan>). Lorsque vous faites passer le curseur de la souris au-dessus d'une poignée, la barre d'état affiche des messages vous indiquant ce que vous pouvez faire en lui cliquant dessus ou en la déplaçant en combinaison avec différents raccourcis.</flowDiv> </flowRoot> - <rect id="d0e87" display="none" height="1e3px" width="288" y="429.81" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e87" display="none" height="1e3px" width="288" y="440.62" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e87"/> </flowRegion> - <flowDiv xml:space="preserve">De plus chaque outil de forme affiche ses paramètres dans la <flowSpan font-style="italic">barre de contrôle d'outil</flowSpan> (qui est affichée horizontalement au dessus du canevas). Elle comporte habituellement plusieurs champs numériques et un bouton de remise à zéro (retour aux valeurs par défaut) de ces champs. Quand une (ou des) formes de l'outil en cours d'utilisation est sélectionnée, modifier les valeurs de ces champs de la barre de contrôle permet de modifier la (ou les) forme sélectionnée.</flowDiv> + <flowDiv xml:space="preserve">De plus, chaque outil de forme affiche ses paramètres dans la <flowSpan font-style="italic">barre de contrôle d'outil</flowSpan> (qui est affichée horizontalement au-dessus du canevas). Elle comporte habituellement plusieurs champs numériques et un bouton de remise à zéro (retour aux valeurs par défaut) de ces champs. Quand une ou plusieurs formes de l'outil en cours d'utilisation sont sélectionnées, modifier les valeurs de ces champs de la barre de contrôle permet de modifier la ou les formes sélectionnées.</flowDiv> </flowRoot> - <rect id="d0e93" display="none" height="1e3px" width="288" y="511.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e93" display="none" height="1e3px" width="288" y="531.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e93"/> </flowRegion> - <flowDiv xml:space="preserve">Toute modification effectuée via la barre de contrôle est retenue afin d'être réappliquée à la prochaine forme que vous dessinerez avec cet outil. Par exemple, après avoir changé le nombre de sommets d'une étoile, les étoiles que vous créerez par la suite auront le même nombre de sommets. De plus, le simple fait de sélectionner une forme donnée envoie ses paramètres à la barre de contrôle d'outil et donc permet de définir les valeurs pour les formes de ce type que vous créerez après.</flowDiv> + <flowDiv xml:space="preserve">Toute modification effectuée via la barre de contrôle est retenue afin d'être appliquée à la prochaine forme que vous dessinerez avec cet outil. Par exemple, après avoir changé le nombre de sommets d'une étoile, les étoiles que vous créerez par la suite auront le même nombre de sommets. De plus, le simple fait de sélectionner une forme donnée envoie ses paramètres à la barre de contrôle d'outil et donc permet de définir les valeurs pour les formes de ce type que vous créerez après.</flowDiv> </flowRoot> - <rect id="d0e96" display="none" height="1e3px" width="288" y="604.25" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e96" display="none" height="1e3px" width="288" y="624.14" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e96"/> </flowRegion> - <flowDiv xml:space="preserve">Lorsque vous utilisez un outil de forme, vous pouvez sélectionner un objet en <flowSpan font-weight="bold">cliquant</flowSpan> dessus.<flowSpan font-weight="bold">Ctrl+ cliquer</flowSpan> (sélectionner au sein d'un groupe) et <flowSpan font-weight="bold">Alt+cliquer</flowSpan> (sélectionner dessous) fonctionne aussi comme dans le sélecteur. <flowSpan font-weight="bold">Esc</flowSpan> permet de désélectionner.</flowDiv> + <flowDiv xml:space="preserve">Lorsque vous utilisez un outil de forme, vous pouvez sélectionner un objet en <flowSpan font-weight="bold">cliquant</flowSpan> dessus. <flowSpan font-weight="bold">Ctrl+clic</flowSpan> (sélectionner au sein d'un groupe) et <flowSpan font-weight="bold">Alt+clic</flowSpan> (sélectionner dessous) fonctionnent aussi comme dans le sélecteur. <flowSpan font-weight="bold">Échap</flowSpan> permet de désélectionner.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="667.088016" x="10" font-family="Sans" fill="#000000"> - <tspan y="667.088016" x="10">Rectangles</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="686.925715" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="686.925715" x="10">Rectangles</tspan> </text> - <rect id="d0e117" display="none" height="1e3px" width="288" y="672.29" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e117" display="none" height="1e3px" width="288" y="692.13" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e117"/> </flowRegion> <flowDiv xml:space="preserve">Le <flowSpan font-style="italic">rectangle</flowSpan> est la forme la plus simple mais sans doute la plus courante en design et en illustration. Inkscape tente de rendre la création et la modification des rectangles aussi simple et efficace que possible.</flowDiv> </flowRoot> - <rect id="d0e123" display="none" height="1e3px" width="288" y="721.95" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e123" display="none" height="1e3px" width="288" y="741.79" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e123"/> </flowRegion> <flowDiv xml:space="preserve">Passez à l'outil Rectangle en appuyant sur <flowSpan font-weight="bold">F4</flowSpan> ou en cliquant sur son bouton dans la barre d'outils. Dessinez un nouveau rectangle à côté de celui-ci :</flowDiv> </flowRoot> - <text id="shapes-f01-fr.svgtext1578" opacity=".065574" xml:space="preserve" transform="translate(10 767.73)" font-size="16.8" y="26.427183" x="44.104698" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f01-fr.svgtspan1451" y="26.427183" x="44.104698" sodipodi:role="line">dessinez ici</tspan></text> - <rect id="shapes-f01-fr.svgrect1449" style="color:#000000" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 767.73)" height="53.706" width="77.318" stroke="#000" y="0.625" x="184.79" stroke-width="1pt" fill="#00f"/> - <rect id="d0e139" display="none" height="1e3px" width="288" y="834.69" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="shapes-f01-fr.svgtext1578" opacity=".065574" xml:space="preserve" transform="translate(10 787.57)" font-size="16.8" y="26.427183" x="44.104698" font-family="serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f01-fr.svgtspan1451" y="26.427183" x="44.104698" sodipodi:role="line">dessinez ici</tspan></text> + <rect id="shapes-f01-fr.svgrect1449" style="color:#000000" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 787.57)" height="53.706" width="77.318" stroke="#000" y="0.625" x="184.79" stroke-width="1pt" fill="#00f"/> + <rect id="d0e139" display="none" height="1e3px" width="288" y="854.61" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e139"/> </flowRegion> <flowDiv xml:space="preserve">Puis, sans quitter l'outil rectangle, passez d'un rectangle à l'autre en cliquant dessus.</flowDiv> </flowRoot> - <rect id="d0e142" display="none" height="1e3px" width="288" y="863.39" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e142" display="none" height="1e3px" width="288" y="883.31" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e142"/> </flowRegion> - <flowDiv xml:space="preserve">Raccourcis de dessin des rectangle :</flowDiv> + <flowDiv xml:space="preserve">Raccourcis de dessin des rectangles :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 887.24)"/> - <rect id="d0e148" display="none" height="1e3px" width="258" y="881.24" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 907.16)"/> + <rect id="d0e148" display="none" height="1e3px" width="258" y="901.16" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e148"/> </flowRegion> <flowDiv xml:space="preserve">En appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan>, vous pouvez dessiner un carré ou un rectangle de rapport de dimensions entier (2:1, 3:1, etc.).</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 916.06)"/> - <rect id="d0e155" display="none" height="1e3px" width="258" y="910.06" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 935.98)"/> + <rect id="d0e155" display="none" height="1e3px" width="258" y="929.98" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e155"/> </flowRegion> <flowDiv xml:space="preserve">En appuyant sur <flowSpan font-weight="bold">Maj</flowSpan>, vous pouvez dessiner autour du point de départ.</flowDiv> </flowRoot> - <rect id="d0e162" display="none" height="1e3px" width="288" y="938.44" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e162" display="none" height="1e3px" width="288" y="958.36" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e162"/> </flowRegion> - <flowDiv xml:space="preserve">Comme vous pouvez le voir, le rectangle sélectionné (le rectangle qui vient d'être créé est toujours sélectionné) affiche trois poignées dans trois de ses coins. En fait, il y a quatre poignées, mais deux d'entre elles (dans le coin supérieur droit) se chevauchent si le rectangle n'est pas arrondi. Ces deux-là sont les <flowSpan font-style="italic">poignées d'arrondi</flowSpan>; les deux autres (en haut à gauche, et en bas à droite) sont les <flowSpan font-style="italic">poignées de redimensionnement</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Comme vous pouvez le voir, le rectangle sélectionné (le rectangle qui vient d'être créé est toujours sélectionné) affiche trois poignées dans trois de ses coins. En fait, il y a quatre poignées, mais deux d'entre elles (dans le coin supérieur droit) se chevauchent si le rectangle n'est pas arrondi. Ces deux-là sont les <flowSpan font-style="italic">poignées d'arrondi</flowSpan> ; les deux autres (en haut à gauche, et en bas à droite) sont les <flowSpan font-style="italic">poignées de redimensionnement</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e171" display="none" height="1e3px" width="288" y="1018.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e171" display="none" height="1e3px" width="288" y="1038.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e171"/> </flowRegion> - <flowDiv xml:space="preserve">Voyons les poignées d'arrondi d'abord. Saisissez l'une d'elles, et déplacez-la vers le bas. Les quatres coins du rectangle deviennent arrondis, et vous pouvez maintenant voir la deuxième poignée d'arrondi — qui est toujours au même emplacement dans le coin. Si vous voulez obtenir des coins arrondis circulairement, vous n'avez plus rien à faire. Si vous voulez des arrondis avec un rayon différent selon le côté, vous pouvez déplacer la deuxième poignée vers la gauche.</flowDiv> + <flowDiv xml:space="preserve">Voyons les poignées d'arrondi d'abord. Saisissez l'une d'elles, et déplacez-la vers le bas. Les quatre coins du rectangle deviennent arrondis, et vous pouvez maintenant voir la deuxième poignée d'arrondi — qui est toujours au même emplacement dans le coin. Si vous voulez obtenir des coins arrondis circulairement, vous n'avez plus rien à faire. Si vous voulez des arrondis avec un rayon différent selon le côté, vous pouvez déplacer la deuxième poignée vers la gauche.</flowDiv> </flowRoot> - <rect id="d0e174" display="none" height="1e3px" width="288" y="1111.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e174" display="none" height="1e3px" width="288" y="1131.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e174"/> </flowRegion> <flowDiv xml:space="preserve">Ici, les deux premiers rectangles ont des coins arrondis circulairement et les deux autres des coins arrondis elliptiquement :</flowDiv> </flowRoot> - <text id="shapes-f02-fr.svgtext3150" line-height="120.00000%" xml:space="preserve" transform="translate(10 1147.8)" sodipodi:linespacing="120.00000%" font-size="5.9589" y="4.9780722" x="196.08449" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f02-fr.svgtspan3151" sodipodi:role="line" x="196.08449" y="4.9780722">coins arrondis elliptiques</tspan></text> - <text id="shapes-f02-fr.svgtext3143" line-height="120.00000%" xml:space="preserve" transform="translate(10 1147.8)" sodipodi:linespacing="120.00000%" font-size="5.9589" y="-2.6239278" x="47.265598" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f02-fr.svgtspan3144" sodipodi:role="line" x="47.265598" y="-2.6239278"/><tspan id="shapes-f02-fr.svgtspan3146"/><tspan id="shapes-f02-fr.svgtspan3148" sodipodi:role="line" x="47.265598" y="4.5267232">Coins arrondis circulaires</tspan></text> - <rect id="shapes-f02-fr.svgrect1185" ry="7.1429" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1147.8)" height="33.94" width="56.849" stroke="#000" y="11.833" x="17.277" stroke-width="1pt" fill="#00f"/> - <rect id="shapes-f02-fr.svgrect1186" ry="16.97" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1147.8)" height="33.94" width="56.849" stroke="#000" y="11.833" x="92.003" stroke-width="1pt" fill="#00f"/> - <rect id="shapes-f02-fr.svgrect1187" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 1147.8)" height="33.94" width="56.849" stroke="#000" y="11.833" x="168.13" stroke-width="1pt" fill="#00f"/> - <rect id="shapes-f02-fr.svgrect1188" ry="5.9394" fill-rule="evenodd" fill-opacity=".75" rx="24.046" transform="translate(10 1147.8)" height="33.94" width="56.849" stroke="#000" y="11.833" x="242.69" stroke-width="1pt" fill="#00f"/> - <rect id="d0e187" display="none" height="1e3px" width="288" y="1206.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="shapes-f02-fr.svgtext3150" line-height="120.00000%" xml:space="preserve" transform="translate(10 1167.7)" sodipodi:linespacing="120.00000%" font-size="5.9589" y="4.9780722" x="196.08449" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f02-fr.svgtspan3151" sodipodi:role="line" x="196.08449" y="4.9780722">Coins arrondis elliptiques</tspan></text> + <text id="shapes-f02-fr.svgtext3143" line-height="120.00000%" xml:space="preserve" transform="translate(10 1167.7)" sodipodi:linespacing="120.00000%" font-size="5.9589" y="-2.6239278" x="47.265598" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f02-fr.svgtspan3144" sodipodi:role="line" x="47.265598" y="-2.6239278"/><tspan id="shapes-f02-fr.svgtspan3146"/><tspan id="shapes-f02-fr.svgtspan3148" sodipodi:role="line" x="47.265598" y="4.5267232">Coins arrondis circulaires</tspan></text> + <rect id="shapes-f02-fr.svgrect1185" ry="7.1429" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1167.7)" height="33.94" width="56.849" stroke="#000" y="11.833" x="17.277" stroke-width="1pt" fill="#00f"/> + <rect id="shapes-f02-fr.svgrect1186" ry="16.97" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1167.7)" height="33.94" width="56.849" stroke="#000" y="11.833" x="92.003" stroke-width="1pt" fill="#00f"/> + <rect id="shapes-f02-fr.svgrect1187" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 1167.7)" height="33.94" width="56.849" stroke="#000" y="11.833" x="168.13" stroke-width="1pt" fill="#00f"/> + <rect id="shapes-f02-fr.svgrect1188" ry="5.9394" fill-rule="evenodd" fill-opacity=".75" rx="24.046" transform="translate(10 1167.7)" height="33.94" width="56.849" stroke="#000" y="11.833" x="242.69" stroke-width="1pt" fill="#00f"/> + <rect id="d0e187" display="none" height="1e3px" width="288" y="1225.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e187"/> </flowRegion> - <flowDiv xml:space="preserve">Toujours avec l'outil rectangle, cliquez sur ces rectangle pour les sélectionner et observez leurs poignées d'arrondi.</flowDiv> + <flowDiv xml:space="preserve">Toujours avec l'outil Rectangle, cliquez sur ces rectangles pour les sélectionner et observez leurs poignées d'arrondi.</flowDiv> </flowRoot> - <rect id="d0e190" display="none" height="1e3px" width="288" y="1234.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e190" display="none" height="1e3px" width="288" y="1254.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e190"/> </flowRegion> - <flowDiv xml:space="preserve">Souvent, le rayon et la forme des coins arrondis doivent garder les mêmes proportions au sein d'une composition, même si les dimensions des rectangles sont différentes (comme dans des diagrammes formés de boîtes arrondies de différentes tailles). Inkscape permet cela facilement. Passez à l'outil sélecteur; dans la barre de contrôle de cet outil, il y a un groupe de quatre boutons enfonçables, le second affichant deux coins arrondis concentriques. Ce bouton vous permet de déterminer si les rayons des coins arrondis doivent être mis à l'échelle ou non quand vous redimensionnez un rectangle.</flowDiv> + <flowDiv xml:space="preserve">Souvent, le rayon et la forme des coins arrondis doivent garder les mêmes proportions au sein d'une composition, même si les dimensions des rectangles sont différentes (comme dans des diagrammes formés de boîtes arrondies de différentes tailles). Inkscape permet cela facilement. Passez à l'outil sélecteur ; dans la barre de contrôle de cet outil, il y a un groupe de quatre boutons, le second affichant deux coins arrondis concentriques. Ce bouton vous permet de déterminer si les rayons des coins arrondis doivent être mis à l'échelle ou non quand vous redimensionnez un rectangle.</flowDiv> </flowRoot> - <rect id="d0e193" display="none" height="1e3px" width="288" y="1348.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e193" display="none" height="1e3px" width="288" y="1357.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e193"/> </flowRegion> - <flowDiv xml:space="preserve">Ici par exemple, le rectangle original rouge a été dupliqué et ses dimensions changées (augmentées et diminuées) plusieurs fois selon différentes proportions, le bouton "préserver l'échelle des arrondis" étant <flowSpan font-style="italic">décoché</flowSpan> :</flowDiv> + <flowDiv xml:space="preserve">Ici par exemple, le rectangle original rouge a été dupliqué et ses dimensions changées (augmentées et diminuées) plusieurs fois selon différentes proportions, le bouton « préserver l'échelle des arrondis » étant <flowSpan font-style="italic">désactivé</flowSpan> :</flowDiv> </flowRoot> - <text id="shapes-f03-fr.svgtext3161" sodipodi:linespacing="140.00000%" transform="translate(10 1404.8)" xml:space="preserve" line-height="140.00000%" font-size="5.9589" y="145.20607" x="37.091438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f03-fr.svgtspan3162" y="145.20607" x="37.091438" sodipodi:role="line">Rectangles arrondis redimensionnés </tspan><tspan id="shapes-f03-fr.svgtspan3166" y="153.54850" x="37.091438" sodipodi:role="line">avec "préserver l'échelle des arrondis" décoché</tspan><tspan id="shapes-f03-fr.svgtspan3164" y="161.89092" x="37.091438" sodipodi:role="line"/></text> - <rect id="shapes-f03-fr.svgrect2134" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 1404.8)" height="122.77" width="196.91" stroke="#000" y=".32251" x="69.228" stroke-width=".625" fill="#00f"/> - <rect id="shapes-f03-fr.svgrect2133" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 1404.8)" height="63.106" width="196.91" stroke="#000" y=".32092" x="69.228" stroke-width=".625" fill="#00f"/> - <rect id="shapes-f03-fr.svgrect2756" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 1404.8)" height="105.78" width="151.47" stroke="#000" y=".32849" x="114.8" stroke-width=".625" fill="#00f"/> - <rect id="shapes-f03-fr.svgrect2130" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 1404.8)" height="63.106" width="82.83" stroke="#000" y=".32092" x="183.43" stroke-width=".625" fill="#ff0004"/> - <rect id="shapes-f03-fr.svgrect2757" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 1404.8)" height="55.115" width="60.756" stroke="#000" y=".33191" x="205.56" stroke-width=".625" fill="#00f"/> - <rect id="shapes-f03-fr.svgrect2759" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 1404.8)" height="149.52" width="47.954" stroke="#000" y=".33081" x="218.34" stroke-width=".625" fill="#00f"/> - <rect id="shapes-f03-fr.svgrect2758" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 1404.8)" height="28.79" width="38.352" stroke="#000" y=".31225" x="227.64" stroke-width=".625" fill="#00f"/> - <rect id="shapes-f03-fr.svgrect1911" ry="16.97" stroke-dasharray="0.62499992 1.2499998" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 1404.8)" height="41.087" width="229.82" stroke="#000" y=".35815" x="36.352" stroke-width="0.625" fill="#00f"/> - <rect id="d0e209" display="none" height="1e3px" width="288" y="1571.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="shapes-f03-fr.svgtext3161" sodipodi:linespacing="140.00000%" transform="translate(10 1413.6)" xml:space="preserve" line-height="140.00000%" font-size="5.9589" y="145.20607" x="37.091438" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f03-fr.svgtspan3162" y="145.20607" x="37.091438" sodipodi:role="line">Redimensionner des rectangles arrondis </tspan><tspan id="shapes-f03-fr.svgtspan3166" y="153.54850" x="37.091438" sodipodi:role="line">avec « préserver l'échelle des arrondis » désactivé</tspan><tspan id="shapes-f03-fr.svgtspan3164" y="161.89092" x="37.091438" sodipodi:role="line"/></text> + <rect id="shapes-f03-fr.svgrect2134" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 1413.6)" height="122.77" width="196.91" stroke="#000" y=".32251" x="69.228" stroke-width=".625" fill="#00f"/> + <rect id="shapes-f03-fr.svgrect2133" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 1413.6)" height="63.106" width="196.91" stroke="#000" y=".32092" x="69.228" stroke-width=".625" fill="#00f"/> + <rect id="shapes-f03-fr.svgrect2756" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 1413.6)" height="105.78" width="151.47" stroke="#000" y=".32849" x="114.8" stroke-width=".625" fill="#00f"/> + <rect id="shapes-f03-fr.svgrect2130" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 1413.6)" height="63.106" width="82.83" stroke="#000" y=".32092" x="183.43" stroke-width=".625" fill="#ff0004"/> + <rect id="shapes-f03-fr.svgrect2757" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 1413.6)" height="55.115" width="60.756" stroke="#000" y=".33191" x="205.56" stroke-width=".625" fill="#00f"/> + <rect id="shapes-f03-fr.svgrect2759" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 1413.6)" height="149.52" width="47.954" stroke="#000" y=".33081" x="218.34" stroke-width=".625" fill="#00f"/> + <rect id="shapes-f03-fr.svgrect2758" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 1413.6)" height="28.79" width="38.352" stroke="#000" y=".31225" x="227.64" stroke-width=".625" fill="#00f"/> + <rect id="shapes-f03-fr.svgrect1911" ry="16.97" stroke-dasharray="0.62499992 1.2499998" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 1413.6)" height="41.087" width="229.82" stroke="#000" y=".35815" x="36.352" stroke-width="0.625" fill="#00f"/> + <rect id="d0e209" display="none" height="1e3px" width="288" y="1580.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e209"/> </flowRegion> <flowDiv xml:space="preserve">Notez que la taille et la forme des coins arrondis restent les mêmes pour tous les rectangles, de sorte que les coins arrondis se superposent exactement en haut à droite de la figure. Tous les rectangles bleus en pointillés ont été obtenus après un redimensionnement de l'original dans le sélecteur, sans avoir réajusté les poignées d'arrondi.</flowDiv> </flowRoot> - <rect id="d0e212" display="none" height="1e3px" width="288" y="1642.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e212" display="none" height="1e3px" width="288" y="1651.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e212"/> </flowRegion> - <flowDiv xml:space="preserve">Pour comparer, voici la même composition, mais créée cette fois-ci le bouton "préserver l'échelle des arrondis" étant <flowSpan font-style="italic">coché</flowSpan> :</flowDiv> + <flowDiv xml:space="preserve">Pour comparer, voici la même composition, mais créée cette fois-ci le bouton « préserver l'échelle des arrondis » étant <flowSpan font-style="italic">activé</flowSpan> :</flowDiv> </flowRoot> - <text id="shapes-f04-fr.svgtext3168" sodipodi:linespacing="140.00000%" transform="translate(10 1679.6)" xml:space="preserve" line-height="140.00000%" font-size="5.9589" y="145.20508" x="37.091438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f04-fr.svgtspan3169" y="145.20508" x="37.091438" sodipodi:role="line">Rectangles arrondis redimensionnés </tspan><tspan id="shapes-f04-fr.svgtspan3171" y="153.54750" x="37.091438" sodipodi:role="line">avec "préserver l'échelle des arrondis" coché</tspan><tspan id="shapes-f04-fr.svgtspan3173" y="161.88993" x="37.091438" sodipodi:role="line"/></text> - <rect id="shapes-f04-fr.svgrect2217" fill-opacity=".11037" transform="translate(10 1679.6)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="15.76" ry="16.984" width="196.68" height="63.16" stroke-dasharray="0.62499982 1.2499996" y=".40561" x="62.142"/> - <rect id="shapes-f04-fr.svgrect2218" fill-opacity=".11037" transform="translate(10 1679.6)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="15.76" ry="32.93" width="196.68" height="122.46" stroke-dasharray="0.62499984 1.2499996" y=".33054" x="62.142"/> - <rect id="shapes-f04-fr.svgrect2216" fill-opacity=".11037" transform="translate(10 1679.6)" stroke="#000" stroke-width=".625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="12.157" ry="28.506" width="151.72" height="106.01" stroke-dasharray="0.62500000 1.2500000" y=".35556" x="107.19"/> - <rect id="shapes-f04-fr.svgrect1589" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 1679.6)" height="63.106" width="82.83" stroke="#000" y=".31943" x="176.34" stroke-width=".625" fill="#ff0004"/> - <rect id="shapes-f04-fr.svgrect2220" fill-opacity=".11037" transform="translate(10 1679.6)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="3.8557" ry="40.031" width="48.118" height="148.86" stroke-dasharray="0.62500035 1.2500006" y=".32016" x="210.94"/> - <rect id="shapes-f04-fr.svgrect2221" fill-opacity=".11037" transform="translate(10 1679.6)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="4.8443" ry="14.801" width="60.456" height="55.042" stroke-dasharray="0.62500014 1.2500003" y=".38217" x="198.64"/> - <rect id="shapes-f04-fr.svgrect2222" fill-opacity=".11037" transform="translate(10 1679.6)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="3.0813" ry="7.8653" width="38.454" height="29.249" stroke-dasharray="0.62499970 1.2499994" y=".31296" x="220.76"/> - <rect id="shapes-f04-fr.svgrect1912" fill-opacity=".11037" transform="translate(10 1679.6)" stroke="#000" stroke-width=".625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="18.207" ry="11.527" width="227.21" height="42.865" stroke-dasharray="0.62499996 1.2499999" y=".31247" x="31.024"/> - <rect id="d0e228" display="none" height="1e3px" width="288" y="1846.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="shapes-f04-fr.svgtext3168" sodipodi:linespacing="140.00000%" transform="translate(10 1688.5)" xml:space="preserve" line-height="140.00000%" font-size="5.9589" y="145.20508" x="37.091438" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f04-fr.svgtspan3169" y="145.20508" x="37.091438" sodipodi:role="line">Redimensionner des rectangles arrondis </tspan><tspan id="shapes-f04-fr.svgtspan3171" y="153.54750" x="37.091438" sodipodi:role="line">avec « préserver l'échelle des arrondis » activé</tspan><tspan id="shapes-f04-fr.svgtspan3173" y="161.88993" x="37.091438" sodipodi:role="line"/></text> + <rect id="shapes-f04-fr.svgrect2217" fill-opacity=".11037" transform="translate(10 1688.5)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="15.76" ry="16.984" width="196.68" height="63.16" stroke-dasharray="0.62499982 1.2499996" y=".40561" x="62.142"/> + <rect id="shapes-f04-fr.svgrect2218" fill-opacity=".11037" transform="translate(10 1688.5)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="15.76" ry="32.93" width="196.68" height="122.46" stroke-dasharray="0.62499984 1.2499996" y=".33054" x="62.142"/> + <rect id="shapes-f04-fr.svgrect2216" fill-opacity=".11037" transform="translate(10 1688.5)" stroke="#000" stroke-width=".625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="12.157" ry="28.506" width="151.72" height="106.01" stroke-dasharray="0.62500000 1.2500000" y=".35556" x="107.19"/> + <rect id="shapes-f04-fr.svgrect1589" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 1688.5)" height="63.106" width="82.83" stroke="#000" y=".31943" x="176.34" stroke-width=".625" fill="#ff0004"/> + <rect id="shapes-f04-fr.svgrect2220" fill-opacity=".11037" transform="translate(10 1688.5)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="3.8557" ry="40.031" width="48.118" height="148.86" stroke-dasharray="0.62500035 1.2500006" y=".32016" x="210.94"/> + <rect id="shapes-f04-fr.svgrect2221" fill-opacity=".11037" transform="translate(10 1688.5)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="4.8443" ry="14.801" width="60.456" height="55.042" stroke-dasharray="0.62500014 1.2500003" y=".38217" x="198.64"/> + <rect id="shapes-f04-fr.svgrect2222" fill-opacity=".11037" transform="translate(10 1688.5)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="3.0813" ry="7.8653" width="38.454" height="29.249" stroke-dasharray="0.62499970 1.2499994" y=".31296" x="220.76"/> + <rect id="shapes-f04-fr.svgrect1912" fill-opacity=".11037" transform="translate(10 1688.5)" stroke="#000" stroke-width=".625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="18.207" ry="11.527" width="227.21" height="42.865" stroke-dasharray="0.62499996 1.2499999" y=".31247" x="31.024"/> + <rect id="d0e228" display="none" height="1e3px" width="288" y="1855.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e228"/> </flowRegion> - <flowDiv xml:space="preserve">Maintenant, les rectangles ont tous des coins arrondis différemment, et il n'y a plus aucune superposition en haut à droite (zommez pour le vérifier). Ce résultat (visible) est le même que celui que vous auriez obtenu en convertissant le rectangle original en chemin (<flowSpan font-weight="bold">Ctrl+Maj+C</flowSpan>) puis en modifiant les dimensions de ce chemin.</flowDiv> + <flowDiv xml:space="preserve">Maintenant, les rectangles ont tous des coins arrondis différemment, et il n'y a plus aucune superposition en haut à droite (zoomez pour le vérifier). Ce résultat (visible) est le même que celui que vous auriez obtenu en convertissant le rectangle original en chemin (<flowSpan font-weight="bold">Ctrl+Maj+C</flowSpan>) puis en modifiant les dimensions de ce chemin.</flowDiv> </flowRoot> - <rect id="d0e234" display="none" height="1e3px" width="288" y="1907.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e234" display="none" height="1e3px" width="288" y="1915.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e234"/> </flowRegion> <flowDiv xml:space="preserve">Voici les raccourcis permettant de manipuler les poignées d'arrondi d'un rectangle :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 1941.9)"/> - <rect id="d0e240" display="none" height="1e3px" width="258" y="1935.9" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 1950.7)"/> + <rect id="d0e240" display="none" height="1e3px" width="258" y="1944.7" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e240"/> </flowRegion> <flowDiv xml:space="preserve">Déplacez-les en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour garder égaux les deux rayons (arrondi circulaire).</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 1970.7)"/> - <rect id="d0e247" display="none" height="1e3px" width="258" y="1964.7" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 1979.5)"/> + <rect id="d0e247" display="none" height="1e3px" width="258" y="1973.5" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e247"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+cliquer</flowSpan> sur une poignée rendra son rayon égal à celui de la deuxième sans avoir à la déplacer.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+clic</flowSpan> sur une poignée rendra son rayon égal à celui de la deuxième sans avoir à la déplacer.</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 1999.4)"/> - <rect id="d0e253" display="none" height="1e3px" width="258" y="1993.4" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 2008.3)"/> + <rect id="d0e253" display="none" height="1e3px" width="258" y="2002.3" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e253"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+clicquer</flowSpan> permet de supprimer l'arrondi.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+clic</flowSpan> permet de supprimer l'arrondi.</flowDiv> </flowRoot> - <rect id="d0e259" display="none" height="1e3px" width="288" y="2011.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e259" display="none" height="1e3px" width="288" y="2020.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e259"/> </flowRegion> - <flowDiv xml:space="preserve">Vous avez peut-être remarqué que la barre de contrôle de l'outil rectangle affiche deux champs pour les rayons horizontal (<flowSpan font-style="italic">Rx</flowSpan>) et vertical (<flowSpan font-style="italic">Ry</flowSpan>) d'arrondi pour le rectangle sélectionné , vous permettant ainsi de modifier précisément ces rayons dans l'unité de votre choix. Le bouton <flowSpan font-family="Sans">Pas d'arrondi</flowSpan> fait simplement ce qu'il indique : il supprime l'arrondi des rectangles sélectionnés.</flowDiv> + <flowDiv xml:space="preserve">Vous avez peut-être remarqué que la barre de contrôle de l'outil Rectangle affiche deux champs pour les rayons horizontal (<flowSpan font-style="italic">Rx</flowSpan>) et vertical (<flowSpan font-style="italic">Ry</flowSpan>) d'arrondi pour le rectangle sélectionné , vous permettant ainsi de modifier précisément ces rayons dans l'unité de votre choix. Le bouton <flowSpan font-family="sans-serif">Rendre les coins pointus</flowSpan> fait simplement ce qu'il indique : il supprime l'arrondi des rectangles sélectionnés.</flowDiv> </flowRoot> - <rect id="d0e271" display="none" height="1e3px" width="288" y="2082.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e271" display="none" height="1e3px" width="288" y="2091.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e271"/> </flowRegion> - <flowDiv xml:space="preserve">Un avantage important de ces contrôles est qu'ils peuvent affecter plusieurs rectangles en même temps. Par exemple, si vous voulez modifier tous les rectangles d'un calque, vous n'avez qu'à appuyer sur <flowSpan font-weight="bold">Ctrl+A</flowSpan> (<flowSpan font-family="Sans">tout sélectionner</flowSpan>) et définir les paramètres voulus dans la barre de contrôle. Si des objets autres que des rectangles sont sélectionnés, ils seront ignorés — seuls les formes rectangles seront modifiées.</flowDiv> + <flowDiv xml:space="preserve">Un avantage important de ces contrôles est qu'ils peuvent affecter plusieurs rectangles en même temps. Par exemple, si vous voulez modifier tous les rectangles d'un calque, vous n'avez qu'à appuyer sur <flowSpan font-weight="bold">Ctrl+A</flowSpan> (<flowSpan font-family="sans-serif">tout sélectionner</flowSpan>) et définir les paramètres voulus dans la barre de contrôle. Si des objets autres que des rectangles sont sélectionnés, ils seront ignorés — seuls les rectangles seront modifiés.</flowDiv> </flowRoot> - <rect id="d0e280" display="none" height="1e3px" width="288" y="2163" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e280" display="none" height="1e3px" width="288" y="2162.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e280"/> </flowRegion> <flowDiv xml:space="preserve">Maintenant, observons les poignées de redimensionnement d'un rectangle. Vous vous demandez peut-être à quoi elles servent puisqu'il est possible de redimensionner un rectangle avec le sélecteur ?</flowDiv> </flowRoot> - <rect id="d0e283" display="none" height="1e3px" width="288" y="2202.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e283" display="none" height="1e3px" width="288" y="2202.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e283"/> </flowRegion> - <flowDiv xml:space="preserve">Le problème avec le sélecteur est que pour lui, les notions d'horizontale et de verticale sont celles de la page. En revanche, les poignées de redimensionnement d'un rectangle agissent <flowSpan font-style="italic">parallèlement à ses côtés</flowSpan>, même si le rectangle a été tourné ou incliné. Par exemple, essayez de redimensionner ce rectangle d'abord avec le sélecteur puis avec ses poignées de redimensionnement dans l'outil rectangle :</flowDiv> + <flowDiv xml:space="preserve">Le problème avec le sélecteur est que pour lui, les notions d'horizontale et de verticale sont celles de la page. En revanche, les poignées de redimensionnement d'un rectangle agissent <flowSpan font-style="italic">parallèlement à ses côtés</flowSpan>, même si le rectangle a été tourné ou incliné. Par exemple, essayez de redimensionner ce rectangle d'abord avec le sélecteur puis avec ses poignées de redimensionnement dans l'outil Rectangle :</flowDiv> </flowRoot> - <rect id="shapes-f05-fr.svgrect2270" fill-opacity=".99666" transform="translate(10 2292.5) matrix(.69601 -.71803 -.95272 -.30385 0 0)" stroke="#000" stroke-width="1pt" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="5.8251" ry="3.8355" width="41.625" height="64.103" y="-179.49" x="7.7759"/> - <rect id="d0e299" display="none" height="1e3px" width="288" y="2352.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="shapes-f05-fr.svgrect2270" fill-opacity=".99666" transform="translate(10 2292.3) matrix(.69601 -.71803 -.95272 -.30385 0 0)" stroke="#000" stroke-width="1pt" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="5.8251" ry="3.8355" width="41.625" height="64.103" y="-179.49" x="7.7759"/> + <rect id="d0e299" display="none" height="1e3px" width="288" y="2352.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e299"/> </flowRegion> <flowDiv xml:space="preserve">Comme il y a deux poignées de redimensionnement, vous pouvez modifier les dimensions du rectangle selon n'importe quelle direction et même parallèlement à ses côtés. Le redimensionnement préserve les rayons d'arrondi des coins.</flowDiv> </flowRoot> - <rect id="d0e302" display="none" height="1e3px" width="288" y="2402.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e302" display="none" height="1e3px" width="288" y="2402.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e302"/> </flowRegion> <flowDiv xml:space="preserve">Voici les raccourcis permettant de manipuler les poignées de redimensionnement d'un rectangle :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 2437.8)"/> - <rect id="d0e308" display="none" height="1e3px" width="258" y="2431.8" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 2437.6)"/> + <rect id="d0e308" display="none" height="1e3px" width="258" y="2431.6" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e308"/> </flowRegion> <flowDiv xml:space="preserve">Déplacez-les en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour forcer leur déplacement parallèlement aux côtés du rectangle ou à sa diagonale. Autrement dit, <flowSpan font-weight="bold">Ctrl</flowSpan> permet de préserver la largeur ou la hauteur ou encore le ratio largeur/hauteur du rectangle (dans son propre système de coordonnées qui peut être tourné ou incliné).</flowDiv> </flowRoot> - <rect id="d0e318" display="none" height="1e3px" width="288" y="2502.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e318" display="none" height="1e3px" width="288" y="2502.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e318"/> </flowRegion> - <flowDiv xml:space="preserve">Voici le même rectangle, entouré de lignes pointillées grises indiquant les directions dans lesquelles vous pouvez déplacer ses poignées de redimensionnement en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan> (essayez):</flowDiv> + <flowDiv xml:space="preserve">Voici le même rectangle, entouré de lignes pointillées grises indiquant les directions dans lesquelles vous pouvez déplacer ses poignées de redimensionnement en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan> (essayez) :</flowDiv> </flowRoot> - <g id="shapes-f06-fr.svgg6992" transform="translate(10 380.6)" stroke="#cfcfcf" sodipodi:insensitive="true" fill="none"> + <g id="shapes-f06-fr.svgg6992" transform="translate(10 380.4)" stroke="#cfcfcf" sodipodi:insensitive="true" fill="none"> <path id="shapes-f06-fr.svgpath6370" d="m200.86 2297.1l-80.74-126.8" sodipodi:nodetypes="cc" stroke-dasharray="1.7028247 1.7028247" stroke-width="1.7028"/> <path id="shapes-f06-fr.svgpath6369" d="m148.58 2287.9l91.85-95.6" stroke-dasharray="1.7028245 1.7028245" stroke-width="1.7028"/> <path id="shapes-f06-fr.svgpath6368" d="m79.483 2277.2l91.847-95.5" stroke-dasharray="1.7028245 1.7028245" stroke-width="1.7028"/> <path id="shapes-f06-fr.svgpath6367" d="m54.316 2219.7l193.8 62.1" stroke-dasharray="1.7028220 1.7028220" stroke-width="1.7028"/> <path id="shapes-f06-fr.svgpath5743" d="m77.695 2188.1l193.8 62.2" stroke-dasharray="1.7028220 1.7028220" stroke-width="1.7028"/> </g> - <rect id="shapes-f06-fr.svgrect5742" fill-opacity=".99666" transform="translate(10 2550.1) matrix(.69601 -.71803 -.95272 -.30385 0 0)" stroke="#000" stroke-width="1pt" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="5.825" ry="3.8355" width="41.625" height="64.103" y="-211.02" x="-35.379"/> - <flowRoot id="shapes-f06-fr.svgflowRoot2609" xml:space="preserve" transform="translate(10 2550.1)" font-size="6" font-family="Sans" fill="#000000"><flowRegion id="shapes-f06-fr.svgflowRegion2611"><rect id="shapes-f06-fr.svgrect2613" height="26.786" width="115" y="120.93" x="78.571"/></flowRegion><flowPara id="shapes-f06-fr.svgflowPara2615">Faire coller le rectangle - redimensionner les poignées avec Ctrl</flowPara></flowRoot> - <rect id="d0e334" display="none" height="1e3px" width="288" y="2703.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="shapes-f06-fr.svgrect5742" fill-opacity=".99666" transform="translate(10 2549.9) matrix(.69601 -.71803 -.95272 -.30385 0 0)" stroke="#000" stroke-width="1pt" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="5.825" ry="3.8355" width="41.625" height="64.103" y="-211.02" x="-35.379"/> + <flowRoot id="shapes-f06-fr.svgflowRoot2609" xml:space="preserve" transform="translate(10 2549.9)" font-size="6" font-family="sans-serif" fill="#000000"><flowRegion id="shapes-f06-fr.svgflowRegion2611"><rect id="shapes-f06-fr.svgrect2613" height="26.786" width="115" y="120.93" x="78.571"/></flowRegion><flowPara id="shapes-f06-fr.svgflowPara2615">Faire coller le rectangle — redimensionner les poignées avec Ctrl</flowPara></flowRoot> + <rect id="d0e334" display="none" height="1e3px" width="288" y="2689.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e334"/> </flowRegion> <flowDiv xml:space="preserve">En inclinant et en tournant un rectangle, puis en le dupliquant et en modifiant ses dimensions avec ses poignées de redimensionnement, vous pouvez facilement créer des dessins en 3D :</flowDiv> </flowRoot> - <rect id="shapes-f07-fr.svgrect3610" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.91237 -.40937 0 1 0 0)" height="14.448" width="18.786" stroke="#fff" y="170.13" x="233.42" stroke-width=".39259" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3609" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.91237 -.40937 0 1 0 0)" height="41.475" width="17.586" stroke="#fff" y="84.772" x="174.11" stroke-width=".39259" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3605" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99472 .10266 0 1 0 0)" height="15.283" width="57.99" stroke="#fff" y="37.3" x="116.36" stroke-width=".37599" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect2965" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="32.88" stroke="#fff" y="-2.9686" x="45.949" stroke-width=".375" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect2966" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.91237 -.40937 0 1 0 0)" height="30.551" width="18.205" stroke="#fff" y="48.819" x="74.597" stroke-width="0.375" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3596" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="32.942" stroke="#fff" y="12.017" x="27.846" stroke-width=".375" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3597" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="72.439" stroke="#fff" y="56.339" x="185.25" stroke-width=".53154" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3598" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.91237 -.40937 0 1 0 0)" height="14.448" width="41.99" stroke="#fff" y="141.29" x="182.59" stroke-width=".39259" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3599" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="25.786" stroke="#fff" y="86.052" x="284.9" stroke-width=".53154" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3600" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="25.67" stroke="#fff" y="52.214" x="189.23" stroke-width=".37599" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3601" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99472 .10266 0 1 0 0)" height="34.392" width="11.664" stroke="#fff" y="-6.5882" x="194.35" stroke-width=".37599" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3602" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.91237 -.40937 0 1 0 0)" height="49.333" width="17.911" stroke="#fff" y="106.61" x="224.88" stroke-width=".39259" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3603" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="23.517" width="25.707" stroke="#fff" y="74.723" x="232.12" stroke-width=".53154" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3604" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99472 .10266 0 1 0 0)" height="45.515" width="25.67" stroke="#fff" y="49.235" x="141.66" stroke-width=".37599" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3606" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="31.882" width="11.598" stroke="#fff" y="-45.157" x="182.24" stroke-width=".53154" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3607" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.91237 -.40937 0 1 0 0)" height="45.788" width="23.587" stroke="#fff" y="141.29" x="182.59" stroke-width=".39259" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3608" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="25.67" stroke="#fff" y="-2.7308" x="133.79" stroke-width=".37599" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3611" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.91237 -.40937 0 1 0 0)" height="30.657" width="9.7845" stroke="#fff" y="170.05" x="234.5" stroke-width=".39259" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect3612" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="25.212" stroke="#fff" y="-24.113" x="128.84" stroke-width=".53154" fill="#ff6300"/> - <rect id="shapes-f07-fr.svgrect1913" style="color:#000000" fill-rule="evenodd" transform="translate(10 2750.7) matrix(.91237 -.40937 0 1 0 0)" height="20.233" width="31.198" stroke="#fff" y="106.61" x="224.88" stroke-width=".39259" fill="#ff6300"/> - <flowRoot id="shapes-f07-fr.svgflowRoot2632" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(8 2740.7)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="shapes-f07-fr.svgflowRegion2634"><rect id="shapes-f07-fr.svgrect2636" height="43.571" width="61.786" y="61.648" x="27.5"/></flowRegion><flowPara id="shapes-f07-fr.svgflowPara2638">3 rectangles originaux</flowPara></flowRoot> - <flowRoot id="shapes-f07-fr.svgflowRoot2640" xml:space="preserve" transform="translate(10 2750.7)" font-size="6" font-family="Sans" fill="#000000"><flowRegion id="shapes-f07-fr.svgflowRegion2642"><rect id="shapes-f07-fr.svgrect2644" height="90.357" width="56.786" y="12.005" x="241.07"/></flowRegion><flowPara id="shapes-f07-fr.svgflowPara2646">Différents rectangles copiés et redimensionnés à l'aide les poignées, la plupart avec Ctrl</flowPara></flowRoot> - <rect id="d0e347" display="none" height="1e3px" width="288" y="2875.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="shapes-f07-fr.svgrect3610" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.91237 -.40937 0 1 0 0)" height="14.448" width="18.786" stroke="#fff" y="170.13" x="233.42" stroke-width=".39259" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3609" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.91237 -.40937 0 1 0 0)" height="41.475" width="17.586" stroke="#fff" y="84.772" x="174.11" stroke-width=".39259" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3605" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99472 .10266 0 1 0 0)" height="15.283" width="57.99" stroke="#fff" y="37.3" x="116.36" stroke-width=".37599" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect2965" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="32.88" stroke="#fff" y="-2.9686" x="45.949" stroke-width=".375" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect2966" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.91237 -.40937 0 1 0 0)" height="30.551" width="18.205" stroke="#fff" y="48.819" x="74.597" stroke-width="0.375" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3596" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="32.942" stroke="#fff" y="12.017" x="27.846" stroke-width=".375" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3597" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="72.439" stroke="#fff" y="56.339" x="185.25" stroke-width=".53154" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3598" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.91237 -.40937 0 1 0 0)" height="14.448" width="41.99" stroke="#fff" y="141.29" x="182.59" stroke-width=".39259" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3599" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="25.786" stroke="#fff" y="86.052" x="284.9" stroke-width=".53154" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3600" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="25.67" stroke="#fff" y="52.214" x="189.23" stroke-width=".37599" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3601" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99472 .10266 0 1 0 0)" height="34.392" width="11.664" stroke="#fff" y="-6.5882" x="194.35" stroke-width=".37599" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3602" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.91237 -.40937 0 1 0 0)" height="49.333" width="17.911" stroke="#fff" y="106.61" x="224.88" stroke-width=".39259" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3603" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="23.517" width="25.707" stroke="#fff" y="74.723" x="232.12" stroke-width=".53154" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3604" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99472 .10266 0 1 0 0)" height="45.515" width="25.67" stroke="#fff" y="49.235" x="141.66" stroke-width=".37599" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3606" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="31.882" width="11.598" stroke="#fff" y="-45.157" x="182.24" stroke-width=".53154" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3607" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.91237 -.40937 0 1 0 0)" height="45.788" width="23.587" stroke="#fff" y="141.29" x="182.59" stroke-width=".39259" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3608" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="25.67" stroke="#fff" y="-2.7308" x="133.79" stroke-width=".37599" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3611" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.91237 -.40937 0 1 0 0)" height="30.657" width="9.7845" stroke="#fff" y="170.05" x="234.5" stroke-width=".39259" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect3612" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="25.212" stroke="#fff" y="-24.113" x="128.84" stroke-width=".53154" fill="#ff6300"/> + <rect id="shapes-f07-fr.svgrect1913" style="color:#000000" fill-rule="evenodd" transform="translate(10 2736.7) matrix(.91237 -.40937 0 1 0 0)" height="20.233" width="31.198" stroke="#fff" y="106.61" x="224.88" stroke-width=".39259" fill="#ff6300"/> + <flowRoot id="shapes-f07-fr.svgflowRoot2632" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(8 2726.7)" font-size="6px" font-family="sans-serif" fill="#000000"><flowRegion id="shapes-f07-fr.svgflowRegion2634"><rect id="shapes-f07-fr.svgrect2636" height="43.571" width="61.786" y="61.648" x="27.5"/></flowRegion><flowPara id="shapes-f07-fr.svgflowPara2638">3 rectangles originaux</flowPara></flowRoot> + <flowRoot id="shapes-f07-fr.svgflowRoot2640" xml:space="preserve" transform="translate(10 2736.7)" font-size="6" font-family="sans-serif" fill="#000000"><flowRegion id="shapes-f07-fr.svgflowRegion2642"><rect id="shapes-f07-fr.svgrect2644" height="90.357" width="56.786" y="12.005" x="241.07"/></flowRegion><flowPara id="shapes-f07-fr.svgflowPara2646">Différents rectangles copiés et redimensionnés à l'aide les poignées, la plupart avec Ctrl</flowPara></flowRoot> + <rect id="d0e347" display="none" height="1e3px" width="288" y="2861.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e347"/> </flowRegion> - <flowDiv xml:space="preserve">Voici quelques exemples de plus de compositions avec des rectangles, incluant des coins arrondis et des dégradés de remplissage :</flowDiv> + <flowDiv xml:space="preserve">Voici quelques exemples supplémentaires de compositions avec des rectangles, incluant des coins arrondis et des dégradés de remplissage :</flowDiv> </flowRoot> <defs id="shapes-f08-fr.svgdefs3"> <linearGradient id="shapes-f08-fr.svglinearGradient2343"> @@ -451,615 +451,615 @@ <stop id="shapes-f08-fr.svgstop2323" stop-color="#e08f0d" stop-opacity="0" offset="1"/> </linearGradient> </defs> - <rect id="shapes-f08-fr.svgrect1001" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2911.8) matrix(.98329 .18206 -.62938 .77709 0 0)" height="42.484" width="14.215" y="24.73" x="52.983" fill="#1c768b"/> - <rect id="shapes-f08-fr.svgrect1002" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="6.9707" transform="translate(10 2911.8) matrix(.98329 .18206 -.62938 .77709 0 0)" height="83.705" width="13.941" y="9.1277" x="73.67" fill="#1c768b"/> - <rect id="shapes-f08-fr.svgrect1003" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2911.8) matrix(.98329 .18206 -.62938 .77709 0 0)" height="90.342" width="15.751" y="-22.943" x="94.022" fill="#1c768b"/> - <rect id="shapes-f08-fr.svgrect1004" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2911.8) matrix(.98329 .18206 -.62938 .77709 0 0)" height="69.735" width="15.688" y="-2.3354" x="116.44" fill="#1c768b"/> - <rect id="shapes-f08-fr.svgrect1005" opacity=".27541" ry="7.9131" style="color:#000000" fill-rule="evenodd" rx="7.9959" transform="translate(10 2911.8) matrix(.59704 -.80221 -.98591 -.16727 0 0)" height="87.653" width="12.887" y="-135.39" x="-63.5" fill="#1c768b"/> - <rect id="shapes-f08-fr.svgrect1006" opacity=".27541" ry="7.9131" style="color:#000000" fill-rule="evenodd" rx="7.9959" transform="translate(10 2911.8) matrix(.59704 -.80221 -.98591 -.16727 0 0)" height="87.653" width="13.113" y="-135.39" x="-42.204" fill="#1c768b"/> - <rect id="shapes-f08-fr.svgrect1628" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="39.812" width="13.271" stroke="#000" y="-55.075" x="-213.5" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4192)"/> - <rect id="shapes-f08-fr.svgrect1629" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="26.084" width="27.843" stroke="#000" y="-55.075" x="-228.07" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4189)"/> - <rect id="shapes-f08-fr.svgrect1630" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="22.814" width="32.956" stroke="#000" y="-64.596" x="-220.23" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4186)"/> - <rect id="shapes-f08-fr.svgrect1631" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="47.164" width="17.997" stroke="#000" y="-88.945" x="-205.27" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4183)"/> - <rect id="shapes-f08-fr.svgrect1632" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="19.767" width="13.428" stroke="#000" y="-99.625" x="-209.28" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4180)"/> - <rect id="shapes-f08-fr.svgrect1633" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="16.538" width="15.387" stroke="#000" y="-49.959" x="-195.09" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4177)"/> - <rect id="shapes-f08-fr.svgrect1634" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="25.458" width="44.091" stroke="#000" y="-46.73" x="-251.57" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4174)"/> - <rect id="shapes-f08-fr.svgrect1635" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="19.767" width="13.428" stroke="#000" y="-56.094" x="-258.25" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4171)"/> - <rect id="shapes-f08-fr.svgrect2258" style="color:#000000" fill-rule="evenodd" transform="translate(10 2911.8) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="37.026" width="35.989" stroke="#000" y="-31.251" x="-278.05" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4168)"/> - <rect id="shapes-f08-fr.svgrect2260" transform="translate(10 2911.8) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97177" fill="url(#shapes-f08-fr.svglinearGradient4165)" style="color:#000000" fill-rule="evenodd" rx="13.386" ry="7.8878" width="113.32" height="127.64" y="316.07" x="503.61"/> - <rect id="shapes-f08-fr.svgrect2261" transform="translate(10 2911.8) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4162)" style="color:#000000" fill-rule="evenodd" rx="12.531" ry="7.8879" width="27.59" height="51.349" y="411.96" x="630.53"/> - <rect id="shapes-f08-fr.svgrect2262" transform="translate(10 2911.8) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97177" fill="url(#shapes-f08-fr.svglinearGradient4159)" style="color:#000000" fill-rule="evenodd" rx="9.9614" ry="17.916" width="33.88" height="64.786" y="357.18" x="458.08"/> - <rect id="shapes-f08-fr.svgrect2263" transform="translate(10 2911.8) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4156)" style="color:#000000" fill-rule="evenodd" rx="12.637" ry="7.8879" width="28.248" height="30.095" y="241.03" x="433.29"/> - <rect id="shapes-f08-fr.svgrect2264" transform="translate(10 2911.8) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4153)" style="color:#000000" fill-rule="evenodd" rx="10.937" ry="7.8879" width="21.022" height="15.702" y="206.94" x="372.11"/> - <rect id="shapes-f08-fr.svgrect2259" transform="translate(10 2911.8) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4150)" style="color:#000000" fill-rule="evenodd" rx="13.386" ry="7.8879" width="52.249" height="47.25" y="270.51" x="440.64"/> - <rect id="shapes-f08-fr.svgrect5740" transform="translate(10 2911.8) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4147)" style="color:#000000" fill-rule="evenodd" rx="4.8633" ry="5.0297" width="9.8364" height="11.479" y="170.7" x="353.52"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3050.4623206" x="10" font-family="Sans" fill="#000000"> - <tspan y="3050.4623206" x="10">Ellipses</tspan> + <rect id="shapes-f08-fr.svgrect1001" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2908.7) matrix(.98329 .18206 -.62938 .77709 0 0)" height="42.484" width="14.215" y="24.73" x="52.983" fill="#1c768b"/> + <rect id="shapes-f08-fr.svgrect1002" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="6.9707" transform="translate(10 2908.7) matrix(.98329 .18206 -.62938 .77709 0 0)" height="83.705" width="13.941" y="9.1277" x="73.67" fill="#1c768b"/> + <rect id="shapes-f08-fr.svgrect1003" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2908.7) matrix(.98329 .18206 -.62938 .77709 0 0)" height="90.342" width="15.751" y="-22.943" x="94.022" fill="#1c768b"/> + <rect id="shapes-f08-fr.svgrect1004" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2908.7) matrix(.98329 .18206 -.62938 .77709 0 0)" height="69.735" width="15.688" y="-2.3354" x="116.44" fill="#1c768b"/> + <rect id="shapes-f08-fr.svgrect1005" opacity=".27541" ry="7.9131" style="color:#000000" fill-rule="evenodd" rx="7.9959" transform="translate(10 2908.7) matrix(.59704 -.80221 -.98591 -.16727 0 0)" height="87.653" width="12.887" y="-135.39" x="-63.5" fill="#1c768b"/> + <rect id="shapes-f08-fr.svgrect1006" opacity=".27541" ry="7.9131" style="color:#000000" fill-rule="evenodd" rx="7.9959" transform="translate(10 2908.7) matrix(.59704 -.80221 -.98591 -.16727 0 0)" height="87.653" width="13.113" y="-135.39" x="-42.204" fill="#1c768b"/> + <rect id="shapes-f08-fr.svgrect1628" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="39.812" width="13.271" stroke="#000" y="-55.075" x="-213.5" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4192)"/> + <rect id="shapes-f08-fr.svgrect1629" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="26.084" width="27.843" stroke="#000" y="-55.075" x="-228.07" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4189)"/> + <rect id="shapes-f08-fr.svgrect1630" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="22.814" width="32.956" stroke="#000" y="-64.596" x="-220.23" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4186)"/> + <rect id="shapes-f08-fr.svgrect1631" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="47.164" width="17.997" stroke="#000" y="-88.945" x="-205.27" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4183)"/> + <rect id="shapes-f08-fr.svgrect1632" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="19.767" width="13.428" stroke="#000" y="-99.625" x="-209.28" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4180)"/> + <rect id="shapes-f08-fr.svgrect1633" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="16.538" width="15.387" stroke="#000" y="-49.959" x="-195.09" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4177)"/> + <rect id="shapes-f08-fr.svgrect1634" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="25.458" width="44.091" stroke="#000" y="-46.73" x="-251.57" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4174)"/> + <rect id="shapes-f08-fr.svgrect1635" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="19.767" width="13.428" stroke="#000" y="-56.094" x="-258.25" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4171)"/> + <rect id="shapes-f08-fr.svgrect2258" style="color:#000000" fill-rule="evenodd" transform="translate(10 2908.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="37.026" width="35.989" stroke="#000" y="-31.251" x="-278.05" stroke-width=".39935" fill="url(#shapes-f08-fr.svglinearGradient4168)"/> + <rect id="shapes-f08-fr.svgrect2260" transform="translate(10 2908.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97177" fill="url(#shapes-f08-fr.svglinearGradient4165)" style="color:#000000" fill-rule="evenodd" rx="13.386" ry="7.8878" width="113.32" height="127.64" y="316.07" x="503.61"/> + <rect id="shapes-f08-fr.svgrect2261" transform="translate(10 2908.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4162)" style="color:#000000" fill-rule="evenodd" rx="12.531" ry="7.8879" width="27.59" height="51.349" y="411.96" x="630.53"/> + <rect id="shapes-f08-fr.svgrect2262" transform="translate(10 2908.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97177" fill="url(#shapes-f08-fr.svglinearGradient4159)" style="color:#000000" fill-rule="evenodd" rx="9.9614" ry="17.916" width="33.88" height="64.786" y="357.18" x="458.08"/> + <rect id="shapes-f08-fr.svgrect2263" transform="translate(10 2908.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4156)" style="color:#000000" fill-rule="evenodd" rx="12.637" ry="7.8879" width="28.248" height="30.095" y="241.03" x="433.29"/> + <rect id="shapes-f08-fr.svgrect2264" transform="translate(10 2908.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4153)" style="color:#000000" fill-rule="evenodd" rx="10.937" ry="7.8879" width="21.022" height="15.702" y="206.94" x="372.11"/> + <rect id="shapes-f08-fr.svgrect2259" transform="translate(10 2908.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4150)" style="color:#000000" fill-rule="evenodd" rx="13.386" ry="7.8879" width="52.249" height="47.25" y="270.51" x="440.64"/> + <rect id="shapes-f08-fr.svgrect5740" transform="translate(10 2908.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-fr.svglinearGradient4147)" style="color:#000000" fill-rule="evenodd" rx="4.8633" ry="5.0297" width="9.8364" height="11.479" y="170.7" x="353.52"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3047.3726186000004" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3047.3726186000004" x="10">Ellipses</tspan> </text> - <rect id="d0e366" display="none" height="1e3px" width="288" y="3055.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e366" display="none" height="1e3px" width="288" y="3052.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e366"/> </flowRegion> - <flowDiv xml:space="preserve">L'outil ellipse (<flowSpan font-weight="bold">F5</flowSpan>) permet de créer des ellipses et des cercles, que vous pouvez transformer en camemberts ou en arcs. Les raccourcis sont les mêmes que ceux de l'outil rectangle :</flowDiv> + <flowDiv xml:space="preserve">L'outil Ellipse (<flowSpan font-weight="bold">F5</flowSpan>) permet de créer des ellipses et des cercles, que vous pouvez transformer en camemberts ou en arcs. Les raccourcis sont les mêmes que ceux de l'outil Rectangle :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3101.1)"/> - <rect id="d0e375" display="none" height="1e3px" width="258" y="3095.1" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3098)"/> + <rect id="d0e375" display="none" height="1e3px" width="258" y="3092" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e375"/> </flowRegion> <flowDiv xml:space="preserve">En appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan>, vous pouvez dessiner un cercle ou une ellipse de ratio entier (2:1, 3:1, etc.).</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3129.5)"/> - <rect id="d0e382" display="none" height="1e3px" width="258" y="3123.5" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3126.4)"/> + <rect id="d0e382" display="none" height="1e3px" width="258" y="3120.4" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e382"/> </flowRegion> <flowDiv xml:space="preserve">En appuyant sur <flowSpan font-weight="bold">Maj</flowSpan>, vous pouvez dessiner autour du point de départ.</flowDiv> </flowRoot> - <rect id="d0e389" display="none" height="1e3px" width="288" y="3151.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e389" display="none" height="1e3px" width="288" y="3148.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e389"/> </flowRegion> <flowDiv xml:space="preserve">Intéressons-nous aux poignées d'une ellipse. Sélectionnez l'ellipse suivante :</flowDiv> </flowRoot> - <path id="shapes-f09-fr.svgpath1932" sodipodi:rx="54.031982" sodipodi:ry="30.248674" fill-opacity=".99666" stroke="#000" stroke-width="1.25" fill="#ff000b" style="color:#000000" fill-rule="evenodd" transform="translate(-6.962 277.4)" sodipodi:type="arc" d="m221.21 2940.5a54.032 30.249 0 1 1 -108.07 0 54.032 30.249 0 1 1 108.07 0z" sodipodi:cy="2940.5042" sodipodi:cx="167.17587"/> - <rect id="d0e402" display="none" height="1e3px" width="288" y="3260.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="shapes-f09-fr.svgpath1932" sodipodi:rx="54.031982" sodipodi:ry="30.248674" fill-opacity=".99666" stroke="#000" stroke-width="1.25" fill="#ff000b" style="color:#000000" fill-rule="evenodd" transform="translate(-6.962 274.3)" sodipodi:type="arc" d="m221.21 2940.5a54.032 30.249 0 1 1 -108.07 0 54.032 30.249 0 1 1 108.07 0z" sodipodi:cy="2940.5042" sodipodi:cx="167.17587"/> + <rect id="d0e402" display="none" height="1e3px" width="288" y="3257.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e402"/> </flowRegion> - <flowDiv xml:space="preserve">une fois de plus, vous ne voyez d'abord que trois poignées, mais en fait il y en a quatre. Celle de droite est en fait deux poignées qui se superposent et qui permettent "d'ouvrir" l'ellipse. En déplaçant la première de ces poignées, la deuxième devient visible; déplacer ces poignées vous permettent d'obtenir toute sorte d'arcs ou de camemberts (portions d'ellipse en forme de part de tarte) :</flowDiv> + <flowDiv xml:space="preserve">Une fois de plus, vous ne voyez d'abord que trois poignées, mais il y en a quatre. À droite, il y a en fait deux poignées qui se superposent et qui permettent « d'ouvrir » l'ellipse. En déplaçant la première de ces poignées, la deuxième devient visible ; déplacer ces poignées vous permet d'obtenir toutes sortes d'arcs ou de camemberts (portions d'ellipse en forme de parts de tarte) :</flowDiv> </flowRoot> - <path id="shapes-f10-fr.svgpath1225" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 1 1 -5.586 -21l-13.487 21z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 3340) matrix(1.306 0 0 0.597 13.336 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="5.4977871" sodipodi:start="0.0000000"/> - <path id="shapes-f10-fr.svgpath1226" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 0 1 -33.658 19.1l14.585-19.1z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 3340) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="2.4413969" sodipodi:start="0.0000000"/> - <path id="shapes-f10-fr.svgpath1227" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 1 1 -13.927 -28.6" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 3340) matrix(1.306 0 0 0.597 145.37 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="4.9855409" sodipodi:start="0.0000000"/> - <path id="shapes-f10-fr.svgpath1228" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 0 1 -35.976 13.7" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 3340) matrix(1.306 0 0 0.597 207.7 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="2.6599349" sodipodi:start="0.0000000"/> - <path id="shapes-f10-fr.svgpath3204" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m15.272 2722.5a19.073 29.636 0 0 1 7.16 -7.3l6.617 27.8z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 3340) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="4.3580459" sodipodi:start="3.9052122"/> - <path id="shapes-f10-fr.svgpath3205" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m11.841 2730.2a19.073 29.636 0 0 1 35.456 4.1" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 3340) matrix(1.306 0 0 0.597 207.7 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="5.9880333" sodipodi:start="3.5874838"/> - <path id="shapes-f10-fr.svgpath3206" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m27.76 2713.4a19.073 29.636 0 0 1 19.12 19.1l-17.831 10.5z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 3340) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="5.9203236" sodipodi:start="4.6447262"/> - <rect id="d0e415" display="none" height="1e3px" width="288" y="3388" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="shapes-f10-fr.svgpath1225" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 1 1 -5.586 -21l-13.487 21z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 3337) matrix(1.306 0 0 0.597 13.336 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="5.4977871" sodipodi:start="0.0000000"/> + <path id="shapes-f10-fr.svgpath1226" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 0 1 -33.658 19.1l14.585-19.1z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 3337) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="2.4413969" sodipodi:start="0.0000000"/> + <path id="shapes-f10-fr.svgpath1227" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 1 1 -13.927 -28.6" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 3337) matrix(1.306 0 0 0.597 145.37 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="4.9855409" sodipodi:start="0.0000000"/> + <path id="shapes-f10-fr.svgpath1228" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 0 1 -35.976 13.7" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 3337) matrix(1.306 0 0 0.597 207.7 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="2.6599349" sodipodi:start="0.0000000"/> + <path id="shapes-f10-fr.svgpath3204" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m15.272 2722.5a19.073 29.636 0 0 1 7.16 -7.3l6.617 27.8z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 3337) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="4.3580459" sodipodi:start="3.9052122"/> + <path id="shapes-f10-fr.svgpath3205" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m11.841 2730.2a19.073 29.636 0 0 1 35.456 4.1" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 3337) matrix(1.306 0 0 0.597 207.7 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="5.9880333" sodipodi:start="3.5874838"/> + <path id="shapes-f10-fr.svgpath3206" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m27.76 2713.4a19.073 29.636 0 0 1 19.12 19.1l-17.831 10.5z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 3337) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="5.9203236" sodipodi:start="4.6447262"/> + <rect id="d0e415" display="none" height="1e3px" width="288" y="3385" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e415"/> </flowRegion> - <flowDiv xml:space="preserve">Pour obtenir un <flowSpan font-style="italic">camembert</flowSpan> (un arc avec ses deux rayons), déplacez la poignée vers l'<flowSpan font-style="italic">extérieur</flowSpan> de l'ellipse; pour obtenir un <flowSpan font-style="italic">arc</flowSpan>, déplacez-la vers l'<flowSpan font-style="italic">intérieur</flowSpan>. Ci-dessus, vous pouvez voir 4 camemberts à gauche et 3 arcs à droite. Notez que les arcs sont des formes ouvertes, c'est à dire que le contour court le long de l'ellipse mais ne relie pas les extrémités de l'arc. Ceci devient évident si vous supprimez le remplissage, ne gardant visible que le contour :</flowDiv> + <flowDiv xml:space="preserve">Pour obtenir un <flowSpan font-style="italic">camembert</flowSpan> (un arc avec ses deux rayons), déplacez la poignée vers l'<flowSpan font-style="italic">extérieur</flowSpan> de l'ellipse ; pour obtenir un <flowSpan font-style="italic">arc</flowSpan>, déplacez-la vers l'<flowSpan font-style="italic">intérieur</flowSpan>. Ci-dessus, vous pouvez voir 4 camemberts à gauche et 3 arcs à droite. Notez que les arcs sont des formes ouvertes, c'est-à-dire que le contour court le long de l'ellipse mais ne relie pas les extrémités de l'arc. Ceci devient évident si vous supprimez le remplissage, ne gardant visible que le contour :</flowDiv> </flowRoot> - <g id="shapes-f11-fr.svgg4447" sodipodi:insensitive="true" transform="translate(10 274.1)"> + <g id="shapes-f11-fr.svgg4447" sodipodi:insensitive="true" transform="translate(10 271.1)"> <path id="shapes-f11-fr.svgpath3194" d="m78.137 3274.7l-47.158-27" sodipodi:nodetypes="cc" stroke="#d3d3d3" stroke-width=".25pt" fill="none"/> <path id="shapes-f11-fr.svgpath3195" d="m82.405 3271.7l-40.649-39.7" sodipodi:nodetypes="cc" stroke="#d3d3d3" stroke-width=".25pt" fill="none"/> <path id="shapes-f11-fr.svgpath3196" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#d3d3d3" stroke-width=".64783" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="3.6651914" transform="matrix(1.1577 0 0 1.1577 21.522 -466.22)" sodipodi:type="arc" d="m11.441 3210a59.578 58.56 0 0 1 9.468 -12.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <text id="shapes-f11-fr.svgtext3818" sodipodi:linespacing="120.00000%" transform="matrix(.70939 0 0 .70939 10.286 1617.1)" xml:space="preserve" line-height="120.00000%" font-size="8.4" y="2279.1907" x="30.19973" font-family="Sans" fill="#d3d3d3"><tspan id="shapes-f11-fr.svgtspan3819" y="2279.1907" x="30.199730" sodipodi:role="line"/><tspan id="shapes-f11-fr.svgtspan3821" fill="#d3d3d3"/><tspan id="shapes-f11-fr.svgtspan3823" sodipodi:role="line" dx="0 -0.23659326" dy="0 0" y="2289.2707" x="30.199730">15</tspan></text> + <text id="shapes-f11-fr.svgtext3818" sodipodi:linespacing="120.00000%" transform="matrix(.70939 0 0 .70939 10.286 1617.1)" xml:space="preserve" line-height="120.00000%" font-size="8.4" y="2279.1907" x="30.19973" font-family="sans-serif" fill="#d3d3d3"><tspan id="shapes-f11-fr.svgtspan3819" y="2279.1907" x="30.199730" sodipodi:role="line"/><tspan id="shapes-f11-fr.svgtspan3821" fill="#d3d3d3"/><tspan id="shapes-f11-fr.svgtspan3823" sodipodi:role="line" dx="0 -0.23659326" dy="0 0" y="2289.2707" x="30.199730">15</tspan></text> <path id="shapes-f11-fr.svgpath3825" sodipodi:rx="0.89163345" sodipodi:ry="0.89163345" style="color:#000000" sodipodi:type="arc" d="m41.375 3238a0.89163 0.89163 0 1 1 -1.783 0 0.89163 0.89163 0 1 1 1.783 0z" transform="matrix(.88208 0 0 .88208 4.5191 381.48)" stroke="#d3d3d3" sodipodi:cy="3237.9563" sodipodi:cx="40.483158" stroke-width=".48604" fill="none"/> </g> - <text id="shapes-f11-fr.svgtext3883" sodipodi:linespacing="120.00000%" transform="translate(10 3478)" xml:space="preserve" line-height="120.00000%" font-size="5.9589" y="4.4230723" x="61.438835" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f11-fr.svgtspan3884" y="4.4230723" x="61.438835" sodipodi:role="line">Segments</tspan><tspan id="shapes-f11-fr.svgtspan3893" y="11.573723" x="61.438835" sodipodi:role="line"/></text> - <text id="shapes-f11-fr.svgtext3888" sodipodi:linespacing="120.00000%" transform="translate(10 3478)" xml:space="preserve" line-height="120.00000%" font-size="5.9589" y="-2.6629279" x="224.43098" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f11-fr.svgtspan3889" y="-2.6629279" x="224.43098" sodipodi:role="line"/><tspan id="shapes-f11-fr.svgtspan3891" y="4.4877232" x="224.43098" sodipodi:role="line">Arcs</tspan></text> - <path id="shapes-f11-fr.svgpath3234" sodipodi:rx="30.710485" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m42.591 3247.4a30.71 10.853 0 1 1 42.162 -15.8l-21.716 7.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3856" sodipodi:rx="30.710485" sodipodi:ry="30.962814" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m42.591 3262.4a30.71 30.963 0 1 1 42.162 -45l-21.716 21.9z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3857" sodipodi:rx="30.710485" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m42.591 3283a30.71 58.56 0 1 1 42.162 -85.1l-21.716 41.4z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3858" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.1554016" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -19.906 -44.5l59.572 0.8z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3859" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.6651914" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -11.93 -73l51.596 29.3z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3860" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -2.462 -85.1l42.128 41.4z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3861" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 9.877 -94.4l29.789 50.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3862" sodipodi:rx="15.141271" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m52.957 3283a15.141 58.56 0 0 1 2.51 -94.4l7.57 50.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3864" sodipodi:rx="75.147621" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m13.005 3247.4a75.148 10.853 0 1 1 103.16 -15.8l-53.123 7.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3865" sodipodi:rx="30.710485" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m42.591 3247.4a30.71 10.853 0 1 1 42.162 -15.8" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3866" sodipodi:rx="30.710485" sodipodi:ry="30.962814" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m42.591 3262.4a30.71 30.963 0 1 1 42.162 -45" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3867" sodipodi:rx="30.710485" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m42.591 3283a30.71 58.56 0 1 1 42.162 -85.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3868" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.1554016" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -19.906 -44.5" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3869" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.6651914" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -11.93 -73" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3870" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -2.462 -85.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3871" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 9.877 -94.4" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3872" sodipodi:rx="15.141271" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m52.957 3283a15.141 58.56 0 0 1 2.51 -94.4" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3873" sodipodi:rx="75.147621" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 318.7)" sodipodi:type="arc" d="m13.005 3247.4a75.148 10.853 0 1 1 103.16 -15.8" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <path id="shapes-f11-fr.svgpath3925" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.4033920" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 318.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -17.882 -58.9l57.548 15.2z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> - <rect id="d0e440" display="none" height="1e3px" width="288" y="3615.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="shapes-f11-fr.svgtext3883" sodipodi:linespacing="120.00000%" transform="translate(10 3475)" xml:space="preserve" line-height="120.00000%" font-size="5.9589" y="4.4230723" x="61.438835" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f11-fr.svgtspan3884" y="4.4230723" x="61.438835" sodipodi:role="line">Segments</tspan><tspan id="shapes-f11-fr.svgtspan3893" y="11.573723" x="61.438835" sodipodi:role="line"/></text> + <text id="shapes-f11-fr.svgtext3888" sodipodi:linespacing="120.00000%" transform="translate(10 3475)" xml:space="preserve" line-height="120.00000%" font-size="5.9589" y="-2.6629279" x="224.43098" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f11-fr.svgtspan3889" y="-2.6629279" x="224.43098" sodipodi:role="line"/><tspan id="shapes-f11-fr.svgtspan3891" y="4.4877232" x="224.43098" sodipodi:role="line">Arcs</tspan></text> + <path id="shapes-f11-fr.svgpath3234" sodipodi:rx="30.710485" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m42.591 3247.4a30.71 10.853 0 1 1 42.162 -15.8l-21.716 7.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3856" sodipodi:rx="30.710485" sodipodi:ry="30.962814" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m42.591 3262.4a30.71 30.963 0 1 1 42.162 -45l-21.716 21.9z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3857" sodipodi:rx="30.710485" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m42.591 3283a30.71 58.56 0 1 1 42.162 -85.1l-21.716 41.4z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3858" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.1554016" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -19.906 -44.5l59.572 0.8z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3859" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.6651914" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -11.93 -73l51.596 29.3z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3860" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -2.462 -85.1l42.128 41.4z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3861" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 9.877 -94.4l29.789 50.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3862" sodipodi:rx="15.141271" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m52.957 3283a15.141 58.56 0 0 1 2.51 -94.4l7.57 50.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3864" sodipodi:rx="75.147621" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m13.005 3247.4a75.148 10.853 0 1 1 103.16 -15.8l-53.123 7.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3865" sodipodi:rx="30.710485" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m42.591 3247.4a30.71 10.853 0 1 1 42.162 -15.8" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3866" sodipodi:rx="30.710485" sodipodi:ry="30.962814" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m42.591 3262.4a30.71 30.963 0 1 1 42.162 -45" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3867" sodipodi:rx="30.710485" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m42.591 3283a30.71 58.56 0 1 1 42.162 -85.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3868" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.1554016" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -19.906 -44.5" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3869" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.6651914" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -11.93 -73" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3870" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -2.462 -85.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3871" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 9.877 -94.4" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3872" sodipodi:rx="15.141271" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m52.957 3283a15.141 58.56 0 0 1 2.51 -94.4" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3873" sodipodi:rx="75.147621" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 315.7)" sodipodi:type="arc" d="m13.005 3247.4a75.148 10.853 0 1 1 103.16 -15.8" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <path id="shapes-f11-fr.svgpath3925" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.4033920" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 315.7)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -17.882 -58.9l57.548 15.2z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/> + <rect id="d0e440" display="none" height="1e3px" width="288" y="3612.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e440"/> </flowRegion> <flowDiv xml:space="preserve">Voyez le groupe de camemberts ressemblant à un ventilateur sur la gauche. Le créer a été facile, en déplaçant les poignées par <flowSpan font-style="italic">incréments d'angle</flowSpan> avec la touche <flowSpan font-weight="bold">Ctrl</flowSpan>. Voici les raccourcis des poignées arc/camembert :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3671.3)"/> - <rect id="d0e452" display="none" height="1e3px" width="258" y="3665.3" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3668.3)"/> + <rect id="d0e452" display="none" height="1e3px" width="258" y="3662.3" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e452"/> </flowRegion> <flowDiv xml:space="preserve">En appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan>, forcez des modifications d'angle par incréments de 15 degrés lors des déplacements de ces poignées.</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3710.5)"/> - <rect id="d0e459" display="none" height="1e3px" width="258" y="3704.5" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3707.4)"/> + <rect id="d0e459" display="none" height="1e3px" width="258" y="3701.4" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e459"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+cliquer</flowSpan> sur ces poignées permet de refermer ces arcs/camemberts pour en refaire des ellipses.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+clic</flowSpan> sur ces poignées permet de refermer ces arcs/camemberts pour en refaire des ellipses.</flowDiv> </flowRoot> - <rect id="d0e465" display="none" height="1e3px" width="288" y="3733.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e465" display="none" height="1e3px" width="288" y="3730.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e465"/> </flowRegion> - <flowDiv xml:space="preserve">L'incrément d'angle par défaut peut être modifié dans les préférences d'Inkscape (dans l'onglet <flowSpan font-family="Sans">Comportement > Incréments</flowSpan>).</flowDiv> + <flowDiv xml:space="preserve">L'incrément d'angle par défaut peut être modifié dans les préférences d'Inkscape (dans l'onglet <flowSpan font-family="sans-serif">Comportement > Incréments</flowSpan>).</flowDiv> </flowRoot> - <rect id="d0e471" display="none" height="1e3px" width="288" y="3762" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e471" display="none" height="1e3px" width="288" y="3758.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e471"/> </flowRegion> <flowDiv xml:space="preserve">Les deux autres poignées d'une ellipse sont utilisées pour la redimensionner autour de son centre. Les raccourcis qui y sont associés sont similaires à ceux des poignées d'arrondi d'un rectangle :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3807.4)"/> - <rect id="d0e477" display="none" height="1e3px" width="258" y="3801.4" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3804.4)"/> + <rect id="d0e477" display="none" height="1e3px" width="258" y="3798.4" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e477"/> </flowRegion> <flowDiv xml:space="preserve">Déplacez-les tout en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour faire un cercle (garder les deux rayons égaux).</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 3836.3)"/> - <rect id="d0e484" display="none" height="1e3px" width="258" y="3830.3" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 3833.2)"/> + <rect id="d0e484" display="none" height="1e3px" width="258" y="3827.2" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e484"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+cliquer</flowSpan> sur une de ces poignées permet de transformer l'ellipse en cercle sans déplacer de poignée.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+clic</flowSpan> sur une de ces poignées permet de transformer l'ellipse en cercle sans déplacer de poignée.</flowDiv> </flowRoot> - <rect id="d0e490" display="none" height="1e3px" width="288" y="3859.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e490" display="none" height="1e3px" width="288" y="3856" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e490"/> </flowRegion> <flowDiv xml:space="preserve">Et, tout comme les poignées de redimensionnement d'un rectangle, ces poignées permettent d'ajuster la largeur et la hauteur d'une ellipse dans son <flowSpan font-style="italic">propre système de coordonnées</flowSpan>. Ce qui signifie qu'une ellipse qui a été tournée ou inclinée peut facilement être redimensionnée parallèlement à ses axes. Essayez de modifier les dimensions de ces ellipses en utilisant leurs poignées de redimensionnement :</flowDiv> </flowRoot> - <path id="shapes-f12-fr.svgpath2133" sodipodi:rx="43.680855" sodipodi:ry="7.3592744" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3947.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m150.98 3607.9a43.681 7.3593 0 1 1 -87.358 0 43.681 7.3593 0 1 1 87.358 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> - <path id="shapes-f12-fr.svgpath2136" sodipodi:rx="58.547005" sodipodi:ry="13.607653" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3947.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m165.85 3607.9a58.547 13.608 0 1 1 -117.09 0 58.547 13.608 0 1 1 117.09 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> - <path id="shapes-f12-fr.svgpath3396" sodipodi:rx="37.951244" sodipodi:ry="61.554367" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3947.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m145.25 3607.9a37.951 61.554 0 1 1 -75.898 0 37.951 61.554 0 1 1 75.898 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> - <path id="shapes-f12-fr.svgpath2135" sodipodi:rx="23.418211" sodipodi:ry="25.328613" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3947.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m130.72 3607.9a23.418 25.329 0 1 1 -46.835 0 23.418 25.329 0 1 1 46.835 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> - <path id="shapes-f12-fr.svgpath2774" sodipodi:rx="4.9275141" sodipodi:ry="46.998589" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3947.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m112.23 3607.9a4.9275 46.999 0 1 1 -9.85 0 4.9275 46.999 0 1 1 9.85 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> - <path id="shapes-f12-fr.svgpath2134" sodipodi:rx="23.418211" sodipodi:ry="7.3592744" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3947.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m130.72 3607.9a23.418 7.3593 0 1 1 -46.835 0 23.418 7.3593 0 1 1 46.835 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4041.460270600001" x="10" font-family="Sans" fill="#000000"> - <tspan y="4041.460270600001" x="10">Etoiles</tspan> + <path id="shapes-f12-fr.svgpath2133" sodipodi:rx="43.680855" sodipodi:ry="7.3592744" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3944.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m150.98 3607.9a43.681 7.3593 0 1 1 -87.358 0 43.681 7.3593 0 1 1 87.358 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> + <path id="shapes-f12-fr.svgpath2136" sodipodi:rx="58.547005" sodipodi:ry="13.607653" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3944.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m165.85 3607.9a58.547 13.608 0 1 1 -117.09 0 58.547 13.608 0 1 1 117.09 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> + <path id="shapes-f12-fr.svgpath3396" sodipodi:rx="37.951244" sodipodi:ry="61.554367" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3944.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m145.25 3607.9a37.951 61.554 0 1 1 -75.898 0 37.951 61.554 0 1 1 75.898 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> + <path id="shapes-f12-fr.svgpath2135" sodipodi:rx="23.418211" sodipodi:ry="25.328613" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3944.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m130.72 3607.9a23.418 25.329 0 1 1 -46.835 0 23.418 25.329 0 1 1 46.835 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> + <path id="shapes-f12-fr.svgpath2774" sodipodi:rx="4.9275141" sodipodi:ry="46.998589" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3944.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m112.23 3607.9a4.9275 46.999 0 1 1 -9.85 0 4.9275 46.999 0 1 1 9.85 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> + <path id="shapes-f12-fr.svgpath2134" sodipodi:rx="23.418211" sodipodi:ry="7.3592744" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 3944.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m130.72 3607.9a23.418 7.3593 0 1 1 -46.835 0 23.418 7.3593 0 1 1 46.835 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4038.3903116000006" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="4038.3903116000006" x="10">Étoiles</tspan> </text> - <rect id="d0e512" display="none" height="1e3px" width="288" y="4046.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e512" display="none" height="1e3px" width="288" y="4043.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e512"/> </flowRegion> - <flowDiv xml:space="preserve">Les étoiles sont les formes les plus complexes et les plus intéressantes. Si vous voulez épater vos amis avec Inkscape, laissez-les s'amuser un peu avec l'outil étoile. Il est particulièrement amusant — ça devient presque une drogue !</flowDiv> + <flowDiv xml:space="preserve">Les étoiles sont les formes les plus complexes et les plus intéressantes. Si vous voulez épater vos amis avec Inkscape, laissez-les s'amuser un peu avec l'outil Étoile. Il est particulièrement amusant — presque addictif !</flowDiv> </flowRoot> - <rect id="d0e515" display="none" height="1e3px" width="288" y="4096.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e515" display="none" height="1e3px" width="288" y="4093.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e515"/> </flowRegion> - <flowDiv xml:space="preserve">L'outil étoile permet de créer deux types de formes similaires : des étoiles et des polygones. Une étoile a deux poignées dont les positions définissent la longueur et la forme de ses branches; un polygone n'a qu'une poignée qui permet en la déplaçant de redimensionner et tourner ce polygone :</flowDiv> + <flowDiv xml:space="preserve">L'outil Étoile permet de créer deux types de formes similaires : des étoiles et des polygones. Une étoile a deux poignées dont les positions définissent la longueur et la forme de ses branches ; un polygone n'a qu'une poignée qui permet en la déplaçant de redimensionner et tourner ce polygone :</flowDiv> </flowRoot> - <g id="shapes-f13-fr.svgg2711" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 4165.5)"> + <g id="shapes-f13-fr.svgg2711" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 4163.3)"> <path id="shapes-f13-fr.svgpath2190" sodipodi:sides="5" inkscape:flatsided="false" stroke="#000" stroke-width=".98589" fill="#fff100" style="color:#000000" fill-rule="evenodd" transform="matrix(.67263 .35535 -.35535 .67263 1407.5 -2577.2)" inkscape:rounded="0.0000000" sodipodi:r1="38.010052" sodipodi:r2="19.005026" sodipodi:arg1="0.45247489" sodipodi:arg2="1.0807934" sodipodi:type="star" d="m107.3 3871.6l-25.238 0.2-14.185 20.9-7.943-24-24.24-7 20.331-15-0.796-25.2 20.509 14.7 23.748-8.5-7.656 24 15.47 19.9z" inkscape:randomized="0.0000000" sodipodi:cy="3855.0315" sodipodi:cx="73.117950"/> - <flowRoot id="shapes-f13-fr.svgflowRoot2695" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(-1.825)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="shapes-f13-fr.svgflowRegion2697"><rect id="shapes-f13-fr.svgrect2699" height="15" width="57.5" y="-.13782" x="59.643"/></flowRegion><flowPara id="shapes-f13-fr.svgflowPara2701">Etoile</flowPara></flowRoot> + <flowRoot id="shapes-f13-fr.svgflowRoot2695" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(-1.825)" font-size="6px" font-family="sans-serif" fill="#000000"><flowRegion id="shapes-f13-fr.svgflowRegion2697"><rect id="shapes-f13-fr.svgrect2699" height="15" width="57.5" y="-.13782" x="59.643"/></flowRegion><flowPara id="shapes-f13-fr.svgflowPara2701">Étoile</flowPara></flowRoot> </g> - <g id="shapes-f13-fr.svgg2718" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 4165.5)"> + <g id="shapes-f13-fr.svgg2718" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 4163.3)"> <path id="shapes-f13-fr.svgpath2191" sodipodi:sides="5" inkscape:flatsided="true" stroke="#000" stroke-width=".98589" fill="#fff100" style="color:#000000" fill-rule="evenodd" transform="matrix(.67263 .35535 -.35535 .67263 1513.8 -2577.2)" inkscape:rounded="0.0000000" sodipodi:r1="38.010052" sodipodi:r2="19.005026" sodipodi:arg1="0.45247489" sodipodi:arg2="1.0807934" sodipodi:type="star" d="m107.3 3871.6l-39.423 21.1-32.183-31 19.535-40.2 44.257 6.2 7.814 43.9z" inkscape:randomized="0.0000000" sodipodi:cy="3855.0315" sodipodi:cx="73.117950"/> - <flowRoot id="shapes-f13-fr.svgflowRoot2703" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(104.63 -.59495)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="shapes-f13-fr.svgflowRegion2705"><rect id="shapes-f13-fr.svgrect2707" height="15" width="57.5" y="-.13782" x="59.643"/></flowRegion><flowPara id="shapes-f13-fr.svgflowPara2709">Polygone</flowPara></flowRoot> + <flowRoot id="shapes-f13-fr.svgflowRoot2703" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(104.63 -.59495)" font-size="6px" font-family="sans-serif" fill="#000000"><flowRegion id="shapes-f13-fr.svgflowRegion2705"><rect id="shapes-f13-fr.svgrect2707" height="15" width="57.5" y="-.13782" x="59.643"/></flowRegion><flowPara id="shapes-f13-fr.svgflowPara2709">Polygone</flowPara></flowRoot> </g> - <rect id="d0e528" display="none" height="1e3px" width="288" y="4242.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e528" display="none" height="1e3px" width="288" y="4229.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e528"/> </flowRegion> - <flowDiv xml:space="preserve">Dans la barre de contrôle de l'outil étoile vient d'abord une boîte permettant de passer du mode étoile à polygone et inversement. Puis un champ numérique permet de définir le <flowSpan font-style="italic">nombre de sommets</flowSpan> d'une étoile ou d'un polygone. Ce paramètre n'est modifiable que depuis cette barre de contrôle, et peut varier de 3 (évidemment) à 1024, mais vous devriez éviter d'entrer un trop grand nombre (disons, plus de 200) si votre ordinateur n'est pas très puissant.</flowDiv> + <flowDiv xml:space="preserve">Dans la barre de contrôle de l'outil Étoile, les deux premiers boutons déterminent si l'objet prend la forme d'une étoile ou d'un polygone régulier. Puis un champ numérique permet de définir le <flowSpan font-style="italic">nombre de sommets</flowSpan> d'une étoile ou d'un polygone. Ce paramètre n'est modifiable que depuis cette barre de contrôle, et peut varier de 3 (évidemment) à 1024, mais vous devriez éviter d'entrer un trop grand nombre (disons, plus de 200) si votre ordinateur n'est pas très puissant.</flowDiv> </flowRoot> - <rect id="d0e534" display="none" height="1e3px" width="288" y="4324.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e534" display="none" height="1e3px" width="288" y="4312.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e534"/> </flowRegion> <flowDiv xml:space="preserve">Quand vous dessinez une nouvelle étoile ou un nouveau polygone,</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 4348.9)"/> - <rect id="d0e540" display="none" height="1e3px" width="258" y="4342.9" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 4336.3)"/> + <rect id="d0e540" display="none" height="1e3px" width="258" y="4330.3" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e540"/> </flowRegion> <flowDiv xml:space="preserve">Déplacez une poignée en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour forcer des modifications d'angle par incréments de 15 degrés.</flowDiv> </flowRoot> - <rect id="d0e547" display="none" height="1e3px" width="288" y="4371.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e547" display="none" height="1e3px" width="288" y="4359.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e547"/> </flowRegion> - <flowDiv xml:space="preserve">Par nature, une étoile est une des formes les plus intéressantes (bien qu'en pratique les polygones soient souvent plus utiles). Les deux poignées d'une étoile ont des fonctions légèrement différentes. La première poignée (lors de la création de l'étoile, elle se trouve sur une pointe, c'est à dire un coin <flowSpan font-style="italic">convexe</flowSpan> de l'étoile) permet d'allonger ou raccourcir les branches de l'étoile, mais si vous la tournez (relativement au centre de la forme), l'autre poignée accompagne cette rotation. Ceci implique que vous ne pouvez pas incliner les branches de l'étoile avec cette poignée.</flowDiv> + <flowDiv xml:space="preserve">Par nature, une étoile est une des formes les plus intéressantes (bien qu'en pratique les polygones soient souvent plus utiles). Les deux poignées d'une étoile ont des fonctions légèrement différentes. La première poignée (lors de la création de l'étoile, elle se trouve sur une pointe, c'est-à-dire un coin <flowSpan font-style="italic">convexe</flowSpan> de l'étoile) permet d'allonger ou raccourcir les branches de l'étoile, et si vous la tournez (relativement au centre de la forme), l'autre poignée accompagne cette rotation. Ceci implique que vous ne pouvez pas incliner les branches de l'étoile avec cette poignée.</flowDiv> </flowRoot> - <rect id="d0e553" display="none" height="1e3px" width="288" y="4475" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e553" display="none" height="1e3px" width="288" y="4462.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e553"/> </flowRegion> <flowDiv xml:space="preserve">Par contre, l'autre poignée (située initialement sur un coin <flowSpan font-style="italic">concave</flowSpan> entre deux pointes) est libre de se déplacer radialement et tangentiellement, sans affecter la poignée au bout d'une pointe (en fait cette poignée peut devenir à son tour la poignée de pointe si elle est déplacée plus loin du centre que l'autre poignée). Avec cette poignée, vous pouvez incliner les branches de l'étoile pour obtenir toutes sortes de cristaux, mandalas et flocons :</flowDiv> </flowRoot> - <path id="shapes-f14-fr.svgpath2725" sodipodi:sides="48" inkscape:flatsided="false" stroke="#000" stroke-width=".015394" fill="none" style="color:#000000" transform="translate(10 4564.3) matrix(2.436 0 0 2.436 -239.62 -10265)" inkscape:rounded="0.0000000" sodipodi:r1="15.977139" sodipodi:r2="5.2552228" sodipodi:arg1="0.54696605" sodipodi:arg2="2.0469000" sodipodi:type="star" d="m184.95 4242.3l-16.06-3.6 14.86 5.3-15.45-5.7 14.03 7.2-14.56-7.6 12.96 9-13.44-9.5 11.67 10.6-12.08-11.2 10.19 12.1-10.52-12.7 8.52 13.3-8.77-13.9 6.72 14.3-6.89-15 4.8 15.1-4.88-15.8 2.8 15.6-2.79-16.3 0.75 15.8-0.64-16.4-1.33 15.7 1.52-16.4-3.37 15.4 3.64-16-5.35 14.8 5.7-15.4-7.24 14 7.67-14.5-9.01 12.9 9.51-13.4-10.63 11.6 11.18-12-12.06 10.2 12.66-10.6-13.28 8.6 13.92-8.8-14.28 6.7 14.95-6.9-15.04 4.8 15.72-4.9-15.54 2.8 16.23-2.8-15.77 0.8 16.45-0.6-15.73-1.4 16.39 1.5-15.42-3.3 16.05 3.6-14.85-5.3 15.44 5.7-14.03-7.3 14.57 7.7-12.97-9 13.44 9.5-11.67-10.6 12.08 11.1-10.19-12 10.53 12.6-8.53-13.2 8.78 13.9-6.72-14.3 6.88 15-4.8-15.1 4.88 15.7-2.79-15.5 2.78 16.2-0.74-15.7 0.64 16.4 1.32-15.7-1.51 16.4 3.36-15.5-3.64 16.1 5.35-14.9-5.7 15.5 7.24-14-7.67 14.5 9.01-12.9-9.51 13.4 10.63-11.7-11.18 12.1 12.06-10.2-12.66 10.5 13.29-8.5-13.93 8.8 14.29-6.7-14.96 6.9 15.04-4.8-15.72 4.8 15.54-2.8-16.23 2.8 15.77-0.7-16.45 0.6 15.74 1.3-16.4-1.5 15.43 3.4z" inkscape:randomized="0.0000000" sodipodi:cy="4233.9868" sodipodi:cx="171.30144"/> - <path id="shapes-f14-fr.svgpath2918" sodipodi:sides="5" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 4564.3) matrix(.99630 -.085991 .085991 .99630 -255.75 -4191.3)" inkscape:rounded="0.0000000" sodipodi:r1="24.878733" sodipodi:r2="24.610689" sodipodi:arg1="0.85670563" sodipodi:arg2="-1.3248582" sodipodi:type="star" d="m45.957 4353.5l-10.302-42.7-18.837 45.2 37.399-23-48.787-3.9 33.416 28.4-11.314-47.6-16.747 40.6 41.794-25.5-43.766-3.4 37.144 31.9z" inkscape:randomized="0.0000000" sodipodi:cy="4334.6870" sodipodi:cx="29.663147"/> - <polygon id="shapes-f14-fr.svgpolygon1259" sodipodi:sides="3" inkscape:flatsided="false" stroke="#000" stroke-width=".47465" fill="none" style="color:#000000" transform="translate(10 4564.3) matrix(.082821 .37592 -.37592 .082821 1327.2 -115.99)" sodipodi:cx="18.779343" inkscape:rounded="0.0000000" sodipodi:r1="31.235876" sodipodi:r2="30.366934" sodipodi:arg1="1.1239539" sodipodi:arg2="-0.65664333" sodipodi:type="star" d="M 32.276994,2897.7581 L 42.831345,2851.0513 L -12.364565,2867.1939 L 22.807589,2899.6877 L 36.425599,2843.8153 L -9.3009067,2858.0284 L 32.276994,2897.7581 z " inkscape:randomized="0.0000000" sodipodi:cy="2869.5891" points="32.277 2897.8 42.831 2851 -12.365 2867.2 22.808 2899.7 36.426 2843.8 -9.3009 2858"/> - <polygon id="shapes-f14-fr.svgpolygon1263" stroke="#000" stroke-width=".25" sodipodi:type="star" d="M 171.36150,2897.7582 L 187.98050,2859.9248 L 156.48797,2872.4552 L 197.60521,2876.5696 L 175.95638,2850.4906 L 184.74922,2890.8668 L 202.86204,2862.2187 L 167.17908,2883.0581 L 200.02225,2891.4317 L 169.17612,2863.9349 L 171.36150,2897.7582 z " fill="none" sodipodi:r1="24.967192" inkscape:flatsided="false" transform="translate(10 4564.3) matrix(.96846 -.24915 .24915 .96846 -691.44 -2621.8)" sodipodi:arg2="-1.1525840" sodipodi:arg1="1.9818609" inkscape:randomized="0.0000000" sodipodi:cy="2874.8708" points="171.36 2897.8 187.98 2859.9 156.49 2872.5 197.6 2876.6 175.96 2850.5 184.75 2890.9 202.86 2862.2 167.18 2883.1 200.02 2891.4 169.18 2863.9" sodipodi:sides="5" inkscape:rounded="0.0000000" sodipodi:r2="16.355642" sodipodi:cx="181.33803"/> - <path id="shapes-f14-fr.svgpath3540" sodipodi:sides="32" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 4564.3) matrix(1.2879 0 0 1.2879 2.8892 -5380.4)" inkscape:rounded="0.0000000" sodipodi:r1="12.998599" sodipodi:r2="16.698013" sodipodi:arg1="0.78539816" sodipodi:arg2="-2.1593010" sodipodi:type="star" d="m35.93 4210.6l-18.461-23.1 16.491 24.7-13.603-26.2 11.356 27.4-8.223-28.4 5.785 29.2-2.527-29.5-0.009 29.7 3.266-29.4-5.802 29.2 8.934-28.2-11.373 27.4 14.259-25.9-16.506 24.7 19.035-22.6-21.005 21 23.081-18.5-24.697 16.5 26.238-13.6-27.44 11.4 28.389-8.2-29.128 5.7 29.447-2.5h-29.697l29.374 3.3-29.124-5.8 28.172 8.9-27.433-11.4 25.888 14.3-24.686-16.5 22.608 19-20.992-21 18.461 23.1-16.491-24.7 13.603 26.2-11.356-27.4 8.223 28.4-5.784-29.1 2.527 29.4 0.009-29.7-3.267 29.4 5.803-29.1-8.935 28.1 11.373-27.4-14.259 25.9 16.506-24.7-19.035 22.6 21.005-21-23.08 18.5 24.697-16.5-26.239 13.6 27.44-11.4-28.388 8.3 29.127-5.8-29.446 2.5h29.696l-29.374-3.3 29.124 5.8-28.172-8.9 27.433 11.4-25.888-14.3 24.687 16.5-22.609-19 20.992 21z" inkscape:randomized="0.0000000" sodipodi:cy="4201.4121" sodipodi:cx="26.738611"/> - <path id="shapes-f14-fr.svgpath2723" sodipodi:sides="8" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(19.626 389.1)" inkscape:rounded="0.0000000" sodipodi:r1="16.710012" sodipodi:r2="36.167358" sodipodi:arg1="0.88740509" sodipodi:arg2="2.3382889" sodipodi:type="star" d="m262.67 4224.4l-35.67 13 23.42-9.4-34.46-16 23.2 9.9-13.07-35.6 9.4 23.4 15.98-34.5-9.9 23.2 35.66-13-23.41 9.4 34.46 15.9-23.21-9.9 13.07 35.7-9.4-23.4-15.98 34.5 9.91-23.2z" inkscape:randomized="0.0000000" sodipodi:cy="4211.3926" sodipodi:cx="252.11676"/> - <path id="shapes-f14-fr.svgpath2724" sodipodi:sides="8" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 4564.3) matrix(1 .000033483 -.000033483 1 .14307 -4181.8)" inkscape:rounded="0.0000000" sodipodi:r1="25.662985" sodipodi:r2="15.646836" sodipodi:arg1="0.011487387" sodipodi:arg2="3.0816518" sodipodi:type="star" d="m307.95 4272l-41.28 0.7 33.56 17.4-29.65-28.7 11.41 36-0.64-41.3-17.41 33.6 28.73-29.7-36.04 11.4 41.28-0.6-33.56-17.4 29.65 28.7-11.42-36 0.65 41.3 17.41-33.6-28.73 29.6 36.04-11.4z" inkscape:randomized="0.0000000" sodipodi:cy="4271.7378" sodipodi:cx="282.28931"/> - <path id="shapes-f14-fr.svgpath3347" sodipodi:sides="8" inkscape:flatsided="false" stroke="#000" stroke-width=".34380" fill="none" style="color:#000000" transform="translate(10 4564.3) matrix(.72717 0 0 .72717 28.258 -3046.2)" inkscape:rounded="0.0000000" sodipodi:r1="27.155294" sodipodi:r2="27.241930" sodipodi:arg1="1.5707963" sodipodi:arg2="-2.3580603" sodipodi:type="star" d="m104.6 4261l-19.304-46.4 0.098 38.4 19.146-46.4-27.1 27.2 46.38-19.3-38.426 0.1 46.446 19.2-27.24-27.1 19.29 46.4-0.09-38.5-19.15 46.5 27.1-27.3-46.382 19.3 38.432-0.1-46.447-19.1 27.247 27.1z" inkscape:randomized="0.0000000" sodipodi:cy="4233.8340" sodipodi:cx="104.59527"/> - <path id="shapes-f14-fr.svgpath5832" sodipodi:sides="17" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 382)" inkscape:rounded="0.0000000" sodipodi:r1="52.870548" sodipodi:r2="14.993350" sodipodi:arg1="0.52982957" sodipodi:arg2="-2.2448164" sodipodi:type="star" d="m114.31 4305.9l-54.977-38.4 42.247 53.1-37.383-55.7 20.208 64.8-14.737-65.4-4.56 67.7 9.899-66.4-28.712 61.5 33.197-58.3-48.986 47 52.013-42.4-62.644 26.1 63.804-20.7-67.842 1.7 66.977 3.8-63.877-23 61.105 27.7-51.286-44.4 46.981 47.9-31.768-60 26.511 61.6-7.959-67.4 2.461 67 16.924-65.7-21.921 63.4 39.522-55.1-43.344 51.2 56.787-37.2-58.916 32.1 66.376-14.2-66.526 8.7 66.996 10.8-65.147-16 58.577 34.2z" inkscape:randomized="0.0000000" sodipodi:cy="4279.2217" sodipodi:cx="68.691193"/> - <rect id="d0e569" display="none" height="1e3px" width="288" y="4726" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="shapes-f14-fr.svgpath2725" sodipodi:sides="48" inkscape:flatsided="false" stroke="#000" stroke-width=".015394" fill="none" style="color:#000000" transform="translate(10 4551.8) matrix(2.436 0 0 2.436 -239.62 -10265)" inkscape:rounded="0.0000000" sodipodi:r1="15.977139" sodipodi:r2="5.2552228" sodipodi:arg1="0.54696605" sodipodi:arg2="2.0469000" sodipodi:type="star" d="m184.95 4242.3l-16.06-3.6 14.86 5.3-15.45-5.7 14.03 7.2-14.56-7.6 12.96 9-13.44-9.5 11.67 10.6-12.08-11.2 10.19 12.1-10.52-12.7 8.52 13.3-8.77-13.9 6.72 14.3-6.89-15 4.8 15.1-4.88-15.8 2.8 15.6-2.79-16.3 0.75 15.8-0.64-16.4-1.33 15.7 1.52-16.4-3.37 15.4 3.64-16-5.35 14.8 5.7-15.4-7.24 14 7.67-14.5-9.01 12.9 9.51-13.4-10.63 11.6 11.18-12-12.06 10.2 12.66-10.6-13.28 8.6 13.92-8.8-14.28 6.7 14.95-6.9-15.04 4.8 15.72-4.9-15.54 2.8 16.23-2.8-15.77 0.8 16.45-0.6-15.73-1.4 16.39 1.5-15.42-3.3 16.05 3.6-14.85-5.3 15.44 5.7-14.03-7.3 14.57 7.7-12.97-9 13.44 9.5-11.67-10.6 12.08 11.1-10.19-12 10.53 12.6-8.53-13.2 8.78 13.9-6.72-14.3 6.88 15-4.8-15.1 4.88 15.7-2.79-15.5 2.78 16.2-0.74-15.7 0.64 16.4 1.32-15.7-1.51 16.4 3.36-15.5-3.64 16.1 5.35-14.9-5.7 15.5 7.24-14-7.67 14.5 9.01-12.9-9.51 13.4 10.63-11.7-11.18 12.1 12.06-10.2-12.66 10.5 13.29-8.5-13.93 8.8 14.29-6.7-14.96 6.9 15.04-4.8-15.72 4.8 15.54-2.8-16.23 2.8 15.77-0.7-16.45 0.6 15.74 1.3-16.4-1.5 15.43 3.4z" inkscape:randomized="0.0000000" sodipodi:cy="4233.9868" sodipodi:cx="171.30144"/> + <path id="shapes-f14-fr.svgpath2918" sodipodi:sides="5" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 4551.8) matrix(.99630 -.085991 .085991 .99630 -255.75 -4191.3)" inkscape:rounded="0.0000000" sodipodi:r1="24.878733" sodipodi:r2="24.610689" sodipodi:arg1="0.85670563" sodipodi:arg2="-1.3248582" sodipodi:type="star" d="m45.957 4353.5l-10.302-42.7-18.837 45.2 37.399-23-48.787-3.9 33.416 28.4-11.314-47.6-16.747 40.6 41.794-25.5-43.766-3.4 37.144 31.9z" inkscape:randomized="0.0000000" sodipodi:cy="4334.6870" sodipodi:cx="29.663147"/> + <polygon id="shapes-f14-fr.svgpolygon1259" sodipodi:sides="3" inkscape:flatsided="false" stroke="#000" stroke-width=".47465" fill="none" style="color:#000000" transform="translate(10 4551.8) matrix(.082821 .37592 -.37592 .082821 1327.2 -115.99)" sodipodi:cx="18.779343" inkscape:rounded="0.0000000" sodipodi:r1="31.235876" sodipodi:r2="30.366934" sodipodi:arg1="1.1239539" sodipodi:arg2="-0.65664333" sodipodi:type="star" d="M 32.276994,2897.7581 L 42.831345,2851.0513 L -12.364565,2867.1939 L 22.807589,2899.6877 L 36.425599,2843.8153 L -9.3009067,2858.0284 L 32.276994,2897.7581 z " inkscape:randomized="0.0000000" sodipodi:cy="2869.5891" points="32.277 2897.8 42.831 2851 -12.365 2867.2 22.808 2899.7 36.426 2843.8 -9.3009 2858"/> + <polygon id="shapes-f14-fr.svgpolygon1263" stroke="#000" stroke-width=".25" sodipodi:type="star" d="M 171.36150,2897.7582 L 187.98050,2859.9248 L 156.48797,2872.4552 L 197.60521,2876.5696 L 175.95638,2850.4906 L 184.74922,2890.8668 L 202.86204,2862.2187 L 167.17908,2883.0581 L 200.02225,2891.4317 L 169.17612,2863.9349 L 171.36150,2897.7582 z " fill="none" sodipodi:r1="24.967192" inkscape:flatsided="false" transform="translate(10 4551.8) matrix(.96846 -.24915 .24915 .96846 -691.44 -2621.8)" sodipodi:arg2="-1.1525840" sodipodi:arg1="1.9818609" inkscape:randomized="0.0000000" sodipodi:cy="2874.8708" points="171.36 2897.8 187.98 2859.9 156.49 2872.5 197.6 2876.6 175.96 2850.5 184.75 2890.9 202.86 2862.2 167.18 2883.1 200.02 2891.4 169.18 2863.9" sodipodi:sides="5" inkscape:rounded="0.0000000" sodipodi:r2="16.355642" sodipodi:cx="181.33803"/> + <path id="shapes-f14-fr.svgpath3540" sodipodi:sides="32" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 4551.8) matrix(1.2879 0 0 1.2879 2.8892 -5380.4)" inkscape:rounded="0.0000000" sodipodi:r1="12.998599" sodipodi:r2="16.698013" sodipodi:arg1="0.78539816" sodipodi:arg2="-2.1593010" sodipodi:type="star" d="m35.93 4210.6l-18.461-23.1 16.491 24.7-13.603-26.2 11.356 27.4-8.223-28.4 5.785 29.2-2.527-29.5-0.009 29.7 3.266-29.4-5.802 29.2 8.934-28.2-11.373 27.4 14.259-25.9-16.506 24.7 19.035-22.6-21.005 21 23.081-18.5-24.697 16.5 26.238-13.6-27.44 11.4 28.389-8.2-29.128 5.7 29.447-2.5h-29.697l29.374 3.3-29.124-5.8 28.172 8.9-27.433-11.4 25.888 14.3-24.686-16.5 22.608 19-20.992-21 18.461 23.1-16.491-24.7 13.603 26.2-11.356-27.4 8.223 28.4-5.784-29.1 2.527 29.4 0.009-29.7-3.267 29.4 5.803-29.1-8.935 28.1 11.373-27.4-14.259 25.9 16.506-24.7-19.035 22.6 21.005-21-23.08 18.5 24.697-16.5-26.239 13.6 27.44-11.4-28.388 8.3 29.127-5.8-29.446 2.5h29.696l-29.374-3.3 29.124 5.8-28.172-8.9 27.433 11.4-25.888-14.3 24.687 16.5-22.609-19 20.992 21z" inkscape:randomized="0.0000000" sodipodi:cy="4201.4121" sodipodi:cx="26.738611"/> + <path id="shapes-f14-fr.svgpath2723" sodipodi:sides="8" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(19.626 376.6)" inkscape:rounded="0.0000000" sodipodi:r1="16.710012" sodipodi:r2="36.167358" sodipodi:arg1="0.88740509" sodipodi:arg2="2.3382889" sodipodi:type="star" d="m262.67 4224.4l-35.67 13 23.42-9.4-34.46-16 23.2 9.9-13.07-35.6 9.4 23.4 15.98-34.5-9.9 23.2 35.66-13-23.41 9.4 34.46 15.9-23.21-9.9 13.07 35.7-9.4-23.4-15.98 34.5 9.91-23.2z" inkscape:randomized="0.0000000" sodipodi:cy="4211.3926" sodipodi:cx="252.11676"/> + <path id="shapes-f14-fr.svgpath2724" sodipodi:sides="8" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 4551.8) matrix(1 .000033483 -.000033483 1 .14307 -4181.8)" inkscape:rounded="0.0000000" sodipodi:r1="25.662985" sodipodi:r2="15.646836" sodipodi:arg1="0.011487387" sodipodi:arg2="3.0816518" sodipodi:type="star" d="m307.95 4272l-41.28 0.7 33.56 17.4-29.65-28.7 11.41 36-0.64-41.3-17.41 33.6 28.73-29.7-36.04 11.4 41.28-0.6-33.56-17.4 29.65 28.7-11.42-36 0.65 41.3 17.41-33.6-28.73 29.6 36.04-11.4z" inkscape:randomized="0.0000000" sodipodi:cy="4271.7378" sodipodi:cx="282.28931"/> + <path id="shapes-f14-fr.svgpath3347" sodipodi:sides="8" inkscape:flatsided="false" stroke="#000" stroke-width=".34380" fill="none" style="color:#000000" transform="translate(10 4551.8) matrix(.72717 0 0 .72717 28.258 -3046.2)" inkscape:rounded="0.0000000" sodipodi:r1="27.155294" sodipodi:r2="27.241930" sodipodi:arg1="1.5707963" sodipodi:arg2="-2.3580603" sodipodi:type="star" d="m104.6 4261l-19.304-46.4 0.098 38.4 19.146-46.4-27.1 27.2 46.38-19.3-38.426 0.1 46.446 19.2-27.24-27.1 19.29 46.4-0.09-38.5-19.15 46.5 27.1-27.3-46.382 19.3 38.432-0.1-46.447-19.1 27.247 27.1z" inkscape:randomized="0.0000000" sodipodi:cy="4233.8340" sodipodi:cx="104.59527"/> + <path id="shapes-f14-fr.svgpath5832" sodipodi:sides="17" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 369.5)" inkscape:rounded="0.0000000" sodipodi:r1="52.870548" sodipodi:r2="14.993350" sodipodi:arg1="0.52982957" sodipodi:arg2="-2.2448164" sodipodi:type="star" d="m114.31 4305.9l-54.977-38.4 42.247 53.1-37.383-55.7 20.208 64.8-14.737-65.4-4.56 67.7 9.899-66.4-28.712 61.5 33.197-58.3-48.986 47 52.013-42.4-62.644 26.1 63.804-20.7-67.842 1.7 66.977 3.8-63.877-23 61.105 27.7-51.286-44.4 46.981 47.9-31.768-60 26.511 61.6-7.959-67.4 2.461 67 16.924-65.7-21.921 63.4 39.522-55.1-43.344 51.2 56.787-37.2-58.916 32.1 66.376-14.2-66.526 8.7 66.996 10.8-65.147-16 58.577 34.2z" inkscape:randomized="0.0000000" sodipodi:cy="4279.2217" sodipodi:cx="68.691193"/> + <rect id="d0e569" display="none" height="1e3px" width="288" y="4713.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e569"/> </flowRegion> <flowDiv xml:space="preserve">Si vous voulez juste obtenir une étoile simple, sans de telles dentelles, vous pouvez restreindre le comportement de cette poignée de façon à éviter toute inclinaison :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 4769.8)"/> - <rect id="d0e575" display="none" height="1e3px" width="258" y="4763.8" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 4757.3)"/> + <rect id="d0e575" display="none" height="1e3px" width="258" y="4751.3" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e575"/> </flowRegion> <flowDiv xml:space="preserve">Déplacer la poignée en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan> permet de garder l'étoile strictement radiale (sans inclinaison).</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 4798.1)"/> - <rect id="d0e582" display="none" height="1e3px" width="258" y="4792.1" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 4785.6)"/> + <rect id="d0e582" display="none" height="1e3px" width="258" y="4779.6" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e582"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+cliquer</flowSpan> sur la poignée permet de supprimer l'inclinaison sans la déplacer.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+clic</flowSpan> sur la poignée permet de supprimer l'inclinaison sans la déplacer.</flowDiv> </flowRoot> - <rect id="d0e588" display="none" height="1e3px" width="288" y="4820.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e588" display="none" height="1e3px" width="288" y="4808.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e588"/> </flowRegion> - <flowDiv xml:space="preserve">En complément utile des possibilités de déplacement des poignées sur le canevas, la barre de contrôle comprend un champ <flowSpan font-family="Sans">Ratio des rayons</flowSpan> qui définit le rapport entre les distances séparant chacune des poignée du centre.</flowDiv> + <flowDiv xml:space="preserve">En complément utile des possibilités de déplacement des poignées sur le canevas, la barre de contrôle comprend un champ <flowSpan font-family="sans-serif">Ratio des rayons</flowSpan> qui définit le rapport entre les distances séparant chacune des poignée du centre.</flowDiv> </flowRoot> - <rect id="d0e594" display="none" height="1e3px" width="288" y="4870.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e594" display="none" height="1e3px" width="288" y="4858.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e594"/> </flowRegion> - <flowDiv xml:space="preserve">Les étoiles d'Inkscape ont deux astuces de plus dans leur sac. En géométrie, un polygone est une forme composée de segments de droites avec des coins anguleux. Dans le monde réel, un certain degré de courbure est parfois présent — et Inkscape peut gérer cela aussi. Cependant, arrondir une étoile ou un polygone est un peu différent d'arrondir un rectangle. Vous n'avez pas de poignée dédiée à cette operation, mais,</flowDiv> + <flowDiv xml:space="preserve">Les étoiles d'Inkscape ont deux astuces de plus dans leur sac. En géométrie, un polygone est une forme composée de segments de droites avec des coins anguleux. Dans le monde réel, un certain degré de courbure est parfois présent — et Inkscape peut gérer cela aussi. Cependant, arrondir une étoile ou un polygone est un peu différent d'arrondir un rectangle. Vous n'avez pas de poignée dédiée à cette opération, mais,</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 4958.8)"/> - <rect id="d0e600" display="none" height="1e3px" width="258" y="4952.8" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 4946.3)"/> + <rect id="d0e600" display="none" height="1e3px" width="258" y="4940.3" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e600"/> </flowRegion> <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+cliquer-déplacer</flowSpan> tangentiellement une poignée permet d'arrondir une étoile ou un polygone.</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 4987.6)"/> - <rect id="d0e606" display="none" height="1e3px" width="258" y="4981.6" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 4975.1)"/> + <rect id="d0e606" display="none" height="1e3px" width="258" y="4969.1" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e606"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+cliquer</flowSpan> sur une poignée permet de supprimer l'arrondi.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+clic</flowSpan> sur une poignée permet de supprimer l'arrondi.</flowDiv> </flowRoot> - <rect id="d0e612" display="none" height="1e3px" width="288" y="4999.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e612" display="none" height="1e3px" width="288" y="4987.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e612"/> </flowRegion> - <flowDiv xml:space="preserve">"Tangentiellement" signifie dans une direction perpendiculaire à celle d'un rayon. Si vous 'tournez' une poignée en sens anti-horaire, vous augmentez l'arrondi; en sens horaire, vous le diminuez (voyez plus loin ci-dessous pour des exemples d'arrondi négatif).</flowDiv> + <flowDiv xml:space="preserve">« Tangentiellement » signifie dans une direction perpendiculaire à celle d'un rayon. Si vous tournez une poignée en sens anti-horaire, vous augmentez l'arrondi ; en sens horaire, vous le diminuez (voyez plus loin ci-dessous pour des exemples d'arrondi négatif).</flowDiv> </flowRoot> - <rect id="d0e615" display="none" height="1e3px" width="288" y="5049.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e615" display="none" height="1e3px" width="288" y="5037.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e615"/> </flowRegion> - <flowDiv xml:space="preserve">Voici une comparaison entre un carré arrondi (issu de l'outil rectangle) et un quadrilatère arrondi (issu de l'outil étoile) :</flowDiv> + <flowDiv xml:space="preserve">Voici une comparaison entre un carré arrondi (issu de l'outil Rectangle) et un quadrilatère arrondi (issu de l'outil Étoile) :</flowDiv> </flowRoot> - <g id="shapes-f15-fr.svgg3367" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 5086.7)"> + <g id="shapes-f15-fr.svgg3367" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 5074.2)"> <path id="shapes-f15-fr.svgpath4264" sodipodi:sides="4" inkscape:flatsided="true" style="color:#000000" fill-rule="evenodd" transform="matrix(1.1746 0 0 1.1746 -.54892 -5471.6)" inkscape:rounded="0.18435333" sodipodi:r1="45.711628" sodipodi:r2="32.323002" sodipodi:arg1="0.78539816" sodipodi:arg2="1.5707963" sodipodi:type="star" d="m203.96 4729.2c-8.43 8.4-56.22 8.4-64.65 0s-8.43-56.2 0-64.6c8.43-8.5 56.22-8.5 64.65 0 8.42 8.4 8.42 56.2 0 64.6z" inkscape:randomized="0.0000000" sodipodi:cy="4696.8921" sodipodi:cx="171.63371"/> - <flowRoot id="shapes-f15-fr.svgflowRoot2696" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(.29604 29.62)" line-height="125%" font-size="10px" font-family="Sans" fill="#ffffff"><flowRegion id="shapes-f15-fr.svgflowRegion2698"><rect id="shapes-f15-fr.svgrect2700" height="85.863" width="82.327" y="2.3086" x="159.1" fill="#fff"/></flowRegion><flowPara id="shapes-f15-fr.svgflowPara2702">Polygone arrondi</flowPara></flowRoot> + <flowRoot id="shapes-f15-fr.svgflowRoot2696" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(.29604 29.62)" line-height="125%" font-size="10px" font-family="sans-serif" fill="#ffffff"><flowRegion id="shapes-f15-fr.svgflowRegion2698"><rect id="shapes-f15-fr.svgrect2700" height="85.863" width="82.327" y="2.3086" x="159.1" fill="#fff"/></flowRegion><flowPara id="shapes-f15-fr.svgflowPara2702">Polygone arrondi</flowPara></flowRoot> </g> - <g id="shapes-f15-fr.svgg3360" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 5086.7)"> + <g id="shapes-f15-fr.svgg3360" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 5074.2)"> <rect id="shapes-f15-fr.svgrect4263" style="color:#000000" fill-rule="evenodd" rx="18.04" ry="18.04" height="87.192" width="87.192" y="1.8127" x="56.117"/> - <flowRoot id="shapes-f15-fr.svgflowRoot3352" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(-100.74 29.637)" line-height="125%" font-size="10px" font-family="Sans" fill="#ffffff"><flowRegion id="shapes-f15-fr.svgflowRegion3354"><rect id="shapes-f15-fr.svgrect3356" height="85.863" width="82.327" y="2.3086" x="159.1" fill="#fff"/></flowRegion><flowPara id="shapes-f15-fr.svgflowPara3358">Rectangle arrondi</flowPara></flowRoot> + <flowRoot id="shapes-f15-fr.svgflowRoot3352" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(-100.74 29.637)" line-height="125%" font-size="10px" font-family="sans-serif" fill="#ffffff"><flowRegion id="shapes-f15-fr.svgflowRegion3354"><rect id="shapes-f15-fr.svgrect3356" height="85.863" width="82.327" y="2.3086" x="159.1" fill="#fff"/></flowRegion><flowPara id="shapes-f15-fr.svgflowPara3358">Rectangle arrondi</flowPara></flowRoot> </g> - <rect id="d0e628" display="none" height="1e3px" width="288" y="5189.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e628" display="none" height="1e3px" width="288" y="5176.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e628"/> </flowRegion> - <flowDiv xml:space="preserve">Comme vous pouvez le voir, alors qu'un rectangle arrondi a des côtés droits et des coins arrondis (circulairement ou elliptiquement), un polygone ou une étoile arrondi n'a aucun segment rectiligne; ses courbures varient régulièrement entre un maximum (dans les coins) et un miminum (entre deux coins). Inkscape opère ceci en ajoutant deux tangentes de Bézier colineaires à chaque nœud de la forme (vous pouvez les voir en convertissant la forme en chemin et en l'examinant avec l'outil nœud).</flowDiv> + <flowDiv xml:space="preserve">Comme vous pouvez le voir, alors qu'un rectangle arrondi a des côtés droits et des coins arrondis (circulairement ou elliptiquement), un polygone ou une étoile arrondi n'a aucun segment rectiligne ; ses courbures varient régulièrement entre un maximum (dans les coins) et un minimum (entre deux coins). Inkscape opère ceci en ajoutant deux tangentes de Bézier colinéaires à chaque nœud de la forme (vous pouvez les voir en convertissant la forme en chemin et en l'examinant avec l'outil Nœud).</flowDiv> </flowRoot> - <rect id="d0e631" display="none" height="1e3px" width="288" y="5281.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e631" display="none" height="1e3px" width="288" y="5269.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e631"/> </flowRegion> - <flowDiv xml:space="preserve">Le paramètre d'<flowSpan font-family="Sans">arrondi</flowSpan> que vous pouvez ajuster dans la barre de contrôle est le rapport entre la longueur de ces tangentes et celle du côté adjacent de l'étoile/polygone. Ce paramètre peut être négatif, inversant ainsi la direction des tangentes. Des valeurs de 0.2 à 0.4 donnent une courbure 'normale' (assez courante); des valeurs plus importantes conduisent à des formes superbes, inextricables et totalement imprévisibles. Une étoile avec une grande valeur d'arrondi peut facilement dépasser les limites fixées habituellement par ses poignées. Voici quelques exemples, indiquant chacun sa valeur d'arrondi :</flowDiv> - </flowRoot> - <path id="shapes-f16-fr.svgpath1575" sodipodi:sides="5" inkscape:flatsided="false" stroke="#000" stroke-width="3.375" fill="none" transform="translate(10 5401.9) matrix(.30797 -.032335 -.032335 -.30797 -34.052 272.34)" inkscape:rounded="5.1300000" sodipodi:r1="27.797562" sodipodi:r2="27.797562" sodipodi:arg1="0.22082877" sodipodi:arg2="0.84914730" sodipodi:type="star" d="m281.19 558.07c-19.31 85.99 57.4-43.45-8.76 14.78-66.16 58.22 71.98-1.41-15.77 6.81-87.75 8.21 59.05 41.17-16.77-3.77-75.81-44.93 23.58 68.02-11.35-12.89-34.92-80.92-20.9 68.88-1.6-17.11 19.31-85.99-57.4 43.44 8.76-14.78 66.17-58.22-71.97 1.41 15.78-6.81 87.74-8.21-59.06-41.17 16.76 3.77 75.82 44.93-23.58-68.02 11.35 12.89 34.93 80.92 20.9-68.88 1.6 17.11z" stroke-opacity=".13115" inkscape:randomized="0.0000000" sodipodi:cy="551.97913" sodipodi:cx="254.06618"/> - <path id="shapes-f16-fr.svgpath1556" sodipodi:sides="18" inkscape:flatsided="false" stroke="#000" stroke-width=".03125" fill="none" style="color:#000000" transform="translate(10 5401.9) matrix(1.2522 0 0 -1.2522 -268.86 649.33)" inkscape:rounded="0.37000000" sodipodi:r1="56.586357" sodipodi:r2="2.4662609" sodipodi:arg1="1.1708920" sodipodi:arg2="-2.6860230" sodipodi:type="star" d="m399.24 511.26c6.01-20.78-3.16-58.04-24.24-53.2-20.86 4.78-7.53 74.88 5.09 57.6 12.75-17.48 16.88-55.63-4.59-58.29-21.23-2.64-32.68 67.79-14.92 55.86 17.97-12.06 34.89-46.49 15.63-56.34-19.05-9.74-53.89 52.52-33.12 47.39 21-5.18 48.68-31.75 33.95-47.6-14.57-15.67-68.61 30.93-47.33 33.21 21.51 2.31 56.61-13.19 48.18-33.12-8.33-19.7-75.04 5.6-55.84 15.02 19.43 9.53 57.71 6.97 56.61-14.64-1.08-21.37-72.43-20.41-57.6-4.99 14.99 15.6 51.84 26.29 58.2 5.61 6.28-20.45-61.09-43.96-52.43-24.39 8.76 19.78 39.73 42.43 52.77 25.17 12.91-17.07-42.36-62.2-40.92-40.85 1.46 21.58 22.82 53.46 40.98 41.71 17.96-11.63-18.54-72.94-24.48-52.39-6.01 20.78 3.16 58.04 24.24 53.21 20.86-4.78 7.53-74.88-5.09-57.6-12.75 17.47-16.88 55.62 4.59 58.29 21.23 2.64 32.68-67.79 14.92-55.87-17.97 12.06-34.89 46.5-15.63 56.35 19.05 9.74 53.89-52.53 33.12-47.4-21 5.19-48.68 31.76-33.95 47.6 14.56 15.67 68.61-30.92 47.33-33.2-21.51-2.31-56.61 13.19-48.18 33.11 8.33 19.71 75.04-5.59 55.84-15.01-19.43-9.53-57.71-6.97-56.61 14.64 1.08 21.36 72.43 20.41 57.6 4.98-14.99-15.59-51.84-26.28-58.2-5.6-6.28 20.45 61.09 43.95 52.43 24.39-8.76-19.78-39.73-42.43-52.77-25.17-12.91 17.06 42.36 62.19 40.92 40.85-1.46-21.59-22.82-53.46-40.98-41.71-17.96 11.63 18.54 72.94 24.48 52.38z" inkscape:randomized="0.0000000" sodipodi:cy="459.14322" sodipodi:cx="377.20990"/> - <path id="shapes-f16-fr.svgpath1559" sodipodi:sides="4" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".36260" fill="#cecece" style="color:#000000" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.54998 0 0 -.54998 24.596 424.72)" inkscape:rounded="1.8500000" sodipodi:r1="33.805592" sodipodi:r2="0.93718392" sodipodi:arg1="0.0000000" sodipodi:arg2="0.78539816" sodipodi:type="star" d="m112.41 584.08c0 61.33 10.22-42.7-33.147 0.67-43.365 43.36 60.667 33.14-0.663 33.14-61.327 0 42.7 10.22-0.663-33.14-43.364-43.37-33.143 60.66-33.143-0.67 0-61.32-10.221 42.71 33.143-0.66 43.363-43.36-60.664-33.14 0.663-33.14 61.33 0-42.702-10.22 0.663 33.14 43.367 43.37 33.147-60.66 33.147 0.66z" inkscape:randomized="0.0000000" sodipodi:cy="584.08337" sodipodi:cx="78.599991"/> - <path id="shapes-f16-fr.svgpath2808" sodipodi:sides="4" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#8eff00" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.74894 0 0 -.74894 60.655 545.36)" inkscape:rounded="0.25000000" sodipodi:r1="38.196964" sodipodi:r2="7.8936343" sodipodi:arg1="-0.0000000" sodipodi:arg2="0.78539816" sodipodi:type="star" d="m323.81 626.7c0 8.28-26.76-0.26-32.61 5.59s2.69 32.61-5.58 32.61c-8.28 0 0.26-26.76-5.58-32.61-5.85-5.85-32.62 2.69-32.62-5.59 0-8.27 26.77 0.27 32.62-5.58 5.84-5.85-2.7-32.61 5.58-32.61 8.27 0-0.27 26.76 5.58 32.61s32.61-2.69 32.61 5.58z" inkscape:randomized="0.0000000" sodipodi:cy="626.70453" sodipodi:cx="285.61685"/> - <path id="shapes-f16-fr.svgpath3430" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#8eff00" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.71680 .21703 .21703 -.71680 -66.024 504.58)" inkscape:rounded="0.24000000" sodipodi:r1="38.196964" sodipodi:r2="9.5492411" sodipodi:arg1="-0.0000000" sodipodi:arg2="0.62831853" sodipodi:type="star" d="m323.81 626.7c0 7.44-26.1-0.4-30.47 5.62-4.37 6.01 11.15 28.41 4.08 30.71s-7.68-24.95-14.75-27.24c-7.08-2.3-23.58 19.38-27.96 13.37-4.37-6.02 21.36-15.02 21.36-22.46 0-7.43-25.73-16.43-21.36-22.45 4.38-6.01 20.88 15.67 27.96 13.37 7.07-2.3 7.68-29.54 14.75-27.24 7.07 2.29-8.45 24.7-4.08 30.71 4.37 6.02 30.47-1.82 30.47 5.61z" inkscape:randomized="0.0000000" sodipodi:cy="626.70453" sodipodi:cx="285.61685"/> - <path id="shapes-f16-fr.svgpath1586" sodipodi:sides="3" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.11236 .0068491 .0068491 -.11236 7.8815 207.15)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.6461088" sodipodi:type="star" d="m378.67 671.15c-7.96 11.66-60.93 7.66-67.05-5.06-6.12-12.73 23.82-56.6 37.91-55.54 14.08 1.06 37.1 48.94 29.14 60.6z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274618 1.4274618"/> - <path id="shapes-f16-fr.svgpath2214" sodipodi:sides="4" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.11121 -.017408 -.017408 -.11121 34.312 215.82)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.3843094" sodipodi:type="star" d="m378.67 671.15c-6.5 9.52-44.43 16.68-53.95 10.18s-16.68-44.43-10.18-53.95c6.5-9.53 44.43-16.68 53.95-10.18s16.68 44.43 10.18 53.95z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4275137 1.4275137"/> - <path id="shapes-f16-fr.svgpath2215" sodipodi:sides="5" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.10622 -.037266 -.037266 -.10622 59.874 219.4)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.2272298" sodipodi:type="star" d="m378.67 671.15c-5.4 7.91-33.77 18.06-42.97 15.37s-27.62-26.54-27.9-36.12 16.7-34.46 25.73-37.69c9.02-3.23 37.94 5.24 43.8 12.82 5.86 7.59 6.74 37.7 1.34 45.62z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274952 1.4274952"/> - <path id="shapes-f16-fr.svgpath2216" sodipodi:sides="6" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.11252 .0031539 .0031539 -.11252 42.438 209.55)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.1225100" sodipodi:type="star" d="m378.67 671.15c-4.6 6.73-26.86 17.44-34.99 16.82-8.13-0.61-28.53-14.53-32.06-21.88s-1.68-31.98 2.92-38.71c4.6-6.74 26.86-17.44 34.99-16.83 8.12 0.61 28.53 14.54 32.06 21.89 3.53 7.34 1.67 31.97-2.92 38.71z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274604 1.4274604"/> - <path id="shapes-f16-fr.svgpath905" sodipodi:sides="3" fill-opacity=".74998" inkscape:flatsided="false" stroke="#000" stroke-width="4.2" fill="#ff6000" style="color:#000000" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.060433 0 0 -.060433 168.52 2.007)" inkscape:rounded="-3.0000000" sodipodi:r1="266.75140" sodipodi:r2="86.869286" sodipodi:arg1="0.54565505" sodipodi:arg2="0.65224913" sodipodi:type="star" d="m-423.46-910.2c-209.55-499.7-700.64-98-158.98-85.71 936.38 21.31-1232.1-42.69-302.93 75.52 537.5 68.35 435.24-557.81 153.71-94.81-486.64 800.26 652.97-1045.7 86.07-300.1-327.95 431.29 265.43 655.79 5.26 180.5-449.77-821.6 579.11 1088.3 216.87 224.6z" inkscape:randomized="0.0000000" sodipodi:cy="-1048.6403" sodipodi:cx="-651.47363"/> - <path id="shapes-f16-fr.svgpath4053" sodipodi:sides="6" fill-opacity=".75" inkscape:flatsided="false" stroke="#acacac" stroke-width="1pt" fill="#fcfcfc" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.47781 .073715 .073715 -.47781 -114.92 309.1)" inkscape:rounded="3.0000000" sodipodi:r1="27.681587" sodipodi:r2="11.966143" sodipodi:arg1="0.20131714" sodipodi:arg2="-3.0483195" sodipodi:type="star" d="m299.45 611.76c-49.54-107.97 39.73-95.58-39.03-6.65-68.24 77.04-38.87 111.31 20.68 27.37 68.74-96.89 102.64-13.38-13.76-37.13-100.84-20.57-115.83 21.99-13.36 31.6 118.28 11.08 62.91 82.19 25.27-30.49-32.6-97.61-76.96-89.31-34.04 4.23 49.54 107.97-39.73 95.58 39.04 6.65 68.23-77.05 38.87-111.31-20.69-27.37-68.73 96.89-102.64 13.38 13.76 37.13 100.85 20.57 115.84-21.99 13.37-31.6-118.28-11.08-62.91-82.19-25.28 30.48 32.6 97.62 76.96 89.32 34.04-4.22z" inkscape:randomized="0.0000000" sodipodi:cy="606.22424" sodipodi:cx="272.33234"/> - <path id="shapes-f16-fr.svgpath1545" sodipodi:sides="3" inkscape:flatsided="false" style="color:#000000" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.27028 -.080435 -.080435 -.27028 39.032 168.46)" inkscape:rounded="-3.0000000" sodipodi:r1="39.614254" sodipodi:r2="1.0779980" sodipodi:arg1="2.3198469" sodipodi:arg2="3.3670445" sodipodi:type="star" d="m370.53 449.24c85.87 79.85 52.13-143.54 25.92-29.25s101.5-72.07-10.59-37.63c-112.08 34.45 98.25 116.93 12.37 37.08-85.87-79.85 11.67 123.94 37.88 9.64 26.22-114.29-150.38 26.62-38.29-7.82 112.08-34.45-113.17-51.87-27.29 27.98z" inkscape:randomized="0.0000000" sodipodi:cy="420.22922" sodipodi:cx="397.50070"/> - <path id="shapes-f16-fr.svgpath1591" sodipodi:sides="3" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".57521" fill="#8eff00" style="color:#000000" fill-rule="evenodd" transform="translate(10 5401.9) matrix(1.6275 0 0 1.6275 -153.18 -574.14)" inkscape:rounded="0.25000000" sodipodi:r1="17.850517" sodipodi:r2="2.4989247" sodipodi:arg1="0.51914611" sodipodi:arg2="1.5663437" sodipodi:type="star" d="m278.42 385.92c-2.08 3.64-11.3-6.37-15.49-6.35-4.18 0.01-13.32 10.11-15.43 6.49-2.11-3.61 11.18-6.6 13.25-10.23 2.08-3.64-2.09-16.6 2.09-16.61 4.19-0.02 0.13 12.97 2.24 16.59 2.11 3.61 15.42 6.48 13.34 10.11z" inkscape:randomized="0.0000000" sodipodi:cy="377.06650" sodipodi:cx="262.92249"/> - <text id="shapes-f16-fr.svgtext2547" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="72.533112" x="269.70953" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2548" sodipodi:role="line" x="269.70953" y="72.533112"/><tspan id="shapes-f16-fr.svgtspan2550"/><tspan id="shapes-f16-fr.svgtspan2552" sodipodi:role="line" x="269.70953" y="77.307917">0,25</tspan></text> - <text id="shapes-f16-fr.svgtext2856" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="37.697109" x="270.21283" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2555" sodipodi:role="line" x="270.21283" y="37.697109"/><tspan id="shapes-f16-fr.svgtspan2557"/><tspan id="shapes-f16-fr.svgtspan2559" sodipodi:role="line" x="270.21283" y="42.471914">0,25</tspan></text> - <text id="shapes-f16-fr.svgtext2561" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="114.07111" x="270.13705" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2562" sodipodi:role="line" x="270.13705" y="114.07111"/><tspan id="shapes-f16-fr.svgtspan2564"/><tspan id="shapes-f16-fr.svgtspan2566" sodipodi:role="line" x="270.13705" y="118.84592">0,25</tspan></text> - <text id="shapes-f16-fr.svgtext2568" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9) matrix(0.5 .86602 -.86602 0.5 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="-106.66351" x="214.9263" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2569" sodipodi:role="line" x="214.92630" y="-106.66351"/><tspan id="shapes-f16-fr.svgtspan2571"/><tspan id="shapes-f16-fr.svgtspan2573" sodipodi:role="line" x="214.92630" y="-101.88870">0,37</tspan></text> - <path id="shapes-f16-fr.svgpath1554" sodipodi:sides="9" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".375" fill="#cecece" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.96459 .067199 .067199 -.96459 -356.57 688.7)" inkscape:rounded="0.43000000" sodipodi:r1="23.086590" sodipodi:r2="14.298160" sodipodi:arg1="1.1382904" sodipodi:arg2="1.4814137" sodipodi:type="star" d="m461.58 641.84c-4.19 1.97-3.79-7.1-8.4-6.72-4.67 0.39-2.82 9.24-7.34 8.04-4.47-1.19 1.66-7.88-2.12-10.55-3.82-2.7-8.09 5.27-10.78 1.44-2.66-3.78 6.34-4.97 5.16-9.44-1.2-4.52-9.59-1.17-9.19-5.83 0.39-4.61 8.05 0.27 10.02-3.91 1.99-4.24-6.59-7.06-3.29-10.38 3.26-3.27 5.99 5.38 10.19 3.45 4.25-1.97-0.51-9.65 4.15-10.06 4.6-0.42 1.13 7.97 5.59 9.18 4.52 1.23 5.81-7.71 9.64-5.04 3.8 2.65-4.25 6.84-1.62 10.64 2.67 3.84 9.41-2.19 10.63 2.33 1.21 4.47-7.65 2.5-8.07 7.11-0.43 4.66 8.6 4.37 6.64 8.62-1.95 4.19-7.48-3.01-10.76 0.25-3.32 3.3 3.78 8.89-0.45 10.87z" inkscape:randomized="0.0000000" sodipodi:cy="620.88135" sodipodi:cx="451.89960"/> - <text id="shapes-f16-fr.svgtext2575" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="117.60011" x="116.22874" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2576" sodipodi:role="line" x="116.22874" y="117.60011"/><tspan id="shapes-f16-fr.svgtspan2578"/><tspan id="shapes-f16-fr.svgtspan2580" sodipodi:role="line" x="116.22874" y="122.37492">0,43</tspan></text> - <text id="shapes-f16-fr.svgtext2582" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9) matrix(.38491 .92296 -.92296 .38491 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="-39.030281" x="32.583221" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2583" sodipodi:role="line" x="32.583221" y="-39.030281"/><tspan id="shapes-f16-fr.svgtspan2585"/><tspan id="shapes-f16-fr.svgtspan2587" sodipodi:role="line" x="32.583221" y="-34.255495">3,00</tspan></text> - <text id="shapes-f16-fr.svgtext2589" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9) matrix(1 -.00059743 .00059743 1 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="38.639725" x="107.11456" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2590" sodipodi:role="line" x="107.11456" y="43.414501">-</tspan><tspan id="shapes-f16-fr.svgtspan2592"/><tspan id="shapes-f16-fr.svgtspan2594">3,00</tspan><tspan id="shapes-f16-fr.svgtspan2596" sodipodi:role="line" x="107.11456" y="43.414501"/></text> - <path id="shapes-f16-fr.svgpath896" sodipodi:sides="3" inkscape:flatsided="false" style="color:#000000" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.12086 0 0 -.12086 214.1 80.908)" inkscape:rounded="0.41000000" sodipodi:r1="120.20276" sodipodi:r2="60.101379" sodipodi:arg1="0.52807445" sodipodi:arg2="1.5752720" sodipodi:type="star" d="m328.28 553.07c-21.5 36.87-61.42-0.28-104.1-0.47s-82.92 36.59-104.09-0.46c-21.178-37.06 30.94-53.05 52.45-89.92 21.5-36.87 9.77-90.11 52.45-89.92s30.47 53.33 51.65 90.38c21.17 37.06 73.15 53.52 51.64 90.39z" inkscape:randomized="0.0000000" sodipodi:cy="492.50204" sodipodi:cx="224.45302"/> - <text id="shapes-f16-fr.svgtext2598" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="17.90111" x="236.78233" font-family="Sans" sodipodi:insensitive="true" fill="#ffffff"><tspan id="shapes-f16-fr.svgtspan2599" sodipodi:role="line" x="236.78233" y="17.901110"/><tspan id="shapes-f16-fr.svgtspan2601"/><tspan id="shapes-f16-fr.svgtspan2603" sodipodi:role="line" x="236.78233" y="22.675915">0,41</tspan></text> - <text id="shapes-f16-fr.svgtext2909" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="95.56311" x="21.764177" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2606" sodipodi:role="line" x="21.764177" y="100.33792">5,43</tspan><tspan id="shapes-f16-fr.svgtspan2608"/><tspan id="shapes-f16-fr.svgtspan2610" sodipodi:role="line" x="21.764177" y="100.33792"/></text> - <text id="shapes-f16-fr.svgtext2613" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="89.486107" x="63.424889" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2613" sodipodi:role="line" x="63.424889" y="89.486107"/><tspan id="shapes-f16-fr.svgtspan2615"/><tspan id="shapes-f16-fr.svgtspan2617" sodipodi:role="line" x="63.424889" y="94.260912">1,85</tspan></text> - <text id="shapes-f16-fr.svgtext3240" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="141.7691" x="62.71822" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan3241" sodipodi:role="line" x="62.718220" y="141.76910"/><tspan id="shapes-f16-fr.svgtspan3243"/><tspan id="shapes-f16-fr.svgtspan3245" sodipodi:role="line" x="62.718220" y="146.54391">0,21</tspan></text> - <text id="shapes-f16-fr.svgtext3868" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9) matrix(1 -.00059743 .00059743 1 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="66.356537" x="106.78857" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan3869" sodipodi:role="line" x="106.78857" y="71.131313">-</tspan><tspan id="shapes-f16-fr.svgtspan3871"/><tspan id="shapes-f16-fr.svgtspan3873">3,00</tspan><tspan id="shapes-f16-fr.svgtspan3875" sodipodi:role="line" x="106.78857" y="71.131313"/></text> - <path id="shapes-f16-fr.svgpath4498" sodipodi:sides="9" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".71102" fill="#cecece" style="color:#000000" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.50303 .083862 -.083862 .50303 540.58 -2474.8)" inkscape:rounded="-0.43000000" sodipodi:r1="46.149918" sodipodi:r2="18.172943" sodipodi:arg1="0.93231400" sodipodi:arg2="1.2813799" sodipodi:type="star" d="m132.89 5179.5c10.26-7.6-34.571-16-22.32-19.6 12.25-3.7-20.697 27.9-7.94 28.6 12.76 0.8-16.198-34.4-4.468-29.4 11.728 5.1-33.782 8.1-24.496 16.9 9.285 8.8 9.746-36.8 15.467-25.4s-31.059-15.5-29.594-2.8c1.466 12.7 31.136-22 28.169-9.6-2.966 12.5-13.803-31.8-20.843-21.2-7.041 10.7 37.955 3.3 27.689 10.9-10.265 7.6 9.916-33.3-2.34-29.7-12.252 3.7 27.016 26.9 14.256 26.1-12.763-0.7 28.99-19.1 17.26-24.2s3.43 38-5.85 29.2c-9.29-8.8 34.5 3.9 28.78-7.5s-21.76 31.3-23.22 18.6c-1.47-12.7 23.87 25.2 26.84 12.8 2.96-12.5-36.77 9.9-29.73-0.7 7.04-10.7 2.07 34.6 12.34 27z" inkscape:randomized="0.0000000" sodipodi:cy="5142.4639" sodipodi:cx="105.38494"/> - <text id="shapes-f16-fr.svgtext4499" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="122.21311" x="156.34573" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan4500" sodipodi:role="line" x="156.34573" y="126.98792">-0,43</tspan><tspan id="shapes-f16-fr.svgtspan4502"/><tspan id="shapes-f16-fr.svgtspan4504" sodipodi:role="line" x="156.34573" y="126.98792"/></text> - <path id="shapes-f16-fr.svgpath5127" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".71102" fill="#00edff" style="color:#000000" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.30673 -.042679 .042679 .30673 -195.03 -1440.1)" inkscape:rounded="-8.9362223" sodipodi:r1="17.613136" sodipodi:r2="8.1117020" sodipodi:arg1="-2.7000003" sodipodi:arg2="-2.0716818" sodipodi:type="star" d="m-6.3694 5101.1c-45.965 97.2 106.37-51.3 12.028 0.4-94.339 51.6 112.81 3.3 6.1344-10.4-106.68-13.6 81.595 85.3 3.324 11.6-78.27-73.8 31.71 108.3 11.744 2.6s-55.938 104-9.973 6.8c45.965-97.3-93.215 63.6 1.124 11.9 94.338-51.6-116.17-21-9.4888-7.4 106.68 13.7-89.319-69-11.049 4.8 78.271 73.8-15.857-117 4.1092-11.3s38.013-106.3-7.9528-9z" inkscape:randomized="0.0000000" sodipodi:cy="5108.5903" sodipodi:cx="9.5541286"/> - <text id="shapes-f16-fr.svgtext6108" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="143.25011" x="21.20429" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan5129" sodipodi:role="line" x="21.204290" y="148.02491">-8,94</tspan><tspan id="shapes-f16-fr.svgtspan5131"/><tspan id="shapes-f16-fr.svgtspan5133" sodipodi:role="line" x="21.204290" y="148.02491"/></text> - <path id="shapes-f16-fr.svgpath5833" sodipodi:sides="4" inkscape:flatsided="true" style="color:#000000" fill-rule="evenodd" transform="translate(10 5401.9) matrix(.24131 0 0 .24131 59.66 -1049.7)" inkscape:rounded="0.39000000" sodipodi:r1="45.711628" sodipodi:r2="32.323002" sodipodi:arg1="0.78539816" sodipodi:arg2="1.5707963" sodipodi:type="star" d="m203.96 4729.2c-17.83 17.8-46.82 17.8-64.65 0s-17.83-46.8 0-64.6c17.83-17.9 46.82-17.9 64.65 0 17.82 17.8 17.82 46.8 0 64.6z" inkscape:randomized="0.0000000" sodipodi:cy="4696.8921" sodipodi:cx="171.63371"/> - <text id="shapes-f16-fr.svgtext5837" line-height="120.00000%" xml:space="preserve" transform="translate(10 5401.9)" sodipodi:linespacing="120.00000%" font-size="3.979" y="80.288109" x="96.318428" font-family="Sans" sodipodi:insensitive="true" fill="#ffffff"><tspan id="shapes-f16-fr.svgtspan5838" sodipodi:role="line" x="96.318428" y="80.288109"/><tspan id="shapes-f16-fr.svgtspan5840"/><tspan id="shapes-f16-fr.svgtspan5842" sodipodi:role="line" x="96.318428" y="85.062914">0,39</tspan></text> - <rect id="d0e647" display="none" height="1e3px" width="288" y="5562.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowDiv xml:space="preserve">Le paramètre d'<flowSpan font-family="sans-serif">arrondi</flowSpan> que vous pouvez ajuster dans la barre de contrôle est le rapport entre la longueur de ces tangentes et celle du côté adjacent de l'étoile/polygone. Ce paramètre peut être négatif, inversant ainsi la direction des tangentes. Des valeurs de 0,2 à 0,4 donnent une courbure normale (assez courante) ; des valeurs plus importantes conduisent à des formes superbes, inextricables et totalement imprévisibles. Une étoile avec une grande valeur d'arrondi peut facilement dépasser les limites fixées habituellement par ses poignées. Voici quelques exemples, indiquant chacun sa valeur d'arrondi :</flowDiv> + </flowRoot> + <path id="shapes-f16-fr.svgpath1575" sodipodi:sides="5" inkscape:flatsided="false" stroke="#000" stroke-width="3.375" fill="none" transform="translate(10 5389.3) matrix(.30797 -.032335 -.032335 -.30797 -34.052 272.34)" inkscape:rounded="5.1300000" sodipodi:r1="27.797562" sodipodi:r2="27.797562" sodipodi:arg1="0.22082877" sodipodi:arg2="0.84914730" sodipodi:type="star" d="m281.19 558.07c-19.31 85.99 57.4-43.45-8.76 14.78-66.16 58.22 71.98-1.41-15.77 6.81-87.75 8.21 59.05 41.17-16.77-3.77-75.81-44.93 23.58 68.02-11.35-12.89-34.92-80.92-20.9 68.88-1.6-17.11 19.31-85.99-57.4 43.44 8.76-14.78 66.17-58.22-71.97 1.41 15.78-6.81 87.74-8.21-59.06-41.17 16.76 3.77 75.82 44.93-23.58-68.02 11.35 12.89 34.93 80.92 20.9-68.88 1.6 17.11z" stroke-opacity=".13115" inkscape:randomized="0.0000000" sodipodi:cy="551.97913" sodipodi:cx="254.06618"/> + <path id="shapes-f16-fr.svgpath1556" sodipodi:sides="18" inkscape:flatsided="false" stroke="#000" stroke-width=".03125" fill="none" style="color:#000000" transform="translate(10 5389.3) matrix(1.2522 0 0 -1.2522 -268.86 649.33)" inkscape:rounded="0.37000000" sodipodi:r1="56.586357" sodipodi:r2="2.4662609" sodipodi:arg1="1.1708920" sodipodi:arg2="-2.6860230" sodipodi:type="star" d="m399.24 511.26c6.01-20.78-3.16-58.04-24.24-53.2-20.86 4.78-7.53 74.88 5.09 57.6 12.75-17.48 16.88-55.63-4.59-58.29-21.23-2.64-32.68 67.79-14.92 55.86 17.97-12.06 34.89-46.49 15.63-56.34-19.05-9.74-53.89 52.52-33.12 47.39 21-5.18 48.68-31.75 33.95-47.6-14.57-15.67-68.61 30.93-47.33 33.21 21.51 2.31 56.61-13.19 48.18-33.12-8.33-19.7-75.04 5.6-55.84 15.02 19.43 9.53 57.71 6.97 56.61-14.64-1.08-21.37-72.43-20.41-57.6-4.99 14.99 15.6 51.84 26.29 58.2 5.61 6.28-20.45-61.09-43.96-52.43-24.39 8.76 19.78 39.73 42.43 52.77 25.17 12.91-17.07-42.36-62.2-40.92-40.85 1.46 21.58 22.82 53.46 40.98 41.71 17.96-11.63-18.54-72.94-24.48-52.39-6.01 20.78 3.16 58.04 24.24 53.21 20.86-4.78 7.53-74.88-5.09-57.6-12.75 17.47-16.88 55.62 4.59 58.29 21.23 2.64 32.68-67.79 14.92-55.87-17.97 12.06-34.89 46.5-15.63 56.35 19.05 9.74 53.89-52.53 33.12-47.4-21 5.19-48.68 31.76-33.95 47.6 14.56 15.67 68.61-30.92 47.33-33.2-21.51-2.31-56.61 13.19-48.18 33.11 8.33 19.71 75.04-5.59 55.84-15.01-19.43-9.53-57.71-6.97-56.61 14.64 1.08 21.36 72.43 20.41 57.6 4.98-14.99-15.59-51.84-26.28-58.2-5.6-6.28 20.45 61.09 43.95 52.43 24.39-8.76-19.78-39.73-42.43-52.77-25.17-12.91 17.06 42.36 62.19 40.92 40.85-1.46-21.59-22.82-53.46-40.98-41.71-17.96 11.63 18.54 72.94 24.48 52.38z" inkscape:randomized="0.0000000" sodipodi:cy="459.14322" sodipodi:cx="377.20990"/> + <path id="shapes-f16-fr.svgpath1559" sodipodi:sides="4" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".36260" fill="#cecece" style="color:#000000" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.54998 0 0 -.54998 24.596 424.72)" inkscape:rounded="1.8500000" sodipodi:r1="33.805592" sodipodi:r2="0.93718392" sodipodi:arg1="0.0000000" sodipodi:arg2="0.78539816" sodipodi:type="star" d="m112.41 584.08c0 61.33 10.22-42.7-33.147 0.67-43.365 43.36 60.667 33.14-0.663 33.14-61.327 0 42.7 10.22-0.663-33.14-43.364-43.37-33.143 60.66-33.143-0.67 0-61.32-10.221 42.71 33.143-0.66 43.363-43.36-60.664-33.14 0.663-33.14 61.33 0-42.702-10.22 0.663 33.14 43.367 43.37 33.147-60.66 33.147 0.66z" inkscape:randomized="0.0000000" sodipodi:cy="584.08337" sodipodi:cx="78.599991"/> + <path id="shapes-f16-fr.svgpath2808" sodipodi:sides="4" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#8eff00" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.74894 0 0 -.74894 60.655 545.36)" inkscape:rounded="0.25000000" sodipodi:r1="38.196964" sodipodi:r2="7.8936343" sodipodi:arg1="-0.0000000" sodipodi:arg2="0.78539816" sodipodi:type="star" d="m323.81 626.7c0 8.28-26.76-0.26-32.61 5.59s2.69 32.61-5.58 32.61c-8.28 0 0.26-26.76-5.58-32.61-5.85-5.85-32.62 2.69-32.62-5.59 0-8.27 26.77 0.27 32.62-5.58 5.84-5.85-2.7-32.61 5.58-32.61 8.27 0-0.27 26.76 5.58 32.61s32.61-2.69 32.61 5.58z" inkscape:randomized="0.0000000" sodipodi:cy="626.70453" sodipodi:cx="285.61685"/> + <path id="shapes-f16-fr.svgpath3430" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#8eff00" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.71680 .21703 .21703 -.71680 -66.024 504.58)" inkscape:rounded="0.24000000" sodipodi:r1="38.196964" sodipodi:r2="9.5492411" sodipodi:arg1="-0.0000000" sodipodi:arg2="0.62831853" sodipodi:type="star" d="m323.81 626.7c0 7.44-26.1-0.4-30.47 5.62-4.37 6.01 11.15 28.41 4.08 30.71s-7.68-24.95-14.75-27.24c-7.08-2.3-23.58 19.38-27.96 13.37-4.37-6.02 21.36-15.02 21.36-22.46 0-7.43-25.73-16.43-21.36-22.45 4.38-6.01 20.88 15.67 27.96 13.37 7.07-2.3 7.68-29.54 14.75-27.24 7.07 2.29-8.45 24.7-4.08 30.71 4.37 6.02 30.47-1.82 30.47 5.61z" inkscape:randomized="0.0000000" sodipodi:cy="626.70453" sodipodi:cx="285.61685"/> + <path id="shapes-f16-fr.svgpath1586" sodipodi:sides="3" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.11236 .0068491 .0068491 -.11236 7.8815 207.15)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.6461088" sodipodi:type="star" d="m378.67 671.15c-7.96 11.66-60.93 7.66-67.05-5.06-6.12-12.73 23.82-56.6 37.91-55.54 14.08 1.06 37.1 48.94 29.14 60.6z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274618 1.4274618"/> + <path id="shapes-f16-fr.svgpath2214" sodipodi:sides="4" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.11121 -.017408 -.017408 -.11121 34.312 215.82)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.3843094" sodipodi:type="star" d="m378.67 671.15c-6.5 9.52-44.43 16.68-53.95 10.18s-16.68-44.43-10.18-53.95c6.5-9.53 44.43-16.68 53.95-10.18s16.68 44.43 10.18 53.95z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4275137 1.4275137"/> + <path id="shapes-f16-fr.svgpath2215" sodipodi:sides="5" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.10622 -.037266 -.037266 -.10622 59.874 219.4)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.2272298" sodipodi:type="star" d="m378.67 671.15c-5.4 7.91-33.77 18.06-42.97 15.37s-27.62-26.54-27.9-36.12 16.7-34.46 25.73-37.69c9.02-3.23 37.94 5.24 43.8 12.82 5.86 7.59 6.74 37.7 1.34 45.62z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274952 1.4274952"/> + <path id="shapes-f16-fr.svgpath2216" sodipodi:sides="6" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.11252 .0031539 .0031539 -.11252 42.438 209.55)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.1225100" sodipodi:type="star" d="m378.67 671.15c-4.6 6.73-26.86 17.44-34.99 16.82-8.13-0.61-28.53-14.53-32.06-21.88s-1.68-31.98 2.92-38.71c4.6-6.74 26.86-17.44 34.99-16.83 8.12 0.61 28.53 14.54 32.06 21.89 3.53 7.34 1.67 31.97-2.92 38.71z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274604 1.4274604"/> + <path id="shapes-f16-fr.svgpath905" sodipodi:sides="3" fill-opacity=".74998" inkscape:flatsided="false" stroke="#000" stroke-width="4.2" fill="#ff6000" style="color:#000000" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.060433 0 0 -.060433 168.52 2.007)" inkscape:rounded="-3.0000000" sodipodi:r1="266.75140" sodipodi:r2="86.869286" sodipodi:arg1="0.54565505" sodipodi:arg2="0.65224913" sodipodi:type="star" d="m-423.46-910.2c-209.55-499.7-700.64-98-158.98-85.71 936.38 21.31-1232.1-42.69-302.93 75.52 537.5 68.35 435.24-557.81 153.71-94.81-486.64 800.26 652.97-1045.7 86.07-300.1-327.95 431.29 265.43 655.79 5.26 180.5-449.77-821.6 579.11 1088.3 216.87 224.6z" inkscape:randomized="0.0000000" sodipodi:cy="-1048.6403" sodipodi:cx="-651.47363"/> + <path id="shapes-f16-fr.svgpath4053" sodipodi:sides="6" fill-opacity=".75" inkscape:flatsided="false" stroke="#acacac" stroke-width="1pt" fill="#fcfcfc" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.47781 .073715 .073715 -.47781 -114.92 309.1)" inkscape:rounded="3.0000000" sodipodi:r1="27.681587" sodipodi:r2="11.966143" sodipodi:arg1="0.20131714" sodipodi:arg2="-3.0483195" sodipodi:type="star" d="m299.45 611.76c-49.54-107.97 39.73-95.58-39.03-6.65-68.24 77.04-38.87 111.31 20.68 27.37 68.74-96.89 102.64-13.38-13.76-37.13-100.84-20.57-115.83 21.99-13.36 31.6 118.28 11.08 62.91 82.19 25.27-30.49-32.6-97.61-76.96-89.31-34.04 4.23 49.54 107.97-39.73 95.58 39.04 6.65 68.23-77.05 38.87-111.31-20.69-27.37-68.73 96.89-102.64 13.38 13.76 37.13 100.85 20.57 115.84-21.99 13.37-31.6-118.28-11.08-62.91-82.19-25.28 30.48 32.6 97.62 76.96 89.32 34.04-4.22z" inkscape:randomized="0.0000000" sodipodi:cy="606.22424" sodipodi:cx="272.33234"/> + <path id="shapes-f16-fr.svgpath1545" sodipodi:sides="3" inkscape:flatsided="false" style="color:#000000" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.27028 -.080435 -.080435 -.27028 39.032 168.46)" inkscape:rounded="-3.0000000" sodipodi:r1="39.614254" sodipodi:r2="1.0779980" sodipodi:arg1="2.3198469" sodipodi:arg2="3.3670445" sodipodi:type="star" d="m370.53 449.24c85.87 79.85 52.13-143.54 25.92-29.25s101.5-72.07-10.59-37.63c-112.08 34.45 98.25 116.93 12.37 37.08-85.87-79.85 11.67 123.94 37.88 9.64 26.22-114.29-150.38 26.62-38.29-7.82 112.08-34.45-113.17-51.87-27.29 27.98z" inkscape:randomized="0.0000000" sodipodi:cy="420.22922" sodipodi:cx="397.50070"/> + <path id="shapes-f16-fr.svgpath1591" sodipodi:sides="3" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".57521" fill="#8eff00" style="color:#000000" fill-rule="evenodd" transform="translate(10 5389.3) matrix(1.6275 0 0 1.6275 -153.18 -574.14)" inkscape:rounded="0.25000000" sodipodi:r1="17.850517" sodipodi:r2="2.4989247" sodipodi:arg1="0.51914611" sodipodi:arg2="1.5663437" sodipodi:type="star" d="m278.42 385.92c-2.08 3.64-11.3-6.37-15.49-6.35-4.18 0.01-13.32 10.11-15.43 6.49-2.11-3.61 11.18-6.6 13.25-10.23 2.08-3.64-2.09-16.6 2.09-16.61 4.19-0.02 0.13 12.97 2.24 16.59 2.11 3.61 15.42 6.48 13.34 10.11z" inkscape:randomized="0.0000000" sodipodi:cy="377.06650" sodipodi:cx="262.92249"/> + <text id="shapes-f16-fr.svgtext2547" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="72.533112" x="269.70953" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2548" sodipodi:role="line" x="269.70953" y="72.533112"/><tspan id="shapes-f16-fr.svgtspan2550"/><tspan id="shapes-f16-fr.svgtspan2552" sodipodi:role="line" x="269.70953" y="77.307917">0,25</tspan></text> + <text id="shapes-f16-fr.svgtext2856" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="37.697109" x="270.21283" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2555" sodipodi:role="line" x="270.21283" y="37.697109"/><tspan id="shapes-f16-fr.svgtspan2557"/><tspan id="shapes-f16-fr.svgtspan2559" sodipodi:role="line" x="270.21283" y="42.471914">0,25</tspan></text> + <text id="shapes-f16-fr.svgtext2561" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="114.07111" x="270.13705" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2562" sodipodi:role="line" x="270.13705" y="114.07111"/><tspan id="shapes-f16-fr.svgtspan2564"/><tspan id="shapes-f16-fr.svgtspan2566" sodipodi:role="line" x="270.13705" y="118.84592">0,25</tspan></text> + <text id="shapes-f16-fr.svgtext2568" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3) matrix(0.5 .86602 -.86602 0.5 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="-106.66351" x="214.9263" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2569" sodipodi:role="line" x="214.92630" y="-106.66351"/><tspan id="shapes-f16-fr.svgtspan2571"/><tspan id="shapes-f16-fr.svgtspan2573" sodipodi:role="line" x="214.92630" y="-101.88870">0,37</tspan></text> + <path id="shapes-f16-fr.svgpath1554" sodipodi:sides="9" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".375" fill="#cecece" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.96459 .067199 .067199 -.96459 -356.57 688.7)" inkscape:rounded="0.43000000" sodipodi:r1="23.086590" sodipodi:r2="14.298160" sodipodi:arg1="1.1382904" sodipodi:arg2="1.4814137" sodipodi:type="star" d="m461.58 641.84c-4.19 1.97-3.79-7.1-8.4-6.72-4.67 0.39-2.82 9.24-7.34 8.04-4.47-1.19 1.66-7.88-2.12-10.55-3.82-2.7-8.09 5.27-10.78 1.44-2.66-3.78 6.34-4.97 5.16-9.44-1.2-4.52-9.59-1.17-9.19-5.83 0.39-4.61 8.05 0.27 10.02-3.91 1.99-4.24-6.59-7.06-3.29-10.38 3.26-3.27 5.99 5.38 10.19 3.45 4.25-1.97-0.51-9.65 4.15-10.06 4.6-0.42 1.13 7.97 5.59 9.18 4.52 1.23 5.81-7.71 9.64-5.04 3.8 2.65-4.25 6.84-1.62 10.64 2.67 3.84 9.41-2.19 10.63 2.33 1.21 4.47-7.65 2.5-8.07 7.11-0.43 4.66 8.6 4.37 6.64 8.62-1.95 4.19-7.48-3.01-10.76 0.25-3.32 3.3 3.78 8.89-0.45 10.87z" inkscape:randomized="0.0000000" sodipodi:cy="620.88135" sodipodi:cx="451.89960"/> + <text id="shapes-f16-fr.svgtext2575" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="117.60011" x="116.22874" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2576" sodipodi:role="line" x="116.22874" y="117.60011"/><tspan id="shapes-f16-fr.svgtspan2578"/><tspan id="shapes-f16-fr.svgtspan2580" sodipodi:role="line" x="116.22874" y="122.37492">0,43</tspan></text> + <text id="shapes-f16-fr.svgtext2582" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3) matrix(.38491 .92296 -.92296 .38491 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="-39.030281" x="32.583221" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2583" sodipodi:role="line" x="32.583221" y="-39.030281"/><tspan id="shapes-f16-fr.svgtspan2585"/><tspan id="shapes-f16-fr.svgtspan2587" sodipodi:role="line" x="32.583221" y="-34.255495">3,00</tspan></text> + <text id="shapes-f16-fr.svgtext2589" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3) matrix(1 -.00059743 .00059743 1 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="38.639725" x="107.11456" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2590" sodipodi:role="line" x="107.11456" y="43.414501">-</tspan><tspan id="shapes-f16-fr.svgtspan2592"/><tspan id="shapes-f16-fr.svgtspan2594">3,00</tspan><tspan id="shapes-f16-fr.svgtspan2596" sodipodi:role="line" x="107.11456" y="43.414501"/></text> + <path id="shapes-f16-fr.svgpath896" sodipodi:sides="3" inkscape:flatsided="false" style="color:#000000" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.12086 0 0 -.12086 214.1 80.908)" inkscape:rounded="0.41000000" sodipodi:r1="120.20276" sodipodi:r2="60.101379" sodipodi:arg1="0.52807445" sodipodi:arg2="1.5752720" sodipodi:type="star" d="m328.28 553.07c-21.5 36.87-61.42-0.28-104.1-0.47s-82.92 36.59-104.09-0.46c-21.178-37.06 30.94-53.05 52.45-89.92 21.5-36.87 9.77-90.11 52.45-89.92s30.47 53.33 51.65 90.38c21.17 37.06 73.15 53.52 51.64 90.39z" inkscape:randomized="0.0000000" sodipodi:cy="492.50204" sodipodi:cx="224.45302"/> + <text id="shapes-f16-fr.svgtext2598" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="17.90111" x="236.78233" font-family="sans-serif" sodipodi:insensitive="true" fill="#ffffff"><tspan id="shapes-f16-fr.svgtspan2599" sodipodi:role="line" x="236.78233" y="17.901110"/><tspan id="shapes-f16-fr.svgtspan2601"/><tspan id="shapes-f16-fr.svgtspan2603" sodipodi:role="line" x="236.78233" y="22.675915">0,41</tspan></text> + <text id="shapes-f16-fr.svgtext2909" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="95.56311" x="21.764177" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2606" sodipodi:role="line" x="21.764177" y="100.33792">5,43</tspan><tspan id="shapes-f16-fr.svgtspan2608"/><tspan id="shapes-f16-fr.svgtspan2610" sodipodi:role="line" x="21.764177" y="100.33792"/></text> + <text id="shapes-f16-fr.svgtext2613" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="89.486107" x="63.424889" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan2613" sodipodi:role="line" x="63.424889" y="89.486107"/><tspan id="shapes-f16-fr.svgtspan2615"/><tspan id="shapes-f16-fr.svgtspan2617" sodipodi:role="line" x="63.424889" y="94.260912">1,85</tspan></text> + <text id="shapes-f16-fr.svgtext3240" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="141.7691" x="62.71822" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan3241" sodipodi:role="line" x="62.718220" y="141.76910"/><tspan id="shapes-f16-fr.svgtspan3243"/><tspan id="shapes-f16-fr.svgtspan3245" sodipodi:role="line" x="62.718220" y="146.54391">0,21</tspan></text> + <text id="shapes-f16-fr.svgtext3868" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3) matrix(1 -.00059743 .00059743 1 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="66.356537" x="106.78857" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan3869" sodipodi:role="line" x="106.78857" y="71.131313">-</tspan><tspan id="shapes-f16-fr.svgtspan3871"/><tspan id="shapes-f16-fr.svgtspan3873">3,00</tspan><tspan id="shapes-f16-fr.svgtspan3875" sodipodi:role="line" x="106.78857" y="71.131313"/></text> + <path id="shapes-f16-fr.svgpath4498" sodipodi:sides="9" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".71102" fill="#cecece" style="color:#000000" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.50303 .083862 -.083862 .50303 540.58 -2474.8)" inkscape:rounded="-0.43000000" sodipodi:r1="46.149918" sodipodi:r2="18.172943" sodipodi:arg1="0.93231400" sodipodi:arg2="1.2813799" sodipodi:type="star" d="m132.89 5179.5c10.26-7.6-34.571-16-22.32-19.6 12.25-3.7-20.697 27.9-7.94 28.6 12.76 0.8-16.198-34.4-4.468-29.4 11.728 5.1-33.782 8.1-24.496 16.9 9.285 8.8 9.746-36.8 15.467-25.4s-31.059-15.5-29.594-2.8c1.466 12.7 31.136-22 28.169-9.6-2.966 12.5-13.803-31.8-20.843-21.2-7.041 10.7 37.955 3.3 27.689 10.9-10.265 7.6 9.916-33.3-2.34-29.7-12.252 3.7 27.016 26.9 14.256 26.1-12.763-0.7 28.99-19.1 17.26-24.2s3.43 38-5.85 29.2c-9.29-8.8 34.5 3.9 28.78-7.5s-21.76 31.3-23.22 18.6c-1.47-12.7 23.87 25.2 26.84 12.8 2.96-12.5-36.77 9.9-29.73-0.7 7.04-10.7 2.07 34.6 12.34 27z" inkscape:randomized="0.0000000" sodipodi:cy="5142.4639" sodipodi:cx="105.38494"/> + <text id="shapes-f16-fr.svgtext4499" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="122.21311" x="156.34573" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan4500" sodipodi:role="line" x="156.34573" y="126.98792">-0,43</tspan><tspan id="shapes-f16-fr.svgtspan4502"/><tspan id="shapes-f16-fr.svgtspan4504" sodipodi:role="line" x="156.34573" y="126.98792"/></text> + <path id="shapes-f16-fr.svgpath5127" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".71102" fill="#00edff" style="color:#000000" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.30673 -.042679 .042679 .30673 -195.03 -1440.1)" inkscape:rounded="-8.9362223" sodipodi:r1="17.613136" sodipodi:r2="8.1117020" sodipodi:arg1="-2.7000003" sodipodi:arg2="-2.0716818" sodipodi:type="star" d="m-6.3694 5101.1c-45.965 97.2 106.37-51.3 12.028 0.4-94.339 51.6 112.81 3.3 6.1344-10.4-106.68-13.6 81.595 85.3 3.324 11.6-78.27-73.8 31.71 108.3 11.744 2.6s-55.938 104-9.973 6.8c45.965-97.3-93.215 63.6 1.124 11.9 94.338-51.6-116.17-21-9.4888-7.4 106.68 13.7-89.319-69-11.049 4.8 78.271 73.8-15.857-117 4.1092-11.3s38.013-106.3-7.9528-9z" inkscape:randomized="0.0000000" sodipodi:cy="5108.5903" sodipodi:cx="9.5541286"/> + <text id="shapes-f16-fr.svgtext6108" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="143.25011" x="21.20429" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-fr.svgtspan5129" sodipodi:role="line" x="21.204290" y="148.02491">-8,94</tspan><tspan id="shapes-f16-fr.svgtspan5131"/><tspan id="shapes-f16-fr.svgtspan5133" sodipodi:role="line" x="21.204290" y="148.02491"/></text> + <path id="shapes-f16-fr.svgpath5833" sodipodi:sides="4" inkscape:flatsided="true" style="color:#000000" fill-rule="evenodd" transform="translate(10 5389.3) matrix(.24131 0 0 .24131 59.66 -1049.7)" inkscape:rounded="0.39000000" sodipodi:r1="45.711628" sodipodi:r2="32.323002" sodipodi:arg1="0.78539816" sodipodi:arg2="1.5707963" sodipodi:type="star" d="m203.96 4729.2c-17.83 17.8-46.82 17.8-64.65 0s-17.83-46.8 0-64.6c17.83-17.9 46.82-17.9 64.65 0 17.82 17.8 17.82 46.8 0 64.6z" inkscape:randomized="0.0000000" sodipodi:cy="4696.8921" sodipodi:cx="171.63371"/> + <text id="shapes-f16-fr.svgtext5837" line-height="120.00000%" xml:space="preserve" transform="translate(10 5389.3)" sodipodi:linespacing="120.00000%" font-size="3.979" y="80.288109" x="96.318428" font-family="sans-serif" sodipodi:insensitive="true" fill="#ffffff"><tspan id="shapes-f16-fr.svgtspan5838" sodipodi:role="line" x="96.318428" y="80.288109"/><tspan id="shapes-f16-fr.svgtspan5840"/><tspan id="shapes-f16-fr.svgtspan5842" sodipodi:role="line" x="96.318428" y="85.062914">0,39</tspan></text> + <rect id="d0e647" display="none" height="1e3px" width="288" y="5551.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e647"/> </flowRegion> <flowDiv xml:space="preserve">Si vous voulez que les pointes d'une étoile soient pointues et que les creux soient arrondis ou l'inverse, il suffit simplement de créer un <flowSpan font-style="italic">offset</flowSpan> (<flowSpan font-weight="bold">Ctrl+J</flowSpan>) de cette étoile :</flowDiv> </flowRoot> - <path id="shapes-f17-fr.svgpath2694" sodipodi:type="inkscape:offset" d="m62.5 24.969c-0.50562 1.2622-0.99255 2.2942-1.5312 3.7812-0.96476 2.6631-1.9459 5.4939-3.2812 8.0312-1.3353 2.5374-2.9963 5.2707-6.625 6.2812-3.813 1.062-6.832-0.502-9.532-2.062-2.699-1.56-5.288-3.546-7.719-5.344-1.182-0.875-1.987-1.272-3.031-1.968 0.64117 0.8241 0.95878 1.3746 1.7188 2.2812 1.9008 2.2675 4.002 4.6899 5.6875 7.25 1.6854 2.5601 3.4706 5.4524 2.4688 9.3438-0.98604 3.8299-3.8641 5.6611-6.5625 7.2188-2.6984 1.5576-5.6995 2.7948-8.4688 4-1.3716 0.59692-2.1439 1.0922-3.2812 1.6562 1.0486-0.14499 1.6895-0.13443 2.875-0.34375 2.9122-0.5142 6.0662-1.1312 9.125-1.3125s6.4747-0.28202 9.3438 2.5312c2.8239 2.769 2.9707 6.1663 2.9688 9.2812-0.002 3.115-0.43846 6.3445-0.78125 9.3438-0.16486 1.4425-0.10553 2.3235-0.1875 3.5625 0.38791-0.95721 0.69431-1.4967 1.0938-2.5938 1.0114-2.7779 2.0645-5.7926 3.4375-8.5312s3.0053-5.7348 6.875-6.8125c3.812-1.0616 6.8319 0.50266 9.5312 2.0625 2.6994 1.5598 5.2884 3.5458 7.7188 5.3438 1.1826 0.87488 1.9876 1.2724 3.0312 1.9688-0.64117-0.8241-0.95878-1.3746-1.7188-2.2812-1.9008-2.2675-4.002-4.6899-5.6875-7.25-1.686-2.56-3.471-5.452-2.469-9.344 0.98604-3.8299 3.8641-5.6611 6.5625-7.2188 2.6984-1.5576 5.6995-2.7948 8.4688-4 1.3716-0.59692 2.1439-1.0922 3.2812-1.6562-1.0486 0.14499-1.6895 0.13443-2.875 0.34375-2.9122 0.5142-6.0662 1.1312-9.125 1.3125s-6.4747 0.28202-9.3438-2.5312c-2.8239-2.769-2.9707-6.1663-2.9688-9.2812 0.002-3.115 0.43846-6.3445 0.78125-9.3438 0.172-1.507 0.139-2.44 0.219-3.719z" fill-rule="evenodd" xlink:href="#shapes-f17-fr.svgpath2693" inkscape:original="M 63.34375 16.28125 C 57.845938 17.170119 55.922201 37.128396 49.875 38.8125 C 43.139438 40.688307 29.350635 22.780244 24.25 27.5625 C 19.365349 32.142254 38.044466 44.984396 36.375 51.46875 C 34.631716 58.239822 12.252512 61.222842 13.84375 68.03125 C 15.367608 74.551359 35.812868 64.780773 40.59375 69.46875 C 45.586028 74.364015 36.964377 95.223849 43.65625 97.25 C 50.064759 99.190355 51.830902 76.608877 58.28125 74.8125 C 65.016812 72.936693 78.805615 90.844756 83.90625 86.0625 C 88.790901 81.482746 70.111784 68.640604 71.78125 62.15625 C 73.524534 55.385178 95.903738 52.402158 94.3125 45.59375 C 92.788642 39.073641 72.343382 48.844227 67.5625 44.15625 C 62.570222 39.260985 71.191873 18.401151 64.5 16.375 C 64.099468 16.253728 63.710271 16.221992 63.34375 16.28125 z " transform="translate(10 5609.8) matrix(1.3205 0 0 1.3205 80.682 -18) translate(-10 -5609.8)" stroke="#000" fill-opacity=".75" inkscape:href="#shapes-f17-fr.svgpath2693" inkscape:radius="-4.4234619" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".47330" fill="#ffb800"/> - <path id="shapes-f17-fr.svgpath2696" style="color:#000000" sodipodi:type="inkscape:offset" d="m64.719 6.375c-0.947-0.0763-1.964-0.0375-2.969 0.125-7.0587 1.1412-9.2371 5.8951-10.781 8.875-1.5441 2.9799-2.5128 5.8613-3.4688 8.5-0.46102 1.2726-0.80157 1.9503-1.2188 3-1.2612-0.87541-2.3722-1.592-3.9375-2.75-2.5373-1.8771-5.1596-3.9184-8.7188-5.5625-1.7796-0.82203-3.8867-1.6254-6.7812-1.7188-2.8945-0.09337-6.7971 1.0518-9.375 3.4688-2.6051 2.4424-4.0912 6.7317-3.9375 9.8125 0.15371 3.0808 1.1188 5.1305 2.0312 6.8438 1.8249 3.4265 3.9573 5.8564 5.9375 8.2188 1.1531 1.3756 1.8525 2.305 2.75 3.4375-1.3875 0.65445-2.5587 1.2231-4.3438 2-2.8914 1.2584-5.9858 2.5201-9.1875 4.7812-1.6009 1.1306-3.3485 2.5395-4.875 5s-2.4598 6.4368-1.6562 9.875c0.81236 3.4758 3.7848 6.9051 6.5312 8.3125 2.7465 1.4074 4.9976 1.591 6.9375 1.6562 3.8798 0.13042 7.0287-0.49558 10.062-1.0312 1.7646-0.31156 2.9166-0.44456 4.3438-0.65625-0.12795 1.525-0.2172 2.8224-0.4375 4.75-0.3579 3.1315-0.79258 6.4403-0.4375 10.344 0.17754 1.9517 0.50748 4.134 1.875 6.6875s4.3403 5.3833 7.7188 6.4062c3.4154 1.0341 7.8766 0.1735 10.469-1.5 2.5921-1.6735 3.8792-3.5406 4.9062-5.1875 2.0541-3.2938 3.0713-6.356 4.125-9.25 0.60906-1.6728 1.0658-2.7263 1.5938-4.0625 1.2612 0.87541 2.3722 1.592 3.9375 2.75 2.5373 1.8771 5.1596 3.9184 8.7188 5.5625 1.7796 0.82203 3.8867 1.6254 6.7812 1.7188 2.8945 0.09337 6.7971-1.0518 9.375-3.4688 2.6051-2.4424 4.0912-6.7317 3.9375-9.8125-0.15371-3.0808-1.1188-5.1305-2.0312-6.8438-1.8249-3.4265-3.9573-5.8564-5.9375-8.2188-1.1531-1.3756-1.8525-2.305-2.75-3.4375 1.3875-0.65445 2.5587-1.2231 4.3438-2 2.8914-1.2584 5.9858-2.5201 9.1875-4.7812 1.6009-1.1306 3.3485-2.5395 4.875-5s2.4598-6.4368 1.6562-9.875c-0.81236-3.4758-3.7848-6.9051-6.5312-8.3125-2.747-1.408-4.998-1.592-6.938-1.657-3.8798-0.13042-7.0287 0.49558-10.062 1.0312-1.7646 0.31156-2.9166 0.44456-4.3438 0.65625 0.12795-1.525 0.2172-2.8224 0.4375-4.75 0.3579-3.1315 0.79258-6.4403 0.4375-10.344-0.17754-1.9517-0.50748-4.134-1.875-6.6875-1.369-2.553-4.342-5.3831-7.72-6.406-0.823-0.2493-1.71-0.4237-2.656-0.5z" fill-rule="evenodd" xlink:href="#shapes-f17-fr.svgpath2693" inkscape:original="M 63.34375 16.28125 C 57.845938 17.170119 55.922201 37.128396 49.875 38.8125 C 43.139438 40.688307 29.350635 22.780244 24.25 27.5625 C 19.365349 32.142254 38.044466 44.984396 36.375 51.46875 C 34.631716 58.239822 12.252512 61.222842 13.84375 68.03125 C 15.367608 74.551359 35.812868 64.780773 40.59375 69.46875 C 45.586028 74.364015 36.964377 95.223849 43.65625 97.25 C 50.064759 99.190355 51.830902 76.608877 58.28125 74.8125 C 65.016812 72.936693 78.805615 90.844756 83.90625 86.0625 C 88.790901 81.482746 70.111784 68.640604 71.78125 62.15625 C 73.524534 55.385178 95.903738 52.402158 94.3125 45.59375 C 92.788642 39.073641 72.343382 48.844227 67.5625 44.15625 C 62.570222 39.260985 71.191873 18.401151 64.5 16.375 C 64.099468 16.253728 63.710271 16.221992 63.34375 16.28125 z " transform="translate(10 5609.8) matrix(.82737 0 0 .82737 205.7 10.537) translate(-10 -5609.8)" stroke="#000" fill-opacity=".75" inkscape:href="#shapes-f17-fr.svgpath2693" inkscape:radius="9.9201479" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".75541" fill="#ffb800"/> - <path id="shapes-f17-fr.svgpath2693" sodipodi:sides="6" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".625" fill="#ffb800" style="color:#000000" fill-rule="evenodd" transform="translate(-22.785 408.6)" inkscape:rounded="0.25000000" sodipodi:r1="41.765072" sodipodi:r2="18.491833" sodipodi:arg1="0.77559456" sodipodi:arg2="1.3411834" xmlns:cc="http://creativecommons.org/ns#" sodipodi:type="star" d="m116.68 5287.2c-5.1 4.8-18.88-13.1-25.616-11.2-6.45 1.8-8.213 24.4-14.622 22.4-6.692-2 1.916-22.9-3.076-27.8-4.781-4.7-25.22 5.1-26.744-1.4-1.592-6.8 20.792-9.8 22.535-16.6 1.67-6.5-17.006-19.3-12.122-23.9 5.101-4.7 18.876 13.2 25.612 11.3 6.45-1.8 8.214-24.4 14.622-22.5 6.691 2.1-1.916 22.9 3.081 27.8 4.78 4.7 25.22-5 26.74 1.5 1.59 6.8-20.79 9.8-22.54 16.5-1.67 6.5 17.01 19.3 12.13 23.9z" inkscape:randomized="0.0000000" sodipodi:cy="5257.9824" sodipodi:cx="86.855721"/> - <flowRoot id="shapes-f17-fr.svgflowRoot2701" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(9.7685 5609.8)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-fr.svgflowRegion2703"><rect id="shapes-f17-fr.svgrect2705" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-fr.svgflowPara2707">Etoile originale</flowPara></flowRoot> - <flowRoot id="shapes-f17-fr.svgflowRoot2709" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(103.08 5609.7)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-fr.svgflowRegion2711"><rect id="shapes-f17-fr.svgrect2713" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-fr.svgflowPara2715">Offset lié, érodé</flowPara></flowRoot> - <flowRoot id="shapes-f17-fr.svgflowRoot2717" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(205.27 5609.7)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-fr.svgflowRegion2719"><rect id="shapes-f17-fr.svgrect2721" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-fr.svgflowPara2723">Offset lié, dilaté</flowPara></flowRoot> - <rect id="d0e666" display="none" height="1e3px" width="288" y="5720.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="shapes-f17-fr.svgpath2694" sodipodi:type="inkscape:offset" d="m62.5 24.969c-0.50562 1.2622-0.99255 2.2942-1.5312 3.7812-0.96476 2.6631-1.9459 5.4939-3.2812 8.0312-1.3353 2.5374-2.9963 5.2707-6.625 6.2812-3.813 1.062-6.832-0.502-9.532-2.062-2.699-1.56-5.288-3.546-7.719-5.344-1.182-0.875-1.987-1.272-3.031-1.968 0.64117 0.8241 0.95878 1.3746 1.7188 2.2812 1.9008 2.2675 4.002 4.6899 5.6875 7.25 1.6854 2.5601 3.4706 5.4524 2.4688 9.3438-0.98604 3.8299-3.8641 5.6611-6.5625 7.2188-2.6984 1.5576-5.6995 2.7948-8.4688 4-1.3716 0.59692-2.1439 1.0922-3.2812 1.6562 1.0486-0.14499 1.6895-0.13443 2.875-0.34375 2.9122-0.5142 6.0662-1.1312 9.125-1.3125s6.4747-0.28202 9.3438 2.5312c2.8239 2.769 2.9707 6.1663 2.9688 9.2812-0.002 3.115-0.43846 6.3445-0.78125 9.3438-0.16486 1.4425-0.10553 2.3235-0.1875 3.5625 0.38791-0.95721 0.69431-1.4967 1.0938-2.5938 1.0114-2.7779 2.0645-5.7926 3.4375-8.5312s3.0053-5.7348 6.875-6.8125c3.812-1.0616 6.8319 0.50266 9.5312 2.0625 2.6994 1.5598 5.2884 3.5458 7.7188 5.3438 1.1826 0.87488 1.9876 1.2724 3.0312 1.9688-0.64117-0.8241-0.95878-1.3746-1.7188-2.2812-1.9008-2.2675-4.002-4.6899-5.6875-7.25-1.686-2.56-3.471-5.452-2.469-9.344 0.98604-3.8299 3.8641-5.6611 6.5625-7.2188 2.6984-1.5576 5.6995-2.7948 8.4688-4 1.3716-0.59692 2.1439-1.0922 3.2812-1.6562-1.0486 0.14499-1.6895 0.13443-2.875 0.34375-2.9122 0.5142-6.0662 1.1312-9.125 1.3125s-6.4747 0.28202-9.3438-2.5312c-2.8239-2.769-2.9707-6.1663-2.9688-9.2812 0.002-3.115 0.43846-6.3445 0.78125-9.3438 0.172-1.507 0.139-2.44 0.219-3.719z" fill-rule="evenodd" xlink:href="#shapes-f17-fr.svgpath2693" inkscape:original="M 63.34375 16.28125 C 57.845938 17.170119 55.922201 37.128396 49.875 38.8125 C 43.139438 40.688307 29.350635 22.780244 24.25 27.5625 C 19.365349 32.142254 38.044466 44.984396 36.375 51.46875 C 34.631716 58.239822 12.252512 61.222842 13.84375 68.03125 C 15.367608 74.551359 35.812868 64.780773 40.59375 69.46875 C 45.586028 74.364015 36.964377 95.223849 43.65625 97.25 C 50.064759 99.190355 51.830902 76.608877 58.28125 74.8125 C 65.016812 72.936693 78.805615 90.844756 83.90625 86.0625 C 88.790901 81.482746 70.111784 68.640604 71.78125 62.15625 C 73.524534 55.385178 95.903738 52.402158 94.3125 45.59375 C 92.788642 39.073641 72.343382 48.844227 67.5625 44.15625 C 62.570222 39.260985 71.191873 18.401151 64.5 16.375 C 64.099468 16.253728 63.710271 16.221992 63.34375 16.28125 z " transform="translate(10 5599.1) matrix(1.3205 0 0 1.3205 80.682 -18) translate(-10 -5599.1)" stroke="#000" fill-opacity=".75" inkscape:href="#shapes-f17-fr.svgpath2693" inkscape:radius="-4.4234619" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".47330" fill="#ffb800"/> + <path id="shapes-f17-fr.svgpath2696" style="color:#000000" sodipodi:type="inkscape:offset" d="m64.719 6.375c-0.947-0.0763-1.964-0.0375-2.969 0.125-7.0587 1.1412-9.2371 5.8951-10.781 8.875-1.5441 2.9799-2.5128 5.8613-3.4688 8.5-0.46102 1.2726-0.80157 1.9503-1.2188 3-1.2612-0.87541-2.3722-1.592-3.9375-2.75-2.5373-1.8771-5.1596-3.9184-8.7188-5.5625-1.7796-0.82203-3.8867-1.6254-6.7812-1.7188-2.8945-0.09337-6.7971 1.0518-9.375 3.4688-2.6051 2.4424-4.0912 6.7317-3.9375 9.8125 0.15371 3.0808 1.1188 5.1305 2.0312 6.8438 1.8249 3.4265 3.9573 5.8564 5.9375 8.2188 1.1531 1.3756 1.8525 2.305 2.75 3.4375-1.3875 0.65445-2.5587 1.2231-4.3438 2-2.8914 1.2584-5.9858 2.5201-9.1875 4.7812-1.6009 1.1306-3.3485 2.5395-4.875 5s-2.4598 6.4368-1.6562 9.875c0.81236 3.4758 3.7848 6.9051 6.5312 8.3125 2.7465 1.4074 4.9976 1.591 6.9375 1.6562 3.8798 0.13042 7.0287-0.49558 10.062-1.0312 1.7646-0.31156 2.9166-0.44456 4.3438-0.65625-0.12795 1.525-0.2172 2.8224-0.4375 4.75-0.3579 3.1315-0.79258 6.4403-0.4375 10.344 0.17754 1.9517 0.50748 4.134 1.875 6.6875s4.3403 5.3833 7.7188 6.4062c3.4154 1.0341 7.8766 0.1735 10.469-1.5 2.5921-1.6735 3.8792-3.5406 4.9062-5.1875 2.0541-3.2938 3.0713-6.356 4.125-9.25 0.60906-1.6728 1.0658-2.7263 1.5938-4.0625 1.2612 0.87541 2.3722 1.592 3.9375 2.75 2.5373 1.8771 5.1596 3.9184 8.7188 5.5625 1.7796 0.82203 3.8867 1.6254 6.7812 1.7188 2.8945 0.09337 6.7971-1.0518 9.375-3.4688 2.6051-2.4424 4.0912-6.7317 3.9375-9.8125-0.15371-3.0808-1.1188-5.1305-2.0312-6.8438-1.8249-3.4265-3.9573-5.8564-5.9375-8.2188-1.1531-1.3756-1.8525-2.305-2.75-3.4375 1.3875-0.65445 2.5587-1.2231 4.3438-2 2.8914-1.2584 5.9858-2.5201 9.1875-4.7812 1.6009-1.1306 3.3485-2.5395 4.875-5s2.4598-6.4368 1.6562-9.875c-0.81236-3.4758-3.7848-6.9051-6.5312-8.3125-2.747-1.408-4.998-1.592-6.938-1.657-3.8798-0.13042-7.0287 0.49558-10.062 1.0312-1.7646 0.31156-2.9166 0.44456-4.3438 0.65625 0.12795-1.525 0.2172-2.8224 0.4375-4.75 0.3579-3.1315 0.79258-6.4403 0.4375-10.344-0.17754-1.9517-0.50748-4.134-1.875-6.6875-1.369-2.553-4.342-5.3831-7.72-6.406-0.823-0.2493-1.71-0.4237-2.656-0.5z" fill-rule="evenodd" xlink:href="#shapes-f17-fr.svgpath2693" inkscape:original="M 63.34375 16.28125 C 57.845938 17.170119 55.922201 37.128396 49.875 38.8125 C 43.139438 40.688307 29.350635 22.780244 24.25 27.5625 C 19.365349 32.142254 38.044466 44.984396 36.375 51.46875 C 34.631716 58.239822 12.252512 61.222842 13.84375 68.03125 C 15.367608 74.551359 35.812868 64.780773 40.59375 69.46875 C 45.586028 74.364015 36.964377 95.223849 43.65625 97.25 C 50.064759 99.190355 51.830902 76.608877 58.28125 74.8125 C 65.016812 72.936693 78.805615 90.844756 83.90625 86.0625 C 88.790901 81.482746 70.111784 68.640604 71.78125 62.15625 C 73.524534 55.385178 95.903738 52.402158 94.3125 45.59375 C 92.788642 39.073641 72.343382 48.844227 67.5625 44.15625 C 62.570222 39.260985 71.191873 18.401151 64.5 16.375 C 64.099468 16.253728 63.710271 16.221992 63.34375 16.28125 z " transform="translate(10 5599.1) matrix(.82737 0 0 .82737 205.7 10.537) translate(-10 -5599.1)" stroke="#000" fill-opacity=".75" inkscape:href="#shapes-f17-fr.svgpath2693" inkscape:radius="9.9201479" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".75541" fill="#ffb800"/> + <path id="shapes-f17-fr.svgpath2693" sodipodi:sides="6" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".625" fill="#ffb800" style="color:#000000" fill-rule="evenodd" transform="translate(-22.785 397.9)" inkscape:rounded="0.25000000" sodipodi:r1="41.765072" sodipodi:r2="18.491833" sodipodi:arg1="0.77559456" sodipodi:arg2="1.3411834" xmlns:cc="http://creativecommons.org/ns#" sodipodi:type="star" d="m116.68 5287.2c-5.1 4.8-18.88-13.1-25.616-11.2-6.45 1.8-8.213 24.4-14.622 22.4-6.692-2 1.916-22.9-3.076-27.8-4.781-4.7-25.22 5.1-26.744-1.4-1.592-6.8 20.792-9.8 22.535-16.6 1.67-6.5-17.006-19.3-12.122-23.9 5.101-4.7 18.876 13.2 25.612 11.3 6.45-1.8 8.214-24.4 14.622-22.5 6.691 2.1-1.916 22.9 3.081 27.8 4.78 4.7 25.22-5 26.74 1.5 1.59 6.8-20.79 9.8-22.54 16.5-1.67 6.5 17.01 19.3 12.13 23.9z" inkscape:randomized="0.0000000" sodipodi:cy="5257.9824" sodipodi:cx="86.855721"/> + <flowRoot id="shapes-f17-fr.svgflowRoot2701" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(9.7685 5599.1)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-fr.svgflowRegion2703"><rect id="shapes-f17-fr.svgrect2705" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-fr.svgflowPara2707">Étoile originale</flowPara></flowRoot> + <flowRoot id="shapes-f17-fr.svgflowRoot2709" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(103.08 5599)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-fr.svgflowRegion2711"><rect id="shapes-f17-fr.svgrect2713" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-fr.svgflowPara2715">Offset lié, érodé</flowPara></flowRoot> + <flowRoot id="shapes-f17-fr.svgflowRoot2717" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(205.27 5599)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-fr.svgflowRegion2719"><rect id="shapes-f17-fr.svgrect2721" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-fr.svgflowPara2723">Offset lié, dilaté</flowPara></flowRoot> + <rect id="d0e666" display="none" height="1e3px" width="288" y="5695.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e666"/> </flowRegion> <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+cliquer-déplacer</flowSpan> les poignées d'une étoile dans Inkscape est une des plus merveilleuses activités connues de l'être humain. Mais on peut faire encore mieux.</flowDiv> </flowRoot> - <rect id="d0e671" display="none" height="1e3px" width="288" y="5759.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e671" display="none" height="1e3px" width="288" y="5735" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e671"/> </flowRegion> - <flowDiv xml:space="preserve">Afin d'imiter encore mieux les formes du monde réel, Inkscape peut rendre <flowSpan font-style="italic">aléatoires</flowSpan> (c'est à dire déformer aléatoirement) ses étoiles et polygones. Un peu de hasard rend une étoile moins régulière, plus 'humaine', souvent amusante; un hasard plus important est une façon distrayante d'obtenir toute une variété de formes complètement imprédictibles. Une étoile arrondie garde des courbures douces quand elle est rendue aléatoire. Voici les raccourcis :</flowDiv> + <flowDiv xml:space="preserve">Afin d'imiter encore mieux les formes du monde réel, Inkscape peut rendre <flowSpan font-style="italic">aléatoires</flowSpan> (c'est-à-dire déformer aléatoirement) ses étoiles et polygones. Un peu de hasard rend une étoile moins régulière, plus « humaine », souvent amusante ; un hasard plus important est une façon distrayante d'obtenir toute une variété de formes complètement imprédictibles. Une étoile arrondie garde des courbures douces quand elle est rendue aléatoire. Voici les raccourcis :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 5846.1)"/> - <rect id="d0e680" display="none" height="1e3px" width="258" y="5840.1" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 5821.3)"/> + <rect id="d0e680" display="none" height="1e3px" width="258" y="5815.3" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e680"/> </flowRegion> <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> tangentiellement une poignée permet de rendre une étoile ou un polygone aléatoire.</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 5874.9)"/> - <rect id="d0e686" display="none" height="1e3px" width="258" y="5868.9" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 5850.1)"/> + <rect id="d0e686" display="none" height="1e3px" width="258" y="5844.1" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e686"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+cliquer</flowSpan> sur une poignée permet de supprimer le hasard.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+clic</flowSpan> sur une poignée permet de supprimer le hasard.</flowDiv> </flowRoot> - <rect id="d0e692" display="none" height="1e3px" width="288" y="5887.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e692" display="none" height="1e3px" width="288" y="5862.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e692"/> </flowRegion> - <flowDiv xml:space="preserve">Lors de l'édition (avec les poignées) d'une étoile aléatoire, celle-ci 'tremblera' car chaque position précise de ses poignées correspond à une unique quantité de hasard. Donc, déplacer une poignée sans appuyer sur Alt réinitialise ce hasard en conservant son niveau, tandis que Alt+cliquer-déplacer préserve ce hasard mais ajuste son niveau. Voici des étoiles dont les paramètres sont identiques, mais chacune d'entre elle a vu sa quantité de hasard mise à jour en déplaçant très légèrement sa poignée (la quantité de hasard varie de 0.1 tout au long de la figure suivante) :</flowDiv> + <flowDiv xml:space="preserve">Lors de l'édition (avec les poignées) d'une étoile aléatoire, celle-ci « tremblera » car chaque position précise de ses poignées correspond à une unique quantité de hasard. Donc, déplacer une poignée sans appuyer sur Alt réinitialise ce hasard en conservant son niveau, tandis que Alt+cliquer-déplacer préserve ce hasard mais ajuste son niveau. Voici des étoiles dont les paramètres sont identiques, mais chacune d'entre elles a vu sa quantité de hasard mise à jour en déplaçant très légèrement sa poignée (la quantité de hasard varie de 0,1 tout au long de la figure suivante) :</flowDiv> </flowRoot> - <path id="shapes-f18-fr.svgpath2788" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5998.4) matrix(.84722 0 0 .84722 6.3302 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.728476" sodipodi:r2="15.364238" sodipodi:arg1="0.50595040" sodipodi:arg2="0.98389742" sodipodi:type="star" d="m58.553 5590.9c-2.573 3.4-15.025-3.5-17.918-0.9-2.79 2.5 2.345 13.8-1.678 14.3-4.171 0.5-3.815-14.6-7.67-15.8-3.717-1.1-17.979 13.8-20.426 10.9-2.5377-3 10.265-12.7 9.009-16.5-1.211-3.7-17.879-6.6-17.172-10.4 0.7341-3.8 17.703-1.3 20.075-4.5 2.287-3.2-12.72-18.7-9.402-20.4 3.441-1.8 15.229 12.9 19.096 12 3.729-0.8 9.056-18.4 12.69-16.9 3.767 1.5-1.457 17.7 1.295 20.6 2.654 2.8 15.207-3.8 16.541-0.2 1.384 3.8-13.038 9.9-12.837 14.1 0.193 4 10.878 10.5 8.397 13.7z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <path id="shapes-f18-fr.svgpath2789" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5998.4) matrix(.84722 0 0 .84722 66.37 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="29.479511" sodipodi:r2="15.188270" sodipodi:arg1="0.16874813" sodipodi:arg2="0.64669515" sodipodi:type="star" d="m62.192 5577.2c-0.733 3.7-11.065 1.3-13.354 4.4-2.202 3 0.954 16.5-2.147 18.6-3.224 2.1-10.016-9.4-13.797-9.6-3.637-0.2-5.862 11.4-9.399 10.1-3.677-1.3 2.956-10.2 0.649-13.4-2.22-3.2-17.575-0.2-18.85-3.8-1.3261-3.8 12.33-5.9 12.606-9.9 0.266-3.9-11.16-13.3-8.5838-16.1 2.6778-2.9 16.669 7.8 20.11 5.9 3.311-1.8 1.811-16.6 5.419-16.4 3.751 0.2 4.374 11.2 7.702 12.9 3.203 1.6 11.043-5.2 13.397-2.2 2.447 3.1-8.982 7.4-8.346 11.1 0.611 3.7 15.299 4.9 14.594 8.4z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <path id="shapes-f18-fr.svgpath2790" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5998.4) matrix(.84722 0 0 .84722 126.41 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m62.487 5591.1c-2.584 3.2-19.795-4.8-23.125-2.6-3.211 2.1 1.401 15.8-2.556 16.8-4.103 1-1.338-12.7-5.129-13.9-3.657-1-19.069 8.4-21.492 5.3-2.5119-3.3 10.704-13.8 9.457-17.8-1.203-3.8-19.512-0.1-18.462-3.9 1.0885-4 14.981-5.7 17.32-9.1 2.256-3.2-6.854-14-3.398-16.1 3.584-2 15.403 9.4 19.48 9.5 3.933 0.1 6.508-13.9 9.898-12.1 3.515 1.8-4.156 14.7-1.096 17.2 2.951 2.4 17.494-6.3 19.072-2.7 1.636 3.7-13.965 11.1-14.782 15.1-0.788 3.7 17.305 11.1 14.813 14.3z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <path id="shapes-f18-fr.svgpath2791" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5998.4) matrix(.84722 0 0 .84722 186.45 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.324377" sodipodi:r2="15.162188" sodipodi:arg1="0.59796906" sodipodi:arg2="1.0759160" sodipodi:type="star" d="m60.008 5593.6c-1.883 3.4-12.402-8.2-15.83-6.5-3.306 1.6-1.726 20.6-5.635 20.7-4.053 0.1-4.988-16.2-8.797-17.4-3.673-1.1-13.903 7-16.41 4-2.598-3 9.392-11.8 8.745-15.9-0.624-3.8-15.727-2.2-15.135-6 0.6134-4 11.013-1.7 12.747-5.1 1.672-3.3-1.474-16.7 2.196-18.5 3.805-1.7 6.817 10.2 10.617 9.3 3.665-0.9 10.537-11.7 14.221-10.6 3.821 1.2-4.262 11.4-1.488 14.2 2.676 2.8 14.591-1.9 15.512 1.8 0.956 3.8-9.663 10.4-9.963 14.4-0.289 3.9 11.036 12.4 9.22 15.6z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <path id="shapes-f18-fr.svgpath2792" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5998.4) matrix(.84722 0 0 .84722 246.49 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.103865" sodipodi:r2="15.051932" sodipodi:arg1="0.72564034" sodipodi:arg2="1.2035873" sodipodi:type="star" d="m59.226 5596.8c-2.425 3.3-15.132-7.7-18.888-6.7-3.624 1-6.802 16.9-10.457 16.7-3.789-0.1 2.399-14.8-1.253-16.7-3.522-1.7-14.588 7.8-16.308 4.3-1.783-3.6 6.846-14.3 5.691-18-1.114-3.6-16.06-6.3-14.948-10.2 1.1537-4 19.097 2.1 21.458-1.3 2.278-3.4-4.961-14.2-1.253-15 3.844-0.8 9.38 11.6 13.462 12.2 3.937 0.6 9.297-19 12.452-16.6 3.272 2.4-7.578 16.5-4.826 19.6 2.655 3 18.78-2 18.937 1.9 0.164 4-12.063 8.2-12.607 12.1-0.525 3.7 10.879 14.6 8.54 17.7z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <rect id="d0e705" display="none" height="1e3px" width="288" y="6065.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <path id="shapes-f18-fr.svgpath2788" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5973.6) matrix(.84722 0 0 .84722 6.3302 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.728476" sodipodi:r2="15.364238" sodipodi:arg1="0.50595040" sodipodi:arg2="0.98389742" sodipodi:type="star" d="m58.553 5590.9c-2.573 3.4-15.025-3.5-17.918-0.9-2.79 2.5 2.345 13.8-1.678 14.3-4.171 0.5-3.815-14.6-7.67-15.8-3.717-1.1-17.979 13.8-20.426 10.9-2.5377-3 10.265-12.7 9.009-16.5-1.211-3.7-17.879-6.6-17.172-10.4 0.7341-3.8 17.703-1.3 20.075-4.5 2.287-3.2-12.72-18.7-9.402-20.4 3.441-1.8 15.229 12.9 19.096 12 3.729-0.8 9.056-18.4 12.69-16.9 3.767 1.5-1.457 17.7 1.295 20.6 2.654 2.8 15.207-3.8 16.541-0.2 1.384 3.8-13.038 9.9-12.837 14.1 0.193 4 10.878 10.5 8.397 13.7z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <path id="shapes-f18-fr.svgpath2789" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5973.6) matrix(.84722 0 0 .84722 66.37 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="29.479511" sodipodi:r2="15.188270" sodipodi:arg1="0.16874813" sodipodi:arg2="0.64669515" sodipodi:type="star" d="m62.192 5577.2c-0.733 3.7-11.065 1.3-13.354 4.4-2.202 3 0.954 16.5-2.147 18.6-3.224 2.1-10.016-9.4-13.797-9.6-3.637-0.2-5.862 11.4-9.399 10.1-3.677-1.3 2.956-10.2 0.649-13.4-2.22-3.2-17.575-0.2-18.85-3.8-1.3261-3.8 12.33-5.9 12.606-9.9 0.266-3.9-11.16-13.3-8.5838-16.1 2.6778-2.9 16.669 7.8 20.11 5.9 3.311-1.8 1.811-16.6 5.419-16.4 3.751 0.2 4.374 11.2 7.702 12.9 3.203 1.6 11.043-5.2 13.397-2.2 2.447 3.1-8.982 7.4-8.346 11.1 0.611 3.7 15.299 4.9 14.594 8.4z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <path id="shapes-f18-fr.svgpath2790" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5973.6) matrix(.84722 0 0 .84722 126.41 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m62.487 5591.1c-2.584 3.2-19.795-4.8-23.125-2.6-3.211 2.1 1.401 15.8-2.556 16.8-4.103 1-1.338-12.7-5.129-13.9-3.657-1-19.069 8.4-21.492 5.3-2.5119-3.3 10.704-13.8 9.457-17.8-1.203-3.8-19.512-0.1-18.462-3.9 1.0885-4 14.981-5.7 17.32-9.1 2.256-3.2-6.854-14-3.398-16.1 3.584-2 15.403 9.4 19.48 9.5 3.933 0.1 6.508-13.9 9.898-12.1 3.515 1.8-4.156 14.7-1.096 17.2 2.951 2.4 17.494-6.3 19.072-2.7 1.636 3.7-13.965 11.1-14.782 15.1-0.788 3.7 17.305 11.1 14.813 14.3z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <path id="shapes-f18-fr.svgpath2791" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5973.6) matrix(.84722 0 0 .84722 186.45 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.324377" sodipodi:r2="15.162188" sodipodi:arg1="0.59796906" sodipodi:arg2="1.0759160" sodipodi:type="star" d="m60.008 5593.6c-1.883 3.4-12.402-8.2-15.83-6.5-3.306 1.6-1.726 20.6-5.635 20.7-4.053 0.1-4.988-16.2-8.797-17.4-3.673-1.1-13.903 7-16.41 4-2.598-3 9.392-11.8 8.745-15.9-0.624-3.8-15.727-2.2-15.135-6 0.6134-4 11.013-1.7 12.747-5.1 1.672-3.3-1.474-16.7 2.196-18.5 3.805-1.7 6.817 10.2 10.617 9.3 3.665-0.9 10.537-11.7 14.221-10.6 3.821 1.2-4.262 11.4-1.488 14.2 2.676 2.8 14.591-1.9 15.512 1.8 0.956 3.8-9.663 10.4-9.963 14.4-0.289 3.9 11.036 12.4 9.22 15.6z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <path id="shapes-f18-fr.svgpath2792" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 5973.6) matrix(.84722 0 0 .84722 246.49 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.103865" sodipodi:r2="15.051932" sodipodi:arg1="0.72564034" sodipodi:arg2="1.2035873" sodipodi:type="star" d="m59.226 5596.8c-2.425 3.3-15.132-7.7-18.888-6.7-3.624 1-6.802 16.9-10.457 16.7-3.789-0.1 2.399-14.8-1.253-16.7-3.522-1.7-14.588 7.8-16.308 4.3-1.783-3.6 6.846-14.3 5.691-18-1.114-3.6-16.06-6.3-14.948-10.2 1.1537-4 19.097 2.1 21.458-1.3 2.278-3.4-4.961-14.2-1.253-15 3.844-0.8 9.38 11.6 13.462 12.2 3.937 0.6 9.297-19 12.452-16.6 3.272 2.4-7.578 16.5-4.826 19.6 2.655 3 18.78-2 18.937 1.9 0.164 4-12.063 8.2-12.607 12.1-0.525 3.7 10.879 14.6 8.54 17.7z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <rect id="d0e705" display="none" height="1e3px" width="288" y="6040.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e705"/> </flowRegion> - <flowDiv xml:space="preserve">Et voici l'étoile du milieu de la figure ci-dessus, avec une quantité de hasard variant entre -0.2 et 0.2 :</flowDiv> - </flowRoot> - <text id="shapes-f19-fr.svgtext2848" sodipodi:linespacing="120.00000%" transform="translate(10 6100.8)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="274.15491" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2849" y="-2.4563127" x="274.15491" sodipodi:role="line"/><tspan id="shapes-f19-fr.svgtspan2851"/><tspan id="shapes-f19-fr.svgtspan2853" y="3.9817331" x="274.15491" sodipodi:role="line">+0,2</tspan></text> - <text id="shapes-f19-fr.svgtext2841" sodipodi:linespacing="120.00000%" transform="translate(10 6100.8)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="212.89142" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2842" y="-2.4563127" x="212.89142" sodipodi:role="line"/><tspan id="shapes-f19-fr.svgtspan2844"/><tspan id="shapes-f19-fr.svgtspan2846" y="3.9817331" x="212.89142" sodipodi:role="line">+0,1</tspan></text> - <text id="shapes-f19-fr.svgtext2833" sodipodi:linespacing="120.00000%" transform="translate(10 6100.8)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="151.42322" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2835" y="10.553733" x="151.42322" sodipodi:role="line">0</tspan><tspan id="shapes-f19-fr.svgtspan2837"/><tspan id="shapes-f19-fr.svgtspan2839" y="10.553733" x="151.42322" sodipodi:role="line"/></text> - <text id="shapes-f19-fr.svgtext2814" sodipodi:linespacing="120.00000%" transform="translate(10 6100.8)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="83.021225" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2821" y="10.553733" x="83.021225" sodipodi:role="line">-0,1</tspan><tspan id="shapes-f19-fr.svgtspan2829"/><tspan id="shapes-f19-fr.svgtspan2831" y="10.553733" x="83.021225" sodipodi:role="line"/></text> - <text id="shapes-f19-fr.svgtext2805" sodipodi:linespacing="120.00000%" transform="translate(10 6100.8)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="26.32832" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2807" y="10.553733" x="26.328320" sodipodi:role="line">-0,2</tspan><tspan id="shapes-f19-fr.svgtspan2809"/><tspan id="shapes-f19-fr.svgtspan2811" y="10.553733" x="26.328320" sodipodi:role="line"/></text> - <path id="shapes-f19-fr.svgpath2797" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6100.8) matrix(.84722 0 0 .84722 190.19 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m62.487 5591.1c-2.584 3.2-19.795-4.8-23.125-2.6-3.211 2.1 1.401 15.8-2.556 16.8-4.103 1-1.338-12.7-5.129-13.9-3.657-1-19.069 8.4-21.492 5.3-2.5119-3.3 10.704-13.8 9.457-17.8-1.203-3.8-19.512-0.1-18.462-3.9 1.0885-4 14.981-5.7 17.32-9.1 2.256-3.2-6.854-14-3.398-16.1 3.584-2 15.403 9.4 19.48 9.5 3.933 0.1 6.508-13.9 9.898-12.1 3.515 1.8-4.156 14.7-1.096 17.2 2.951 2.4 17.494-6.3 19.072-2.7 1.636 3.7-13.965 11.1-14.782 15.1-0.788 3.7 17.305 11.1 14.813 14.3z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <path id="shapes-f19-fr.svgpath2798" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6100.8) matrix(.84722 0 0 .84722 126.41 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m60.295 5590.3c-2.167 3.4-14.768-4.9-18.133-2.7-3.245 2.2-0.057 16.9-3.924 17.3-4.01 0.4-5.384-14.6-9.219-15.9-3.699-1.2-13.19 10.5-15.922 7.7-2.833-2.9 8.055-13.3 6.638-17.1-1.367-3.6-16.392-3.8-15.931-7.6 0.4778-4.1 15.429-2 17.496-5.5 1.994-3.3-7.249-15.2-3.942-17.2 3.428-2.2 11.183 10.8 15.179 10.2 3.853-0.5 7.352-15.1 11.014-13.8 3.797 1.4-1.483 15.5 1.432 18.3 2.811 2.7 16.416-3.7 17.677 0 1.307 3.8-13.033 8.5-13.394 12.5-0.347 3.9 13.12 10.5 11.029 13.8z" inkscape:randomized="0.0000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <path id="shapes-f19-fr.svgpath2799" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6100.8) matrix(.84722 0 0 .84722 253.97 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m64.679 5591.8c-2.999 3.2-24.823-4.6-28.117-2.4-3.177 2.1 2.773 14.7-1.188 16.2-4.107 1.7 2.703-10.7-1.04-11.7-3.611-1-24.996 6.3-27.06 2.8-2.1398-3.6 13.334-14.3 12.275-18.5-1.022-4-22.639 3.6-20.993-0.2 1.7065-3.9 14.536-9.3 17.144-12.6 2.515-3.2-6.4602-13-2.853-15 3.739-2 19.716 8 23.781 8.7 3.921 0.6 5.725-12.7 8.781-10.5 3.169 2.3-6.804 14-3.625 16.3 3.067 2.1 18.584-8.9 20.468-5.5 1.954 3.6-14.914 13.9-16.17 17.6-1.212 3.7 21.489 11.8 18.597 14.8z" inkscape:randomized="0.20000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <path id="shapes-f19-fr.svgpath2800" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6100.8) matrix(.84722 0 0 .84722 59.088 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m58.104 5589.5c-1.756 3.5-9.742-5-13.142-2.8-3.28 2.2-1.593 17.9-5.293 17.8-3.835-0.2-9.433-16.5-13.307-17.9-3.737-1.3-7.367 12.5-10.354 10.1-3.098-2.5 5.388-12.8 3.82-16.4-1.513-3.4-13.292-7.6-13.4-11.4-0.1115-3.9 15.877 1.7 17.672-1.9 1.732-3.4-7.644-16.3-4.487-18.3 3.273-2.2 7.054 12.2 10.878 11.1 3.687-1.1 8.266-16.3 12.131-15.6 4.007 0.9 1.214 16.3 3.96 19.3 2.648 3 15.348-1 16.282 2.7 0.968 3.9-12.112 5.9-12.005 10 0.103 3.9 8.938 10 7.245 13.3z" inkscape:randomized="-0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <path id="shapes-f19-fr.svgpath2801" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6100.8) matrix(.84722 0 0 .84722 2.3953 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m55.912 5588.8c-1.352 3.4-4.714-5.2-8.15-3-3.314 2.2-3.197 18.9-6.661 18.3-3.591-0.6-13.488-18.4-17.397-19.9-3.77-1.5-1.597 14.5-4.785 12.5-3.305-2 2.703-12.3 1.002-15.7-1.641-3.2-10.225-11.5-10.868-15.1-0.6673-3.8 16.323 5.3 17.848 1.7 1.47-3.4-8.041-17.4-5.033-19.5 3.12-2.2 3.01 13.6 6.577 11.9 3.44-1.6 9.257-17.4 13.247-17.2 4.138 0.2 3.937 17 6.489 20.3 2.462 3.2 14.285 1.6 14.887 5.4 0.624 4-11.195 3.4-10.617 7.4 0.558 3.9 4.765 9.5 3.461 12.9z" inkscape:randomized="-0.20000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> - <rect id="d0e718" display="none" height="1e3px" width="288" y="6175.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowDiv xml:space="preserve">Et voici l'étoile du milieu de la figure ci-dessus, avec une quantité de hasard variant entre -0,2 et 0,2 :</flowDiv> + </flowRoot> + <text id="shapes-f19-fr.svgtext2848" sodipodi:linespacing="120.00000%" transform="translate(10 6077)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="274.15491" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2849" y="-2.4563127" x="274.15491" sodipodi:role="line"/><tspan id="shapes-f19-fr.svgtspan2851"/><tspan id="shapes-f19-fr.svgtspan2853" y="3.9817331" x="274.15491" sodipodi:role="line">+0,2</tspan></text> + <text id="shapes-f19-fr.svgtext2841" sodipodi:linespacing="120.00000%" transform="translate(10 6077)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="212.89142" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2842" y="-2.4563127" x="212.89142" sodipodi:role="line"/><tspan id="shapes-f19-fr.svgtspan2844"/><tspan id="shapes-f19-fr.svgtspan2846" y="3.9817331" x="212.89142" sodipodi:role="line">+0,1</tspan></text> + <text id="shapes-f19-fr.svgtext2833" sodipodi:linespacing="120.00000%" transform="translate(10 6077)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="151.42322" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2835" y="10.553733" x="151.42322" sodipodi:role="line">0</tspan><tspan id="shapes-f19-fr.svgtspan2837"/><tspan id="shapes-f19-fr.svgtspan2839" y="10.553733" x="151.42322" sodipodi:role="line"/></text> + <text id="shapes-f19-fr.svgtext2814" sodipodi:linespacing="120.00000%" transform="translate(10 6077)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="83.021225" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2821" y="10.553733" x="83.021225" sodipodi:role="line">-0,1</tspan><tspan id="shapes-f19-fr.svgtspan2829"/><tspan id="shapes-f19-fr.svgtspan2831" y="10.553733" x="83.021225" sodipodi:role="line"/></text> + <text id="shapes-f19-fr.svgtext2805" sodipodi:linespacing="120.00000%" transform="translate(10 6077)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="26.32832" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-fr.svgtspan2807" y="10.553733" x="26.328320" sodipodi:role="line">-0,2</tspan><tspan id="shapes-f19-fr.svgtspan2809"/><tspan id="shapes-f19-fr.svgtspan2811" y="10.553733" x="26.328320" sodipodi:role="line"/></text> + <path id="shapes-f19-fr.svgpath2797" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6077) matrix(.84722 0 0 .84722 190.19 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m62.487 5591.1c-2.584 3.2-19.795-4.8-23.125-2.6-3.211 2.1 1.401 15.8-2.556 16.8-4.103 1-1.338-12.7-5.129-13.9-3.657-1-19.069 8.4-21.492 5.3-2.5119-3.3 10.704-13.8 9.457-17.8-1.203-3.8-19.512-0.1-18.462-3.9 1.0885-4 14.981-5.7 17.32-9.1 2.256-3.2-6.854-14-3.398-16.1 3.584-2 15.403 9.4 19.48 9.5 3.933 0.1 6.508-13.9 9.898-12.1 3.515 1.8-4.156 14.7-1.096 17.2 2.951 2.4 17.494-6.3 19.072-2.7 1.636 3.7-13.965 11.1-14.782 15.1-0.788 3.7 17.305 11.1 14.813 14.3z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <path id="shapes-f19-fr.svgpath2798" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6077) matrix(.84722 0 0 .84722 126.41 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m60.295 5590.3c-2.167 3.4-14.768-4.9-18.133-2.7-3.245 2.2-0.057 16.9-3.924 17.3-4.01 0.4-5.384-14.6-9.219-15.9-3.699-1.2-13.19 10.5-15.922 7.7-2.833-2.9 8.055-13.3 6.638-17.1-1.367-3.6-16.392-3.8-15.931-7.6 0.4778-4.1 15.429-2 17.496-5.5 1.994-3.3-7.249-15.2-3.942-17.2 3.428-2.2 11.183 10.8 15.179 10.2 3.853-0.5 7.352-15.1 11.014-13.8 3.797 1.4-1.483 15.5 1.432 18.3 2.811 2.7 16.416-3.7 17.677 0 1.307 3.8-13.033 8.5-13.394 12.5-0.347 3.9 13.12 10.5 11.029 13.8z" inkscape:randomized="0.0000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <path id="shapes-f19-fr.svgpath2799" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6077) matrix(.84722 0 0 .84722 253.97 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m64.679 5591.8c-2.999 3.2-24.823-4.6-28.117-2.4-3.177 2.1 2.773 14.7-1.188 16.2-4.107 1.7 2.703-10.7-1.04-11.7-3.611-1-24.996 6.3-27.06 2.8-2.1398-3.6 13.334-14.3 12.275-18.5-1.022-4-22.639 3.6-20.993-0.2 1.7065-3.9 14.536-9.3 17.144-12.6 2.515-3.2-6.4602-13-2.853-15 3.739-2 19.716 8 23.781 8.7 3.921 0.6 5.725-12.7 8.781-10.5 3.169 2.3-6.804 14-3.625 16.3 3.067 2.1 18.584-8.9 20.468-5.5 1.954 3.6-14.914 13.9-16.17 17.6-1.212 3.7 21.489 11.8 18.597 14.8z" inkscape:randomized="0.20000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <path id="shapes-f19-fr.svgpath2800" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6077) matrix(.84722 0 0 .84722 59.088 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m58.104 5589.5c-1.756 3.5-9.742-5-13.142-2.8-3.28 2.2-1.593 17.9-5.293 17.8-3.835-0.2-9.433-16.5-13.307-17.9-3.737-1.3-7.367 12.5-10.354 10.1-3.098-2.5 5.388-12.8 3.82-16.4-1.513-3.4-13.292-7.6-13.4-11.4-0.1115-3.9 15.877 1.7 17.672-1.9 1.732-3.4-7.644-16.3-4.487-18.3 3.273-2.2 7.054 12.2 10.878 11.1 3.687-1.1 8.266-16.3 12.131-15.6 4.007 0.9 1.214 16.3 3.96 19.3 2.648 3 15.348-1 16.282 2.7 0.968 3.9-12.112 5.9-12.005 10 0.103 3.9 8.938 10 7.245 13.3z" inkscape:randomized="-0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <path id="shapes-f19-fr.svgpath2801" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 6077) matrix(.84722 0 0 .84722 2.3953 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m55.912 5588.8c-1.352 3.4-4.714-5.2-8.15-3-3.314 2.2-3.197 18.9-6.661 18.3-3.591-0.6-13.488-18.4-17.397-19.9-3.77-1.5-1.597 14.5-4.785 12.5-3.305-2 2.703-12.3 1.002-15.7-1.641-3.2-10.225-11.5-10.868-15.1-0.6673-3.8 16.323 5.3 17.848 1.7 1.47-3.4-8.041-17.4-5.033-19.5 3.12-2.2 3.01 13.6 6.577 11.9 3.44-1.6 9.257-17.4 13.247-17.2 4.138 0.2 3.937 17 6.489 20.3 2.462 3.2 14.285 1.6 14.887 5.4 0.624 4-11.195 3.4-10.617 7.4 0.558 3.9 4.765 9.5 3.461 12.9z" inkscape:randomized="-0.20000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/> + <rect id="d0e718" display="none" height="1e3px" width="288" y="6151.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e718"/> </flowRegion> - <flowDiv xml:space="preserve">Essayez de <flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> une poignée de l'étoile du milieu de la figure ci-dessus et observez comment elle passe de la forme de celle de gauche à la forme de celle de droite — et même au delà.</flowDiv> + <flowDiv xml:space="preserve">Essayez de <flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> une poignée de l'étoile du milieu de la figure ci-dessus et observez comment elle passe de la forme de celle de gauche à la forme de celle de droite — et même au-delà.</flowDiv> </flowRoot> - <rect id="d0e724" display="none" height="1e3px" width="288" y="6215" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e724" display="none" height="1e3px" width="288" y="6191.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e724"/> </flowRegion> - <flowDiv xml:space="preserve">Vous trouverez probablement vos propres applications aux étoiles aléatoires, j'avoue aimer particulièrement les éclaboussures en forme d'amibes et les grandes planètes irrégulières aux paysages fantastiques :</flowDiv> - </flowRoot> - <path id="shapes-f20-fr.svgpath1599" style="color:#000000" d="m-37.728 155.36c4.2268 5.7132 9.7471 7.8679 17.311 4.3502 40.796-18.97-86.673-90.888-45.309-108.75 41.367-17.871 38.426 133.61 79.447 115.95 41.021-17.65-85.882-102.37-43.768-118.02 42.114-15.66 10.671 111.76 52.829 96.85 42.157-14.9-66.905-108.38-24.487-123.77 42.418-15.396 6.3065 143.19 49.273 130.56 42.966-12.64-78.565-123.49-35.751-136.42 42.814-12.921 15.198 146.6 58.146 134.79 42.947-11.81-78.229-132.05-34.315-142.3 43.914-10.257-9.116 133.12 34.2 123.57 43.312-9.55-55.846-112.53-11.336-119.51 44.508-6.9782-13.312 122.66 31.18 117.54 44.488-5.12-45.236-120.29-0.842-125.27 44.39-4.9757-14.104 134.72 30.31 130.13 44.42-4.59-38.921-132.64 6.05-134.45 44.96-1.7977-41.683 133.51 3.31 131.19 44.99-2.32-24.87-122.59 19.84-122.69 44.7-0.0924-25.39 112.8 18.95 113.58 44.35 0.77-45.2-127.22-0.28-125.5 44.92 1.7209-33.15 131.8 11.65 134.88 44.8 3.09-19.34-129.92 25.3-126.81 44.63 3.107-49.14 114.08-4.38 118.97 44.75 4.89-14.85-128.64 29.28-121.21 44.12 7.431-61.17 122.66-17.13 131.19 44.04 8.54-13.12-140.8 30.73-132.29 43.84 8.517-40.4 123.15 2.99 134 43.4 10.85-5.71-129.78 37.05-118.25 42.76 11.524-72.52 105.89-29.78 118.07 42.737 12.179-0.71732-125.38 41.836-112.09 42.553 13.287-66.615 102.32-24.046 116.44 42.569 14.114 13.337-115.43 55.144-99.755 41.807 15.673-83.282 110.42-41.37 125.72 41.912 15.309 23.595-141.93 64.915-125.23 41.32 16.701-75.913 110.59-35.427 128.69 40.487 18.092 19.601-145.73 59.911-126.04 39.688 19.384-87.015 109.19-53.099 132" inkscape:connector-curvature="0" transform="translate(10 6273)" stroke="#d9d9d9" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".69435" fill="none"/> - <path id="shapes-f20-fr.svgrect1295" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc" stroke="#000" stroke-width="1.0607" fill="none" style="color:#000000" transform="translate(10 6273)" xmlns:cc="http://creativecommons.org/ns#" d="m328.54 123.82c-2.04 2.51-3.88 4.35-4.99 3.66-3.33-2.05 0.34-25.26-3.01-27.22-3.69-2.163-6.36 12.8-10.07 10.7-3.37-1.91 9.25-8.58 5.79-10.35-3.83-1.946-14.7 5.13-18.57 3.32-3.5-1.64-2.36-13.322-5.88-14.985-3.87-1.837-3.35 14.265-7.33 12.595-3.61-1.51 6.69-16.724 3.09-18.164-3.97-1.59-20.54 13.704-24.53 12.199-3.61-1.364 10.79-12.038 7.12-13.304-4.05-1.397-14.43 13.878-18.52 12.552-3.7-1.201 7.5-21.868 3.8-22.982-4.09-1.23-10.7 11.069-14.85 9.988-3.76-0.978 4.93-10.615 1.15-11.491-4.18-0.967-10 14.484-14.14 13.436-3.76-0.949-6.84-13.073-10.66-13.745-4.21-0.743-3.03 11.415-7.24 10.563-3.82-0.772 2.79-21.082-1.06-21.657-4.26-0.635-6.91 16.709-11.14 16.088-3.83-0.562-1.2-11.067-5.08-11.535-4.29-0.518-14.76 11.12-19.01 10.695-3.85-0.385 8.19-11.526 4.29-11.756-4.32-0.254-15.9 14.753-20.2 14.496-3.89-0.232 2.93-17.09-0.97-17.148-4.31-0.064-8.5 14.957-12.78 14.983-3.87 0.023-4.31-20.487-8.17-20.331-4.27 0.173 1.13 16.525-3.18 16.839-3.91 0.285-4.59-7.679-8.45-7.381-4.25 0.329-0.49 7.461-4.73 7.956-3.83 0.448-11.19-13.514-15.02-12.994-4.235 0.574-2.67 21.621-6.941 22.275-3.87 0.592 0.631-18.393-3.182-17.634-4.211 0.837-2.413 14.4-6.586 15.292-3.778 0.807-6.453-18.313-10.209-17.37-4.148 1.042 3.682 20.97-0.442 22.055-3.734 0.982-11.935-16.567-15.646-15.469-4.098 1.212 2.892 16.488-1.237 17.634-3.74 1.038-13.97-8.376-17.635-7.116-4.047 1.393 6.564 16.692 2.519 18.165-3.662 1.334-9.859-20.465-13.48-19.093-3.998 1.516 0.721 24.664-3.27 26.294-3.615 1.48-12.287-23.561-15.823-21.962-3.9044 1.765 10.94 19.832 7.027 21.652-3.543 1.66-19.163-10.446-22.629-8.658-3.8267 1.973 12.636 13.638 8.7956 15.558-3.4775 1.74-13.58-17.343-16.928-15.426-3.696 2.118 1.6126 18.456-2.121 20.506-3.381 1.86-7.656-7.7-11.005-5.74-3.699 2.16 5.923 11.37 2.254 13.65-2.198 1.37-7.606-4.02-12.022-7.33"/> - <path id="shapes-f20-fr.svgpath2853" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="1251.4492" sodipodi:r2="717.9032" transform="translate(10 6273) matrix(.014410 .014410 -.014410 .014410 203.36 30.947)" sodipodi:arg2="0.67945593" sodipodi:arg1="0.32910642" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.35" inkscape:flatsided="false" d="m586.43 1426.2c-43.667 223.11-607.31-342.5-726.14-152.6-112.6 179.95 553.03 440.4 382.13 578.64-180.35 145.88-273.96-407.71-456.45-305.84-172.93 96.54-11.436 801.22-215.59 792.77-215.44-8.9183-83.98-767.01-303.44-842.74-207.96-71.765-426.09 622.49-600.81 515.36-184.38-113.05 354.61-587.55 223.54-773.32-124.21-176.04-522.91 318.63-603.81 115.21-85.375-214.66 303.14-189.77 324.77-409.72 20.494-208.42-506.85-141.74-455.73-344.73 53.949-214.21 691.12 193.59 847.25 59.021 147.96-127.52-367.81-470.08-183.99-586 193.98-122.32 341.59 357.45 556.79 280.72 203.93-72.708-292.41-729.02-70.122-723.97 234.58 5.3314 103.61 441.76 304.16 552.87 190.04 105.3 296.29-451.98 460.08-332.45 172.84 126.14-122.18 713.87 42.573 871.44 156.12 149.32 631.61-214.95 669.22-24.661 39.686 200.81-672.27 93.024-650.52 316.18 20.609 211.46 497.47 202.37 456.09 413.8z"/> - <path id="shapes-f20-fr.svgpath1638" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="288.60358" sodipodi:r2="523.09772" transform="translate(10 6273) matrix(-.032405 0 0 -.036536 215.39 64.445)" sodipodi:arg2="1.3344848" sodipodi:arg1="1.0714496" inkscape:randomized="0.2" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.41" inkscape:flatsided="false" d="m-461.01 1115.3c-89.538 41.738 75.071 313.48-16.994 344.62-98.551 33.334-21.146-293.77-140.04-305.43-111.07-10.889-111.45 326.3-202.38 279.97-97.331-49.594 83.587-124.57-8.1317-203.06-85.682-73.323-217.39 121-280.89 31.032-67.975-96.308 330.65-149.53 269.94-249.98-56.718-93.843-231.23 102.18-214.25-10.462 18.177-120.58 209.33-120.37 257.35-210.48 44.861-84.179-352.93-87.957-262.91-151.1 96.361-67.587 261.55 92.715 343.88 25.883 76.915-62.433-65.717-224.3 28.274-248.05 100.61-25.415-3.6735 213.89 114.04 241.54 109.96 25.833 122.88-255.01 205.82-199.99 88.781 58.89-72.685 131.53 16.178 214.57 83.015 77.57 253.34-68.348 311.9 11.528 62.687 85.503-314.71 4.0496-297.71 106.42 15.877 95.633 215.94 192.39 225.53 293.11 10.262 107.82-238.61-200.83-268.63-95.332-28.048 98.552 356.81 219.96 305.42 308.31-55.017 94.569-290.54-227.77-386.39-183.1z"/> - <path id="shapes-f20-fr.svgpath2855" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="2299.585" sodipodi:r2="4673.7515" transform="translate(10 6273) matrix(.0051313 .0088877 -.0088877 .0051313 121.96 127.94)" sodipodi:arg2="-0.12863391" sodipodi:arg1="-0.33254745" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.35" inkscape:flatsided="false" d="m1192.9-27.844c482.9 745.56 2477.9-79.186 2577.4 724.7 110.8 895.34-2260.4 135.2-2413.8 1083.5-137.7 851.6 2372.7 1191.9 1776.1 1742.2-664.3 612.9-1875.5-2082.8-2485.3-1340.6-547.56 666.4 1284.1 2154 488.7 2366.5-885.8 236.7-327.08-871.4-1212.1-704.9-794.67 149.6-1006 2531.5-1792.1 2199.1-875.51-370.23 215.82-2086.9-630.41-2610.7-759.83-470.37-646.4 1051.7-1051.4 224.45-451-921.26 1293.3-948.13 719.9-1705.4-514.84-679.99-2808.3 351.22-2892.3-503.15-93.511-951.51 2411.2 176.55 2464.2-721.76 47.573-806.61-2506.4-1245.3-1870.9-1908.7 707.73-738.9 1743.6 498.18 2577.5-27.557 748.71-472.06-1190-1457.1-315.06-1613.5 974.37-174.21 1798.9 855.02 2800.7 879.21 899.56 21.72-605.38-1743.7 274.02-1624.4 979.39 132.79-545.19 2655.8 315.59 2977.2 773 288.44 1450-1912.3 1912-1176.8 514.6 819.05-1780.6 910.33-1242.7 1740.7z"/> - <path id="shapes-f20-fr.svgpath2856" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1962.3131" sodipodi:r2="987.2879" transform="translate(10 6273) matrix(-.012191 0 0 -.0092086 34.486 55.794)" sodipodi:arg2="-1.0812633" sodipodi:arg1="-1.6417338" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m-588.58-1237.5c467.43-23.4-60.18 1037 375.08 1257.3 378.77 191.67 563.66-436.84 875.13-141.08 357.97 339.87-464.71 212.17-396.03 674.57 59.77 402.38 1333 182.42 1226.9 572.11-122 447.9-1057.6 283-1244.2 717.5-162.35 378.11 678.15 506.94 313.48 713.63-419.07 237.52-421.33-855.01-908.3-886.58-423.76-27.47-847.11 1206.8-1171.1 947.7-372.38-297.79 553.11-986.91 143.95-1326.3-356.05-295.33-1063.4 758.95-1074.6 341.38-12.866-479.86 1041.5-607.49 1031.8-1137.5-8.4117-461.25-1145.3-356.26-833.04-656.03 358.81-344.49 684.57 339.49 1117.7 40.252 376.94-260.39 136.38-1096.5 543.13-1116.9z"/> - <path id="shapes-f20-fr.svgpath2857" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1395.4882" sodipodi:r2="866.36334" transform="translate(10 6273) matrix(-.0089874 0 0 -.0067885 23.879 128.72)" sodipodi:arg2="-1.0962105" sodipodi:arg1="-1.6706296" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m-624.47-581.43c325.22 56.055 9.0386 753.22 309.98 918.23 234.37 128.49 581.31-539.04 760.22-379.94 229.74 204.3-465.84 517.23-317.07 802.08 115.86 221.83 895.34-44.69 853.46 194.02-53.76 306.54-699.31 70.34-850.97 383.64-118.1 244.04 261.11 693.64 5.9323 752.21-327.67 75.209-268.13-428.54-571.07-381.87-235.92 36.343-425.66 907.59-636.9 739.05-271.25-216.43 198.89-667.12-80.939-853.57-217.92-145.2-642.09-86.641-720.66-317.79-100.89-296.82 544.95-125.88 616.97-441.64 56.082-245.9-582.08-516.88-375.45-681.65 265.33-211.58 294.71 291.45 603.54 157.11 240.5-104.62 149.68-933.57 402.95-889.91z"/> - <path id="shapes-f20-fr.svgpath2854" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1251.4492" sodipodi:r2="717.9032" transform="translate(10 6273) matrix(.015753 0 0 .015753 262.21 110.75)" sodipodi:arg2="0.77790537" sodipodi:arg1="0.32910642" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m586.43 1426.2c-43.927 278.16-473.02-298.77-642.89-85.873-169.86 212.9 30.811 778.27-228.27 900.37s-113.21-638.05-388.63-673.98-331.62 698.53-527.43 520.94c-195.81-177.58 331.94-497.35 148.78-716.25s-587.83 148.93-658.44-126.83c-70.61-275.77 281.46-364.74 412.29-596.46s-276.92-479-71.128-630.46c205.8-151.45 366.12 220.77 643.8 138.73s182.27-375.84 449.97-389.69c267.7-13.846-241.94 460.31 23.777 552.89 265.72 92.579 626.35-408.15 720.35-156.88 93.999 251.28-346.05 473.05-354.59 754.56-8.5444 281.51 516.35 230.77 472.42 508.93z"/> - <path id="shapes-f20-fr.svgpath1295" sodipodi:type="star" d="m-243.69 1096.3c-31.669 187.63 292.03 205.47 168.19 354.49s-286.2-273.04-452.9-184.99c-166.7 88.051 66.848 485.71-113.84 439.58-180.69-46.129 150.23-338.83-32.762-413.88-183-75.051-457.32 259.79-578.77 103.81s444.89-179.21 432.07-357.15c-12.827-177.94-402.62-55.064-345.92-244.35 56.695-189.29 305.07-15.841 451.17-142.57 146.11-126.73-325.36-272.92-157.71-375.45 167.66-102.53 216.43 413.99 406.72 457.3s142.12-528.03 290.43-397.43c148.32 130.6-148.45 281.4-72.598 448.02 75.85 166.62 316.87-148.25 361.58 32.567 44.715 180.82-323.99 92.409-355.66 280.04z" sodipodi:r1="292.23001" inkscape:flatsided="false" transform="translate(10 6273) matrix(.015753 0 0 .015753 170.82 135.17)" sodipodi:arg2="0.77809157" sodipodi:arg1="0.32929262" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" sodipodi:r2="717.9032" sodipodi:sides="7"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="6476.746448199999" x="10" font-family="Sans" fill="#000000"> - <tspan y="6476.746448199999" x="10">Spirales</tspan> + <flowDiv xml:space="preserve">Vous trouverez probablement vos propres applications aux étoiles aléatoires, mais j'avoue aimer particulièrement les éclaboussures en forme d'amibes et les grandes planètes irrégulières aux paysages fantastiques :</flowDiv> + </flowRoot> + <path id="shapes-f20-fr.svgpath1599" style="color:#000000" d="m-37.728 155.36c4.2268 5.7132 9.7471 7.8679 17.311 4.3502 40.796-18.97-86.673-90.888-45.309-108.75 41.367-17.871 38.426 133.61 79.447 115.95 41.021-17.65-85.882-102.37-43.768-118.02 42.114-15.66 10.671 111.76 52.829 96.85 42.157-14.9-66.905-108.38-24.487-123.77 42.418-15.396 6.3065 143.19 49.273 130.56 42.966-12.64-78.565-123.49-35.751-136.42 42.814-12.921 15.198 146.6 58.146 134.79 42.947-11.81-78.229-132.05-34.315-142.3 43.914-10.257-9.116 133.12 34.2 123.57 43.312-9.55-55.846-112.53-11.336-119.51 44.508-6.9782-13.312 122.66 31.18 117.54 44.488-5.12-45.236-120.29-0.842-125.27 44.39-4.9757-14.104 134.72 30.31 130.13 44.42-4.59-38.921-132.64 6.05-134.45 44.96-1.7977-41.683 133.51 3.31 131.19 44.99-2.32-24.87-122.59 19.84-122.69 44.7-0.0924-25.39 112.8 18.95 113.58 44.35 0.77-45.2-127.22-0.28-125.5 44.92 1.7209-33.15 131.8 11.65 134.88 44.8 3.09-19.34-129.92 25.3-126.81 44.63 3.107-49.14 114.08-4.38 118.97 44.75 4.89-14.85-128.64 29.28-121.21 44.12 7.431-61.17 122.66-17.13 131.19 44.04 8.54-13.12-140.8 30.73-132.29 43.84 8.517-40.4 123.15 2.99 134 43.4 10.85-5.71-129.78 37.05-118.25 42.76 11.524-72.52 105.89-29.78 118.07 42.737 12.179-0.71732-125.38 41.836-112.09 42.553 13.287-66.615 102.32-24.046 116.44 42.569 14.114 13.337-115.43 55.144-99.755 41.807 15.673-83.282 110.42-41.37 125.72 41.912 15.309 23.595-141.93 64.915-125.23 41.32 16.701-75.913 110.59-35.427 128.69 40.487 18.092 19.601-145.73 59.911-126.04 39.688 19.384-87.015 109.19-53.099 132" inkscape:connector-curvature="0" transform="translate(10 6249.1)" stroke="#d9d9d9" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".69435" fill="none"/> + <path id="shapes-f20-fr.svgrect1295" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc" stroke="#000" stroke-width="1.0607" fill="none" style="color:#000000" transform="translate(10 6249.1)" xmlns:cc="http://creativecommons.org/ns#" d="m328.54 123.82c-2.04 2.51-3.88 4.35-4.99 3.66-3.33-2.05 0.34-25.26-3.01-27.22-3.69-2.163-6.36 12.8-10.07 10.7-3.37-1.91 9.25-8.58 5.79-10.35-3.83-1.946-14.7 5.13-18.57 3.32-3.5-1.64-2.36-13.322-5.88-14.985-3.87-1.837-3.35 14.265-7.33 12.595-3.61-1.51 6.69-16.724 3.09-18.164-3.97-1.59-20.54 13.704-24.53 12.199-3.61-1.364 10.79-12.038 7.12-13.304-4.05-1.397-14.43 13.878-18.52 12.552-3.7-1.201 7.5-21.868 3.8-22.982-4.09-1.23-10.7 11.069-14.85 9.988-3.76-0.978 4.93-10.615 1.15-11.491-4.18-0.967-10 14.484-14.14 13.436-3.76-0.949-6.84-13.073-10.66-13.745-4.21-0.743-3.03 11.415-7.24 10.563-3.82-0.772 2.79-21.082-1.06-21.657-4.26-0.635-6.91 16.709-11.14 16.088-3.83-0.562-1.2-11.067-5.08-11.535-4.29-0.518-14.76 11.12-19.01 10.695-3.85-0.385 8.19-11.526 4.29-11.756-4.32-0.254-15.9 14.753-20.2 14.496-3.89-0.232 2.93-17.09-0.97-17.148-4.31-0.064-8.5 14.957-12.78 14.983-3.87 0.023-4.31-20.487-8.17-20.331-4.27 0.173 1.13 16.525-3.18 16.839-3.91 0.285-4.59-7.679-8.45-7.381-4.25 0.329-0.49 7.461-4.73 7.956-3.83 0.448-11.19-13.514-15.02-12.994-4.235 0.574-2.67 21.621-6.941 22.275-3.87 0.592 0.631-18.393-3.182-17.634-4.211 0.837-2.413 14.4-6.586 15.292-3.778 0.807-6.453-18.313-10.209-17.37-4.148 1.042 3.682 20.97-0.442 22.055-3.734 0.982-11.935-16.567-15.646-15.469-4.098 1.212 2.892 16.488-1.237 17.634-3.74 1.038-13.97-8.376-17.635-7.116-4.047 1.393 6.564 16.692 2.519 18.165-3.662 1.334-9.859-20.465-13.48-19.093-3.998 1.516 0.721 24.664-3.27 26.294-3.615 1.48-12.287-23.561-15.823-21.962-3.9044 1.765 10.94 19.832 7.027 21.652-3.543 1.66-19.163-10.446-22.629-8.658-3.8267 1.973 12.636 13.638 8.7956 15.558-3.4775 1.74-13.58-17.343-16.928-15.426-3.696 2.118 1.6126 18.456-2.121 20.506-3.381 1.86-7.656-7.7-11.005-5.74-3.699 2.16 5.923 11.37 2.254 13.65-2.198 1.37-7.606-4.02-12.022-7.33"/> + <path id="shapes-f20-fr.svgpath2853" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="1251.4492" sodipodi:r2="717.9032" transform="translate(10 6249.1) matrix(.014410 .014410 -.014410 .014410 203.36 30.947)" sodipodi:arg2="0.67945593" sodipodi:arg1="0.32910642" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.35" inkscape:flatsided="false" d="m586.43 1426.2c-43.667 223.11-607.31-342.5-726.14-152.6-112.6 179.95 553.03 440.4 382.13 578.64-180.35 145.88-273.96-407.71-456.45-305.84-172.93 96.54-11.436 801.22-215.59 792.77-215.44-8.9183-83.98-767.01-303.44-842.74-207.96-71.765-426.09 622.49-600.81 515.36-184.38-113.05 354.61-587.55 223.54-773.32-124.21-176.04-522.91 318.63-603.81 115.21-85.375-214.66 303.14-189.77 324.77-409.72 20.494-208.42-506.85-141.74-455.73-344.73 53.949-214.21 691.12 193.59 847.25 59.021 147.96-127.52-367.81-470.08-183.99-586 193.98-122.32 341.59 357.45 556.79 280.72 203.93-72.708-292.41-729.02-70.122-723.97 234.58 5.3314 103.61 441.76 304.16 552.87 190.04 105.3 296.29-451.98 460.08-332.45 172.84 126.14-122.18 713.87 42.573 871.44 156.12 149.32 631.61-214.95 669.22-24.661 39.686 200.81-672.27 93.024-650.52 316.18 20.609 211.46 497.47 202.37 456.09 413.8z"/> + <path id="shapes-f20-fr.svgpath1638" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="288.60358" sodipodi:r2="523.09772" transform="translate(10 6249.1) matrix(-.032405 0 0 -.036536 215.39 64.445)" sodipodi:arg2="1.3344848" sodipodi:arg1="1.0714496" inkscape:randomized="0.2" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.41" inkscape:flatsided="false" d="m-461.01 1115.3c-89.538 41.738 75.071 313.48-16.994 344.62-98.551 33.334-21.146-293.77-140.04-305.43-111.07-10.889-111.45 326.3-202.38 279.97-97.331-49.594 83.587-124.57-8.1317-203.06-85.682-73.323-217.39 121-280.89 31.032-67.975-96.308 330.65-149.53 269.94-249.98-56.718-93.843-231.23 102.18-214.25-10.462 18.177-120.58 209.33-120.37 257.35-210.48 44.861-84.179-352.93-87.957-262.91-151.1 96.361-67.587 261.55 92.715 343.88 25.883 76.915-62.433-65.717-224.3 28.274-248.05 100.61-25.415-3.6735 213.89 114.04 241.54 109.96 25.833 122.88-255.01 205.82-199.99 88.781 58.89-72.685 131.53 16.178 214.57 83.015 77.57 253.34-68.348 311.9 11.528 62.687 85.503-314.71 4.0496-297.71 106.42 15.877 95.633 215.94 192.39 225.53 293.11 10.262 107.82-238.61-200.83-268.63-95.332-28.048 98.552 356.81 219.96 305.42 308.31-55.017 94.569-290.54-227.77-386.39-183.1z"/> + <path id="shapes-f20-fr.svgpath2855" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="2299.585" sodipodi:r2="4673.7515" transform="translate(10 6249.1) matrix(.0051313 .0088877 -.0088877 .0051313 121.96 127.94)" sodipodi:arg2="-0.12863391" sodipodi:arg1="-0.33254745" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.35" inkscape:flatsided="false" d="m1192.9-27.844c482.9 745.56 2477.9-79.186 2577.4 724.7 110.8 895.34-2260.4 135.2-2413.8 1083.5-137.7 851.6 2372.7 1191.9 1776.1 1742.2-664.3 612.9-1875.5-2082.8-2485.3-1340.6-547.56 666.4 1284.1 2154 488.7 2366.5-885.8 236.7-327.08-871.4-1212.1-704.9-794.67 149.6-1006 2531.5-1792.1 2199.1-875.51-370.23 215.82-2086.9-630.41-2610.7-759.83-470.37-646.4 1051.7-1051.4 224.45-451-921.26 1293.3-948.13 719.9-1705.4-514.84-679.99-2808.3 351.22-2892.3-503.15-93.511-951.51 2411.2 176.55 2464.2-721.76 47.573-806.61-2506.4-1245.3-1870.9-1908.7 707.73-738.9 1743.6 498.18 2577.5-27.557 748.71-472.06-1190-1457.1-315.06-1613.5 974.37-174.21 1798.9 855.02 2800.7 879.21 899.56 21.72-605.38-1743.7 274.02-1624.4 979.39 132.79-545.19 2655.8 315.59 2977.2 773 288.44 1450-1912.3 1912-1176.8 514.6 819.05-1780.6 910.33-1242.7 1740.7z"/> + <path id="shapes-f20-fr.svgpath2856" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1962.3131" sodipodi:r2="987.2879" transform="translate(10 6249.1) matrix(-.012191 0 0 -.0092086 34.486 55.794)" sodipodi:arg2="-1.0812633" sodipodi:arg1="-1.6417338" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m-588.58-1237.5c467.43-23.4-60.18 1037 375.08 1257.3 378.77 191.67 563.66-436.84 875.13-141.08 357.97 339.87-464.71 212.17-396.03 674.57 59.77 402.38 1333 182.42 1226.9 572.11-122 447.9-1057.6 283-1244.2 717.5-162.35 378.11 678.15 506.94 313.48 713.63-419.07 237.52-421.33-855.01-908.3-886.58-423.76-27.47-847.11 1206.8-1171.1 947.7-372.38-297.79 553.11-986.91 143.95-1326.3-356.05-295.33-1063.4 758.95-1074.6 341.38-12.866-479.86 1041.5-607.49 1031.8-1137.5-8.4117-461.25-1145.3-356.26-833.04-656.03 358.81-344.49 684.57 339.49 1117.7 40.252 376.94-260.39 136.38-1096.5 543.13-1116.9z"/> + <path id="shapes-f20-fr.svgpath2857" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1395.4882" sodipodi:r2="866.36334" transform="translate(10 6249.1) matrix(-.0089874 0 0 -.0067885 23.879 128.72)" sodipodi:arg2="-1.0962105" sodipodi:arg1="-1.6706296" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m-624.47-581.43c325.22 56.055 9.0386 753.22 309.98 918.23 234.37 128.49 581.31-539.04 760.22-379.94 229.74 204.3-465.84 517.23-317.07 802.08 115.86 221.83 895.34-44.69 853.46 194.02-53.76 306.54-699.31 70.34-850.97 383.64-118.1 244.04 261.11 693.64 5.9323 752.21-327.67 75.209-268.13-428.54-571.07-381.87-235.92 36.343-425.66 907.59-636.9 739.05-271.25-216.43 198.89-667.12-80.939-853.57-217.92-145.2-642.09-86.641-720.66-317.79-100.89-296.82 544.95-125.88 616.97-441.64 56.082-245.9-582.08-516.88-375.45-681.65 265.33-211.58 294.71 291.45 603.54 157.11 240.5-104.62 149.68-933.57 402.95-889.91z"/> + <path id="shapes-f20-fr.svgpath2854" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1251.4492" sodipodi:r2="717.9032" transform="translate(10 6249.1) matrix(.015753 0 0 .015753 262.21 110.75)" sodipodi:arg2="0.77790537" sodipodi:arg1="0.32910642" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m586.43 1426.2c-43.927 278.16-473.02-298.77-642.89-85.873-169.86 212.9 30.811 778.27-228.27 900.37s-113.21-638.05-388.63-673.98-331.62 698.53-527.43 520.94c-195.81-177.58 331.94-497.35 148.78-716.25s-587.83 148.93-658.44-126.83c-70.61-275.77 281.46-364.74 412.29-596.46s-276.92-479-71.128-630.46c205.8-151.45 366.12 220.77 643.8 138.73s182.27-375.84 449.97-389.69c267.7-13.846-241.94 460.31 23.777 552.89 265.72 92.579 626.35-408.15 720.35-156.88 93.999 251.28-346.05 473.05-354.59 754.56-8.5444 281.51 516.35 230.77 472.42 508.93z"/> + <path id="shapes-f20-fr.svgpath1295" sodipodi:type="star" d="m-243.69 1096.3c-31.669 187.63 292.03 205.47 168.19 354.49s-286.2-273.04-452.9-184.99c-166.7 88.051 66.848 485.71-113.84 439.58-180.69-46.129 150.23-338.83-32.762-413.88-183-75.051-457.32 259.79-578.77 103.81s444.89-179.21 432.07-357.15c-12.827-177.94-402.62-55.064-345.92-244.35 56.695-189.29 305.07-15.841 451.17-142.57 146.11-126.73-325.36-272.92-157.71-375.45 167.66-102.53 216.43 413.99 406.72 457.3s142.12-528.03 290.43-397.43c148.32 130.6-148.45 281.4-72.598 448.02 75.85 166.62 316.87-148.25 361.58 32.567 44.715 180.82-323.99 92.409-355.66 280.04z" sodipodi:r1="292.23001" inkscape:flatsided="false" transform="translate(10 6249.1) matrix(.015753 0 0 .015753 170.82 135.17)" sodipodi:arg2="0.77809157" sodipodi:arg1="0.32929262" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" sodipodi:r2="717.9032" sodipodi:sides="7"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="6452.834849199997" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="6452.834849199997" x="10">Spirales</tspan> </text> - <rect id="d0e743" display="none" height="1e3px" width="288" y="6481.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e743" display="none" height="1e3px" width="288" y="6458" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e743"/> </flowRegion> - <flowDiv xml:space="preserve">Les spirales d'Inkscape sont des formes versatiles, et bien qu'elles ne soient pas aussi captivantes que les étoiles, elles sont parfois utiles. Une spirale, comme une étoile, est dessinée autour de son centre; lors de sa création tout comme lors de son édition,</flowDiv> + <flowDiv xml:space="preserve">Les spirales d'Inkscape sont des formes versatiles, et bien qu'elles ne soient pas aussi captivantes que les étoiles, elles sont parfois utiles. Une spirale, comme une étoile, est dessinée autour de son centre ; lors de sa création tout comme lors de son édition,</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 6537)"/> - <rect id="d0e749" display="none" height="1e3px" width="258" y="6531" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 6513.1)"/> + <rect id="d0e749" display="none" height="1e3px" width="258" y="6507.1" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e749"/> </flowRegion> <flowDiv xml:space="preserve">Déplacez une poignée en appuyant sur <flowSpan font-weight="bold">Ctrl</flowSpan> pour forcer des modifications d'angle par incréments de 15 degrés.</flowDiv> </flowRoot> - <rect id="d0e756" display="none" height="1e3px" width="288" y="6559.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e756" display="none" height="1e3px" width="288" y="6535.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e756"/> </flowRegion> - <flowDiv xml:space="preserve">Une fois créée, une spirale possède deux poignées, intérieure et extérieure. Les deux poignées peuvent être simplement déplacées pour enrouler ou dérouler (c'est à dire la prolonger, en modifiant le nombre de ses tours) la spirale. Voici les autres raccourcis :</flowDiv> + <flowDiv xml:space="preserve">Une fois créée, une spirale possède deux poignées, intérieure et extérieure. Les deux poignées peuvent être simplement déplacées pour enrouler ou dérouler la spirale (c'est-à-dire la prolonger, en modifiant le nombre de ses tours). Voici les autres raccourcis :</flowDiv> </flowRoot> - <rect id="d0e759" display="none" height="1e3px" width="288" y="6609.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e759" display="none" height="1e3px" width="288" y="6585.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e759"/> </flowRegion> <flowDiv xml:space="preserve">Poignée extérieure :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 6634)"/> - <rect id="d0e765" display="none" height="1e3px" width="258" y="6628" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 6609.7)"/> + <rect id="d0e765" display="none" height="1e3px" width="258" y="6603.7" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e765"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+cliquer-déplacer</flowSpan> permet de redimensionner/tourner la spirale autour de son centre (sans l'enrouler ou la dérouler).</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+cliquer-déplacer</flowSpan> pour redimensionner/tourner la spirale autour de son centre (sans l'enrouler ou la dérouler).</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 6662.7)"/> - <rect id="d0e771" display="none" height="1e3px" width="258" y="6656.7" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 6638.4)"/> + <rect id="d0e771" display="none" height="1e3px" width="258" y="6632.4" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e771"/> </flowRegion> <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> pour verrouiller le rayon de la spirale pendant que vous l'enroulez ou la déroulez.</flowDiv> </flowRoot> - <rect id="d0e777" display="none" height="1e3px" width="288" y="6685.4" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e777" display="none" height="1e3px" width="288" y="6661.1" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e777"/> </flowRegion> <flowDiv xml:space="preserve">Poignée intérieure :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 6709.6)"/> - <rect id="d0e783" display="none" height="1e3px" width="258" y="6703.6" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 6685.3)"/> + <rect id="d0e783" display="none" height="1e3px" width="258" y="6679.3" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e783"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> verticalement permet de faire converger/diverger la spirale.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> verticalement pour faire converger/diverger la spirale.</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 6738.4)"/> - <rect id="d0e789" display="none" height="1e3px" width="258" y="6732.4" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 6714.1)"/> + <rect id="d0e789" display="none" height="1e3px" width="258" y="6708.1" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e789"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+cliquer</flowSpan> permet de remettre la divergence à zéro.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+clic</flowSpan> pour remettre la divergence à zéro.</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 6756.6)"/> - <rect id="d0e795" display="none" height="1e3px" width="258" y="6750.6" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 6732.3)"/> + <rect id="d0e795" display="none" height="1e3px" width="258" y="6726.3" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e795"/> </flowRegion> - <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+cliquer</flowSpan> permet de déplacer la poignée intérieure au centre.</flowDiv> + <flowDiv xml:space="preserve"><flowSpan font-weight="bold">Maj+clic</flowSpan> pour déplacer la poignée intérieure au centre.</flowDiv> </flowRoot> - <rect id="d0e801" display="none" height="1e3px" width="288" y="6777.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e801" display="none" height="1e3px" width="288" y="6744.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e801"/> </flowRegion> - <flowDiv xml:space="preserve">La <flowSpan font-style="italic">divergence</flowSpan> d'une spirale est la mesure de la non-linéarité de ses enroulements. Quand la divergence vaut 1, la spirale est uniforme; inférieure à 1 (<flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> vers le haut), la spirale devient plus dense à sa périphérie; supérieure à 1 (<flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> vers le bas), la spirale est plus dense en son centre :</flowDiv> - </flowRoot> - <text id="shapes-f21-fr.svgtext2996" sodipodi:linespacing="120.00000%" transform="translate(10 6846.4)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="45.595207" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2985" y="-2.4563127" x="45.595207" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2987"/><tspan id="shapes-f21-fr.svgtspan2989" y="3.9817331" x="45.595207" sodipodi:role="line">0,2</tspan></text> - <text id="shapes-f21-fr.svgtext3053" sodipodi:linespacing="120.00000%" transform="translate(10 6846.4)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="105.28775" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2978" y="-2.4563127" x="105.28775" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2980"/><tspan id="shapes-f21-fr.svgtspan2982" y="3.9817331" x="105.28775" sodipodi:role="line">0,5</tspan></text> - <text id="shapes-f21-fr.svgtext2982" sodipodi:linespacing="120.00000%" transform="translate(10 6846.4)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="285.30881" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2971" y="-2.4563127" x="285.30881" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2973"/><tspan id="shapes-f21-fr.svgtspan2975" y="3.9817331" x="285.30881" sodipodi:role="line">6</tspan></text> - <text id="shapes-f21-fr.svgtext3039" sodipodi:linespacing="120.00000%" transform="translate(10 6846.4)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="227.84541" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2964" y="-2.4563127" x="227.84541" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2966"/><tspan id="shapes-f21-fr.svgtspan2968" y="3.9817331" x="227.84541" sodipodi:role="line">2</tspan></text> - <text id="shapes-f21-fr.svgtext2960" sodipodi:linespacing="120.00000%" transform="translate(10 6846.4)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="167.37082" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2956" y="-2.4563127" x="167.37082" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2958"/><tspan id="shapes-f21-fr.svgtspan2960" y="3.9817331" x="167.37082" sodipodi:role="line">1</tspan></text> - <path id="shapes-f21-fr.svgpath2948" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6846.4) matrix(-1 0 0 1 308.13 -6286.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="1.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c0.42 0.6-0.57 0.8-0.95 0.7-1.05-0.4-1-1.8-0.44-2.6 1.01-1.4 3.06-1.3 4.24-0.2 1.74 1.6 1.49 4.3-0.08 5.9-2.09 2.1-5.56 1.7-7.53-0.3-2.47-2.7-1.99-6.9 0.6-9.2 3.14-2.9 8.09-2.3 10.82 0.8 3.21 3.7 2.51 9.4-1.11 12.5-4.19 3.6-10.62 2.8-14.11-1.4-3.97-4.7-3.03-11.9 1.62-15.7 5.23-4.4 13.15-3.3 17.4 1.9 4.72 5.7 3.55 14.4-2.14 19-6.26 5.1-15.68 3.8-20.69-2.4-5.47-6.8-4.06-16.9 2.66-22.3 7.3-5.9 18.21-4.4 23.98 2.9 6.22 7.8 4.59 19.5-3.17 25.6-8.34 6.6-20.75 4.9-27.27-3.4-6.98-8.9-5.11-22 3.69-28.9 9.37-7.4 23.27-5.4 30.55 3.9 7.74 9.9 5.63 24.6-4.2 32.2-10.41 8.1-25.81 5.9-33.84-4.4-8.49-11-6.15-27.1 4.71-35.5 11.45-8.9 28.34-6.4 37.14 4.9 9.24 12 6.67 29.6-5.24 38.8" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> - <path id="shapes-f21-fr.svgpath2949" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6846.4) matrix(-1 0 0 1 368.36 -6287.8)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="2.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5h-0.04c-0.09 0-0.1-0.1-0.08-0.2 0.08-0.2 0.33-0.2 0.48-0.1 0.31 0.2 0.3 0.7 0.1 0.9-0.34 0.5-1.03 0.5-1.45 0.1-0.66-0.5-0.59-1.5-0.05-2.1 0.79-0.9 2.17-0.8 2.98 0 1.13 1 0.96 2.9-0.09 3.9-1.4 1.4-3.73 1.2-5.06-0.2-1.72-1.7-1.42-4.6 0.32-6.3 2.19-2 5.7-1.7 7.68 0.5 2.45 2.6 1.97 6.8-0.63 9.2-3.15 2.8-8.1 2.3-10.86-0.8-3.29-3.7-2.6-9.5 1.04-12.7 4.28-3.7 10.92-2.9 14.58 1.3 4.26 4.9 3.32 12.5-1.52 16.6-5.59 4.8-14.17 3.7-18.85-1.8-5.36-6.3-4.13-15.9 2.09-21.2 7.06-5.9 17.83-4.5 23.67 2.5 6.58 7.8 5.02 19.8-2.75 26.2-8.72 7.3-21.92 5.5-29.04-3.1-7.93-9.6-6-24.1 3.49-31.9 10.54-8.7 26.44-6.5 34.95 3.9 9.42 11.5 7.07 28.8-4.32 38.1" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> - <path id="shapes-f21-fr.svgpath2950" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6846.4) matrix(-1 0 0 1 428.6 -6293)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="6.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c-0.01 0-0.01 0 0 0h0.01 0.01-0.08c-0.06 0-0.06-0.1-0.03-0.1 0.07-0.1 0.21-0.1 0.3-0.1 0.17 0.1 0.16 0.4 0.05 0.5-0.2 0.3-0.59 0.3-0.84 0.1-0.41-0.3-0.38-0.9-0.08-1.3 0.5-0.6 1.44-0.6 2.02-0.1 0.91 0.8 0.83 2.1 0.1 3-1.11 1.3-3.12 1.2-4.34 0.1-1.83-1.6-1.62-4.5-0.08-6.2 2.25-2.5 6.21-2.2 8.58 0 3.4 3.1 2.96 8.5-0.05 11.7-4.24 4.6-11.51 4-15.82-0.1-5.97-5.7-5.13-15.4 0.37-21.1 7.52-7.7 20.15-6.6 27.56 0.7 10 9.8 8.47 26.2-1.04 35.7" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> - <path id="shapes-f21-fr.svgpath2952" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6846.4) matrix(-1 0 0 1 247.89 -6285.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="0.50000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c2.66 3.6-2.06 5.3-4.66 3.4-3.29-2.4-2.8-7.3-0.15-10 3.6-3.6 9.58-2.9 12.88 0.7 4.01 4.4 3.15 11.4-1.28 15.2-5.11 4.4-12.98 3.4-17.21-1.7-4.75-5.7-3.58-14.4 2.1-19 6.25-5.1 15.66-3.8 20.65 2.4 5.41 6.8 3.99 16.8-2.72 22.2-7.22 5.7-17.96 4.2-23.59-3-6-7.7-4.38-19 3.24-24.9 8.06-6.3 19.98-4.6 26.19 3.4 6.55 8.5 4.73 20.9-3.68 27.4-8.83 6.8-21.83 4.9-28.57-3.9-7.05-9.1-5.06-22.7 4.09-29.6 9.53-7.3 23.52-5.3 30.76 4.2 7.51 9.9 5.36 24.4-4.46 31.8-10.18 7.8-25.11 5.5-32.8-4.6-7.96-10.5-5.66-25.9 4.79-33.8 10.8-8.2 26.6-5.8 34.73 5 8.38 11.1 5.94 27.3-5.12 35.6-11.38 8.6-28 6.1-36.54-5.2-8.78-11.7-6.21-28.7 5.41-37.5 11.94-8.9 29.36-6.3 38.29 5.6 9.15 12.2 6.46 30-5.71 39.1" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> - <path id="shapes-f21-fr.svgpath2953" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6846.4) matrix(-1 0 0 1 187.66 -6285.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="0.20000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c9.96 13.6-4.98 16.3-12.09 8.8-6.17-6.5-4.74-17.1 1.96-22.7 7.59-6.3 19.13-4.7 25.19 2.9 6.56 8.2 4.8 20.5-3.43 26.9-8.72 6.8-21.62 4.9-28.31-3.8-7.01-9.1-5.03-22.5 4.07-29.4 9.44-7.2 23.31-5.1 30.45 4.3 7.38 9.7 5.24 24-4.48 31.3-10 7.6-24.62 5.3-32.12-4.6-7.69-10.3-5.43-25.2 4.79-32.9 10.45-7.8 25.7-5.5 33.5 4.9 7.96 10.7 5.6 26.2-5.04 34.2-10.84 8-26.63 5.6-34.68-5.2-8.2-11-5.75-27 5.25-35.2 11.18-8.3 27.43-5.8 35.72 5.3 8.41 11.4 5.88 27.8-5.43 36.2-11.48 8.5-28.17 6-36.66-5.5-8.6-11.6-6.01-28.5 5.6-37.1 11.75-8.7 28.82-6 37.49 5.7 8.79 11.9 6.13 29.1-5.73 37.9-12 8.9-29.42 6.2-38.28-5.8-8.95-12.1-6.23-29.7 5.87-38.6 12.23-9.1 29.98-6.3 38.99 5.9 9.11 12.3 6.34 30.2-5.99 39.3" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> - <rect id="d0e823" display="none" height="1e3px" width="288" y="6923.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowDiv xml:space="preserve">La <flowSpan font-style="italic">divergence</flowSpan> d'une spirale est la mesure de la non-linéarité de ses enroulements. Quand la divergence vaut 1, la spirale est uniforme ; inférieure à 1 (<flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> vers le haut), la spirale devient plus dense à sa périphérie ; supérieure à 1 (<flowSpan font-weight="bold">Alt+cliquer-déplacer</flowSpan> vers le bas), la spirale est plus dense en son centre :</flowDiv> + </flowRoot> + <text id="shapes-f21-fr.svgtext2996" sodipodi:linespacing="120.00000%" transform="translate(10 6813)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="45.595207" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2985" y="-2.4563127" x="45.595207" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2987"/><tspan id="shapes-f21-fr.svgtspan2989" y="3.9817331" x="45.595207" sodipodi:role="line">0,2</tspan></text> + <text id="shapes-f21-fr.svgtext3053" sodipodi:linespacing="120.00000%" transform="translate(10 6813)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="105.28775" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2978" y="-2.4563127" x="105.28775" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2980"/><tspan id="shapes-f21-fr.svgtspan2982" y="3.9817331" x="105.28775" sodipodi:role="line">0,5</tspan></text> + <text id="shapes-f21-fr.svgtext2982" sodipodi:linespacing="120.00000%" transform="translate(10 6813)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="285.30881" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2971" y="-2.4563127" x="285.30881" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2973"/><tspan id="shapes-f21-fr.svgtspan2975" y="3.9817331" x="285.30881" sodipodi:role="line">6</tspan></text> + <text id="shapes-f21-fr.svgtext3039" sodipodi:linespacing="120.00000%" transform="translate(10 6813)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="227.84541" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2964" y="-2.4563127" x="227.84541" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2966"/><tspan id="shapes-f21-fr.svgtspan2968" y="3.9817331" x="227.84541" sodipodi:role="line">2</tspan></text> + <text id="shapes-f21-fr.svgtext2960" sodipodi:linespacing="120.00000%" transform="translate(10 6813)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="167.37082" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-fr.svgtspan2956" y="-2.4563127" x="167.37082" sodipodi:role="line"/><tspan id="shapes-f21-fr.svgtspan2958"/><tspan id="shapes-f21-fr.svgtspan2960" y="3.9817331" x="167.37082" sodipodi:role="line">1</tspan></text> + <path id="shapes-f21-fr.svgpath2948" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6813) matrix(-1 0 0 1 308.13 -6286.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="1.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c0.42 0.6-0.57 0.8-0.95 0.7-1.05-0.4-1-1.8-0.44-2.6 1.01-1.4 3.06-1.3 4.24-0.2 1.74 1.6 1.49 4.3-0.08 5.9-2.09 2.1-5.56 1.7-7.53-0.3-2.47-2.7-1.99-6.9 0.6-9.2 3.14-2.9 8.09-2.3 10.82 0.8 3.21 3.7 2.51 9.4-1.11 12.5-4.19 3.6-10.62 2.8-14.11-1.4-3.97-4.7-3.03-11.9 1.62-15.7 5.23-4.4 13.15-3.3 17.4 1.9 4.72 5.7 3.55 14.4-2.14 19-6.26 5.1-15.68 3.8-20.69-2.4-5.47-6.8-4.06-16.9 2.66-22.3 7.3-5.9 18.21-4.4 23.98 2.9 6.22 7.8 4.59 19.5-3.17 25.6-8.34 6.6-20.75 4.9-27.27-3.4-6.98-8.9-5.11-22 3.69-28.9 9.37-7.4 23.27-5.4 30.55 3.9 7.74 9.9 5.63 24.6-4.2 32.2-10.41 8.1-25.81 5.9-33.84-4.4-8.49-11-6.15-27.1 4.71-35.5 11.45-8.9 28.34-6.4 37.14 4.9 9.24 12 6.67 29.6-5.24 38.8" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> + <path id="shapes-f21-fr.svgpath2949" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6813) matrix(-1 0 0 1 368.36 -6287.8)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="2.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5h-0.04c-0.09 0-0.1-0.1-0.08-0.2 0.08-0.2 0.33-0.2 0.48-0.1 0.31 0.2 0.3 0.7 0.1 0.9-0.34 0.5-1.03 0.5-1.45 0.1-0.66-0.5-0.59-1.5-0.05-2.1 0.79-0.9 2.17-0.8 2.98 0 1.13 1 0.96 2.9-0.09 3.9-1.4 1.4-3.73 1.2-5.06-0.2-1.72-1.7-1.42-4.6 0.32-6.3 2.19-2 5.7-1.7 7.68 0.5 2.45 2.6 1.97 6.8-0.63 9.2-3.15 2.8-8.1 2.3-10.86-0.8-3.29-3.7-2.6-9.5 1.04-12.7 4.28-3.7 10.92-2.9 14.58 1.3 4.26 4.9 3.32 12.5-1.52 16.6-5.59 4.8-14.17 3.7-18.85-1.8-5.36-6.3-4.13-15.9 2.09-21.2 7.06-5.9 17.83-4.5 23.67 2.5 6.58 7.8 5.02 19.8-2.75 26.2-8.72 7.3-21.92 5.5-29.04-3.1-7.93-9.6-6-24.1 3.49-31.9 10.54-8.7 26.44-6.5 34.95 3.9 9.42 11.5 7.07 28.8-4.32 38.1" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> + <path id="shapes-f21-fr.svgpath2950" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6813) matrix(-1 0 0 1 428.6 -6293)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="6.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c-0.01 0-0.01 0 0 0h0.01 0.01-0.08c-0.06 0-0.06-0.1-0.03-0.1 0.07-0.1 0.21-0.1 0.3-0.1 0.17 0.1 0.16 0.4 0.05 0.5-0.2 0.3-0.59 0.3-0.84 0.1-0.41-0.3-0.38-0.9-0.08-1.3 0.5-0.6 1.44-0.6 2.02-0.1 0.91 0.8 0.83 2.1 0.1 3-1.11 1.3-3.12 1.2-4.34 0.1-1.83-1.6-1.62-4.5-0.08-6.2 2.25-2.5 6.21-2.2 8.58 0 3.4 3.1 2.96 8.5-0.05 11.7-4.24 4.6-11.51 4-15.82-0.1-5.97-5.7-5.13-15.4 0.37-21.1 7.52-7.7 20.15-6.6 27.56 0.7 10 9.8 8.47 26.2-1.04 35.7" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> + <path id="shapes-f21-fr.svgpath2952" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6813) matrix(-1 0 0 1 247.89 -6285.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="0.50000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c2.66 3.6-2.06 5.3-4.66 3.4-3.29-2.4-2.8-7.3-0.15-10 3.6-3.6 9.58-2.9 12.88 0.7 4.01 4.4 3.15 11.4-1.28 15.2-5.11 4.4-12.98 3.4-17.21-1.7-4.75-5.7-3.58-14.4 2.1-19 6.25-5.1 15.66-3.8 20.65 2.4 5.41 6.8 3.99 16.8-2.72 22.2-7.22 5.7-17.96 4.2-23.59-3-6-7.7-4.38-19 3.24-24.9 8.06-6.3 19.98-4.6 26.19 3.4 6.55 8.5 4.73 20.9-3.68 27.4-8.83 6.8-21.83 4.9-28.57-3.9-7.05-9.1-5.06-22.7 4.09-29.6 9.53-7.3 23.52-5.3 30.76 4.2 7.51 9.9 5.36 24.4-4.46 31.8-10.18 7.8-25.11 5.5-32.8-4.6-7.96-10.5-5.66-25.9 4.79-33.8 10.8-8.2 26.6-5.8 34.73 5 8.38 11.1 5.94 27.3-5.12 35.6-11.38 8.6-28 6.1-36.54-5.2-8.78-11.7-6.21-28.7 5.41-37.5 11.94-8.9 29.36-6.3 38.29 5.6 9.15 12.2 6.46 30-5.71 39.1" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> + <path id="shapes-f21-fr.svgpath2953" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 6813) matrix(-1 0 0 1 187.66 -6285.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="0.20000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c9.96 13.6-4.98 16.3-12.09 8.8-6.17-6.5-4.74-17.1 1.96-22.7 7.59-6.3 19.13-4.7 25.19 2.9 6.56 8.2 4.8 20.5-3.43 26.9-8.72 6.8-21.62 4.9-28.31-3.8-7.01-9.1-5.03-22.5 4.07-29.4 9.44-7.2 23.31-5.1 30.45 4.3 7.38 9.7 5.24 24-4.48 31.3-10 7.6-24.62 5.3-32.12-4.6-7.69-10.3-5.43-25.2 4.79-32.9 10.45-7.8 25.7-5.5 33.5 4.9 7.96 10.7 5.6 26.2-5.04 34.2-10.84 8-26.63 5.6-34.68-5.2-8.2-11-5.75-27 5.25-35.2 11.18-8.3 27.43-5.8 35.72 5.3 8.41 11.4 5.88 27.8-5.43 36.2-11.48 8.5-28.17 6-36.66-5.5-8.6-11.6-6.01-28.5 5.6-37.1 11.75-8.7 28.82-6 37.49 5.7 8.79 11.9 6.13 29.1-5.73 37.9-12 8.9-29.42 6.2-38.28-5.8-8.95-12.1-6.23-29.7 5.87-38.6 12.23-9.1 29.98-6.3 38.99 5.9 9.11 12.3 6.34 30.2-5.99 39.3" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/> + <rect id="d0e823" display="none" height="1e3px" width="288" y="6885.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e823"/> </flowRegion> <flowDiv xml:space="preserve">Le nombre maximum de tours d'une spirale est 1024.</flowDiv> </flowRoot> - <rect id="d0e826" display="none" height="1e3px" width="288" y="6941.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e826" display="none" height="1e3px" width="288" y="6903.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e826"/> </flowRegion> - <flowDiv xml:space="preserve">Tout comme l'outil ellipse ne se limite pas aux ellipses, mais permet de créer des arcs (des lignes à la courbure constante), l'outil spirale permet de créer des lignes à la courbure <flowSpan font-style="italic">variant régulièrement</flowSpan>. Comparé à une courbe de Bézier, un arc de spirale est souvent plus pratique car vous pouvez l'allonger ou le racourcir en déplaçant une poignée le long de la courbe sans modifier sa forme. De plus, alors qu'une spirale est habituellement dessinée sans remplissage, vous pouvez en ajouter un et retirer le contour afin d'obtenir des effets intéressants.</flowDiv> - </flowRoot> - <path id="shapes-f22-fr.svgpath3031" style="color:#000000" sodipodi:revolution="3.3807619" sodipodi:radius="40.249962" d="m84.272 6515.5c-0.242-12 11.069-20.8 22.538-20.1 13.64 0.9 23.48 13.7 22.21 27.1-1.42 14.9-15.51 25.6-30.22 24-15.983-1.8-27.382-17-25.491-32.8 2.021-16.9 18.085-28.9 34.831-26.8 17.69 2.3 30.27 19.1 27.98 36.7-2.4 18.4-19.98 31.5-38.288 29-19.079-2.5-32.606-20.8-30.025-39.7 2.679-19.7 21.521-33.7 41.113-31 20.25 2.8 34.59 22.2 31.77 42.4-2.9 20.8-22.82 35.5-43.522 32.6-21.279-3-36.334-23.5-33.315-44.7 1.448-10.1 6.893-19.5 14.978-25.8" fill-rule="evenodd" transform="translate(10 7050.4) matrix(-.12864 .67933 -.67933 -.12864 4573.6 795.76)" sodipodi:argument="-17.179831" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" sodipodi:expansion="0.28900903" sodipodi:type="spiral" fill="#ff6c2e" sodipodi:t0="0.076614626"/> - <path id="shapes-f22-fr.svgpath2997" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 18.847 -4437)" sodipodi:t0="0.77700925" sodipodi:radius="36.507183" sodipodi:expansion="13.200652" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.43 9.3-4.18 18.1-10.49 24.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath2998" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 10.646 -4436.6)" sodipodi:t0="0.76208192" sodipodi:radius="47.161507" sodipodi:expansion="13.200652" sodipodi:revolution="2.8656998" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.72 15.6-11.89 28.6-25.07 34.8" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath2999" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 27.465 -4437)" sodipodi:t0="0.79235041" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.21 4.6-0.84 9.1-2.7 13.3" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3000" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 36.191 -4437)" sodipodi:t0="0.81291085" sodipodi:radius="20.110537" sodipodi:expansion="13.200652" sodipodi:revolution="2.6865160" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.01 0.2 0.01 0.3 0.02 0.4" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3001" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 45.024 -4437)" sodipodi:t0="0.85272610" sodipodi:radius="10.697699" sodipodi:expansion="13.200652" sodipodi:revolution="2.5610781" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 2.73-0.3 5.41 1 7.4 2.8" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3002" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69092 .025772 -.025772 .69092 168.83 -4440)" sodipodi:t0="0.74191737" sodipodi:radius="67.193001" sodipodi:expansion="13.200652" sodipodi:revolution="2.9435861" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 1.25 27.1-31.04 40.9-53.46 40.9-1.64 0-3.28 0-4.91-0.1" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3003" sodipodi:argument="-17.513800" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 -6.2038 -4382.3)" sodipodi:t0="0.64947820" sodipodi:radius="32.027428" sodipodi:expansion="1.0000000" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m171.5 6461.9c-1.86 12.1-13.94 20-25.81 18-13.63-2.2-22.45-15.8-20.15-29.2 2.61-15.2 17.81-24.9 32.7-22.3 15.51 2.8 26.13 17.7 24.73 33.2" sodipodi:cy="6456.9546" sodipodi:cx="151.28812"/> - <path id="shapes-f22-fr.svgpath3004" sodipodi:argument="-17.513800" stroke="#000" stroke-linecap="round" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(-.69140 0 0 .69140 220.31 -4382.5)" sodipodi:t0="0.64947820" sodipodi:radius="32.027428" sodipodi:expansion="1.0000000" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m171.5 6461.9c-1.86 12.1-13.94 20-25.81 18-13.63-2.2-22.45-15.8-20.15-29.2 2.61-15.2 17.81-24.9 32.7-22.3 15.51 2.8 26.13 17.7 24.73 33.2" sodipodi:cy="6456.9546" sodipodi:cx="151.28812"/> - <path id="shapes-f22-fr.svgpath3626" style="color:#000000" sodipodi:revolution="3.7046297" sodipodi:radius="44.105801" d="m103.2 6518.4c-0.01 0 0 0 0 0h0.09c0.06 0.1-0.03 0.2-0.12 0.3-0.25 0.1-0.52-0.1-0.61-0.3-0.21-0.6 0.26-1.1 0.77-1.3 1.04-0.3 2 0.6 2.24 1.6 0.44 1.8-1.09 3.4-2.77 3.7-2.917 0.6-5.435-1.9-5.903-4.6-0.767-4.5 3.027-8.3 7.243-8.9 6.58-0.9 12.05 4.7 12.82 10.9 1.15 9.3-6.8 17-15.68 17.9-12.862 1.4-23.347-9.6-24.448-21.9-1.551-17.3 13.282-31.3 29.858-32.6 17.76-1.3 33.85 10.7 39.85 27.1" fill-rule="evenodd" transform="translate(10 7050.4) matrix(.67933 -.12864 -.12864 -.67933 981.5 4517.8)" sodipodi:argument="-17.179831" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" sodipodi:expansion="3.8924387" sodipodi:type="spiral" fill="#ff6c2e" sodipodi:t0="0.0000000"/> - <path id="shapes-f22-fr.svgpath3627" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.17895 -.66784 .66784 .17895 -4374.6 -1086.5)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/> - <path id="shapes-f22-fr.svgpath3628" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(-.17895 -.66784 -.66784 .17895 4473 -1093.8)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/> - <path id="shapes-f22-fr.svgpath3629" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.48890 -.48890 .48890 .48890 -3201.2 -3162.8)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/> - <path id="shapes-f22-fr.svgpath3630" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 35.652 -4530.1)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/> - <path id="shapes-f22-fr.svgpath3632" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 104.68 -4434)" sodipodi:t0="0.93520707" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m253.98 6460.7c6.16 6.9 5.36 17.5 1.84 25.4" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3633" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.69140 0 0 .69140 104.9 -4448.9)" sodipodi:t0="0.81344151" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-0.33 1-0.7 1.9-1.12 2.9" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3634" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(.34570 -.59877 .59877 .34570 -3695.3 -2066.5)" sodipodi:t0="0.81344151" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-0.33 1-0.7 1.9-1.12 2.9" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3635" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(-.48890 -.48890 .48890 -.48890 -2792.1 3319.2)" sodipodi:t0="0.79694211" sodipodi:radius="36.963310" sodipodi:expansion="13.200652" sodipodi:revolution="2.8132913" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-1.9 5.6-5.29 10.6-9.45 14.7" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3636" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(-.69140 6.1207e-8 -6.1207e-8 -.69140 425.78 4523.9)" sodipodi:t0="0.79712820" sodipodi:radius="36.849499" sodipodi:expansion="13.200652" sodipodi:revolution="2.8126345" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-1.88 5.5-5.22 10.5-9.32 14.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <path id="shapes-f22-fr.svgpath3089" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7050.4) matrix(-.34570 .59877 -.59877 -.34570 4235.7 2172)" sodipodi:t0="0.77057040" sodipodi:radius="57.635422" sodipodi:expansion="13.200652" sodipodi:revolution="2.9095716" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-5.81 17-23.61 26.9-40.46 29.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> - <rect id="d0e842" display="none" height="1e3px" width="288" y="7162.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowDiv xml:space="preserve">Tout comme l'outil Ellipse ne se limite pas aux ellipses, mais permet de créer des arcs (des lignes à la courbure constante), l'outil spirale permet de créer des lignes à la courbure <flowSpan font-style="italic">variant régulièrement</flowSpan>. Comparé à une courbe de Bézier, un arc de spirale est souvent plus pratique car vous pouvez l'allonger ou le raccourcir en déplaçant une poignée le long de la courbe sans modifier sa forme. De plus, alors qu'une spirale est habituellement dessinée sans remplissage, vous pouvez en ajouter un et retirer le contour afin d'obtenir des effets intéressants.</flowDiv> + </flowRoot> + <path id="shapes-f22-fr.svgpath3031" style="color:#000000" sodipodi:revolution="3.3807619" sodipodi:radius="40.249962" d="m84.272 6515.5c-0.242-12 11.069-20.8 22.538-20.1 13.64 0.9 23.48 13.7 22.21 27.1-1.42 14.9-15.51 25.6-30.22 24-15.983-1.8-27.382-17-25.491-32.8 2.021-16.9 18.085-28.9 34.831-26.8 17.69 2.3 30.27 19.1 27.98 36.7-2.4 18.4-19.98 31.5-38.288 29-19.079-2.5-32.606-20.8-30.025-39.7 2.679-19.7 21.521-33.7 41.113-31 20.25 2.8 34.59 22.2 31.77 42.4-2.9 20.8-22.82 35.5-43.522 32.6-21.279-3-36.334-23.5-33.315-44.7 1.448-10.1 6.893-19.5 14.978-25.8" fill-rule="evenodd" transform="translate(10 7012.5) matrix(-.12864 .67933 -.67933 -.12864 4573.6 795.76)" sodipodi:argument="-17.179831" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" sodipodi:expansion="0.28900903" sodipodi:type="spiral" fill="#ff6c2e" sodipodi:t0="0.076614626"/> + <path id="shapes-f22-fr.svgpath2997" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 18.847 -4437)" sodipodi:t0="0.77700925" sodipodi:radius="36.507183" sodipodi:expansion="13.200652" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.43 9.3-4.18 18.1-10.49 24.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath2998" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 10.646 -4436.6)" sodipodi:t0="0.76208192" sodipodi:radius="47.161507" sodipodi:expansion="13.200652" sodipodi:revolution="2.8656998" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.72 15.6-11.89 28.6-25.07 34.8" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath2999" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 27.465 -4437)" sodipodi:t0="0.79235041" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.21 4.6-0.84 9.1-2.7 13.3" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3000" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 36.191 -4437)" sodipodi:t0="0.81291085" sodipodi:radius="20.110537" sodipodi:expansion="13.200652" sodipodi:revolution="2.6865160" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.01 0.2 0.01 0.3 0.02 0.4" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3001" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 45.024 -4437)" sodipodi:t0="0.85272610" sodipodi:radius="10.697699" sodipodi:expansion="13.200652" sodipodi:revolution="2.5610781" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 2.73-0.3 5.41 1 7.4 2.8" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3002" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69092 .025772 -.025772 .69092 168.83 -4440)" sodipodi:t0="0.74191737" sodipodi:radius="67.193001" sodipodi:expansion="13.200652" sodipodi:revolution="2.9435861" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 1.25 27.1-31.04 40.9-53.46 40.9-1.64 0-3.28 0-4.91-0.1" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3003" sodipodi:argument="-17.513800" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 -6.2038 -4382.3)" sodipodi:t0="0.64947820" sodipodi:radius="32.027428" sodipodi:expansion="1.0000000" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m171.5 6461.9c-1.86 12.1-13.94 20-25.81 18-13.63-2.2-22.45-15.8-20.15-29.2 2.61-15.2 17.81-24.9 32.7-22.3 15.51 2.8 26.13 17.7 24.73 33.2" sodipodi:cy="6456.9546" sodipodi:cx="151.28812"/> + <path id="shapes-f22-fr.svgpath3004" sodipodi:argument="-17.513800" stroke="#000" stroke-linecap="round" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(-.69140 0 0 .69140 220.31 -4382.5)" sodipodi:t0="0.64947820" sodipodi:radius="32.027428" sodipodi:expansion="1.0000000" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m171.5 6461.9c-1.86 12.1-13.94 20-25.81 18-13.63-2.2-22.45-15.8-20.15-29.2 2.61-15.2 17.81-24.9 32.7-22.3 15.51 2.8 26.13 17.7 24.73 33.2" sodipodi:cy="6456.9546" sodipodi:cx="151.28812"/> + <path id="shapes-f22-fr.svgpath3626" style="color:#000000" sodipodi:revolution="3.7046297" sodipodi:radius="44.105801" d="m103.2 6518.4c-0.01 0 0 0 0 0h0.09c0.06 0.1-0.03 0.2-0.12 0.3-0.25 0.1-0.52-0.1-0.61-0.3-0.21-0.6 0.26-1.1 0.77-1.3 1.04-0.3 2 0.6 2.24 1.6 0.44 1.8-1.09 3.4-2.77 3.7-2.917 0.6-5.435-1.9-5.903-4.6-0.767-4.5 3.027-8.3 7.243-8.9 6.58-0.9 12.05 4.7 12.82 10.9 1.15 9.3-6.8 17-15.68 17.9-12.862 1.4-23.347-9.6-24.448-21.9-1.551-17.3 13.282-31.3 29.858-32.6 17.76-1.3 33.85 10.7 39.85 27.1" fill-rule="evenodd" transform="translate(10 7012.5) matrix(.67933 -.12864 -.12864 -.67933 981.5 4517.8)" sodipodi:argument="-17.179831" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" sodipodi:expansion="3.8924387" sodipodi:type="spiral" fill="#ff6c2e" sodipodi:t0="0.0000000"/> + <path id="shapes-f22-fr.svgpath3627" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.17895 -.66784 .66784 .17895 -4374.6 -1086.5)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/> + <path id="shapes-f22-fr.svgpath3628" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(-.17895 -.66784 -.66784 .17895 4473 -1093.8)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/> + <path id="shapes-f22-fr.svgpath3629" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.48890 -.48890 .48890 .48890 -3201.2 -3162.8)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/> + <path id="shapes-f22-fr.svgpath3630" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 35.652 -4530.1)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/> + <path id="shapes-f22-fr.svgpath3632" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 104.68 -4434)" sodipodi:t0="0.93520707" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m253.98 6460.7c6.16 6.9 5.36 17.5 1.84 25.4" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3633" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.69140 0 0 .69140 104.9 -4448.9)" sodipodi:t0="0.81344151" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-0.33 1-0.7 1.9-1.12 2.9" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3634" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(.34570 -.59877 .59877 .34570 -3695.3 -2066.5)" sodipodi:t0="0.81344151" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-0.33 1-0.7 1.9-1.12 2.9" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3635" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(-.48890 -.48890 .48890 -.48890 -2792.1 3319.2)" sodipodi:t0="0.79694211" sodipodi:radius="36.963310" sodipodi:expansion="13.200652" sodipodi:revolution="2.8132913" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-1.9 5.6-5.29 10.6-9.45 14.7" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3636" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(-.69140 6.1207e-8 -6.1207e-8 -.69140 425.78 4523.9)" sodipodi:t0="0.79712820" sodipodi:radius="36.849499" sodipodi:expansion="13.200652" sodipodi:revolution="2.8126345" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-1.88 5.5-5.22 10.5-9.32 14.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <path id="shapes-f22-fr.svgpath3089" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 7012.5) matrix(-.34570 .59877 -.59877 -.34570 4235.7 2172)" sodipodi:t0="0.77057040" sodipodi:radius="57.635422" sodipodi:expansion="13.200652" sodipodi:revolution="2.9095716" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-5.81 17-23.61 26.9-40.46 29.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/> + <rect id="d0e842" display="none" height="1e3px" width="288" y="7124.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e842"/> </flowRegion> <flowDiv xml:space="preserve">Les spirales avec des contours en pointillés sont particulièrement intéressantes — elles combinent la concentration naturelle de la forme avec l'espacement régulier des pointillés pour fournir de superbes effets de moiré :</flowDiv> </flowRoot> - <path id="shapes-f23-fr.svgpath3032" sodipodi:argument="-36.806286" stroke="#000" stroke-width="3.75" fill="none" style="color:#000000" transform="translate(10 7220.3) matrix(-.17215 .64245 -.64245 -.17215 4263.8 1103.8)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="1.8749997 1.8749997"/> - <path id="shapes-f23-fr.svgpath3088" sodipodi:argument="-36.806286" stroke="#000" stroke-width="7.5" fill="none" style="color:#000000" transform="translate(10 7220.3) matrix(-.17929 .65451 -.66912 -.17538 4637.7 1123.6)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="3.7499994 3.7499994"/> - <path id="shapes-f23-fr.svgpath3090" sodipodi:argument="-36.806286" stroke="#000" stroke-width=".60429" fill="none" style="color:#000000" transform="translate(10 7220.3) matrix(-.17929 .65451 -.66912 -.17538 4536.4 1123.2)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="0.60429269 7.2515122"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="7342.342410299996" x="10" font-family="Sans" fill="#000000"> - <tspan y="7342.342410299996" x="10">Conclusion</tspan> + <path id="shapes-f23-fr.svgpath3032" sodipodi:argument="-36.806286" stroke="#000" stroke-width="3.75" fill="none" style="color:#000000" transform="translate(10 7182.4) matrix(-.17215 .64245 -.64245 -.17215 4263.8 1103.8)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="1.8749997 1.8749997"/> + <path id="shapes-f23-fr.svgpath3088" sodipodi:argument="-36.806286" stroke="#000" stroke-width="7.5" fill="none" style="color:#000000" transform="translate(10 7182.4) matrix(-.17929 .65451 -.66912 -.17538 4637.7 1123.6)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="3.7499994 3.7499994"/> + <path id="shapes-f23-fr.svgpath3090" sodipodi:argument="-36.806286" stroke="#000" stroke-width=".60429" fill="none" style="color:#000000" transform="translate(10 7182.4) matrix(-.17929 .65451 -.66912 -.17538 4536.4 1123.2)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="0.60429269 7.2515122"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="7304.426571499995" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="7304.426571499995" x="10">Conclusion</tspan> </text> - <rect id="d0e861" display="none" height="1e3px" width="288" y="7347.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e861" display="none" height="1e3px" width="288" y="7309.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e861"/> </flowRegion> - <flowDiv xml:space="preserve">Les outils de formes d'Inkscape sont particulièrement puissants. Initiez-vous à leurs astuces à loisir — ce sera payant pour tout travail de design car, utiliser des formes au lieu de chemins rend la création d'un dessin vectoriel plus rapide et sa modification plus facile. Si vous avez des idées pour améliorer d'une façon quelconque les outils de formes, n'hésitez pas à contacter les développeurs.</flowDiv> + <flowDiv xml:space="preserve">Les outils de formes d'Inkscape sont particulièrement puissants. Initiez-vous à leurs astuces à loisir — cela vous servira pour tout travail de design, car utiliser des formes plutôt que des chemins rend la création d'un dessin vectoriel plus rapide et sa modification plus facile. Si vous avez des idées pour améliorer d'une façon quelconque les outils de formes, n'hésitez pas à contacter les développeurs.</flowDiv> </flowRoot> - <g transform="translate(0 7418.8)"> + <g transform="translate(0 7380.9)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> @@ -1089,8 +1089,8 @@ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/> - <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="sans-serif" fill="#ffffff"/> + <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path1951" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.69 -163.2)"/> </g> </g> diff --git a/share/tutorials/tutorial-tips.fr.svg b/share/tutorials/tutorial-tips.fr.svg index 70dd27bb0..17b2c6edf 100644 --- a/share/tutorials/tutorial-tips.fr.svg +++ b/share/tutorials/tutorial-tips.fr.svg @@ -35,44 +35,44 @@ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path7527" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.46 237.6)"/> <path id="text1896" d="m120.82 12.812 0.1105-0.44803c0.96986-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14732 0.5779-0.14731 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72436 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58929-0.30518 0.95761-0.91554 0.2087-0.35063 0.49721-0.948 0.86553-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6635 3.1752-2.6334 3.1752-0.3192 0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.38059 0.72724-0.69365 1.2532-0.93919 1.5778-0.54019 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50336 0.000008 0.92691 0.27921 1.2707 0.83762l0.92077-3.5063c0.12276-0.4675 0.18414-0.75969 0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78573-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25781 0.95449 0.18415 0.23376 0.41743 0.35063 0.69979 0.35063 0.71206 0 1.3934-0.62984 2.0441-1.8895 0.87167-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438 5.3763 0.36831 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6887 2.7661-0.34375 0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866s0.27623-0.79866 0.60772-1.6558l0.69978-1.7726c0.41742-1.0519 0.62613-1.7596 0.62613-2.1233 0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87166-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81029 0.38959 0.2087 0.25973 0.31305 0.59738 0.31306 1.0129-0.00001 0.49349-0.25168 1.409-0.75504 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.4788 1.396-0.4788 1.6558 0 0.23375 0.0982 0.35063 0.29465 0.35063 0.23326 0 0.53405-0.22077 0.90235-0.6623 0.3806-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27623-10.227c0.23325 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25782 0.62334 0 0.24675-0.0859 0.46103-0.25782 0.64282-0.1596 0.18182-0.35604 0.27272-0.58929 0.27271-0.23326 0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282 0-0.24673 0.0859-0.45451 0.25782-0.62334 0.17187-0.1818 0.37445-0.2727 0.60771-0.27271m8.3563 0.38959 0.1105-0.44803c0.96987-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14734 0.5779-0.14733 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72435 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58928-0.30518 0.9576-0.91554 0.2087-0.35063 0.49722-0.948 0.86554-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6636 3.1752-2.6334 3.1752-0.3192 0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.3806 0.72724-0.69365 1.2532-0.93919 1.5778-0.5402 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50335 0.000008 0.92691 0.27921 1.2707 0.83762l0.92078-3.5063c0.12275-0.4675 0.18415-0.75969 0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78572-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25783 0.95449 0.18414 0.23376 0.41741 0.35063 0.69978 0.35063 0.71207 0 1.3934-0.62984 2.0441-1.8895 0.87166-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479h1.3075c-0.30692 0.87009-0.72434 2.1427-1.2522 3.818-0.56475 1.8051-0.84712 3.0323-0.84711 3.6816-0.00001 0.27271 0.0982 0.40907 0.29464 0.40907 0.4297 0 1.0313-0.88307 1.8047-2.6492l0.40514 0.17532c-0.51563 1.1818-0.95761 1.9934-1.3259 2.4349-0.36832 0.44153-0.78574 0.6623-1.2522 0.6623-0.76118 0-1.1418-0.36362-1.1418-1.0909 0-0.19479 0.0553-0.59088 0.16574-1.1882-0.87166 1.5324-1.8047 2.2986-2.7992 2.2986-0.62614 0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337 0-1.4804 0.55247-2.9154 1.6574-4.305 1.1049-1.4025 2.2406-2.1038 3.4069-2.1038 0.61385 0.000008 1.0804 0.35713 1.3996 1.0714l0.29465-0.81814m-1.5469 0.23375c-0.36831-0.02596-0.79801 0.2013-1.2891 0.68178-0.4788 0.46752-0.92691 1.0974-1.3443 1.8895-0.83485 1.5713-1.2523 2.8895-1.2523 3.9543 0 0.83112 0.30693 1.2467 0.92077 1.2467 0.99444 0 1.9336-1.0324 2.8176-3.0972 0.60156-1.4025 0.93919-2.5648 1.0128-3.4868 0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893 5.3374 0.36831 0.23375c-0.88395 1.8311-1.9643 2.7466-3.2411 2.7466-0.67524 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83483-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.4297 0.000008 0.77346 0.11039 1.0313 0.33115 0.27009 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13505 0.15584-0.30079 0.23376-0.49721 0.23375-0.17188 0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.1105-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81029 1.5584-1.1418 2.6102-0.33148 1.0389-0.49721 1.896-0.49721 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.9576 0 1.8354-0.80515 2.6334-2.4155m5.1362-8.3177h1.2891l-0.79187 2.7466h1.4548l-0.12891 0.44803h-1.4548l-0.34989 1.1298c-0.29465 0.96099-0.60771 2.1233-0.93919 3.4868-0.33147 1.3506-0.49722 2.1362-0.49722 2.357 0 0.29869 0.12891 0.44803 0.38673 0.44803 0.45425 0.000001 1.0006-0.6623 1.639-1.9869 0.0614-0.14285 0.15346-0.31816 0.27623-0.52595l0.36831 0.1948c-0.47881 1.0519-0.83484 1.7272-1.0681 2.0259-0.50336 0.63633-1.0374 0.9545-1.6022 0.9545-0.38058 0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345 0-0.36362 0.0552-0.77268 0.16574-1.2272 0.12278-0.50646 0.51564-1.9609 1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027 8.3177 0.3683 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6886 2.7661-0.34376 0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.11049-0.79866 0.0737-0.24674 0.27624-0.79866 0.60771-1.6558l0.69979-1.7726c0.41742-1.0519 0.62613-1.7596 0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36832-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81027 0.38959 0.20872 0.25973 0.31307 0.59738 0.31307 1.0129 0 0.49349-0.25168 1.409-0.75503 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29463 0.35063 0.23328 0 0.53406-0.22077 0.90237-0.6623 0.38058-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27624-10.227c0.23326 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25783 0.62334-0.00001 0.24675-0.0859 0.46103-0.25783 0.64282-0.1596 0.18182-0.35603 0.27272-0.58929 0.27271-0.23327 0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673 0.0859-0.45451 0.25782-0.62334 0.17188-0.1818 0.37444-0.2727 0.60771-0.27271m7.3369 10.227 0.36831 0.23375c-0.88396 1.8311-1.9643 2.7466-3.2411 2.7466-0.67523 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83482-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.42969 0.000008 0.77345 0.11039 1.0313 0.33115 0.27008 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13506 0.15584-0.30079 0.23376-0.49721 0.23375-0.17189 0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.11049-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81028 1.5584-1.1418 2.6102-0.33148 1.0389-0.49722 1.896-0.49722 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.95761 0 1.8354-0.80515 2.6334-2.4155m6.3332 0 0.36832 0.19479c-0.82257 1.8441-1.7188 2.7661-2.6887 2.7661-0.34376 0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866 0.0736-0.24674 0.27622-0.79866 0.60771-1.6558l0.69979-1.7726c0.4174-1.0519 0.62612-1.7596 0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33147 0.000008 0.60157 0.12987 0.81028 0.38959 0.20871 0.25973 0.31306 0.59738 0.31307 1.0129-0.00001 0.49349-0.25169 1.409-0.75503 2.7466l-0.77346 2.0453c-0.31921 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29465 0.35063 0.23325 0 0.53404-0.22077 0.90236-0.6623 0.38058-0.45452 0.74275-1.0259 1.0865-1.7142m-0.27622-10.227c0.23326 0.000012 0.42969 0.09092 0.5893 0.27271 0.17187 0.16883 0.2578 0.37662 0.25781 0.62334-0.00001 0.24675-0.0859 0.46103-0.25781 0.64282-0.15961 0.18182-0.35604 0.27272-0.5893 0.27271-0.23328 0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282 0-0.24673 0.0859-0.45451 0.25781-0.62334 0.17187-0.1818 0.37444-0.2727 0.60772-0.27271m7.2632 10.383 0.34989 0.25323c-1.0681 1.7012-2.1853 2.5518-3.3516 2.5518-0.62613 0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168 0-1.1558 0.39287-2.409 1.1786-3.7595 1.0927-1.87 2.3326-2.805 3.7199-2.805 0.40513 0.000008 0.73661 0.12987 0.99443 0.38959 0.25781 0.25973 0.38672 0.59088 0.38673 0.99345-0.00001 0.94801-0.62 1.8441-1.86 2.6882-0.40514 0.27272-1.3136 0.71425-2.7255 1.3246-0.20871 0.79217-0.31306 1.4025-0.31306 1.8311 0 0.71425 0.31306 1.0714 0.9392 1.0714 0.45424 0 0.87779-0.16233 1.2707-0.48699 0.40514-0.33764 0.91463-0.948 1.5285-1.8311m-3.278-1.1103c0.23326-0.10389 0.51563-0.24024 0.84711-0.40907 0.71206-0.38959 1.3075-0.90904 1.7863-1.5584 0.49107-0.64931 0.73661-1.2597 0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337 0.000008-1.0067 0.3896-1.5101 1.1688-0.49108 0.7662-0.93306 1.8506-1.3259 3.2531m7.1834-8.8826 0.11048-0.44803c0.92078-0.03895 1.9643-0.10388 3.1306-0.1948-0.0982 0.35064-0.17188 0.60388-0.22099 0.7597-0.13505 0.40259-0.32533 1.0129-0.57087 1.8311l-1.4917 5.1426c-0.71206 2.4544-1.0681 3.9608-1.0681 4.5192-0.00001 0.40258 0.11049 0.60386 0.33147 0.60386 0.30693 0 0.68751-0.35063 1.1418-1.0519 0.23327-0.36361 0.49722-0.84411 0.79188-1.4415l0.42355 0.21427c-0.36832 0.71425-0.64455 1.2207-0.8287 1.5194-0.56475 0.89606-1.2093 1.3441-1.9336 1.3441-0.36831 0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542 0.20871-1.5389 0.62613-2.9804l1.6206-5.5906c0.35603-1.2337 0.53406-1.9285 0.53406-2.0843 0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#fff"/> <use id="use1901" opacity=".078652" style="color:black" xlink:href="#text1896" transform="matrix(3.1679 0 0 3.1679 -274.08 -31.04)" height="1052.3622" width="320" y="0" x="0" fill="black"/> </g> - <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> + <text id="text1920" font-family="sans-serif" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::TRUCS ET ASTUCES</tspan> </text> <rect id="d0e10" display="none" height="1e3px" width="264" y="36" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e10"/> </flowRegion> - <flowDiv xml:space="preserve">Ce didacticiel est là pour vous montrer divers trucs et astuces trouvés par des utilisateurs au cours de leur utilisation d'Inkscape, ainsi que quelques fonctionalités cachées qui peuvent vous aider à accélérer votre production.</flowDiv> + <flowDiv xml:space="preserve">Ce didacticiel présente divers trucs et astuces trouvés par des utilisateurs au cours de leur utilisation d'Inkscape, ainsi que quelques fonctionnalités cachées qui peuvent vous aider à accélérer votre production.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="100.456248" x="10" font-family="Sans" fill="#000000"> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="100.456248" x="10" font-family="sans-serif" fill="#000000"> <tspan y="100.456248" x="10">Disposition radiale grâce au pavage de clones</tspan> </text> <rect id="d0e19" display="none" height="1e3px" width="288" y="105.66" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e19"/> </flowRegion> - <flowDiv xml:space="preserve">Il est facile de comprendre comment se servir de la boîte de dialogue <flowSpan font-family="Sans">Créer un pavage avec des clones</flowSpan> pour créer des motifs ou des grilles rectangulaires. Mais que faire si vous voulez un placement <flowSpan font-style="italic">radial</flowSpan>, où les objets partagent un même centre de rotation ? C'est possible aussi !</flowDiv> + <flowDiv xml:space="preserve">Il est facile de comprendre comment se servir de la boîte de dialogue <flowSpan font-family="sans-serif">Créer un pavage avec des clones</flowSpan> pour créer des motifs ou des grilles rectangulaires. Mais que faire si vous voulez un placement <flowSpan font-style="italic">radial</flowSpan>, où les objets partagent un même centre de rotation ? C'est possible aussi !</flowDiv> </flowRoot> <rect id="d0e28" display="none" height="1e3px" width="288" y="164.73" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e28"/> </flowRegion> - <flowDiv xml:space="preserve">Si votre motif radial ne doit comporter que 3, 4, 6, 8, ou 12 éléments, vous pouvez alors essayer les symétries P3, P31M, P3M1, P4, P4M, P6, ou P6M. Celles-ci offrent de bons résultats pour obtenir des flocons ou des formes similaires. Voici une méthode plus générale :</flowDiv> + <flowDiv xml:space="preserve">Si votre motif radial ne doit comporter que 3, 4, 6, 8 ou 12 éléments, vous pouvez alors essayer les symétries P3, P31M, P3M1, P4, P4M, P6, ou P6M. Celles-ci offrent de bons résultats pour obtenir des flocons ou des formes similaires. Voici une méthode plus générale :</flowDiv> </flowRoot> <rect id="d0e31" display="none" height="1e3px" width="288" y="214.82" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e31"/> </flowRegion> - <flowDiv xml:space="preserve">Choisissez la symétrie P1 (translation) puis <flowSpan font-style="italic">compensez</flowSpan> cette translation en allant dans l'onglet <flowSpan font-family="Sans">Translation</flowSpan> et définissez <flowSpan font-family="Sans">Par ligne/Translation Y</flowSpan> et <flowSpan font-family="Sans">Parr colonne/Translation X</flowSpan> à -100%. Les clones seront alors empilés juste au-dessus de l'original. Tout ce qu'il reste à faire est d'aller dans l'onglet <flowSpan font-family="Sans">Rotation</flowSpan> et définir un angle par colonne, puis créer le motif avec une ligne et plusieurs colonnes. Par exemple, voici un motif fait d'une ligne horizontale et de 30 colonnes, chacune de ces colonnes étant tournée de 6 degrés :</flowDiv> + <flowDiv xml:space="preserve">Choisissez la symétrie P1 (translation simple) puis <flowSpan font-style="italic">compensez</flowSpan> cette translation en allant dans l'onglet <flowSpan font-family="sans-serif">Translation</flowSpan> et définissez <flowSpan font-family="sans-serif">Par ligne/Translation Y</flowSpan> et <flowSpan font-family="sans-serif">Par colonne/Translation X</flowSpan> à -100 %. Les clones seront alors empilés juste au-dessus de l'original. Tout ce qu'il reste à faire est d'aller dans l'onglet <flowSpan font-family="sans-serif">Rotation</flowSpan> et définir un angle par colonne, puis créer le motif avec une ligne et plusieurs colonnes. Par exemple, voici un motif fait d'une ligne horizontale et de 30 colonnes, chacune de ces colonnes étant tournée de 6 degrés :</flowDiv> </flowRoot> <path id="tips-f01-fr.svgpath25" stroke="#000" stroke-width="0.3" fill="none" style="color:#000000" transform="translate(10 315.48)" inkscape:tile-cx="160.25000" inkscape:tile-cy="346.50000" d="m81.5 58.9h117.5" inkscape:tile-w="117.80000" inkscape:tile-h="0.30000001"/> <use id="tips-f01-fr.svguse55" xlink:href="#tips-f01-fr.svgpath25" transform="translate(10 315.48) matrix(.99452 .10453 -.10453 .99452 6.9252 -14.337) translate(-10 -315.48)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/> @@ -105,18 +105,18 @@ <use id="tips-f01-fr.svguse82" xlink:href="#tips-f01-fr.svgpath25" transform="translate(10 315.48) matrix(-.97815 .20791 -.20791 -.97815 289.68 87.353) translate(-10 -315.48)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/> <use id="tips-f01-fr.svguse83" xlink:href="#tips-f01-fr.svgpath25" transform="translate(10 315.48) matrix(-.99452 .10453 -.10453 -.99452 285.89 102.82) translate(-10 -315.48)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/> <rect id="d0e59" display="none" height="1e3px" width="288" y="444.98" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e59"/> </flowRegion> <flowDiv xml:space="preserve">Pour en faire un cadran, il suffit de découper ce motif ou recouvrir sa partie par un disque blanc (pour effectuer des opérations booléennes sur des clones, déliez-les d'abord).</flowDiv> </flowRoot> <rect id="d0e62" display="none" height="1e3px" width="288" y="483.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e62"/> </flowRegion> - <flowDiv xml:space="preserve">Des effets plus intéressants peuvent créés en utilisant à la fois les lignes et les colonnes. Voici un motif de 10 colonnes et 8 lignes, avec une rotation de 2 degrés par lignes et 18 par colonne. Chaque groupe de segments ici est "une colonne", donc les groupes sont séparés entre eux de 18 degrés; en sein de chaque "colonne", les segments sont séparés de 2 degrés :</flowDiv> + <flowDiv xml:space="preserve">Des effets plus intéressants peuvent être créés en utilisant à la fois les lignes et les colonnes. Voici un motif de 10 colonnes et 8 lignes, avec une rotation de 2 degrés par lignes et 18 par colonne. Chaque groupe de segments ici est « une colonne », donc les groupes sont séparés entre eux de 18 degrés ; en sein de chaque « colonne », les segments sont séparés de 2 degrés :</flowDiv> </flowRoot> <path id="tips-f02-fr.svgpath92" stroke="#000" stroke-width="0.3" fill="none" style="color:#000000" transform="translate(10 563.28)" inkscape:tile-cx="164.00000" inkscape:tile-cy="543.50000" d="m72.5 71.65h143" inkscape:tile-w="143.30000" inkscape:tile-h="0.30000001"/> <use id="tips-f02-fr.svguse1473" xlink:href="#tips-f02-fr.svgpath92" transform="translate(10 563.28) matrix(.99966 .026177 -.026177 .99966 1.9249 -3.7451) translate(-10 -563.28)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/> @@ -199,11 +199,11 @@ <use id="tips-f02-fr.svguse1550" xlink:href="#tips-f02-fr.svgpath92" transform="translate(10 563.28) matrix(-.98769 .15643 -.15643 -.98769 297.44 119.89) translate(-10 -563.28)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/> <use id="tips-f02-fr.svguse1551" xlink:href="#tips-f02-fr.svgpath92" transform="translate(10 563.28) matrix(-.99144 .13053 -.13053 -.99144 296.12 123.89) translate(-10 -563.28)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/> <rect id="d0e75" display="none" height="1e3px" width="288" y="718.28" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e75"/> </flowRegion> - <flowDiv xml:space="preserve">Dans les exemples ci-dessus, le segment a été tourné autour de son centre. Et au cas où vous voudriez que le centre soit en-dehors de votre forme ? Il suffit de créer un rectangle invisible (sans remplissage ni contour) recouvrant votre forme et dont le centre est à l'emplacement désiré; groupez la forme et le rectangle puis utilisez <flowSpan font-family="Sans">Créer un pavage avec des clones</flowSpan> sur ce groupe. Vous pouvez maintenant créer des belles "explosions" ou "éclaboussures" en rendant aléatoire le redimensionnement, la rotation ou l'opacité :</flowDiv> + <flowDiv xml:space="preserve">Dans les exemples ci-dessus, le segment a été tourné autour de son centre. Et au cas où vous voudriez que le centre soit en dehors de votre forme ? Il suffit de créer un rectangle invisible (sans remplissage ni contour) recouvrant votre forme et dont le centre est à l'emplacement désiré ; groupez la forme et le rectangle puis utilisez <flowSpan font-family="sans-serif">Créer un pavage avec des clones</flowSpan> sur ce groupe. Vous pouvez maintenant créer des belles explosions ou éclaboussures en rendant aléatoire le redimensionnement, la rotation ou l'opacité :</flowDiv> </flowRoot> <g id="tips-f03-fr.svgg1768" inkscape:tile-w="87.999840" transform="translate(10 818.82) matrix(.63768 0 0 .63768 37.609 -470.92)" inkscape:tile-h="7.3333200" inkscape:tile-cx="158.99982" inkscape:tile-cy="859.24904"> <path id="tips-f03-fr.svgpath1592" style="color:#000000" d="m210.17 859.92c4.54-2.08 15.81-3.8 15.81-0.12 0 3.67-15.81 0.12-15.81 0.12z" fill-rule="evenodd"/> @@ -280,42 +280,42 @@ <use id="tips-f03-fr.svguse5895" xlink:href="#tips-f03-fr.svgg1768" transform="translate(10 818.82) matrix(1.1627 -.63770 .63770 1.1627 -71.718 76.115) translate(-10 -818.82)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/> <use id="tips-f03-fr.svguse5896" xlink:href="#tips-f03-fr.svgg1768" transform="translate(10 818.82) matrix(1.5217 -.57461 .57461 1.5217 -116.77 39.695) translate(-10 -818.82)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/> <use id="tips-f03-fr.svguse5897" xlink:href="#tips-f03-fr.svgg1768" transform="translate(10 818.82) matrix(.54625 -.90456 .90456 .54625 -6.5852 160.68) translate(-10 -818.82)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="997.633113" x="10" font-family="Sans" fill="#000000"> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="997.633113" x="10" font-family="sans-serif" fill="#000000"> <tspan y="997.633113" x="10">Trancher plusieurs zones d'export rectangulaires</tspan> </text> <rect id="d0e97" display="none" height="1e3px" width="288" y="1002.8" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e97"/> </flowRegion> - <flowDiv xml:space="preserve">Créez un nouveau calque, et dans ce calque, créez des rectangles invisibles recouvrant des parties de votre image. Assurez-vous que votre document adopte le px (défini par défaut) comme unité, affichez la grille et faites coller les rectangles à cette grille de sorte que chacun d'entre-eux comporte un nombre entier de px. Assignez des ids significatifs aux rectangles, et exportez chacun d'entre-eux dans un fichier différent (<flowSpan font-family="Sans">Fichier > Exporter une image PNG</flowSpan> (<flowSpan font-weight="bold">Maj+Ctrl+E</flowSpan>)). Chacun des rectangles se "souviendra" ainsi de son nom de fichier d'export. Après cela, il est facile de réexporter certains de ces rectangles : passez dans le calque d'export, utilisez Tab pour sélectionner celui dont vous avez besoin (ou utilisez une Recherche par id), et enfin cliquez sur Exporter dans la boîte de dialogue. Vous pouvez aussi écrire un script shell (ou un fichier batch) pour exporter ces zones avec une commande telle que :</flowDiv> + <flowDiv xml:space="preserve">Créez un nouveau calque, et dans ce calque, créez des rectangles invisibles recouvrant des parties de votre image. Assurez-vous que votre document adopte le px (défini par défaut) comme unité, affichez la grille et faites coller les rectangles à cette grille de sorte que chacun d'entre eux comporte un nombre entier de px. Assignez des ids significatifs aux rectangles, et exportez chacun d'entre eux dans un fichier différent (<flowSpan font-family="sans-serif">Fichier > Exporter une image PNG</flowSpan> — <flowSpan font-weight="bold">Maj+Ctrl+E</flowSpan>). Chacun des rectangles se « souviendra » ainsi de son nom de fichier d'export. Après cela, il est facile de réexporter certains de ces rectangles : passez dans le calque d'export, utilisez Tab pour sélectionner celui dont vous avez besoin (ou utilisez une Recherche par id), et enfin cliquez sur Exporter dans la boîte de dialogue. Vous pouvez aussi écrire un script shell (ou un fichier batch) pour exporter ces zones avec une commande telle que :</flowDiv> </flowRoot> <rect id="d0e106" display="none" height="1e3px" width="288" y="1159.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e106"/> </flowRegion> <flowDiv xml:space="preserve">inkscape -i area-id -t nomdefichier.svg</flowDiv> </flowRoot> <rect id="d0e109" display="none" height="1e3px" width="288" y="1177.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e109"/> </flowRegion> - <flowDiv xml:space="preserve">pour chaque zone. L'option -t rappelle à Inkscape d'utiliser le nom de fichier enregistré avec la zone ; sinon vous pouvez fournir un autre nom pour l'export avec l'option -e. Une autre possibilité est d'utiliser <flowSpan font-family="Sans">Extensions > Web > Découpe</flowSpan> extensions, or <flowSpan font-family="Sans">Extensions > Exporter > Guillotine</flowSpan> permettant d'automatiser l'export depuis des documents SVG Inkscape, en utilisant au choix des guides ou un calque de découpage.</flowDiv> + <flowDiv xml:space="preserve">pour chaque zone. L'option -t rappelle à Inkscape d'utiliser le nom de fichier enregistré avec la zone ; sinon vous pouvez fournir un autre nom pour l'export avec l'option -e. Une autre possibilité est d'utiliser les extensions <flowSpan font-family="sans-serif">Extensions > Web > Découpe</flowSpan>, ou <flowSpan font-family="sans-serif">Extensions > Exporter > Guillotine</flowSpan> permettant d'automatiser l'export depuis des documents SVG Inkscape, en utilisant au choix des guides ou un calque de découpage.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1271.8987608" x="10" font-family="Sans" fill="#000000"> - <tspan y="1271.8987608" x="10">Dégradés non-linéaires</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1271.8790608" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1271.8790608" x="10">Dégradés non linéaires</tspan> </text> <rect id="d0e124" display="none" height="1e3px" width="288" y="1277.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e124"/> </flowRegion> - <flowDiv xml:space="preserve">La version 1.1 du SVG ne supporte pas les dégradés non-linéaires (c'est à dire ayant des transitions non linéaires entre les couleurs). Vous pouvez cependant les émuler grâce à des dégradés <flowSpan font-style="italic">multi-stops</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">La version 1.1 du SVG ne supporte pas les dégradés non linéaires (c'est-à-dire ayant des transitions non linéaires entre les couleurs). Vous pouvez cependant les émuler grâce à des dégradés <flowSpan font-style="italic">multi-stops</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e130" display="none" height="1e3px" width="288" y="1316.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e130" display="none" height="1e3px" width="288" y="1316.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e130"/> </flowRegion> @@ -329,7 +329,7 @@ </defs> <rect id="tips-f04-fr.svgrect1511" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1417.1) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-16.125" fill="url(#tips-f04-fr.svglinearGradient844)"/> <rect id="d0e143" display="none" height="1e3px" width="288" y="1445.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e143"/> </flowRegion> @@ -424,15 +424,15 @@ <rect id="tips-f05-fr.svgrect879" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1482) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-31.223" fill="url(#tips-f05-fr.svglinearGradient3985)"/> <rect id="tips-f05-fr.svgrect890" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1482) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-15.167" fill="url(#tips-f05-fr.svglinearGradient3982)"/> <rect id="tips-f05-fr.svgrect901" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1482) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-127.56" fill="url(#tips-f05-fr.svglinearGradient3979)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1635.3583807999998" x="10" font-family="Sans" fill="#000000"> - <tspan y="1635.3583807999998" x="10">Dégradés radiaux excentriques</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1635.3386807999998" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1635.3386807999998" x="10">Dégradés radiaux excentriques</tspan> </text> - <rect id="d0e162" display="none" height="1e3px" width="288" y="1640.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e162" display="none" height="1e3px" width="288" y="1640.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e162"/> </flowRegion> - <flowDiv xml:space="preserve">Les dégradés radiaux ne sont pas nécessairement symétriques. Dans l'outil dégradés, déplacez la poignée centrale d'un dégradé elliptique tout en appuyant sur <flowSpan font-weight="bold">Maj</flowSpan>. Cela vous permettra de déplacer la <flowSpan font-style="italic">poignée du foyer</flowSpan> (en forme de "x") du dégradé et de la séparer du centre. Si vous n'en avez plus besoin, vous pouvez redéplacer la poignée de foyer près du centre.</flowDiv> + <flowDiv xml:space="preserve">Les dégradés radiaux ne sont pas nécessairement symétriques. Dans l'outil Dégradé, déplacez la poignée centrale d'un dégradé elliptique tout en appuyant sur <flowSpan font-weight="bold">Maj</flowSpan>. Cela vous permettra de déplacer la <flowSpan font-style="italic">poignée du foyer</flowSpan> (en forme de « x ») du dégradé et de la séparer du centre. Si vous n'en avez plus besoin, vous pouvez déplacer à nouveau la poignée de foyer près du centre.</flowDiv> </flowRoot> <defs id="tips-f06-fr.svgdefs3"> <radialGradient id="tips-f06-fr.svgradialGradient4031" gradientUnits="userSpaceOnUse" fx="164.26" fy="495.96" cx="187.87" cy="494.13" r="40.258" gradientTransform="matrix(.93031 0 0 .85381 16.079 -387.24)" inkscape:collect="always"> @@ -444,216 +444,216 @@ <stop id="tips-f06-fr.svgstop1079" stop-opacity="0" offset="1"/> </radialGradient> </defs> - <rect id="tips-f06-fr.svgrect1569" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1720)" height="68.187" width="74.385" stroke="#000" y=".55902" x="70.82" stroke-width=".89427pt" fill="url(#tips-f06-fr.svgradialGradient4034)"/> - <rect id="tips-f06-fr.svgrect1570" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1720)" height="68.187" width="74.385" stroke="#000" y=".55902" x="153.67" stroke-width=".89427pt" fill="url(#tips-f06-fr.svgradialGradient4031)"/> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1814.0583327999998" x="10" font-family="Sans" fill="#000000"> - <tspan y="1814.0583327999998" x="10">Alignement au centre de la page</tspan> + <rect id="tips-f06-fr.svgrect1569" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1719.9)" height="68.187" width="74.385" stroke="#000" y=".55902" x="70.82" stroke-width=".89427pt" fill="url(#tips-f06-fr.svgradialGradient4034)"/> + <rect id="tips-f06-fr.svgrect1570" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1719.9)" height="68.187" width="74.385" stroke="#000" y=".55902" x="153.67" stroke-width=".89427pt" fill="url(#tips-f06-fr.svgradialGradient4031)"/> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1814.0934438" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1814.0934438" x="10">Alignement au centre de la page</tspan> </text> <rect id="d0e187" display="none" height="1e3px" width="288" y="1819.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e187"/> </flowRegion> - <flowDiv xml:space="preserve">Pour aligner quelque-chose au centre ou le long d'un côté de la page, sélectionnez l'objet ou le groupe à aligner puis ouvrez la boîte de dialogue Aligner et distribuer (<flowSpan font-weight="bold">Maj+Ctrl+A</flowSpan>). Vous pouvez alors choisir la <flowSpan font-family="Sans">page</flowSpan> dans la liste <flowSpan font-family="Sans">relativement à</flowSpan> et enfin aligner votre sélection comme vous le désirez.</flowDiv> + <flowDiv xml:space="preserve">Pour aligner quelque chose au centre ou le long d'un côté de la page, sélectionnez l'objet ou le groupe à aligner puis ouvrez la boîte de dialogue Aligner et distribuer (<flowSpan font-weight="bold">Maj+Ctrl+A</flowSpan>). Vous pouvez alors choisir la <flowSpan font-family="sans-serif">Page</flowSpan> dans la liste <flowSpan font-family="sans-serif">relativement à</flowSpan> et enfin aligner votre sélection comme vous le désirez.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1891.1497637999998" x="10" font-family="Sans" fill="#000000"> - <tspan y="1891.1497637999998" x="10">Nettoyage du document</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1891.1651637999998" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="1891.1651637999998" x="10">Nettoyage du document</tspan> </text> - <rect id="d0e205" display="none" height="1e3px" width="288" y="1896.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e205" display="none" height="1e3px" width="288" y="1896.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e205"/> </flowRegion> - <flowDiv xml:space="preserve">Quand ils ne sont plus utilisés, beaucoup de dégradés, motifs et marqueurs (plus précisément, ceux que vous avez édité manuellement) restent dans les palettes correspondantes et peuvent être utilisés dans de nouveaux objets. Cependant, si vous voulez optimiser votre document, utilisez la commande <flowSpan font-family="Sans">Nettoyer le document</flowSpan> du menu Fichier. Elle supprimera tout dégradé, motif ou marqueur qui n'est plus utilisé par aucun objet du document, réduisant ainsi la taille du fichier.</flowDiv> + <flowDiv xml:space="preserve">Quand ils ne sont plus utilisés, beaucoup de dégradés, motifs et marqueurs (plus précisément, ceux que vous avez édités manuellement) restent dans les palettes correspondantes et peuvent être utilisés dans de nouveaux objets. Cependant, si vous voulez optimiser votre document, utilisez la commande <flowSpan font-family="sans-serif">Nettoyer le document</flowSpan> du menu Fichier. Elle supprimera tout dégradé, motif ou marqueur qui n'est plus utilisé par aucun objet du document, réduisant ainsi la taille du fichier.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2000.1414857999998" x="10" font-family="Sans" fill="#000000"> - <tspan y="2000.1414857999998" x="10">Fonctionnalités cachées et éditeur XML</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2000.1568857999998" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2000.1568857999998" x="10">Fonctionnalités cachées et éditeur XML</tspan> </text> - <rect id="d0e217" display="none" height="1e3px" width="288" y="2005.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e217" display="none" height="1e3px" width="288" y="2005.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e217"/> </flowRegion> - <flowDiv xml:space="preserve">L'éditeur XML (<flowSpan font-weight="bold">Maj+Ctrl+X</flowSpan>) vous permet de modifier la plupart des aspects du document sans avoir à utiliser un éditeur de texte externe. De plus, Inkscape supporte souvent des fonctionnalités SVG pas encore accessibles depuis l'interface graphique. L'éditeur XML offre la possibilité d'accéder à ces fonctionnalités (à condition de connaître le SVG)</flowDiv> + <flowDiv xml:space="preserve">L'éditeur XML (<flowSpan font-weight="bold">Maj+Ctrl+X</flowSpan>) vous permet de modifier la plupart des aspects du document sans avoir à utiliser un éditeur de texte externe. De plus, Inkscape supporte souvent des fonctionnalités SVG pas encore accessibles depuis l'interface graphique. L'éditeur XML offre la possibilité d'accéder à ces fonctionnalités (à condition de connaître le SVG).</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2088.9860178" x="10" font-family="Sans" fill="#000000"> - <tspan y="2088.9860178" x="10">Changer l'unité de mesure des règles</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2089.0014178" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2089.0014178" x="10">Changer l'unité de mesure des règles</tspan> </text> <rect id="d0e229" display="none" height="1e3px" width="288" y="2094.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e229"/> </flowRegion> - <flowDiv xml:space="preserve">Dans le modèle (template) par défaut, l'unité de mesure utilisée par les règles est le px ("unité utilisateur SVG", égale à 0.8pt ou 1/90 de pouce dans Inkscape). C'est aussi l'unité utilisée pour l'affichage des coordonnées dans le coin inférieur gauche, et celle présélectionnée dans les menus qui font intervenir des unités (vous pouvez déplacer votre souris au-dessus d'une règle pour voir un indicateur affichant l'unité utilisée). Pour modifier ceci, ouvrez les <flowSpan font-family="Sans">Préférences du document</flowSpan> (<flowSpan font-weight="bold">Maj+Ctrl+D</flowSpan>) et changez les <flowSpan font-family="Sans">Unités par défaut</flowSpan> dans l'onglet <flowSpan font-family="Sans">Page</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Dans le modèle par défaut, l'unité de mesure utilisée par les règles est le px (« unité utilisateur SVG », égale à 0,8 pt ou 1/90 de pouce dans Inkscape). C'est aussi l'unité utilisée pour l'affichage des coordonnées dans le coin inférieur gauche, et celle présélectionnée dans les menus qui font intervenir des unités (vous pouvez déplacer votre souris au-dessus d'une règle pour voir un indicateur affichant l'unité utilisée). Pour modifier ceci, ouvrez les <flowSpan font-family="sans-serif">Propriétés du document</flowSpan> (<flowSpan font-weight="bold">Maj+Ctrl+D</flowSpan>) et changez les <flowSpan font-family="sans-serif">Unités par défaut</flowSpan> dans l'onglet <flowSpan font-family="sans-serif">Page</flowSpan>.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2210.3015158" x="10" font-family="Sans" fill="#000000"> - <tspan y="2210.3015158" x="10">Appliquer des coups de tampon</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2199.6572028" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2199.6572028" x="10">Appliquer des coups de tampon</tspan> </text> - <rect id="d0e250" display="none" height="1e3px" width="288" y="2215.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e250" display="none" height="1e3px" width="288" y="2204.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e250"/> </flowRegion> - <flowDiv xml:space="preserve">Pour créer rapidement plusieurs copies d'un objet, utilisez le <flowSpan font-style="italic">coup de tampon</flowSpan>. Déplacez simplement un objet (ou redimensionnez/tournez le) et, alors que le bouton de la souris est toujours pressé, appuyez sur <flowSpan font-weight="bold">Espace</flowSpan>. Ceci appose un "tampon" de l'objet courant. Vous pouvez répéter ce coup de tampon autant de fois que vous le voulez.</flowDiv> + <flowDiv xml:space="preserve">Pour créer rapidement plusieurs copies d'un objet, utilisez le <flowSpan font-style="italic">coup de tampon</flowSpan>. Déplacez simplement un objet (ou redimensionnez/tournez-le) et, alors que le bouton de la souris est toujours pressé, appuyez sur <flowSpan font-weight="bold">Espace</flowSpan>. Ceci appose un « tampon » de l'objet courant. Vous pouvez répéter ce coup de tampon autant de fois que vous le voulez.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2288.9634418" x="10" font-family="Sans" fill="#000000"> - <tspan y="2288.9634418" x="10">Astuces du stylo</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2278.2797038" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2278.2797038" x="10">Astuces du stylo</tspan> </text> - <rect id="d0e265" display="none" height="1e3px" width="288" y="2294.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e265" display="none" height="1e3px" width="288" y="2283.5" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e265"/> </flowRegion> <flowDiv xml:space="preserve">Dans l'outil courbes de Bézier (stylo), vous pouvez terminer la ligne courante de plusieurs façons :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 2328.9)"/> - <rect id="d0e271" display="none" height="1e3px" width="258" y="2322.9" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 2318.2)"/> + <rect id="d0e271" display="none" height="1e3px" width="258" y="2312.2" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e271"/> </flowRegion> - <flowDiv xml:space="preserve">Appuyer sur <flowSpan font-weight="bold">Entrée</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Appuyer sur <flowSpan font-weight="bold">Entrée</flowSpan></flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 2347)"/> - <rect id="d0e278" display="none" height="1e3px" width="258" y="2341" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 2336.4)"/> + <rect id="d0e277" display="none" height="1e3px" width="258" y="2330.4" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e278"/> + <use y="0" x="0" xlink:href="#d0e277"/> </flowRegion> - <flowDiv xml:space="preserve">Effectuer un double-clic avec le bouton gauche de la souris.</flowDiv> + <flowDiv xml:space="preserve">Effectuer un double-clic avec le bouton gauche de la souris</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 2364.9)"/> - <rect id="d0e282" display="none" height="1e3px" width="258" y="2358.9" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 2354.2)"/> + <rect id="d0e281" display="none" height="1e3px" width="258" y="2348.2" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e282"/> + <use y="0" x="0" xlink:href="#d0e281"/> </flowRegion> - <flowDiv xml:space="preserve">Sélectionner à nouveau le stylo dans la barre d'outils.</flowDiv> + <flowDiv xml:space="preserve">Sélectionner à nouveau le stylo dans la barre d'outils</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 2383.1)"/> - <rect id="d0e286" display="none" height="1e3px" width="258" y="2377.1" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 2372.4)"/> + <rect id="d0e285" display="none" height="1e3px" width="258" y="2366.4" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e286"/> + <use y="0" x="0" xlink:href="#d0e285"/> </flowRegion> - <flowDiv xml:space="preserve">Sélectionner un autre outil.</flowDiv> + <flowDiv xml:space="preserve">Sélectionner un autre outil</flowDiv> </flowRoot> - <rect id="d0e290" display="none" height="1e3px" width="288" y="2393.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e289" display="none" height="1e3px" width="288" y="2382.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e290"/> + <use y="0" x="0" xlink:href="#d0e289"/> </flowRegion> - <flowDiv xml:space="preserve">Notez que tant que le chemin n'est pas terminé (c'est à dire qu'il est affiché en vert, avec le segment courant en rouge), il n'existe pas encore en tant qu'objet dans le document. Pour l'annuler, vous pouvez donc utiliser les raccourcis <flowSpan font-weight="bold">Esc</flowSpan> (abandonner complètement le chemin) ou <flowSpan font-weight="bold">Backspace</flowSpan> (supprimer le dernier segment du chemin non terminé) à la place d'<flowSpan font-family="Sans">Annuler</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Notez que tant que le chemin n'est pas terminé (c'est-à-dire qu'il est affiché en vert, avec le segment actuel en rouge), il n'existe pas encore en tant qu'objet dans le document. Pour l'annuler, vous pouvez donc utiliser les raccourcis <flowSpan font-weight="bold">Échap</flowSpan> (abandonner complètement le chemin) ou <flowSpan font-weight="bold">Retour arrière</flowSpan> (supprimer le dernier segment du chemin non terminé) à la place d'<flowSpan font-family="sans-serif">Annuler</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e302" display="none" height="1e3px" width="288" y="2464.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e301" display="none" height="1e3px" width="288" y="2454.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e302"/> + <use y="0" x="0" xlink:href="#d0e301"/> </flowRegion> - <flowDiv xml:space="preserve">Pour ajouter un nouveau sous-chemin à un chemin existant, sélectionnez ce chemin et commencez à dessiner (d'où vous voulez) tout en appuyant sur <flowSpan font-weight="bold">Maj</flowSpan>. Cependant, si vous voulez simplement <flowSpan font-style="italic">prolonger</flowSpan> un chemin existant, Maj n'est pas nécessaire; commencez simplement à dessiner depuis l'une des ancres situées aux extrémités du chemin sélectionné.</flowDiv> + <flowDiv xml:space="preserve">Pour ajouter un nouveau sous-chemin à un chemin existant, sélectionnez ce chemin et commencez à dessiner (d'où vous voulez) tout en appuyant sur <flowSpan font-weight="bold">Maj</flowSpan>. Cependant, si vous voulez simplement <flowSpan font-style="italic">prolonger</flowSpan> un chemin existant, Maj n'est pas nécessaire ; commencez simplement à dessiner depuis l'une des ancres situées aux extrémités du chemin sélectionné.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2547.4102358" x="10" font-family="Sans" fill="#000000"> - <tspan y="2547.4102358" x="10">Entrer des valeurs Unicode</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2536.6673618" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2536.6673618" x="10">Entrer des valeurs Unicode</tspan> </text> - <rect id="d0e317" display="none" height="1e3px" width="288" y="2552.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e316" display="none" height="1e3px" width="288" y="2541.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e317"/> + <use y="0" x="0" xlink:href="#d0e316"/> </flowRegion> - <flowDiv xml:space="preserve">Quand vous êtes dans l'outil texte, appuyer sur <flowSpan font-weight="bold">Ctrl+U</flowSpan> permet d'alterner les modes Normal et Unicode. En mode Unicode, chaque groupe de 4 chiffres hexadécimaux que vous tapez devient un caractère Unicode, vous permettant ainsi de taper les symboles que vous voulez (si vous connaissez leur numéro Unicode, et si la police les supporte). Pour valider un caractère Unicode, appuyez sur <flowSpan font-weight="bold">Entrée</flowSpan>. Par example, <flowSpan font-weight="bold">Ctrl+U 2 0 1 4 Entrée</flowSpan> insère un tiret long (—). Pour quitter le mode Unicode sans insérer quoi que ce soit, appuyez sur la touche <flowSpan font-weight="bold">Échap</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Quand vous êtes dans l'outil Texte, appuyer sur <flowSpan font-weight="bold">Ctrl+U</flowSpan> permet d'alterner les modes Normal et Unicode. En mode Unicode, chaque groupe de 4 chiffres hexadécimaux que vous tapez devient un caractère Unicode, vous permettant ainsi de taper les symboles que vous voulez (si vous connaissez leur numéro Unicode, et si la police les supporte). Pour valider un caractère Unicode, appuyez sur <flowSpan font-weight="bold">Entrée</flowSpan>. Par exemple, <flowSpan font-weight="bold">Ctrl+U 2 0 1 4 Entrée</flowSpan> insère un tiret long (—). Pour quitter le mode Unicode sans insérer quoi que ce soit, appuyez sur la touche <flowSpan font-weight="bold">Échap</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e332" display="none" height="1e3px" width="288" y="2655.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e331" display="none" height="1e3px" width="288" y="2645" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e332"/> + <use y="0" x="0" xlink:href="#d0e331"/> </flowRegion> - <flowDiv xml:space="preserve">Vous pouvez également utiliser la boîte de dialogue <flowSpan font-family="Sans">Texte > Glyphes</flowSpan> pour rechercher et insérer des glyphes dans votre document.</flowDiv> + <flowDiv xml:space="preserve">Vous pouvez également utiliser la boîte de dialogue <flowSpan font-family="sans-serif">Texte > Glyphes</flowSpan> pour rechercher et insérer des glyphes dans votre document.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2697.4676558" x="10" font-family="Sans" fill="#000000"> - <tspan y="2697.4676558" x="10">Utilisation de la grille pour dessiner des icônes</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2686.6656468" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2686.6656468" x="10">Utilisation de la grille pour dessiner des icônes</tspan> </text> - <rect id="d0e344" display="none" height="1e3px" width="288" y="2702.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e343" display="none" height="1e3px" width="288" y="2691.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e344"/> + <use y="0" x="0" xlink:href="#d0e343"/> </flowRegion> - <flowDiv xml:space="preserve">Supposons que vous vouliez créer une icône de 24x24 pixels. Créez un canevas de 24x24 px (utilisez les <flowSpan font-family="Sans">Préférences du document</flowSpan>)(notez que dans le menu Créer un nouveau document, vous pouvez accéder à une liste de modèles, dont certains d'icônes) et définissez une taille de grille de 0.5 px (une grille de 48x48, donc). Maintenant, si vous alignez les remplissages d'objets sur les lignes <flowSpan font-style="italic">paires</flowSpan> de grille et les contours sur les lignes <flowSpan font-style="italic">impaires</flowSpan>, avec un nombre pair (en px) comme largeur de contour, en exportant le document à la résolution par défaut de 90ppp (de sorte qu'1px corresponde à 1 pixel bitmap), vous obtiendrez une icône bitmap nette ne nécessitant pas d'anticrénelage.</flowDiv> + <flowDiv xml:space="preserve">Supposons que vous vouliez créer une icône de 24×24 pixels. Créez un canevas de 24×24 px (utilisez les <flowSpan font-family="sans-serif">Préférences du document</flowSpan>) et définissez la taille de la grille à 0,5 px (48×48 lignes de grille, donc). Maintenant, si vous alignez les remplissages d'objets sur les lignes <flowSpan font-style="italic">paires</flowSpan> de grille et les contours sur les lignes <flowSpan font-style="italic">impaires</flowSpan>, avec un nombre pair (en px) comme largeur de contour, en exportant le document à la résolution par défaut de 90 ppp (de sorte qu'1 px corresponde à 1 pixel matriciel), vous obtiendrez une icône matricielle nette ne nécessitant pas d'anticrénelage.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2829.4034358" x="10" font-family="Sans" fill="#000000"> - <tspan y="2829.4034358" x="10">Rotation d'objets</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2807.9614308" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2807.9614308" x="10">Rotation d'objets</tspan> </text> - <rect id="d0e362" display="none" height="1e3px" width="288" y="2834.6" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e361" display="none" height="1e3px" width="288" y="2813.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e362"/> + <use y="0" x="0" xlink:href="#d0e361"/> </flowRegion> - <flowDiv xml:space="preserve">Dans le sélecteur, <flowSpan font-weight="bold">cliquer</flowSpan> sur un objet permet d'afficher les flèches de redimensionnement, <flowSpan font-weight="bold">cliquer</flowSpan> une fois de plus sur cet objet permet d'afficher les flèches d'inclinaison et de rotation. Si vous déplacez les flèches des coins, l'objet tournera autour du centre (marqué d'une croix). Si vous appuyez sur <flowSpan font-weight="bold">Maj</flowSpan> pendant cette opération, le rotation se fera autour du coin opposé. Vous pouvez aussi déplacer le centre de rotation (la croix) où vous le désirez.</flowDiv> + <flowDiv xml:space="preserve">Dans le sélecteur, le <flowSpan font-weight="bold">clic</flowSpan> sur un objet permet d'afficher les flèches de redimensionnement, et un <flowSpan font-weight="bold">clic</flowSpan> de plus sur l'objet permet d'afficher les flèches d'inclinaison et de rotation. Si vous déplacez les flèches des coins, l'objet tournera autour du centre (marqué d'une croix). Si vous appuyez sur <flowSpan font-weight="bold">Maj</flowSpan> pendant cette opération, la rotation se fera autour du coin opposé. Vous pouvez aussi déplacer le centre de rotation (la croix) où vous le désirez.</flowDiv> </flowRoot> - <rect id="d0e374" display="none" height="1e3px" width="288" y="2916.1" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e373" display="none" height="1e3px" width="288" y="2894.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e374"/> + <use y="0" x="0" xlink:href="#d0e373"/> </flowRegion> - <flowDiv xml:space="preserve">Ou bien tourner en utilisant les raccourcis clavier : <flowSpan font-weight="bold">[</flowSpan> et <flowSpan font-weight="bold">]</flowSpan> (de 15 degrés) ou <flowSpan font-weight="bold">Ctrl+[</flowSpan> et <flowSpan font-weight="bold">Ctrl+]</flowSpan> (de 90 degrés). Ces mêmes raccourcis <flowSpan font-weight="bold">[]</flowSpan> combinés avec <flowSpan font-weight="bold">Alt</flowSpan> permettent des rotations lentes à l'échelle du pixel.</flowDiv> + <flowDiv xml:space="preserve">Ou bien, vous pouvez effectuer une rotation en utilisant les raccourcis clavier : <flowSpan font-weight="bold">[</flowSpan> et <flowSpan font-weight="bold">]</flowSpan> (de 15 degrés) ou <flowSpan font-weight="bold">Ctrl+[</flowSpan> et <flowSpan font-weight="bold">Ctrl+]</flowSpan> (de 90 degrés). Ces mêmes raccourcis <flowSpan font-weight="bold">[]</flowSpan> combinés avec <flowSpan font-weight="bold">Alt</flowSpan> permettent des rotations lentes à l'échelle du pixel.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2967.9889988" x="10" font-family="Sans" fill="#000000"> - <tspan y="2967.9889988" x="10">Des ombres portées grâce aux bitmaps</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2957.1081508" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="2957.1081508" x="10">Ombres portées</tspan> </text> - <rect id="d0e401" display="none" height="1e3px" width="288" y="2973.2" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e400" display="none" height="1e3px" width="288" y="2962.3" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> - <use y="0" x="0" xlink:href="#d0e401"/> + <use y="0" x="0" xlink:href="#d0e400"/> </flowRegion> - <flowDiv xml:space="preserve">Pour créer rapidement une ombre portée sur des objets, utilisez la fonctionnalité <flowSpan font-family="Sans">Filtres > Ombres et lueurs > Ombre portée...</flowSpan></flowDiv> + <flowDiv xml:space="preserve">Pour créer rapidement une ombre portée sur des objets, utilisez la fonctionnalité <flowSpan font-family="sans-serif">Filtres > Ombres et lueurs > Ombre portée…</flowSpan>.</flowDiv> </flowRoot> - <rect id="d0e406" display="none" height="1e3px" width="288" y="3001.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e406" display="none" height="1e3px" width="288" y="2991" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e406"/> </flowRegion> - <flowDiv xml:space="preserve">Vous pouvez aussi facilement créer des ombres portées manuellement avec le paramètre de flou de la boîte de dialogue Remplissage et contour. Sélectionnez un objet, dupliquez-le avec <flowSpan font-weight="bold">Ctrl+D</flowSpan>, appuyez sur la touche <flowSpan font-weight="bold">PgBas</flowSpan> pour déplacer le duplicata sous l'objet original, puis déplacez-le légèrement vers le bas et la droite par rapport à l'original. Ouvrez maintenant la boîte de dialogue Remplissage et contour et changez la valeur du flou à 5. Le tour est joué !</flowDiv> + <flowDiv xml:space="preserve">Vous pouvez aussi facilement créer des ombres portées manuellement avec le paramètre de flou de la boîte de dialogue Remplissage et contour. Sélectionnez un objet, dupliquez-le avec <flowSpan font-weight="bold">Ctrl+D</flowSpan>, appuyez sur la touche <flowSpan font-weight="bold">Page suivante</flowSpan> pour déplacer le duplicata sous l'objet original, puis déplacez-le légèrement vers le bas et la droite par rapport à l'original. Ouvrez maintenant la boîte de dialogue Remplissage et contour et changez la valeur du flou à 5. Le tour est joué !</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3096.7467048" x="10" font-family="Sans" fill="#000000"> - <tspan y="3096.7467048" x="10">Placement d'un texte le long d'un chemin</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3096.4664358" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3096.4664358" x="10">Placement d'un texte le long d'un chemin</tspan> </text> - <rect id="d0e421" display="none" height="1e3px" width="288" y="3101.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e421" display="none" height="1e3px" width="288" y="3101.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e421"/> </flowRegion> - <flowDiv xml:space="preserve">Pour placer du texte le long d'une courbe, sélectionnez le texte et la courbe puis utilisez la commande <flowSpan font-family="Sans">Mettre suivant un chemin</flowSpan> du menu Texte. Le texte commencera au début du chemin. En général, il vaut mieux créer un chemin auquel vous voulez que le texte s'adapte plutôt que d'adapter ce texte à un autre élément (préexistant) du dessin — cela vous autorisera un meilleur contrôle sans avoir à "bricoler" votre dessin.</flowDiv> + <flowDiv xml:space="preserve">Pour placer du texte le long d'une courbe, sélectionnez le texte et la courbe puis utilisez la commande <flowSpan font-family="sans-serif">Mettre suivant un chemin</flowSpan> du menu Texte. Le texte commencera au début du chemin. En général, il vaut mieux créer un chemin auquel vous voulez que le texte s'adapte plutôt que d'adapter ce texte à un autre élément (préexistant) du dessin — cela vous autorisera un meilleur contrôle sans avoir à « bricoler » votre dessin.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3195.0984238" x="10" font-family="Sans" fill="#000000"> - <tspan y="3195.0984238" x="10">Sélection de l'original</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3194.8181548000002" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3194.8181548000002" x="10">Sélection de l'original</tspan> </text> - <rect id="d0e433" display="none" height="1e3px" width="288" y="3200.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e433" display="none" height="1e3px" width="288" y="3200" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e433"/> </flowRegion> - <flowDiv xml:space="preserve">Quand vous avez affaire à un texte suivant un chemin, un offset lié ou un clone, leur objet/chemin source peut être difficile à sélectionner (caché sous d'autres objets, rendu invisible et/ou verrouillé). le raccourci magique <flowSpan font-weight="bold">Maj+D</flowSpan> peut alors vous aider; sélectionnez le texte, l'offset lié ou le clone et appuyez sur <flowSpan font-weight="bold">Maj+D</flowSpan> pour sélectionner alors le chemin correspondant, la source de l'offset ou l'original du clone.</flowDiv> + <flowDiv xml:space="preserve">Quand vous avez affaire à un texte suivant un chemin, un offset lié ou un clone, leur objet/chemin source peut être difficile à sélectionner (caché sous d'autres objets, rendu invisible et/ou verrouillé). Le raccourci magique <flowSpan font-weight="bold">Maj+D</flowSpan> peut alors vous aider ; sélectionnez le texte, l'offset lié ou le clone et appuyez sur <flowSpan font-weight="bold">Maj+D</flowSpan> pour sélectionner alors le chemin correspondant, la source de l'offset ou l'original du clone.</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3293.4895678000003" x="10" font-family="Sans" fill="#000000"> - <tspan y="3293.4895678000003" x="10">Au cas où la fenêtre serait hors de l'écran</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3293.1698738000005" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3293.1698738000005" x="10">Au cas où la fenêtre serait hors de l'écran</tspan> </text> - <rect id="d0e448" display="none" height="1e3px" width="288" y="3298.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e448" display="none" height="1e3px" width="288" y="3298.4" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e448"/> </flowRegion> - <flowDiv xml:space="preserve">Quand vous transférez des documents entre des systèmes avec des résolutions ou un nombre d'écrans différents, vous pouvez être confronté au problème suivant : Inkscape a enregistré une position de fenêtre qui fait que vous ne pouvez plus atteindre Inkscape sur votre écran. Il suffit de maximiser la fenêtre (ce qui devrait la rendre de nouveau visible a l'écran)(utilisez la barre des tâches), d'enregistrer le document et de le recharger. Vous pouvez éviter tout cela en désactivant l'option "enregistrer la taille et la position des fenêtres" (dans l'onglet <flowSpan font-family="Sans">Interface > Fenêtres</flowSpan> des <flowSpan font-family="Sans">Préférences d'Inkscape</flowSpan>).</flowDiv> + <flowDiv xml:space="preserve">Quand vous transférez des documents entre des systèmes avec des résolutions ou un nombre d'écrans différents, vous pouvez être confronté au problème suivant : Inkscape a enregistré une position de fenêtre qui fait que vous ne pouvez plus atteindre Inkscape sur votre écran. Il suffit de maximiser la fenêtre (ce qui devrait la rendre de nouveau visible à l'écran ; utilisez la barre des tâches), d'enregistrer le document et de le recharger. Vous pouvez éviter tout cela en désactivant l'option « enregistrer la taille et la position des fenêtres » (dans l'onglet <flowSpan font-family="sans-serif">Interface > Fenêtres</flowSpan> des <flowSpan font-family="sans-serif">Préférences d'Inkscape</flowSpan>).</flowDiv> </flowRoot> - <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3425.3120678000005" x="10" font-family="Sans" fill="#000000"> - <tspan y="3425.3120678000005" x="10">Transparence, dégradés et export en Postscript</tspan> + <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3424.9923738000007" x="10" font-family="sans-serif" fill="#000000"> + <tspan y="3424.9923738000007" x="10">Transparence, dégradés et export en Postscript</tspan> </text> - <rect id="d0e463" display="none" height="1e3px" width="288" y="3430.5" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e463" display="none" height="1e3px" width="288" y="3430.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e463"/> </flowRegion> - <flowDiv xml:space="preserve">Les formats PostScript ou EPS ne supportent pas la <flowSpan font-style="italic">transparence</flowSpan>, aussi vous ne devriez pas utiliser cette fonctionnalité si vous comptez exporter en PS/EPS. Dans le cas d'une transparence uniforme chevauchant une couleur uniforme, il est facile d'y remédier : sélectionnez l'un des objets transparents et passez à l'outil Pipette (<flowSpan font-weight="bold">F7</flowSpan>); Assurez vous qu'il est en mode "capturer la couleur visible sans alpha" et cliquez sur ce même objet. La couleur visible sera capturée et réassignée à l'objet mais cette fois, sans transparence. Répétez cette opération pour tous les objets transparents. Si votre objet transparent chevauche plusieurs zones de différentes couleurs uniformes, vous devrez le découper en morceaux (un morceau par zone) puis appliquer la procédure ci-dessus à chacun des morceaux.</flowDiv> + <flowDiv xml:space="preserve">Les formats PostScript ou EPS ne supportent pas la <flowSpan font-style="italic">transparence</flowSpan>, aussi vous ne devriez pas utiliser cette fonctionnalité si vous comptez exporter en PS/EPS. Dans le cas d'une transparence uniforme chevauchant une couleur uniforme, il est facile d'y remédier : sélectionnez l'un des objets transparents et passez à l'outil Pipette (<flowSpan font-weight="bold">F7</flowSpan>) ; assurez-vous qu'il est en mode « capturer la couleur visible sans alpha » et cliquez sur ce même objet. La couleur visible sera capturée et réassignée à l'objet mais cette fois, sans transparence. Répétez cette opération pour tous les objets transparents. Si votre objet transparent chevauche plusieurs zones de différentes couleurs uniformes, vous devrez le découper en morceaux (un morceau par zone) puis appliquer la procédure ci-dessus à chacun des morceaux.</flowDiv> </flowRoot> - <g transform="translate(0 3565.3)"> + <g transform="translate(0 3565)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> @@ -683,8 +683,8 @@ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/> - <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="sans-serif" fill="#ffffff"/> + <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path1951" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.69 -163.2)"/> </g> </g> diff --git a/share/tutorials/tutorial-tracing-pixelart.fr.svg b/share/tutorials/tutorial-tracing-pixelart.fr.svg index 3108686a8..1bc503511 100644 --- a/share/tutorials/tutorial-tracing-pixelart.fr.svg +++ b/share/tutorials/tutorial-tracing-pixelart.fr.svg @@ -48,14 +48,14 @@ <flowRegion> <use y="0" x="0" xlink:href="#d0e10"/> </flowRegion> - <flowDiv xml:space="preserve">Avant que nous ayons accès à un logiciel d'édition de graphismes vectoriels aussi génial...</flowDiv> + <flowDiv xml:space="preserve">Avant que nous ayons accès à un logiciel d'édition de graphismes vectoriels aussi puissant…</flowDiv> </flowRoot> <rect id="d0e13" display="none" height="1e3px" width="264" y="60.056" x="35"/> <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e13"/> </flowRegion> - <flowDiv xml:space="preserve">Avant même que nous ayons des écrans 640x480...</flowDiv> + <flowDiv xml:space="preserve">Avant même que nous ayons des moniteurs en 640×480…</flowDiv> </flowRoot> <rect id="d0e16" display="none" height="1e3px" width="264" y="73.312" x="35"/> <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> @@ -76,7 +76,7 @@ <flowRegion> <use y="0" x="0" xlink:href="#d0e25"/> </flowRegion> - <flowDiv xml:space="preserve">Inkscape s'appuie sur la bibliothèque <flowSpan font-weight="bold" font-family="sans-serif">libdepixelize</flowSpan>, ce qui lui permet de vectoriser automatiquement ces images pixel art un peu spéciales. Vous pouvez utiliser cette fonctionnalité avec d'autres types d'images, mais gardez à l'esprit que le résultat ne sera sans doute pas aussi bon qu'avec l'autre outil de vectorisation d'Inkscape, Potrace.</flowDiv> + <flowDiv xml:space="preserve">Inkscape s'appuie sur la bibliothèque <flowSpan font-weight="bold" font-family="sans-serif">libdepixelize</flowSpan>, ce qui lui permet de vectoriser automatiquement ces images pixel art un peu spéciales. Vous pouvez utiliser cette fonctionnalité avec d'autres types d'images, mais gardez à l'esprit que le résultat ne sera sans doute pas aussi bon qu'avec l'autre outil de vectorisation d'Inkscape, potrace.</flowDiv> </flowRoot> <rect id="d0e31" display="none" height="1e3px" width="288" y="186.64" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> @@ -332,7 +332,7 @@ <flowRegion> <use y="0" x="0" xlink:href="#d0e44"/> </flowRegion> - <flowDiv xml:space="preserve">Libdepixelize s'appuie sur l'algorithme Kopf-Lischinski pour vectoriser les images. Cet algorithme utilise les idées de plusieurs techniques informatiques et plusieurs concepts mathématiques pour produire un résultat satisfaisant avec les images pixel art. Détail d'importance, le canal alpha est complètement ignoré par l'algorithme, et il n'existe pas pour l'instant d'extensions permettant ce traitement. Cependant, la vectorisation des images pixel art contenant un canal alpha donne un résultat similaire à celle des images reconnues par Kopf-Lischinski.</flowDiv> + <flowDiv xml:space="preserve">libdepixelize s'appuie sur l'algorithme Kopf-Lischinski pour vectoriser les images. Cet algorithme utilise les idées de plusieurs techniques informatiques et plusieurs concepts mathématiques pour produire un résultat satisfaisant avec les images pixel art. Détail d'importance, le canal alpha est complètement ignoré par l'algorithme, et il n'existe pas pour l'instant d'extensions permettant ce traitement. Cependant, la vectorisation des images pixel art contenant un canal alpha donne un résultat similaire à celle des images reconnues par Kopf-Lischinski.</flowDiv> </flowRoot> <g id="tracing-pixelart-f02-fr.svglayer1-3" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" transform="translate(10 428.89) matrix(.74809 0 0 .74809 -90.352 -216.94)"> <image id="tracing-pixelart-f02-fr.svgimage6827" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAABACAYAAAADMXsPAAAAIGNIUk0AAHolAACAgwAA+f8AAIDp AAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAApOSURBVHja7d2hbxxH FAbwlRpFQVWkqJWlEhdUqlWUopYlNDAw0KyhJZXCYhgaYimoCiwMaP+ASCWBpoVRkUGBobeek5/1 7rvvzbyZ3bN3Z+akpzv79vYc6355b97MjodxHIdfvvpiePfubYgRIzwv8WQYRhX0+/r4ENfnZece 8Nja4/3h0eiI5n4vtxUvjg5HHUv4mTb4rgGOl5eXN3F29nlzLwgDrk/PH47//v1kE4Iw3Mv3Qpw8 3f6HCTg8N+K+q5B/v+fYz2cfskPjuvo6GYhRn6tGFDm//6nwLs8/jnILj5eAkOLTAENofDoDanwB 3nXswNPnagUgQ+e5MYw1Z6V9AxR4GEtBeFMeIkCBgviuHt+UnSzrBYD6fAyfzqy1lpkWOi9EjbEF iPsGqLOgxCIyoABkUDTAcK/RCEBWclqZFAHWNA70wMNs6M2MHoi1lKlzj9E0ukWOAXUGFHSs/Az3 OCZEgIgvPKfR6fPWBNA7vmORc9MQawS4rwyFCJf0b97qUmokAk4ACkIdugTV+GQ8yDKq4Lt6PNQA cAo+DbAkG9YI8PzjySbmxrJUhDsA9diPIdQdT+x+SsjXVilaC8Cp+EoxMoS1ARQkU8vGpY79dgBe g6ClJ05BhBjPX98Ew8gaMdL9DO+1doC5+C7eP6ThBZlCuHaAiE9CsmEJHgZvsSWoANSlopX5ND6N 0Co9MfO1BFCgHR8c0YhBTHVNawKICGMYPYhY82WJ/+YtgCwLHjx9uwWQ4QsRjpNg476aAObg09h+ uHdvKxBiSaNGdUer64IiGlaistcsuemSBTBg+uu/i819DGB4/vjN582x4T58reFh6Vk7QJbxEB9D WAKxNoC5QDU2uem5v9VlQF2KCkDByABqfOE4AavLUNV0Wf160IBkKj75/h/HzzfhRejJgrXj011S jU7fNDxZ8bL4MaCGIVhSAAWfBRDBLXU52lwAvZlP8OlbTiZEjC0AZPisJWaCEG9L7oKySfKt7JYC iCWotb4U5wPXhu+fk19NFKzJ4sFnIfSWorBSpmp8VlgQ2W1JCHfm/zREDYyNAxGgHGehw2VpNQG0 Op05ABFhqhTFxzUC9OCzMK4B4WDN18lj6WyySXgEGL6WqQh9DmzIrHUpmgUwNs2ACFMAcUyYM1dY O8BPb15Gw8qIS0aYXIw9GBPxGqGEfO/nx483kZqOWBNAwTcHwBAxgPo4b1c0tk507fg0soMHR2Yg xBTCJQGkpWjAFyClEMrysxDh2JfHLzYRXsvGlmuchijNfrkIEaC3K1ojwKcHhy54GDmZ8K4R7qyE 0dlQA5RlaRqhXvupAYbXCEBZlrb2eUApHTELaoBsXi8HoZSfeEyLAGP4fjt4sBOlCBcDEGIDRgOE rShG3IqC4ROkV4+t91kdQEFoASxBiPOBXoB4XWGNABm8s08fx4uLi53HCHENCKNPBmQMIQuGTwNc +wdCZ0CrBI2tcMmJDnAXYMAl0MLnMjwOv6Nv7t/fwmghrBogwyeNmICvA8zH5wXINnWqaQzIMl/4 XAo+/ZhlQk8WXCxAHANaTZhBQWWNmBoByn1swXUHOC9AGfowfPI4VopWATB2Ua6VEWsC6GnElCKc iq8FgDF8kgWxFE1lwdUBTGVD7ILWBhARxgB6EVqvaR2gjAOl/EwBDJFbhi4Z4MDmAq0gma+mDGhO RXgQWhBjx5Xgq2kljAa4rwx41wu0swCyjZkkEB+OA2sCyMaCejG2BdATnsXYLQBEfH/+9H00A0pn NHc6YtEANcJYCcq6oPi9Gj4UbByYU4rm4MvNfrUDDFktIBRoGqF0RmPTELFLme50It4BMNkJZV1Q HAfWUhaxsWBuKbpPfDVnwBABGYMXnivBh9tbLB5gbgeU7Z5dYzfU6oqmIOZeiIvv1QJARKgxyuMU PgbwrvFllaBTV8PUAvDoaHv5mAYYy4apyMl6CP96TWlVlyFZa0Fz14HG8Old1zx70Fh70kxBnA3Q O/1Q21K0GEDrMqWp2xKmED5/9mwTNQIsvRrCc8W8xmeNAa0NfWNL2Uog+g+EMaAe9wlOPQ7UAL8+ /L0afPpDb5WiVjb0bszLylo8f/hZ3rx6tYnrn2moHWEMone7CsTH5gHZnzRjmwTP0U3N+mXIPKCG p6ca2HWC4/nrQf5mYA0A5QNvTcwjvtgeMqkxngVb/iNoASBDyK6AT+HDzX6tvxNobQ6cgl1almb/ Mp5A5hOAH9693Sk9AzyJWrKf+sBThAxjKjta4zt8DQJsDWEuRAYPMxmWkOw8sX1pdGmK5akHYv6g keDTAPVfyq0FHwKUD7weDwoIDQWnKWK4GEI5J563xSyIEBlGC4mFC7MXO0dqUyh8PneZWzFAxCcA w1/QvcqAmwh/xrqm5ov1gcfxWEk2ZMDknHJeeS6gxyzYCkALoxWp7IU7aCPo2OtTpakH4eTsp/HV 1O30AmQQdEbUcBBkboZT21iYP1NLAFNjRs/4kHU6NcJwLtwYSl4fex9jo+BJXdCd7If4WgEo+DRA jYRlL2zWxDKcd5zXCkDJZiVNm1RZyrqYCJCNO/H72ICxxpmTpiF09mP4WgOYyooMoCBkx6SaLRZA /XzNHdAShKk/dcaQ5ABEyNjUmQXgoy8f0ezXCj4PwFRWxI5pCDxOxne61GTvEfu5asYnY7qS8aFn vMYAWgjxnLEr7WMLv4saL63hiwFEfDGYuAqGQfW8b2sAsaRMIRQYnrEgW+niQcjO7UGYDRDHfgxf IwB3wDGAqY5prHxkXcyWAbJJeIEVW5/paZLEuqEphPq9chGWAGwenxfgFDgacMl5ZF6ydoCICktL jaKkG4oNGQ1N4LOuqRdhEcBWy87YWtDbBnh9P7QM0MLIpgasMtHqiFoNGQ0tnM+a42MIPTuvubNf 6/i840APQkRj4UsBrB1fbCzIvrYAWgixZDWmDShIhov9YRg8Dju5ruzX8W2Xod4syLImogpfe7Jf KiPXDNBaC2p1J1NZMrU0zbr8KLXucy8AOz4O0JsFBYpkMP21N+OmANaOL3ZVRAplztI0qyGDWdFa 6TI7wB6+LMiQYcTKzFJcHWA8C3rHgJ4laimA+jnr+Q5wJoBWaZmLLAWw4yvPgrpkzcHHroTHzihr tMSes7JfBzhzV/S237c1fNYql9j3ci7ejV1aZF0ZzwB6s18HOL0UvclUkhn3cP7omNI6pkf+wmwv Ppb9EKAHXwfYo8myNdUNjW3giwAtfPja2QH++O13p57oH4AeSyxbvd1QvX+oByfb/jB2Fcfe4JHo H4Qeiy5FY3vKxHZFY8/rlTmz7QkzAd/qs2H4DyQjTvcQ7vfv4OYByJozMXw6vBcR9ww4DeDpAqID 3CPC2IoZ65icC4dLPoRFWa8igKcLjg6woBmTu+kSYsP5x71tzNtys2Xh8Hrja8JEfgoWe54tcyv5 eSZ9AK0SrQPsANe6ya+GlXp+jp+l6MOXakxUCrCXoI3sK+p9/lYAeuE1UIL2JkyP2cOFr2V4fRqi xz7jf4MwidrFWy5FAAAAAElFTkSuQmCC " height="64" width="224" y="292.64" x="224.09"/> @@ -703,14 +703,14 @@ <flowRegion> <use y="0" x="0" xlink:href="#d0e57"/> </flowRegion> - <flowDiv xml:space="preserve">L'image ci-dessus contient un canal alpha et sa vectorisation est convenable. Si malgré tout vous trouvez ce résultat insatisfaisant et que vous pensez que la cause en est le canal alpha, contactez le gestionnaire de la bibliothèque libdepixelize (en saisissant un rapport de défaut sur la page du projet) qui se fera un plaisir d'améliorer son algorithme (ce qu'il ne peut pas faire ne l'absence de retour sur d'éventuelles images donnant un mauvais résultat).</flowDiv> + <flowDiv xml:space="preserve">L'image ci-dessus contient un canal alpha et sa vectorisation est convenable. Si malgré tout vous trouvez ce résultat insatisfaisant et que vous pensez que la cause en est le canal alpha, contactez le gestionnaire de la bibliothèque libdepixelize (en saisissant un rapport de défaut sur la page du projet) qui se fera un plaisir d'améliorer son algorithme (ce qu'il ne peut pas faire en l'absence de retour sur d'éventuelles images donnant un mauvais résultat).</flowDiv> </flowRoot> <rect id="d0e60" display="none" height="1e3px" width="288" y="618.34" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e60"/> </flowRegion> - <flowDiv xml:space="preserve">L'image ci-dessous est une capture d'écran de la boîte de dialogue <flowSpan font-family="sans-serif">Vectoriser du pixel art</flowSpan> que vous pouvez ouvrir avec le menu <flowSpan font-family="sans-serif">Chemin > Vectoriser du pixel art...</flowSpan> ou en cliquant avec le bouton droit de la souris sur une image puis en sélectionnant l'entrée <flowSpan font-family="sans-serif">Vectoriser du pixel art</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">L'image ci-dessous est une capture d'écran de la boîte de dialogue <flowSpan font-family="sans-serif">Vectoriser du pixel art</flowSpan> que vous pouvez ouvrir avec le menu <flowSpan font-family="sans-serif">Chemin > Vectoriser du pixel art…</flowSpan> ou en cliquant avec le bouton droit de la souris sur une image puis en sélectionnant l'entrée <flowSpan font-family="sans-serif">Vectoriser du pixel art</flowSpan>.</flowDiv> </flowRoot> <g id="tracing-pixelart-f03-fr.svglayer1-42" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Camada 1" transform="translate(10 685.42) matrix(.38212 0 0 .38212 -160.25 -203)"> <image id="tracing-pixelart-f03-fr.svgimage3399" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATAAAAFGCAYAAADtgMMvAAAABHNCSVQICAgIfAhkiAAAIABJREFU eJzsnXlYVEf2sN+mWVvAjU0QEQX3BcctKooGiDEuuKCCGINRTJw4STTRMUMmk00nySTfqImJxjEm Loh7UHEZNRrIuKJRI2hEESSAqLigNArd3O8P0vdHszQNNCCk3ufpR7m37jmn6t4+XXWqbh0Fv5OY mGh58eLFFwsKCmYA7YHmCAQCwZPBXUmSrlhaWq729PT8pk+fPoUACoBDhw653bp1a5e3t3evTp06 oVKp6tdUgUDQoEhNTeXo0aMEBATUmo5Hjx5x/fp1fvvttzMqlWp0UFBQpuLatWvWx48fP/Hcc8/1 sLOzQ5KkWjNAIBA0Tq5fv86xY8fw8/OrdV35+fkkJCSctbe3f8r89OnTs729vYXzEggENUKhUKDV amtdj6WlJc7Ozj6ZmZkvmxcUFEzp3LkzRUVFta5YIBA0XhQKBRqNpk50OTs7k5WVFWoOdFapVHXi OQUCQeOlLh2Yubk5QBdzoElRUZEYPgoEghpRlw7sd+zMAeG8BAJBjakHB4bswIQTEwgENUE4MIFA 0GCpVwcmEAgENUGhUBi1msHMzAygTNmKjhtCOLAnFL+AZ8h/9MhgmSMH9qOysakji8rn6WdH8PBh nvy3SqWiU4cOTJwwDv9hw7iQmMiLL82mb5/eLF/y7xrr08kbNHAA//7kY4NlMzIzGTcpBIVCwfeb N9GqlYtROgoLC5EkCXNzc/lLJagchUJRqS8xMzOjR48emJmZkZycTG5uLgD29vZ4e3tTVFTEuXPn jHZiZiAc2JOIrZ0dtra22NraYmlpCYCFhYV8zNbWtp4t1KEAoIlKhZWVFWq1mjNnz/LW3/9BzK7d KBTFDkChUJhG2+/yzBSVO5ZdsXuA4ud75549Ruv44J8f4ft0APE//a96Rv5B0TkwQ5/CwkJ5yZa3 tzd2dnbY2dnh7e0NgFarlX9AKvvA7z2woqIi8UvzhHEgdpf8pf/m2+9YuvxLQidP4o3XXpXLPHr0 qNIfH0mSDDqPis5Xdl1p9sTsoFmzZjx+/Jivvl7FmrXrOPzjj4wdM5pzp05QVFREQUGB0fIqskFC 0jtfEVqtll2xe7CwsECj0bBrdywzXpiGUqmsVK/sHI3oUQiKUSgURg0hNRoNsbGxjBkzBjMzMzp2 7AgU38uioiJiY2NxcnLSrfOqFDGEfEJ5/Pix/H/dQ1FUVMSjEsPKC4lJzHh5Nn/y8eFycjKFGg1D hwzm3bcjWRD5NhcSk8jNzaVVKxeeDQxk+rTnMTc35+7du3yxYiUnTp0iN/cBrd1cCXj6aV58YRo5 d+7w2ZKlHD95Cnt7O57x9yfixelYWFgYtreggEePHlFQWCgPfW1tbTn/ywVmvDybvr178/m/P+Pv 773PgUM/EDppEq//5RVu5+QQ8vwL5OXlsXL55/To1q3aNpTk6PET3Lp9m6BRo8jIzCThzBmOnzzJ oAEDDLZdyrVUkq9cAWD+W38DoFPHjnz3n6+N1v1HxZghpFKpxMzMjJ07dzJ27FjMzc2RJAmNRsPO nTsxMzNDqVQa7ZPELGQDoOSdKXmfdJ2Tn8+dw9nJCZXKhoyMTIqKikhKukiPbl2xtrbh57Nn+c+a b7GxsWHC2CBemvMqadev4+3Vnp7du3MlJYWsrBs8evSI2X95jfTffqNP7z9x+3YO363fwMO8PObP fd2gjRNCpqDRaMjPzwdApbIhdNIkJKnY+SrMio39+1sLSbp4iY2bNzPwqf5s3raNBw8e8NqcV+jZ vTv5+fmGbZDrb/iZ3bk7FoAA/2FkZmaRcOYMMbt2M/Cppwy23eBBA8lT55GZmUXvXr1wcXbG1bWV +H5Ugq4HZkw7OTk5yT/KJXvZTk5OmJmZVamtRQ+sEdCvTx9WLv8cKL6Xjx494uDeWG7eukVqWhqu rVxYs3YdpxJOY2drS9r16zw91I9PP/onUBxY1Wq17IjZSdr16wzzG8Jf/vxntFot02e9xI6Ynbz6 59lYWVlVaMODBw+wtrbGzdWVfn37MC1sCm6urlxITNQrZ2VlxceLPuSFmREs+Fsk+Y8eMXDAU4SF TKaoqIgDh34waIMx3L59m5+OHsXe3o7evXrR0dubjz/7f8T/7yi3c3JwaNmywrYrKiriRnY2mZlZ hIWGMHTIYDl2I6gYY4eQAM2aNaNLly4AessuBg4cSFJSEvfu3TNar+iBNSRK3SfdfyUkuecDoFar eeOvCzl6/ITe5Y8ePeJ6ejoAPj176A1TAa6lpgJw+Mc4Dv8Yp3fut4xM2nm2rdC0Hw/sp1mzZkiS hFarRaPRoNVqKflY6Z4zb6/2jAsaw9btOwBY+OYbcmC3MhtKyyuP3Xv3UVRURG7uAwYOfVrv3J59 +3l+SmiFbVdSrlajKdNGgooxdhZSF/cqKipi586dAHoxsZMnTxo9CykcWANA32lV/v8t23dw9PgJ Rgx/hmlhYdy5e4dXXpsLgIdHGwASTv/MhLFj9YLkumUGzz4TyPDAQD0bnJ2dDD4j6vz8cmNU5dl4 PT2dPXv3yQ/8v5d9zofv/gOFQlGpDampaQAUFmrKtaeoqEiefbS3t5MD8oUaDXl5eezcHcuUyZMq bDv4v/VI+UZMkgiKMXYIqdFo0Gg0csBeV37nzp2MHDmSoqIiNBqN0RNIYgjZCNF9Aa+n/8ZPR49y 8dKv8rnhAQGs27CRuJ9+4oWZs2jr0YZrqWl07dyZOX9+mVWr1xD30/8wNzfH2cmJu/fuYaZQ8FS/ viZ5TjQaDe+8/yHq/Hw++Mc7bNm+ncM/xrEhehNTQ0N4JiDAoA3NmzUD4MzZsyz4WyTB48fTr09v Wf7PZ8+RkZmJV/v2bN6wTm4LtTqf54LG8ltGBmfPncfa2rpCGz3begDw6b+X8P3OXTwuKODr5Z+b bClIY0WhUFS6mkGj0fDdd98hSRLOzs44OzsDcPPmTb755hsUCgWdOnUyarYYRA+swVHRfSp5fHLw BH4+e5ZjJ06SmJRExw4dUKmKF7wqlUpWr/yKJcu+4OiJ46SmpdG6tRsuLs7YNmnCV18s470PF7N7 z15Z3pDBvpV26Y15hiRJ4uvV33Dx0iWeCfAn0P9pevboQejz01ix6j907OBN3969Ddrg6tqK0MmT iNm1iytXU7C0sNDTu+v39V4zp4frDQ0VCgXTpoaxbPmX7IyNZdKECRW2afC4caRcS+XoseOkpafT pXMn1Gq12GrdALoeWGWOR6lU0rVrVwC9pRKtWrXC0dGxzPFK9UZFRUnPPPOMwQCtoH6xtLTE0tKS wsJCvZiMUqnExsYGrVZb5stqbW3NgwcPQKHA3s5ODrDm5+ejUCiwsrLS+7XUaDQUFBRgZmaGtbU1 eXl5csDbxsZGb/lGSZo0aYJCoSAvL69cB1baRl1dNBoNjx49wszMDBsbGxQKBfn5+Wi12kptsLKy kh/yR48e6e1lZ21tjbm5OY8ePSrzXl5J3YWFheW2na79rKys5C+jVqvl8ePH4kfeALm5uVy4cAE7 O7s605mamip6YA2Bx48flxtM1mg0xU6qFJIkoVar5S95Xl5emfOlv7Q6tFoteXl5KBQKnBwdDZYF ePjwoUHbS9tYui5arbaMjMpsqMiZAgZtLa27vLYDw+0jqBhjhpCmRsTAGjE1ua9Pwo/ak2CDwDiM HUKaGtEDEwgEJkG3yr4uJzuEAxMIBDVGpVLRrFkzioqK6rQXJoaQAoHAJDg6OpKamoq9vX2dxcJE D0wgEJiE5s2bk5+fT1ZWFnZ2dlhaWta6IzMHsKnnTfEEAkHDp7CwEHd3d5o1a8bly5er9E5jdRFD SIFAYDLy8/OxsbFh0KBBta5r48aNGL/kVSAQCIygsLCQu3fv1oku0QMTCAQNFnOAgoICrvy+C6VA IBA8ySiVSjw9PYHfHdi1a9fo3bs3KpVKfmlV/Cv+Ff/+cf59+PAh06dPZ8SIETV2MA8fPqRPnz4M GTKE3NzcWrH32LFjwO8vc7u7uzN48GDUanWNjRcIBA2Ps2fPcvfuXXx9fbG3t6+RrAcPHhAXF0fL li3p2bOniSzU5/Tp06SnpyMv0hDOSyD445KSkoKfn1+NnRcU7/rRvXt3UlJSTGBZWVSq/9vWyKy8 gwKB4I9FQUEBTZo0qbEcze/bcNvY2NTadtwlO1uiByYQCEyCJEkUFBRQVFRUqysbSna2zEseFE5M IBDouHPnDhs3buT69et6m0aWxNPTk7CwMPlFbmO4e/cumzdvJj09vUK5bdu2ZfLkyTT7fQvxkqjV ak6fPg2UcGC66L4hYmJiCCyVaKEu8fLyIjMzEyjedrZ169Y888wzLF68GJVKRUZGBt7e3qxcuZLn n3++Rrp0sjZs2MC4ceMMln3jjTf46quveO+995g/f36N9AoETwobNmzAw8ODl19+udwdJjQaDXv2 7GHjxo3Mnm1cyjuA6Oho2rRpw8yZMyuUu3//fjZv3sysWbPKnFepVMTHxwOlYmDfffed/BkyZAgt W7bUO9a9e3ejjawthg0bxrfffsvy5csZNWoUGzdu5M9//jMAdnZ2REZG1trMR3loNBq2bt0KFN8Y Y7rOH374YY0drEBQ26SlpfHcc8+V62Ty8/MxNzdn5MiRpP6eCs9Yrl+/zvDhw8nNzWXVqlXyqv27 d++yatUqHjx4wLPPPsv169fLvb7kSNG8vIMAhw8fJjU1lYkTJxplVGFhIffu3aNZs2blptcqLCzk /v37ODg4lDmXm5uLlZWVUfvyt2vXjkmTJsl/Ozo68u6777J8+XLs7e2JjIw0yt7q6i/N4cOHuXXr Fm+88QafffYZFy5cqNTRX758maSkpCrrEgjqmtIJNvLz84mPjyc+Pp4PPvgApVJZ4TCwMrlbt24l JSWFVatWERwczNatW7l79y5bt24lIiKiQrkV9sAqIyMjA5VKxdy5c/Hy8sLOzo6zZ88yYsQIWrRo gYeHBw4ODsyfP1/uiWRlZREcHIyDgwNt2rShe/fuJP6erTklJYVhw4bJGUkiIiLK7N9eGY8fP5bz 0ensW7duHStWrEClUsmJMwsLC/H396dHjx7k5uaaTH90dDQdO3Zk/vz5WFlZER0dbbC9VCoVW7du 5eLFi6hUKlQqFVevXq2SToGgrsnPz+e///0vixcv5r///a9JcgYEBwfTvHlzued19+5dmjdvTnBw sMHrjOqBGeLy5cu8/fbbqFQqXF1d8fPzY9asWbi7u7N//34WLVrE4MGDGTVqFJMmTaKwsJBt27bh 6urKpUuX8PLyQqPRMG7cONq2bUtCQgIPHjxgwoQJfPLJJ7z33nsV6r5y5Qpbt25Fq9Vy5coVlixZ wvPPP4+trS3379+Xy7300kvExcUxa9YsevTowerVq/n555+Ji4vD3t6+2vpLN+TOnTt57bXXsLe3 JyAggM2bN/PBBx/o7YNUsr0sLCz46quvSEtL44svvgDAxcXF6LYXCOqaO3fusGLFCu7cuWNSuTpn tWrVKvmYzqkZomQPrFqzkCEhIXoxnIULFwLFQzGlUsmiRYv45ZdfcHBw4PTp08THx9O7d3Hy0S5d ugDFQ6/k5GQWLFggj6d9fHyIjY016EDi4uKIi4vDwcEBNzc3XnnllXKHjQqFghUrVjBgwABGjhzJ tWvXWLFiBd26dQMgPj6+WvpLEhsbS15eHhN+zzE4YcIEYmNj+emnnxgyZEiF7bVjxw5ycnLqdUJE IDCWFi1aMHfuXHnoaKqMTbrhYkl0w0dDTqzCWcjqsnnzZiIjI8nIyJDzwmk0Gn79tTgjdNu2bctc c+3aNQAiIiL0jjs5ORnU9eKLL/L5558bZZe9vT0ffPABU6dOxcfHh2nTptVYf0l0w0Wdc9axadMm PQcmEDR0bGxseOaZZxg8eLDsyGqKLual64mVjoFVRLVjYOVx7tw5wsPDmTNnDnfu3CE7O1sOhru6 ugKQnJxc5jrduXPnzqFWq+VPVWc0DKFWq1m0aBEuLi6cPXuWTZs2VVl/RbOKOTk5HDhwgNDQUL2Z 2kGDBrF9+3aDq5AVCkW1Ap8CQV1SXoBe58j+9re/AZRJHlwVucHBwbRr146IiAi9f4ODgw3KNelK /OzsbKB4NjAnJ4dVq1ZRUFAAgK+vLx4eHrzyyiscPHiQjIwMfvjhBzQajXwuLCyMgwcPkpyczMGD Bzl48GC17CiP+fPnk5WVxY8//si4ceOYM2eO3CusTL/OocfFxfHf//63TPLV7du3o9FoeOutt5g4 caL8mT17Nvfv32f//v0V2uXp6Ulqairr168nOjpaL3YnEDwpeHh4sGfPnnKdiS6r+e7du+WtbYzF 3d2dffv2YWdnpzdcbN68OREREdjb27N3795yR25g4pX4/v7+hIWFMXPmTKB4ONW+fXugOO389u3b efnllxkzZgxQvAxi27ZtdOzYke3bt/Pqq68SFBSEJEm0aNGC2bNnExAQUGU7SrN582bWrFnD5s2b cXd356uvvmLAgAGEhYURFxeHra2tQf3Nmzdn4sSJfP3112zcuJELFy5ga2sry9+0aRP9+vXDy8tL T+9zzz2Hvb09GzduLDO01DF79mx++uknXn/9dTw9PfHz86Np06Y1rrNAYEqmTJnC+vXr5Rh3aZRK Je7u7kydOrVKcidPnkx0dDR///vfK5TbunVrQkJCyj1fMgYmb6dT0ZfNWLKzsykqKsLFxaXcxJa5 ubk8fvwYR0fHMufy8/N5+PAhDg4OdZoUszL9kiSRmZmJo6MjlpaWdW6XQFBXREdHM3369BrJ0Gq1 PH78mIKCAgoKCoiNja3QCdUEXQwsPT3ddO9COjs7GzxvaJsOGxubes2MVJF+hUKBm5tbPVgkENQv kiQZ/W5jXWPyWUiBQNB40Gg0chy7qpiZmWFubl6t4L6x1HgdmEAgaFxYWlrKr9QVFBRUe5ZcqVQi SRL5+fm1FnYRPTCBQKBHu3btiIuLo2fPntjY2FR7+KhQKMjPz+fcuXPyZJ6pMbgOTPwr/hX//vH+ 1e0+ExMTw65du4iNja3WZ/fu3fzvf/9j7dq1dO/evVbsLdnZkmchnZ2d+eGHHxAIBIInFUtLS3x9 fcnOztafhfzf//7H008/TevWrevTPoFAIKiQ9PR0jh49Kg9P5SHk48ePhfMSCARPNO7u7jx69Ej+ 28xAWYFAIHiiEQ5MIBA0WIQDEwgEDRbhwAQCQYNFODCBQNBgEQ5MIBA0WIQDEwgEDRbhwAQCQYOl Wg7MxcUFlUpFTk6O3vGTJ0+iUqnw8/MziXEVodMzcuRIo8oXFBTw6NEjvTfsqypDIBA8efwhemAv v/wyLVq0YM+ePfVtikAgMCHmlRcxDZIkmWy76H79+lW4/Y+xegzJMCTHlPUQCAQ1o9Z7YNnZ2Uyd OpVWrVrRuXNn3nnnHXm3x71796JSqfTyNQYFBaFSqTh69Kg8zBs+fDguLi60bNmS6dOnlxn+SZLE 559/Tq9evWjevDkdOnRgypQpAPTv31/O3zh58mRUKhWDBg0qdwh569YtXn75Zby8vHBwcKBPnz58 9NFHBuULBIL6o0Y9sO7du2Nm9n8+sPQ2svn5+QwfPpwrV64wZMgQsrOz+fTTT8nNzWXJkiVG6/np p59wc3PD1taWq1evljm/f/9+/vrXv9K8eXOeeuopbt26xYkTJwB49tlnyc3NJS0tDV9fX1q3bl1u uia1Wk1gYCCXL1+ma9eu9OvXj4sXL5KammpQvkAgqD9q5MDu3btn8PyWLVu4fPkyo0aN4oMPPkCj 0eDv78/q1av55z//abSeoUOHEhsbK/998uRJvfMPHjwAoGvXrrz55psMGDBATtLx3nvvkZ6eTlpa Gn/5y18YPXp0uTI2b97M5cuXGT16NNHR0fIwUZIkOf15efIFAkH9UaMhZHp6ul5W6yNHjuidT0pK AmD37t306tWLvn37kpubi1arNWkG7vHjx/P++++TnJzMmDFjaNu2LW+++abethuVoUt4O2jQIL0Y l0KhMIl8gUBgemo1BtamTRsAJk6cyKZNm/Q+uiEh/F927+py8+ZNXnzxRa5cucLRo0fp3bs3K1as kGNfumGuoaB9hw4dAIiPj0eSpCrJFwgE9UOtzkJOmjSJRYsWsW/fPmxsbGjdujU3b97EzMyM0aNH 07t3b2xtbYmPj2fo0KFYWlpy7ty5KuvZtm0bCxYswM3NDVdXV7k3pXNKHTt2BGDu3LmsWbOGR48e 8fHHH+vJmDx5Mv/+97+JjY3lqaeeomPHjly8eJF+/frRuXNng/IFAkH9UKs9MAcHB3bv3o2npydr 165l8eLF/Oc//yEjIwMo3qA/KiqKnj17kpiYyIMHD+QYVVXo3bs3Q4YMIS8vj6SkJNq1a8d3333H wIEDAXjppZeYPHkyZmZm/Prrr7Rs2ZKHDx/qyVCpVBw4cICQkBCysrKIiYlBo9Hg6upaqXyBQFA/ yEk9EhMT9ZYzmJr79+9z48YNXFxcaNq0aa3pMQWSJCFJkt4Mq0AgeDJYu3YtXbt21U/qUds0bdr0 iXdcOhQKhVisKhA0AEQXQyAQNFiEAxMIBA0W4cAEAkGDRTgwgUDQYBEOTCAQNFiEAxMIBA0W4cAE AkGDpc7WgQkEjZnMzEzi4uLq24wnkpCQkFqTLRyYQGACjh8/TkBAAO7u7vVtyhNHfn5+rckWQ0iB wAQUFBQI51UPCAcmEAgaLMKBCQSCBotwYAKBoMEiHJhAIKhzcnNzCQoKIjc3t0ZyhAMTCAR1ilar JSQkRN5AVKvVVluWcGDlcP36de7fv1/fZtQLWq2WxMTE+jZD0IiZN2+enADoyJEjzJs3r9qyas2B 5ebmcvfuXYqKimpLRa3xxhtvMHXq1Po2o15Ys2YNAQEBcqo6Qf1x584dOQl0bZepS5YuXaqXzWzp 0qXVlmVSB/bw4UMiIyPx8fHBxcUFNzc3HB0dCQkJaTCO7Pz588TGxvLCCy+YXHZGRgYqlYodO3YY VW7dunVVllmVa8sjNDQUa2trVq9eXa3rBf9HQUEBmzZtYsiQISgUCmbOnGnUdbt27aJDhw60bNmS pk2bMnfuXB4/flwrZRo6JnNgGRkZ9O7dm7Vr1zJp0iS2bdvG999/z6effkqfPn0azP7yH330Ee7u 7owdO7ZO9H344Yc8//zzesfs7OyIjIykZ8+eVZZXk2sBmjRpQnh4OMuWLWt0D3tdc//+fV566SWc nZ1xdnY26ppt27YxZswY+vTpw5YtW5g3bx5Lly5l6tSpcro/U5VpDJjsVaJXX30VtVrN//73Pzkf ZF2Sm5uLlZUVVlZW5Z5Xq9VYW1sbdKS5ubns3r2byMhIzM3Ny5zLy8ujVatWQHGsKCMjAzc3N5RK ZbXtvnz5spwAWIe9vT2RkZHVklfRtZW1T0mCg4P5+OOPiY2NZfz48dWyQwCOjo7cuHEDa2trunXr Vml5jUbDggULGDduHBs2bEChUBAcHIy1tTXvvPMOJ06coE+fPiYp89RTT9VBC9Q+JukW3b17l717 9/Lyyy8bdF4ZGRnY2dmxfv16+djKlSuxs7Pj/v378vBn7ty5eHl5YWdnx6BBg3BxcdHLgv33v/8d FxcX1Go1KSkpDBs2jFatWuHo6EhERAR5eXly2Y0bN9KlSxccHBxwcnJiwYIFFdoXFxeHRqPBx8dH tlelUhEcHIyrqyvt27fH39+fd999F1dXVzp16kTHjh3loHdl9SuNj48PW7du5eLFi6hUKlQqFVev XtUbBt64cYNu3boxe/ZsPD09cXZ2Jjg4mKysrArbuOQQ0lD7lNfeZ8+epUOHDpibm5fJtC6oOtbW 1kaXvXLlCikpKcyYMUMvqcycOXMA2LNnj8nKNBZM4sDOnz8PYNSwRavV6nVhJUkqM416+fJl3n77 bVavXk1kZCS5ubnExsbK10dFRTF58mQsLS0ZN24c9vb2JCQkcPDgQfbt28cnn3wCwIULF5gxYwZj xozhzJkzbNmyBTc3twptS05OBsDLy0vvuEqlIj4+npiYGI4dO8aBAwfYuXMnp0+fpqioiHfeeadK 9dOxfPlyfH19cXd3JyYmhpiYGFxcXMq0V0pKCjk5OSxZsoTFixeTlJTE6NGjy+S2LI1GozHYPuW1 t6urKxYWFnh6eorZyDrm6tWrAHh6euodb968Oa1atSI9Pd1kZRoLJhlC6oYlpoqZhISEyHEhSZLo 2rUr69evZ8KECRw+fJisrCymT59OfHw8ycnJLFiwgPz8fMzNzfHx8SE2Npb33nsPpVKJQqEgPT2d /Px8hg4dyrBhwyrUm52djVKpxMPDQ+94YGAgvXr1AsDJyQkfHx/69+8PgK+vLwkJCdWqp653mZOT Q2BgoHz83r17ZcqOHj2aoKAgAHr06IGfnx/x8fH06NGjQvmVtY+Oku2to3379vIXQVA36MIbd+/e 1TsuSRKPHz/GysrKZGUaCybpgXXt2hWFQsHBgwdNIU4PhULBiy++yMGDB8nOzmbdunX07NkTHx8f rl27BkBERAS+vr74+vpy6NAhbt++DUDnzp3ZuXMn169fZ9CgQfTt25e9e/dWqEulUpXpQZXG1tZW 77ytrW2dz7Dqerq6nm9FVNY+higqKsLGxqbmxgqMpm3btgBcunRJ7/itW7e4c+cOHh4eJivTWDCJ A7OzsyMiIoJ169bx/fffV1hONx5Xq9VVkh8aGoq5uTmrVq1i165dTJ8+HQBXV1cAzp07p7euJDU1 Vb7W39+f+Ph4Tp48SdOmTQkJCakwftS6dWsAbt68WSX7dBhbv5IOUKFQVHklsm4I0K5du3Jl6jCm fSoiKyvL4HBbYHo6deqEt7c3W7Zs0bufmzdvBop74aYq01gw2Szkhx9+yPnz55kyZQrPPPMMw4YN w8rKisTERFJTU/n+++9xdnbGzs6O2NhYAgMDSU1N5YcffqhUdrNmzRgJeWH8AAAgAElEQVQ3bhyL Fy/G2tqayZMnA8XDNw8PD8LCwli8eDEeHh6kpaUBEBAQwOnTp0lMTKRXr15YWlrSvXt3Tp06haWl Zbl6BgwYAEBCQkK1vryV1U+lUgHFkwW2trYMHDgQT09PYmJiWL9+Pebm5owYMaJc2ampqdy7d497 9+4xb9483N3dGT58uOz8dDJL/rpW1j4VoVarSUpKkttZUD3S0tI4deoUULyk4tq1a2zduhUzMzN5 dnfKlCncv3+f2NhYFAoFn376KUFBQYSEhBAWFsaZM2dYtGgR4eHh8kymqco0CqKioqT4+HhpxYoV klqtrtHnwYMH0tKlS6WAgADJwcFBatKkidSpUyfpL3/5i5SdnS2p1Wpp9erVkpWVlQRIVlZW0siR IyVAysrKkpKTkyVAWrlyZRnZ+/fvlwBpypQpesdPnz4tDRo0SFIoFBIgtWjRQoqMjJTUarW0a9cu qXnz5hIgAZK9vb305ZdfVmh/Xl6e5OXlJYWFhUlqtbpce9q1ayeFh4fLf4eHh0tt2rSR/zZUP7Va LU2cOFECJDs7OyktLU26du2aNHDgQEmlUkldu3aVrl69qqdX93+lUinXo3v37tKpU6dknSVlHj16 VM9mQ+1TUXuvWrVKAqSEhIQaPxN/lM8333wjlWbdunXyPSv5sbKykst07NhRatmypd510dHRUvv2 7SVAatq0qfT6669Ljx49qpUydUHptoqIiNBrj4iIiCq19YoVK6T4+HgpKipKUkRFRUnu7u4kJiYy bdq0OnCZkJeXR2ZmJm3atDFZQDE/P5+HDx/i4OCgN3Ws1Wq5ffs2BQUFuLm5Vbqgds2aNbz22msk JSXJQ8qqYqh+kiSRmZmJo6NjhT3BkmRkZODt7c1XX33F4MGDsbS0xM3NTa+OxsisqH1KI0kS/fr1 w9bWlsOHDxtZY0F0dLQc2jAV2dnZODg4GFxnaKoytUnpLaW1Wi2jR4/myJEjDB06lF27dlXJtrVr 19K1a1fS09NNEwPTrWGq7KOjSZMmeHt7m3Q2xMbGBkdHxzJfTqVSibOzM+7u7ka9DRAaGkrLli1Z tmxZtW0xVD+FQoGbm5tRzqskZmZmtGvXjtatW5epozEyK2qf0hw6dIjExERee+21KtknMD3Ozs6V frFNVaYuUSqVREdHExgYSHR0dI1sM0kMTF3FoPyTjLW1NW+++abewtk/EhYWFgQFBclLNgSC2sDe 3p6YmJgayxFZicrhlVdeqW8T6g0/Pz/8/Pzq2wyBwCiEA3vCcXNza1Q9XIHAlDSMLSIEAoGgHIQD EwgEDRbhwAQCE2BlZdWoXpJuKIgYmEBgAvr3709cXNwTtXXzk0JISEityRYOTCAwAa6urvW++WNm ZiZxcXH1akNdIxyYQNBIOH78OAEBAbi7u9e3KXqUXolvSkQMTCBoJBQUFDxxzqu2EQ5MIBA0WIQD EwgEDRbhwAQCQYNFODCBQFDn5ObmEhQURG5ubo3kCAcmEAjqFK1WS0hICAcOHCAkJKTKW6qXRDiw crh+/Xq5eRwbAlqtVqRDEzzRzJs3T845euTIEebNm1dtWcKBlcMbb7zB1KlT69uMarFmzRoCAgJ4 8OBBfZsiEJTL0qVL9ZLMLF26tNqyTObApkyZIudKNIQuG/SOHTtMpVqPffv2YWdnV2nKsYo4f/48 sbGxvPDCCya2rGzWbEOo1Wr8/f3lTDLGEhoairW1NatXr66umYJGxMGDB1EoFGU+utRrDZ1GtxJf MpAJ2xg++ugj3N3dGTt2rAmtKsbOzo7IyEijMpgXFRVx7NgxgymwPvzwQ3799Vc9h9ikSRPCw8NZ tmwZs2fPblRJTAXV55///Kee02rSpEn9GWNCat2BqdVqrK2tK92PvrCwkHv37tGsWTMsLCzKnNdq tWRlZeHs7Fzu+du3b/Pw4cMKk9IaY0dubi67d+8mMjISc/OaNU1ubi5WVlZ6DsTe3p7IyMgyZR88 eIBCocDW1rZcWXl5eaSmptK6dWuaNm0qH798+TJJSUllygcHB/Pxxx8TGxtb7+/nCZ4Mnn32WXx8 fOrbDJNTazGwjRs30qVLFxwcHHBycmLBggUVlh0xYgQtWrTAw8MDBwcH5s+fjyRJ8pBr2rRpuLi4 0KFDB9zd3dmzZ4987ZUrVwgICKBNmzZ06dKF0NDQatsRFxeHRqORb/SsWbPw9vaWM29LkkS3bt34 05/+JF+jVqtxcnLiH//4BwApKSkMGzaMVq1a4ejoSEREBHl5eUDZIeTNmzcZP348Li4utGrVisGD B9OkSRM9p7Rq1Src3Nzo27cvHh4ebNiwAQAfHx+2bt3KxYsX5aQpV69eBaBDhw6Ym5vLgVKB4Mcf f2TTpk38+OOPjSrfQ604sAsXLjBjxgzGjBnDmTNn2LJli8FEsX5+fqxdu5a4uDgWLFjA8uXL2bVr l3z+8ePHrFu3joSEBDp37syrr74KFL/7FRISQn5+PnFxcVy6dEmvh1NVO5KTkwHw8vICircBycjI 4MSJEwD8/PPPpKSkcOnSJTlt+/79+3n48CGhoaFoNBrGjRuHvb09CQkJHDx4kH379vHJJ5+U0VVU VERwcDC3bt3i0KFDnDx5El9f3zI9yE6dOrFz506Sk5N5+umnmTt3LhqNhuXLl+Pr64u7uzsxMTHE xMTg4uICFCfm8PT0FLORApnXX3+dkJAQhg4dipubm0kSajwJ1IoDUyqVKBQK0tPTyc/PZ+jQoQbT dC1cuJBx48bRoUMHnnvuOQB++eUX+fyoUaN49tln6dKlCyNHjiQzM5Pc3FyOHTtGUlIS//rXv+jT pw9t2rShe/fu1bYjOzsbpVIpZ7f28/PDxcWFLVu2ALBlyxZ69+6Ns7OzPAmxZcsWevXqRadOnYiP jyc5OZlJkyaRn5+Pubk5Pj4+xMbGltH1008/kZCQwJIlS3jqqafo3LkzAwcOLFNu8ODBDBkyBDc3 N0aNGsXDhw/Jyspi0KBBuLi4YGtrS2BgIIGBgXpxjfbt23P79u0K6yr4YzBgwAB+++038vLyyM/P JykpicGDBzN58mSuXbtW3+bVmFpxYJ07d2bnzp1cv36dQYMG0bdvX/bu3Vth+c2bN+Pt7Y2LiwvP PvssABqNptyyujiRJEnykEnncGpqh0qlQqvVyr0gpVLJpEmT2L59O4WFhWzbto0pU6Ywfvx4duzY wYMHD9i3b588bNU9EBEREfj6+uLr68uhQ4fKdSS63l5VZoNsbGwA5CGtIYqKiuTygj8uTZo0wc3N DZVKhbW1NZ07d2blypU8fvyYAwcO1Ld5NabWYmD+/v7Ex8dz8uRJmjZtSkhICFlZWfJ5nZM4d+4c 4eHhzJkzhzt37pCdnW30zJmrqyuA7MiqY0dJdJm4b968KR8LCQnh5s2bfPbZZ2RmZjJ+/HiCg4O5 cOECy5Yto6CggEmTJunZc+7cOb11LqmpqWV06Yayv/76q1F1LQ+FQlHhjGtWVpbB4bLgj4tuiVFF P/wNiVqZhTx9+jSJiYn06tULS0tLunfvzqlTp7C0tJRnAePi4rC1teXhw4cAODo6kpOTw549e4ze ltfPzw8PDw/mzZvHv/71L1xcXIiPjzfKjvIYMGAAAAkJCfKXv2fPnnTs2JH3338ff39/nJ2dcXR0 xM3NjUWLFhEYGIiTkxMAvr6+eHh4EBYWxuLFi/Hw8CAtLQ2AgIAAPV1PP/00bdu25fXXX2fp0qW0 bNmS48ePG9vEAHh6ehITE8P69esxNzdnxIgRNG3aFLVaTVJSEpMnT66SPEHj49tvv+Xw4cN06dIF GxsbkpKSWL9+PcOGDePpp5+ub/NqTK04sHv37vHWW29x9+5doHj5wLJly2jZsiUAEydO5Ouvv2bj xo2cO3eOsLAwZs6cCUDv3r1p3769UXpsbGzYvn07s2bNYuTIkUCxE9I5ycrsKE2nTp3w8vJi9+7d cmZqhUJBaGgo7777LhMnTgTAzMyM4OBgli5dypQpU+TrbW1t2b59O6+++ipBQUFIkkSLFi2YPXt2 GQdmaWnJ3r17CQ8PJyAgADMzMzkIbyyzZ8/mp59+4vXXX8fT0xM/Pz+aNm3Kjh070Gq18nBc8Mel sLCQ8+fPs3XrVgoLC2nbti3vvvsuL7/8crnLkeqC1157jVWrVsl/R0REVHs1viIqKkpyd3cnMTGR adOmmcpGtFott2/fpqCgADc3N731V5IkkZmZiaOjo9wbys7OpqioCBcXFxQKRZX16d5qt7e3N9qO 8lizZg2vvfYaSUlJ8pCyOuTn5/Pw4UMcHBwqrc/9+/dRKpXs27ePadOmkZSUVO2V0pIk0a9fP2xt bTl8+HC1ZAgaJtHR0UyfPr3cc7qQTXW+WzWl9JbSWq2W0aNHc+TIEYYOHcquXbtQKpVGy1u7di1d u3YlPT3dNDEw3Tok3QeKA+DOzs64u7uXcRoKhQI3Nze9oZyzszOtWrWqdgPb29uXcV6V2VEeoaGh tGzZkmXLllXLDh02NjY4OjoaVZ+mTZtia2vLuXPnsLCwqJHjPHToEImJiQZnWwV/PHSvED0JKJVK oqOjCQwMJDo6ukrOqzQmGUKq1WpTiHkisLa25s0336yTxX4HDx4kJyeHDh06cObMGb788ktmzpxZ o7cALCwsCAoKkofAAsGTiL29vUnWojW6dyFNwSuvvFInes6ePcuGDRv49ddfcXFx4ZVXXmHhwoU1 kunn54efn5+JLBQInmyEA6tH3nzzTd58800KCgoqnBkVCAQVI/YDewIQzksgqB7CgQkEggaLcGAC QSPBysqK9PT0+jajThExMIGgkdC/f3/i4uKMfpOlrggJCak12aIHJhA0Ip4051XbiB6YQNBIOH78 OAEBAbi7u9e3KXqUXolvSkQPTCBoJBQUFDxxzqu2EQ5MIBA0WIQDEwgEDRbhwAQCQYNFODCBQFDn 5ObmEhQUJG+DVV2EAxMIBHWKVqslJCSEAwcOEBISUqNE1MKBNVCuX7/O/fv369uMPyRarVakrKsB 8+bNk3OWHjlyhHnz5lVblskdWG5uLpcvX25Ue4Q9ibzxxhtMnTq1vs34Q7JmzRoCAgJ48OBBfZvS IFm6dKle0pvqbicNJnRgly9fZvjw4bi4uODj44OTkxOjRo3iypUrplJRb5TOqG0KWbq8ktXh/Pnz xMbG8sILL1Rbf3Xrsm/fPuzs7OTMNk86Je011X0MDQ3F2tqa1atXm8jKuuH7779HoVBgbW1d36aY DJM4MEmSCA0NJTMzkxUrVnD06FHWrl1L8+bN5Yw9DRk7OzsiIyPp2bNnfZsCwEcffYS7uztjx46t 8rU1rYskSTWKWdQ1Je011X1s0qQJ4eHhLFu2jMePH5vCzFrnwYMHzJkzp77NMDkmcWA3b97k4sWL vPTSS0ybNg0fHx/Gjx/PunXryt2n3hCFhYXcunWLwsJCo69Rq9UVJnvNzc2t8UNmb29PZGQkPXr0 qNJ1VdVtqB4lZe7evZsXX3yxWltPV1QXrVbLb7/9VmG73759m9TUVDk5RH1T2XNSnr3VvY/l3Zfg 4GBu3LhRbtb1J5G///3v3L9/nz//+c/1bYpJMYkDc3R0xNnZmW+//ZYLFy6UW+bGjRt069aN2bNn 4+npibOzM8HBwXpJZkeMGEGLFi3w8PDAwcGB+fPnI0mS3PWfO3cuXl5e2NnZcfbsWTZu3EiXLl1w cHDAycmJBQsWyLJSUlIYNmwYrVq1wtHRkYiICPLy8qplW8mhx4oVK1CpVOzcuRMo/iL5+/vTo0cP eUq4KroBg/UoTVxcHBqNBh8fHwBmzZqFt7e3/AWTJIlu3brxpz/9Sb5GrVbj5OTEP/7xD7266P4/ bdo0XFxc6NChA+7u7uzZs0e+9sqVKwQEBNCmTRu6dOkiZyHXcf/+fV599VU6duyIq6srQUFBJCUl Vcu20lR03yt6Tiqzt3Td7ezsWL9+vXx+5cqV2NnZyZMjhu5Lhw4dMDc3l4PRTzKnT5/m888/58MP P2x0rxqZxIGZmZmxbt06cnJy6NevH0OHDiUqKkrv11Gr1ZKSkkJOTg5Llixh8eLFJCUlMXr0aDm5 rZ+fH2vXriUuLo4FCxawfPlydu3aJcu4fPkyb7/9NqtXryYnJ4cZM2YwZswYzpw5w5YtW+RktBqN hnHjxmFvb09CQgIHDx5k3759fPLJJ+Xab4xtOl566SXGjh3LrFmzSE1N5f333+fnn38mKioKe3v7 Kuu+cOFChfUoj+TkZAC8vLyA4q1KMjIyOHHiBAA///wzKSkpXLp0iUuXLgGwf/9+Hj58WMb56Hj8 +DHr1q0jISGBzp078+qrrwLF79aFhISQn59PXFwcly5dIjIyUq/dxo0bx4EDB3j//ff55ptvKCoq YtiwYWRkZJjENtC/766urhU+J5XZWxqtVqvXQys53KzsvlhYWODp6fnEz0ZqNBpmzZqFj49PneV6 qEtMFsT39fXl119/Zd26dVhZWTFz5ky6du3K2bNn9cqNHj2aoKAgZsyYwXfffUdSUpKcTXvhwoWM GzeODh068NxzzwHwyy+/yNeGhIQQHh7OpEmTcHV1RaFQkJ6eTn5+PkOHDpVTicXHx5OcnMykSZPI z8/H3NwcHx+fSrv7hmzToVAoWLFiBS1btmTkyJF89tlnLFmyhG7dulVLt1KprLAe5ZGdnY1SqZTT wvv5+eHi4sKWLVsA2LJlC71798bZ2VmeKNiyZQu9evWiU6dO5cocNWoUzz77LF26dGHkyJFkZmaS m5vLsWPHSEpK4l//+hd9+vShTZs2dO/eXb7up59+4vjx43z++edMnjyZZ599lg0bNqDValm1apVJ bAP9++7k5FThc1KZvVXBmPvSvn17bt++XS35dcUXX3zB2bNn+frrr2uU7epJxaTLKCwtLZkwYQL7 9+/nxx9/JDc312CWHV0wVTejtXnzZry9vXFxcZGzSms0mnKv7dy5Mzt37uT69esMGjSIvn37snfv XgCuXbsGFGf89fX1xdfXl0OHDlXpYSttW0ns7e354IMPuHbtGj4+PnoJgauq21A9ykOlUun1HJRK JZMmTWL79u0UFhaybds2pkyZwvjx49mxYwcPHjxg3759Bns4JbG1tQWKeyNXr14FkJ1laVJSUuQ6 lGwbNzc3UlJSTG6bjoqek8rsrQrG3JeioiJsbGxqrKu2SE9P5+2336Z///5cu3aNrVu38ssvv6DV atm6dWuZH+eGSK0tZO3bty9eXl7cvXu3wjK67W/btWvHuXPnCA8PZ86cOdy5c4fs7GysrKwM6vD3 9yc+Pp6TJ0/StGlTQkJCyMrKwtXVFYBz587prTdJTU012v6StpVGrVazaNEiXFxcOHv2LJs2bZLP Gau75NClonqUhy7p7c2bN+VjISEh3Lx5k88++4zMzEzGjx9PcHAwFy5cYNmyZRQUFDBp0iSj6166 LjrHUBpPT08AeTgIxZMMGRkZekNcU9pm6DmpzN6S6JK8GlqvWNl9ycrKMjjcr28OHTpEXl4ex44d Y+LEiUycOJGoqCg0Gg0TJ05k0aJF9W1ijTFJn/K3337D39+f/v37M2DAACwsLIiPj+fMmTN88cUX emVTU1O5d+8e9+7dY968ebi7uzN8+HCOHz8OFE8I5OTksGfPHoO7S54+fZrExER69eqFpaUl3bt3 59SpU1haWuLr64uHhwdhYWEsXrwYDw8P0tLSAAgICKhQZkW2lV6wOH/+fLKysjhx4gQLFy5kzpw5 +Pj40LFjx0p16zKXx8XFYWtri5WVFWlpaeXWozwGDBgAQEJCgvzl6dmzJx07duT999/H398fZ2dn HB0dcXNzY9GiRQQGBlZrOYufnx8eHh7MmzePf/3rX7i4uOj9ag8ePJg+ffrw6quv8u6772Jvb8+X X36JhYUFs2bNqhXbsrOzgfKfk8rsLYmzszN2dnbExsYSGBhIamoqP/zwg3ze0PMFxY4vKSmJyZMn V61R65Dw8HDCw8P1jn300Ue8++67dZK4uS4wSQ/s7t27dOjQgZiYGN544w1ef/11fvnlF6Kionjx xRf1yn7yySe4urrSpUsXbty4wfbt27G3t8ff35+wsDBmzpyJt7c3a9eupX379hXqvHfvHm+99Rb9 +/enV69eREdHs2zZMlq2bImtrS3bt2+nadOmBAUF0bNnT8LDw+VgckVUZFtJNm/ezJo1a/j6669x d3fnq6++wsnJibCwMNRqdaW6mzdvzsSJE/n66695/vnnycrKqrAe5dGpUye8vLzYvXu3fEyhUMjD sIkTJwLFEyvBwcEATJkyxWC9K8LGxobt27djY2PDyJEj6d27NydOnMDMrPixUSqVfP/99/j5+fHW W28xffp0lEolR44cwcXFpVZsM/ScVGZvSZRKJUuWLCE+Pp5u3boxYcIEvV6xoecLYMeOHWi1WnkI KzCe1157DZVKJX8MxXwrQxEVFSW5u7uTmJioF8upDlqtlps3b9KsWbMysYGMjAy8vb356quvGDx4 MJaWlri5ucldeR3Z2dkUFRXh4uJS5lx5+m7fvk1BQQFubm7lPqj5+fk8fPgQBweHCuUZa1tVqUi3 JElkZmbi6OiIpaWlUfUoyZo1a3jttddISkqSh5S1jW6JSFXX9dUWlT0nxtqbl5dHZmYmbdq0KROy qOi+SJJEv379sLW15fDhwyaqUc2Jjo5m+vTp9W1GGUpvKa3Vahk9ejRHjhxh6NCh7Nq1C6VSabS8 tWvX0rVrV9LT0027J75SqaRVq1YGy5iZmZUbV9Lh7OxcJX2VlbexsTE60FqZbVWlIt0KhUIvdmJM PUoSGhrK+++/z7JlyypcnmFq6sNx6YbbJdHFrCprL2PtbdKkCd7e3uWeq+i+HDp0iMTERKKioozS IdBHqVQSHR3N888/z7p166rkvErT+OZV/wBYW1vz5ptvNpo4RkU8qRsCWFhYEBQURFBQUH2b0mCx t7cnJiamxnKEA2ugNMZFiQ0FPz8//Pz86tsMAXXowNzc3J7YX9Qn2TaBQFAxYkNDgUDQYBEOTCAQ NFiEAxMIGglWVlbyGyR/FEQQXyBoJPTv35+4uDiDb7DUByEhIbUmWzgwgcAEZGZmEhcXV99m/OEQ DkwgMAHHjx8nICCg0W0YaApKr8Q3JSIGJhCYgIKCAuG86gHhwAQCQYNFODCBQNBgEQ5MIBA0WIQD EwgEdU5ubi5BQUHytkfVRTgwgUBQp2i1WkJCQjhw4AAhISE1SpQsHFgD5fr163L+wj8aWq32iU9n JqiYefPmyfk0jxw5wrx586oty+QOLDc3l8uXL4vdHWqZN954g6lTp9a3GfXCmjVrCAgIKJOroLFx 586dSlfVm6pMXbJ06VK9hDdLly6ttiyTObDLly8zfPhwXFxc8PHxwcnJiVGjRnHlyhVTqag3SmZ0 NpUsXV7E6nD+/HliY2N54YUXamxPaYy1ryptUlpmTdszNDQUa2trVq9eXa3r64qCggI2bdrEkCFD UCgUzJw506jrdu3aRYcOHWjZsiVNmzZl7ty5PH78uFbKNHRM4sAkSSI0NJTMzExWrFjB0aNHWbt2 Lc2bN69WNpwnDTs7OyIjI+VckfXNRx99hLu7O2PHjq0TfR9++CHPP/+83rGatElN27NJkyaEh4ez bNmyJ/oLef/+fV566SWcnZ2N3jJ827ZtjBkzhj59+rBlyxbmzZvH0qVLmTp1qpx0xFRlGgMmeZXo 5s2bXLx4kU8++URODOLj48P48eOrLKuwsJB79+7RrFkzLCwsjLpGrVZjbW1dbjKM3NxcrKysKs0x aQh7e3uDKeoroqq6DdWjpMzdu3cTGRlZJtNybm4ueXl5cl4CrVZLRkYGbm5uNdp3/PLlyyQlJekd q26bGLq2Ku0VHBzMxx9/TGxsbLWes7rA0dGRGzduYG1tLWduN4RGo2HBggWMGzeODRs2oFAoCA4O xtramnfeeYcTJ07Qp08fk5R56qmn6qAFah+T9MAcHR1xdnbm22+/5cKFC+WWuXHjBt26dWP27Nl4 enri7OxMcHCwXqLQESNG0KJFCzw8PHBwcGD+/PlIkiQPOebOnYuXlxd2dnacPXuWjRs30qVLFxwc HHBycmLBggWyrJSUFIYNG0arVq1wdHQkIiKCvLy8atlWcsizYsUKVCoVO3fuBIodrr+/Pz169JCn hKuiGzBYj9LExcWh0Wjw8fHRsy04OBhXV1fat2+Pv78/7777Lq6urnTq1ImOHTvKQe+MjAzs7OxY v369LHPlypXY2dmVOyng4+PD1q1buXjxopwG6+rVq3ptYsy9LUnpIaSh9qro3nfo0AFzc3M5GPyk Ym1tbXTZK1eukJKSwowZM/QyLc2ZMweAPXv2mKxMY8EkDszMzIx169aRk5NDv379GDp0KFFRURQW FspltFotKSkp5OTksGTJEhYvXkxSUhKjR4/m4cOHQPFe42vXriUuLo4FCxawfPlydu3aJcu4fPky b7/9NqtXryYnJ4cZM2YwZswYzpw5w5YtW+RMPxqNhnHjxmFvb09CQgIHDx5k3759FWbwMcY2HS+9 9BJjx45l1qxZpKam8v777/Pzzz8TFRWFvb19lXVfuHChwnqUR3JyMoCc+VqHSqUiPj6emJgYjh07 xoEDB9i5cyenT5+mqKiId955R6++JYcRkiRVOJW9fPlyfH19cXd3JyYmhpiYGDnnY3XarzTGtlfJ e+/q6oqFhQWenp6NajZSl1Fcl/FcR/PmzWnVqhXp6ekmK9NYMFkQ39fXl19//ZV169ZhZWXFzJkz 6dq1K2fPntUrN3r0aIKCgpgxYwbfffcdSUlJcvbkhQsXMm7cODp06MBzzz0HwC+//CJfGxISQnh4 OJMmTcLV1RWFQkF6ejr5+fkMHTpUTpAZHx9PcnIykyZNIj8/Hx9uYwsAACAASURBVHNzc3x8fIiN jTVYB0O26VAoFKxYsYKWLVsycuRIPvvsM5YsWSIPEaqqW6lUVliP8sjOzkapVOLh4aF3PDAwkF69 esmZrn18fOjfvz+dO3fG19eXixcvGqx7RQwaNAgXFxdsbW0JDAwkMDCQJk2alFvWmPYrjbHtVfLe 6+Kq7du35/bt29Wq15OILnRw9+5dveOSJPH48WOsrKxMVqaxYNJlFJaWlkyYMIH9+/fz448/kpub y8KFCyssrwvinj9/HijOeu3t7Y2Li4uc8Vij0ZR7befOndm5cyfXr19n0KBB9O3bl7179wJw7do1 ACIiIvD19cXX15dDhw5V6WEvbVtJ7O3t+eCDD7h27Ro+Pj56CYGrqttQPcpDpVKV6UGVxtbWVu+8 ra0tRUVFhitsYgy1X0lqcq+KioqMzvnZEGjbti0Aly5d0jt+69Yt7ty5g4eHh8nKNBZqbSFr3759 8fLyKvMrUBJdV7Zdu3acO3eO8PBw5syZw507d8jOzq70l8Lf35/4+HhOnjxJ06ZNCQkJISsrC1dX VwDOnTunt94kNTXVaPtL2lYatVrNokWLcHFx4ezZs2zatEk+Z6zukg6monqUhy4T982bN42uS0l0 MZHK1umVtE+hUFR5tXR57Vee063JvcrKyjI43G5odOrUCW9vb7Zs2aLXVps3bwaKe7imKtNYMMks 5G+//Ya/vz/9+/dnwIABWFhYEB8fz5kzZ/jiiy/0yqampnLv3j3u3bvHvHnzcHd3Z/jw4Rw/fhwo nhDIyclhz549BhffnT59msTERHr16oWlpSXdu3fn1KlTWFpa4uvri4eHB2FhYSxevBgPDw/S0tIA CAgIqFBmRbaVXjA5f/58srKyOHHiBAsXLmTOnDn4+PjQsWPHSnXrsk3HxcVha2uLlZUVaWlp5daj PAYMGABAQkJCtb68zs7O2NnZERsbS2BgIKmpqfzwww/y+dL2DRw4EE9PT2JiYli/fj3m5uaMGDGi Su2nc346mSV7ANW9V2q1mqSkJCZPnlzlNqgr0tLSOHXqFFC8pOLatWts3boVMzMzeeZ0ypQp3L9/ n9jYWBQKBZ9++ilBQUGEhIQQFhbGmTNnWLRoEeHh4XKYwlRlGgVRUVFSfHy8tGLFCkmtVlfrc+LE Ccnf31+ysLCQAMnMzEzq1KmTFBUVJZdJTk6WAEmpVEqABEjdu3eXTp06JanVaunBgwdSWFiYfK53 796Sl5eX9Ne//lW+duXKlbK8Xbt2Sc2bN5fL29vbS19++aV8/vTp09KgQYMkhUIhAVKLFi2kyMjI cu2vzLaS+r/99lsJkDZv3iyp1Wrpxo0bkqenp9SlSxfp9u3bRumeOHGiBEh2dnbSN998Y7AepT95 eXmSl5eXFBYWVsY2XZl27dpJ4eHh8t/h4eFSmzZt5L9Xr14tWVlZSYBkZWUljRw5UgKkrKysMval paVJ165dkwYOHCipVCqpa9eu0tWrV/X0VtZ+pWUePXpUz2ZD7VVe/dRqtbRq1SoJkBISEqr93Jry 880330ilWbdundweJT9WVlZymY4dO0otW7bUuy46Olpq3769BEhNmzaVXn/9denRo0e1UqYuKN1W EREReu0RERFRpbZesWKFFB8fL0VFRUmKqKgoyd3dncTERL1YTnXQarXcvHmTZs2alYlNZGRk4O3t zVdffcXgwYOxtLTEzc1Nb5oX/n97dxoVxZU2cPzf7DQNuIAiCLiAC6igqGQUg0QwcVyIO2rcos7E mLgkxjM5Jo460UycJBonxow5o4kL8ahR0TFuJDHiHnENGlwRRDGCCkKzNv1+8O2KKEsDjdD6/M7h A/atW7duWU/XLW7d58FD6uLiYtzc3B77rLT9paenU1BQgIeHR6nzp3Jzc8nOzsbFxaXM+oxtW2WV tW+9Xs+NGzdwdXXFxsbGqON42KpVq5g2bRrnzp1ThpSVlZOTw40bN/Dy8npsqP5o+ypiTP8ZU6cx 58pQV9euXdFoNPz0009GHnHNWr9+PePHjzdpnbdu3cLFxaXcOXymKlOTHl1SWqfT0b9/f/bt20fP nj3Zvn17pdq2evVq/P39SUlJMe2a+JaWlsokyrJYWFiU+lzJwNgZy4b9VVTe3t7e6Ae9FbWtssra t0qlKjH8M+Y4HjZixAjmz5/P0qVLHxuiV8Tw7MvBwQFfX99SyzzaPmOV13/G1Gnsufrhhx9ISEgg Ojq60m00J8b8nzBVmSfJ0tKS9evXM3r0aNasWVOtwCpJPcyQnZ0dM2fOJC8v75l8ad7a2prIyEgi IyNruymiipycnIiJial2PRLAzNSUKVNquwm1JjQ0lNDQ0NpuhqgDnlgA8/DwqLN3C3W5beZA+k/U FlnQUAhhtiSACSHMlgQwIUzA1tb2qXpJ2lzIQ3whTCA4OJj9+/fXqaWb64qoqKgaq1sCmBAm4O7u XmcXVnyayRBSCGG2JIAJIcyWBDAhhNmSACaEMFsSwIQQZksCmBDCbJkkgOXk5DzxNdeFEKLKASw3 N5e///3vBAQE4OrqipubGy+++CIHDhyodF0FBQXk5eVVet312qpXCFE3VCmA3b17lz/96U/861// 4vLly3h5eaHX64mLi6N3794sWbKkUvW99tprNGjQwOQJN2uqXiFE3VClADZjxgwuXLhAnz59uHLl Cr/99htpaWl88cUXWFhYMGfOHE6ePGnqtgohRAmVDmDp6els2LABJycnVq1apSQZtbS0VNKiFRUV KWnjd+7ciVqtLrHefmRkJGq1mkOHDhEcHMz69esBGD58OGq1mu7du3Ps2DHUajVjx46lU6dOuLi4 EBYWRmxsbLXqFUI8PSr9LqQh03ZAQABOTk6Pff7CCy+wdOlSTpw4YVR9L730EllZWVy7do2QkBCa Nm2qJOYE2L59O4GBgTg5OXHs2DEGDhxo1FK0FdUrhDB/lQ5gWVlZABQWFpb6uSGjjrGJNObNm0dK SgrXrl3jzTffVJJuHjt2DHiQIHf37t0AfP3117z++ut8+eWXFWaAKateIcTTo9JDSH9/f+BByvi0 tLTHPo+LiwP+SC1vSt26dQPg4sWLJq9bCGF+Kh3AWrduzUsvvYRWq+WVV14hOTkZeJCrb8uWLXz2 2WfY2dkxceJEADQaDfAgN12Zjfj/u7aK1lU3DF9btWpl0nqFEOapSuuBrVixgu7du3Po0CHatGmD t7c32dnZZGRkYGFhwdKlS/Hx8QEgKCgIjUZDXFwcPXv2xMbGhtOnT5eor3Xr1sCDv26uWrWKvLw8 PvroIwCOHz/OkCFDsLCwYO/evahUKmbOnIm/v3+V6t23b19VDlkIUQdVaRqFi4sLv/zyC2+++SZN mjTh2rVr5OfnExoayr59+3j11VeVsmq1mujoaAICAkhISOD+/fuPPY/661//yvDhw7GwsCAxMZGG DRuSnZ0NPMiBmJiYyP79++nSpQt79uyhS5cuVa5XCPH0UEVHR+s9PT1JSEgoMSWhMrKystBoNMqQ zRSOHTtGz549CQsLY8eOHSarVwhh3lavXo2/vz8pKSmmWVK6tOkUQghR02Q1CiGE2aqzST0aNGjA kCFD8PPzq+2mCCHqqDobwHx8fFi9enVtN0MIUYfJEFIIYbYkgAkhzJYEMCGE2ZIAJoQwWxLAhBBm SwKYEMJsSQATQpgtCWBCCLMlAUwIYbYkgAkhzFaNvkqUnJxMfHw8169fR6vVolar8fT0JCgoCE9P z5rctRDiGVAjAay4uJg9e/Zw8uRJGjduTMeOHXF2diY/P5+UlBSio6MJDAwkIiLCpGuICSGeLTUS Pfbs2cPZs2eJjIzk9ddfJyIigq5du9KjRw9GjhzJlClTSE1NZe/evUbV5+fnR7t27dDr9SX+Xa/X 065dO3r37l0Th1FtqampqNVqJUdmRXbt2oWjoyNnzpyp9LZCPItMHsCSk5M5efIk/fr1IygoCJVK 9VgZV1dXxo0bx4ULF0hJSamwzpEjR3LlyhUlqYfByZMnuXLlCiNHjjRZ+03J0dGR2bNnG52hSa/X o9PpqrStEM8ikwew+Ph4mjRpQseOHcst5+DgQI8ePYiPj6+wzqioKAA2bdpU4t83bdqEra0tAwcO rHqDjaTT6bh+/XqZ+TBL4+TkxOzZs+nQoUO55dLT00lKSipxh1natoWFhdy+fbvMNty/f1/JJWCM iurLysri5s2byu86nY7k5GQlyApR20wewK5fv46vr2+pd16Pat26tVF3YD4+PgQHB7Np0yblIi8u LmbTpk307dsXZ2dnADIzM5k6dSqtW7fG3d2dyMhIzp07B/wxnJsxYwY+Pj44Ojpy6tQpo7YZM2YM bm5utGrVCk9PT77//nulbcZsX9Yw8NKlS4SHh+Pl5YWfnx8jRoxQPnt02z59+tCgQQO8vb1xcXHh nXfeUfri999/Z9CgQbi5udGkSRN69OiBg4MD586dK/O4y6rPUH7IkCG4u7vTsmVLevXqxdy5c3F3 d6dNmza0bt2ahISECs+bEDXN5AFMq9Xi6OhoVFlnZ2ejczaOGjWKlJQUJWP3sWPHuH79ujJ81Ol0 DBw4kL179zJ//nxWrlxJcXExYWFhpKamKvVcuHCB9957j//+9780btzYqG3y8/NZs2YNx48fp23b tkydOrVS+yxNQUEBUVFR5Obmsn//fn777Tdmz55dZvnQ0FBWr17N/v37mTVrFsuWLWP79u0UFxcz ZMgQbt++zQ8//MCxY8cICQl57Hnhw8ft7u5eZn0GarWauLg4YmJiOHz4MHv37mXbtm3Ex8dTXFzM nDlzjDpvQtQkk/8VUq1WU1BQYFTZvLw81Gq1UWUHDx7MzJkz2bhxI8HBwWzcuJGGDRsSEREBwIED Bzhy5Ajbtm0jPDwceJDJu0WLFnz11VdMmjQJeDAcHT16NAA///yzUdv069ePl156CYC+ffsyZ84c srKyOHnypFHbl+bw4cOcO3eO2NhYOnfuDED79u3LLP+3v/0NeDCss7S0ZMGCBZw9e5Z69epx/Phx 4uLiCAoKUtrw2Wefldj+4eMurz5DHREREcpjgEaNGhEYGEhwcDAAISEhHD9+vMy2CvGkmPwOzNPT s8K7D4Pr16/j5eVlVNn69evTp08fNm/eTGFhIZs3b2bYsGFYW1sDcOXKFQDatm2rbOPk5ISHh4fy 2aOqso0hI7her6/S9gaXL18GwNvbu9xyBhs2bMDX1xc3NzclmBYVFXHx4kUAmjVrZlQ9FdVXGo1G U+KOTqPRUFxcXKn9CVETTB7AgoKCSExMJD09vcKyhw4dUr7xjTFq1CjS0tJYtGgRt27dKvHXx+bN mwPw22+/Kf+WlZVFamqqkiX8UVXZxlTbu7u7A38EsvKcPn2acePG8cYbb3Dnzh1u3bqFra0tAB4e HgAkJiZWWI8x9QlhTmrkDiwgIIANGzaU+RcxvV7P3r17adCgAU2bNjW67t69e9OgQQMWLFhAq1at 6NSpk/JZjx496Ny5M1OnTmXjxo3s3r2b0aNHY21tzV/+8pdS66vKNqbaPjQ0FG9vb9566y1++ukn zp8/T1xcXKllb926BTyYfpKRkcFXX32lDNNfeOEFmjVrxvTp0zl8+DAXLlzgyJEj5e67vPqEMCc1 MpE1IiICd3d3li1bxsGDB0lPT0en05Gdnc358+dZuXIlOTk5yvMrY9nY2DBs2DAARowYUeIvnZaW lmzdupXQ0FDeffddxo8fj6WlJfv27cPNza3U+qqyjam2t7e3Z/Pmzdjb29O3b1+CgoI4evRoqW8m 9OrVi1GjRjFx4kR8fX1ZvXo1LVu2VPpk586dODg4EB4eTlBQEBs2bCh33+XVJ4Q5UUVHR+s9PT1J SEhgzJgxJq08JSWF+Ph4UlJS0Gq1ODg40LRpU7p06aIMfcSDYSdUnOH81q1bFBcX4+bmVuo0lczM TCwtLdm1axdjxozh3Llz5T4bq6g+Ieqi1atX4+/vT0pKSs2+zO3p6WmSl7aN+UulsdMx6qKKApdB 48aNy/3cMB/u9OnTWFtbVzg8r6g+Ieq6OpvY9mHmHJyehNjYWDIyMmjVqhUnTpzgiy++YOLEiVhZ mcXpFaLK5H/4U+DUqVOsW7eOxMRE3NzcmDJlijLPS4inmQSwp8DMmTOZOXMmBQUF2NjY1HZzhHhi ZDGup4gEL/GskQAmhDBbEsCEEGZLApgQwmxJABNCmC0JYEIIsyUBTAhhtiSACSHMliS2FUKYLbNN bJuVlYVOp8PZ2VmS4wrxjDKLxLYG2dnZzJ49m8DAQNzc3PDw8MDV1ZWoqChZ4vj/+fj4oFarlZ+W LVsyc+ZM8vLyamyfhkxGW7ZsKfG7JOUVNc3kd2CGxLYvv/wynTp14ptvvuHjjz/m6tWrNG/enJkz ZzJ27FjGjRvHsmXL8PPzM2o4mZqaygsvvIBWq2Xy5Ml07NgRS0tLUlNTycjIqLN3YR988AGJiYkV XszGljNGaGgoY8aMIT8/n8TERJYvX079+vXLzXpkSpKUVzwpJg9gDye2Xb58OfPmzWPixIk0aNCA 9PR0pkyZogQhQ2JbYwLY1KlT0Wq1HDx40OhEIOXR6XTcvHmTxo0bK4lBjJWVlYWtra1R68hfuHBB yRNpinLG8PHxKZFj8uTJk49lNS+PVqvFzs6uyl8KhqS8j6qozyvTr/AgMW9mZiYuLi5VamdlVNS2 6vaZqJoaTWy7ePFiJkyYwO+//86ePXvYs2cPOTk5LF68GDA+se3du3fZuXMnr732WoXBqzqJaqdM mYKbm1uJ4db777+Pm5sbWq2WK1euEBYWRpMmTXB1dWXSpEnk5OSUqPvhBLJqtZpNmzZx/vx5ZUhX WhKPwMDAMsuVdzxlKSgo4N69e/z666+sXr2a+Ph4ZSnu8nz77bf4+fnh4uJCo0aNmDVrFgBpaWm0 a9eOyZMn07x5cxo3bsyQIUNKZO1+2MNDSGOSA5fXr6W5efMmQ4YMwcXFBS8vL9q3b09CQgKpqak4 Ojqydu1apex//vMfHB0dyczMLPUcde/evcrnvLw+E09GjSa2TU5OpmHDhiQnJ7N7927i4+MBuHbt GmB8YtszZ84AVDgkMTbRbFmJasePH09WVhY7duxQ6ouOjmb48OHY2NgwcOBAnJycOH78OLGxseza tYtFixaVaMPDCWTXrVtHSEgInp6exMTEEBMTU+pa+cuWLSu1XFUT565ZswZ3d3e6du3Ka6+9hrOz M+3atQMgPT2d/fv3l/jJzs7m119/ZcKECQwYMIATJ06wceNGZdlvnU7HlStXyMjIYMmSJSxcuJBz 587Rv3//MhO3PKqsPi8qKjKqXw2Ki4sZNmwY169f57vvvuP48ePMmzdPyQKl0+lKpIDT6/XodLoy z9Hs2bOrfM7L6zPxZNRoYlsvLy/S09MfS7FmyIVobGJbw217fn5+ueWMTW5bVqLaoKAg/P39Wbt2 LYMHD+ann37i5s2bjB8/nri4OC5evMisWbPIzc3FysqKwMBAduzYwbx585Q2PJpAdsuWLWRkZJSb wMRwF/BouYoS786dO7fU+vr27cuMGTMoKioiLS2NVatW8fzzz3PkyBHOnDnDqFGjSpQ/cuQI1tbW qFQqUlJSyM3NpWfPnoSFhZUo179/fyIjIwHo0KEDoaGhxMXF0aFDh3LPS3l9Hh8fb1S/PtzW+Pj4 Eol8/fz8Ktz/wx4+R3q9vsrn3NLSssI+EzXL5AHs4cS2M2bM4J133nlsODBjxgzA+MS2/v7+qFQq YmNjGTx4cJnlqpuoVqVS8eqrrzJr1ixu3brFmjVrCAgIIDAwkJUrVwI8lm27UaNGFba/qqqaONfN zY1u3bopv/fr1w8PDw/WrVvHnDlzyrzr3bZtG3PnzqV79+74+fnxj3/8gz59+pRa1nA3fObMGaMC 2MMe7vOrV68CxverIf9lZRP5lqU657xt27aV6jNhejWa2Hby5MmsWLGCDh06oFar6dChA+vWrWPy 5MmA8YltHR0dmTRpEmvWrGHr1q1llqtuolp4kK7NysqKr776iu3btzN+/Hjgj0S0p0+fRqvVKj9J SUnl1qdSqR4bwhhbzhTHAw8ChV6vx87OrtxyvXr1Ii4ujmPHjuHs7ExUVFSZz7kMzy5btGhRYj+V Vdl+NZQ3ZCR/mCGzUmVzKFTnnFemz4Tp1cgdmCGx7ZgxYxg5cmSJDNrw4D96bGxspRLbfvDBB5w5 c4aRI0fSu3dvwsLCsLW1JSEhgaSkJLZu3Voi0ezcuXNxcnLiiy++UBLNGhNI6tWrx8CBA1m4cCF2 dnYMHz4cgJCQELy9vRk1ahQLFy7E29tbeZZnGN6Vpnnz5sTExLB27VqsrKzo06ePkj2oonIVHU9Z rl69ypYtW9Dr9WRkZLBmzRpsbW0fOw8Pi4+PJyEhgY4dO2JjY0P79u355ZdfsLGxUR5wJyUlce/e Pe7du8dbb72Fp6cnL774otKv+/fvR6PRKI8IjFHZfjWUnzJlCh999BFt27YlMTGR559/nsaNG+Po 6MiOHTuIiIggKSmJH3/8scI2VPWcl9dn4skwm8S2Go2GvXv38tlnn1FcXMwnn3zC+++/z8GDB/Hz 80Or1VY7Ua2B4Rt40KBBSrDRaDRs3rwZZ2dnIiMjCQgIYNy4cRw9erTcuiZPnkznzp2ZPn06n3zy SZl3B6WVq+rx/Pjjj4waNYoxY8awePFiWrZsyf79+8v9srh37x7vvvsuwcHBdOzYkfXr17N06VIa NmyolFm0aBHu7u74+fmRlpbG5s2bcXJyon79+gwdOpQVK1YwevRocnNzy+2Th1W2Xx0cHNi8eTMa jYYBAwbg6+vL1KlTuXz5MpaWlixZsoS4uDjatWvH4MGDjb4rrMo5N6bPRM2SxLZVkJubS3Z2Ni4u Lk9VQlidTkd6ejoFBQV4eHgoc5pSU1Px9fVl+fLl9OjRAxsbGzw8PEocu16v58aNG7i6ulb5DqSy /ZqVlUV+fj6urq4l/j0nJ4cbN27g5eVl9JyyqratrD4TNcfsEtvWNfb29tjb29d2Mx5T3QTAlpaW 5Sa7tbCwKPHM62EqlaraX0qV7deyEgI7ODjg6+tbrbY8qqy2VdRnomZJWrWniCQAFs8aud8VQpgt uQMTFfLw8JC7O1EnyR2YEMJsSQATQpgtCWBCCLMlAUwIYbYkgAkhzJYEMCGE2ZIAJoQwWxLAhBBm q1ITWYuLizl16hQJCQk11Z5ngq2tLT4+PgQGBtbIy7/FxcVcvnxZWfpFVI21tTXu7u60bNmyzPMk 14RpGK6JgIAALC0tjd6uUgHs1KlT3L59m5dffllZ915UXnZ2NgcOHODUqVN06tTJ5PVfvnyZtLQ0 PDw8sLKSly2qyrAkt0qlKnMBSbkmTMNwTZw+fbpS10Slvv4vXrxISEiInKhqsra2xt/fn0uXLtVI /Tdu3MDFxUWCVzWpVCocHR3LTaAi14RpVPWaqFQAKygowMHBoVI7ECUVFRWRn5+Pvb19hUlKqqqw sFCCVzXp9XqKi4uxsrKisLCwzHJyTVRfda4JeYj/BOn1egoKCpQ16kXdVVxcXNtNeCZU95qQAPYE yUUhREnVvSYkgAkhzJYEMCGE2ZIAJoQwWxLAhBBmSwKYMJnCwkLu379vVAJhIUyhTgUwHx8f1Go1 arUaJycn/Pz8mD59uqzHXsfdv3+fn3/+mZiYGHbv3s3WrVuJi4sjOzu7tpv2zLhz5w7vvfce7du3 p379+rRp04YpU6Zw9erVEuV8fHx48803ld/1ej1vv/02Go2GmJiYJ93saqtzsx3DwsIYO3Ys+fn5 nD17lm+++YbMzExWrVpV4/v+4IMPSExMZM2aNTW+r6fJ4cOH0ev1/PnPf8bb25s7d+6QkJBA69at SU9PJz8/n4SEBO7fv89zzz1X28196qSmphIeHk5WVhaTJk2iRYsW3Lx5k6+//prNmzezfft2Onfu XOq2H330EcuXL2f58uVERkY+4ZZXX50LYC1atGDYsGHK766ursydO5fPP/+8xIznrKwsbG1ty8y8 rNVqsbOzK/Ul3LK2vXDhAufOnTPRkTwb8vLyyMrKIjw8nI4dO/L7779jY2NDcHAwlpaWFBUVAQ/e ddNqtXh5eZGcnFzLrX66vPHGG9y6dYvY2NgS7xG+8sordO/enbFjx3L69OnH3s5YuXIl8+fPZ+HC hYwdO/ZJN9sk6tQQsjQFBQWoVCpllu6VK1cICwujSZMmuLq6MmnSJHJycpTy3377LX5+fri4uNCo USNmzZqlfFbetoGBgWzatInz588rw9jLly8/2YM1Q7a2ttjZ2XHmzBkuXLjA3bt3yc3NJTMzk+Tk ZHQ6Hbt37yYlJYU7d+7w6aefsmnTJmV4WVhYyIkTJ/j+++/Ztm0bBw4cIDMzE3gQHHft2sXx48f5 3//+x9atWzl48CC5ubm1ech1SmpqKrt372bEiBGPvQTt4eHB3LlzuXr1Kvv27SvxWUxMDFOnTmXm zJlMnz79CbbYtOpcALt8+TJbt27lu+++45///CdLlixh7NixaDQaioqKGDhwIE5OThw/fpzY2Fh2 7drFokWLAPj111+ZMGECAwYM4MSJE2zcuFFJd1/RtsuWLSMkJARPT09iYmKIiYnBzc2t1vrBXKhU Kp577jm0Wi0bN25k3759XLt2rcQM66CgILy8vHB2dmb06NGMHj2azp07Y21tzYEDB7h16xbPP/88 gwYNQq1W8/PPP1NcXIxeryc7OxsbGxvCw8N58cUXycvL4+jRo6hUqlo86rrj/PnzAAQHB5f6ebdu 3UqUAzh06BBjx45l6NChzJs3r+YbWYPqXADbt28fI0eOZPTo0SxYsIDp06ezZMkSAOLi4rh48SLD hg0jNzcXKysrAgMD2bFjBwCWlpaoVCpSUlLIzc2lZ8+e3RBNlgAABqpJREFUTJs2zahtu3fvjpub GxqNhoiICCIiIuQlXSO5uLgwcOBABg8ejEaj4ZdffmH37t3cu3dP+dzCwgJra2uaNWuGlZUVqamp 3Lx5k4yMDPr160fnzp3RaDR069YNvV7P7du3lSGPv78/bdq0wc3NjZ49e5Keni4BrBq8vLxwdXXl 4MGD3Lhxo7abUy11LoBNmDABrVbL2rVr0el0+Pj4YG1tDaD8RWXSpEmEhIQQEhLCDz/8QHp6OgBt 27Zl27ZtJCcn0717d7p06cLOnTuN2lZUT25uLhYWFoSHhzN69Gh0Oh0XL17E3t4eAJ1Oh16vR6fT cf/+feUHwNPTk9TUVO7du0deXh52dnbcvXuX+vXrK/VnZmaSmZmpBK6MjIwnf5B1UJs2bQA4evRo qZ8fPnwYeHBtGDRt2pTt27eTk5NDZGSkMmQ3R3UugBkMGjSIqKgopk2bxvXr1wFwd3cH4PTp02i1 WuUnKSlJ2a5Xr17ExcVx7NgxnJ2diYqK4ubNm0Ztq1KpZA5TNej1eu7du0dubi4ODg7k5eXRpEkT 5fNHX9w13OHevn2bvLw84MEzMa1WS7169ZQvrocZptQ0aNCgpg7DrDRt2pSIiAjWr1/P6dOnS3yW lpbG/Pnz8fb2pmfPniU+a9OmDVu2bCEpKYmhQ4cq/W9u6mwAA/j000/RaDRMmjSJ4uJiQkJC8Pb2 ZtSoUcTGxnLx4kViY2OJjY0FID4+ntWrV3P27Fmsra1p3749er0eGxubCrcFaN68OUlJSaxdu5b1 69eb9TfTk6LVavn+++85evQoly5d4sqVKxw9epSMjAw6deqkDAMdHBzIysri7NmzJCcnU1hYiKur Ky4uLmzbto0bN26QlpbG0aNHsbCwIDg4WFmH6+7du+Tn55OTk8PJkydxcHCgVatWtXnYdcrnn3+O i4sL/fv3Z8GCBXz77bcsXryYiIgIcnJy+Oabb0pdH65r165ER0dz5MgRxo8fb5Zf3nVuGsXD6tWr x5dffsmAAQP497//zbRp09i8eTNTp04lMjISvV5PgwYNmDx5MuHh4dy7d493332Xu3fvAuDk5MTS pUtp2LAhQLnbAkyePJkDBw4wffp0mjdvTmhoKM7OzrV2/OagsLAQJycnUlNTSUlJQaVSUa9ePfr3 70+XLl2Uu2cfHx8yMzPZtWsXjo6O+Pj4oNPp6N69O0lJSZw4cYKCggIaNWrEmDFj0Gg0yuqc+/fv V+7e6tevz9ChQ2skl4C58vT05NChQ3z88cdER0eTmpqKq6srvXr14p133qFly5Zlbtu7d29WrFjB q6++yttvv608bzYXdSqAlbacbHh4eImZ+G3btmXv3r3k5uaSnZ2Ni4uL8lykV69eJCcnk56eTkFB AR4eHiX+o5e3LUDjxo1L3JGJijk7OxMeHk6TJk3Q6/XY29tjbW1Nfn4+165dU+5i7ezsCA0Nxdvb G3t7ewoKCrh69SrW1ta0adOGsLAwHB0dsbCwICcnh0uXLilzyAYMGIC3tzdWVlY4OTmRn5//2Azz Z13Dhg358MMP+fDDD8stV9o1FhUVRVRUVE01rUbVqQBWGfb29soD4odZWlrSuHHjKm0rqiYvL4+r V6+iUqmwsrJCp9OVulBdUVFRqXPrdDqdcqdWGpVKpXzp3Lhxo9wlnp81arXa6LJP4yt5ZhvARN2j 1+trLLgYlh4WJT2NQaky5EGCEMJsSQATdZa9vT0jRoygY8eOtd0UUUdVawhpSD0lRE0pLCzkzJkz T3Sf1ckYJdfEk1XlAFZUVCTPJKrAwsICS0vLJzYNQC6oqlGpVFhYWFQqmMk1UTXVuSYqFcBsbW2V pWgKCgrkwqgCw0WRm5uLjY1NjezD2tqawsJCZV+Sg7LyDNNrioqKSn0jwECuieqrzjVRqQDm4+PD wYMHad++Pfb29nKyqsAwJeDs2bP4+vrWyD7c3d1JS0vDyckJKysrCWBVpNPpyMrKUlY0KY1cE9VX nWuiUgEsMDCQU6dOcejQoUqnABd/sLOzw8fHh4CAgBqp3zDzWuZMVY+NjQ3u7u60aNGizDJyTZhG Va+JSgUwCwsLOnXq9NjCaaJusbCwwNfXt8bu8MQf5JqoXTKNQghhtiSACSHMlgQwIYTZkgAmhDBb EsCEEGZLApgQwmwpAczW1rbcNZmEEKK2paSklJitbwVgZWVFhw4dOHjwoEzGE0LUWXZ2dgQEBChx ygqgWbNmJCUl4ePjU6uNE0KIihQUFCgJeFTR0dHyopwQwiz9H+I4ZfkOHBggAAAAAElFTkSuQmCC " height="326" width="304" y="540.79" x="685.14"/> @@ -720,30 +720,30 @@ <flowRegion> <use y="0" x="0" xlink:href="#d0e82"/> </flowRegion> - <flowDiv xml:space="preserve">La boîte de dialogue propose deux sections, Heuristique et Résultat. Heuristique est assez pointu, mais comme les paramètres par défaut sont bien choisis vous ne devriez pas avoir besoin d'y toucher. Nous y reviendrons plus tard après avoir abordé la section Résultat.</flowDiv> + <flowDiv xml:space="preserve">La boîte de dialogue propose deux sections : Heuristique et Résultat. Heuristique cible les usages avancés, mais comme les paramètres par défaut sont bien choisis vous ne devriez pas avoir besoin d'y toucher. Nous y reviendrons plus tard après avoir abordé la section Résultat.</flowDiv> </flowRoot> - <rect id="d0e85" display="none" height="1e3px" width="288" y="871.97" x="10"/> + <rect id="d0e85" display="none" height="1e3px" width="288" y="872.08" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e85"/> </flowRegion> - <flowDiv xml:space="preserve">L'algorithme Kopf-Lischinski fonctionne (en nous plaçant à un haut niveau) comme un compilateur convertissant les données parmi plusieurs types de représentations. À chaque étape, l'algorithme a le choix d'explorer les opérations que cette représentation propose. Certaines de ces représentations intermédiaires ont un aspect visuel correct (comme une cellule remodelée dans un graphe de Voronoï), d'autres pas (comme un graphe de similitude). Pendant le développement de libdepixelize, les utilisateurs n'ont eu de cesse de demander à ce qu'il soit possible d'exporter ces étapes intermédiaires à partir de la bibliothèque, et l'auteur original a exhaussé leurs vœux.</flowDiv> + <flowDiv xml:space="preserve">L'algorithme Kopf-Lischinski fonctionne (en nous plaçant à un haut niveau) comme un compilateur convertissant les données parmi plusieurs types de représentations. À chaque étape, l'algorithme a le choix d'explorer les opérations que cette représentation propose. Certaines de ces représentations intermédiaires ont un aspect visuel correct (comme une cellule remodelée dans un graphe de Voronoï), d'autres pas (comme un graphe de similitude). Pendant le développement de libdepixelize, les utilisateurs n'ont eu de cesse de demander à ce qu'il soit possible d'exporter ces étapes intermédiaires à partir de la bibliothèque, et l'auteur original a exaucé leurs vœux.</flowDiv> </flowRoot> - <rect id="d0e88" display="none" height="1e3px" width="288" y="985.9" x="10"/> + <rect id="d0e88" display="none" height="1e3px" width="288" y="986.01" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e88"/> </flowRegion> <flowDiv xml:space="preserve">Le paramétrage par défaut devrait donner le résultat le plus lisse possible, ce qui est probablement l'effet désiré. Vous avez déjà vu ce type de résultat dans le premier exemple de ce tutoriel. Pour l'expérimenter vous-même, ouvrez la boîte de dialogue <flowSpan font-family="sans-serif">Vectoriser du pixel art</flowSpan> et cliquez sur <flowSpan font-family="sans-serif">Valider</flowSpan> après avoir sélectionné une image.</flowDiv> </flowRoot> - <rect id="d0e97" display="none" height="1e3px" width="288" y="1046.6" x="10"/> + <rect id="d0e97" display="none" height="1e3px" width="288" y="1046.7" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e97"/> </flowRegion> - <flowDiv xml:space="preserve">Le résultat de type Voronoï ci-dessous est une image pixel remodelée, dans laquelle les cellules (précédemment des pixels) ont été remodelées pour connecter les pixels faisant partie d'une même fonction. Aucune courbe n'est créée et l'image est toujours composée de lignes droites. La différence peut être observée en agrandissant l'image. Précédemment, les pixels ne pouvaient pas partager de bord avec un voisin en diagonale, même si il ce voisin faisait partie de la même fonction. Mais maintenant (grâce à un graphe de similitude de couleur et l'heuristique que vous pouvez ajuster pour obtenir un meilleur résultat), il est possible de faire en sorte que deux cellules diagonales partagent un bord (auparavant seul un sommet pouvait être partagé entre deux voisins de ce type).</flowDiv> + <flowDiv xml:space="preserve">Le résultat de type Voronoï ci-dessous est une image de pixels remodelée, dans laquelle les cellules (précédemment des pixels) ont été remodelées pour connecter les pixels faisant partie d'une même fonction. Aucune courbe n'est créée et l'image est toujours composée de lignes droites. La différence peut être observée en agrandissant l'image. Précédemment, les pixels ne pouvaient pas partager de bord avec un voisin en diagonale, même si il ce voisin faisait partie de la même fonction. Mais maintenant (grâce à un graphe de similitude de couleur et l'heuristique que vous pouvez ajuster pour obtenir un meilleur résultat), il est possible de faire en sorte que deux cellules diagonales partagent un bord (auparavant seul un sommet pouvait être partagé entre deux voisins de ce type).</flowDiv> </flowRoot> - <g id="tracing-pixelart-f04-fr.svglayer1-0" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" transform="translate(-161.02 899.09)"> + <g id="tracing-pixelart-f04-fr.svglayer1-0" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" transform="translate(-161.02 899.29)"> <image id="tracing-pixelart-f04-fr.svgimage6827" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAABACAYAAAADMXsPAAAAIGNIUk0AAHolAACAgwAA+f8AAIDp AAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAApOSURBVHja7d2hbxxH FAbwlRpFQVWkqJWlEhdUqlWUopYlNDAw0KyhJZXCYhgaYimoCiwMaP+ASCWBpoVRkUGBobeek5/1 7rvvzbyZ3bN3Z+akpzv79vYc6355b97MjodxHIdfvvpiePfubYgRIzwv8WQYRhX0+/r4ENfnZece 8Nja4/3h0eiI5n4vtxUvjg5HHUv4mTb4rgGOl5eXN3F29nlzLwgDrk/PH47//v1kE4Iw3Mv3Qpw8 3f6HCTg8N+K+q5B/v+fYz2cfskPjuvo6GYhRn6tGFDm//6nwLs8/jnILj5eAkOLTAENofDoDanwB 3nXswNPnagUgQ+e5MYw1Z6V9AxR4GEtBeFMeIkCBgviuHt+UnSzrBYD6fAyfzqy1lpkWOi9EjbEF iPsGqLOgxCIyoABkUDTAcK/RCEBWclqZFAHWNA70wMNs6M2MHoi1lKlzj9E0ukWOAXUGFHSs/Az3 OCZEgIgvPKfR6fPWBNA7vmORc9MQawS4rwyFCJf0b97qUmokAk4ACkIdugTV+GQ8yDKq4Lt6PNQA cAo+DbAkG9YI8PzjySbmxrJUhDsA9diPIdQdT+x+SsjXVilaC8Cp+EoxMoS1ARQkU8vGpY79dgBe g6ClJ05BhBjPX98Ew8gaMdL9DO+1doC5+C7eP6ThBZlCuHaAiE9CsmEJHgZvsSWoANSlopX5ND6N 0Co9MfO1BFCgHR8c0YhBTHVNawKICGMYPYhY82WJ/+YtgCwLHjx9uwWQ4QsRjpNg476aAObg09h+ uHdvKxBiSaNGdUer64IiGlaistcsuemSBTBg+uu/i819DGB4/vjN582x4T58reFh6Vk7QJbxEB9D WAKxNoC5QDU2uem5v9VlQF2KCkDByABqfOE4AavLUNV0Wf160IBkKj75/h/HzzfhRejJgrXj011S jU7fNDxZ8bL4MaCGIVhSAAWfBRDBLXU52lwAvZlP8OlbTiZEjC0AZPisJWaCEG9L7oKySfKt7JYC iCWotb4U5wPXhu+fk19NFKzJ4sFnIfSWorBSpmp8VlgQ2W1JCHfm/zREDYyNAxGgHGehw2VpNQG0 Op05ABFhqhTFxzUC9OCzMK4B4WDN18lj6WyySXgEGL6WqQh9DmzIrHUpmgUwNs2ACFMAcUyYM1dY O8BPb15Gw8qIS0aYXIw9GBPxGqGEfO/nx483kZqOWBNAwTcHwBAxgPo4b1c0tk507fg0soMHR2Yg xBTCJQGkpWjAFyClEMrysxDh2JfHLzYRXsvGlmuchijNfrkIEaC3K1ojwKcHhy54GDmZ8K4R7qyE 0dlQA5RlaRqhXvupAYbXCEBZlrb2eUApHTELaoBsXi8HoZSfeEyLAGP4fjt4sBOlCBcDEGIDRgOE rShG3IqC4ROkV4+t91kdQEFoASxBiPOBXoB4XWGNABm8s08fx4uLi53HCHENCKNPBmQMIQuGTwNc +wdCZ0CrBI2tcMmJDnAXYMAl0MLnMjwOv6Nv7t/fwmghrBogwyeNmICvA8zH5wXINnWqaQzIMl/4 XAo+/ZhlQk8WXCxAHANaTZhBQWWNmBoByn1swXUHOC9AGfowfPI4VopWATB2Ua6VEWsC6GnElCKc iq8FgDF8kgWxFE1lwdUBTGVD7ILWBhARxgB6EVqvaR2gjAOl/EwBDJFbhi4Z4MDmAq0gma+mDGhO RXgQWhBjx5Xgq2kljAa4rwx41wu0swCyjZkkEB+OA2sCyMaCejG2BdATnsXYLQBEfH/+9H00A0pn NHc6YtEANcJYCcq6oPi9Gj4UbByYU4rm4MvNfrUDDFktIBRoGqF0RmPTELFLme50It4BMNkJZV1Q HAfWUhaxsWBuKbpPfDVnwBABGYMXnivBh9tbLB5gbgeU7Z5dYzfU6oqmIOZeiIvv1QJARKgxyuMU PgbwrvFllaBTV8PUAvDoaHv5mAYYy4apyMl6CP96TWlVlyFZa0Fz14HG8Old1zx70Fh70kxBnA3Q O/1Q21K0GEDrMqWp2xKmED5/9mwTNQIsvRrCc8W8xmeNAa0NfWNL2Uog+g+EMaAe9wlOPQ7UAL8+ /L0afPpDb5WiVjb0bszLylo8f/hZ3rx6tYnrn2moHWEMone7CsTH5gHZnzRjmwTP0U3N+mXIPKCG p6ca2HWC4/nrQf5mYA0A5QNvTcwjvtgeMqkxngVb/iNoASBDyK6AT+HDzX6tvxNobQ6cgl1almb/ Mp5A5hOAH9693Sk9AzyJWrKf+sBThAxjKjta4zt8DQJsDWEuRAYPMxmWkOw8sX1pdGmK5akHYv6g keDTAPVfyq0FHwKUD7weDwoIDQWnKWK4GEI5J563xSyIEBlGC4mFC7MXO0dqUyh8PneZWzFAxCcA w1/QvcqAmwh/xrqm5ov1gcfxWEk2ZMDknHJeeS6gxyzYCkALoxWp7IU7aCPo2OtTpakH4eTsp/HV 1O30AmQQdEbUcBBkboZT21iYP1NLAFNjRs/4kHU6NcJwLtwYSl4fex9jo+BJXdCd7If4WgEo+DRA jYRlL2zWxDKcd5zXCkDJZiVNm1RZyrqYCJCNO/H72ICxxpmTpiF09mP4WgOYyooMoCBkx6SaLRZA /XzNHdAShKk/dcaQ5ABEyNjUmQXgoy8f0ezXCj4PwFRWxI5pCDxOxne61GTvEfu5asYnY7qS8aFn vMYAWgjxnLEr7WMLv4saL63hiwFEfDGYuAqGQfW8b2sAsaRMIRQYnrEgW+niQcjO7UGYDRDHfgxf IwB3wDGAqY5prHxkXcyWAbJJeIEVW5/paZLEuqEphPq9chGWAGwenxfgFDgacMl5ZF6ydoCICktL jaKkG4oNGQ1N4LOuqRdhEcBWy87YWtDbBnh9P7QM0MLIpgasMtHqiFoNGQ0tnM+a42MIPTuvubNf 6/i840APQkRj4UsBrB1fbCzIvrYAWgixZDWmDShIhov9YRg8Dju5ruzX8W2Xod4syLImogpfe7Jf KiPXDNBaC2p1J1NZMrU0zbr8KLXucy8AOz4O0JsFBYpkMP21N+OmANaOL3ZVRAplztI0qyGDWdFa 6TI7wB6+LMiQYcTKzFJcHWA8C3rHgJ4laimA+jnr+Q5wJoBWaZmLLAWw4yvPgrpkzcHHroTHzihr tMSes7JfBzhzV/S237c1fNYql9j3ci7ejV1aZF0ZzwB6s18HOL0UvclUkhn3cP7omNI6pkf+wmwv Ppb9EKAHXwfYo8myNdUNjW3giwAtfPja2QH++O13p57oH4AeSyxbvd1QvX+oByfb/jB2Fcfe4JHo H4Qeiy5FY3vKxHZFY8/rlTmz7QkzAd/qs2H4DyQjTvcQ7vfv4OYByJozMXw6vBcR9ww4DeDpAqID 3CPC2IoZ65icC4dLPoRFWa8igKcLjg6woBmTu+kSYsP5x71tzNtys2Xh8Hrja8JEfgoWe54tcyv5 eSZ9AK0SrQPsANe6ya+GlXp+jp+l6MOXakxUCrCXoI3sK+p9/lYAeuE1UIL2JkyP2cOFr2V4fRqi xz7jf4MwidrFWy5FAAAAAElFTkSuQmCC " height="64" width="224" y="292.64" x="224.09"/> <g id="tracing-pixelart-f04-fr.svgg8176" transform="translate(224.09 356.64)"> <path id="tracing-pixelart-f04-fr.svgpath8178" d="m0 0h1v1h-1" fill-opacity="0" inkscape:connector-curvature="0"/> @@ -15084,42 +15084,42 @@ <path id="tracing-pixelart-f04-fr.svgpath36848" d="m223 63h1v1h-1" fill-opacity="0" inkscape:connector-curvature="0"/> </g> </g> - <rect id="d0e110" display="none" height="1e3px" width="288" y="1329.8" x="10"/> + <rect id="d0e110" display="none" height="1e3px" width="288" y="1330" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e110"/> </flowRegion> <flowDiv xml:space="preserve">La conversion B-spline standard apporte un résultat plus doux car l'image obtenue précédemment avec Voronoï est convertie en courbes de Bézier quadratiques. La conversion n'est cependant pas en 1:1 car elle nécessite un travail heuristique plus conséquent pour décider des courbes qui seront fusionnées lorsque l'algorithme atteint une jonction en T dans les couleurs visibles. Sachez qu'à cette étape, vous ne pouvez pas adapter l'heuristique.</flowDiv> </flowRoot> - <rect id="d0e113" display="none" height="1e3px" width="288" y="1411.8" x="10"/> + <rect id="d0e113" display="none" height="1e3px" width="288" y="1411.9" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e113"/> </flowRegion> <flowDiv xml:space="preserve">L'étape finale de libdepixelize (actuellement non exportable dans l'interface d'Inkscape du fait de son statut expérimental et incomplet) est l'optimisation des courbes, pour supprimer l'effet d'escalier des courbes B-spline. Cette étape effectue également une détection de bord pour empêcher certaines fonctions d'être lissées ainsi qu'une triangulation pour ajuster la position des nœuds après l'optimisation. Il devrait être possible de désactiver chacune de ces fonctionnalités une fois qu'elles auront quitté leur statut expérimental dans la bibliothèque (bientôt, avec un peu de chance).</flowDiv> </flowRoot> - <rect id="d0e116" display="none" height="1e3px" width="288" y="1514.9" x="10"/> + <rect id="d0e116" display="none" height="1e3px" width="288" y="1515" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e116"/> </flowRegion> - <flowDiv xml:space="preserve">La section Heuristique de l'interface vous permet d'ajuster l'heuristique utilisée par libdepixelize pour décider, lorsqu'elle rencontre un bloc de 2x2 pixels ayant deux diagonales de couleurs similaires, de la connexion à conserver. L'algorithme essaie d'appliquer l'heuristique aux diagonales en conflit puis conserve la connexion du vainqueur. En cas d'égalité, les deux connexions sont supprimées.</flowDiv> + <flowDiv xml:space="preserve">La section Heuristique de l'interface vous permet d'ajuster l'heuristique utilisée par libdepixelize pour décider, lorsqu'elle rencontre un bloc de 2×2 pixels ayant deux diagonales de couleurs similaires, de la connexion à conserver. L'algorithme essaie d'appliquer l'heuristique aux diagonales en conflit puis conserve la connexion du vainqueur. En cas d'égalité, les deux connexions sont supprimées.</flowDiv> </flowRoot> - <rect id="d0e119" display="none" height="1e3px" width="288" y="1596.5" x="10"/> + <rect id="d0e119" display="none" height="1e3px" width="288" y="1596.6" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e119"/> </flowRegion> <flowDiv xml:space="preserve">Si vous souhaitez analyser l'effet de chaque heuristique et jouer avec le paramétrage, le meilleur résultat est obtenu avec un diagramme de Voronoï, qui vous permettra de visualiser facilement le rendu engendré par les valeurs choisies. Une fois satisfait de vos paramètres, vous pouvez modifier le type de résultat à votre convenance.</flowDiv> </flowRoot> - <rect id="d0e122" display="none" height="1e3px" width="288" y="1665.9" x="10"/> + <rect id="d0e122" display="none" height="1e3px" width="288" y="1666" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e122"/> </flowRegion> <flowDiv xml:space="preserve">L'exemple ci-dessous montre une image et sa sortie B-spline avec seulement une des heuristiques activée à chaque essai. Les différences apportées par chaque heuristique sont mises en valeur par un cercle violet.</flowDiv> </flowRoot> - <g id="tracing-pixelart-f05-fr.svglayer1-0" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" transform="translate(-138.35 1439.4)"> + <g id="tracing-pixelart-f05-fr.svglayer1-0" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" transform="translate(-138.35 1439.5)"> <image id="tracing-pixelart-f05-fr.svgimage37000" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA/CAYAAABTqsDiAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QkZByYUnj6e6QAAABppVFh0Q29tbWVudAAAAAAAYnkg VmluaXBzbWFrZXJWz7u+AAAGeElEQVRo3tWbPUwjRxTH3zrWFS4sOxKFi0hspJOwu+SEROwmGCmF Kd1hkBCmiaDzFTRHkWtxx6XCCAmcjiqyO3xRJNNECZ1dILFIFJaSCFxRnCw2hfXmnmfn885mNyNZ GM+y3t+8j3nvP3eO7/vwHKOScye+qNnzHAhr/Dj3Bfi+P7PXWnbeX8vO+0/3XR/H033XX8vO+7P8 XtVrptAIy7/CBo/9/Pdo5t60XqjAeqHCfvcfLmG9UAnNxR0a0zTupvFAlZzrn3WbDDwyMS1zxWm5 Hr1vmHE84d50AYb9Dgz7nakuarPnOWjls24zkMXDGHFZDDZ7nvO52wz+Pbp4VIbj+z5Ucq5/eFQF AIDd7QabPDyqQipbDCyGbTzTmA41lvlERsFxiBbABFyUwKIAq83e/IPy3oBzohilwFGCFULblpIU 0Enn8Ro46zZhvVBhP6Nm6bgNMFoa4xxBpSuazrNFwQWLVEzbAssg0drNnjdZDzxcRsbltdCiBMcP fiFUHhB2CaqFNgGWLUCUwY1j2rscKOfdfIZVdalskbmzCB5jvZJz/TDA4zorU9jVN++lN2q9XWbw CI5W1SW8yLh3MeP6B7WSFpYfvYs1YayLwMNy87gt8GbKC1x/MnTZ+9zKLww8qhaPqSYp8GbKg82U BxutC9i/uQcAYO9xjoLTzo3ftkSxHRloCoygO68KAADw678j+OG7ZXbNRutCCh61IYTuDDzndb09 4c5e/4qBLyaTMIzF4OWHD7CYTMLp/RO42W+k7q+yduTcm46dVwUoJRLwTzzOgOn7xWQy8DdRtXbM 5mIZML7fv7kPuHkUra2Ebr1dhpOhCxutC2g/Pmpv9jKVgtPVFYj6MLL06eoKlBIJ7XXXwyFstC7M RcmQLK7cp1ffvIfNlAffz8/D/s1fwrgFAJgbjeCPx0f46esvA/v2/9bSX71rwO/Fb2FuNILr4RCu X7yAudEIUk9PzO29/lUAmFZnMiuHUZEZQd/tjDutd392oZRIMNi50Qi8/hXsLS3A6eqKEljUh09b bp5al3UydAFuxy5+t1OFvaUFZtm9pQW426nCb7e3xhamwFRrC73hkNXeurpbBsxbGS2MaqsMnD9m kpWrtgs31S5LZmEKTYFROOQfWnRIgEIj37Rgp2YDr1ROKLgKXuXOKmAnnQ+0l/whAQLzBw+0abFN ilqNjAfnlRIT6YgmLASmD0yPkUQHDiLJij95sXF5bSLrDDynmBm7G4VHRUUGn8oWA7AAADLNzVaP w14d3Z4XKlSSs5XYj/D8AqjgZbBoKbRSbasUuIfMyrJ5XpSUKTNxm6zXGXz8Y7oAAABQD16fSQOY WA8TWg1KxuEjWhAqSjrpvFSAtIKWLYAoB5jEPHVNBr5VYuEzeAgqsXjfwcP4c/57RODWMY0WlUHK huiBJl1+MoOr7sP//rreZuHlXQ6gftyeuObwCCbAeWvHTTN3MeP6JuCY+PiYl51744N9SseFsHT/ /rhvN6T/GMCoOEHpKJM2KwD4eJfFNk08+LDo3jioVeln9J6iUxW8H1/gNHueo2048EsPaiU4PKpq lctKzvXPz6ssw5+fV7XJjD4g76oHtRJbdDro4uDWSL0F3Vq0h8dUbipa5cHDGAzh8T2+bPdaUSZX gdePx1auH7cn4t0G3Cp7l8sNoJmZh9zdbigTmC6Lo5vzD4pWrR+3A+5ag5LwHA1dXQRuLAzyGbNc bkBtqzSx2qItxmbb4k9BzrrNCcvTygthZBZXdWMxXSYWxZNuWzGZ291usAJD9qAULpMWz4vAZW6O CTZmsgV9CjiNQzpHYUXxTx+WHvdSF+WBpq6c8E0HDyXqwPiwwDJVVZbSwz6Vy4vidibQpoMuBP60 SWoU3GagFxzmq0ZSs3EiE7m5bA81CQdZnPMFhahaMxEUeS9YyVVYKW3dZfFurvvMdAujXZPO4jZz ovLW2r1F9bfsMyxl9c0HSPtiKgXRa2itLbMyzlErTz2mdeC0NdQpKTIg2YEBNjEmzctMoYXuXzcX F6g+zjcXMjD6+bDfgXK5EfDEmUPz8pJJfGNM8wnL9JQEPxMBPyu07aBysWpv5xMgwqqEj9hzANDt zqYu54GpVWXbFlpXJXiEYmmTbUxmYQqLXR9KSKaylvNc/+2QV2NUqifCyOYppE6oDB2aSkmymh1h dPO2QmWo0FLdnLOYbv5zRmjQYY7/ALl8JZ2DM2QkAAAAAElFTkSuQmCC " height="63" width="61" y="287.93" x="250.21"/> <image id="tracing-pixelart-f05-fr.svgimage37003" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA/CAYAAABTqsDiAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QkZByYUnj6e6QAAABppVFh0Q29tbWVudAAAAAAAYnkg VmluaXBzbWFrZXJWz7u+AAAGeElEQVRo3tWbPUwjRxTH3zrWFS4sOxKFi0hspJOwu+SEROwmGCmF Kd1hkBCmiaDzFTRHkWtxx6XCCAmcjiqyO3xRJNNECZ1dILFIFJaSCFxRnCw2hfXmnmfn885mNyNZ GM+y3t+8j3nvP3eO7/vwHKOScye+qNnzHAhr/Dj3Bfi+P7PXWnbeX8vO+0/3XR/H033XX8vO+7P8 XtVrptAIy7/CBo/9/Pdo5t60XqjAeqHCfvcfLmG9UAnNxR0a0zTupvFAlZzrn3WbDDwyMS1zxWm5 Hr1vmHE84d50AYb9Dgz7nakuarPnOWjls24zkMXDGHFZDDZ7nvO52wz+Pbp4VIbj+z5Ucq5/eFQF AIDd7QabPDyqQipbDCyGbTzTmA41lvlERsFxiBbABFyUwKIAq83e/IPy3oBzohilwFGCFULblpIU 0Enn8Ro46zZhvVBhP6Nm6bgNMFoa4xxBpSuazrNFwQWLVEzbAssg0drNnjdZDzxcRsbltdCiBMcP fiFUHhB2CaqFNgGWLUCUwY1j2rscKOfdfIZVdalskbmzCB5jvZJz/TDA4zorU9jVN++lN2q9XWbw CI5W1SW8yLh3MeP6B7WSFpYfvYs1YayLwMNy87gt8GbKC1x/MnTZ+9zKLww8qhaPqSYp8GbKg82U BxutC9i/uQcAYO9xjoLTzo3ftkSxHRloCoygO68KAADw678j+OG7ZXbNRutCCh61IYTuDDzndb09 4c5e/4qBLyaTMIzF4OWHD7CYTMLp/RO42W+k7q+yduTcm46dVwUoJRLwTzzOgOn7xWQy8DdRtXbM 5mIZML7fv7kPuHkUra2Ebr1dhpOhCxutC2g/Pmpv9jKVgtPVFYj6MLL06eoKlBIJ7XXXwyFstC7M RcmQLK7cp1ffvIfNlAffz8/D/s1fwrgFAJgbjeCPx0f46esvA/v2/9bSX71rwO/Fb2FuNILr4RCu X7yAudEIUk9PzO29/lUAmFZnMiuHUZEZQd/tjDutd392oZRIMNi50Qi8/hXsLS3A6eqKEljUh09b bp5al3UydAFuxy5+t1OFvaUFZtm9pQW426nCb7e3xhamwFRrC73hkNXeurpbBsxbGS2MaqsMnD9m kpWrtgs31S5LZmEKTYFROOQfWnRIgEIj37Rgp2YDr1ROKLgKXuXOKmAnnQ+0l/whAQLzBw+0abFN ilqNjAfnlRIT6YgmLASmD0yPkUQHDiLJij95sXF5bSLrDDynmBm7G4VHRUUGn8oWA7AAADLNzVaP w14d3Z4XKlSSs5XYj/D8AqjgZbBoKbRSbasUuIfMyrJ5XpSUKTNxm6zXGXz8Y7oAAABQD16fSQOY WA8TWg1KxuEjWhAqSjrpvFSAtIKWLYAoB5jEPHVNBr5VYuEzeAgqsXjfwcP4c/57RODWMY0WlUHK huiBJl1+MoOr7sP//rreZuHlXQ6gftyeuObwCCbAeWvHTTN3MeP6JuCY+PiYl51744N9SseFsHT/ /rhvN6T/GMCoOEHpKJM2KwD4eJfFNk08+LDo3jioVeln9J6iUxW8H1/gNHueo2048EsPaiU4PKpq lctKzvXPz6ssw5+fV7XJjD4g76oHtRJbdDro4uDWSL0F3Vq0h8dUbipa5cHDGAzh8T2+bPdaUSZX gdePx1auH7cn4t0G3Cp7l8sNoJmZh9zdbigTmC6Lo5vzD4pWrR+3A+5ag5LwHA1dXQRuLAzyGbNc bkBtqzSx2qItxmbb4k9BzrrNCcvTygthZBZXdWMxXSYWxZNuWzGZ291usAJD9qAULpMWz4vAZW6O CTZmsgV9CjiNQzpHYUXxTx+WHvdSF+WBpq6c8E0HDyXqwPiwwDJVVZbSwz6Vy4vidibQpoMuBP60 SWoU3GagFxzmq0ZSs3EiE7m5bA81CQdZnPMFhahaMxEUeS9YyVVYKW3dZfFurvvMdAujXZPO4jZz ovLW2r1F9bfsMyxl9c0HSPtiKgXRa2itLbMyzlErTz2mdeC0NdQpKTIg2YEBNjEmzctMoYXuXzcX F6g+zjcXMjD6+bDfgXK5EfDEmUPz8pJJfGNM8wnL9JQEPxMBPyu07aBysWpv5xMgwqqEj9hzANDt zqYu54GpVWXbFlpXJXiEYmmTbUxmYQqLXR9KSKaylvNc/+2QV2NUqifCyOYppE6oDB2aSkmymh1h dPO2QmWo0FLdnLOYbv5zRmjQYY7/ALl8JZ2DM2QkAAAAAElFTkSuQmCC " height="63" width="61" y="350.93" x="250.21"/> <image id="tracing-pixelart-f05-fr.svgimage37005" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA/CAYAAABTqsDiAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QkZByYUnj6e6QAAABppVFh0Q29tbWVudAAAAAAAYnkg VmluaXBzbWFrZXJWz7u+AAAGeElEQVRo3tWbPUwjRxTH3zrWFS4sOxKFi0hspJOwu+SEROwmGCmF Kd1hkBCmiaDzFTRHkWtxx6XCCAmcjiqyO3xRJNNECZ1dILFIFJaSCFxRnCw2hfXmnmfn885mNyNZ GM+y3t+8j3nvP3eO7/vwHKOScye+qNnzHAhr/Dj3Bfi+P7PXWnbeX8vO+0/3XR/H033XX8vO+7P8 XtVrptAIy7/CBo/9/Pdo5t60XqjAeqHCfvcfLmG9UAnNxR0a0zTupvFAlZzrn3WbDDwyMS1zxWm5 Hr1vmHE84d50AYb9Dgz7nakuarPnOWjls24zkMXDGHFZDDZ7nvO52wz+Pbp4VIbj+z5Ucq5/eFQF AIDd7QabPDyqQipbDCyGbTzTmA41lvlERsFxiBbABFyUwKIAq83e/IPy3oBzohilwFGCFULblpIU 0Enn8Ro46zZhvVBhP6Nm6bgNMFoa4xxBpSuazrNFwQWLVEzbAssg0drNnjdZDzxcRsbltdCiBMcP fiFUHhB2CaqFNgGWLUCUwY1j2rscKOfdfIZVdalskbmzCB5jvZJz/TDA4zorU9jVN++lN2q9XWbw CI5W1SW8yLh3MeP6B7WSFpYfvYs1YayLwMNy87gt8GbKC1x/MnTZ+9zKLww8qhaPqSYp8GbKg82U BxutC9i/uQcAYO9xjoLTzo3ftkSxHRloCoygO68KAADw678j+OG7ZXbNRutCCh61IYTuDDzndb09 4c5e/4qBLyaTMIzF4OWHD7CYTMLp/RO42W+k7q+yduTcm46dVwUoJRLwTzzOgOn7xWQy8DdRtXbM 5mIZML7fv7kPuHkUra2Ebr1dhpOhCxutC2g/Pmpv9jKVgtPVFYj6MLL06eoKlBIJ7XXXwyFstC7M RcmQLK7cp1ffvIfNlAffz8/D/s1fwrgFAJgbjeCPx0f46esvA/v2/9bSX71rwO/Fb2FuNILr4RCu X7yAudEIUk9PzO29/lUAmFZnMiuHUZEZQd/tjDutd392oZRIMNi50Qi8/hXsLS3A6eqKEljUh09b bp5al3UydAFuxy5+t1OFvaUFZtm9pQW426nCb7e3xhamwFRrC73hkNXeurpbBsxbGS2MaqsMnD9m kpWrtgs31S5LZmEKTYFROOQfWnRIgEIj37Rgp2YDr1ROKLgKXuXOKmAnnQ+0l/whAQLzBw+0abFN ilqNjAfnlRIT6YgmLASmD0yPkUQHDiLJij95sXF5bSLrDDynmBm7G4VHRUUGn8oWA7AAADLNzVaP w14d3Z4XKlSSs5XYj/D8AqjgZbBoKbRSbasUuIfMyrJ5XpSUKTNxm6zXGXz8Y7oAAABQD16fSQOY WA8TWg1KxuEjWhAqSjrpvFSAtIKWLYAoB5jEPHVNBr5VYuEzeAgqsXjfwcP4c/57RODWMY0WlUHK huiBJl1+MoOr7sP//rreZuHlXQ6gftyeuObwCCbAeWvHTTN3MeP6JuCY+PiYl51744N9SseFsHT/ /rhvN6T/GMCoOEHpKJM2KwD4eJfFNk08+LDo3jioVeln9J6iUxW8H1/gNHueo2048EsPaiU4PKpq lctKzvXPz6ssw5+fV7XJjD4g76oHtRJbdDro4uDWSL0F3Vq0h8dUbipa5cHDGAzh8T2+bPdaUSZX gdePx1auH7cn4t0G3Cp7l8sNoJmZh9zdbigTmC6Lo5vzD4pWrR+3A+5ag5LwHA1dXQRuLAzyGbNc bkBtqzSx2qItxmbb4k9BzrrNCcvTygthZBZXdWMxXSYWxZNuWzGZ291usAJD9qAULpMWz4vAZW6O CTZmsgV9CjiNQzpHYUXxTx+WHvdSF+WBpq6c8E0HDyXqwPiwwDJVVZbSwz6Vy4vidibQpoMuBP60 SWoU3GagFxzmq0ZSs3EiE7m5bA81CQdZnPMFhahaMxEUeS9YyVVYKW3dZfFurvvMdAujXZPO4jZz ovLW2r1F9bfsMyxl9c0HSPtiKgXRa2itLbMyzlErTz2mdeC0NdQpKTIg2YEBNjEmzctMoYXuXzcX F6g+zjcXMjD6+bDfgXK5EfDEmUPz8pJJfGNM8wnL9JQEPxMBPyu07aBysWpv5xMgwqqEj9hzANDt zqYu54GpVWXbFlpXJXiEYmmTbUxmYQqLXR9KSKaylvNc/+2QV2NUqifCyOYppE6oDB2aSkmymh1h dPO2QmWo0FLdnLOYbv5zRmjQYY7/ALl8JZ2DM2QkAAAAAElFTkSuQmCC " height="63" width="61" y="413.93" x="250.21"/> @@ -15500,72 +15500,72 @@ <path id="tracing-pixelart-f05-fr.svgpath38829" sodipodi:rx="3.0947776" sodipodi:ry="3.0947776" sodipodi:type="arc" d="m369.55 329.16c0 1.7092-1.3856 3.0948-3.0948 3.0948s-3.0948-1.3856-3.0948-3.0948 1.3856-3.0948 3.0948-3.0948 3.0948 1.3856 3.0948 3.0948z" stroke="#f0f" sodipodi:cy="329.15826" sodipodi:cx="366.45908" stroke-width="1.1" fill="none"/> <path id="tracing-pixelart-f05-fr.svgpath38831" sodipodi:rx="2.5145068" sodipodi:ry="2.5145068" sodipodi:type="arc" d="m362.98 341.92c0 1.3887-1.1258 2.5145-2.5145 2.5145s-2.5145-1.1258-2.5145-2.5145 1.1258-2.5145 2.5145-2.5145 2.5145 1.1258 2.5145 2.5145z" stroke="#f0f" sodipodi:cy="341.92422" sodipodi:cx="360.46292" stroke-width="1.1" fill="none"/> </g> - <rect id="d0e135" display="none" height="1e3px" width="288" y="1923" x="10"/> + <rect id="d0e135" display="none" height="1e3px" width="288" y="1923.1" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e135"/> </flowRegion> - <flowDiv xml:space="preserve">Au premier essai (image du haut), nous avons seulement activé l'heuristique Courbes. Cette heuristique tente de conserver les longues courbes connectées. Notez qu'un résultat identique est obtenu avec la dernière image, qui utilise pour sa part l'heuristique Pixels clairsemés. Une différence vient du fait que sa force est plus modérée et qu'elle ne donne de fortes valeurs à son vote que si la conservation des connexions est vraiment importante. La définition de modéré est ici basée sur l'intuition humaine, vu la base de pixels analysée. Une autre différence est que cette heuristique ne peut pas prendre de décision lorsque les connexions assemblent de grands blocs plutôt que des longues courbes (imaginez un jeu d'échecs).</flowDiv> + <flowDiv xml:space="preserve">Au premier essai (image du haut), nous avons seulement activé l'heuristique Courbes. Cette heuristique tente de conserver les longues courbes connectées. Notez qu'un résultat identique est obtenu avec la dernière image, qui utilise pour sa part l'heuristique Pixels clairsemés. Une différence vient du fait que sa force est plus modérée et qu'elle ne donne de fortes valeurs à son vote que si la conservation des connexions est vraiment importante. La définition de modéré est ici basée sur l'intuition humaine, vue la base de pixels analysée. Une autre différence est que cette heuristique ne peut pas prendre de décision lorsque les connexions assemblent de grands blocs plutôt que des longues courbes (imaginez un jeu d'échecs).</flowDiv> </flowRoot> - <rect id="d0e138" display="none" height="1e3px" width="288" y="2047.6" x="10"/> + <rect id="d0e138" display="none" height="1e3px" width="288" y="2047.7" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e138"/> </flowRegion> <flowDiv xml:space="preserve">Le deuxième essai (image du milieu) active seulement l'heuristique Îles. Sa seule action consiste à tenter de conserver la connexion entre plusieurs pixels autrement isolés (îles) avec un vote de poids constant. Ce type de situation n'est pas aussi courant que ceux traités par les autres heuristiques, mais cette heuristique amène tout de même une amélioration.</flowDiv> </flowRoot> - <rect id="d0e141" display="none" height="1e3px" width="288" y="2117.3" x="10"/> + <rect id="d0e141" display="none" height="1e3px" width="288" y="2117.4" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e141"/> </flowRegion> <flowDiv xml:space="preserve">Pour le troisième essai (image du bas), nous avons activé l'heuristique Pixels clairsemés. Cette heuristique tente de converser les courbes avec une couleur de premier plan connectées. Pour déterminer cette couleur, l'heuristique analyse une fenêtre contenant les pixels voisins de la courbe conflictuelle. Vous pouvez ainsi non seulement ajuster sa force, mais également la taille de la fenêtre de pixels à analyser. Gardez à l'esprit que l'augmentation de cette fenêtre augmente aussi la force du vote, et qu'il sera peut-être nécessaire de rééquilibrer en modifiant le multiplicateur. L'auteur original de libdepixelize estime cette heuristique trop gourmande et conseille une valeur de 0,25 pour le multiplicateur.</flowDiv> </flowRoot> - <rect id="d0e144" display="none" height="1e3px" width="288" y="2241.8" x="10"/> + <rect id="d0e144" display="none" height="1e3px" width="288" y="2241.9" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e144"/> </flowRegion> - <flowDiv xml:space="preserve">Même si les heuristiques Courbes et Pixels clairsemés donnent des résultats similaires, il peut être judicieux de les conserver toutes les deux actives pour s'assurer que des pixels nécessaires aux courbes de contour ne seront pas supprimés. Par ailleurs, l'heuristique Pixels clairsemés est dans certain cas la seule solution possible.</flowDiv> + <flowDiv xml:space="preserve">Même si les heuristiques Courbes et Pixels clairsemés donnent des résultats similaires, il peut être judicieux de les conserver toutes les deux actives pour s'assurer que des pixels nécessaires aux courbes de contour ne seront pas supprimés. Par ailleurs, l'heuristique Pixels clairsemés est dans certains cas la seule solution possible.</flowDiv> </flowRoot> - <rect id="d0e147" display="none" height="1e3px" width="288" y="2302.4" x="10"/> + <rect id="d0e147" display="none" height="1e3px" width="288" y="2302.5" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e147"/> </flowRegion> - <flowDiv xml:space="preserve">Astuce : vous pouvez désactiver l'heuristique en positionnant ses valeurs de multiplicateur et de poids à zéro. Vous pouvez faire en sorte que l'heuristique fonctionne à l'encontre de ses principes en utilisant des valeurs négatives pour ces mêmes paramètres. Mais pourquoi donc dégrader la qualité de l'image avec un tel choix ? Et bien, parce-que c'est possible, ou parce-que vous pourriez vouloir un résultat « artistique ». Quoi qu'il en soit, vous le pouvez, c'est tout.</flowDiv> + <flowDiv xml:space="preserve">Astuce : vous pouvez désactiver l'heuristique en positionnant ses valeurs de multiplicateur et de poids à zéro. Vous pouvez faire en sorte que l'heuristique fonctionne à l'encontre de ses principes en utilisant des valeurs négatives pour ces mêmes paramètres. Mais pourquoi donc dégrader la qualité de l'image avec un tel choix ? Et bien, parce que c'est possible, ou parce que vous pourriez vouloir un résultat « artistique ». Quoi qu'il en soit, vous le pouvez, c'est tout.</flowDiv> </flowRoot> - <rect id="d0e150" display="none" height="1e3px" width="288" y="2384.3" x="10"/> + <rect id="d0e150" display="none" height="1e3px" width="288" y="2384.4" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e150"/> </flowRegion> - <flowDiv xml:space="preserve">Et voilà ! Nous avons fait le tour de toutes les options disponibles avec la version initiale de libdepixelize. Mais si les recherches de l'auteur de cette bibliothèque et de son mentor réussissent, vous pourriez bien recevoir dans le futur de nouvelles options pour élargir le champs des images pour lesquelles le résultat est satisfaisant. Souhaitons-leur bonne chance !</flowDiv> + <flowDiv xml:space="preserve">Et voilà ! Nous avons fait le tour de toutes les options disponibles avec la version initiale de libdepixelize. Mais si les recherches de l'auteur de cette bibliothèque et de son mentor réussissent, vous pourriez bien recevoir dans le futur de nouvelles options pour élargir le champ des images pour lesquelles le résultat est satisfaisant. Souhaitons-leur bonne chance !</flowDiv> </flowRoot> - <rect id="d0e153" display="none" height="1e3px" width="288" y="2454" x="10"/> + <rect id="d0e153" display="none" height="1e3px" width="288" y="2454.1" x="10"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e153"/> </flowRegion> <flowDiv xml:space="preserve">Les images utilisées dans ce tutoriel sont issues du concours Liberated Pixel Cup (pour éviter tout problème de droit). Les liens sont les suivants :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 2497.8)"/> - <rect id="d0e159" display="none" height="1e3px" width="258" y="2491.8" x="20"/> + <circle cy="0" cx="0" r="2" transform="translate(15 2497.9)"/> + <rect id="d0e159" display="none" height="1e3px" width="258" y="2491.9" x="20"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e159"/> </flowRegion> <flowDiv xml:space="preserve">http://opengameart.org/content/memento</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 2515.6)"/> - <rect id="d0e163" display="none" height="1e3px" width="258" y="2509.6" x="20"/> + <circle cy="0" cx="0" r="2" transform="translate(15 2515.8)"/> + <rect id="d0e163" display="none" height="1e3px" width="258" y="2509.8" x="20"/> <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e163"/> </flowRegion> <flowDiv xml:space="preserve">http://opengameart.org/content/rpg-enemies-bathroom-tiles</flowDiv> </flowRoot> - <g transform="translate(0 2527.5)"> + <g transform="translate(0 2527.6)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> diff --git a/share/tutorials/tutorial-tracing.fr.svg b/share/tutorials/tutorial-tracing.fr.svg index 73b967533..4164c792b 100644 --- a/share/tutorials/tutorial-tracing.fr.svg +++ b/share/tutorials/tutorial-tracing.fr.svg @@ -35,165 +35,165 @@ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203022" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203022" style="letter-spacing:.29056" y="-326.81229">Essayez <tspan id="tspan7523" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path7527" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.46 237.6)"/> <path id="text1896" d="m120.82 12.812 0.1105-0.44803c0.96986-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14732 0.5779-0.14731 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72436 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58929-0.30518 0.95761-0.91554 0.2087-0.35063 0.49721-0.948 0.86553-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6635 3.1752-2.6334 3.1752-0.3192 0-0.57702-0.12337-0.77344-0.37011-0.19644-0.24674-0.29466-0.5649-0.29465-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.38059 0.72724-0.69365 1.2532-0.93919 1.5778-0.54019 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50336 0.000008 0.92691 0.27921 1.2707 0.83762l0.92077-3.5063c0.12276-0.4675 0.18414-0.75969 0.18415-0.87658-0.00001-0.31166-0.44811-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78573-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25781 0.95449 0.18415 0.23376 0.41743 0.35063 0.69979 0.35063 0.71206 0 1.3934-0.62984 2.0441-1.8895 0.87167-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84711-1.383m9.2438 5.3763 0.36831 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6887 2.7661-0.34375 0-0.62613-0.12986-0.84711-0.38959-0.22099-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866s0.27623-0.79866 0.60772-1.6558l0.69978-1.7726c0.41742-1.0519 0.62613-1.7596 0.62613-2.1233 0-0.25972-0.10436-0.38958-0.31306-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87166-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81029 0.38959 0.2087 0.25973 0.31305 0.59738 0.31306 1.0129-0.00001 0.49349-0.25168 1.409-0.75504 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.4788 1.396-0.4788 1.6558 0 0.23375 0.0982 0.35063 0.29465 0.35063 0.23326 0 0.53405-0.22077 0.90235-0.6623 0.3806-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27623-10.227c0.23325 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25782 0.62334 0 0.24675-0.0859 0.46103-0.25782 0.64282-0.1596 0.18182-0.35604 0.27272-0.58929 0.27271-0.23326 0.00001-0.43584-0.09089-0.60771-0.27271-0.17188-0.1818-0.25782-0.39607-0.25782-0.64282 0-0.24673 0.0859-0.45451 0.25782-0.62334 0.17187-0.1818 0.37445-0.2727 0.60771-0.27271m8.3563 0.38959 0.1105-0.44803c0.96987-0.03895 1.952-0.10388 2.9465-0.1948-0.0982 0.3896-0.14734 0.5779-0.14733 0.5649l-0.33148 1.2077-0.36831 1.4025-0.90236 3.5647c-0.72435 2.857-1.0865 4.6881-1.0865 5.4932 0 0.38959 0.0921 0.58438 0.27623 0.58438 0.27009 0 0.58928-0.30518 0.9576-0.91554 0.2087-0.35063 0.49722-0.948 0.86554-1.7921l0.38672 0.15584c-0.78573 2.1168-1.6636 3.1752-2.6334 3.1752-0.3192 0-0.57703-0.12337-0.77345-0.37011-0.19644-0.24674-0.29465-0.5649-0.29464-0.95449-0.00001-0.25972 0.0491-0.69477 0.14732-1.3051-0.3806 0.72724-0.69365 1.2532-0.93919 1.5778-0.5402 0.70126-1.1847 1.0519-1.9336 1.0519-0.61386 0-1.1172-0.23375-1.5101-0.70126-0.38058-0.48049-0.57088-1.0973-0.57088-1.8506 0-1.4415 0.51563-2.8375 1.5469-4.1881 1.0435-1.3636 2.1178-2.0453 3.2227-2.0453 0.50335 0.000008 0.92691 0.27921 1.2707 0.83762l0.92078-3.5063c0.12275-0.4675 0.18415-0.75969 0.18416-0.87658-0.00001-0.31166-0.44813-0.4675-1.3443-0.46751m-0.92078 4.4608c-0.78572-0.05194-1.5899 0.81165-2.4124 2.5908-0.76117 1.6363-1.1418 2.9609-1.1418 3.9738 0 0.38959 0.0859 0.70776 0.25783 0.95449 0.18414 0.23376 0.41741 0.35063 0.69978 0.35063 0.71207 0 1.3934-0.62984 2.0441-1.8895 0.87166-1.7012 1.3382-3.2336 1.3996-4.5972 0.0368-0.88306-0.24555-1.3441-0.84712-1.383m11.541-0.19479h1.3075c-0.30692 0.87009-0.72434 2.1427-1.2522 3.818-0.56475 1.8051-0.84712 3.0323-0.84711 3.6816-0.00001 0.27271 0.0982 0.40907 0.29464 0.40907 0.4297 0 1.0313-0.88307 1.8047-2.6492l0.40514 0.17532c-0.51563 1.1818-0.95761 1.9934-1.3259 2.4349-0.36832 0.44153-0.78574 0.6623-1.2522 0.6623-0.76118 0-1.1418-0.36362-1.1418-1.0909 0-0.19479 0.0553-0.59088 0.16574-1.1882-0.87166 1.5324-1.8047 2.2986-2.7992 2.2986-0.62614 0-1.1356-0.22077-1.5285-0.6623-0.39286-0.44153-0.5893-1.0194-0.5893-1.7337 0-1.4804 0.55247-2.9154 1.6574-4.305 1.1049-1.4025 2.2406-2.1038 3.4069-2.1038 0.61385 0.000008 1.0804 0.35713 1.3996 1.0714l0.29465-0.81814m-1.5469 0.23375c-0.36831-0.02596-0.79801 0.2013-1.2891 0.68178-0.4788 0.46752-0.92691 1.0974-1.3443 1.8895-0.83485 1.5713-1.2523 2.8895-1.2523 3.9543 0 0.83112 0.30693 1.2467 0.92077 1.2467 0.99444 0 1.9336-1.0324 2.8176-3.0972 0.60156-1.4025 0.93919-2.5648 1.0128-3.4868 0.0246-0.33764-0.043-0.61684-0.20257-0.83762-0.15961-0.22076-0.38059-0.33764-0.66296-0.35063m9.7893 5.3374 0.36831 0.23375c-0.88395 1.8311-1.9643 2.7466-3.2411 2.7466-0.67524 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62613-1.1038-0.62613-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83483-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.4297 0.000008 0.77346 0.11039 1.0313 0.33115 0.27009 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13505 0.15584-0.30079 0.23376-0.49721 0.23375-0.17188 0.000007-0.32535-0.06492-0.46039-0.19479-0.12277-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.1105-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13506-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81029 1.5584-1.1418 2.6102-0.33148 1.0389-0.49721 1.896-0.49721 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.9576 0 1.8354-0.80515 2.6334-2.4155m5.1362-8.3177h1.2891l-0.79187 2.7466h1.4548l-0.12891 0.44803h-1.4548l-0.34989 1.1298c-0.29465 0.96099-0.60771 2.1233-0.93919 3.4868-0.33147 1.3506-0.49722 2.1362-0.49722 2.357 0 0.29869 0.12891 0.44803 0.38673 0.44803 0.45425 0.000001 1.0006-0.6623 1.639-1.9869 0.0614-0.14285 0.15346-0.31816 0.27623-0.52595l0.36831 0.1948c-0.47881 1.0519-0.83484 1.7272-1.0681 2.0259-0.50336 0.63633-1.0374 0.9545-1.6022 0.9545-0.38058 0-0.68751-0.12337-0.92078-0.37011-0.23325-0.25973-0.34989-0.59088-0.34989-0.99345 0-0.36362 0.0552-0.77268 0.16574-1.2272 0.12278-0.50646 0.51564-1.9609 1.1786-4.3634l0.31306-1.1298h-1.4732l0.14731-0.44803h1.4732l0.88395-2.7466m7.1027 8.3177 0.3683 0.19479c-0.82256 1.8441-1.7188 2.7661-2.6886 2.7661-0.34376 0-0.62614-0.12986-0.84711-0.38959-0.221-0.27271-0.33149-0.61685-0.33149-1.0324 0-0.2857 0.0368-0.55192 0.11049-0.79866 0.0737-0.24674 0.27624-0.79866 0.60771-1.6558l0.69979-1.7726c0.41742-1.0519 0.62613-1.7596 0.62614-2.1233-0.00001-0.25972-0.10436-0.38958-0.31307-0.38959-0.42971 0.000008-1.019 0.71426-1.7679 2.1427l-0.36832-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33148 0.000008 0.60157 0.12987 0.81027 0.38959 0.20872 0.25973 0.31307 0.59738 0.31307 1.0129 0 0.49349-0.25168 1.409-0.75503 2.7466l-0.77345 2.0453c-0.3192 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29463 0.35063 0.23328 0 0.53406-0.22077 0.90237-0.6623 0.38058-0.45452 0.74276-1.0259 1.0865-1.7142m-0.27624-10.227c0.23326 0.000012 0.42969 0.09092 0.58929 0.27271 0.17188 0.16883 0.25782 0.37662 0.25783 0.62334-0.00001 0.24675-0.0859 0.46103-0.25783 0.64282-0.1596 0.18182-0.35603 0.27272-0.58929 0.27271-0.23327 0.00001-0.43583-0.09089-0.60771-0.27271-0.17187-0.1818-0.25783-0.39607-0.25782-0.64282-0.00001-0.24673 0.0859-0.45451 0.25782-0.62334 0.17188-0.1818 0.37444-0.2727 0.60771-0.27271m7.3369 10.227 0.36831 0.23375c-0.88396 1.8311-1.9643 2.7466-3.2411 2.7466-0.67523 0-1.2216-0.24025-1.639-0.72074-0.41741-0.48049-0.62612-1.1038-0.62612-1.87 0-0.76619 0.17188-1.5713 0.51564-2.4155 0.35603-0.85709 0.83482-1.6168 1.4364-2.2791 0.90849-1.0129 1.8477-1.5194 2.8176-1.5194 0.42969 0.000008 0.77345 0.11039 1.0313 0.33115 0.27008 0.20779 0.40514 0.4805 0.40515 0.81814-0.00001 0.22078-0.0675 0.40908-0.20258 0.56491-0.13506 0.15584-0.30079 0.23376-0.49721 0.23375-0.17189 0.000007-0.32536-0.06492-0.46039-0.19479-0.12278-0.14284-0.18417-0.30517-0.18416-0.48699-0.00001-0.11687 0.0368-0.23375 0.11049-0.35063 0.0737-0.11687 0.11049-0.19479 0.1105-0.23375-0.00001-0.16882-0.13505-0.25323-0.40515-0.25323-0.54019 0.000008-1.0804 0.43505-1.6206 1.3051-0.42969 0.68828-0.81028 1.5584-1.1418 2.6102-0.33148 1.0389-0.49722 1.896-0.49722 2.5713 0 0.88307 0.36217 1.3246 1.0865 1.3246 0.95761 0 1.8354-0.80515 2.6334-2.4155m6.3332 0 0.36832 0.19479c-0.82257 1.8441-1.7188 2.7661-2.6887 2.7661-0.34376 0-0.62612-0.12986-0.84711-0.38959-0.22098-0.27271-0.33148-0.61685-0.33148-1.0324 0-0.2857 0.0368-0.55192 0.1105-0.79866 0.0736-0.24674 0.27622-0.79866 0.60771-1.6558l0.69979-1.7726c0.4174-1.0519 0.62612-1.7596 0.62613-2.1233-0.00001-0.25972-0.10436-0.38958-0.31308-0.38959-0.42969 0.000008-1.019 0.71426-1.7679 2.1427l-0.36831-0.23376c0.87167-1.6882 1.7065-2.5323 2.5045-2.5323 0.33147 0.000008 0.60157 0.12987 0.81028 0.38959 0.20871 0.25973 0.31306 0.59738 0.31307 1.0129-0.00001 0.49349-0.25169 1.409-0.75503 2.7466l-0.77346 2.0453c-0.31921 0.84411-0.47881 1.396-0.4788 1.6558-0.00001 0.23375 0.0982 0.35063 0.29465 0.35063 0.23325 0 0.53404-0.22077 0.90236-0.6623 0.38058-0.45452 0.74275-1.0259 1.0865-1.7142m-0.27622-10.227c0.23326 0.000012 0.42969 0.09092 0.5893 0.27271 0.17187 0.16883 0.2578 0.37662 0.25781 0.62334-0.00001 0.24675-0.0859 0.46103-0.25781 0.64282-0.15961 0.18182-0.35604 0.27272-0.5893 0.27271-0.23328 0.00001-0.43585-0.09089-0.60772-0.27271-0.17188-0.1818-0.25781-0.39607-0.25781-0.64282 0-0.24673 0.0859-0.45451 0.25781-0.62334 0.17187-0.1818 0.37444-0.2727 0.60772-0.27271m7.2632 10.383 0.34989 0.25323c-1.0681 1.7012-2.1853 2.5518-3.3516 2.5518-0.62613 0-1.1356-0.20129-1.5285-0.60386-0.39286-0.41556-0.5893-0.95449-0.5893-1.6168 0-1.1558 0.39287-2.409 1.1786-3.7595 1.0927-1.87 2.3326-2.805 3.7199-2.805 0.40513 0.000008 0.73661 0.12987 0.99443 0.38959 0.25781 0.25973 0.38672 0.59088 0.38673 0.99345-0.00001 0.94801-0.62 1.8441-1.86 2.6882-0.40514 0.27272-1.3136 0.71425-2.7255 1.3246-0.20871 0.79217-0.31306 1.4025-0.31306 1.8311 0 0.71425 0.31306 1.0714 0.9392 1.0714 0.45424 0 0.87779-0.16233 1.2707-0.48699 0.40514-0.33764 0.91463-0.948 1.5285-1.8311m-3.278-1.1103c0.23326-0.10389 0.51563-0.24024 0.84711-0.40907 0.71206-0.38959 1.3075-0.90904 1.7863-1.5584 0.49107-0.64931 0.73661-1.2597 0.73662-1.8311-0.00001-0.41555-0.17802-0.62334-0.53405-0.62334-0.50337 0.000008-1.0067 0.3896-1.5101 1.1688-0.49108 0.7662-0.93306 1.8506-1.3259 3.2531m7.1834-8.8826 0.11048-0.44803c0.92078-0.03895 1.9643-0.10388 3.1306-0.1948-0.0982 0.35064-0.17188 0.60388-0.22099 0.7597-0.13505 0.40259-0.32533 1.0129-0.57087 1.8311l-1.4917 5.1426c-0.71206 2.4544-1.0681 3.9608-1.0681 4.5192-0.00001 0.40258 0.11049 0.60386 0.33147 0.60386 0.30693 0 0.68751-0.35063 1.1418-1.0519 0.23327-0.36361 0.49722-0.84411 0.79188-1.4415l0.42355 0.21427c-0.36832 0.71425-0.64455 1.2207-0.8287 1.5194-0.56475 0.89606-1.2093 1.3441-1.9336 1.3441-0.36831 0-0.6691-0.14285-0.90236-0.42855s-0.34989-0.64931-0.34989-1.0908c0-0.54542 0.20871-1.5389 0.62613-2.9804l1.6206-5.5906c0.35603-1.2337 0.53406-1.9285 0.53406-2.0843 0-0.23374-0.0859-0.38958-0.25782-0.46751-0.17188-0.09089-0.53405-0.14284-1.0865-0.15584" sodipodi:nodetypes="cccccccsssccssscsscsssccscccssscscccssssccssccsssccsssccsssssssccccccccsssccssscsscsssccscccssscscccsssccssscssscscccssssssscccsssssssssssssssssssccccccccssscccsssssccccccccssssccssccsssccsssccssssssscccssssssssssssssssssscccssssccssccsssccsssccssssssscccsssssssscsssccccsssccccsccsssccssssccssc" inkscape:connector-curvature="0" fill="#fff"/> <use id="use1901" opacity=".078652" style="color:black" xlink:href="#text1896" transform="matrix(3.1679 0 0 3.1679 -274.08 -31.04)" height="1052.3622" width="320" y="0" x="0" fill="black"/> </g> - <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> + <text id="text1920" font-family="sans-serif" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff"> <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::VECTORISATION</tspan> </text> <rect id="d0e10" display="none" height="1e3px" width="264" y="36" x="35"/> - <flowRoot font-family="Sans" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> + <flowRoot font-family="sans-serif" font-size="7.2" font-style="italic" line-height="150%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e10"/> </flowRegion> - <flowDiv xml:space="preserve">Une des fonctionnalités d'Inkscape est la vectorisation d'une image bitmap en un élément chemin inséré dans votre dessin SVG. Ce didacticiel devrait vous aider à comprendre le fonctionnement de cet outil.</flowDiv> + <flowDiv xml:space="preserve">Inkscape permet de vectoriser des images matricielles, pour en faire un <chemin> inséré dans votre dessin SVG. Ce didacticiel devrait vous aider à comprendre le fonctionnement de cet outil.</flowDiv> </flowRoot> - <rect id="d0e16" display="none" height="1e3px" width="288" y="86.261" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e16" display="none" height="1e3px" width="288" y="76.568" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e16"/> </flowRegion> - <flowDiv xml:space="preserve">À l'heure actuelle, Inkscape utilise le moteur de vectorisation de bitmap Potrace (<flowSpan font-weight="bold" font-family="Sans">potrace.sourceforge.net</flowSpan>) créé par Peter Selinger. Dans le futur, nous espérons permettre l'utilisation d'autres programmes/moteurs de vectorisation ; pour le moment, cependant, cet excellent outil est plus que suffisant pour nos besoins.</flowDiv> + <flowDiv xml:space="preserve">À l'heure actuelle, Inkscape utilise le moteur de vectorisation de bitmap Potrace (<flowSpan font-weight="bold" font-family="sans-serif">potrace.sourceforge.net</flowSpan>) créé par Peter Selinger. Dans le futur, nous espérons permettre l'utilisation d'autres programmes/moteurs de vectorisation ; pour le moment, cependant, cet excellent outil est plus que suffisant pour nos besoins.</flowDiv> </flowRoot> - <rect id="d0e22" display="none" height="1e3px" width="288" y="147.9" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e22" display="none" height="1e3px" width="288" y="138.21" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e22"/> </flowRegion> <flowDiv xml:space="preserve">Gardez à l'esprit que le but de la vectorisation avec cet outil n'est pas de produire une duplication exacte de l'image originale, ni de produire un résultat finalisé. Aucun outil de vectorisation automatique ne peut produire cela. Vous obtiendrez un ensemble de courbes que vous pourrez utiliser comme ressources dans votre dessin.</flowDiv> </flowRoot> - <rect id="d0e25" display="none" height="1e3px" width="288" y="208.52" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e25" display="none" height="1e3px" width="288" y="198.82" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e25"/> </flowRegion> - <flowDiv xml:space="preserve">Potrace interprète un bitmap en noir et blanc, et produit un ensemble de courbes. Nous avons trois types de filtres d'entrée pour Potrace, afin de convertir les images brutes en quelque chose que Potrace peut exploiter.</flowDiv> + <flowDiv xml:space="preserve">Potrace interprète une image matricielle en noir et blanc, et produit un ensemble de courbes. Nous avons trois types de filtres d'entrée pour Potrace, afin de convertir les images brutes en quelque chose que Potrace peut exploiter.</flowDiv> </flowRoot> - <rect id="d0e28" display="none" height="1e3px" width="288" y="258.49" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e28" display="none" height="1e3px" width="288" y="248.8" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e28"/> </flowRegion> <flowDiv xml:space="preserve">En général, plus il y a de pixels sombres dans l'image intermédiaire, plus la vectorisation générée par Potrace sera importante. Plus la vectorisation est importante, et plus le temps du processus sera grand et plus le chemin résultant sera important. Nous vous suggérons d'expérimenter cela avec des images intermédiaires plutôt claires, en les assombrissant autant que nécessaire afin d'obtenir les taille et complexité désirées pour le chemin résultant.</flowDiv> </flowRoot> - <rect id="d0e31" display="none" height="1e3px" width="288" y="340.39" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e31" display="none" height="1e3px" width="288" y="330.7" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e31"/> </flowRegion> - <flowDiv xml:space="preserve">Pour utiliser l'outil de vectorisation, ouvrez ou importez une image, sélectionnez-la, et lancez la commande <flowSpan font-family="Sans">Chemin > Vectoriser le bitmap</flowSpan> ou appuyez sur <flowSpan font-weight="bold">Maj+Alt+B</flowSpan>.</flowDiv> + <flowDiv xml:space="preserve">Pour utiliser l'outil de vectorisation, ouvrez ou importez une image, sélectionnez-la, et lancez la commande <flowSpan font-family="sans-serif">Chemin > Vectoriser le bitmap</flowSpan> ou appuyez sur <flowSpan font-weight="bold">Maj+Alt+B</flowSpan>.</flowDiv> </flowRoot> - <text id="tracing-f01-fr.svgtext7000" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 387.55)" xml:space="preserve" line-height="100.00000%" font-size="5.7038" y="99.753128" x="101.47987" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f01-fr.svgtspan7001" sodipodi:role="line" y="99.753128" x="101.47987">Options principales de vectorisation</tspan></text> - <image id="tracing-f01-fr.svgimage2577" sodipodi:absref="/potrace-fr.png" xlink:href="potrace-fr.png" transform="translate(10 387.55)" height="91.738" width="189.28" display="block" y="-.000017236" x="65.359"/> - <rect id="d0e50" display="none" height="1e3px" width="288" y="500.49" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="tracing-f01-fr.svgtext7000" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 377.84)" xml:space="preserve" line-height="100.00000%" font-size="5.7038" y="99.753128" x="101.47987" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f01-fr.svgtspan7001" sodipodi:role="line" y="99.753128" x="101.47987">Options principales de vectorisation</tspan></text> + <image id="tracing-f01-fr.svgimage2577" sodipodi:absref="/potrace-fr.png" xlink:href="potrace-fr.png" transform="translate(10 377.84)" height="91.738" width="189.28" display="block" y="-.000017236" x="65.359"/> + <rect id="d0e50" display="none" height="1e3px" width="288" y="490.78" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e50"/> </flowRegion> <flowDiv xml:space="preserve">Vous voyez trois options de filtrage disponibles :</flowDiv> </flowRoot> - <circle cy="0" cx="0" r="2" transform="translate(15 524.34)"/> - <rect id="d0e56" display="none" height="1e3px" width="258" y="518.34" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <circle cy="0" cx="0" r="2" transform="translate(15 514.63)"/> + <rect id="d0e56" display="none" height="1e3px" width="258" y="508.63" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e56"/> </flowRegion> <flowDiv xml:space="preserve">Seuil de luminosité</flowDiv> </flowRoot> - <rect id="d0e60" display="none" height="1e3px" width="288" y="534.86" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e60" display="none" height="1e3px" width="288" y="525.14" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e60"/> </flowRegion> - <flowDiv xml:space="preserve">Cette option utilise simplement la somme des composantes rouge, bleue et verte (ou la nuance de gris) d'un pixel pour déterminer s'il doit être considéré comme blanc ou noir. le seuil peut être réglé entre 0.0 (noir) et 1.0 (blanc). Plus ce seuil est grand, moins les pixels considérés comme « blancs » seront nombreux et plus l'image intermédiaire sera sombre.</flowDiv> + <flowDiv xml:space="preserve">Cette option utilise simplement la somme des composantes rouge, bleue et verte (ou la nuance de gris) d'un pixel pour déterminer s'il doit être considéré comme blanc ou noir. Le seuil peut être réglé entre 0,0 (noir) et 1,0 (blanc). Plus ce seuil est grand, moins les pixels considérés comme « blancs » seront nombreux et plus l'image intermédiaire sera sombre.</flowDiv> </flowRoot> - <text id="tracing-f02-fr.svgtext1823" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 612.25)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.154671" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f02-fr.svgtspan1824" y="97.154671" x="69.581543" sodipodi:role="line">Image originale</tspan></text> - <text id="tracing-f02-fr.svgtext1826" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 612.25)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="158.69894" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f02-fr.svgtspan1827" y="97.378670" x="158.69894" sodipodi:role="line">Seuil de luminosité</tspan><tspan id="tracing-f02-fr.svgtspan1829" y="103.37867" x="158.69894" sodipodi:role="line">Rempli, sans contour</tspan></text> - <text id="tracing-f02-fr.svgtext1483" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 612.25)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="244.99974" font-family="Sans" fill="#000000"><tspan id="tracing-f02-fr.svgtspan1488" sodipodi:role="line" y="97.378670" x="244.99974">Seuil de luminosité</tspan><tspan id="tracing-f02-fr.svgtspan1490" sodipodi:role="line" y="103.37867" x="244.99974">Contour, non rempli</tspan></text> - <image id="tracing-f02-fr.svgimage1881" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 612.25)" height="91.143" width="76.965" y="-.000030566" x="31.099"/> - <path id="tracing-f02-fr.svgpath1510" d="m143.52 88.292c-0.98-0.462-5.29-1.79-9.59-2.949-4.69-1.268-8.01-2.426-8.31-2.906-0.35-0.559-0.23-1.667 0.4-3.69 0.63-1.993 0.81-3.616 0.59-5.227-0.23-1.699-0.17-2.185 0.24-1.78 0.58 0.578 0.39 5.786-0.3 8.391-0.33 1.249-0.18 1.469 1.38 2.123 0.96 0.402 2.98 0.878 4.49 1.059 1.51 0.18 5.17 0.9 8.13 1.599 5.16 1.219 5.46 1.236 7.17 0.42 2.23-1.056 3.52-3.54 3.06-5.864-0.18-0.912-1.93-4.183-3.88-7.27-6.12-9.695-7.43-10.949-10.05-9.61-1.3 0.662-1.37 0.63-1.67-0.755-0.44-1.973 0.07-3.816 2.05-7.4 0.91-1.671 2.24-4.797 2.94-6.947 1.58-4.861 1.98-5.607 4.63-8.75 1.18-1.393 2.84-3.637 3.69-4.988l1.55-2.455-0.3-9.799c-0.27-8.636-0.2-10.078 0.6-12.155 2.02-5.2945 5.84-7.6316 11.78-7.2035 5.44 0.3915 9.13 2.6265 11.64 7.0429 1.39 2.4446 1.65 3.8166 2.1 11.044 0.38 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.54 6.058 4.92 7.63 4.74 5.416 7.27 12.192 7.26 19.475 0 4.73-0.04 4.859-1.95 7.733-2.45 3.696-3.51 4.42-6.43 4.42-3.64 0-3.75-0.301-3.78-10.332-0.03-9.592-0.62-12.245-3.68-16.613-0.84-1.194-1.68-2.968-1.86-3.943-0.36-1.872-4.22-10.158-4.98-10.696-0.24-0.174-0.19-0.473 0.12-0.663 0.7-0.434 0.73-3.155 0.04-3.581-0.32-0.201-0.23-0.717 0.26-1.409 1.04-1.49 0.96-3.563-0.24-5.913-1.16-2.267-2.53-2.888-4.54-2.055-1.82 0.756-2.77 2.56-2.44 4.669 0.28 1.844 0.04 2.939-0.65 2.939-0.25 0-0.31-0.377-0.13-0.838 0.28-0.719 0.03-0.798-1.73-0.562l-2.06 0.276 0.25-1.843c0.18-1.383-0.03-2.192-0.85-3.236-2.21-2.801-4.57-1.026-4.57 3.434 0 2.704 0.95 4.697 1.95 4.079 0.44-0.268 0.39-0.653-0.17-1.456-0.91-1.296-1-3.468-0.18-4.286 0.81-0.816 2.26 0.052 2.64 1.586 0.17 0.678 0.45 1.596 0.62 2.039 0.18 0.457 0.05 0.807-0.29 0.807-0.82 0-1.75 1.003-2.78 3.002-0.83 1.615-0.83 1.727 0.09 2.649 2.15 2.147 7.39 1.506 11.85-1.449 1.09-0.722 2.11-1.193 2.25-1.048 0.26 0.26-1.92 1.798-5.04 3.554-0.9 0.506-2.63 0.886-4.04 0.886-2.14 0.001-2.38 0.103-1.84 0.761 0.84 1.012 2.28 0.957 5.87-0.226 2.94-0.967 2.97-0.968 1.73-0.012-3.9 2.997-6.45 3.044-9.62 0.177-2.06-1.856-2.53-1.631-2.53 1.197 0 0.719-0.67 2.352-1.49 3.63-0.82 1.277-1.77 3.462-2.11 4.854-0.34 1.393-1.73 4.811-3.07 7.596-2.53 5.219-3.72 10.589-2.97 13.412 0.21 0.78 2.23 2.794 5.23 5.213 5.27 4.24 6.21 5.742 4.64 7.472-0.49 0.546-1.2 0.992-1.58 0.992-1.88 0 0.64 3.606 3.23 4.611 2.07 0.809 7.95 0.631 10.84-0.329 2.78-0.922 6.39-3.415 8.92-6.156l1.65-1.782v5.145c0 5.79 0.69 7.842 2.93 8.694 2 0.759 4.39 0.138 9.17-2.376 4.89-2.573 5.77-2.838 2.73-0.821-1.17 0.776-3.11 2.335-4.31 3.464-2.93 2.745-3.94 3.222-6.82 3.22-2.62-0.002-5.73-1.476-5.73-2.717 0-1.108-1.67-1.318-10.58-1.325l-8.3-0.007-2.26 1.852c-2.71 2.221-5.89 2.721-8.73 1.373zm30.67-58.699c-1.25-0.92-1.55-0.614-0.79 0.799 0.45 0.848 0.73 0.97 1.18 0.516 0.44-0.452 0.35-0.769-0.39-1.315zm-6.37-22.281c0-0.1228-0.22-0.2233-0.5-0.2233s-0.51 0.2413-0.51 0.5363c0 0.2949 0.23 0.3954 0.51 0.2232 0.28-0.1721 0.5-0.4134 0.5-0.5362zm-41.47 62.658c-0.06-1.419 0.79-3.132 1.55-3.132 0.37 0 0.36 0.236-0.05 0.727-0.33 0.4-0.8 1.369-1.03 2.152-0.39 1.283-0.44 1.308-0.47 0.253zm4.51-3.491c1.71-0.137 2.58-0.525 3.47-1.557 0.66-0.756 1.02-1.033 0.81-0.615-1.02 2.012-1.92 2.531-4.23 2.443l-2.33-0.089 2.28-0.182zm33.11-43.574c-1.09-0.716-1.32-2.655-0.48-3.942 1.47-2.247 3.83-1.298 3.83 1.544 0 2.322-1.66 3.51-3.35 2.398z" transform="translate(10 612.25)"/> - <path id="tracing-f02-fr.svgpath1515" d="m229.82 88.292c-0.98-0.463-5.29-1.79-9.59-2.949-4.69-1.268-8.01-2.426-8.31-2.907-0.35-0.558-0.23-1.666 0.4-3.689 0.63-1.993 0.81-3.616 0.59-5.227-0.23-1.699-0.16-2.185 0.24-1.78 0.58 0.578 0.39 5.786-0.3 8.391-0.33 1.249-0.18 1.469 1.38 2.123 0.96 0.402 2.98 0.878 4.49 1.059 1.51 0.18 5.17 0.9 8.13 1.599 5.16 1.219 5.46 1.236 7.18 0.42 2.22-1.056 3.51-3.54 3.05-5.864-0.18-0.912-1.93-4.183-3.88-7.27-6.12-9.695-7.43-10.949-10.05-9.61-1.3 0.662-1.37 0.63-1.67-0.755-0.44-1.973 0.07-3.816 2.05-7.4 0.92-1.671 2.24-4.797 2.94-6.947 1.58-4.861 1.98-5.607 4.63-8.75 1.18-1.393 2.84-3.637 3.69-4.988l1.55-2.455-0.3-9.799c-0.27-8.636-0.19-10.078 0.6-12.155 2.02-5.2945 5.84-7.6316 11.79-7.2035 5.43 0.3914 9.12 2.6265 11.63 7.0429 1.39 2.4446 1.65 3.8166 2.1 11.044 0.38 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.55 6.058 4.92 7.63 4.74 5.416 7.27 12.192 7.26 19.475 0 4.73-0.03 4.859-1.94 7.733-2.46 3.696-3.52 4.42-6.44 4.42-3.63 0-3.75-0.302-3.78-10.332-0.03-9.592-0.62-12.245-3.68-16.613-0.84-1.194-1.68-2.968-1.86-3.943-0.36-1.872-4.22-10.158-4.98-10.696-0.24-0.174-0.19-0.473 0.12-0.663 0.7-0.434 0.73-3.155 0.04-3.581-0.32-0.201-0.23-0.717 0.26-1.409 1.04-1.49 0.96-3.563-0.24-5.913-1.16-2.267-2.53-2.888-4.54-2.055-1.82 0.756-2.77 2.56-2.44 4.669 0.28 1.844 0.04 2.939-0.65 2.939-0.25 0-0.31-0.377-0.13-0.838 0.28-0.719 0.03-0.798-1.73-0.562l-2.05 0.276 0.24-1.843c0.19-1.383-0.03-2.192-0.85-3.236-2.21-2.801-4.57-1.026-4.57 3.434 0 2.704 0.96 4.697 1.95 4.079 0.44-0.268 0.39-0.653-0.17-1.456-0.91-1.296-1-3.468-0.18-4.286 0.81-0.816 2.26 0.052 2.64 1.586 0.17 0.678 0.45 1.596 0.62 2.039 0.18 0.457 0.05 0.807-0.28 0.807-0.82 0-1.75 1.003-2.79 3.002-0.83 1.615-0.83 1.727 0.09 2.649 2.15 2.147 7.39 1.506 11.85-1.449 1.1-0.722 2.11-1.193 2.25-1.048 0.26 0.259-1.92 1.798-5.04 3.554-0.9 0.506-2.63 0.886-4.04 0.886-2.13 0.001-2.38 0.103-1.84 0.761 0.84 1.012 2.28 0.957 5.88-0.226 2.93-0.967 2.96-0.968 1.72-0.012-3.89 2.997-6.45 3.044-9.62 0.177-2.06-1.856-2.53-1.631-2.53 1.197 0 0.719-0.67 2.352-1.49 3.63-0.82 1.277-1.77 3.462-2.11 4.854-0.34 1.393-1.72 4.811-3.07 7.596-2.53 5.219-3.72 10.589-2.97 13.412 0.21 0.78 2.23 2.794 5.23 5.213 5.27 4.24 6.21 5.742 4.64 7.472-0.49 0.546-1.2 0.992-1.58 0.992-1.88 0 0.64 3.606 3.23 4.611 2.07 0.809 7.95 0.631 10.84-0.329 2.78-0.922 6.39-3.415 8.92-6.156l1.65-1.782v5.145c0 5.79 0.69 7.842 2.93 8.694 2 0.759 4.39 0.138 9.17-2.376 4.89-2.573 5.77-2.838 2.73-0.821-1.17 0.776-3.11 2.335-4.31 3.464-2.93 2.745-3.94 3.222-6.82 3.22-2.62-0.002-5.73-1.476-5.73-2.717 0-1.108-1.67-1.318-10.58-1.325l-8.3-0.007-2.26 1.852c-2.71 2.221-5.89 2.721-8.73 1.373zm30.67-58.699c-1.25-0.92-1.55-0.614-0.79 0.799 0.45 0.848 0.73 0.97 1.18 0.516 0.44-0.452 0.35-0.769-0.39-1.315zm-6.37-22.281c0-0.1228-0.22-0.2233-0.5-0.2233s-0.51 0.2413-0.51 0.5362c0 0.295 0.23 0.3954 0.51 0.2233s0.5-0.4134 0.5-0.5362zm-41.47 62.658c-0.06-1.419 0.79-3.132 1.55-3.132 0.37 0 0.36 0.236-0.05 0.727-0.33 0.4-0.8 1.369-1.03 2.152-0.39 1.283-0.43 1.308-0.47 0.253zm4.51-3.491c1.71-0.137 2.58-0.525 3.47-1.557 0.66-0.756 1.02-1.033 0.81-0.615-1.02 2.012-1.92 2.531-4.23 2.443l-2.33-0.089 2.28-0.182zm33.11-43.574c-1.09-0.716-1.32-2.655-0.48-3.942 1.47-2.247 3.83-1.298 3.83 1.544 0 2.322-1.66 3.51-3.35 2.398z" transform="translate(10 612.25)" stroke="#000" stroke-width=".375" fill="none"/> - <circle cy="0" cx="0" r="2" transform="translate(15 734.87)"/> - <rect id="d0e76" display="none" height="1e3px" width="258" y="728.87" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="tracing-f02-fr.svgtext1823" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 602.54)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.154671" x="69.581543" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f02-fr.svgtspan1824" y="97.154671" x="69.581543" sodipodi:role="line">Image originale</tspan></text> + <text id="tracing-f02-fr.svgtext1826" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 602.54)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="158.69894" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f02-fr.svgtspan1827" y="97.378670" x="158.69894" sodipodi:role="line">Seuil de luminosité</tspan><tspan id="tracing-f02-fr.svgtspan1829" y="103.37867" x="158.69894" sodipodi:role="line">Rempli, sans contour</tspan></text> + <text id="tracing-f02-fr.svgtext1483" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 602.54)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="244.99974" font-family="sans-serif" fill="#000000"><tspan id="tracing-f02-fr.svgtspan1488" sodipodi:role="line" y="97.378670" x="244.99974">Seuil de luminosité</tspan><tspan id="tracing-f02-fr.svgtspan1490" sodipodi:role="line" y="103.37867" x="244.99974">Contour, non rempli</tspan></text> + <image id="tracing-f02-fr.svgimage1881" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 602.54)" height="91.143" width="76.965" y="-.000030566" x="31.099"/> + <path id="tracing-f02-fr.svgpath1510" d="m143.52 88.292c-0.98-0.462-5.29-1.79-9.59-2.949-4.69-1.268-8.01-2.426-8.31-2.906-0.35-0.559-0.23-1.667 0.4-3.69 0.63-1.993 0.81-3.616 0.59-5.227-0.23-1.699-0.17-2.185 0.24-1.78 0.58 0.578 0.39 5.786-0.3 8.391-0.33 1.249-0.18 1.469 1.38 2.123 0.96 0.402 2.98 0.878 4.49 1.059 1.51 0.18 5.17 0.9 8.13 1.599 5.16 1.219 5.46 1.236 7.17 0.42 2.23-1.056 3.52-3.54 3.06-5.864-0.18-0.912-1.93-4.183-3.88-7.27-6.12-9.695-7.43-10.949-10.05-9.61-1.3 0.662-1.37 0.63-1.67-0.755-0.44-1.973 0.07-3.816 2.05-7.4 0.91-1.671 2.24-4.797 2.94-6.947 1.58-4.861 1.98-5.607 4.63-8.75 1.18-1.393 2.84-3.637 3.69-4.988l1.55-2.455-0.3-9.799c-0.27-8.636-0.2-10.078 0.6-12.155 2.02-5.2945 5.84-7.6316 11.78-7.2035 5.44 0.3915 9.13 2.6265 11.64 7.0429 1.39 2.4446 1.65 3.8166 2.1 11.044 0.38 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.54 6.058 4.92 7.63 4.74 5.416 7.27 12.192 7.26 19.475 0 4.73-0.04 4.859-1.95 7.733-2.45 3.696-3.51 4.42-6.43 4.42-3.64 0-3.75-0.301-3.78-10.332-0.03-9.592-0.62-12.245-3.68-16.613-0.84-1.194-1.68-2.968-1.86-3.943-0.36-1.872-4.22-10.158-4.98-10.696-0.24-0.174-0.19-0.473 0.12-0.663 0.7-0.434 0.73-3.155 0.04-3.581-0.32-0.201-0.23-0.717 0.26-1.409 1.04-1.49 0.96-3.563-0.24-5.913-1.16-2.267-2.53-2.888-4.54-2.055-1.82 0.756-2.77 2.56-2.44 4.669 0.28 1.844 0.04 2.939-0.65 2.939-0.25 0-0.31-0.377-0.13-0.838 0.28-0.719 0.03-0.798-1.73-0.562l-2.06 0.276 0.25-1.843c0.18-1.383-0.03-2.192-0.85-3.236-2.21-2.801-4.57-1.026-4.57 3.434 0 2.704 0.95 4.697 1.95 4.079 0.44-0.268 0.39-0.653-0.17-1.456-0.91-1.296-1-3.468-0.18-4.286 0.81-0.816 2.26 0.052 2.64 1.586 0.17 0.678 0.45 1.596 0.62 2.039 0.18 0.457 0.05 0.807-0.29 0.807-0.82 0-1.75 1.003-2.78 3.002-0.83 1.615-0.83 1.727 0.09 2.649 2.15 2.147 7.39 1.506 11.85-1.449 1.09-0.722 2.11-1.193 2.25-1.048 0.26 0.26-1.92 1.798-5.04 3.554-0.9 0.506-2.63 0.886-4.04 0.886-2.14 0.001-2.38 0.103-1.84 0.761 0.84 1.012 2.28 0.957 5.87-0.226 2.94-0.967 2.97-0.968 1.73-0.012-3.9 2.997-6.45 3.044-9.62 0.177-2.06-1.856-2.53-1.631-2.53 1.197 0 0.719-0.67 2.352-1.49 3.63-0.82 1.277-1.77 3.462-2.11 4.854-0.34 1.393-1.73 4.811-3.07 7.596-2.53 5.219-3.72 10.589-2.97 13.412 0.21 0.78 2.23 2.794 5.23 5.213 5.27 4.24 6.21 5.742 4.64 7.472-0.49 0.546-1.2 0.992-1.58 0.992-1.88 0 0.64 3.606 3.23 4.611 2.07 0.809 7.95 0.631 10.84-0.329 2.78-0.922 6.39-3.415 8.92-6.156l1.65-1.782v5.145c0 5.79 0.69 7.842 2.93 8.694 2 0.759 4.39 0.138 9.17-2.376 4.89-2.573 5.77-2.838 2.73-0.821-1.17 0.776-3.11 2.335-4.31 3.464-2.93 2.745-3.94 3.222-6.82 3.22-2.62-0.002-5.73-1.476-5.73-2.717 0-1.108-1.67-1.318-10.58-1.325l-8.3-0.007-2.26 1.852c-2.71 2.221-5.89 2.721-8.73 1.373zm30.67-58.699c-1.25-0.92-1.55-0.614-0.79 0.799 0.45 0.848 0.73 0.97 1.18 0.516 0.44-0.452 0.35-0.769-0.39-1.315zm-6.37-22.281c0-0.1228-0.22-0.2233-0.5-0.2233s-0.51 0.2413-0.51 0.5363c0 0.2949 0.23 0.3954 0.51 0.2232 0.28-0.1721 0.5-0.4134 0.5-0.5362zm-41.47 62.658c-0.06-1.419 0.79-3.132 1.55-3.132 0.37 0 0.36 0.236-0.05 0.727-0.33 0.4-0.8 1.369-1.03 2.152-0.39 1.283-0.44 1.308-0.47 0.253zm4.51-3.491c1.71-0.137 2.58-0.525 3.47-1.557 0.66-0.756 1.02-1.033 0.81-0.615-1.02 2.012-1.92 2.531-4.23 2.443l-2.33-0.089 2.28-0.182zm33.11-43.574c-1.09-0.716-1.32-2.655-0.48-3.942 1.47-2.247 3.83-1.298 3.83 1.544 0 2.322-1.66 3.51-3.35 2.398z" transform="translate(10 602.54)"/> + <path id="tracing-f02-fr.svgpath1515" d="m229.82 88.292c-0.98-0.463-5.29-1.79-9.59-2.949-4.69-1.268-8.01-2.426-8.31-2.907-0.35-0.558-0.23-1.666 0.4-3.689 0.63-1.993 0.81-3.616 0.59-5.227-0.23-1.699-0.16-2.185 0.24-1.78 0.58 0.578 0.39 5.786-0.3 8.391-0.33 1.249-0.18 1.469 1.38 2.123 0.96 0.402 2.98 0.878 4.49 1.059 1.51 0.18 5.17 0.9 8.13 1.599 5.16 1.219 5.46 1.236 7.18 0.42 2.22-1.056 3.51-3.54 3.05-5.864-0.18-0.912-1.93-4.183-3.88-7.27-6.12-9.695-7.43-10.949-10.05-9.61-1.3 0.662-1.37 0.63-1.67-0.755-0.44-1.973 0.07-3.816 2.05-7.4 0.92-1.671 2.24-4.797 2.94-6.947 1.58-4.861 1.98-5.607 4.63-8.75 1.18-1.393 2.84-3.637 3.69-4.988l1.55-2.455-0.3-9.799c-0.27-8.636-0.19-10.078 0.6-12.155 2.02-5.2945 5.84-7.6316 11.79-7.2035 5.43 0.3914 9.12 2.6265 11.63 7.0429 1.39 2.4446 1.65 3.8166 2.1 11.044 0.38 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.55 6.058 4.92 7.63 4.74 5.416 7.27 12.192 7.26 19.475 0 4.73-0.03 4.859-1.94 7.733-2.46 3.696-3.52 4.42-6.44 4.42-3.63 0-3.75-0.302-3.78-10.332-0.03-9.592-0.62-12.245-3.68-16.613-0.84-1.194-1.68-2.968-1.86-3.943-0.36-1.872-4.22-10.158-4.98-10.696-0.24-0.174-0.19-0.473 0.12-0.663 0.7-0.434 0.73-3.155 0.04-3.581-0.32-0.201-0.23-0.717 0.26-1.409 1.04-1.49 0.96-3.563-0.24-5.913-1.16-2.267-2.53-2.888-4.54-2.055-1.82 0.756-2.77 2.56-2.44 4.669 0.28 1.844 0.04 2.939-0.65 2.939-0.25 0-0.31-0.377-0.13-0.838 0.28-0.719 0.03-0.798-1.73-0.562l-2.05 0.276 0.24-1.843c0.19-1.383-0.03-2.192-0.85-3.236-2.21-2.801-4.57-1.026-4.57 3.434 0 2.704 0.96 4.697 1.95 4.079 0.44-0.268 0.39-0.653-0.17-1.456-0.91-1.296-1-3.468-0.18-4.286 0.81-0.816 2.26 0.052 2.64 1.586 0.17 0.678 0.45 1.596 0.62 2.039 0.18 0.457 0.05 0.807-0.28 0.807-0.82 0-1.75 1.003-2.79 3.002-0.83 1.615-0.83 1.727 0.09 2.649 2.15 2.147 7.39 1.506 11.85-1.449 1.1-0.722 2.11-1.193 2.25-1.048 0.26 0.259-1.92 1.798-5.04 3.554-0.9 0.506-2.63 0.886-4.04 0.886-2.13 0.001-2.38 0.103-1.84 0.761 0.84 1.012 2.28 0.957 5.88-0.226 2.93-0.967 2.96-0.968 1.72-0.012-3.89 2.997-6.45 3.044-9.62 0.177-2.06-1.856-2.53-1.631-2.53 1.197 0 0.719-0.67 2.352-1.49 3.63-0.82 1.277-1.77 3.462-2.11 4.854-0.34 1.393-1.72 4.811-3.07 7.596-2.53 5.219-3.72 10.589-2.97 13.412 0.21 0.78 2.23 2.794 5.23 5.213 5.27 4.24 6.21 5.742 4.64 7.472-0.49 0.546-1.2 0.992-1.58 0.992-1.88 0 0.64 3.606 3.23 4.611 2.07 0.809 7.95 0.631 10.84-0.329 2.78-0.922 6.39-3.415 8.92-6.156l1.65-1.782v5.145c0 5.79 0.69 7.842 2.93 8.694 2 0.759 4.39 0.138 9.17-2.376 4.89-2.573 5.77-2.838 2.73-0.821-1.17 0.776-3.11 2.335-4.31 3.464-2.93 2.745-3.94 3.222-6.82 3.22-2.62-0.002-5.73-1.476-5.73-2.717 0-1.108-1.67-1.318-10.58-1.325l-8.3-0.007-2.26 1.852c-2.71 2.221-5.89 2.721-8.73 1.373zm30.67-58.699c-1.25-0.92-1.55-0.614-0.79 0.799 0.45 0.848 0.73 0.97 1.18 0.516 0.44-0.452 0.35-0.769-0.39-1.315zm-6.37-22.281c0-0.1228-0.22-0.2233-0.5-0.2233s-0.51 0.2413-0.51 0.5362c0 0.295 0.23 0.3954 0.51 0.2233s0.5-0.4134 0.5-0.5362zm-41.47 62.658c-0.06-1.419 0.79-3.132 1.55-3.132 0.37 0 0.36 0.236-0.05 0.727-0.33 0.4-0.8 1.369-1.03 2.152-0.39 1.283-0.43 1.308-0.47 0.253zm4.51-3.491c1.71-0.137 2.58-0.525 3.47-1.557 0.66-0.756 1.02-1.033 0.81-0.615-1.02 2.012-1.92 2.531-4.23 2.443l-2.33-0.089 2.28-0.182zm33.11-43.574c-1.09-0.716-1.32-2.655-0.48-3.942 1.47-2.247 3.83-1.298 3.83 1.544 0 2.322-1.66 3.51-3.35 2.398z" transform="translate(10 602.54)" stroke="#000" stroke-width=".375" fill="none"/> + <circle cy="0" cx="0" r="2" transform="translate(15 725.16)"/> + <rect id="d0e76" display="none" height="1e3px" width="258" y="719.16" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e76"/> </flowRegion> <flowDiv xml:space="preserve">Détection de contour</flowDiv> </flowRoot> - <rect id="d0e80" display="none" height="1e3px" width="288" y="745.39" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e80" display="none" height="1e3px" width="288" y="735.67" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e80"/> </flowRegion> - <flowDiv xml:space="preserve">Cette option utilise l'algorithme de détection des arrêtes énoncé par J. Canny, afin de trouver rapidement des isoclines de contraste similaire. Cela produit une image intermédiaire qui ressemble moins à l'image originale que le résultat d'un seuil de luminosité mais qui contient souvent des courbes qui seraient ignorées autrement. Le seuil à régler ici (de 0.0 à 1.0) ajuste le seuil de luminosité afin de déterminer si un pixel adjacent à une courbe de contraste doit être inclus dans le résultat. Le réglage permet d'ajuster l'obscurité ou l'épaisseur des arrêtes du résultat.</flowDiv> + <flowDiv xml:space="preserve">Cette option utilise l'algorithme de détection des arêtes énoncé par J. Canny, afin de trouver rapidement des isoclines de contraste similaire. Cela produit une image intermédiaire qui ressemble moins à l'image originale que le résultat d'un seuil de luminosité mais qui contient souvent des courbes qui seraient ignorées autrement. Le seuil à régler ici (de 0,0 à 1,0) ajuste le seuil de luminosité afin de déterminer si un pixel adjacent à une courbe de contraste doit être inclus dans le résultat. Le réglage permet d'ajuster l'obscurité ou l'épaisseur des arêtes du résultat.</flowDiv> </flowRoot> - <text id="tracing-f03-fr.svgtext1492" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 855.02)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.154671" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-fr.svgtspan1493" y="97.154671" x="69.581543" sodipodi:role="line">Image originale</tspan></text> - <text id="tracing-f03-fr.svgtext1495" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 855.02)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="157.95474" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-fr.svgtspan1496" y="97.378670" x="157.95474" sodipodi:role="line">Arrêtes detectées</tspan><tspan id="tracing-f03-fr.svgtspan1498" y="103.37867" x="157.95474" sodipodi:role="line">Rempli, sans contour</tspan></text> - <text id="tracing-f03-fr.svgtext1500" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 855.02)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="244.99974" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-fr.svgtspan1501" sodipodi:role="line" y="97.378670" x="244.99974">Arrêtes detectées</tspan><tspan id="tracing-f03-fr.svgtspan1503" sodipodi:role="line" y="103.37867" x="244.99974">Contour, non rempli</tspan></text> - <image id="tracing-f03-fr.svgimage1508" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 855.02)" height="91.143" width="76.965" y=".000036133" x="31.099"/> - <path id="tracing-f03-fr.svgpath4003" d="m139.28 89.101c-1.22-0.554-3.5-1.363-5.06-1.797-9.19-2.553-12.03-3.428-12.59-3.88-0.83-0.662-0.8-3.17 0.08-5.676 0.47-1.351 0.61-3.264 0.43-5.882-0.24-3.484-0.16-3.99 0.81-4.96 0.79-0.784 1.71-1.08 3.37-1.08 3.12 0 4.04-1.136 4.04-4.981 0-2.439 0.35-3.585 2.1-6.945 1.15-2.214 2.43-5.164 2.85-6.556 1.28-4.328 2.29-6.298 4.6-9.018 1.23-1.446 2.92-3.713 3.75-5.039l1.52-2.411-0.27-9.833c-0.25-9.303-0.2-9.982 0.85-12.583 2.03-4.9988 5.81-7.4473 11.48-7.4473 6.48 0 11.64 3.1302 14.06 8.5268 1.11 2.4645 1.4 4.1035 1.75 9.6405 0.42 6.617 0.44 6.711 2.84 11.441 1.33 2.623 3.54 6.054 4.91 7.624 2.84 3.246 3.82 5.006 5.73 10.332 1.53 4.27 2.16 10.332 1.41 13.56-0.38 1.63-0.34 2.348 0.19 3.038 0.37 0.497 0.69 1.538 0.7 2.314 0.02 1.92 1.27 3.673 3.89 5.479 1.73 1.193 2.2 1.822 2.2 2.968 0 2.463-0.48 2.996-4.94 5.47-2.37 1.317-5.37 3.394-6.65 4.614-3.43 3.266-5.03 4.106-7.8 4.109-2.71 0.002-5.83-1.368-6.82-2.995-0.6-1.001-1.06-1.054-9.12-1.054h-8.49l-1.83 1.51c-3.38 2.786-6.23 3.216-9.99 1.511zm8.76-3.212l2.24-1.835 9.54-0.004 9.53-0.005 0.07-4.081 0.07-4.082-1.08 0.985c-3.69 3.353-9.68 5.436-14.47 5.033-1.55-0.13-3.24-0.417-3.76-0.637-0.79-0.332-0.89-0.228-0.62 0.619 0.21 0.663-0.05 1.441-0.73 2.228-0.98 1.129-1.03 1.139-0.76 0.148 0.16-0.585-0.05-1.708-0.46-2.496s-0.62-1.625-0.48-1.861c0.44-0.698-0.91-3.24-1.98-3.739-0.54-0.254-2.23-2.513-3.75-5.02-3.51-5.808-6.01-8.389-7.75-8.022-0.69 0.147-1.72 0.984-2.28 1.861-0.84 1.304-1.47 1.657-3.47 1.944-1.35 0.193-2.77 0.474-3.17 0.625-1.2 0.464-1.66 2.55-1.24 5.669 0.29 2.149 0.19 3.693-0.36 5.654-0.53 1.858-0.61 2.86-0.25 3.221 0.29 0.288 3.59 1.296 7.33 2.239s7.81 2.185 9.05 2.76c3.22 1.5 5.94 1.128 8.78-1.204zm-4.77-0.013c0-0.111 0.8-0.673 1.78-1.248 1.38-0.819 1.77-0.889 1.77-0.321 0 0.398-0.44 0.96-0.98 1.248-0.97 0.517-2.57 0.717-2.57 0.321zm38.26-0.594c1.83-1.552 4.85-3.626 6.71-4.607 3.7-1.945 5.67-3.524 5.67-4.533 0-0.356-0.99-1.329-2.2-2.162-2.48-1.705-3.88-3.555-3.88-5.132 0-0.585-0.25-1.535-0.56-2.111-0.53-1-0.65-0.946-2.47 1.173-1.91 2.211-1.93 2.22-5.31 2.22-2.95 0-3.52-0.155-4.36-1.196-0.53-0.657-0.97-1.94-0.97-2.849 0-3.455-2.73-3.018-3.12 0.5-0.09 0.836-0.4 1.405-0.68 1.266-0.6-0.304-0.35-3.549 0.34-4.4 0.27-0.332 0.98-0.673 1.57-0.76 3.17-0.466 1.93-12.992-1.84-18.601-0.68-0.995-1.5-2.721-1.84-3.835s-1.44-3.621-2.44-5.57c-1.43-2.8-1.85-4.236-1.96-6.836-0.08-1.81-0.18-3.633-0.22-4.05-0.05-0.418 0.08-1.216 0.28-1.773 0.19-0.557 0.01-0.414-0.42 0.317-1.37 2.358-4.02 2.355-4.96-0.006-0.3-0.758-0.63-1.053-0.76-0.69-0.31 0.823-4.02 0.827-4.53 0.005-0.26-0.424-0.48-0.218-0.68 0.633-0.41 1.751-2.65 2-3.75 0.417-0.45-0.635-0.81-0.933-0.8-0.662s0.34 0.915 0.73 1.431c0.52 0.684 0.58 1.285 0.23 2.215-0.5 1.317-0.13 1.853 2.24 3.226 1.29 0.752 0.67 1.177-0.68 0.456-2.02-1.083-1.56-0.169 0.88 1.739 2.87 2.25 4.35 2.216 8.27-0.192 1.38-0.851 2.73-1.547 3.01-1.547 1.11 0 0.34 0.855-2.38 2.659-4.1 2.722-8.04 2.603-10.4-0.313-0.87-1.076-0.88-1.074-0.89 0.548 0 0.896-0.79 3.061-1.75 4.811s-1.83 4.12-1.94 5.266-0.71 2.794-1.33 3.661c-2.49 3.501-4.25 8.305-4.5 12.264l-0.23 3.832 4.62 3.687c2.55 2.028 4.97 4.171 5.38 4.762 1.15 1.648 0.93 3.684-0.56 5.062l-1.31 1.215 1.4 1.095c1.86 1.464 3.13 1.73 7.18 1.496 4.42-0.256 7.58-1.788 11.59-5.612l3.11-2.973 0.36 2.618c0.44 3.173-0.17 11.231-0.81 10.833-1-0.619-0.38 1.415 0.78 2.583 1.02 1.02 1.75 1.243 4.05 1.243 2.66 0 2.96-0.138 6.13-2.823zm-33.7-12.607c0-0.342-1.31-1.753-2.91-3.135-3.42-2.953-4.87-3.876-3.37-2.15 0.58 0.671 1.58 2.132 2.23 3.246 1.87 3.206 2.58 3.885 3.37 3.227 0.37-0.311 0.68-0.846 0.68-1.188zm35.75-6.974c1.8-1.894 2.12-2.584 2.41-5.207 0.19-1.663 0.12-4.163-0.14-5.555-1.04-5.331-4.05-12.32-6.13-14.178-1.89-1.702-5.11-6.786-6.9-10.916-1.37-3.17-1.7-4.584-1.71-7.389-0.01-5.935-0.86-10.132-2.66-13.261-1.38-2.3986-2.12-3.0967-4.57-4.2836-7.06-3.4339-12.97-1.7826-15.86 4.4354-0.83 1.7852-1.18 3.3892-1.14 5.3372 0.03 1.532 0.17 2.329 0.3 1.772 0.42-1.67 1.19-2.278 2.92-2.278 1.82 0 4.26 1.891 4.39 3.394 0.04 0.5 0.1 1.249 0.13 1.663s0.45 0.829 0.93 0.922c0.62 0.119 0.8-0.062 0.59-0.605-0.47-1.232 0.74-4.204 2.08-5.08 1.56-1.022 4.25-1.027 5.7-0.01 2.19 1.532 2.69 3.346 2.51 9.154-0.16 5.245-0.12 5.466 1.52 8.732 0.93 1.842 2.05 4.578 2.49 6.08s1.46 3.779 2.27 5.06c2.62 4.128 3.49 8.167 3.44 15.997-0.03 6.023 0.08 7.073 0.88 7.952 1.45 1.604 4.02 0.922 6.55-1.736zm-0.47-2.238c-0.19-0.186-0.34-0.573-0.34-0.861 0-0.317 0.24-0.288 0.6 0.076 0.33 0.329 0.48 0.717 0.34 0.861-0.15 0.143-0.42 0.109-0.6-0.076zm1.47-1.114c-0.21-0.353-0.26-0.778-0.09-0.945 0.45-0.454 0.95 0.213 0.7 0.947-0.17 0.515-0.29 0.514-0.61-0.002zm-16.27-31.179c-0.96-1.464-0.8-3.56 0.28-3.607 2.28-0.098 4.32 2.26 3.67 4.23-0.38 1.133-3.08 0.707-3.95-0.623zm1.89-1.405c-0.36-0.363-0.6-0.393-0.6-0.076 0 0.676 0.6 1.275 0.94 0.937 0.14-0.144-0.01-0.531-0.34-0.861zm-8.36-19.976c-0.19-0.1857-0.34-1.2111-0.34-2.2786 0-1.8673 0.07-1.941 1.71-1.941 0.94 0 1.94 0.2848 2.22 0.6329 0.7 0.8774 0.45 2.8983-0.42 3.4506-0.85 0.5396-2.69 0.6176-3.17 0.1361zm2.19-2.2241c0-0.262-0.22-0.4765-0.5-0.4765s-0.51 0.3553-0.51 0.7895c0 0.4341 0.23 0.6485 0.51 0.4764s0.5-0.5273 0.5-0.7894zm-25.2 56.037c-1.44-1.649-1.49-1.867-1.25-5.443 0.26-3.833 0.74-5.369 3.87-12.334 0.99-2.228 1.81-4.479 1.82-5.001 0-0.523 0.92-2.602 2.03-4.62 2.49-4.512 2.67-5.564 0.26-1.572-0.97 1.609-2.64 3.988-3.72 5.287-2.39 2.873-2.76 3.559-4.45 8.271-0.73 2.041-2.1 5.243-3.04 7.116-2.11 4.206-2.26 5.927-0.47 5.585 0.95-0.182 1.8 0.297 3.67 2.084 2.89 2.76 3.35 2.985 1.28 0.627zm-3.66-4.95c0-1.843 0.22-1.777 0.7 0.211 0.2 0.827 0.12 1.393-0.18 1.393-0.29 0-0.52-0.722-0.52-1.604zm12.5-30.17c-0.12-0.487-0.23-0.088-0.23 0.886 0 0.975 0.11 1.374 0.23 0.886 0.13-0.487 0.13-1.284 0-1.772zm-0.55-5.053c-0.16-0.168-0.28 0.131-0.26 0.665 0.02 0.59 0.14 0.71 0.3 0.306 0.15-0.366 0.13-0.802-0.04-0.971zm3.3-3.01c-0.44-0.759-0.54-0.781-0.55-0.123-0.01 0.853 0.52 1.621 0.88 1.262 0.12-0.118-0.03-0.631-0.33-1.139zm11.79 0.938c0.14-0.229-0.19-0.796-0.73-1.261-0.93-0.793-0.99-0.788-0.99 0.079 0 1.402 1.11 2.166 1.72 1.182zm-9.52-2.485c-0.16-0.168-0.28 0.131-0.26 0.665 0.02 0.59 0.14 0.71 0.3 0.306 0.15-0.366 0.13-0.803-0.04-0.971zm10.8-1.439c-0.63-0.676-1.61-1.23-2.16-1.23-1.1 0-2.87 1.357-2.87 2.201 0 0.288 0.29 0.168 0.64-0.267 1.42-1.782 4.88-1.084 4.97 1.006 0.03 0.583 0.13 0.644 0.31 0.189 0.15-0.368-0.25-1.223-0.89-1.899zm-12.94-0.217c0.34 0 0.94 0.285 1.33 0.633 0.61 0.538 0.61 0.501 0.04-0.253-0.37-0.488-1.05-0.886-1.52-0.886-0.91 0-2.06 0.928-2.06 1.656 0 0.243 0.36 0.083 0.79-0.354 0.44-0.438 1.08-0.796 1.42-0.796z" transform="translate(10 855.02)"/> - <path id="tracing-f03-fr.svgpath4004" d="m226.33 89.101c-1.22-0.554-3.5-1.363-5.07-1.797-9.18-2.553-12.02-3.428-12.59-3.88-0.83-0.662-0.79-3.17 0.08-5.676 0.47-1.351 0.61-3.264 0.43-5.882-0.24-3.484-0.15-3.99 0.82-4.96 0.78-0.784 1.71-1.08 3.36-1.08 3.12 0 4.05-1.136 4.05-4.981 0-2.439 0.34-3.585 2.09-6.945 1.16-2.214 2.44-5.164 2.85-6.556 1.29-4.328 2.29-6.298 4.61-9.018 1.22-1.446 2.91-3.713 3.75-5.039l1.52-2.411-0.27-9.833c-0.25-9.303-0.21-9.982 0.85-12.583 2.03-4.9988 5.8-7.4473 11.48-7.4473 6.47 0 11.63 3.1302 14.05 8.5268 1.11 2.4645 1.41 4.1035 1.76 9.6405 0.41 6.617 0.44 6.711 2.83 11.441 1.33 2.623 3.54 6.054 4.92 7.624 2.84 3.246 3.81 5.006 5.72 10.332 1.53 4.27 2.17 10.332 1.41 13.56-0.38 1.63-0.33 2.348 0.19 3.038 0.38 0.497 0.7 1.538 0.7 2.314 0.03 1.92 1.27 3.673 3.9 5.479 1.73 1.193 2.2 1.822 2.2 2.968 0 2.463-0.48 2.996-4.94 5.47-2.38 1.317-5.37 3.394-6.66 4.614-3.43 3.266-5.02 4.106-7.79 4.109-2.72 0.002-5.84-1.368-6.82-2.995-0.61-1.001-1.07-1.054-9.13-1.054h-8.49l-1.83 1.51c-3.38 2.786-6.22 3.216-9.98 1.511zm8.76-3.212l2.24-1.835 9.53-0.004 9.54-0.005 0.07-4.081 0.07-4.082-1.09 0.985c-3.68 3.353-9.67 5.436-14.47 5.033-1.55-0.13-3.24-0.417-3.76-0.637-0.78-0.332-0.89-0.228-0.62 0.619 0.21 0.663-0.04 1.441-0.73 2.228-0.98 1.129-1.03 1.139-0.76 0.148 0.16-0.585-0.04-1.708-0.45-2.496s-0.63-1.625-0.48-1.861c0.43-0.698-0.92-3.24-1.98-3.739-0.55-0.254-2.23-2.513-3.75-5.02-3.52-5.808-6.01-8.389-7.75-8.022-0.7 0.147-1.73 0.984-2.29 1.861-0.83 1.304-1.46 1.657-3.47 1.944-1.34 0.193-2.77 0.474-3.16 0.625-1.21 0.464-1.67 2.55-1.24 5.669 0.29 2.149 0.19 3.693-0.37 5.654-0.53 1.858-0.6 2.86-0.24 3.221 0.29 0.288 3.58 1.296 7.33 2.239 3.74 0.943 7.81 2.185 9.04 2.76 3.22 1.5 5.94 1.128 8.79-1.204zm-4.77-0.013c0-0.111 0.8-0.673 1.77-1.248 1.39-0.819 1.77-0.889 1.77-0.321 0 0.398-0.44 0.96-0.98 1.248-0.96 0.517-2.56 0.717-2.56 0.321zm38.25-0.594c1.83-1.552 4.85-3.626 6.72-4.607 3.69-1.945 5.66-3.524 5.66-4.533 0-0.356-0.99-1.329-2.2-2.162-2.48-1.705-3.87-3.555-3.87-5.132 0-0.585-0.25-1.535-0.56-2.111-0.54-1-0.65-0.946-2.48 1.173-1.9 2.211-1.92 2.22-5.3 2.22-2.96 0-3.52-0.155-4.37-1.196-0.53-0.657-0.96-1.94-0.96-2.849 0-3.455-2.73-3.018-3.13 0.5-0.09 0.836-0.39 1.405-0.67 1.266-0.61-0.304-0.36-3.549 0.34-4.4 0.27-0.332 0.97-0.673 1.56-0.76 3.18-0.466 1.94-12.992-1.84-18.601-0.67-0.995-1.5-2.721-1.84-3.835s-1.43-3.621-2.43-5.57c-1.44-2.8-1.85-4.236-1.97-6.836-0.08-1.81-0.18-3.633-0.22-4.05-0.04-0.418 0.08-1.216 0.28-1.773s0.01-0.414-0.41 0.317c-1.38 2.358-4.02 2.355-4.96-0.006-0.31-0.758-0.63-1.053-0.77-0.69-0.3 0.823-4.02 0.827-4.53 0.005-0.26-0.424-0.48-0.218-0.68 0.633-0.41 1.751-2.64 2-3.75 0.417-0.44-0.635-0.8-0.933-0.79-0.662s0.33 0.915 0.73 1.431c0.51 0.684 0.58 1.285 0.22 2.215-0.5 1.317-0.13 1.853 2.24 3.226 1.3 0.752 0.67 1.177-0.68 0.456-2.02-1.083-1.56-0.169 0.88 1.739 2.88 2.25 4.36 2.216 8.27-0.192 1.38-0.851 2.74-1.547 3.01-1.547 1.11 0 0.35 0.855-2.37 2.659-4.1 2.722-8.05 2.603-10.41-0.313-0.87-1.076-0.87-1.074-0.88 0.548-0.01 0.896-0.8 3.061-1.76 4.811-0.95 1.75-1.83 4.12-1.94 5.266s-0.71 2.794-1.32 3.661c-2.5 3.501-4.26 8.305-4.5 12.264l-0.23 3.832 4.62 3.687c2.54 2.028 4.96 4.171 5.37 4.762 1.16 1.648 0.93 3.684-0.55 5.062l-1.31 1.215 1.39 1.095c1.86 1.464 3.14 1.73 7.18 1.496 4.42-0.256 7.59-1.788 11.59-5.612l3.11-2.973 0.36 2.618c0.44 3.173-0.16 11.231-0.8 10.833-1.01-0.619-0.39 1.415 0.78 2.583 1.02 1.02 1.74 1.243 4.04 1.243 2.67 0 2.97-0.138 6.13-2.823zm-33.69-12.607c0-0.342-1.31-1.753-2.92-3.135-3.41-2.953-4.86-3.876-3.37-2.15 0.58 0.671 1.59 2.132 2.24 3.246 1.86 3.206 2.57 3.885 3.36 3.227 0.38-0.311 0.69-0.846 0.69-1.188zm35.74-6.974c1.8-1.894 2.12-2.584 2.42-5.207 0.19-1.663 0.12-4.163-0.15-5.555-1.03-5.331-4.05-12.32-6.12-14.178-1.9-1.702-5.11-6.786-6.9-10.916-1.38-3.17-1.7-4.584-1.71-7.389-0.02-5.935-0.86-10.132-2.66-13.261-1.38-2.3986-2.13-3.0967-4.57-4.2836-7.07-3.4339-12.97-1.7826-15.87 4.4354-0.83 1.7852-1.17 3.3892-1.13 5.3372 0.03 1.532 0.16 2.329 0.3 1.772 0.41-1.67 1.19-2.278 2.91-2.278 1.82 0 4.27 1.891 4.4 3.394 0.04 0.5 0.1 1.249 0.12 1.663 0.03 0.414 0.45 0.829 0.94 0.922 0.62 0.119 0.79-0.062 0.58-0.605-0.47-1.232 0.75-4.204 2.08-5.08 1.56-1.022 4.26-1.027 5.71-0.01 2.19 1.532 2.68 3.346 2.5 9.154-0.16 5.245-0.12 5.466 1.53 8.732 0.93 1.842 2.05 4.578 2.48 6.08 0.44 1.502 1.47 3.779 2.28 5.06 2.62 4.128 3.49 8.167 3.44 15.997-0.04 6.023 0.08 7.073 0.88 7.952 1.45 1.604 4.02 0.922 6.54-1.736zm-0.47-2.238c-0.18-0.186-0.34-0.573-0.34-0.861 0-0.317 0.24-0.288 0.6 0.076 0.33 0.329 0.48 0.717 0.34 0.861-0.14 0.143-0.41 0.109-0.6-0.076zm1.48-1.114c-0.22-0.353-0.26-0.778-0.09-0.945 0.45-0.454 0.94 0.213 0.7 0.947-0.17 0.515-0.29 0.514-0.61-0.002zm-16.27-31.179c-0.96-1.464-0.8-3.56 0.28-3.607 2.27-0.098 4.32 2.26 3.66 4.23-0.38 1.133-3.07 0.707-3.94-0.623zm1.89-1.405c-0.36-0.363-0.6-0.393-0.6-0.076 0 0.676 0.6 1.275 0.94 0.937 0.14-0.144-0.01-0.531-0.34-0.861zm-8.36-19.976c-0.19-0.1857-0.34-1.2111-0.34-2.2786 0-1.8673 0.06-1.941 1.71-1.941 0.94 0 1.94 0.2848 2.21 0.6329 0.7 0.8774 0.46 2.8983-0.41 3.4506-0.86 0.5396-2.69 0.6176-3.17 0.1361zm2.19-2.2241c0-0.262-0.23-0.4765-0.51-0.4765s-0.5 0.3553-0.5 0.7895c0 0.4341 0.22 0.6485 0.5 0.4764s0.51-0.5273 0.51-0.7894zm-25.2 56.037c-1.45-1.649-1.5-1.867-1.26-5.443 0.27-3.833 0.75-5.369 3.87-12.334 1-2.228 1.82-4.479 1.82-5.001 0.01-0.523 0.92-2.602 2.03-4.62 2.5-4.512 2.67-5.564 0.27-1.572-0.97 1.609-2.65 3.988-3.73 5.287-2.38 2.873-2.75 3.559-4.44 8.271-0.74 2.041-2.11 5.243-3.05 7.116-2.11 4.206-2.25 5.927-0.47 5.585 0.96-0.182 1.8 0.297 3.68 2.084 2.89 2.76 3.35 2.985 1.28 0.627zm-3.66-4.95c0-1.843 0.22-1.777 0.7 0.211 0.19 0.827 0.12 1.393-0.19 1.393-0.28 0-0.51-0.722-0.51-1.604zm12.5-30.17c-0.13-0.487-0.23-0.088-0.23 0.886 0 0.975 0.1 1.374 0.23 0.886 0.13-0.487 0.13-1.284 0-1.772zm-0.55-5.053c-0.17-0.168-0.29 0.131-0.27 0.665 0.03 0.59 0.15 0.71 0.31 0.306 0.15-0.366 0.13-0.802-0.04-0.971zm3.3-3.01c-0.44-0.759-0.54-0.781-0.55-0.123-0.02 0.853 0.51 1.621 0.87 1.262 0.12-0.118-0.02-0.631-0.32-1.139zm11.78 0.938c0.14-0.229-0.19-0.796-0.73-1.261-0.92-0.793-0.99-0.788-0.99 0.079 0 1.402 1.11 2.166 1.72 1.182zm-9.51-2.485c-0.17-0.168-0.29 0.131-0.27 0.665 0.03 0.59 0.15 0.71 0.31 0.306 0.15-0.366 0.13-0.803-0.04-0.971zm10.8-1.439c-0.64-0.676-1.61-1.23-2.17-1.23-1.1 0-2.86 1.357-2.86 2.201 0 0.288 0.28 0.168 0.63-0.267 1.43-1.782 4.88-1.084 4.98 1.006 0.03 0.583 0.12 0.644 0.31 0.189 0.14-0.368-0.26-1.223-0.89-1.899zm-12.94-0.217c0.34 0 0.94 0.285 1.33 0.633 0.6 0.538 0.61 0.501 0.04-0.253-0.37-0.488-1.06-0.886-1.52-0.886-0.91 0-2.07 0.928-2.07 1.656 0 0.243 0.36 0.083 0.8-0.354 0.44-0.438 1.07-0.796 1.42-0.796z" transform="translate(10 855.02)" stroke="#000" stroke-width=".375" fill="none"/> - <circle cy="0" cx="0" r="2" transform="translate(15 977.64)"/> - <rect id="d0e96" display="none" height="1e3px" width="258" y="971.64" x="20"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="tracing-f03-fr.svgtext1492" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 845.31)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.154671" x="69.581543" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-fr.svgtspan1493" y="97.154671" x="69.581543" sodipodi:role="line">Image originale</tspan></text> + <text id="tracing-f03-fr.svgtext1495" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 845.31)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="157.95474" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-fr.svgtspan1496" y="97.378670" x="157.95474" sodipodi:role="line">Arêtes détectées</tspan><tspan id="tracing-f03-fr.svgtspan1498" y="103.37867" x="157.95474" sodipodi:role="line">Rempli, sans contour</tspan></text> + <text id="tracing-f03-fr.svgtext1500" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 845.31)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="244.99974" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-fr.svgtspan1501" sodipodi:role="line" y="97.378670" x="244.99974">Arêtes détectées</tspan><tspan id="tracing-f03-fr.svgtspan1503" sodipodi:role="line" y="103.37867" x="244.99974">Contour, non rempli</tspan></text> + <image id="tracing-f03-fr.svgimage1508" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 845.31)" height="91.143" width="76.965" y=".000036133" x="31.099"/> + <path id="tracing-f03-fr.svgpath4003" d="m139.28 89.101c-1.22-0.554-3.5-1.363-5.06-1.797-9.19-2.553-12.03-3.428-12.59-3.88-0.83-0.662-0.8-3.17 0.08-5.676 0.47-1.351 0.61-3.264 0.43-5.882-0.24-3.484-0.16-3.99 0.81-4.96 0.79-0.784 1.71-1.08 3.37-1.08 3.12 0 4.04-1.136 4.04-4.981 0-2.439 0.35-3.585 2.1-6.945 1.15-2.214 2.43-5.164 2.85-6.556 1.28-4.328 2.29-6.298 4.6-9.018 1.23-1.446 2.92-3.713 3.75-5.039l1.52-2.411-0.27-9.833c-0.25-9.303-0.2-9.982 0.85-12.583 2.03-4.9988 5.81-7.4473 11.48-7.4473 6.48 0 11.64 3.1302 14.06 8.5268 1.11 2.4645 1.4 4.1035 1.75 9.6405 0.42 6.617 0.44 6.711 2.84 11.441 1.33 2.623 3.54 6.054 4.91 7.624 2.84 3.246 3.82 5.006 5.73 10.332 1.53 4.27 2.16 10.332 1.41 13.56-0.38 1.63-0.34 2.348 0.19 3.038 0.37 0.497 0.69 1.538 0.7 2.314 0.02 1.92 1.27 3.673 3.89 5.479 1.73 1.193 2.2 1.822 2.2 2.968 0 2.463-0.48 2.996-4.94 5.47-2.37 1.317-5.37 3.394-6.65 4.614-3.43 3.266-5.03 4.106-7.8 4.109-2.71 0.002-5.83-1.368-6.82-2.995-0.6-1.001-1.06-1.054-9.12-1.054h-8.49l-1.83 1.51c-3.38 2.786-6.23 3.216-9.99 1.511zm8.76-3.212l2.24-1.835 9.54-0.004 9.53-0.005 0.07-4.081 0.07-4.082-1.08 0.985c-3.69 3.353-9.68 5.436-14.47 5.033-1.55-0.13-3.24-0.417-3.76-0.637-0.79-0.332-0.89-0.228-0.62 0.619 0.21 0.663-0.05 1.441-0.73 2.228-0.98 1.129-1.03 1.139-0.76 0.148 0.16-0.585-0.05-1.708-0.46-2.496s-0.62-1.625-0.48-1.861c0.44-0.698-0.91-3.24-1.98-3.739-0.54-0.254-2.23-2.513-3.75-5.02-3.51-5.808-6.01-8.389-7.75-8.022-0.69 0.147-1.72 0.984-2.28 1.861-0.84 1.304-1.47 1.657-3.47 1.944-1.35 0.193-2.77 0.474-3.17 0.625-1.2 0.464-1.66 2.55-1.24 5.669 0.29 2.149 0.19 3.693-0.36 5.654-0.53 1.858-0.61 2.86-0.25 3.221 0.29 0.288 3.59 1.296 7.33 2.239s7.81 2.185 9.05 2.76c3.22 1.5 5.94 1.128 8.78-1.204zm-4.77-0.013c0-0.111 0.8-0.673 1.78-1.248 1.38-0.819 1.77-0.889 1.77-0.321 0 0.398-0.44 0.96-0.98 1.248-0.97 0.517-2.57 0.717-2.57 0.321zm38.26-0.594c1.83-1.552 4.85-3.626 6.71-4.607 3.7-1.945 5.67-3.524 5.67-4.533 0-0.356-0.99-1.329-2.2-2.162-2.48-1.705-3.88-3.555-3.88-5.132 0-0.585-0.25-1.535-0.56-2.111-0.53-1-0.65-0.946-2.47 1.173-1.91 2.211-1.93 2.22-5.31 2.22-2.95 0-3.52-0.155-4.36-1.196-0.53-0.657-0.97-1.94-0.97-2.849 0-3.455-2.73-3.018-3.12 0.5-0.09 0.836-0.4 1.405-0.68 1.266-0.6-0.304-0.35-3.549 0.34-4.4 0.27-0.332 0.98-0.673 1.57-0.76 3.17-0.466 1.93-12.992-1.84-18.601-0.68-0.995-1.5-2.721-1.84-3.835s-1.44-3.621-2.44-5.57c-1.43-2.8-1.85-4.236-1.96-6.836-0.08-1.81-0.18-3.633-0.22-4.05-0.05-0.418 0.08-1.216 0.28-1.773 0.19-0.557 0.01-0.414-0.42 0.317-1.37 2.358-4.02 2.355-4.96-0.006-0.3-0.758-0.63-1.053-0.76-0.69-0.31 0.823-4.02 0.827-4.53 0.005-0.26-0.424-0.48-0.218-0.68 0.633-0.41 1.751-2.65 2-3.75 0.417-0.45-0.635-0.81-0.933-0.8-0.662s0.34 0.915 0.73 1.431c0.52 0.684 0.58 1.285 0.23 2.215-0.5 1.317-0.13 1.853 2.24 3.226 1.29 0.752 0.67 1.177-0.68 0.456-2.02-1.083-1.56-0.169 0.88 1.739 2.87 2.25 4.35 2.216 8.27-0.192 1.38-0.851 2.73-1.547 3.01-1.547 1.11 0 0.34 0.855-2.38 2.659-4.1 2.722-8.04 2.603-10.4-0.313-0.87-1.076-0.88-1.074-0.89 0.548 0 0.896-0.79 3.061-1.75 4.811s-1.83 4.12-1.94 5.266-0.71 2.794-1.33 3.661c-2.49 3.501-4.25 8.305-4.5 12.264l-0.23 3.832 4.62 3.687c2.55 2.028 4.97 4.171 5.38 4.762 1.15 1.648 0.93 3.684-0.56 5.062l-1.31 1.215 1.4 1.095c1.86 1.464 3.13 1.73 7.18 1.496 4.42-0.256 7.58-1.788 11.59-5.612l3.11-2.973 0.36 2.618c0.44 3.173-0.17 11.231-0.81 10.833-1-0.619-0.38 1.415 0.78 2.583 1.02 1.02 1.75 1.243 4.05 1.243 2.66 0 2.96-0.138 6.13-2.823zm-33.7-12.607c0-0.342-1.31-1.753-2.91-3.135-3.42-2.953-4.87-3.876-3.37-2.15 0.58 0.671 1.58 2.132 2.23 3.246 1.87 3.206 2.58 3.885 3.37 3.227 0.37-0.311 0.68-0.846 0.68-1.188zm35.75-6.974c1.8-1.894 2.12-2.584 2.41-5.207 0.19-1.663 0.12-4.163-0.14-5.555-1.04-5.331-4.05-12.32-6.13-14.178-1.89-1.702-5.11-6.786-6.9-10.916-1.37-3.17-1.7-4.584-1.71-7.389-0.01-5.935-0.86-10.132-2.66-13.261-1.38-2.3986-2.12-3.0967-4.57-4.2836-7.06-3.4339-12.97-1.7826-15.86 4.4354-0.83 1.7852-1.18 3.3892-1.14 5.3372 0.03 1.532 0.17 2.329 0.3 1.772 0.42-1.67 1.19-2.278 2.92-2.278 1.82 0 4.26 1.891 4.39 3.394 0.04 0.5 0.1 1.249 0.13 1.663s0.45 0.829 0.93 0.922c0.62 0.119 0.8-0.062 0.59-0.605-0.47-1.232 0.74-4.204 2.08-5.08 1.56-1.022 4.25-1.027 5.7-0.01 2.19 1.532 2.69 3.346 2.51 9.154-0.16 5.245-0.12 5.466 1.52 8.732 0.93 1.842 2.05 4.578 2.49 6.08s1.46 3.779 2.27 5.06c2.62 4.128 3.49 8.167 3.44 15.997-0.03 6.023 0.08 7.073 0.88 7.952 1.45 1.604 4.02 0.922 6.55-1.736zm-0.47-2.238c-0.19-0.186-0.34-0.573-0.34-0.861 0-0.317 0.24-0.288 0.6 0.076 0.33 0.329 0.48 0.717 0.34 0.861-0.15 0.143-0.42 0.109-0.6-0.076zm1.47-1.114c-0.21-0.353-0.26-0.778-0.09-0.945 0.45-0.454 0.95 0.213 0.7 0.947-0.17 0.515-0.29 0.514-0.61-0.002zm-16.27-31.179c-0.96-1.464-0.8-3.56 0.28-3.607 2.28-0.098 4.32 2.26 3.67 4.23-0.38 1.133-3.08 0.707-3.95-0.623zm1.89-1.405c-0.36-0.363-0.6-0.393-0.6-0.076 0 0.676 0.6 1.275 0.94 0.937 0.14-0.144-0.01-0.531-0.34-0.861zm-8.36-19.976c-0.19-0.1857-0.34-1.2111-0.34-2.2786 0-1.8673 0.07-1.941 1.71-1.941 0.94 0 1.94 0.2848 2.22 0.6329 0.7 0.8774 0.45 2.8983-0.42 3.4506-0.85 0.5396-2.69 0.6176-3.17 0.1361zm2.19-2.2241c0-0.262-0.22-0.4765-0.5-0.4765s-0.51 0.3553-0.51 0.7895c0 0.4341 0.23 0.6485 0.51 0.4764s0.5-0.5273 0.5-0.7894zm-25.2 56.037c-1.44-1.649-1.49-1.867-1.25-5.443 0.26-3.833 0.74-5.369 3.87-12.334 0.99-2.228 1.81-4.479 1.82-5.001 0-0.523 0.92-2.602 2.03-4.62 2.49-4.512 2.67-5.564 0.26-1.572-0.97 1.609-2.64 3.988-3.72 5.287-2.39 2.873-2.76 3.559-4.45 8.271-0.73 2.041-2.1 5.243-3.04 7.116-2.11 4.206-2.26 5.927-0.47 5.585 0.95-0.182 1.8 0.297 3.67 2.084 2.89 2.76 3.35 2.985 1.28 0.627zm-3.66-4.95c0-1.843 0.22-1.777 0.7 0.211 0.2 0.827 0.12 1.393-0.18 1.393-0.29 0-0.52-0.722-0.52-1.604zm12.5-30.17c-0.12-0.487-0.23-0.088-0.23 0.886 0 0.975 0.11 1.374 0.23 0.886 0.13-0.487 0.13-1.284 0-1.772zm-0.55-5.053c-0.16-0.168-0.28 0.131-0.26 0.665 0.02 0.59 0.14 0.71 0.3 0.306 0.15-0.366 0.13-0.802-0.04-0.971zm3.3-3.01c-0.44-0.759-0.54-0.781-0.55-0.123-0.01 0.853 0.52 1.621 0.88 1.262 0.12-0.118-0.03-0.631-0.33-1.139zm11.79 0.938c0.14-0.229-0.19-0.796-0.73-1.261-0.93-0.793-0.99-0.788-0.99 0.079 0 1.402 1.11 2.166 1.72 1.182zm-9.52-2.485c-0.16-0.168-0.28 0.131-0.26 0.665 0.02 0.59 0.14 0.71 0.3 0.306 0.15-0.366 0.13-0.803-0.04-0.971zm10.8-1.439c-0.63-0.676-1.61-1.23-2.16-1.23-1.1 0-2.87 1.357-2.87 2.201 0 0.288 0.29 0.168 0.64-0.267 1.42-1.782 4.88-1.084 4.97 1.006 0.03 0.583 0.13 0.644 0.31 0.189 0.15-0.368-0.25-1.223-0.89-1.899zm-12.94-0.217c0.34 0 0.94 0.285 1.33 0.633 0.61 0.538 0.61 0.501 0.04-0.253-0.37-0.488-1.05-0.886-1.52-0.886-0.91 0-2.06 0.928-2.06 1.656 0 0.243 0.36 0.083 0.79-0.354 0.44-0.438 1.08-0.796 1.42-0.796z" transform="translate(10 845.31)"/> + <path id="tracing-f03-fr.svgpath4004" d="m226.33 89.101c-1.22-0.554-3.5-1.363-5.07-1.797-9.18-2.553-12.02-3.428-12.59-3.88-0.83-0.662-0.79-3.17 0.08-5.676 0.47-1.351 0.61-3.264 0.43-5.882-0.24-3.484-0.15-3.99 0.82-4.96 0.78-0.784 1.71-1.08 3.36-1.08 3.12 0 4.05-1.136 4.05-4.981 0-2.439 0.34-3.585 2.09-6.945 1.16-2.214 2.44-5.164 2.85-6.556 1.29-4.328 2.29-6.298 4.61-9.018 1.22-1.446 2.91-3.713 3.75-5.039l1.52-2.411-0.27-9.833c-0.25-9.303-0.21-9.982 0.85-12.583 2.03-4.9988 5.8-7.4473 11.48-7.4473 6.47 0 11.63 3.1302 14.05 8.5268 1.11 2.4645 1.41 4.1035 1.76 9.6405 0.41 6.617 0.44 6.711 2.83 11.441 1.33 2.623 3.54 6.054 4.92 7.624 2.84 3.246 3.81 5.006 5.72 10.332 1.53 4.27 2.17 10.332 1.41 13.56-0.38 1.63-0.33 2.348 0.19 3.038 0.38 0.497 0.7 1.538 0.7 2.314 0.03 1.92 1.27 3.673 3.9 5.479 1.73 1.193 2.2 1.822 2.2 2.968 0 2.463-0.48 2.996-4.94 5.47-2.38 1.317-5.37 3.394-6.66 4.614-3.43 3.266-5.02 4.106-7.79 4.109-2.72 0.002-5.84-1.368-6.82-2.995-0.61-1.001-1.07-1.054-9.13-1.054h-8.49l-1.83 1.51c-3.38 2.786-6.22 3.216-9.98 1.511zm8.76-3.212l2.24-1.835 9.53-0.004 9.54-0.005 0.07-4.081 0.07-4.082-1.09 0.985c-3.68 3.353-9.67 5.436-14.47 5.033-1.55-0.13-3.24-0.417-3.76-0.637-0.78-0.332-0.89-0.228-0.62 0.619 0.21 0.663-0.04 1.441-0.73 2.228-0.98 1.129-1.03 1.139-0.76 0.148 0.16-0.585-0.04-1.708-0.45-2.496s-0.63-1.625-0.48-1.861c0.43-0.698-0.92-3.24-1.98-3.739-0.55-0.254-2.23-2.513-3.75-5.02-3.52-5.808-6.01-8.389-7.75-8.022-0.7 0.147-1.73 0.984-2.29 1.861-0.83 1.304-1.46 1.657-3.47 1.944-1.34 0.193-2.77 0.474-3.16 0.625-1.21 0.464-1.67 2.55-1.24 5.669 0.29 2.149 0.19 3.693-0.37 5.654-0.53 1.858-0.6 2.86-0.24 3.221 0.29 0.288 3.58 1.296 7.33 2.239 3.74 0.943 7.81 2.185 9.04 2.76 3.22 1.5 5.94 1.128 8.79-1.204zm-4.77-0.013c0-0.111 0.8-0.673 1.77-1.248 1.39-0.819 1.77-0.889 1.77-0.321 0 0.398-0.44 0.96-0.98 1.248-0.96 0.517-2.56 0.717-2.56 0.321zm38.25-0.594c1.83-1.552 4.85-3.626 6.72-4.607 3.69-1.945 5.66-3.524 5.66-4.533 0-0.356-0.99-1.329-2.2-2.162-2.48-1.705-3.87-3.555-3.87-5.132 0-0.585-0.25-1.535-0.56-2.111-0.54-1-0.65-0.946-2.48 1.173-1.9 2.211-1.92 2.22-5.3 2.22-2.96 0-3.52-0.155-4.37-1.196-0.53-0.657-0.96-1.94-0.96-2.849 0-3.455-2.73-3.018-3.13 0.5-0.09 0.836-0.39 1.405-0.67 1.266-0.61-0.304-0.36-3.549 0.34-4.4 0.27-0.332 0.97-0.673 1.56-0.76 3.18-0.466 1.94-12.992-1.84-18.601-0.67-0.995-1.5-2.721-1.84-3.835s-1.43-3.621-2.43-5.57c-1.44-2.8-1.85-4.236-1.97-6.836-0.08-1.81-0.18-3.633-0.22-4.05-0.04-0.418 0.08-1.216 0.28-1.773s0.01-0.414-0.41 0.317c-1.38 2.358-4.02 2.355-4.96-0.006-0.31-0.758-0.63-1.053-0.77-0.69-0.3 0.823-4.02 0.827-4.53 0.005-0.26-0.424-0.48-0.218-0.68 0.633-0.41 1.751-2.64 2-3.75 0.417-0.44-0.635-0.8-0.933-0.79-0.662s0.33 0.915 0.73 1.431c0.51 0.684 0.58 1.285 0.22 2.215-0.5 1.317-0.13 1.853 2.24 3.226 1.3 0.752 0.67 1.177-0.68 0.456-2.02-1.083-1.56-0.169 0.88 1.739 2.88 2.25 4.36 2.216 8.27-0.192 1.38-0.851 2.74-1.547 3.01-1.547 1.11 0 0.35 0.855-2.37 2.659-4.1 2.722-8.05 2.603-10.41-0.313-0.87-1.076-0.87-1.074-0.88 0.548-0.01 0.896-0.8 3.061-1.76 4.811-0.95 1.75-1.83 4.12-1.94 5.266s-0.71 2.794-1.32 3.661c-2.5 3.501-4.26 8.305-4.5 12.264l-0.23 3.832 4.62 3.687c2.54 2.028 4.96 4.171 5.37 4.762 1.16 1.648 0.93 3.684-0.55 5.062l-1.31 1.215 1.39 1.095c1.86 1.464 3.14 1.73 7.18 1.496 4.42-0.256 7.59-1.788 11.59-5.612l3.11-2.973 0.36 2.618c0.44 3.173-0.16 11.231-0.8 10.833-1.01-0.619-0.39 1.415 0.78 2.583 1.02 1.02 1.74 1.243 4.04 1.243 2.67 0 2.97-0.138 6.13-2.823zm-33.69-12.607c0-0.342-1.31-1.753-2.92-3.135-3.41-2.953-4.86-3.876-3.37-2.15 0.58 0.671 1.59 2.132 2.24 3.246 1.86 3.206 2.57 3.885 3.36 3.227 0.38-0.311 0.69-0.846 0.69-1.188zm35.74-6.974c1.8-1.894 2.12-2.584 2.42-5.207 0.19-1.663 0.12-4.163-0.15-5.555-1.03-5.331-4.05-12.32-6.12-14.178-1.9-1.702-5.11-6.786-6.9-10.916-1.38-3.17-1.7-4.584-1.71-7.389-0.02-5.935-0.86-10.132-2.66-13.261-1.38-2.3986-2.13-3.0967-4.57-4.2836-7.07-3.4339-12.97-1.7826-15.87 4.4354-0.83 1.7852-1.17 3.3892-1.13 5.3372 0.03 1.532 0.16 2.329 0.3 1.772 0.41-1.67 1.19-2.278 2.91-2.278 1.82 0 4.27 1.891 4.4 3.394 0.04 0.5 0.1 1.249 0.12 1.663 0.03 0.414 0.45 0.829 0.94 0.922 0.62 0.119 0.79-0.062 0.58-0.605-0.47-1.232 0.75-4.204 2.08-5.08 1.56-1.022 4.26-1.027 5.71-0.01 2.19 1.532 2.68 3.346 2.5 9.154-0.16 5.245-0.12 5.466 1.53 8.732 0.93 1.842 2.05 4.578 2.48 6.08 0.44 1.502 1.47 3.779 2.28 5.06 2.62 4.128 3.49 8.167 3.44 15.997-0.04 6.023 0.08 7.073 0.88 7.952 1.45 1.604 4.02 0.922 6.54-1.736zm-0.47-2.238c-0.18-0.186-0.34-0.573-0.34-0.861 0-0.317 0.24-0.288 0.6 0.076 0.33 0.329 0.48 0.717 0.34 0.861-0.14 0.143-0.41 0.109-0.6-0.076zm1.48-1.114c-0.22-0.353-0.26-0.778-0.09-0.945 0.45-0.454 0.94 0.213 0.7 0.947-0.17 0.515-0.29 0.514-0.61-0.002zm-16.27-31.179c-0.96-1.464-0.8-3.56 0.28-3.607 2.27-0.098 4.32 2.26 3.66 4.23-0.38 1.133-3.07 0.707-3.94-0.623zm1.89-1.405c-0.36-0.363-0.6-0.393-0.6-0.076 0 0.676 0.6 1.275 0.94 0.937 0.14-0.144-0.01-0.531-0.34-0.861zm-8.36-19.976c-0.19-0.1857-0.34-1.2111-0.34-2.2786 0-1.8673 0.06-1.941 1.71-1.941 0.94 0 1.94 0.2848 2.21 0.6329 0.7 0.8774 0.46 2.8983-0.41 3.4506-0.86 0.5396-2.69 0.6176-3.17 0.1361zm2.19-2.2241c0-0.262-0.23-0.4765-0.51-0.4765s-0.5 0.3553-0.5 0.7895c0 0.4341 0.22 0.6485 0.5 0.4764s0.51-0.5273 0.51-0.7894zm-25.2 56.037c-1.45-1.649-1.5-1.867-1.26-5.443 0.27-3.833 0.75-5.369 3.87-12.334 1-2.228 1.82-4.479 1.82-5.001 0.01-0.523 0.92-2.602 2.03-4.62 2.5-4.512 2.67-5.564 0.27-1.572-0.97 1.609-2.65 3.988-3.73 5.287-2.38 2.873-2.75 3.559-4.44 8.271-0.74 2.041-2.11 5.243-3.05 7.116-2.11 4.206-2.25 5.927-0.47 5.585 0.96-0.182 1.8 0.297 3.68 2.084 2.89 2.76 3.35 2.985 1.28 0.627zm-3.66-4.95c0-1.843 0.22-1.777 0.7 0.211 0.19 0.827 0.12 1.393-0.19 1.393-0.28 0-0.51-0.722-0.51-1.604zm12.5-30.17c-0.13-0.487-0.23-0.088-0.23 0.886 0 0.975 0.1 1.374 0.23 0.886 0.13-0.487 0.13-1.284 0-1.772zm-0.55-5.053c-0.17-0.168-0.29 0.131-0.27 0.665 0.03 0.59 0.15 0.71 0.31 0.306 0.15-0.366 0.13-0.802-0.04-0.971zm3.3-3.01c-0.44-0.759-0.54-0.781-0.55-0.123-0.02 0.853 0.51 1.621 0.87 1.262 0.12-0.118-0.02-0.631-0.32-1.139zm11.78 0.938c0.14-0.229-0.19-0.796-0.73-1.261-0.92-0.793-0.99-0.788-0.99 0.079 0 1.402 1.11 2.166 1.72 1.182zm-9.51-2.485c-0.17-0.168-0.29 0.131-0.27 0.665 0.03 0.59 0.15 0.71 0.31 0.306 0.15-0.366 0.13-0.803-0.04-0.971zm10.8-1.439c-0.64-0.676-1.61-1.23-2.17-1.23-1.1 0-2.86 1.357-2.86 2.201 0 0.288 0.28 0.168 0.63-0.267 1.43-1.782 4.88-1.084 4.98 1.006 0.03 0.583 0.12 0.644 0.31 0.189 0.14-0.368-0.26-1.223-0.89-1.899zm-12.94-0.217c0.34 0 0.94 0.285 1.33 0.633 0.6 0.538 0.61 0.501 0.04-0.253-0.37-0.488-1.06-0.886-1.52-0.886-0.91 0-2.07 0.928-2.07 1.656 0 0.243 0.36 0.083 0.8-0.354 0.44-0.438 1.07-0.796 1.42-0.796z" transform="translate(10 845.31)" stroke="#000" stroke-width=".375" fill="none"/> + <circle cy="0" cx="0" r="2" transform="translate(15 967.93)"/> + <rect id="d0e96" display="none" height="1e3px" width="258" y="961.93" x="20"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e96"/> </flowRegion> - <flowDiv xml:space="preserve">Quantification des couleur</flowDiv> + <flowDiv xml:space="preserve">Quantification des couleurs</flowDiv> </flowRoot> - <rect id="d0e100" display="none" height="1e3px" width="288" y="989" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e100" display="none" height="1e3px" width="288" y="979.29" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e100"/> </flowRegion> <flowDiv xml:space="preserve">Le résultat de ce filtre produira une image intermédiaire très différente de celle produite avec les deux autres, mais pouvant être aussi très utile. Au lieu de chercher les isoclines de contraste ou de luminosité, il cherche les limites des changements de couleur, même à contraste ou luminosité constants. Le réglage ici, nombre de couleurs, permet de déterminer le nombre de couleurs que l'image intermédiaire devrait avoir si elle était en couleurs. Il exécute ensuite la détermination blanc/noir d'après l'indice pair ou impair des couleurs.</flowDiv> </flowRoot> - <text id="tracing-f04-fr.svgtext4626" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1098.6)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.153664" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-fr.svgtspan4627" y="97.153664" x="69.581543" sodipodi:role="line">Image originale</tspan></text> - <text id="tracing-f04-fr.svgtext4629" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1098.6)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="156.37865" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-fr.svgtspan5892" sodipodi:role="line" y="97.378670" x="156.37865">Quantification (12 coul.)</tspan><tspan id="tracing-f04-fr.svgtspan5894" sodipodi:role="line" y="103.37867" x="156.37865">Rempli, sans contour</tspan></text> - <text id="tracing-f04-fr.svgtext4634" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1098.6)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="245.12865" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-fr.svgtspan5896" sodipodi:role="line" y="97.378670" x="245.12865">Quantification (12 coul.)</tspan><tspan id="tracing-f04-fr.svgtspan5898" sodipodi:role="line" y="103.37867" x="245.12865">Contour, non rempli</tspan></text> - <image id="tracing-f04-fr.svgimage4639" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 1098.6)" height="91.143" width="76.965" y="-.000097656" x="31.099"/> - <path id="tracing-f04-fr.svgpath5261" d="m138.36 88.785c-1.07-0.444-1.75-1.018-1.57-1.318 0.19-0.298 0.09-0.383-0.22-0.193-0.3 0.187-3.07-0.348-6.16-1.187-3.09-0.84-5.78-1.541-5.99-1.559-0.2-0.018 0.13-0.231 0.73-0.474 1.22-0.493 6.35 0.11 10.85 1.278 4.27 1.106 5.77 0.967 7.64-0.707 1.4-1.253 1.64-1.817 1.71-4.064 0.05-1.435-0.11-2.731-0.35-2.88-0.24-0.148-0.44 0.752-0.44 2 0 3.33-1.84 5.385-4.82 5.385-1.21 0-2.83-0.239-3.6-0.532s-4.03-0.982-7.24-1.531c-6.88-1.176-7.55-1.616-6.71-4.429 0.74-2.453 0.78-4.821 0.08-4.389-0.28 0.175-0.4 0.504-0.26 0.731 0.27 0.429-0.44 3.028-1.34 4.894-0.81 1.698-0.3 2.834 1.61 3.57 1.61 0.619 1.63 0.655 0.26 0.384-2.93-0.576-3.39-1.811-2.04-5.533 0.51-1.439 0.64-3.143 0.43-5.883-0.27-3.484-0.2-3.961 0.78-4.937 0.76-0.759 1.72-1.082 3.23-1.087 2.41-0.009 2.87-0.23 4.06-1.97 0.62-0.92 0.7-1.459 0.3-2.205-0.76-1.426-0.09-4.225 1.86-7.717 0.93-1.671 2.26-4.797 2.96-6.946 1.58-4.862 1.98-5.607 4.64-8.751 1.17-1.392 2.83-3.637 3.69-4.987l1.54-2.456-0.3-9.799c-0.34-11.096 0.02-12.896 3.25-16.478 2.41-2.6629 5.35-3.6959 9.64-3.3863 5.48 0.3948 9.5 2.8938 12.15 7.5492 1.39 2.4461 1.65 3.8181 2.1 11.044 0.37 5.991 0.44 6.24 2.8 10.902 1.33 2.625 3.54 6.057 4.91 7.627 2.86 3.269 4.15 5.594 5.85 10.589 1.45 4.266 1.94 9.256 1.25 12.687-0.4 2-0.35 2.768 0.22 3.654 0.4 0.617 0.73 1.707 0.73 2.423 0 1.806 1.28 3.588 3.87 5.369 3.67 2.527 3.07 4.2-2.66 7.392-2.33 1.299-5.27 3.359-6.52 4.579-1.26 1.219-2.5 2.085-2.76 1.924s-0.63-0.026-0.84 0.3c-0.23 0.37-0.14 0.457 0.22 0.232 0.32-0.199 0.59-0.24 0.59-0.092 0 0.624-3.12 1.816-4.76 1.816-2.14 0-4.52-0.842-4.14-1.461 0.15-0.248-0.12-0.419-0.6-0.381-0.52 0.04-0.89-0.286-0.89-0.781 0-0.468-0.21-1.037-0.46-1.266-0.26-0.241-0.29-0.128-0.06 0.268 0.32 0.549 0.19 0.574-0.65 0.127-0.63-0.341-4.31-0.557-9.48-0.557h-8.44l-1.9 1.504c-3.36 2.662-5.46 3.072-8.75 1.708zm4.05-0.017c-0.49-0.127-1.29-0.127-1.77 0-0.49 0.128-0.09 0.232 0.88 0.232 0.98 0 1.38-0.104 0.89-0.232zm32.15-0.008c-0.62-0.121-1.65-0.121-2.28 0-0.62 0.12-0.11 0.219 1.14 0.219 1.26 0 1.77-0.099 1.14-0.219zm-26.77-2.829c0.16 0.161 0.44-0.081 0.61-0.539 0.28-0.728 1.42-0.832 9.13-0.832 4.84 0 8.8 0.204 8.8 0.453s0.52 0.42 1.14 0.38c1.11-0.071 1.14-0.249 1.2-5.517 0.03-2.994-0.11-5.443-0.32-5.443-0.2 0-0.65 0.339-1 0.754-0.34 0.415-0.8 0.645-1.02 0.511-0.21-0.134-0.77 0.331-1.23 1.034s-1.05 1.143-1.32 0.979c-0.27-0.165-0.48-0.045-0.48 0.267 0 0.311-0.21 0.44-0.46 0.285-0.25-0.154-0.59 0.075-0.75 0.509-0.17 0.434-0.54 0.647-0.82 0.474-0.28-0.174-0.51-0.05-0.51 0.275s-0.34 0.459-0.76 0.299c-0.41-0.16-0.76-0.056-0.76 0.233 0 0.294-0.44 0.383-1.01 0.203-0.55-0.177-1.01-0.135-1.01 0.092 0 0.228-1.82 0.414-4.05 0.414s-4.05-0.163-4.05-0.364c0-0.2-0.38-0.218-0.84-0.04-0.61 0.232-0.73 0.138-0.44-0.335 0.27-0.442 0.18-0.58-0.3-0.419-0.4 0.137-0.71 0.966-0.73 1.964-0.06 2.93-0.18 3.32-1.51 4.646-0.91 0.907-1.09 1.362-0.63 1.541 0.36 0.14 1.14-0.279 1.74-0.932 0.6-0.652 1.22-1.054 1.38-0.892zm-2.22 0.908c0.35-0.418 0.75-0.76 0.89-0.76s-0.03 0.342-0.38 0.76c-0.35 0.417-0.74 0.759-0.88 0.759s0.03-0.342 0.37-0.759zm32.33-1.276c1.22-0.549 2.38-0.894 2.59-0.766 0.2 0.128 1.02-0.442 1.81-1.268 1.8-1.881 1.46-1.879-2.29 0.018-3.42 1.722-6.55 1.994-7.86 0.681-1.4-1.399-1.77-3.065-1.77-8.026 0-2.641-0.22-4.887-0.51-5.062-0.76-0.472-1.21 1.173-0.54 1.98 0.36 0.435 0.55 2.432 0.48 5.273-0.08 3.597 0.09 4.856 0.77 5.903 1.58 2.406 3.92 2.812 7.32 1.267zm-18.94-6.314c1.09-0.391 2.21-0.573 2.48-0.406s0.34 0.057 0.15-0.245c-0.34-0.554 1.52-1.45 2.47-1.185 0.27 0.078 0.33-0.027 0.13-0.234-0.33-0.322 1.41-1.937 2.14-2.001 0.62-0.053 2.54-1.54 2.54-1.968 0-0.26-0.62 0.08-1.38 0.755s-1.05 0.805-0.66 0.289c0.4-0.516 0.9-2.112 1.12-3.545 1.01-6.849 1.12-7.11 3.19-7.494 1.13-0.21 1.62-1.824 1.72-5.648 0.03-1.481 0.25-2.313 0.56-2.122 0.63 0.386 0.68 4.81 0.06 4.81-0.25 0-0.34 1.538-0.21 3.418 0.21 2.857 0.46 3.613 1.55 4.608 1.1 0.998 1.64 1.137 3.37 0.86 1.2-0.191 2.65-0.891 3.46-1.665 0.77-0.734 1.39-1.103 1.39-0.821 0 0.775-2.09 2.578-3.7 3.187-3.24 1.227-5.69 0.075-6.41-3.016l-0.42-1.76-0.05 1.932c-0.07 2.597 0.61 3.697 2.72 4.393 2.04 0.673 3.45 0.355 5.58-1.262 1.46-1.096 4.07-4.841 2.86-4.096-0.73 0.45-0.73 0.167 0-1.434 0.32-0.701 0.78-1.156 1.01-1.011 0.23 0.144 0.28-0.433 0.11-1.282-0.17-0.85-0.1-1.544 0.14-1.544s0.44-1.254 0.44-2.785c0-1.532-0.2-2.785-0.44-2.785s-0.31-0.684-0.14-1.519c0.19-0.939 0.09-1.519-0.24-1.519-0.31 0-0.42-0.342-0.26-0.76s0.05-0.759-0.25-0.759-0.42-0.342-0.26-0.76 0.05-0.759-0.25-0.759-0.41-0.342-0.25-0.76 0.04-0.76-0.26-0.76-0.41-0.341-0.25-0.759 0.06-0.76-0.23-0.76c-0.28 0-0.38-0.227-0.21-0.506 0.18-0.278 0.06-0.506-0.25-0.506s-0.42-0.228-0.25-0.507c0.17-0.278 0.06-0.506-0.26-0.506-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.06-0.507-0.25-0.507s-0.43-0.229-0.25-0.51c0.17-0.28-0.04-0.646-0.48-0.812-0.43-0.167-0.67-0.484-0.54-0.705 0.14-0.221-0.6-1.154-1.65-2.073-1.04-0.919-1.83-1.859-1.76-2.09s-0.21-0.552-0.63-0.713c-0.42-0.16-0.64-0.496-0.48-0.745 0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.23-0.25-0.51c0.17-0.281-0.04-0.646-0.47-0.813-0.44-0.166-0.67-0.507-0.51-0.756 0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.25-0.507s-0.43-0.228-0.26-0.506c0.18-0.279 0.06-0.507-0.25-0.507s-0.43-0.227-0.25-0.506c0.17-0.278 0.06-0.506-0.26-0.506-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.05-0.507-0.28-0.507-0.32 0-0.46-0.342-0.3-0.759 0.16-0.418 0.05-0.76-0.25-0.76s-0.41-0.342-0.25-0.759c0.16-0.418 0.05-0.76-0.25-0.76-0.36 0-0.48-1.47-0.37-4.304 0.1-2.367-0.02-4.304-0.26-4.304-0.25 0-0.33-0.911-0.18-2.025 0.16-1.161 0.06-2.026-0.22-2.026-0.27 0-0.35-0.457-0.17-1.015 0.21-0.674 0.06-1.117-0.47-1.319-0.44-0.167-0.67-0.5076-0.51-0.7569 0.15-0.2493 0.02-0.4533-0.29-0.4533s-0.42-0.2278-0.25-0.5063 0.06-0.5064-0.25-0.5064-0.45-0.193-0.3-0.4289c0.34-0.557-2.45-3.2379-2.9-2.7851-0.19 0.1896-0.35 0.0654-0.35-0.2759 0-0.3414-0.23-0.4798-0.5-0.3077-0.28 0.1721-0.51 0.0582-0.51-0.2532s-0.23-0.4253-0.51-0.2532-0.5 0.0582-0.5-0.2531c0-0.3114-0.23-0.4253-0.51-0.2532s-0.51 0.0563-0.51-0.2574c0-0.34-0.41-0.4405-1.01-0.249-0.56 0.1768-1.01 0.1352-1.01-0.0924 0-0.2277-1.48-0.4139-3.29-0.4139s-3.29 0.1952-3.29 0.4339-0.35 0.3028-0.76 0.1425c-0.42-0.1603-0.76-0.0573-0.76 0.2289s-0.23 0.3795-0.51 0.2074-0.51-0.0582-0.51 0.2532c0 0.3113-0.19 0.4468-0.42 0.301-0.56-0.3443-3.24 2.4459-2.79 2.8988 0.19 0.1895 0.07 0.3446-0.28 0.3446-0.34 0-0.48 0.2279-0.3 0.5064 0.17 0.2785 0.05 0.5063-0.26 0.5063s-0.42 0.2279-0.25 0.5064 0.08 0.5063-0.21 0.5063c-0.28 0-0.39 0.3418-0.23 0.7595s0.1 0.7597-0.14 0.7597-0.43 3.418-0.43 7.595c0 4.178 0.13 7.595 0.3 7.595s0.34 1.254 0.39 2.785c0.06 1.72-0.12 2.785-0.46 2.785-0.3 0-0.4 0.228-0.23 0.507 0.17 0.278 0.06 0.506-0.26 0.506-0.31 0-0.44 0.204-0.28 0.453 0.15 0.249-0.08 0.59-0.51 0.756-0.43 0.167-0.66 0.508-0.51 0.76 0.16 0.251-0.07 0.593-0.5 0.759-0.44 0.167-0.67 0.507-0.51 0.757 0.15 0.25-0.29 0.832-1 1.292-0.7 0.461-1.16 1.019-1.03 1.241 0.14 0.222-0.43 0.907-1.26 1.522-0.83 0.616-1.38 1.335-1.22 1.6 0.17 0.264 0.05 0.481-0.26 0.481-0.32 0-0.43 0.227-0.26 0.506 0.17 0.278 0.06 0.506-0.25 0.506s-0.43 0.228-0.25 0.507c0.17 0.278 0.07 0.506-0.21 0.506-0.29 0-0.39 0.342-0.23 0.76 0.16 0.417 0.02 0.759-0.3 0.759-0.37 0-0.47 0.393-0.28 1.013 0.18 0.568 0.09 1.012-0.2 1.012s-0.39 0.342-0.23 0.76 0.02 0.76-0.3 0.76c-0.33 0-0.45 0.227-0.28 0.506 0.17 0.278 0.08 0.506-0.21 0.506-0.28 0-0.39 0.342-0.23 0.76s0.03 0.759-0.29 0.759c-0.33 0-0.45 0.228-0.28 0.507 0.17 0.278 0.06 0.506-0.26 0.506-0.31 0-0.42 0.228-0.25 0.506 0.17 0.279 0.06 0.507-0.25 0.507s-0.44 0.204-0.29 0.453c0.16 0.249-0.07 0.589-0.51 0.756-0.43 0.166-0.64 0.532-0.47 0.812 0.17 0.281 0.06 0.51-0.25 0.51s-0.43 0.228-0.25 0.507c0.17 0.278 0.05 0.506-0.26 0.506-0.34 0-0.44 0.409-0.25 1.013 0.18 0.557 0.09 1.012-0.19 1.012-0.64 0-0.54 2.161 0.12 2.614 0.27 0.184 1.21 0.216 2.1 0.073 1.3-0.212 1.97 0.05 3.46 1.363 1.02 0.894 1.85 1.876 1.85 2.182s-0.87-0.29-1.93-1.326c-1.6-1.562-2.23-1.859-3.74-1.748-1.01 0.074-1.72 0.297-1.6 0.497s0.91 0.225 1.76 0.057c1.28-0.258 1.83-0.016 3.39 1.514 1.03 1.002 2.1 1.831 2.38 1.843 0.27 0.011 0.59 0.28 0.69 0.597 0.12 0.356-0.05 0.423-0.45 0.175-0.43-0.265-0.53-0.201-0.29 0.191 0.2 0.326 0.56 0.475 0.79 0.331 0.23-0.143 1.02 0.748 1.74 1.981 1.46 2.499 1.61 3.054 0.68 2.517-0.37-0.211-0.46-0.171-0.21 0.097 0.23 0.253 0.67 0.461 0.97 0.461s0.65 0.316 0.78 0.703c0.16 0.469 0.02 0.57-0.41 0.302-0.44-0.272-0.53-0.201-0.27 0.216 0.21 0.34 0.51 0.487 0.67 0.327s0.86 0.223 1.55 0.852 1.08 0.83 0.86 0.446c-0.28-0.47-0.19-0.626 0.26-0.475 0.37 0.123 1.09-0.189 1.59-0.694 1.01-1.006 1.23-2.437 0.38-2.437-0.29 0-0.41-0.197-0.26-0.438 0.32-0.527-1.43-2.225-1.86-1.797-0.16 0.164-0.68-0.29-1.15-1.008s-1.05-1.186-1.29-1.04c-0.23 0.146-0.8-0.31-1.26-1.013s-1.01-1.174-1.21-1.047c-0.21 0.127-1-0.414-1.75-1.202-1.2-1.253-1.39-1.888-1.49-5.081-0.06-2.007 0.08-3.77 0.32-3.917 0.24-0.148 0.31-0.588 0.16-0.977-0.15-0.39-0.03-0.708 0.27-0.708s0.42-0.342 0.26-0.76c-0.17-0.418-0.08-0.759 0.18-0.759s0.34-0.342 0.18-0.76-0.02-0.759 0.3-0.759c0.33 0 0.45-0.228 0.28-0.507-0.17-0.278-0.06-0.506 0.25-0.506s0.43-0.228 0.25-0.506c-0.17-0.279-0.05-0.507 0.26-0.507s0.42-0.228 0.25-0.506c-0.17-0.279-0.06-0.507 0.25-0.507 0.32 0 0.43-0.227 0.26-0.506-0.18-0.278-0.06-0.506 0.25-0.506s0.42-0.23 0.25-0.51c-0.17-0.281 0.04-0.646 0.47-0.813 0.44-0.166 0.67-0.506 0.51-0.756-0.15-0.249-0.06-0.453 0.21-0.453s0.38-0.513 0.24-1.139c-0.21-0.947-0.15-1.011 0.34-0.38 0.48 0.605 0.54 0.375 0.33-1.139-0.15-1.1-0.05-1.899 0.24-1.899 0.28 0 0.37-0.228 0.19-0.507-0.17-0.278-0.05-0.506 0.26-0.506s0.42-0.228 0.25-0.506c-0.17-0.279-0.06-0.507 0.25-0.507 0.32 0 0.43-0.227 0.26-0.506-0.17-0.278-0.06-0.506 0.25-0.506s0.43-0.23 0.25-0.51c-0.17-0.281 0.04-0.646 0.48-0.813 0.43-0.166 0.66-0.506 0.5-0.756-0.15-0.249-0.02-0.453 0.29-0.453s0.43-0.228 0.25-0.506c-0.17-0.279-0.07-0.507 0.23-0.507 0.59 0 0.45-3.696-0.2-5.184-0.21-0.483-0.14-1.566 0.15-2.405 0.3-0.875 0.33-1.525 0.07-1.525s-0.32-0.379-0.15-0.843c0.2-0.503 0.12-0.715-0.18-0.527-0.7 0.432-0.51-5.463 0.21-6.322 1.08-1.307 5.74-0.198 4.9 1.167-0.15 0.247-0.02 0.449 0.29 0.449s0.53 0.398 0.48 0.886c-0.18 1.802 0.06 2.152 1.49 2.152 1.59 0 2.17-0.823 1.73-2.483-0.16-0.633-0.03-1.062 0.32-1.062 0.33 0 0.46-0.224 0.29-0.498-0.4-0.639 2.71-2.551 4.04-2.487 0.85 0.04 0.81 0.119-0.25 0.48-1.22 0.416-1.21 0.428 0.25 0.348 1.73-0.095 2.95 0.478 2.51 1.18-0.16 0.259-0.03 0.471 0.28 0.471s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.507 0.21 0.507s0.39 0.342 0.23 0.759c-0.16 0.418-0.04 0.76 0.27 0.76s0.56 0.569 0.56 1.266c0 0.696-0.25 1.266-0.56 1.266s-0.43 0.341-0.27 0.759 0.06 0.76-0.22 0.76c-0.33 0-0.32 0.351 0.03 1.003 0.3 0.552 0.53 1.862 0.52 2.912-0.04 2.879 0.16 4.186 0.64 4.186 0.23 0 0.28 0.228 0.11 0.507-0.17 0.278-0.06 0.506 0.25 0.506 0.32 0 0.43 0.228 0.26 0.506-0.17 0.279-0.06 0.507 0.25 0.507s0.44 0.204 0.29 0.453c-0.16 0.249 0.08 0.593 0.53 0.764 0.46 0.177 0.68 0.635 0.52 1.066-0.16 0.415-0.06 0.755 0.23 0.755 0.28 0 0.38 0.228 0.2 0.506-0.17 0.279-0.05 0.506 0.26 0.506 0.34 0 0.44 0.41 0.25 1.013-0.2 0.624-0.09 1.013 0.28 1.013 0.35 0 0.49 0.421 0.33 1.013-0.14 0.556-0.02 1.012 0.28 1.012s0.39 0.151 0.21 0.335c-0.18 0.183 0.12 0.655 0.68 1.047s0.89 0.925 0.73 1.185c-0.16 0.259-0.04 0.471 0.27 0.471 0.32 0 0.43 0.228 0.26 0.507-0.17 0.278-0.06 0.506 0.25 0.506s0.43 0.228 0.25 0.506c-0.17 0.279-0.05 0.507 0.26 0.507s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.506 0.21 0.506 0.28 0 0.37 0.38 0.19 0.843-0.23 0.61-0.13 0.729 0.35 0.431 0.51-0.316 0.59-0.109 0.34 0.888-0.19 0.765-0.1 1.374 0.22 1.482 0.37 0.125 0.4 0.745 0.09 1.941l-0.46 1.757-0.33-2.73c-0.32-2.716-2.19-6.982-3.89-8.916-0.49-0.556-1.04-1.998-1.22-3.203-0.39-2.533-2.78-7.52-4.24-8.843-0.97-0.876-1.06-0.866-2.46 0.286-2.49 2.042-6.25 4.394-7.53 4.715-1.23 0.31-3.35-1.229-3.88-2.822-0.44-1.315-1.86-0.077-3.72 3.248-1.48 2.654-1.79 3.633-1.51 4.884 0.26 1.175 0.1 1.839-0.64 2.663-3.09 3.464-5.7 10.213-5.7 14.751v3.25l3.15 2.688c8.04 6.866 8.68 7.985 5.95 10.475l-1.53 1.399 1.04 0.94c0.8 0.726 0.89 1.042 0.39 1.39-0.43 0.304-0.31 0.361 0.37 0.175 0.56-0.151 1.35-0.056 1.77 0.212 1.14 0.729 8.07 0.56 10.35-0.251zm-22.93-18.487c0-0.697 0.12-0.982 0.26-0.633 0.14 0.348 0.14 0.917 0 1.265-0.14 0.349-0.26 0.064-0.26-0.632zm31.33-30.348c-0.72-1.358-0.66-1.552 0.48-1.552 1.01 0 2.26 1.634 1.68 2.212-0.62 0.62-1.64 0.308-2.16-0.66zm1.51-0.004c0-0.262-0.23-0.617-0.51-0.789s-0.51 0.042-0.51 0.477c0 0.434 0.23 0.789 0.51 0.789s0.51-0.215 0.51-0.477zm-8.11-22.562c0-0.9044 0.28-1.2658 0.96-1.2658 1.35 0 1.75 1.3911 0.58 2.0176-1.38 0.7375-1.54 0.6613-1.54-0.7518zm-16.2 68.942c0-0.096-0.51-0.609-1.14-1.139l-1.14-0.965 0.97 1.14c0.9 1.07 1.31 1.369 1.31 0.964zm-22.18-8.925c-0.33-0.501-1.1 1.312-1.1 2.602-0.02 2.91 0.75 3.231 1 0.422 0.14-1.532 0.19-2.893 0.1-3.024zm17.12 1.505c-0.3-0.558-0.66-1.013-0.8-1.013s-0.01 0.455 0.29 1.013c0.3 0.556 0.66 1.012 0.8 1.012s0.01-0.456-0.29-1.012zm-12.41-2.026c0.17-0.278 0.09-0.506-0.19-0.506s-0.65 0.228-0.82 0.506c-0.17 0.279-0.09 0.506 0.19 0.506s0.65-0.227 0.82-0.506zm35.71-39.859c0.41-1.193 0.41-1.872 0-2.532-0.5-0.79-0.53-0.761-0.25 0.237 0.21 0.79 0.09 1.14-0.41 1.14-0.39 0-2.14 0.714-3.89 1.588-4.41 2.207-7 2.438-8.9 0.797l-1.48-1.27 0.87-1.827c0.48-1.005 1.61-2.28 2.52-2.834s1.35-1.008 0.98-1.01c-0.38-0.001-1.26 0.454-1.97 1.011s-1.6 1.013-1.98 1.013-0.69 0.285-0.7 0.633c0 0.348-0.14 1.132-0.3 1.741-0.23 0.858 0.23 1.626 2.05 3.392 2.09 2.035 2.64 2.301 4.99 2.436 3.46 0.2 7.62-2.015 8.47-4.515zm-1.83-4.518c0.24-0.622 0.16-0.703-0.32-0.321-0.36 0.28-0.99 0.636-1.41 0.791-0.51 0.192-0.41 0.294 0.33 0.321 0.6 0.022 1.23-0.334 1.4-0.791zm-10.84-1.449c0-0.463 0.32-0.623 0.89-0.441 0.72 0.232 0.75 0.189 0.15-0.236-0.41-0.286-0.87-0.437-1.04-0.334s-0.61-0.311-0.99-0.919c-0.65-1.049-0.64-1.067 0.28-0.347 0.88 0.693 0.91 0.686 0.31-0.079-1.06-1.355-2.4-0.828-2.27 0.888 0.1 1.25 0.05 1.318-0.34 0.457-0.32-0.711-0.47-0.782-0.5-0.24-0.02 0.426 0.32 1.281 0.76 1.901 0.63 0.91 0.97 1.026 1.77 0.601 0.54-0.289 0.98-0.852 0.98-1.251zm7.6 1.014c-0.75-0.894 0.03-1.033 0.9-0.162 0.95 0.95 2.94-0.356 2.87-1.886-0.03-0.68-0.24-1.408-0.48-1.619-0.23-0.211-0.22-0.042 0.01 0.376 0.37 0.653 0.32 0.663-0.42 0.069-0.46-0.38-0.72-0.892-0.57-1.139s0.02-0.449-0.29-0.449c-0.78 0-2.05 1.319-1.66 1.712 0.17 0.172 0.05 0.313-0.28 0.313-0.32 0-0.59 0.456-0.59 1.013 0 0.828-0.34 1.013-1.86 1.013-1.02 0-1.7 0.148-1.52 0.33s1.01 0.311 1.84 0.287c0.84-0.023 1.65 0.17 1.81 0.429 0.16 0.26 0.42 0.473 0.58 0.473s0-0.342-0.34-0.76zm5.37-2.721c-0.34-2.201-1.64-3.608-3.31-3.608-1.81 0-3.59 1.338-3.56 2.687 0.01 1.062 0.06 1.05 1.15-0.282 2.29-2.789 5.26-1.053 4.75 2.773-0.26 2.009-0.23 2.092 0.48 1.151 0.49-0.651 0.66-1.623 0.49-2.721zm-12.2-2.097c-0.04-0.562-0.38-1.302-0.75-1.646-0.54-0.5-0.6-0.488-0.28 0.062 0.29 0.517 0.13 0.606-0.65 0.36-0.56-0.181-1.18-0.091-1.36 0.198-0.17 0.29 0.01 0.527 0.41 0.527s1.01 0.342 1.35 0.76c0.88 1.05 1.37 0.949 1.28-0.261z" transform="translate(10 1098.6)"/> - <path id="tracing-f04-fr.svgpath5262" d="m227.11 88.785c-1.07-0.443-1.75-1.018-1.57-1.318 0.19-0.298 0.09-0.382-0.22-0.192-0.3 0.186-3.07-0.348-6.16-1.188s-5.78-1.541-5.99-1.559c-0.2-0.017 0.13-0.231 0.73-0.474 1.22-0.493 6.35 0.111 10.85 1.278 4.27 1.106 5.77 0.968 7.64-0.707 1.4-1.252 1.64-1.817 1.71-4.064 0.05-1.435-0.11-2.731-0.35-2.879-0.24-0.149-0.44 0.751-0.44 1.999 0 3.33-1.84 5.386-4.82 5.386-1.21 0-2.83-0.24-3.6-0.532-0.77-0.293-4.03-0.982-7.24-1.531-6.88-1.176-7.55-1.617-6.71-4.43 0.74-2.453 0.78-4.82 0.08-4.389-0.28 0.175-0.4 0.504-0.26 0.732 0.27 0.428-0.44 3.028-1.34 4.893-0.81 1.698-0.3 2.834 1.61 3.571 1.61 0.618 1.63 0.654 0.26 0.384-2.93-0.577-3.39-1.811-2.04-5.534 0.51-1.439 0.64-3.142 0.43-5.882-0.27-3.484-0.2-3.962 0.78-4.937 0.76-0.76 1.72-1.082 3.23-1.088 2.41-0.009 2.87-0.229 4.06-1.969 0.62-0.92 0.7-1.459 0.3-2.206-0.76-1.426-0.09-4.224 1.86-7.716 0.93-1.671 2.26-4.797 2.96-6.947 1.58-4.862 1.98-5.607 4.64-8.75 1.17-1.393 2.83-3.637 3.69-4.988l1.54-2.455-0.3-9.799c-0.34-11.096 0.02-12.897 3.25-16.479 2.41-2.6625 5.35-3.6955 9.64-3.3859 5.48 0.3948 9.5 2.8938 12.15 7.5492 1.39 2.4457 1.65 3.8187 2.1 11.044 0.37 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.54 6.056 4.91 7.626 2.86 3.269 4.15 5.595 5.85 10.589 1.45 4.266 1.94 9.256 1.25 12.688-0.4 1.999-0.35 2.768 0.22 3.653 0.4 0.617 0.73 1.707 0.73 2.423 0 1.806 1.28 3.589 3.87 5.37 3.67 2.526 3.07 4.2-2.66 7.391-2.33 1.299-5.27 3.359-6.52 4.579-1.26 1.22-2.5 2.086-2.76 1.924-0.26-0.161-0.63-0.026-0.84 0.3-0.23 0.371-0.14 0.458 0.22 0.232 0.32-0.199 0.59-0.24 0.59-0.091 0 0.623-3.12 1.815-4.76 1.815-2.14 0-4.52-0.842-4.14-1.461 0.15-0.248-0.12-0.419-0.6-0.381-0.52 0.041-0.89-0.286-0.89-0.781 0-0.467-0.21-1.037-0.46-1.265-0.26-0.241-0.29-0.128-0.06 0.267 0.32 0.549 0.19 0.574-0.65 0.127-0.63-0.341-4.31-0.557-9.48-0.557h-8.44l-1.9 1.504c-3.36 2.662-5.46 3.073-8.75 1.708zm4.05-0.016c-0.49-0.128-1.29-0.128-1.77 0-0.49 0.127-0.09 0.231 0.88 0.231 0.98 0 1.38-0.104 0.89-0.231zm32.15-0.009c-0.62-0.12-1.65-0.12-2.28 0-0.62 0.121-0.11 0.22 1.14 0.22 1.26 0 1.77-0.099 1.14-0.22zm-26.77-2.829c0.16 0.161 0.44-0.081 0.61-0.539 0.28-0.727 1.42-0.832 9.13-0.832 4.84 0 8.8 0.204 8.8 0.453s0.52 0.42 1.14 0.38c1.11-0.071 1.14-0.249 1.2-5.516 0.03-2.994-0.11-5.444-0.32-5.444-0.2 0-0.65 0.34-1 0.754-0.34 0.415-0.8 0.645-1.02 0.511-0.21-0.134-0.77 0.332-1.23 1.034-0.46 0.703-1.05 1.144-1.32 0.979s-0.48-0.045-0.48 0.267c0 0.311-0.21 0.44-0.46 0.286s-0.59 0.075-0.75 0.508c-0.17 0.434-0.54 0.647-0.82 0.474s-0.51-0.05-0.51 0.275-0.34 0.459-0.76 0.299c-0.41-0.16-0.76-0.055-0.76 0.233 0 0.295-0.44 0.384-1.01 0.203-0.55-0.176-1.01-0.135-1.01 0.093s-1.82 0.414-4.05 0.414-4.05-0.164-4.05-0.364-0.38-0.218-0.84-0.041c-0.61 0.233-0.73 0.138-0.44-0.334 0.27-0.443 0.18-0.58-0.3-0.42-0.4 0.138-0.71 0.967-0.73 1.964-0.06 2.931-0.18 3.321-1.51 4.647-0.91 0.906-1.09 1.361-0.63 1.54 0.36 0.14 1.14-0.279 1.74-0.931s1.22-1.054 1.38-0.893zm-2.22 0.908c0.35-0.418 0.75-0.759 0.89-0.759s-0.03 0.341-0.38 0.759-0.74 0.759-0.88 0.759 0.03-0.341 0.37-0.759zm32.33-1.275c1.22-0.55 2.38-0.895 2.59-0.767 0.2 0.129 1.02-0.442 1.81-1.267 1.8-1.882 1.46-1.879-2.29 0.018-3.42 1.722-6.55 1.993-7.86 0.681-1.4-1.4-1.77-3.066-1.77-8.026 0-2.641-0.22-4.888-0.51-5.063-0.76-0.471-1.21 1.173-0.54 1.981 0.36 0.435 0.55 2.432 0.48 5.272-0.08 3.597 0.09 4.857 0.77 5.904 1.58 2.406 3.92 2.811 7.32 1.267zm-18.94-6.315c1.09-0.39 2.21-0.573 2.48-0.406s0.34 0.057 0.15-0.244c-0.34-0.554 1.52-1.451 2.47-1.186 0.27 0.079 0.33-0.027 0.13-0.234-0.33-0.322 1.41-1.937 2.14-2 0.62-0.054 2.54-1.541 2.54-1.968 0-0.26-0.62 0.079-1.38 0.754-0.76 0.676-1.05 0.805-0.66 0.289 0.4-0.516 0.9-2.111 1.12-3.544 1.01-6.85 1.12-7.111 3.19-7.495 1.13-0.21 1.62-1.824 1.72-5.648 0.03-1.481 0.25-2.312 0.56-2.122 0.63 0.387 0.68 4.811 0.06 4.811-0.25 0-0.34 1.538-0.21 3.418 0.21 2.857 0.46 3.612 1.55 4.607 1.1 0.999 1.64 1.137 3.37 0.86 1.2-0.191 2.65-0.89 3.46-1.664 0.77-0.734 1.39-1.104 1.39-0.822 0 0.775-2.09 2.578-3.7 3.187-3.24 1.227-5.69 0.076-6.41-3.016l-0.42-1.76-0.05 1.932c-0.07 2.598 0.61 3.697 2.72 4.393 2.04 0.673 3.45 0.355 5.58-1.261 1.46-1.097 4.07-4.841 2.86-4.096-0.73 0.45-0.73 0.166 0-1.435 0.32-0.7 0.78-1.155 1.01-1.011s0.28-0.432 0.11-1.282c-0.17-0.849-0.1-1.544 0.14-1.544s0.44-1.253 0.44-2.785-0.2-2.785-0.44-2.785-0.31-0.684-0.14-1.519c0.19-0.939 0.09-1.519-0.24-1.519-0.31 0-0.42-0.342-0.26-0.76 0.16-0.417 0.05-0.759-0.25-0.759s-0.42-0.342-0.26-0.76c0.16-0.417 0.05-0.759-0.25-0.759s-0.41-0.342-0.25-0.76c0.16-0.417 0.04-0.759-0.26-0.759s-0.41-0.342-0.25-0.76c0.16-0.417 0.06-0.759-0.23-0.759-0.28 0-0.38-0.228-0.21-0.507 0.18-0.278 0.06-0.506-0.25-0.506s-0.42-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.26-0.507-0.31 0-0.42-0.228-0.25-0.506s0.06-0.506-0.25-0.506-0.43-0.23-0.25-0.51c0.17-0.281-0.04-0.646-0.48-0.813-0.43-0.166-0.67-0.483-0.54-0.705 0.14-0.221-0.6-1.154-1.65-2.072-1.04-0.919-1.83-1.86-1.76-2.091s-0.21-0.551-0.63-0.712-0.64-0.496-0.48-0.746c0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.229-0.25-0.51c0.17-0.28-0.04-0.646-0.47-0.812-0.44-0.167-0.67-0.507-0.51-0.756 0.15-0.25 0.02-0.454-0.29-0.454s-0.42-0.228-0.25-0.506 0.06-0.506-0.25-0.506-0.43-0.228-0.26-0.507c0.18-0.278 0.06-0.506-0.25-0.506s-0.43-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.26-0.507-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.05-0.506-0.28-0.506-0.32 0-0.46-0.342-0.3-0.76s0.05-0.76-0.25-0.76-0.41-0.341-0.25-0.759 0.05-0.76-0.25-0.76c-0.36 0-0.48-1.47-0.37-4.304 0.1-2.367-0.02-4.304-0.26-4.304-0.25 0-0.33-0.911-0.18-2.025 0.16-1.16 0.06-2.025-0.22-2.025-0.27 0-0.35-0.457-0.17-1.015 0.21-0.674 0.06-1.118-0.47-1.32-0.44-0.166-0.67-0.5072-0.51-0.7565 0.15-0.2493 0.02-0.4533-0.29-0.4533s-0.42-0.2278-0.25-0.5063 0.06-0.5064-0.25-0.5064-0.45-0.193-0.3-0.4289c0.34-0.557-2.45-3.2379-2.9-2.7851-0.19 0.1896-0.35 0.0654-0.35-0.2759 0-0.3414-0.23-0.4798-0.5-0.3077-0.28 0.1721-0.51 0.0582-0.51-0.2532s-0.23-0.4253-0.51-0.2532-0.5 0.0582-0.5-0.2531c0-0.3114-0.23-0.4253-0.51-0.2532s-0.51 0.0563-0.51-0.2574c0-0.34-0.41-0.4405-1.01-0.249-0.56 0.1768-1.01 0.1352-1.01-0.0924 0-0.2277-1.48-0.4139-3.29-0.4139s-3.29 0.1952-3.29 0.4339-0.35 0.3028-0.76 0.1425c-0.42-0.1603-0.76-0.0573-0.76 0.2289s-0.23 0.3795-0.51 0.2074-0.51-0.0582-0.51 0.2532c0 0.3113-0.19 0.4468-0.42 0.301-0.56-0.3443-3.24 2.4459-2.79 2.8988 0.19 0.1895 0.07 0.3446-0.28 0.3446-0.34 0-0.48 0.2279-0.3 0.5064 0.17 0.2785 0.05 0.5063-0.26 0.5063s-0.42 0.2279-0.25 0.5064 0.08 0.5063-0.21 0.5063c-0.28 0-0.39 0.3418-0.23 0.7595 0.16 0.4183 0.1 0.7593-0.14 0.7593s-0.43 3.418-0.43 7.595c0 4.178 0.13 7.596 0.3 7.596s0.34 1.253 0.39 2.785c0.06 1.719-0.12 2.785-0.46 2.785-0.3 0-0.4 0.228-0.23 0.506s0.06 0.506-0.26 0.506c-0.31 0-0.44 0.204-0.28 0.454 0.15 0.249-0.08 0.589-0.51 0.756-0.43 0.166-0.66 0.508-0.51 0.759 0.16 0.251-0.07 0.593-0.5 0.76-0.44 0.166-0.67 0.507-0.51 0.757 0.15 0.25-0.29 0.831-1 1.292-0.7 0.46-1.16 1.018-1.03 1.24 0.14 0.222-0.43 0.907-1.26 1.523-0.83 0.615-1.38 1.335-1.22 1.599 0.17 0.265 0.05 0.481-0.26 0.481-0.32 0-0.43 0.228-0.26 0.506 0.17 0.279 0.06 0.507-0.25 0.507s-0.43 0.228-0.25 0.506c0.17 0.278 0.07 0.506-0.21 0.506-0.29 0-0.39 0.342-0.23 0.76s0.02 0.759-0.3 0.759c-0.37 0-0.47 0.393-0.28 1.013 0.18 0.568 0.09 1.013-0.2 1.013s-0.39 0.342-0.23 0.759c0.16 0.418 0.02 0.76-0.3 0.76-0.33 0-0.45 0.228-0.28 0.506 0.17 0.279 0.08 0.507-0.21 0.507-0.28 0-0.39 0.341-0.23 0.759s0.03 0.76-0.29 0.76c-0.33 0-0.45 0.228-0.28 0.506s0.06 0.506-0.26 0.506c-0.31 0-0.42 0.228-0.25 0.507 0.17 0.278 0.06 0.506-0.25 0.506s-0.44 0.204-0.29 0.453c0.16 0.25-0.07 0.59-0.51 0.756-0.43 0.167-0.64 0.532-0.47 0.813 0.17 0.28 0.06 0.51-0.25 0.51s-0.43 0.228-0.25 0.506c0.17 0.279 0.05 0.507-0.26 0.507-0.34 0-0.44 0.409-0.25 1.012 0.18 0.557 0.09 1.013-0.19 1.013-0.64 0-0.54 2.161 0.12 2.613 0.27 0.184 1.21 0.217 2.1 0.073 1.3-0.211 1.97 0.051 3.46 1.364 1.02 0.893 1.85 1.875 1.85 2.181s-0.87-0.29-1.93-1.325c-1.6-1.562-2.23-1.86-3.74-1.749-1.01 0.074-1.72 0.298-1.6 0.497 0.12 0.2 0.91 0.226 1.76 0.057 1.28-0.258 1.83-0.016 3.39 1.515 1.03 1.001 2.1 1.831 2.38 1.842 0.27 0.011 0.59 0.28 0.69 0.598 0.12 0.355-0.05 0.422-0.45 0.175-0.43-0.266-0.53-0.201-0.29 0.19 0.2 0.327 0.56 0.476 0.79 0.332s1.02 0.747 1.74 1.981c1.46 2.498 1.61 3.054 0.68 2.517-0.37-0.212-0.46-0.172-0.21 0.096 0.23 0.254 0.67 0.461 0.97 0.461s0.65 0.317 0.78 0.704c0.16 0.469 0.02 0.569-0.41 0.301-0.44-0.271-0.53-0.201-0.27 0.216 0.21 0.341 0.51 0.488 0.67 0.327 0.16-0.16 0.86 0.224 1.55 0.853s1.08 0.829 0.86 0.445c-0.28-0.47-0.19-0.625 0.26-0.475 0.37 0.124 1.09-0.189 1.59-0.694 1.01-1.006 1.23-2.436 0.38-2.436-0.29 0-0.41-0.198-0.26-0.439 0.32-0.526-1.43-2.224-1.86-1.797-0.16 0.164-0.68-0.289-1.15-1.007s-1.05-1.187-1.29-1.041c-0.23 0.146-0.8-0.31-1.26-1.012-0.46-0.703-1.01-1.174-1.21-1.047-0.21 0.127-1-0.414-1.75-1.202-1.2-1.254-1.39-1.889-1.49-5.082-0.06-2.007 0.08-3.769 0.32-3.917s0.31-0.587 0.16-0.977c-0.15-0.389-0.03-0.708 0.27-0.708s0.42-0.342 0.26-0.759c-0.17-0.418-0.08-0.76 0.18-0.76s0.34-0.342 0.18-0.76c-0.16-0.417-0.02-0.759 0.3-0.759 0.33 0 0.45-0.228 0.28-0.506-0.17-0.279-0.06-0.507 0.25-0.507s0.43-0.228 0.25-0.506c-0.17-0.279-0.05-0.506 0.26-0.506s0.42-0.228 0.25-0.507c-0.17-0.278-0.06-0.506 0.25-0.506 0.32 0 0.43-0.228 0.26-0.507-0.18-0.278-0.06-0.506 0.25-0.506s0.42-0.229 0.25-0.51c-0.17-0.28 0.04-0.646 0.47-0.812 0.44-0.167 0.67-0.507 0.51-0.756-0.15-0.25-0.06-0.454 0.21-0.454s0.38-0.512 0.24-1.139c-0.21-0.946-0.15-1.011 0.34-0.38 0.48 0.606 0.54 0.375 0.33-1.139-0.15-1.1-0.05-1.899 0.24-1.899 0.28 0 0.37-0.228 0.19-0.506-0.17-0.279-0.05-0.507 0.26-0.507s0.42-0.227 0.25-0.506c-0.17-0.278-0.06-0.506 0.25-0.506 0.32 0 0.43-0.228 0.26-0.506-0.17-0.279-0.06-0.507 0.25-0.507s0.43-0.229 0.25-0.51c-0.17-0.28 0.04-0.646 0.48-0.812 0.43-0.167 0.66-0.507 0.5-0.756-0.15-0.25-0.02-0.454 0.29-0.454s0.43-0.227 0.25-0.506c-0.17-0.279-0.07-0.506 0.23-0.506 0.59 0 0.45-3.696-0.2-5.184-0.21-0.484-0.14-1.566 0.15-2.405 0.3-0.875 0.33-1.526 0.07-1.526s-0.32-0.379-0.15-0.842c0.2-0.504 0.12-0.716-0.18-0.528-0.7 0.432-0.51-5.462 0.21-6.322 1.08-1.307 5.74-0.198 4.9 1.167-0.15 0.247-0.02 0.449 0.29 0.449s0.53 0.399 0.48 0.886c-0.18 1.802 0.06 2.152 1.49 2.152 1.59 0 2.17-0.822 1.73-2.483-0.16-0.633-0.03-1.061 0.32-1.061 0.33 0 0.46-0.224 0.29-0.499-0.4-0.639 2.71-2.551 4.04-2.487 0.85 0.041 0.81 0.119-0.25 0.48-1.22 0.416-1.21 0.428 0.25 0.348 1.73-0.095 2.95 0.479 2.51 1.18-0.16 0.259-0.03 0.472 0.28 0.472s0.42 0.227 0.25 0.506c-0.17 0.278-0.08 0.506 0.21 0.506s0.39 0.342 0.23 0.76c-0.16 0.417-0.04 0.759 0.27 0.759s0.56 0.57 0.56 1.266-0.25 1.266-0.56 1.266-0.43 0.342-0.27 0.759c0.16 0.418 0.06 0.76-0.22 0.76-0.33 0-0.32 0.351 0.03 1.004 0.3 0.552 0.53 1.862 0.52 2.911-0.04 2.879 0.16 4.187 0.64 4.187 0.23 0 0.28 0.228 0.11 0.506s-0.06 0.506 0.25 0.506c0.32 0 0.43 0.228 0.26 0.507-0.17 0.278-0.06 0.506 0.25 0.506s0.44 0.204 0.29 0.453c-0.16 0.25 0.08 0.593 0.53 0.764 0.46 0.177 0.68 0.635 0.52 1.066-0.16 0.415-0.06 0.755 0.23 0.755 0.28 0 0.38 0.228 0.2 0.507-0.17 0.278-0.05 0.506 0.26 0.506 0.34 0 0.44 0.409 0.25 1.012-0.2 0.624-0.09 1.013 0.28 1.013 0.35 0 0.49 0.421 0.33 1.013-0.14 0.557-0.02 1.013 0.28 1.013s0.39 0.15 0.21 0.334 0.12 0.655 0.68 1.047 0.89 0.926 0.73 1.185-0.04 0.472 0.27 0.472c0.32 0 0.43 0.228 0.26 0.506-0.17 0.279-0.06 0.506 0.25 0.506s0.43 0.228 0.25 0.507c-0.17 0.278-0.05 0.506 0.26 0.506s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.507 0.21 0.507 0.28 0 0.37 0.379 0.19 0.842-0.23 0.61-0.13 0.729 0.35 0.431 0.51-0.315 0.59-0.108 0.34 0.888-0.19 0.765-0.1 1.375 0.22 1.482 0.37 0.125 0.4 0.746 0.09 1.941l-0.46 1.758-0.33-2.731c-0.32-2.715-2.19-6.981-3.89-8.915-0.49-0.557-1.04-1.999-1.22-3.203-0.39-2.533-2.78-7.521-4.24-8.844-0.97-0.875-1.06-0.865-2.46 0.286-2.49 2.042-6.25 4.394-7.53 4.715-1.23 0.311-3.35-1.228-3.88-2.821-0.44-1.316-1.86-0.078-3.72 3.248-1.48 2.654-1.79 3.633-1.51 4.884 0.26 1.174 0.1 1.838-0.64 2.662-3.09 3.465-5.7 10.213-5.7 14.751v3.25l3.15 2.689c8.04 6.866 8.68 7.984 5.95 10.474l-1.53 1.4 1.04 0.939c0.8 0.726 0.89 1.042 0.39 1.39-0.43 0.304-0.31 0.361 0.37 0.175 0.56-0.151 1.35-0.055 1.77 0.213 1.14 0.728 8.07 0.56 10.35-0.252zm-22.93-18.487c0-0.696 0.12-0.981 0.26-0.633s0.14 0.918 0 1.266-0.26 0.063-0.26-0.633zm31.33-30.348c-0.72-1.358-0.66-1.552 0.48-1.552 1.01 0 2.26 1.635 1.68 2.212-0.62 0.62-1.64 0.308-2.16-0.66zm1.51-0.003c0-0.262-0.23-0.617-0.51-0.79-0.28-0.172-0.51 0.043-0.51 0.477s0.23 0.789 0.51 0.789 0.51-0.214 0.51-0.476zm-8.11-22.563c0-0.9044 0.28-1.2658 0.96-1.2658 1.35 0 1.75 1.3911 0.58 2.0176-1.38 0.7375-1.54 0.6613-1.54-0.7518zm-16.2 68.942c0-0.096-0.51-0.608-1.14-1.139l-1.14-0.964 0.97 1.139c0.9 1.07 1.31 1.37 1.31 0.964zm-22.18-8.924c-0.33-0.501-1.1 1.311-1.1 2.602-0.02 2.91 0.75 3.23 1 0.421 0.14-1.532 0.19-2.892 0.1-3.023zm17.12 1.504c-0.3-0.557-0.66-1.013-0.8-1.013s-0.01 0.456 0.29 1.013 0.66 1.013 0.8 1.013 0.01-0.456-0.29-1.013zm-12.41-2.026c0.17-0.278 0.09-0.506-0.19-0.506s-0.65 0.228-0.82 0.506c-0.17 0.279-0.09 0.507 0.19 0.507s0.65-0.228 0.82-0.507zm35.71-39.859c0.41-1.193 0.41-1.871 0-2.531-0.5-0.791-0.53-0.762-0.25 0.237 0.21 0.789 0.09 1.139-0.41 1.139-0.39 0-2.14 0.715-3.89 1.588-4.41 2.208-7 2.439-8.9 0.797l-1.48-1.27 0.87-1.827c0.48-1.004 1.61-2.28 2.52-2.834s1.35-1.008 0.98-1.009c-0.38-0.001-1.26 0.454-1.97 1.011s-1.6 1.012-1.98 1.012-0.69 0.285-0.7 0.633c0 0.348-0.14 1.132-0.3 1.742-0.23 0.857 0.23 1.625 2.05 3.392 2.09 2.035 2.64 2.3 4.99 2.436 3.46 0.2 7.62-2.015 8.47-4.516zm-1.83-4.518c0.24-0.621 0.16-0.702-0.32-0.321-0.36 0.281-0.99 0.637-1.41 0.791-0.51 0.192-0.41 0.294 0.33 0.321 0.6 0.022 1.23-0.334 1.4-0.791zm-10.84-1.449c0-0.462 0.32-0.622 0.89-0.441 0.72 0.233 0.75 0.189 0.15-0.236-0.41-0.286-0.87-0.436-1.04-0.333s-0.61-0.311-0.99-0.92c-0.65-1.048-0.64-1.066 0.28-0.347 0.88 0.693 0.91 0.686 0.31-0.078-1.06-1.356-2.4-0.829-2.27 0.888 0.1 1.249 0.05 1.317-0.34 0.456-0.32-0.71-0.47-0.781-0.5-0.239-0.02 0.425 0.32 1.28 0.76 1.9 0.63 0.91 0.97 1.026 1.77 0.602 0.54-0.29 0.98-0.853 0.98-1.252zm7.6 1.014c-0.75-0.894 0.03-1.033 0.9-0.162 0.95 0.951 2.94-0.355 2.87-1.885-0.03-0.68-0.24-1.409-0.48-1.62-0.23-0.211-0.22-0.041 0.01 0.376 0.37 0.653 0.32 0.663-0.42 0.069-0.46-0.379-0.72-0.892-0.57-1.139s0.02-0.449-0.29-0.449c-0.78 0-2.05 1.32-1.66 1.712 0.17 0.172 0.05 0.314-0.28 0.314-0.32 0-0.59 0.455-0.59 1.012 0 0.829-0.34 1.013-1.86 1.013-1.02 0-1.7 0.149-1.52 0.33 0.18 0.182 1.01 0.311 1.84 0.288 0.84-0.024 1.65 0.169 1.81 0.429s0.42 0.472 0.58 0.472 0-0.342-0.34-0.76zm5.37-2.721c-0.34-2.2-1.64-3.608-3.31-3.608-1.81 0-3.59 1.339-3.56 2.687 0.01 1.063 0.06 1.051 1.15-0.282 2.29-2.788 5.26-1.052 4.75 2.774-0.26 2.009-0.23 2.091 0.48 1.15 0.49-0.65 0.66-1.623 0.49-2.721zm-12.2-2.097c-0.04-0.561-0.38-1.302-0.75-1.645-0.54-0.501-0.6-0.489-0.28 0.062 0.29 0.517 0.13 0.606-0.65 0.359-0.56-0.18-1.18-0.091-1.36 0.199-0.17 0.29 0.01 0.527 0.41 0.527s1.01 0.342 1.35 0.759c0.88 1.051 1.37 0.95 1.28-0.261z" transform="translate(10 1098.6)" stroke="#000" stroke-width=".375" fill="none"/> - <rect id="d0e113" display="none" height="1e3px" width="288" y="1215.3" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="tracing-f04-fr.svgtext4626" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1088.9)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.153664" x="69.581543" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-fr.svgtspan4627" y="97.153664" x="69.581543" sodipodi:role="line">Image originale</tspan></text> + <text id="tracing-f04-fr.svgtext4629" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1088.9)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="156.37865" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-fr.svgtspan5892" sodipodi:role="line" y="97.378670" x="156.37865">Quantification (12 coul.)</tspan><tspan id="tracing-f04-fr.svgtspan5894" sodipodi:role="line" y="103.37867" x="156.37865">Rempli, sans contour</tspan></text> + <text id="tracing-f04-fr.svgtext4634" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1088.9)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="245.12865" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-fr.svgtspan5896" sodipodi:role="line" y="97.378670" x="245.12865">Quantification (12 coul.)</tspan><tspan id="tracing-f04-fr.svgtspan5898" sodipodi:role="line" y="103.37867" x="245.12865">Contour, non rempli</tspan></text> + <image id="tracing-f04-fr.svgimage4639" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 1088.9)" height="91.143" width="76.965" y="-.000097656" x="31.099"/> + <path id="tracing-f04-fr.svgpath5261" d="m138.36 88.785c-1.07-0.444-1.75-1.018-1.57-1.318 0.19-0.298 0.09-0.383-0.22-0.193-0.3 0.187-3.07-0.348-6.16-1.187-3.09-0.84-5.78-1.541-5.99-1.559-0.2-0.018 0.13-0.231 0.73-0.474 1.22-0.493 6.35 0.11 10.85 1.278 4.27 1.106 5.77 0.967 7.64-0.707 1.4-1.253 1.64-1.817 1.71-4.064 0.05-1.435-0.11-2.731-0.35-2.88-0.24-0.148-0.44 0.752-0.44 2 0 3.33-1.84 5.385-4.82 5.385-1.21 0-2.83-0.239-3.6-0.532s-4.03-0.982-7.24-1.531c-6.88-1.176-7.55-1.616-6.71-4.429 0.74-2.453 0.78-4.821 0.08-4.389-0.28 0.175-0.4 0.504-0.26 0.731 0.27 0.429-0.44 3.028-1.34 4.894-0.81 1.698-0.3 2.834 1.61 3.57 1.61 0.619 1.63 0.655 0.26 0.384-2.93-0.576-3.39-1.811-2.04-5.533 0.51-1.439 0.64-3.143 0.43-5.883-0.27-3.484-0.2-3.961 0.78-4.937 0.76-0.759 1.72-1.082 3.23-1.087 2.41-0.009 2.87-0.23 4.06-1.97 0.62-0.92 0.7-1.459 0.3-2.205-0.76-1.426-0.09-4.225 1.86-7.717 0.93-1.671 2.26-4.797 2.96-6.946 1.58-4.862 1.98-5.607 4.64-8.751 1.17-1.392 2.83-3.637 3.69-4.987l1.54-2.456-0.3-9.799c-0.34-11.096 0.02-12.896 3.25-16.478 2.41-2.6629 5.35-3.6959 9.64-3.3863 5.48 0.3948 9.5 2.8938 12.15 7.5492 1.39 2.4461 1.65 3.8181 2.1 11.044 0.37 5.991 0.44 6.24 2.8 10.902 1.33 2.625 3.54 6.057 4.91 7.627 2.86 3.269 4.15 5.594 5.85 10.589 1.45 4.266 1.94 9.256 1.25 12.687-0.4 2-0.35 2.768 0.22 3.654 0.4 0.617 0.73 1.707 0.73 2.423 0 1.806 1.28 3.588 3.87 5.369 3.67 2.527 3.07 4.2-2.66 7.392-2.33 1.299-5.27 3.359-6.52 4.579-1.26 1.219-2.5 2.085-2.76 1.924s-0.63-0.026-0.84 0.3c-0.23 0.37-0.14 0.457 0.22 0.232 0.32-0.199 0.59-0.24 0.59-0.092 0 0.624-3.12 1.816-4.76 1.816-2.14 0-4.52-0.842-4.14-1.461 0.15-0.248-0.12-0.419-0.6-0.381-0.52 0.04-0.89-0.286-0.89-0.781 0-0.468-0.21-1.037-0.46-1.266-0.26-0.241-0.29-0.128-0.06 0.268 0.32 0.549 0.19 0.574-0.65 0.127-0.63-0.341-4.31-0.557-9.48-0.557h-8.44l-1.9 1.504c-3.36 2.662-5.46 3.072-8.75 1.708zm4.05-0.017c-0.49-0.127-1.29-0.127-1.77 0-0.49 0.128-0.09 0.232 0.88 0.232 0.98 0 1.38-0.104 0.89-0.232zm32.15-0.008c-0.62-0.121-1.65-0.121-2.28 0-0.62 0.12-0.11 0.219 1.14 0.219 1.26 0 1.77-0.099 1.14-0.219zm-26.77-2.829c0.16 0.161 0.44-0.081 0.61-0.539 0.28-0.728 1.42-0.832 9.13-0.832 4.84 0 8.8 0.204 8.8 0.453s0.52 0.42 1.14 0.38c1.11-0.071 1.14-0.249 1.2-5.517 0.03-2.994-0.11-5.443-0.32-5.443-0.2 0-0.65 0.339-1 0.754-0.34 0.415-0.8 0.645-1.02 0.511-0.21-0.134-0.77 0.331-1.23 1.034s-1.05 1.143-1.32 0.979c-0.27-0.165-0.48-0.045-0.48 0.267 0 0.311-0.21 0.44-0.46 0.285-0.25-0.154-0.59 0.075-0.75 0.509-0.17 0.434-0.54 0.647-0.82 0.474-0.28-0.174-0.51-0.05-0.51 0.275s-0.34 0.459-0.76 0.299c-0.41-0.16-0.76-0.056-0.76 0.233 0 0.294-0.44 0.383-1.01 0.203-0.55-0.177-1.01-0.135-1.01 0.092 0 0.228-1.82 0.414-4.05 0.414s-4.05-0.163-4.05-0.364c0-0.2-0.38-0.218-0.84-0.04-0.61 0.232-0.73 0.138-0.44-0.335 0.27-0.442 0.18-0.58-0.3-0.419-0.4 0.137-0.71 0.966-0.73 1.964-0.06 2.93-0.18 3.32-1.51 4.646-0.91 0.907-1.09 1.362-0.63 1.541 0.36 0.14 1.14-0.279 1.74-0.932 0.6-0.652 1.22-1.054 1.38-0.892zm-2.22 0.908c0.35-0.418 0.75-0.76 0.89-0.76s-0.03 0.342-0.38 0.76c-0.35 0.417-0.74 0.759-0.88 0.759s0.03-0.342 0.37-0.759zm32.33-1.276c1.22-0.549 2.38-0.894 2.59-0.766 0.2 0.128 1.02-0.442 1.81-1.268 1.8-1.881 1.46-1.879-2.29 0.018-3.42 1.722-6.55 1.994-7.86 0.681-1.4-1.399-1.77-3.065-1.77-8.026 0-2.641-0.22-4.887-0.51-5.062-0.76-0.472-1.21 1.173-0.54 1.98 0.36 0.435 0.55 2.432 0.48 5.273-0.08 3.597 0.09 4.856 0.77 5.903 1.58 2.406 3.92 2.812 7.32 1.267zm-18.94-6.314c1.09-0.391 2.21-0.573 2.48-0.406s0.34 0.057 0.15-0.245c-0.34-0.554 1.52-1.45 2.47-1.185 0.27 0.078 0.33-0.027 0.13-0.234-0.33-0.322 1.41-1.937 2.14-2.001 0.62-0.053 2.54-1.54 2.54-1.968 0-0.26-0.62 0.08-1.38 0.755s-1.05 0.805-0.66 0.289c0.4-0.516 0.9-2.112 1.12-3.545 1.01-6.849 1.12-7.11 3.19-7.494 1.13-0.21 1.62-1.824 1.72-5.648 0.03-1.481 0.25-2.313 0.56-2.122 0.63 0.386 0.68 4.81 0.06 4.81-0.25 0-0.34 1.538-0.21 3.418 0.21 2.857 0.46 3.613 1.55 4.608 1.1 0.998 1.64 1.137 3.37 0.86 1.2-0.191 2.65-0.891 3.46-1.665 0.77-0.734 1.39-1.103 1.39-0.821 0 0.775-2.09 2.578-3.7 3.187-3.24 1.227-5.69 0.075-6.41-3.016l-0.42-1.76-0.05 1.932c-0.07 2.597 0.61 3.697 2.72 4.393 2.04 0.673 3.45 0.355 5.58-1.262 1.46-1.096 4.07-4.841 2.86-4.096-0.73 0.45-0.73 0.167 0-1.434 0.32-0.701 0.78-1.156 1.01-1.011 0.23 0.144 0.28-0.433 0.11-1.282-0.17-0.85-0.1-1.544 0.14-1.544s0.44-1.254 0.44-2.785c0-1.532-0.2-2.785-0.44-2.785s-0.31-0.684-0.14-1.519c0.19-0.939 0.09-1.519-0.24-1.519-0.31 0-0.42-0.342-0.26-0.76s0.05-0.759-0.25-0.759-0.42-0.342-0.26-0.76 0.05-0.759-0.25-0.759-0.41-0.342-0.25-0.76 0.04-0.76-0.26-0.76-0.41-0.341-0.25-0.759 0.06-0.76-0.23-0.76c-0.28 0-0.38-0.227-0.21-0.506 0.18-0.278 0.06-0.506-0.25-0.506s-0.42-0.228-0.25-0.507c0.17-0.278 0.06-0.506-0.26-0.506-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.06-0.507-0.25-0.507s-0.43-0.229-0.25-0.51c0.17-0.28-0.04-0.646-0.48-0.812-0.43-0.167-0.67-0.484-0.54-0.705 0.14-0.221-0.6-1.154-1.65-2.073-1.04-0.919-1.83-1.859-1.76-2.09s-0.21-0.552-0.63-0.713c-0.42-0.16-0.64-0.496-0.48-0.745 0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.23-0.25-0.51c0.17-0.281-0.04-0.646-0.47-0.813-0.44-0.166-0.67-0.507-0.51-0.756 0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.25-0.507s-0.43-0.228-0.26-0.506c0.18-0.279 0.06-0.507-0.25-0.507s-0.43-0.227-0.25-0.506c0.17-0.278 0.06-0.506-0.26-0.506-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.05-0.507-0.28-0.507-0.32 0-0.46-0.342-0.3-0.759 0.16-0.418 0.05-0.76-0.25-0.76s-0.41-0.342-0.25-0.759c0.16-0.418 0.05-0.76-0.25-0.76-0.36 0-0.48-1.47-0.37-4.304 0.1-2.367-0.02-4.304-0.26-4.304-0.25 0-0.33-0.911-0.18-2.025 0.16-1.161 0.06-2.026-0.22-2.026-0.27 0-0.35-0.457-0.17-1.015 0.21-0.674 0.06-1.117-0.47-1.319-0.44-0.167-0.67-0.5076-0.51-0.7569 0.15-0.2493 0.02-0.4533-0.29-0.4533s-0.42-0.2278-0.25-0.5063 0.06-0.5064-0.25-0.5064-0.45-0.193-0.3-0.4289c0.34-0.557-2.45-3.2379-2.9-2.7851-0.19 0.1896-0.35 0.0654-0.35-0.2759 0-0.3414-0.23-0.4798-0.5-0.3077-0.28 0.1721-0.51 0.0582-0.51-0.2532s-0.23-0.4253-0.51-0.2532-0.5 0.0582-0.5-0.2531c0-0.3114-0.23-0.4253-0.51-0.2532s-0.51 0.0563-0.51-0.2574c0-0.34-0.41-0.4405-1.01-0.249-0.56 0.1768-1.01 0.1352-1.01-0.0924 0-0.2277-1.48-0.4139-3.29-0.4139s-3.29 0.1952-3.29 0.4339-0.35 0.3028-0.76 0.1425c-0.42-0.1603-0.76-0.0573-0.76 0.2289s-0.23 0.3795-0.51 0.2074-0.51-0.0582-0.51 0.2532c0 0.3113-0.19 0.4468-0.42 0.301-0.56-0.3443-3.24 2.4459-2.79 2.8988 0.19 0.1895 0.07 0.3446-0.28 0.3446-0.34 0-0.48 0.2279-0.3 0.5064 0.17 0.2785 0.05 0.5063-0.26 0.5063s-0.42 0.2279-0.25 0.5064 0.08 0.5063-0.21 0.5063c-0.28 0-0.39 0.3418-0.23 0.7595s0.1 0.7597-0.14 0.7597-0.43 3.418-0.43 7.595c0 4.178 0.13 7.595 0.3 7.595s0.34 1.254 0.39 2.785c0.06 1.72-0.12 2.785-0.46 2.785-0.3 0-0.4 0.228-0.23 0.507 0.17 0.278 0.06 0.506-0.26 0.506-0.31 0-0.44 0.204-0.28 0.453 0.15 0.249-0.08 0.59-0.51 0.756-0.43 0.167-0.66 0.508-0.51 0.76 0.16 0.251-0.07 0.593-0.5 0.759-0.44 0.167-0.67 0.507-0.51 0.757 0.15 0.25-0.29 0.832-1 1.292-0.7 0.461-1.16 1.019-1.03 1.241 0.14 0.222-0.43 0.907-1.26 1.522-0.83 0.616-1.38 1.335-1.22 1.6 0.17 0.264 0.05 0.481-0.26 0.481-0.32 0-0.43 0.227-0.26 0.506 0.17 0.278 0.06 0.506-0.25 0.506s-0.43 0.228-0.25 0.507c0.17 0.278 0.07 0.506-0.21 0.506-0.29 0-0.39 0.342-0.23 0.76 0.16 0.417 0.02 0.759-0.3 0.759-0.37 0-0.47 0.393-0.28 1.013 0.18 0.568 0.09 1.012-0.2 1.012s-0.39 0.342-0.23 0.76 0.02 0.76-0.3 0.76c-0.33 0-0.45 0.227-0.28 0.506 0.17 0.278 0.08 0.506-0.21 0.506-0.28 0-0.39 0.342-0.23 0.76s0.03 0.759-0.29 0.759c-0.33 0-0.45 0.228-0.28 0.507 0.17 0.278 0.06 0.506-0.26 0.506-0.31 0-0.42 0.228-0.25 0.506 0.17 0.279 0.06 0.507-0.25 0.507s-0.44 0.204-0.29 0.453c0.16 0.249-0.07 0.589-0.51 0.756-0.43 0.166-0.64 0.532-0.47 0.812 0.17 0.281 0.06 0.51-0.25 0.51s-0.43 0.228-0.25 0.507c0.17 0.278 0.05 0.506-0.26 0.506-0.34 0-0.44 0.409-0.25 1.013 0.18 0.557 0.09 1.012-0.19 1.012-0.64 0-0.54 2.161 0.12 2.614 0.27 0.184 1.21 0.216 2.1 0.073 1.3-0.212 1.97 0.05 3.46 1.363 1.02 0.894 1.85 1.876 1.85 2.182s-0.87-0.29-1.93-1.326c-1.6-1.562-2.23-1.859-3.74-1.748-1.01 0.074-1.72 0.297-1.6 0.497s0.91 0.225 1.76 0.057c1.28-0.258 1.83-0.016 3.39 1.514 1.03 1.002 2.1 1.831 2.38 1.843 0.27 0.011 0.59 0.28 0.69 0.597 0.12 0.356-0.05 0.423-0.45 0.175-0.43-0.265-0.53-0.201-0.29 0.191 0.2 0.326 0.56 0.475 0.79 0.331 0.23-0.143 1.02 0.748 1.74 1.981 1.46 2.499 1.61 3.054 0.68 2.517-0.37-0.211-0.46-0.171-0.21 0.097 0.23 0.253 0.67 0.461 0.97 0.461s0.65 0.316 0.78 0.703c0.16 0.469 0.02 0.57-0.41 0.302-0.44-0.272-0.53-0.201-0.27 0.216 0.21 0.34 0.51 0.487 0.67 0.327s0.86 0.223 1.55 0.852 1.08 0.83 0.86 0.446c-0.28-0.47-0.19-0.626 0.26-0.475 0.37 0.123 1.09-0.189 1.59-0.694 1.01-1.006 1.23-2.437 0.38-2.437-0.29 0-0.41-0.197-0.26-0.438 0.32-0.527-1.43-2.225-1.86-1.797-0.16 0.164-0.68-0.29-1.15-1.008s-1.05-1.186-1.29-1.04c-0.23 0.146-0.8-0.31-1.26-1.013s-1.01-1.174-1.21-1.047c-0.21 0.127-1-0.414-1.75-1.202-1.2-1.253-1.39-1.888-1.49-5.081-0.06-2.007 0.08-3.77 0.32-3.917 0.24-0.148 0.31-0.588 0.16-0.977-0.15-0.39-0.03-0.708 0.27-0.708s0.42-0.342 0.26-0.76c-0.17-0.418-0.08-0.759 0.18-0.759s0.34-0.342 0.18-0.76-0.02-0.759 0.3-0.759c0.33 0 0.45-0.228 0.28-0.507-0.17-0.278-0.06-0.506 0.25-0.506s0.43-0.228 0.25-0.506c-0.17-0.279-0.05-0.507 0.26-0.507s0.42-0.228 0.25-0.506c-0.17-0.279-0.06-0.507 0.25-0.507 0.32 0 0.43-0.227 0.26-0.506-0.18-0.278-0.06-0.506 0.25-0.506s0.42-0.23 0.25-0.51c-0.17-0.281 0.04-0.646 0.47-0.813 0.44-0.166 0.67-0.506 0.51-0.756-0.15-0.249-0.06-0.453 0.21-0.453s0.38-0.513 0.24-1.139c-0.21-0.947-0.15-1.011 0.34-0.38 0.48 0.605 0.54 0.375 0.33-1.139-0.15-1.1-0.05-1.899 0.24-1.899 0.28 0 0.37-0.228 0.19-0.507-0.17-0.278-0.05-0.506 0.26-0.506s0.42-0.228 0.25-0.506c-0.17-0.279-0.06-0.507 0.25-0.507 0.32 0 0.43-0.227 0.26-0.506-0.17-0.278-0.06-0.506 0.25-0.506s0.43-0.23 0.25-0.51c-0.17-0.281 0.04-0.646 0.48-0.813 0.43-0.166 0.66-0.506 0.5-0.756-0.15-0.249-0.02-0.453 0.29-0.453s0.43-0.228 0.25-0.506c-0.17-0.279-0.07-0.507 0.23-0.507 0.59 0 0.45-3.696-0.2-5.184-0.21-0.483-0.14-1.566 0.15-2.405 0.3-0.875 0.33-1.525 0.07-1.525s-0.32-0.379-0.15-0.843c0.2-0.503 0.12-0.715-0.18-0.527-0.7 0.432-0.51-5.463 0.21-6.322 1.08-1.307 5.74-0.198 4.9 1.167-0.15 0.247-0.02 0.449 0.29 0.449s0.53 0.398 0.48 0.886c-0.18 1.802 0.06 2.152 1.49 2.152 1.59 0 2.17-0.823 1.73-2.483-0.16-0.633-0.03-1.062 0.32-1.062 0.33 0 0.46-0.224 0.29-0.498-0.4-0.639 2.71-2.551 4.04-2.487 0.85 0.04 0.81 0.119-0.25 0.48-1.22 0.416-1.21 0.428 0.25 0.348 1.73-0.095 2.95 0.478 2.51 1.18-0.16 0.259-0.03 0.471 0.28 0.471s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.507 0.21 0.507s0.39 0.342 0.23 0.759c-0.16 0.418-0.04 0.76 0.27 0.76s0.56 0.569 0.56 1.266c0 0.696-0.25 1.266-0.56 1.266s-0.43 0.341-0.27 0.759 0.06 0.76-0.22 0.76c-0.33 0-0.32 0.351 0.03 1.003 0.3 0.552 0.53 1.862 0.52 2.912-0.04 2.879 0.16 4.186 0.64 4.186 0.23 0 0.28 0.228 0.11 0.507-0.17 0.278-0.06 0.506 0.25 0.506 0.32 0 0.43 0.228 0.26 0.506-0.17 0.279-0.06 0.507 0.25 0.507s0.44 0.204 0.29 0.453c-0.16 0.249 0.08 0.593 0.53 0.764 0.46 0.177 0.68 0.635 0.52 1.066-0.16 0.415-0.06 0.755 0.23 0.755 0.28 0 0.38 0.228 0.2 0.506-0.17 0.279-0.05 0.506 0.26 0.506 0.34 0 0.44 0.41 0.25 1.013-0.2 0.624-0.09 1.013 0.28 1.013 0.35 0 0.49 0.421 0.33 1.013-0.14 0.556-0.02 1.012 0.28 1.012s0.39 0.151 0.21 0.335c-0.18 0.183 0.12 0.655 0.68 1.047s0.89 0.925 0.73 1.185c-0.16 0.259-0.04 0.471 0.27 0.471 0.32 0 0.43 0.228 0.26 0.507-0.17 0.278-0.06 0.506 0.25 0.506s0.43 0.228 0.25 0.506c-0.17 0.279-0.05 0.507 0.26 0.507s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.506 0.21 0.506 0.28 0 0.37 0.38 0.19 0.843-0.23 0.61-0.13 0.729 0.35 0.431 0.51-0.316 0.59-0.109 0.34 0.888-0.19 0.765-0.1 1.374 0.22 1.482 0.37 0.125 0.4 0.745 0.09 1.941l-0.46 1.757-0.33-2.73c-0.32-2.716-2.19-6.982-3.89-8.916-0.49-0.556-1.04-1.998-1.22-3.203-0.39-2.533-2.78-7.52-4.24-8.843-0.97-0.876-1.06-0.866-2.46 0.286-2.49 2.042-6.25 4.394-7.53 4.715-1.23 0.31-3.35-1.229-3.88-2.822-0.44-1.315-1.86-0.077-3.72 3.248-1.48 2.654-1.79 3.633-1.51 4.884 0.26 1.175 0.1 1.839-0.64 2.663-3.09 3.464-5.7 10.213-5.7 14.751v3.25l3.15 2.688c8.04 6.866 8.68 7.985 5.95 10.475l-1.53 1.399 1.04 0.94c0.8 0.726 0.89 1.042 0.39 1.39-0.43 0.304-0.31 0.361 0.37 0.175 0.56-0.151 1.35-0.056 1.77 0.212 1.14 0.729 8.07 0.56 10.35-0.251zm-22.93-18.487c0-0.697 0.12-0.982 0.26-0.633 0.14 0.348 0.14 0.917 0 1.265-0.14 0.349-0.26 0.064-0.26-0.632zm31.33-30.348c-0.72-1.358-0.66-1.552 0.48-1.552 1.01 0 2.26 1.634 1.68 2.212-0.62 0.62-1.64 0.308-2.16-0.66zm1.51-0.004c0-0.262-0.23-0.617-0.51-0.789s-0.51 0.042-0.51 0.477c0 0.434 0.23 0.789 0.51 0.789s0.51-0.215 0.51-0.477zm-8.11-22.562c0-0.9044 0.28-1.2658 0.96-1.2658 1.35 0 1.75 1.3911 0.58 2.0176-1.38 0.7375-1.54 0.6613-1.54-0.7518zm-16.2 68.942c0-0.096-0.51-0.609-1.14-1.139l-1.14-0.965 0.97 1.14c0.9 1.07 1.31 1.369 1.31 0.964zm-22.18-8.925c-0.33-0.501-1.1 1.312-1.1 2.602-0.02 2.91 0.75 3.231 1 0.422 0.14-1.532 0.19-2.893 0.1-3.024zm17.12 1.505c-0.3-0.558-0.66-1.013-0.8-1.013s-0.01 0.455 0.29 1.013c0.3 0.556 0.66 1.012 0.8 1.012s0.01-0.456-0.29-1.012zm-12.41-2.026c0.17-0.278 0.09-0.506-0.19-0.506s-0.65 0.228-0.82 0.506c-0.17 0.279-0.09 0.506 0.19 0.506s0.65-0.227 0.82-0.506zm35.71-39.859c0.41-1.193 0.41-1.872 0-2.532-0.5-0.79-0.53-0.761-0.25 0.237 0.21 0.79 0.09 1.14-0.41 1.14-0.39 0-2.14 0.714-3.89 1.588-4.41 2.207-7 2.438-8.9 0.797l-1.48-1.27 0.87-1.827c0.48-1.005 1.61-2.28 2.52-2.834s1.35-1.008 0.98-1.01c-0.38-0.001-1.26 0.454-1.97 1.011s-1.6 1.013-1.98 1.013-0.69 0.285-0.7 0.633c0 0.348-0.14 1.132-0.3 1.741-0.23 0.858 0.23 1.626 2.05 3.392 2.09 2.035 2.64 2.301 4.99 2.436 3.46 0.2 7.62-2.015 8.47-4.515zm-1.83-4.518c0.24-0.622 0.16-0.703-0.32-0.321-0.36 0.28-0.99 0.636-1.41 0.791-0.51 0.192-0.41 0.294 0.33 0.321 0.6 0.022 1.23-0.334 1.4-0.791zm-10.84-1.449c0-0.463 0.32-0.623 0.89-0.441 0.72 0.232 0.75 0.189 0.15-0.236-0.41-0.286-0.87-0.437-1.04-0.334s-0.61-0.311-0.99-0.919c-0.65-1.049-0.64-1.067 0.28-0.347 0.88 0.693 0.91 0.686 0.31-0.079-1.06-1.355-2.4-0.828-2.27 0.888 0.1 1.25 0.05 1.318-0.34 0.457-0.32-0.711-0.47-0.782-0.5-0.24-0.02 0.426 0.32 1.281 0.76 1.901 0.63 0.91 0.97 1.026 1.77 0.601 0.54-0.289 0.98-0.852 0.98-1.251zm7.6 1.014c-0.75-0.894 0.03-1.033 0.9-0.162 0.95 0.95 2.94-0.356 2.87-1.886-0.03-0.68-0.24-1.408-0.48-1.619-0.23-0.211-0.22-0.042 0.01 0.376 0.37 0.653 0.32 0.663-0.42 0.069-0.46-0.38-0.72-0.892-0.57-1.139s0.02-0.449-0.29-0.449c-0.78 0-2.05 1.319-1.66 1.712 0.17 0.172 0.05 0.313-0.28 0.313-0.32 0-0.59 0.456-0.59 1.013 0 0.828-0.34 1.013-1.86 1.013-1.02 0-1.7 0.148-1.52 0.33s1.01 0.311 1.84 0.287c0.84-0.023 1.65 0.17 1.81 0.429 0.16 0.26 0.42 0.473 0.58 0.473s0-0.342-0.34-0.76zm5.37-2.721c-0.34-2.201-1.64-3.608-3.31-3.608-1.81 0-3.59 1.338-3.56 2.687 0.01 1.062 0.06 1.05 1.15-0.282 2.29-2.789 5.26-1.053 4.75 2.773-0.26 2.009-0.23 2.092 0.48 1.151 0.49-0.651 0.66-1.623 0.49-2.721zm-12.2-2.097c-0.04-0.562-0.38-1.302-0.75-1.646-0.54-0.5-0.6-0.488-0.28 0.062 0.29 0.517 0.13 0.606-0.65 0.36-0.56-0.181-1.18-0.091-1.36 0.198-0.17 0.29 0.01 0.527 0.41 0.527s1.01 0.342 1.35 0.76c0.88 1.05 1.37 0.949 1.28-0.261z" transform="translate(10 1088.9)"/> + <path id="tracing-f04-fr.svgpath5262" d="m227.11 88.785c-1.07-0.443-1.75-1.018-1.57-1.318 0.19-0.298 0.09-0.382-0.22-0.192-0.3 0.186-3.07-0.348-6.16-1.188s-5.78-1.541-5.99-1.559c-0.2-0.017 0.13-0.231 0.73-0.474 1.22-0.493 6.35 0.111 10.85 1.278 4.27 1.106 5.77 0.968 7.64-0.707 1.4-1.252 1.64-1.817 1.71-4.064 0.05-1.435-0.11-2.731-0.35-2.879-0.24-0.149-0.44 0.751-0.44 1.999 0 3.33-1.84 5.386-4.82 5.386-1.21 0-2.83-0.24-3.6-0.532-0.77-0.293-4.03-0.982-7.24-1.531-6.88-1.176-7.55-1.617-6.71-4.43 0.74-2.453 0.78-4.82 0.08-4.389-0.28 0.175-0.4 0.504-0.26 0.732 0.27 0.428-0.44 3.028-1.34 4.893-0.81 1.698-0.3 2.834 1.61 3.571 1.61 0.618 1.63 0.654 0.26 0.384-2.93-0.577-3.39-1.811-2.04-5.534 0.51-1.439 0.64-3.142 0.43-5.882-0.27-3.484-0.2-3.962 0.78-4.937 0.76-0.76 1.72-1.082 3.23-1.088 2.41-0.009 2.87-0.229 4.06-1.969 0.62-0.92 0.7-1.459 0.3-2.206-0.76-1.426-0.09-4.224 1.86-7.716 0.93-1.671 2.26-4.797 2.96-6.947 1.58-4.862 1.98-5.607 4.64-8.75 1.17-1.393 2.83-3.637 3.69-4.988l1.54-2.455-0.3-9.799c-0.34-11.096 0.02-12.897 3.25-16.479 2.41-2.6625 5.35-3.6955 9.64-3.3859 5.48 0.3948 9.5 2.8938 12.15 7.5492 1.39 2.4457 1.65 3.8187 2.1 11.044 0.37 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.54 6.056 4.91 7.626 2.86 3.269 4.15 5.595 5.85 10.589 1.45 4.266 1.94 9.256 1.25 12.688-0.4 1.999-0.35 2.768 0.22 3.653 0.4 0.617 0.73 1.707 0.73 2.423 0 1.806 1.28 3.589 3.87 5.37 3.67 2.526 3.07 4.2-2.66 7.391-2.33 1.299-5.27 3.359-6.52 4.579-1.26 1.22-2.5 2.086-2.76 1.924-0.26-0.161-0.63-0.026-0.84 0.3-0.23 0.371-0.14 0.458 0.22 0.232 0.32-0.199 0.59-0.24 0.59-0.091 0 0.623-3.12 1.815-4.76 1.815-2.14 0-4.52-0.842-4.14-1.461 0.15-0.248-0.12-0.419-0.6-0.381-0.52 0.041-0.89-0.286-0.89-0.781 0-0.467-0.21-1.037-0.46-1.265-0.26-0.241-0.29-0.128-0.06 0.267 0.32 0.549 0.19 0.574-0.65 0.127-0.63-0.341-4.31-0.557-9.48-0.557h-8.44l-1.9 1.504c-3.36 2.662-5.46 3.073-8.75 1.708zm4.05-0.016c-0.49-0.128-1.29-0.128-1.77 0-0.49 0.127-0.09 0.231 0.88 0.231 0.98 0 1.38-0.104 0.89-0.231zm32.15-0.009c-0.62-0.12-1.65-0.12-2.28 0-0.62 0.121-0.11 0.22 1.14 0.22 1.26 0 1.77-0.099 1.14-0.22zm-26.77-2.829c0.16 0.161 0.44-0.081 0.61-0.539 0.28-0.727 1.42-0.832 9.13-0.832 4.84 0 8.8 0.204 8.8 0.453s0.52 0.42 1.14 0.38c1.11-0.071 1.14-0.249 1.2-5.516 0.03-2.994-0.11-5.444-0.32-5.444-0.2 0-0.65 0.34-1 0.754-0.34 0.415-0.8 0.645-1.02 0.511-0.21-0.134-0.77 0.332-1.23 1.034-0.46 0.703-1.05 1.144-1.32 0.979s-0.48-0.045-0.48 0.267c0 0.311-0.21 0.44-0.46 0.286s-0.59 0.075-0.75 0.508c-0.17 0.434-0.54 0.647-0.82 0.474s-0.51-0.05-0.51 0.275-0.34 0.459-0.76 0.299c-0.41-0.16-0.76-0.055-0.76 0.233 0 0.295-0.44 0.384-1.01 0.203-0.55-0.176-1.01-0.135-1.01 0.093s-1.82 0.414-4.05 0.414-4.05-0.164-4.05-0.364-0.38-0.218-0.84-0.041c-0.61 0.233-0.73 0.138-0.44-0.334 0.27-0.443 0.18-0.58-0.3-0.42-0.4 0.138-0.71 0.967-0.73 1.964-0.06 2.931-0.18 3.321-1.51 4.647-0.91 0.906-1.09 1.361-0.63 1.54 0.36 0.14 1.14-0.279 1.74-0.931s1.22-1.054 1.38-0.893zm-2.22 0.908c0.35-0.418 0.75-0.759 0.89-0.759s-0.03 0.341-0.38 0.759-0.74 0.759-0.88 0.759 0.03-0.341 0.37-0.759zm32.33-1.275c1.22-0.55 2.38-0.895 2.59-0.767 0.2 0.129 1.02-0.442 1.81-1.267 1.8-1.882 1.46-1.879-2.29 0.018-3.42 1.722-6.55 1.993-7.86 0.681-1.4-1.4-1.77-3.066-1.77-8.026 0-2.641-0.22-4.888-0.51-5.063-0.76-0.471-1.21 1.173-0.54 1.981 0.36 0.435 0.55 2.432 0.48 5.272-0.08 3.597 0.09 4.857 0.77 5.904 1.58 2.406 3.92 2.811 7.32 1.267zm-18.94-6.315c1.09-0.39 2.21-0.573 2.48-0.406s0.34 0.057 0.15-0.244c-0.34-0.554 1.52-1.451 2.47-1.186 0.27 0.079 0.33-0.027 0.13-0.234-0.33-0.322 1.41-1.937 2.14-2 0.62-0.054 2.54-1.541 2.54-1.968 0-0.26-0.62 0.079-1.38 0.754-0.76 0.676-1.05 0.805-0.66 0.289 0.4-0.516 0.9-2.111 1.12-3.544 1.01-6.85 1.12-7.111 3.19-7.495 1.13-0.21 1.62-1.824 1.72-5.648 0.03-1.481 0.25-2.312 0.56-2.122 0.63 0.387 0.68 4.811 0.06 4.811-0.25 0-0.34 1.538-0.21 3.418 0.21 2.857 0.46 3.612 1.55 4.607 1.1 0.999 1.64 1.137 3.37 0.86 1.2-0.191 2.65-0.89 3.46-1.664 0.77-0.734 1.39-1.104 1.39-0.822 0 0.775-2.09 2.578-3.7 3.187-3.24 1.227-5.69 0.076-6.41-3.016l-0.42-1.76-0.05 1.932c-0.07 2.598 0.61 3.697 2.72 4.393 2.04 0.673 3.45 0.355 5.58-1.261 1.46-1.097 4.07-4.841 2.86-4.096-0.73 0.45-0.73 0.166 0-1.435 0.32-0.7 0.78-1.155 1.01-1.011s0.28-0.432 0.11-1.282c-0.17-0.849-0.1-1.544 0.14-1.544s0.44-1.253 0.44-2.785-0.2-2.785-0.44-2.785-0.31-0.684-0.14-1.519c0.19-0.939 0.09-1.519-0.24-1.519-0.31 0-0.42-0.342-0.26-0.76 0.16-0.417 0.05-0.759-0.25-0.759s-0.42-0.342-0.26-0.76c0.16-0.417 0.05-0.759-0.25-0.759s-0.41-0.342-0.25-0.76c0.16-0.417 0.04-0.759-0.26-0.759s-0.41-0.342-0.25-0.76c0.16-0.417 0.06-0.759-0.23-0.759-0.28 0-0.38-0.228-0.21-0.507 0.18-0.278 0.06-0.506-0.25-0.506s-0.42-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.26-0.507-0.31 0-0.42-0.228-0.25-0.506s0.06-0.506-0.25-0.506-0.43-0.23-0.25-0.51c0.17-0.281-0.04-0.646-0.48-0.813-0.43-0.166-0.67-0.483-0.54-0.705 0.14-0.221-0.6-1.154-1.65-2.072-1.04-0.919-1.83-1.86-1.76-2.091s-0.21-0.551-0.63-0.712-0.64-0.496-0.48-0.746c0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.229-0.25-0.51c0.17-0.28-0.04-0.646-0.47-0.812-0.44-0.167-0.67-0.507-0.51-0.756 0.15-0.25 0.02-0.454-0.29-0.454s-0.42-0.228-0.25-0.506 0.06-0.506-0.25-0.506-0.43-0.228-0.26-0.507c0.18-0.278 0.06-0.506-0.25-0.506s-0.43-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.26-0.507-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.05-0.506-0.28-0.506-0.32 0-0.46-0.342-0.3-0.76s0.05-0.76-0.25-0.76-0.41-0.341-0.25-0.759 0.05-0.76-0.25-0.76c-0.36 0-0.48-1.47-0.37-4.304 0.1-2.367-0.02-4.304-0.26-4.304-0.25 0-0.33-0.911-0.18-2.025 0.16-1.16 0.06-2.025-0.22-2.025-0.27 0-0.35-0.457-0.17-1.015 0.21-0.674 0.06-1.118-0.47-1.32-0.44-0.166-0.67-0.5072-0.51-0.7565 0.15-0.2493 0.02-0.4533-0.29-0.4533s-0.42-0.2278-0.25-0.5063 0.06-0.5064-0.25-0.5064-0.45-0.193-0.3-0.4289c0.34-0.557-2.45-3.2379-2.9-2.7851-0.19 0.1896-0.35 0.0654-0.35-0.2759 0-0.3414-0.23-0.4798-0.5-0.3077-0.28 0.1721-0.51 0.0582-0.51-0.2532s-0.23-0.4253-0.51-0.2532-0.5 0.0582-0.5-0.2531c0-0.3114-0.23-0.4253-0.51-0.2532s-0.51 0.0563-0.51-0.2574c0-0.34-0.41-0.4405-1.01-0.249-0.56 0.1768-1.01 0.1352-1.01-0.0924 0-0.2277-1.48-0.4139-3.29-0.4139s-3.29 0.1952-3.29 0.4339-0.35 0.3028-0.76 0.1425c-0.42-0.1603-0.76-0.0573-0.76 0.2289s-0.23 0.3795-0.51 0.2074-0.51-0.0582-0.51 0.2532c0 0.3113-0.19 0.4468-0.42 0.301-0.56-0.3443-3.24 2.4459-2.79 2.8988 0.19 0.1895 0.07 0.3446-0.28 0.3446-0.34 0-0.48 0.2279-0.3 0.5064 0.17 0.2785 0.05 0.5063-0.26 0.5063s-0.42 0.2279-0.25 0.5064 0.08 0.5063-0.21 0.5063c-0.28 0-0.39 0.3418-0.23 0.7595 0.16 0.4183 0.1 0.7593-0.14 0.7593s-0.43 3.418-0.43 7.595c0 4.178 0.13 7.596 0.3 7.596s0.34 1.253 0.39 2.785c0.06 1.719-0.12 2.785-0.46 2.785-0.3 0-0.4 0.228-0.23 0.506s0.06 0.506-0.26 0.506c-0.31 0-0.44 0.204-0.28 0.454 0.15 0.249-0.08 0.589-0.51 0.756-0.43 0.166-0.66 0.508-0.51 0.759 0.16 0.251-0.07 0.593-0.5 0.76-0.44 0.166-0.67 0.507-0.51 0.757 0.15 0.25-0.29 0.831-1 1.292-0.7 0.46-1.16 1.018-1.03 1.24 0.14 0.222-0.43 0.907-1.26 1.523-0.83 0.615-1.38 1.335-1.22 1.599 0.17 0.265 0.05 0.481-0.26 0.481-0.32 0-0.43 0.228-0.26 0.506 0.17 0.279 0.06 0.507-0.25 0.507s-0.43 0.228-0.25 0.506c0.17 0.278 0.07 0.506-0.21 0.506-0.29 0-0.39 0.342-0.23 0.76s0.02 0.759-0.3 0.759c-0.37 0-0.47 0.393-0.28 1.013 0.18 0.568 0.09 1.013-0.2 1.013s-0.39 0.342-0.23 0.759c0.16 0.418 0.02 0.76-0.3 0.76-0.33 0-0.45 0.228-0.28 0.506 0.17 0.279 0.08 0.507-0.21 0.507-0.28 0-0.39 0.341-0.23 0.759s0.03 0.76-0.29 0.76c-0.33 0-0.45 0.228-0.28 0.506s0.06 0.506-0.26 0.506c-0.31 0-0.42 0.228-0.25 0.507 0.17 0.278 0.06 0.506-0.25 0.506s-0.44 0.204-0.29 0.453c0.16 0.25-0.07 0.59-0.51 0.756-0.43 0.167-0.64 0.532-0.47 0.813 0.17 0.28 0.06 0.51-0.25 0.51s-0.43 0.228-0.25 0.506c0.17 0.279 0.05 0.507-0.26 0.507-0.34 0-0.44 0.409-0.25 1.012 0.18 0.557 0.09 1.013-0.19 1.013-0.64 0-0.54 2.161 0.12 2.613 0.27 0.184 1.21 0.217 2.1 0.073 1.3-0.211 1.97 0.051 3.46 1.364 1.02 0.893 1.85 1.875 1.85 2.181s-0.87-0.29-1.93-1.325c-1.6-1.562-2.23-1.86-3.74-1.749-1.01 0.074-1.72 0.298-1.6 0.497 0.12 0.2 0.91 0.226 1.76 0.057 1.28-0.258 1.83-0.016 3.39 1.515 1.03 1.001 2.1 1.831 2.38 1.842 0.27 0.011 0.59 0.28 0.69 0.598 0.12 0.355-0.05 0.422-0.45 0.175-0.43-0.266-0.53-0.201-0.29 0.19 0.2 0.327 0.56 0.476 0.79 0.332s1.02 0.747 1.74 1.981c1.46 2.498 1.61 3.054 0.68 2.517-0.37-0.212-0.46-0.172-0.21 0.096 0.23 0.254 0.67 0.461 0.97 0.461s0.65 0.317 0.78 0.704c0.16 0.469 0.02 0.569-0.41 0.301-0.44-0.271-0.53-0.201-0.27 0.216 0.21 0.341 0.51 0.488 0.67 0.327 0.16-0.16 0.86 0.224 1.55 0.853s1.08 0.829 0.86 0.445c-0.28-0.47-0.19-0.625 0.26-0.475 0.37 0.124 1.09-0.189 1.59-0.694 1.01-1.006 1.23-2.436 0.38-2.436-0.29 0-0.41-0.198-0.26-0.439 0.32-0.526-1.43-2.224-1.86-1.797-0.16 0.164-0.68-0.289-1.15-1.007s-1.05-1.187-1.29-1.041c-0.23 0.146-0.8-0.31-1.26-1.012-0.46-0.703-1.01-1.174-1.21-1.047-0.21 0.127-1-0.414-1.75-1.202-1.2-1.254-1.39-1.889-1.49-5.082-0.06-2.007 0.08-3.769 0.32-3.917s0.31-0.587 0.16-0.977c-0.15-0.389-0.03-0.708 0.27-0.708s0.42-0.342 0.26-0.759c-0.17-0.418-0.08-0.76 0.18-0.76s0.34-0.342 0.18-0.76c-0.16-0.417-0.02-0.759 0.3-0.759 0.33 0 0.45-0.228 0.28-0.506-0.17-0.279-0.06-0.507 0.25-0.507s0.43-0.228 0.25-0.506c-0.17-0.279-0.05-0.506 0.26-0.506s0.42-0.228 0.25-0.507c-0.17-0.278-0.06-0.506 0.25-0.506 0.32 0 0.43-0.228 0.26-0.507-0.18-0.278-0.06-0.506 0.25-0.506s0.42-0.229 0.25-0.51c-0.17-0.28 0.04-0.646 0.47-0.812 0.44-0.167 0.67-0.507 0.51-0.756-0.15-0.25-0.06-0.454 0.21-0.454s0.38-0.512 0.24-1.139c-0.21-0.946-0.15-1.011 0.34-0.38 0.48 0.606 0.54 0.375 0.33-1.139-0.15-1.1-0.05-1.899 0.24-1.899 0.28 0 0.37-0.228 0.19-0.506-0.17-0.279-0.05-0.507 0.26-0.507s0.42-0.227 0.25-0.506c-0.17-0.278-0.06-0.506 0.25-0.506 0.32 0 0.43-0.228 0.26-0.506-0.17-0.279-0.06-0.507 0.25-0.507s0.43-0.229 0.25-0.51c-0.17-0.28 0.04-0.646 0.48-0.812 0.43-0.167 0.66-0.507 0.5-0.756-0.15-0.25-0.02-0.454 0.29-0.454s0.43-0.227 0.25-0.506c-0.17-0.279-0.07-0.506 0.23-0.506 0.59 0 0.45-3.696-0.2-5.184-0.21-0.484-0.14-1.566 0.15-2.405 0.3-0.875 0.33-1.526 0.07-1.526s-0.32-0.379-0.15-0.842c0.2-0.504 0.12-0.716-0.18-0.528-0.7 0.432-0.51-5.462 0.21-6.322 1.08-1.307 5.74-0.198 4.9 1.167-0.15 0.247-0.02 0.449 0.29 0.449s0.53 0.399 0.48 0.886c-0.18 1.802 0.06 2.152 1.49 2.152 1.59 0 2.17-0.822 1.73-2.483-0.16-0.633-0.03-1.061 0.32-1.061 0.33 0 0.46-0.224 0.29-0.499-0.4-0.639 2.71-2.551 4.04-2.487 0.85 0.041 0.81 0.119-0.25 0.48-1.22 0.416-1.21 0.428 0.25 0.348 1.73-0.095 2.95 0.479 2.51 1.18-0.16 0.259-0.03 0.472 0.28 0.472s0.42 0.227 0.25 0.506c-0.17 0.278-0.08 0.506 0.21 0.506s0.39 0.342 0.23 0.76c-0.16 0.417-0.04 0.759 0.27 0.759s0.56 0.57 0.56 1.266-0.25 1.266-0.56 1.266-0.43 0.342-0.27 0.759c0.16 0.418 0.06 0.76-0.22 0.76-0.33 0-0.32 0.351 0.03 1.004 0.3 0.552 0.53 1.862 0.52 2.911-0.04 2.879 0.16 4.187 0.64 4.187 0.23 0 0.28 0.228 0.11 0.506s-0.06 0.506 0.25 0.506c0.32 0 0.43 0.228 0.26 0.507-0.17 0.278-0.06 0.506 0.25 0.506s0.44 0.204 0.29 0.453c-0.16 0.25 0.08 0.593 0.53 0.764 0.46 0.177 0.68 0.635 0.52 1.066-0.16 0.415-0.06 0.755 0.23 0.755 0.28 0 0.38 0.228 0.2 0.507-0.17 0.278-0.05 0.506 0.26 0.506 0.34 0 0.44 0.409 0.25 1.012-0.2 0.624-0.09 1.013 0.28 1.013 0.35 0 0.49 0.421 0.33 1.013-0.14 0.557-0.02 1.013 0.28 1.013s0.39 0.15 0.21 0.334 0.12 0.655 0.68 1.047 0.89 0.926 0.73 1.185-0.04 0.472 0.27 0.472c0.32 0 0.43 0.228 0.26 0.506-0.17 0.279-0.06 0.506 0.25 0.506s0.43 0.228 0.25 0.507c-0.17 0.278-0.05 0.506 0.26 0.506s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.507 0.21 0.507 0.28 0 0.37 0.379 0.19 0.842-0.23 0.61-0.13 0.729 0.35 0.431 0.51-0.315 0.59-0.108 0.34 0.888-0.19 0.765-0.1 1.375 0.22 1.482 0.37 0.125 0.4 0.746 0.09 1.941l-0.46 1.758-0.33-2.731c-0.32-2.715-2.19-6.981-3.89-8.915-0.49-0.557-1.04-1.999-1.22-3.203-0.39-2.533-2.78-7.521-4.24-8.844-0.97-0.875-1.06-0.865-2.46 0.286-2.49 2.042-6.25 4.394-7.53 4.715-1.23 0.311-3.35-1.228-3.88-2.821-0.44-1.316-1.86-0.078-3.72 3.248-1.48 2.654-1.79 3.633-1.51 4.884 0.26 1.174 0.1 1.838-0.64 2.662-3.09 3.465-5.7 10.213-5.7 14.751v3.25l3.15 2.689c8.04 6.866 8.68 7.984 5.95 10.474l-1.53 1.4 1.04 0.939c0.8 0.726 0.89 1.042 0.39 1.39-0.43 0.304-0.31 0.361 0.37 0.175 0.56-0.151 1.35-0.055 1.77 0.213 1.14 0.728 8.07 0.56 10.35-0.252zm-22.93-18.487c0-0.696 0.12-0.981 0.26-0.633s0.14 0.918 0 1.266-0.26 0.063-0.26-0.633zm31.33-30.348c-0.72-1.358-0.66-1.552 0.48-1.552 1.01 0 2.26 1.635 1.68 2.212-0.62 0.62-1.64 0.308-2.16-0.66zm1.51-0.003c0-0.262-0.23-0.617-0.51-0.79-0.28-0.172-0.51 0.043-0.51 0.477s0.23 0.789 0.51 0.789 0.51-0.214 0.51-0.476zm-8.11-22.563c0-0.9044 0.28-1.2658 0.96-1.2658 1.35 0 1.75 1.3911 0.58 2.0176-1.38 0.7375-1.54 0.6613-1.54-0.7518zm-16.2 68.942c0-0.096-0.51-0.608-1.14-1.139l-1.14-0.964 0.97 1.139c0.9 1.07 1.31 1.37 1.31 0.964zm-22.18-8.924c-0.33-0.501-1.1 1.311-1.1 2.602-0.02 2.91 0.75 3.23 1 0.421 0.14-1.532 0.19-2.892 0.1-3.023zm17.12 1.504c-0.3-0.557-0.66-1.013-0.8-1.013s-0.01 0.456 0.29 1.013 0.66 1.013 0.8 1.013 0.01-0.456-0.29-1.013zm-12.41-2.026c0.17-0.278 0.09-0.506-0.19-0.506s-0.65 0.228-0.82 0.506c-0.17 0.279-0.09 0.507 0.19 0.507s0.65-0.228 0.82-0.507zm35.71-39.859c0.41-1.193 0.41-1.871 0-2.531-0.5-0.791-0.53-0.762-0.25 0.237 0.21 0.789 0.09 1.139-0.41 1.139-0.39 0-2.14 0.715-3.89 1.588-4.41 2.208-7 2.439-8.9 0.797l-1.48-1.27 0.87-1.827c0.48-1.004 1.61-2.28 2.52-2.834s1.35-1.008 0.98-1.009c-0.38-0.001-1.26 0.454-1.97 1.011s-1.6 1.012-1.98 1.012-0.69 0.285-0.7 0.633c0 0.348-0.14 1.132-0.3 1.742-0.23 0.857 0.23 1.625 2.05 3.392 2.09 2.035 2.64 2.3 4.99 2.436 3.46 0.2 7.62-2.015 8.47-4.516zm-1.83-4.518c0.24-0.621 0.16-0.702-0.32-0.321-0.36 0.281-0.99 0.637-1.41 0.791-0.51 0.192-0.41 0.294 0.33 0.321 0.6 0.022 1.23-0.334 1.4-0.791zm-10.84-1.449c0-0.462 0.32-0.622 0.89-0.441 0.72 0.233 0.75 0.189 0.15-0.236-0.41-0.286-0.87-0.436-1.04-0.333s-0.61-0.311-0.99-0.92c-0.65-1.048-0.64-1.066 0.28-0.347 0.88 0.693 0.91 0.686 0.31-0.078-1.06-1.356-2.4-0.829-2.27 0.888 0.1 1.249 0.05 1.317-0.34 0.456-0.32-0.71-0.47-0.781-0.5-0.239-0.02 0.425 0.32 1.28 0.76 1.9 0.63 0.91 0.97 1.026 1.77 0.602 0.54-0.29 0.98-0.853 0.98-1.252zm7.6 1.014c-0.75-0.894 0.03-1.033 0.9-0.162 0.95 0.951 2.94-0.355 2.87-1.885-0.03-0.68-0.24-1.409-0.48-1.62-0.23-0.211-0.22-0.041 0.01 0.376 0.37 0.653 0.32 0.663-0.42 0.069-0.46-0.379-0.72-0.892-0.57-1.139s0.02-0.449-0.29-0.449c-0.78 0-2.05 1.32-1.66 1.712 0.17 0.172 0.05 0.314-0.28 0.314-0.32 0-0.59 0.455-0.59 1.012 0 0.829-0.34 1.013-1.86 1.013-1.02 0-1.7 0.149-1.52 0.33 0.18 0.182 1.01 0.311 1.84 0.288 0.84-0.024 1.65 0.169 1.81 0.429s0.42 0.472 0.58 0.472 0-0.342-0.34-0.76zm5.37-2.721c-0.34-2.2-1.64-3.608-3.31-3.608-1.81 0-3.59 1.339-3.56 2.687 0.01 1.063 0.06 1.051 1.15-0.282 2.29-2.788 5.26-1.052 4.75 2.774-0.26 2.009-0.23 2.091 0.48 1.15 0.49-0.65 0.66-1.623 0.49-2.721zm-12.2-2.097c-0.04-0.561-0.38-1.302-0.75-1.645-0.54-0.501-0.6-0.489-0.28 0.062 0.29 0.517 0.13 0.606-0.65 0.359-0.56-0.18-1.18-0.091-1.36 0.199-0.17 0.29 0.01 0.527 0.41 0.527s1.01 0.342 1.35 0.759c0.88 1.051 1.37 0.95 1.28-0.261z" transform="translate(10 1088.9)" stroke="#000" stroke-width=".375" fill="none"/> + <rect id="d0e113" display="none" height="1e3px" width="288" y="1205.6" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e113"/> </flowRegion> <flowDiv xml:space="preserve">Vous devriez essayer ces trois filtres et observer les résultats différents qu'ils produisent pour différents types d'images. Pour une image donnée, il y en aura un qui donnera de meilleurs résultats que les autres.</flowDiv> </flowRoot> - <rect id="d0e116" display="none" height="1e3px" width="288" y="1263.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <rect id="d0e116" display="none" height="1e3px" width="288" y="1254" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e116"/> </flowRegion> - <flowDiv xml:space="preserve">Après la vectorisation, vous devriez essayer d'appliquer la commande <flowSpan font-family="Sans">Chemin > Simplifier</flowSpan> (<flowSpan font-weight="bold">Ctrl+L</flowSpan>) au chemin résultant, afin de diminuer le nombre de nœuds. Cela peut rendre l'édition du résultat de Potrace bien plus facile. Par exemple, voici un exemple typique de vectorisation du « Vieil homme jouant de la guitare » :</flowDiv> + <flowDiv xml:space="preserve">Après la vectorisation, vous devriez essayer d'appliquer la commande <flowSpan font-family="sans-serif">Chemin > Simplifier</flowSpan> (<flowSpan font-weight="bold">Ctrl+L</flowSpan>) au chemin résultant, afin de diminuer le nombre de nœuds. Cela peut rendre l'édition du résultat de Potrace bien plus facile. Par exemple, voici un exemple typique de vectorisation du « Vieil homme jouant de la guitare » :</flowDiv> </flowRoot> - <text id="tracing-f05-fr.svgtext2879" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1332.4)" xml:space="preserve" line-height="100.00000%" font-size="6" y="128.14566" x="81.327339" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f05-fr.svgtspan2880" y="128.14566" x="81.327339" sodipodi:role="line">Image originale</tspan></text> - <text id="tracing-f05-fr.svgtext2882" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1332.4)" xml:space="preserve" line-height="100.00000%" font-size="6" y="124.44067" x="227.33034" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f05-fr.svgtspan2883" y="124.44067" x="227.33034" sodipodi:role="line">Image vectorisée / Chemin résultant</tspan><tspan id="tracing-f05-fr.svgtspan2893" y="130.44067" x="227.33034" sodipodi:role="line">(1,551 nœuds)</tspan></text> - <image id="tracing-f05-fr.svgimage1651" sodipodi:absref="/oldguitar.jpg" xlink:href="oldguitar.jpg" transform="translate(10 1332.4)" height="115.89" width="83.347" y=".000066406" x="39.654"/> - <path id="tracing-f05-fr.svgpath1653" d="m185.42 89.583v-26.312l0.69-0.042 0.68-0.041-0.69-0.133-0.69-0.133 0.02-14.959 0.03-14.959 0.95-0.068c0.52-0.037 1.06-0.242 1.19-0.456 0.18-0.284 0.25-0.245 0.25 0.144 0.01 0.921 1.05 0.497 1.31-0.532 0.11-0.467 0.16-0.413 0.18 0.228 0.03 0.702 0.17 0.836 0.88 0.832 0.63-0.004 0.72-0.073 0.38-0.288-0.24-0.156-0.36-0.366-0.26-0.466 0.1-0.101 0.38 0.011 0.62 0.249 0.45 0.456 4.62 0.633 4.34 0.185-0.08-0.128 0.03-0.311 0.24-0.407 0.21-0.097 0.07-0.099-0.31-0.006-0.37 0.093-0.68 0.047-0.68-0.104 0-0.514 0.31-0.583 1.69-0.373 0.75 0.114 1.45 0.093 1.53-0.049 0.22-0.357 0.73-0.324 0.73 0.047 0 0.167-0.2 0.304-0.45 0.304s-0.46 0.127-0.46 0.283c0 0.155-0.31 0.341-0.68 0.411-0.38 0.071-0.17 0.127 0.47 0.124 0.63-0.003 1.22-0.12 1.31-0.26 0.08-0.14 0.43-0.254 0.76-0.254 0.34 0 0.53-0.129 0.43-0.286-0.09-0.157 0.07-0.294 0.37-0.304 1.91-0.063 3.68-0.251 4.34-0.46 0.42-0.133 0.66-0.135 0.53-0.004-0.12 0.131 0.07 0.446 0.44 0.7 0.77 0.54 6.33 0.862 6.33 0.368 0-0.165-0.21-0.22-0.46-0.124s-0.45 0.046-0.45-0.111-0.21-0.286-0.46-0.286-0.46 0.091-0.46 0.203c0 0.111-0.21 0.202-0.47 0.202s-0.42-0.206-0.36-0.481c0.06-0.31 0.37-0.454 0.85-0.405 0.58 0.06 0.64 0.012 0.29-0.223-0.67-0.438-1.26-0.377-1.66 0.171-0.27 0.374-0.62 0.432-1.55 0.258-1.15-0.217-1.17-0.238-0.46-0.552 0.55-0.246 0.76-0.234 0.86 0.047 0.17 0.509 0.68 0.475 0.68-0.044 0-0.863 1.73-0.81 4.02 0.122 1.22 0.497 2.3 0.903 2.4 0.904 0.36 0.002 0.51-3.488 0.16-3.709-0.18-0.116-0.23-0.307-0.12-0.424 0.43-0.428 1.2 0.59 1.04 1.379-0.14 0.706 0.36 1.842 0.81 1.842 0.1 0 0.34-0.513 0.52-1.141 0.53-1.745 1.51-2.804 2.32-2.495 0.53 0.2 0.64 0.438 0.53 1.138-0.2 1.236 0.5 1.702 2.63 1.757l1.78 0.045-0.17-0.945c-0.1-0.519-0.57-1.45-1.05-2.067-0.48-0.618-0.88-1.388-0.88-1.712 0-0.842-0.62-1.243-2.25-1.468-0.9-0.123-1.77-0.489-2.33-0.98-1.23-1.081-1.12-1.38 0.24-0.65 1.28 0.686 2.82 0.809 2.82 0.226 0-0.211-0.31-0.731-0.68-1.156-0.9-1.012-1.45-1.989-1.45-2.575 0-0.506 0.39-0.288 1.43 0.807 0.26 0.272 0.69 0.436 0.96 0.365 0.31-0.079 0.62 0.141 0.8 0.57 0.31 0.694 3.24 2.095 4.56 2.181 0.34 0.021 0.92 0.347 1.29 0.724l0.67 0.684h-0.69c-0.37 0-0.81 0.114-0.97 0.253s-0.9 0.425-1.64 0.636c-1.57 0.448-1.17 0.985 0.54 0.709 0.9-0.147 1.03-0.097 0.87 0.331-0.14 0.354-0.03 0.504 0.35 0.504 0.56 0 1.86 1.176 1.88 1.693 0 0.157 0.34 0.524 0.74 0.817l0.73 0.533 0.22-1.422c0.23-1.58-0.03-6.439-0.43-7.856l-0.26-0.913-0.21 1.141c-0.12 0.627-0.35 1.141-0.5 1.141-0.16 0-1.08-0.42-2.04-0.932-1.75-0.928-3.12-2.223-3.13-2.947 0-0.556-0.93-0.464-1.37 0.135-0.35 0.476-0.42 0.478-0.87 0.02-0.36-0.357-0.4-0.558-0.15-0.714 0.25-0.152 0.18-0.348-0.22-0.645-0.54-0.397-0.52-0.416 0.27-0.276 0.74 0.133 0.87 0.041 1.02-0.743 0.24-1.181 0.57-1.143 0.56 0.065 0 0.549 0.18 1.021 0.42 1.104 0.24 0.079 0.35 0.013 0.25-0.148-0.1-0.162 0.01-0.293 0.26-0.293 0.24 0 0.44 0.114 0.44 0.253s0.32 0.254 0.7 0.254 0.85 0.153 1.04 0.342c0.41 0.411 3.13 0.08 3.13-0.381 0-0.694-0.64-1.452-1.08-1.282-0.26 0.098-0.76-0.078-1.11-0.392-0.55-0.48-0.62-0.49-0.47-0.068 0.14 0.381-0.04 0.534-0.74 0.636-1.58 0.233-2.38-0.058-2.38-0.868 0-0.425 0.19-0.741 0.45-0.763 0.59-0.049 0.75-0.095 1.75-0.511 0.46-0.191 1.08-0.26 1.37-0.154 0.4 0.145 0.35-0.007-0.21-0.626-0.41-0.45-0.93-0.75-1.14-0.667-0.22 0.083-0.4-0.049-0.4-0.295 0-0.771-0.5-0.601-1.91 0.642-0.21 0.181-0.54 0.275-0.73 0.21-0.2-0.066-0.66 0.175-1.02 0.536-0.39 0.392-0.89 0.594-1.23 0.503-0.32-0.083-0.58-0.062-0.58 0.048s-0.58 0.2-1.3 0.2c-0.71 0-1.36 0.081-1.44 0.18s-0.63 0.271-1.22 0.383l-1.06 0.202 0.91-0.609c0.5-0.335 0.74-0.609 0.52-0.611-0.32-0.001-0.32-0.082 0-0.439 0.34-0.381 0.44-0.377 0.75 0.03 0.73 0.946 4.33-0.287 6.35-2.173 0.5-0.46 1.99-1.36 3.33-2.0001 1.34-0.6404 3.53-1.7571 4.87-2.4814 2.63-1.4232 2.78-1.4433 7.36-1.0003 2.46 0.2383 2.49 0.2327 2.67-0.4871 0.1-0.4005 0.14-1.7548 0.1-3.0096l-0.09-2.2814 8.67-0.0812c7.53-0.0706 8.71-0.0196 9.01 0.3891 0.3 0.4121 0.37 0.4143 0.52 0.0178 0.14-0.3777 0.87-0.4354 4.37-0.3481 2.31 0.0575 4.3 0.1203 4.43 0.1395 0.17 0.0259 0.12 95.017-0.06 113.12l-0.02 2.5h-41.52-41.53v-26.307zm6.99 25.117c0.42-0.78 0.4-0.93-0.11-0.93-0.4 0-0.79 0.61-0.79 1.24 0 0.49 0.58 0.29 0.9-0.31zm2.36-1.64c0.14-1.09-0.08-1.03-0.49 0.12-0.24 0.69-0.23 0.9 0.03 0.82 0.19-0.07 0.4-0.49 0.46-0.94zm1.18-0.12c-0.1-0.11-0.17 0.07-0.16 0.39 0.02 0.36 0.09 0.43 0.18 0.19 0.09-0.22 0.08-0.48-0.02-0.58zm-2.31-0.52c0-0.4 0.08-0.98 0.18-1.29 0.13-0.4 0-0.34-0.45 0.2-0.74 0.9-0.84 1.83-0.19 1.83 0.28 0 0.46-0.29 0.46-0.74zm-1.8 0.2c0.11-1.07 1.02-3.42 1.34-3.43 0.17 0 0.56-0.55 0.86-1.21 0.31-0.67 0.7-1.21 0.88-1.21 0.17 0 0.78-0.41 1.35-0.91 0.57-0.51 0.94-0.92 0.82-0.92s0.24-0.34 0.8-0.76c0.57-0.41 1.14-0.92 1.27-1.13 0.17-0.28 0.32-0.29 0.57-0.05 0.55 0.56 2.21 0.04 2.71-0.86 0.47-0.82 0.47-0.78-0.59-3.028-0.39-0.83-0.21-2.381 0.28-2.381 0.55 0-0.87-2.327-1.62-2.672-0.69-0.314-0.84-0.271-1.26 0.37-0.26 0.399-0.86 2.141-1.33 3.871-0.87 3.19-1.69 5.25-2.38 5.98-0.21 0.22-0.38 0.56-0.38 0.75 0 0.42-1.76 1.98-2.51 2.22-0.63 0.2-1.28 1.36-1.59 2.83-0.17 0.79-0.14 0.97 0.16 0.79 0.39-0.25 0.34 0.23-0.17 1.45-0.15 0.38-0.07 0.53 0.27 0.53 0.27 0 0.5-0.1 0.52-0.23zm55.06-3.05c-0.18-0.06-0.33-0.44-0.33-0.85 0-0.45-0.18-0.73-0.46-0.73-0.25 0-0.46 0.2-0.46 0.45s0.14 0.46 0.31 0.46c0.16 0 0.3 0.13 0.3 0.28 0 0.16 0.16 0.67 0.36 1.14l0.36 0.86 0.13-0.75c0.07-0.41-0.03-0.8-0.21-0.86zm-1.73-0.17c-0.1-0.27-0.31-0.42-0.46-0.33s-0.1 0.35 0.11 0.57c0.47 0.51 0.6 0.42 0.35-0.24zm-1.33-1.99c-0.2-0.38-0.51-0.55-0.79-0.44-0.4 0.15-0.36 0.3 0.22 0.92 0.76 0.8 1.1 0.51 0.57-0.48zm2.28-1.54c-0.07-0.87-0.77-1.24-0.77-0.41 0 0.31-0.21 0.87-0.47 1.24-0.7 0.99-0.23 1.46 0.61 0.62 0.39-0.41 0.66-1.02 0.63-1.45zm-2.6-1.19c0-0.15-0.2-0.44-0.45-0.65-0.5-0.41-0.56-0.31-0.27 0.43 0.19 0.51 0.72 0.67 0.72 0.22zm2.44-0.36c0-0.18-0.14-0.24-0.31-0.14-0.16 0.11-0.3 0.25-0.3 0.33 0 0.07 0.14 0.13 0.3 0.13 0.17 0 0.31-0.15 0.31-0.32zm-7.49-2.42c-0.17-0.17-0.76-0.44-1.32-0.6-0.98-0.28-0.99-0.28-0.46 0.31 0.3 0.33 0.89 0.6 1.31 0.6 0.53 0 0.68-0.1 0.47-0.31zm6.02-0.21c-0.22-0.08-0.48-0.07-0.58 0.03s0.08 0.17 0.4 0.16c0.35-0.02 0.43-0.09 0.18-0.19zm-8.57-0.59c0-0.35-1.05-1-1.62-1.01-0.3-0.01-0.47-0.136-0.38-0.285 0.1-0.15-0.03-0.351-0.28-0.447-0.61-0.231-0.59-0.802 0.02-0.802 0.79 0 0.3-0.752-0.56-0.854-0.43-0.052-0.97-0.314-1.19-0.583-0.36-0.435-0.33-0.449 0.26-0.134 0.37 0.195 1.03 0.354 1.48 0.354 0.71 0 0.8 0.102 0.67 0.768-0.17 0.883 0.22 1.288 0.6 0.618 0.27-0.485 1.61-0.328 1.61 0.189 0 0.157 0.13 0.202 0.3 0.098 0.17-0.103 0.31-0.043 0.31 0.134 0 0.178 0.4 0.323 0.88 0.323 0.49 0 0.94 0.129 0.99 0.287 0.06 0.157 0.79 0.464 1.62 0.674 0.84 0.22 1.6 0.5 1.69 0.63 0.27 0.37 1.83-0.48 1.67-0.91-0.11-0.287 0.17-0.333 1.14-0.186 0.71 0.106 1.45 0.336 1.66 0.496 0.28 0.21 0.38 0.16 0.38-0.2 0-0.953-2.33-1.287-3.49-0.503-0.38 0.253-1.8 0.209-3.2-0.108-2.36-0.535-8.33-4.086-15.66-9.314-3.19-2.274-5.35-3.293-8.78-4.134-1.7-0.417-3.5-0.913-4-1.101-1.7-0.638-5.11-2.815-5.25-3.35-0.09-0.344-0.79-0.722-1.98-1.072-1.61-0.474-1.78-0.596-1.4-0.989 0.48-0.485 1.79-2.549 1.79-2.81 0-0.315-2.62 0.421-4.18 1.176-0.88 0.423-1.73 0.683-1.91 0.578-1.02-0.631-2.66 1.757-3.38 4.912-0.32 1.391-0.29 1.68 0.22 2.563 0.58 0.984 2.19 2.146 2.63 1.895 0.13-0.071 0.23 0.063 0.23 0.298 0 0.236 0.26 0.729 0.58 1.098l0.58 0.67 0.2-0.924c0.26-1.151 0.64-1.407 1.23-0.82 0.49 0.491 0.59 0.823 0.22 0.765-0.73-0.116-1.29 0.096-1.29 0.493 0 0.251 0.14 0.456 0.3 0.456 0.17 0 0.31-0.137 0.31-0.304 0-0.168 0.14-0.304 0.3-0.304 0.17 0 0.31 0.202 0.31 0.45 0 0.519 1.4 0.926 2.73 0.793 0.41-0.041 0.41-0.088 0-0.424-0.25-0.207-0.6-0.648-0.78-0.978-0.19-0.331-0.7-0.78-1.15-0.999-0.44-0.218-0.8-0.537-0.8-0.708 0-0.191-0.37-0.231-0.95-0.103-0.66 0.145-0.89 0.106-0.75-0.128 0.12-0.185 0.44-0.341 0.73-0.347 0.46-0.008 0.45-0.053-0.05-0.436-0.69-0.519-0.39-1.195 0.35-0.813 0.28 0.146 0.69 0.203 0.89 0.128 0.21-0.075 0.38 0.08 0.38 0.345s0.25 0.482 0.55 0.482c1.01 0 1.85 0.869 1.95 2.034 0.05 0.612 0.26 1.169 0.47 1.239 0.3 0.097 0.31-0.066 0.07-0.714-0.25-0.647-0.22-0.938 0.11-1.267 0.36-0.368 0.51-0.312 1.07 0.398 0.36 0.454 0.65 1.021 0.65 1.26s0.24 0.41 0.53 0.38c0.97-0.098 1.22 0.01 1.38 0.589 0.11 0.434 0.34 0.536 0.94 0.421 0.88-0.167 0.97-0.421 0.48-1.325-0.39-0.727-0.13-1.227 0.51-0.982 0.35 0.133 0.37 0.241 0.1 0.409-0.2 0.126-0.26 0.396-0.13 0.607 0.17 0.277 0.38 0.183 0.79-0.346 0.31-0.399 0.56-0.573 0.57-0.387 0.02 1.031 4.72 4.386 5.49 3.914 0.16-0.102 0.53 0.045 0.81 0.325 0.48 0.478 0.52 0.469 0.75-0.137l0.24-0.648 0.77 0.668c0.42 0.367 0.76 0.834 0.76 1.037 0 0.51-0.94 0.826-1.32 0.444-0.52-0.518-0.85-0.357-0.75 0.362 0.08 0.528 0.31 0.687 1.09 0.725 0.54 0.027 1.16 0.185 1.37 0.353 0.2 0.168 0.85 0.401 1.44 0.518 0.59 0.118 1.82 0.465 2.74 0.772s2.35 0.766 3.19 1.02c0.84 0.255 2.34 0.837 3.35 1.295 1 0.453 1.91 0.813 2.02 0.783 0.11-0.02 0.37 0.16 0.57 0.41 0.37 0.44 1.21 0.62 1.21 0.25zm-5.78-3.456c0-0.168 0.14-0.305 0.3-0.305 0.17 0 0.31 0.137 0.31 0.305 0 0.167-0.14 0.304-0.31 0.304-0.16 0-0.3-0.137-0.3-0.304zm-1.22-0.609c0-0.167-0.38-0.304-0.86-0.304-0.47 0-0.96-0.103-1.09-0.228-0.23-0.228-0.38-0.271-1.24-0.342-0.54-0.045-0.65-1.863-0.12-1.863 0.21 0 0.26 0.289 0.15 0.741-0.17 0.686-0.08 0.757 1.2 0.949 1.26 0.189 3.23 1.318 2.34 1.341-0.21 0.006-0.38-0.127-0.38-0.294zm-4.94-1.242c-0.3-0.171-0.67-0.227-0.84-0.124-0.41 0.254-0.72-0.634-0.45-1.295 0.19-0.473 0.24-0.456 0.47 0.152 0.15 0.376 0.46 0.684 0.7 0.684s0.51 0.205 0.61 0.456c0.2 0.533 0.2 0.533-0.49 0.127zm-2.36-1.325c0-0.535 0.19-0.613 0.45-0.192 0.09 0.156 0.03 0.37-0.14 0.475s-0.31-0.023-0.31-0.283zm2.36-0.068c0.21-0.084 0.55-0.084 0.76 0 0.21 0.085 0.04 0.154-0.38 0.154s-0.59-0.069-0.38-0.154zm-21.83-4.495c0-0.074 0.14-0.219 0.31-0.322 0.17-0.104 0.3-0.043 0.3 0.134s-0.13 0.322-0.3 0.322-0.31-0.06-0.31-0.134zm2.54-3.073c-0.27-0.701-0.02-0.739 0.64-0.1 0.52 0.511 0.53 0.569 0.06 0.569-0.28 0-0.6-0.211-0.7-0.469zm1.47 11.779c0.73-0.304 2.12-0.727 3.09-0.939 0.98-0.213 1.7-0.459 1.61-0.547-0.09-0.089-1.53-0.339-3.2-0.557-1.67-0.217-3.36-0.492-3.74-0.61-0.39-0.118-0.6-0.107-0.47 0.026 0.12 0.133 0 0.495-0.28 0.806-0.39 0.432-0.43 0.647-0.16 0.922 0.2 0.196 0.36 0.604 0.36 0.905 0 0.72 1.07 0.718 2.79-0.006zm12.42-3.575c0-0.372-0.88-1.022-1.64-1.213-1.1-0.277-0.98 0.217 0.2 0.833 1.06 0.553 1.44 0.652 1.44 0.38zm-4.26-1.043c0-0.167-0.13-0.304-0.3-0.304s-0.31 0.137-0.31 0.304c0 0.168 0.14 0.305 0.31 0.305s0.3-0.137 0.3-0.305zm1.45-0.38c-0.15-0.431-0.64-0.383-0.79 0.076-0.05 0.167 0.13 0.304 0.41 0.304s0.45-0.171 0.38-0.38zm-7.53-2.966c0-0.167-0.21-0.304-0.46-0.304s-0.45 0.137-0.45 0.304c0 0.168 0.2 0.305 0.45 0.305s0.46-0.137 0.46-0.305zm23.57-8.213c-0.1-0.167-0.25-0.304-0.32-0.304s-0.13 0.137-0.13 0.304c0 0.168 0.14 0.304 0.32 0.304s0.24-0.136 0.13-0.304zm-3.34-0.608c-0.11-0.167-0.33-0.304-0.5-0.304-0.16 0-0.21 0.137-0.11 0.304s0.32 0.304 0.49 0.304 0.22-0.137 0.12-0.304zm13.27-0.814c-0.36-0.616-0.45-0.419-0.16 0.346 0.11 0.272 0.26 0.43 0.34 0.352 0.07-0.079-0.01-0.392-0.18-0.698zm-14.5 0.24c-0.16-0.149-0.64-0.36-1.05-0.469l-0.76-0.199 0.76 0.458c0.84 0.511 1.51 0.644 1.05 0.21zm3.51-0.661c0-0.157-0.14-0.286-0.31-0.286-0.16 0-0.3 0.213-0.3 0.474s0.14 0.39 0.3 0.287c0.17-0.104 0.31-0.317 0.31-0.475zm-5.63-0.286c-0.1-0.167-0.35-0.302-0.55-0.299-0.22 0.002-0.18 0.122 0.09 0.299 0.59 0.378 0.69 0.378 0.46 0zm17.49-0.735c0-0.237 0.17-0.511 0.38-0.608 0.3-0.142 0.31-0.214 0-0.355-0.26-0.121-0.09-0.464 0.54-1.088 0.5-0.501 0.9-1.072 0.9-1.268 0-0.264-0.06-0.266-0.23-0.01-0.16 0.246-0.35 0.208-0.67-0.134-0.39-0.426-0.38-0.458 0.08-0.28 0.32 0.121 0.52 0.055 0.53-0.17 0-0.234 0.11-0.202 0.29 0.085 0.24 0.378 0.4 0.39 0.91 0.074 0.5-0.308 0.62-0.308 0.61 0-0.02 0.587-0.78 1.466-1.06 1.214-0.14-0.123-0.17 0.003-0.07 0.279 0.12 0.329-0.01 0.553-0.37 0.648-0.38 0.098-0.55 0.401-0.52 0.914 0.06 0.939 0.32 0.801 1.23-0.645 1.4-2.226 2.58-7.879 1.75-8.392-0.24-0.149-0.34 0.437-0.34 1.986 0 1.209-0.11 2.096-0.23 1.97-0.24-0.241-0.28-0.406-0.34-1.412-0.03-0.344-0.16-0.554-0.3-0.465-0.15 0.089-0.24-0.48-0.2-1.264 0.03-0.784-0.13-2.037-0.35-2.786-0.23-0.748-0.34-1.608-0.24-1.911 0.11-0.344 0.02-0.55-0.22-0.547-0.54 0.006-1.45 0.592-0.94 0.599 0.21 0.002 0.38 0.133 0.38 0.289 0 0.157-0.56 0.278-1.25 0.268-0.69-0.009-1.34 0.123-1.44 0.293-0.26 0.407-0.95 0.49-1.79 0.216-0.81-0.26-0.92-1.053-0.16-1.081 0.41-0.015 0.38-0.084-0.15-0.294-0.37-0.152-0.68-0.425-0.68-0.607 0-0.183 0.13-0.248 0.3-0.144 0.45 0.277 0.37-0.623-0.17-1.911-0.26-0.622-0.43-1.157-0.38-1.189 0.25-0.157-2.46-3.324-3.88-4.539-1.1-0.939-1.56-1.53-1.43-1.855 0.13-0.355 0.91 0.291 3.01 2.51 2.37 2.506 2.94 3.304 3.51 4.946 0.39 1.076 0.87 2.024 1.08 2.106 0.21 0.081 0.31 0.27 0.22 0.42s-0.02 0.272 0.15 0.272c0.48 0 0.39-0.648-0.24-1.683-0.31-0.508-0.66-1.545-0.77-2.305-0.17-1.162-0.51-1.691-2.13-3.335-1.06-1.075-2.39-2.327-2.96-2.782-0.56-0.455-0.87-0.831-0.67-0.836s0.55 0.178 0.78 0.407c0.23 0.23 0.86 0.649 1.41 0.932 0.55 0.284 1.66 1.224 2.47 2.089 0.82 0.865 1.57 1.481 1.69 1.368 0.23-0.232-1.65-2.981-2.04-2.981-0.14 0-0.26-0.197-0.26-0.438s-0.82-0.877-1.83-1.414c-1-0.537-1.78-1.023-1.72-1.082 0.06-0.058 0.74 0.112 1.53 0.379 1.48 0.504 2.06 1.028 4.14 3.696 0.68 0.879 1.38 1.597 1.54 1.597 0.59 0 0.28-0.816-0.64-1.692-0.52-0.491-1.28-1.467-1.69-2.167-0.65-1.1-1.02-1.363-2.7-1.921-2.94-0.978-4.42-2.433-2.49-2.433 0.75 0 1.06-0.565 2.38-4.359 0.45-1.309 0.9-2.462 1-2.56s0.18-0.35 0.18-0.559 0.3-1.042 0.66-1.85c0.67-1.504 1.46-3.494 1.46-3.733 0.01-0.074-0.27 0.166-0.61 0.532-0.83 0.887-1.34 0.852-0.75-0.052 0.26-0.394 0.38-0.942 0.28-1.216-0.15-0.398 0.01-0.507 0.83-0.538 0.93-0.034 0.89-0.06-0.35-0.281-1.94-0.346-3.91-0.35-3.37-0.007 0.23 0.15 0.87 0.201 1.4 0.114 0.86-0.14 0.99-0.066 1.13 0.636 0.1 0.541 0.02 0.793-0.27 0.793-0.22 0-0.41 0.258-0.41 0.573 0 0.464-0.19 0.555-0.99 0.476-0.54-0.054-1.09-0.106-1.22-0.117-0.12-0.011-0.2-0.122-0.16-0.247 0.03-0.126-0.03-0.686-0.15-1.244-0.21-1.005-0.23-1.014-1.51-0.801-1.76 0.293-2.79 0.866-3.77 2.099-1.6 2.007-1.9 3.263-1.92 8.159-0.01 3.167-0.12 4.486-0.36 4.486-0.2 0-1.82 0.671-3.6 1.49-3.37 1.546-5.41 2.183-8.92 2.79-1.83 0.317-2.12 0.459-2.54 1.289-0.59 1.123-0.44 4.113 0.28 5.71 0.26 0.572 0.65 1.657 0.88 2.41 0.34 1.167 0.53 1.383 1.29 1.469 0.52 0.061 1.2-0.136 1.68-0.492 0.44-0.326 1.39-0.895 2.12-1.265 0.72-0.37 1.92-1.29 2.65-2.045s1.33-1.193 1.33-0.974c0 0.253 0.24 0.162 0.65-0.246 0.36-0.356 0.65-1.002 0.65-1.437 0-0.493 0.16-0.79 0.45-0.79 0.24 0 1.07-0.616 1.83-1.369 0.92-0.904 1.66-1.37 2.18-1.373 0.62-0.004 0.69-0.067 0.33-0.304-0.32-0.211-0.14-0.242 0.61-0.107 0.58 0.105 1.2 0.331 1.36 0.501 0.21 0.207 0.13 0.247-0.22 0.121-0.81-0.284-0.65 0.023 0.6 1.176 0.63 0.577 1.42 1.054 1.75 1.062 0.8 0.018 3.86 2.394 4.32 3.35 0.19 0.41 0.45 1.156 0.57 1.658l0.22 0.913-0.65-0.582c-0.36-0.319-0.74-0.496-0.85-0.392-0.36 0.366-0.18 1.762 0.31 2.3 0.27 0.301 0.49 0.686 0.49 0.856 0 0.481 1.09 1.344 1.37 1.088 0.14-0.126 0.15-0.051 0.03 0.165-0.13 0.217-0.08 0.573 0.1 0.793 0.31 0.375 0.69 2.798 0.69 4.395 0 0.521 0.1 0.624 0.34 0.381 0.5-0.504 0.82-0.405 0.82 0.255 0 0.325 0.14 0.675 0.3 0.779 0.4 0.245 0.4 1.278 0 1.526-0.17 0.106-0.46-0.228-0.64-0.743-0.18-0.514-0.46-0.935-0.62-0.935-0.4 0-0.01 1.226 0.61 1.928 0.27 0.308 0.5 0.719 0.5 0.913 0 0.541 0.88 2.33 1.14 2.33 0.13 0 0.23-0.194 0.23-0.431zm-0.4-2.199c-0.39-0.397-0.2-0.716 0.43-0.716 0.35 0 0.58 0.159 0.51 0.361-0.15 0.444-0.66 0.637-0.94 0.355zm0.1-2.407c0-0.261 0.13-0.39 0.3-0.286 0.17 0.103 0.31 0.316 0.31 0.474 0 0.157-0.14 0.286-0.31 0.286s-0.3-0.213-0.3-0.474zm3.52 0.211c-0.13-0.212-0.16-0.468-0.05-0.568 0.27-0.273 0.56 0.128 0.42 0.569-0.11 0.309-0.18 0.309-0.37-0.001zm-4.74-6.134c0-0.163 0.21-0.295 0.46-0.295s0.45 0.054 0.45 0.12c0 0.065-0.2 0.198-0.45 0.294s-0.46 0.043-0.46-0.119zm3.07-1.639c-0.02-0.32 0.06-0.5 0.16-0.399s0.11 0.364 0.02 0.583c-0.1 0.243-0.17 0.171-0.18-0.184zm-11.43-8.998c-0.11-0.168-0.05-0.305 0.13-0.305s0.32 0.137 0.32 0.305c0 0.167-0.06 0.304-0.13 0.304-0.08 0-0.22-0.137-0.32-0.304zm-1.24-3.489c-0.32-0.245-0.44-0.451-0.25-0.456s0.52 0.195 0.73 0.447c0.48 0.579 0.28 0.583-0.48 0.009zm3.52-6.397c0-0.251 0.11-0.457 0.25-0.457s0.25 0.206 0.25 0.457-0.11 0.456-0.25 0.456-0.25-0.205-0.25-0.456zm-1.31-0.043c-0.11-0.107-0.12-0.314-0.03-0.461 0.19-0.315 0.73-0.043 0.73 0.37 0 0.326-0.41 0.38-0.7 0.091zm3.13-4.502c0-0.074 0.14-0.219 0.31-0.322 0.16-0.104 0.3-0.043 0.3 0.134s-0.14 0.322-0.3 0.322c-0.17 0-0.31-0.061-0.31-0.134zm0-2.129c0-0.261 0.14-0.475 0.31-0.475 0.16 0 0.3 0.129 0.3 0.287 0 0.157-0.14 0.37-0.3 0.474-0.17 0.103-0.31-0.026-0.31-0.286zm0.61-0.779c0-0.167 0.14-0.304 0.3-0.304 0.17 0 0.31 0.137 0.31 0.304s-0.14 0.304-0.31 0.304c-0.16 0-0.3-0.137-0.3-0.304zm-0.56-0.608c0-0.419 0.07-0.59 0.15-0.381 0.09 0.21 0.09 0.552 0 0.761-0.08 0.209-0.15 0.038-0.15-0.38zm-4.81-2.244c-0.27-0.311-0.12-0.478 0.71-0.777 0.58-0.21 1.13-0.304 1.23-0.21 0.09 0.095-0.2 0.312-0.65 0.484s-0.74 0.449-0.63 0.617c0.27 0.442-0.25 0.352-0.66-0.114zm2.33-0.722c0-0.377 0.14-0.685 0.3-0.685 0.38 0 0.38 0.323 0 0.913-0.24 0.369-0.29 0.325-0.3-0.228zm-10.54 41.427c-0.13-0.314 0.02-0.53 0.44-0.638 0.82-0.215 0.96-0.692 0.47-1.625l-0.4-0.761-0.05 0.913c-0.04 0.686-0.1 0.573-0.24-0.456-0.11-0.753-0.07-1.544 0.09-1.757 0.15-0.213 0.19-0.478 0.08-0.588-0.44-0.432-0.86 0.534-1.02 2.309-0.09 1.024-0.26 1.861-0.37 1.861-0.4 0-1.29-1.302-1-1.484 0.41-0.265 0.64-2.484 0.33-3.307-0.33-0.917-0.87-0.871-0.87 0.076 0 0.583-0.16 0.763-0.69 0.77-0.64 0.009-0.65 0.034-0.13 0.427 0.64 0.483 0.19 0.942-0.64 0.654-0.47-0.163-0.47-0.142 0.01 0.235 0.3 0.228 0.54 0.508 0.54 0.622 0 0.266 0.51 0.906 1.75 2.194 1.04 1.076 2.02 1.397 1.7 0.555zm-0.34-2.263c0-0.586 0.06-0.825 0.14-0.533 0.07 0.293 0.07 0.772 0 1.065-0.08 0.293-0.14 0.053-0.14-0.532zm-2.3-0.507c-0.11-0.112-0.21-0.344-0.21-0.517 0-0.191 0.15-0.173 0.36 0.045 0.2 0.198 0.29 0.431 0.21 0.517-0.09 0.087-0.25 0.066-0.36-0.045zm14.09 0.507c0-0.167-0.14-0.304-0.3-0.304-0.17 0-0.31 0.137-0.31 0.304s0.14 0.304 0.31 0.304c0.16 0 0.3-0.137 0.3-0.304zm-16.12-2.7c0-0.146-0.2-0.83-0.44-1.521-0.25-0.69-0.33-1.255-0.18-1.255s0.4 0.377 0.56 0.837c0.27 0.773 0.31 0.79 0.53 0.228 0.12-0.334 0.45-0.871 0.72-1.193 0.39-0.478 0.4-0.535 0.03-0.313-0.99 0.589-1.3 0.436-1.1-0.547 0.24-1.204 0.31-1.258 1.05-0.861 0.34 0.18 0.9 0.328 1.24 0.328 0.53 0 0.64 0.201 0.67 1.293l0.03 1.293 0.28-1.521c0.15-0.836 0.29-1.929 0.31-2.427 0.03-0.499 0.24-1.098 0.47-1.332 0.24-0.234 0.35-0.637 0.25-0.895-0.1-0.257-0.03-0.562 0.15-0.677 0.24-0.144 0.2-0.348-0.12-0.667-0.34-0.343-0.37-0.547-0.11-0.805s0.22-0.345-0.15-0.345c-0.27 0-0.54 0.105-0.59 0.233-0.06 0.129-1.06 0.735-2.23 1.348-1.28 0.669-2.17 1.334-2.22 1.667-0.05 0.305-0.24 0.854-0.42 1.22-0.52 1.031 0.3 6.178 0.98 6.178 0.16 0 0.29-0.119 0.29-0.266zm-0.86-4.525c0.04-0.292-0.02-0.702-0.15-0.909-0.16-0.258-0.09-0.319 0.23-0.195 0.53 0.202 0.66 1.637 0.15 1.637-0.18 0-0.28-0.24-0.23-0.533zm17.1 4.042c0.27-0.413 0.49-1.207 0.49-1.765s0.16-1.176 0.36-1.374 0.28-0.437 0.19-0.532c-0.1-0.094-0.4 0.057-0.68 0.336-0.47 0.465-0.54 0.467-0.87 0.021-0.27-0.349-0.5-0.403-0.83-0.19-0.4 0.266-0.4 0.332 0 0.598 0.28 0.181 0.32 0.302 0.1 0.305-0.57 0.007-0.76-0.536-0.42-1.179 0.21-0.397 0.52-0.534 0.95-0.422 0.46 0.121 0.67-0.006 0.8-0.484 0.11-0.427 0.41-0.648 0.87-0.648 1.67 0 1.01-1.022-0.85-1.307-0.93-0.144-1.22-0.059-1.59 0.475-0.35 0.507-0.37 0.708-0.08 0.916 0.3 0.211 0.3 0.298 0 0.42-0.21 0.085-0.38 0.417-0.38 0.738 0 0.32-0.14 0.583-0.31 0.583-0.6 0-0.29 0.583 0.58 1.097s1.45 2.088 0.89 2.432c-0.14 0.086-0.25 0.286-0.25 0.443 0 0.532 0.53 0.291 1.03-0.463zm-1.13-5.233c-0.31-0.309-0.24-0.71 0.12-0.71 0.17 0 0.24 0.125 0.15 0.278-0.1 0.153 0 0.348 0.21 0.433s0.23 0.164 0.05 0.178c-0.18 0.013-0.42-0.068-0.53-0.179zm-3.98 4.848c-0.1-0.101-0.17 0.079-0.16 0.399 0.02 0.354 0.09 0.427 0.19 0.184 0.09-0.22 0.07-0.482-0.03-0.583zm8.03 0.526c0-0.167-0.13-0.304-0.3-0.304s-0.31 0.137-0.31 0.304 0.14 0.304 0.31 0.304 0.3-0.137 0.3-0.304zm-13.99-0.989c-0.01-0.534-0.07-0.587-0.29-0.242-0.15 0.243-0.21 0.551-0.13 0.684 0.27 0.427 0.42 0.262 0.42-0.442zm12.64-0.148c0.27-0.375 0.3-0.694 0.08-1.103-0.19-0.358-0.2-0.647-0.02-0.765 0.41-0.268 0.72-2.109 0.39-2.312-0.15-0.092-0.36-0.027-0.47 0.146-0.1 0.172-0.32 0.235-0.47 0.139-0.16-0.096-0.29-0.03-0.29 0.147s0.14 0.322 0.31 0.322 0.3 0.342 0.3 0.761c0 0.418-0.13 0.76-0.3 0.76s-0.31 0.548-0.31 1.217c0 1.331 0.19 1.495 0.78 0.688zm1.66-0.725c0-0.795-0.5-0.717-0.72 0.113-0.29 1.065-0.23 1.246 0.26 0.836 0.25-0.208 0.46-0.635 0.46-0.949zm-5.32-3.935c0.13-0.621 0.1-0.903-0.09-0.783-0.46 0.284-0.74-1.253-0.36-1.97 0.19-0.345 0.26-0.71 0.16-0.81s-0.35 0.254-0.55 0.787c-0.38 1-0.95 1.382-0.65 0.436 0.09-0.308-0.17-0.147-0.63 0.38l-0.79 0.913 0.17-1.673c0.35-3.286 0.37-3.174-0.46-3.184-0.58-0.008-0.77-0.178-0.8-0.715-0.04-0.855-0.72-1.68-0.72-0.877 0 0.284 0.1 0.518 0.23 0.519 0.12 0 0.26 0.646 0.31 1.433 0.04 0.788 0.3 1.759 0.56 2.157 0.27 0.422 0.4 1.022 0.29 1.437-0.1 0.392-0.03 0.806 0.16 0.919 0.19 0.122 0.26 0.653 0.15 1.311-0.15 0.96-0.13 1.007 0.14 0.357 0.44-1.034 0.5-1.063 1.06-0.504 0.27 0.271 0.35 0.493 0.17 0.493-0.17 0-0.23 0.228-0.12 0.506 0.13 0.34 0.08 0.434-0.16 0.286-0.2-0.121-0.36-0.075-0.36 0.102 0 0.574 0.53 0.342 1.06-0.464 0.28-0.433 0.59-0.711 0.68-0.618s-0.05 0.5-0.31 0.904c-0.27 0.404-0.4 0.817-0.3 0.917 0.24 0.239 0.89-1.029 1.16-2.259zm-7.89 1.202c-0.8-0.631-1.39-0.747-1.39-0.272 0 0.167 0.21 0.304 0.46 0.304 0.26 0 0.54 0.197 0.64 0.437 0.09 0.241 0.36 0.363 0.59 0.272 0.33-0.126 0.26-0.303-0.3-0.741zm2.71-0.272c-0.1-0.167-0.35-0.302-0.55-0.3-0.22 0.003-0.18 0.123 0.1 0.3 0.58 0.378 0.69 0.378 0.45 0zm18.23-1.574c-0.28-0.869-0.41-2.125-0.41-3.825 0-0.711-0.14-1.293-0.31-1.293-0.18 0-0.32-0.206-0.32-0.456 0-0.251 0.14-0.457 0.32-0.457s0.23-0.158 0.11-0.351c-0.14-0.218-0.09-0.268 0.13-0.134 0.19 0.119 0.35 0.059 0.35-0.134 0-0.192-0.26-0.417-0.57-0.5-0.31-0.082-0.74-0.512-0.94-0.957-0.33-0.735-0.4-0.761-0.75-0.289-0.25 0.353-0.47 0.42-0.69 0.209-0.21-0.211-0.36 0.255-0.49 1.454-0.1 0.971-0.06 1.888 0.09 2.039 0.15 0.15 0.2 0.664 0.1 1.141-0.11 0.567-0.04 0.868 0.19 0.868s0.29-0.232 0.17-0.606c-0.15-0.49-0.09-0.567 0.35-0.399 0.43 0.165 0.4 0.054-0.15-0.534-0.52-0.552-0.65-0.966-0.52-1.617 0.09-0.481 0.18-1.097 0.19-1.368 0.02-0.381 0.08-0.354 0.29 0.114 0.26 0.591 0.27 0.589 0.47-0.076 0.11-0.377 0.33-0.685 0.49-0.685s0.2 0.146 0.09 0.325c-0.11 0.178 0.05 0.518 0.36 0.754 0.49 0.374 0.5 0.47 0.11 0.733-0.34 0.22-0.49 0.176-0.56-0.164-0.06-0.255-0.26-0.408-0.46-0.338-0.41 0.147-0.33 1.426 0.13 1.878 0.21 0.212 0.24 0.13 0.09-0.264-0.15-0.413-0.1-0.534 0.21-0.433 0.65 0.217 0.85 1.555 0.3 1.971-0.42 0.316-0.4 0.439 0.22 1.094 0.4 0.431 0.61 0.936 0.51 1.216-0.1 0.264 0.05 0.837 0.33 1.274 0.61 0.925 0.9 0.828 0.57-0.19zm-21.59 0.389c0.09-0.15-0.04-0.351-0.29-0.447-0.28-0.106-0.45 0.001-0.45 0.273 0 0.492 0.47 0.604 0.74 0.174zm2.3-0.673c0-0.185-0.21-0.258-0.46-0.161-0.25 0.096-0.45 0.042-0.45-0.12s0.2-0.295 0.45-0.295 0.46-0.151 0.46-0.336c0-0.186-0.22-0.254-0.48-0.152-0.27 0.101-0.61 0.184-0.76 0.184-0.16 0-0.28 0.274-0.28 0.609 0 0.446 0.2 0.608 0.76 0.608 0.42 0 0.76-0.151 0.76-0.337zm1.99 0.054c-0.1-0.156-0.05-0.359 0.09-0.451 0.15-0.092 0.28-0.495 0.28-0.895 0-0.675-0.04-0.692-0.51-0.234-0.52 0.504-0.5 1.863 0.03 1.863 0.15 0 0.2-0.127 0.11-0.283zm-25.3-1.694c-0.19-0.497-0.72-0.628-0.72-0.178 0 0.231 0.21 0.388 0.82 0.61 0.04 0.013-0.01-0.181-0.1-0.432zm3.67 0.118c-0.09-0.149 0.11-0.27 0.46-0.27 0.84 0 0.8-0.533-0.06-0.698l-0.69-0.132 0.69-0.041c0.41-0.025 0.68-0.239 0.68-0.535 0-0.384-0.09-0.417-0.41-0.147-0.23 0.191-0.63 0.266-0.89 0.168-0.25-0.098-0.56-0.025-0.67 0.162-0.15 0.248-0.33 0.244-0.64-0.017-0.35-0.291-0.43-0.21-0.43 0.442 0 0.439-0.14 0.798-0.3 0.798-0.17 0-0.31 0.104-0.31 0.232s0.62 0.25 1.37 0.27c0.75 0.021 1.29-0.084 1.2-0.232zm4.29-0.69c0.29-1.139 0.04-2.482-0.43-2.382-0.27 0.057-0.35-0.082-0.24-0.38 0.12-0.297 0.01-0.468-0.29-0.468-0.31 0-0.43 0.229-0.37 0.684 0.06 0.376 0.27 0.684 0.48 0.684s0.35 0.137 0.3 0.304c-0.04 0.168-0.17 0.27-0.3 0.229-0.27-0.092-0.3 0.899-0.04 1.572 0.27 0.702 0.69 0.588 0.89-0.243zm13.83 0.42c-0.6-0.385-1.22-0.385-1.22 0 0 0.167 0.38 0.302 0.84 0.299 0.65-0.003 0.73-0.069 0.38-0.299zm1.66-0.283c0.09-0.156 0.05-0.361-0.11-0.455-0.15-0.094-0.35 0.033-0.45 0.283-0.19 0.493 0.27 0.634 0.56 0.172zm-16.87-0.941c0-0.736-1.08-0.455-1.13 0.296-0.03 0.407 0.11 0.514 0.54 0.402 0.32-0.084 0.59-0.399 0.59-0.698zm-9.76-0.677c0.01-0.126-0.11-0.229-0.28-0.229s-0.29 0.377-0.28 0.837c0.02 0.741 0.05 0.767 0.28 0.228 0.14-0.335 0.27-0.711 0.28-0.836zm25.44 0.152c-0.03-0.779-0.18-1.141-0.49-1.141-0.29 0-0.41 0.26-0.36 0.76 0.19 1.826 0.91 2.148 0.85 0.381zm6.52 0.058c0-0.261-0.13-0.39-0.3-0.287-0.17 0.104-0.3 0.317-0.3 0.475 0 0.157 0.13 0.286 0.3 0.286s0.3-0.213 0.3-0.474zm-5.02-0.134c-0.1-0.168 0.03-0.305 0.29-0.305s0.47-0.226 0.47-0.503c0-0.455-0.05-0.451-0.6 0.041-0.52 0.471-0.59 1.071-0.12 1.071 0.08 0 0.07-0.137-0.04-0.304zm9.39-0.143c0.25-0.663-0.28-0.841-0.76-0.252-0.28 0.352-0.29 0.44-0.03 0.283 0.21-0.126 0.38-0.083 0.38 0.094 0 0.461 0.21 0.397 0.41-0.125zm-30.99-0.846c0.03-0.417 0.38-0.844 0.89-1.092 0.46-0.225 0.77-0.471 0.7-0.548-0.29-0.282-3.26-0.362-3.26-0.088 0 0.156 0.23 0.283 0.5 0.283 0.39 0 0.42 0.091 0.14 0.427-0.27 0.327-0.27 0.469 0.04 0.608 0.32 0.148 0.32 0.216-0.01 0.365-0.3 0.138-0.26 0.28 0.15 0.583 0.65 0.472 0.79 0.383 0.85-0.538zm-13.53 0.313c0-0.15 0.12-0.197 0.27-0.105 0.15 0.093 0.35-0.036 0.45-0.286s0.44-0.454 0.76-0.454 0.67-0.214 0.77-0.476c0.1-0.261 0.31-0.396 0.47-0.299 0.15 0.097 0.37 0.029 0.48-0.151 0.25-0.394-3.34-0.07-4.21 0.381-0.31 0.158-0.75 0.213-0.99 0.123-0.61-0.236-1.18 0.921-0.61 1.242 0.61 0.339 2.61 0.359 2.61 0.025zm0.02-0.972c-0.01-0.321 0.06-0.5 0.16-0.399 0.11 0.101 0.12 0.363 0.03 0.583-0.1 0.242-0.17 0.17-0.19-0.184zm10.56 0.431c-0.45-0.719-0.57-0.636-0.34 0.238 0.09 0.367 0.29 0.594 0.44 0.505 0.14-0.09 0.1-0.424-0.1-0.743zm-6.32 0.304c0-0.167-0.15-0.304-0.32-0.304-0.18 0-0.24 0.137-0.14 0.304 0.11 0.167 0.25 0.304 0.33 0.304 0.07 0 0.13-0.137 0.13-0.304zm3.64-0.598c-0.01-0.676-0.05-0.705-0.32-0.232-0.17 0.296-0.44 0.459-0.6 0.362s-0.29 0.008-0.29 0.233 0.28 0.409 0.61 0.409c0.45 0 0.61-0.2 0.6-0.772zm9.74 0.453c0-0.198-0.47-0.282-1.21-0.211-0.67 0.063-1.16 0.211-1.09 0.327 0.22 0.345 2.3 0.24 2.3-0.116zm22.36-0.159c0.22 0 0.46 0.102 0.53 0.228s0.11 0.103 0.09-0.05-0.33-0.466-0.67-0.696c-0.59-0.39-0.63-0.36-0.63 0.43 0.01 0.467 0.07 0.677 0.14 0.468 0.08-0.209 0.32-0.38 0.54-0.38zm2.51 0.397c-0.3-0.077-0.71-0.072-0.92 0.012-0.2 0.083 0.04 0.146 0.54 0.14s0.67-0.074 0.38-0.152zm12.45-2.298c0.52-1.046 1.67-2.86 2.56-4.031 1.41-1.855 1.62-2.312 1.63-3.549 0.01-0.78 0.12-1.529 0.26-1.663 0.13-0.135 0.15-0.009 0.04 0.278-0.11 0.301-0.05 0.524 0.14 0.524 0.18 0 0.34-0.377 0.35-0.837s0.09-1.562 0.18-2.449c0.21-2.069-0.3-4.16-1.43-5.861-0.49-0.741-0.89-1.227-0.89-1.079s-0.29-0.096-0.64-0.542c-0.69-0.872-3.43-2.408-3.74-2.096-0.37 0.37-0.18 0.758 0.29 0.58 0.27-0.104 0.39-0.053 0.28 0.12-0.1 0.165 0.09 0.3 0.42 0.3 0.93 0 1.56 0.327 1.56 0.811 0 0.265 0.15 0.356 0.38 0.227 0.31-0.171 0.31-0.132 0 0.195-0.58 0.631-0.46 1.181 0.24 1.046 0.44-0.084 0.79 0.149 1.17 0.777 0.3 0.493 0.66 0.794 0.81 0.67 0.14-0.125 0.01 0.166-0.29 0.647-0.44 0.702-0.48 1.019-0.21 1.611 0.46 1.005 0.42 1.159-0.16 0.679-0.42-0.354-0.47-0.329-0.37 0.191 0.08 0.42 0.32 0.57 0.8 0.504 0.37-0.053 0.67 0.05 0.67 0.228s-0.13 0.323-0.3 0.323c-0.39 0-0.39 0.625 0 1.217 0.27 0.406 0.34 0.406 0.6 0 0.26-0.394 0.3-0.386 0.31 0.058 0 0.725-0.47 0.93-0.91 0.395-0.53-0.631-0.84-0.566-1.1 0.231l-0.23 0.685-0.17-0.703c-0.19-0.774-0.78-0.798-0.78-0.031 0 0.547-0.7 1.494-1.1 1.494-0.15 0-0.27-0.205-0.27-0.456 0-0.55-0.36-0.588-0.85-0.091-0.26 0.259-0.37 0.265-0.37 0.02 0-0.189 0.31-0.442 0.69-0.56 1.17-0.37 2.04-1.402 1.71-2.022-0.19-0.357-0.18-0.541 0.02-0.541 0.18 0 0.32 0.189 0.32 0.421 0 0.231 0.27 0.492 0.61 0.58 0.71 0.187 0.81-0.331 0.14-0.816-0.51-0.378-0.78-1.48-0.85-3.556-0.04-1.012-0.18-1.396-0.51-1.399-0.25-0.003-0.54 0.126-0.65 0.286-0.11 0.177-0.27 0.159-0.39-0.046-0.12-0.185-0.07-0.337 0.11-0.337s0.32-0.205 0.32-0.456c0-0.551-0.5-0.609-0.68-0.079-0.09 0.279-0.25 0.252-0.61-0.103-0.3-0.302-0.38-0.634-0.22-0.895 0.14-0.228 0.18-0.538 0.09-0.689-0.1-0.151-0.42 0.253-0.72 0.898-0.58 1.24-0.8 0.994-0.3-0.329 0.16-0.429 0.19-0.781 0.06-0.781-0.14 0-0.7 1.13-1.25 2.51s-1.27 3.106-1.59 3.836c-0.33 0.729-0.5 1.414-0.38 1.521s0.27 0.023 0.35-0.188c0.07-0.21 0.26-0.305 0.41-0.21s0.28 0 0.28-0.211c0-0.298 0.08-0.302 0.36-0.018 0.57 0.567 0.86 0.435 0.86-0.395 0-0.419 0.12-0.761 0.26-0.761 0.15 0 0.35-0.41 0.45-0.912 0.19-0.933 1.11-1.313 1.11-0.457 0 0.251-0.19 0.457-0.42 0.457-0.49 0-0.78 0.92-0.79 2.491 0 1.094-0.61 1.941-0.85 1.2-0.1-0.287-0.23-0.283-0.6 0.02-0.41 0.34-0.44 0.293-0.24-0.368l0.22-0.758-0.52 0.716c-0.4 0.548-0.58 0.621-0.78 0.313-0.31-0.504-0.29-0.532-1.28 1.943-1 2.516-1.01 2.763-0.05 1.591l0.75-0.912v0.988c0 0.544 0.14 0.989 0.3 0.989 0.17 0 0.31-0.206 0.31-0.457 0-0.713 0.55-0.534 0.7 0.228l0.13 0.685 0.24-0.71c0.17-0.547 0.29-0.617 0.51-0.304 0.2 0.281 0.23 0.203 0.1-0.253-0.24-0.865 0.34-1.202 1.02-0.588 0.3 0.267 0.7 0.486 0.9 0.486 0.19 0 0.35 0.137 0.35 0.304 0 0.168-0.12 0.304-0.26 0.304s-0.19 0.377-0.1 0.837c0.13 0.688 0.08 0.777-0.27 0.5-0.74-0.576-1.8-0.72-1.8-0.243 0 0.235 0.17 0.393 0.38 0.351 0.21-0.041 0.38 0.198 0.38 0.533 0 0.334-0.17 0.574-0.38 0.532s-0.4 0.232-0.42 0.608c-0.02 0.542-0.06 0.57-0.17 0.135-0.08-0.302-0.48-0.674-0.88-0.827-0.48-0.184-0.66-0.435-0.55-0.746 0.14-0.339 0.05-0.417-0.31-0.282-0.58 0.226-0.61 0.483-0.11 0.988 0.3 0.301 0.29 0.441-0.07 0.689-0.36 0.246-0.32 0.274 0.18 0.135 0.41-0.114 0.82 0.032 1.17 0.416 0.29 0.326 0.73 0.514 0.98 0.419 0.32-0.12 0.42-0.003 0.35 0.389-0.07 0.42 0.1 0.564 0.67 0.573 0.61 0.01 0.74 0.151 0.68 0.715-0.04 0.386 0.03 0.64 0.15 0.564 0.13-0.076 0.39 0.038 0.59 0.254 0.28 0.303 0.27 0.518-0.07 0.956-0.47 0.623-0.58 1.326-0.2 1.326 0.13 0 0.66-0.856 1.18-1.901zm-1.81-3.27c-0.11-0.396-0.01-0.609 0.26-0.609 0.24 0 0.43 0.274 0.43 0.609 0 0.334-0.12 0.608-0.27 0.608-0.14 0-0.34-0.274-0.42-0.608zm-1.44-0.305c0-0.167 0.14-0.304 0.31-0.304 0.16 0 0.3 0.137 0.3 0.304 0 0.168-0.14 0.305-0.3 0.305-0.17 0-0.31-0.137-0.31-0.305zm2.49-1.096c0.12-0.658 1.07-0.938 1.56-0.458 0.4 0.41 0.28 0.537-0.81 0.81-0.74 0.186-0.85 0.134-0.75-0.352zm2.68-0.576c0-0.252 0.24-0.461 0.54-0.466 0.48-0.009 0.48-0.049-0.05-0.449-0.51-0.388-0.63-0.378-1.01 0.085-0.38 0.473-0.39 0.459-0.1-0.139 0.4-0.839 0.41-1.406 0.02-1.161-0.17 0.104-0.31-0.017-0.31-0.268s0.15-0.547 0.33-0.657c0.17-0.111 0.26-0.365 0.18-0.564-0.08-0.207 0.14-0.377 0.51-0.395 0.36-0.017 0.48 0.035 0.27 0.115-0.23 0.089-0.36 0.646-0.33 1.414l0.04 1.268 0.21-1.217c0.2-1.177 0.21-1.192 0.52-0.456 0.18 0.418 0.44 0.692 0.59 0.608s0.28 0.181 0.3 0.589c0.04 0.71 0.02 0.716-0.39 0.156-0.4-0.547-0.42-0.526-0.35 0.332 0.07 0.975-0.21 1.661-0.68 1.661-0.16 0-0.29-0.206-0.29-0.456zm-2.13-1.369c0-0.356 0.21-0.609 0.49-0.609 0.32 0 0.43 0.166 0.31 0.482-0.1 0.264-0.19 0.538-0.19 0.608s-0.13 0.127-0.3 0.127-0.31-0.274-0.31-0.608zm-0.3-1.199c0-0.177 0.14-0.322 0.3-0.322 0.17 0 0.31 0.06 0.31 0.134s-0.14 0.219-0.31 0.322c-0.16 0.103-0.3 0.043-0.3-0.134zm-5.17-1.977c0-0.074 0.14-0.219 0.3-0.323 0.17-0.103 0.31-0.042 0.31 0.135s-0.14 0.322-0.31 0.322c-0.16 0-0.3-0.061-0.3-0.134zm5.06-1.843c-0.1-0.251-0.04-0.457 0.12-0.457s0.29 0.206 0.29 0.457-0.05 0.456-0.12 0.456c-0.06 0-0.19-0.205-0.29-0.456zm4.99-1.799c-0.24-0.6-0.61-1.091-0.83-1.091-0.53 0-0.5-0.243 0.07-0.819 0.56-0.556 0.53-0.586 1.03 1.012 0.51 1.613 0.29 2.335-0.27 0.898zm-5.03 0.43c-0.11-0.167 0.02-0.304 0.28-0.304 0.27 0 0.48 0.137 0.48 0.304s-0.13 0.304-0.29 0.304-0.37-0.137-0.47-0.304zm-2.59-2.89c0.21-0.251 0.43-0.456 0.5-0.456 0.06 0 0.11 0.205 0.11 0.456s-0.22 0.456-0.49 0.456c-0.41 0-0.43-0.082-0.12-0.456zm2.44 0.152c0-0.167 0.21-0.304 0.47-0.304s0.39 0.137 0.29 0.304c-0.11 0.167-0.32 0.304-0.48 0.304s-0.28-0.137-0.28-0.304zm-58.96 17.131c-0.22-0.088-0.48-0.077-0.58 0.024s0.08 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm15.96-1.215c-0.08-0.085-0.47-0.053-0.85 0.069l-0.71 0.223 0.68 0.251c0.38 0.139 0.7 0.427 0.72 0.642 0.03 0.214 0.11 0.07 0.18-0.321s0.07-0.779-0.02-0.864zm-17.08 0.814c-0.1-0.167-0.32-0.304-0.47-0.304-0.16 0-0.29 0.137-0.29 0.304 0 0.168 0.21 0.305 0.47 0.305s0.39-0.137 0.29-0.305zm13.07-0.859c-0.13-0.113-0.28-0.049-0.35 0.143-0.07 0.191-0.43 0.282-0.8 0.203-0.6-0.131-0.59-0.104 0.09 0.279 0.65 0.363 0.8 0.363 1.02 0.003 0.14-0.233 0.16-0.515 0.04-0.628zm1.68 0.555c0-0.167-0.24-0.302-0.53-0.299-0.45 0.004-0.47 0.047-0.08 0.299 0.58 0.371 0.61 0.371 0.61 0zm-4.03-0.211c-0.3-0.077-0.71-0.072-0.92 0.012-0.2 0.083 0.04 0.146 0.54 0.14s0.67-0.075 0.38-0.152zm11.39 0.003c-0.22-0.087-0.48-0.077-0.58 0.024s0.08 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm22.07-0.882c-0.29-0.29-0.87 0.18-0.65 0.529 0.13 0.208 0.3 0.203 0.51-0.016 0.18-0.179 0.25-0.41 0.14-0.513zm-22.55-0.957c-0.1-0.101-0.17 0.079-0.16 0.399 0.01 0.355 0.09 0.427 0.18 0.184 0.09-0.219 0.08-0.482-0.02-0.583zm-0.49-0.082c0-0.168-0.13-0.304-0.29-0.304-0.15 0-0.37 0.136-0.47 0.304-0.1 0.167 0.03 0.304 0.29 0.304s0.47-0.137 0.47-0.304zm22.81-0.295c0-0.162-0.2-0.216-0.45-0.119-0.25 0.096-0.46 0.228-0.46 0.294s0.21 0.12 0.46 0.12 0.45-0.133 0.45-0.295zm13.27-0.535c-0.1-0.101-0.18 0.078-0.16 0.399 0.01 0.354 0.08 0.426 0.18 0.184 0.09-0.22 0.08-0.482-0.02-0.583zm-0.87-0.597c-0.29-0.283-0.62-0.412-0.74-0.288-0.13 0.125-0.03 0.354 0.22 0.51 0.74 0.468 1.07 0.328 0.52-0.222zm-2.16-2.358c-0.44-0.412-0.81-0.6-0.81-0.419 0 0.402 1.26 1.53 1.47 1.319 0.08-0.083-0.21-0.488-0.66-0.9zm-26.21-0.474c0.11-0.167-0.02-0.304-0.28-0.304s-0.48 0.137-0.48 0.304 0.13 0.304 0.29 0.304 0.37-0.137 0.47-0.304zm26.78-0.631c0.11-0.347 0.12-0.712 0.02-0.811s-0.18 0.048-0.18 0.327-0.14 0.507-0.3 0.507c-0.17 0-0.31 0.137-0.31 0.304 0 0.555 0.57 0.315 0.77-0.327zm-25.72-0.27c0.75-0.475 0.22-0.589-0.75-0.16-0.71 0.312-0.78 0.408-0.31 0.424 0.34 0.01 0.81-0.108 1.06-0.264zm2.78-1.625c-0.25-0.241-0.34-0.162-0.34 0.285 0 0.805 0.43 1.231 0.56 0.563 0.06-0.284-0.04-0.665-0.22-0.848zm-2.47-1.834c0-0.631-0.36-0.839-0.81-0.467-0.58 0.49-0.5 0.873 0.2 0.873 0.34 0 0.61-0.183 0.61-0.406zm2.2-1.475c-0.19-0.19-0.23 0.01-0.12 0.565 0.13 0.637 0.21 0.713 0.29 0.295 0.07-0.311-0.01-0.698-0.17-0.86zm-0.68 0.664c0-0.167-0.14-0.304-0.32-0.304s-0.24 0.137-0.13 0.304c0.1 0.167 0.25 0.304 0.32 0.304s0.13-0.137 0.13-0.304zm-2.31-0.741c-0.09-0.241-0.36-0.363-0.6-0.273-0.51 0.198-0.27 0.71 0.34 0.71 0.24 0 0.35-0.185 0.26-0.437zm2.92-2.32c0-0.818-0.09-0.893-1.06-0.893-0.59 0-1.07 0.136-1.07 0.304 0 0.167 0.21 0.304 0.46 0.304s0.46 0.245 0.46 0.544c0 0.325 0.24 0.562 0.6 0.589 0.48 0.036 0.61-0.142 0.61-0.848zm-17.64-0.893c0-0.168-0.15-0.304-0.32-0.304-0.18 0-0.24 0.136-0.14 0.304 0.11 0.167 0.25 0.304 0.33 0.304 0.07 0 0.13-0.137 0.13-0.304zm16.57-1.416c-0.84-0.614-1.23-0.493-0.61 0.192 0.3 0.33 0.69 0.515 0.86 0.41 0.18-0.114 0.08-0.358-0.25-0.602zm10.4-1.094c-0.08-0.209-0.15-0.038-0.15 0.38 0 0.419 0.07 0.59 0.15 0.381s0.08-0.552 0-0.761zm-11.46-0.246c0-0.157-0.13-0.286-0.3-0.286s-0.31 0.213-0.31 0.474 0.14 0.39 0.31 0.286c0.17-0.103 0.3-0.316 0.3-0.474zm1.16-0.347c0.2-0.201 0.36-0.564 0.36-0.808 0-0.351-0.12-0.329-0.6 0.108-0.63 0.566-0.8 1.065-0.37 1.065 0.13 0 0.41-0.164 0.61-0.365zm-24.58-0.395c0-0.251-0.13-0.457-0.29-0.457-0.17 0-0.22 0.206-0.12 0.457 0.09 0.25 0.23 0.456 0.29 0.456 0.07 0 0.12-0.206 0.12-0.456zm34.57-1.451c-0.08-0.206-0.14 0.036-0.14 0.538 0.01 0.502 0.08 0.67 0.15 0.374 0.08-0.296 0.08-0.706-0.01-0.912zm20.87 0.792c-0.21-0.085-0.31-0.279-0.21-0.432 0.09-0.153 0.03-0.278-0.14-0.278-0.16 0-0.38 0.125-0.47 0.278-0.17 0.275 0.3 0.586 0.89 0.586 0.17 0 0.14-0.069-0.07-0.154zm-31.25-0.715c0.1-0.17 0.32-0.231 0.47-0.134 0.34 0.21 0.33-0.103-0.02-0.926-0.23-0.532-0.26-0.541-0.28-0.066-0.01 0.298-0.23 0.62-0.48 0.716-0.5 0.193-0.63 0.719-0.17 0.719 0.16 0 0.37-0.139 0.48-0.309zm-30.07-4.336c-0.09-0.206-0.15 0.036-0.14 0.538 0 0.502 0.07 0.671 0.15 0.375s0.07-0.707-0.01-0.913zm18.35-0.258c0-0.167-0.13-0.22-0.3-0.116-0.17 0.103-0.31 0.325-0.31 0.492s0.14 0.22 0.31 0.116c0.17-0.103 0.3-0.325 0.3-0.492zm53.05-5.988c0.11-0.181 0.27-1.741 0.35-3.465s0.36-3.778 0.62-4.564c0.35-1.059 0.39-1.585 0.15-2.033-0.18-0.332-0.33-0.818-0.33-1.078s-0.46-1.084-1.03-1.83-1.13-1.91-1.25-2.587c-0.24-1.454-0.76-1.942-0.76-0.719 0 0.47 0.41 1.723 0.91 2.783 0.56 1.164 0.92 2.422 0.92 3.173 0 1.187-1.87 8.286-2.49 9.442-0.47 0.877 0 2.182 1.21 3.397l1.12 1.126 0.19-1.657c0.1-0.911 0.27-1.806 0.39-1.988zm-53.05 2.678c0-0.167-0.51-0.291-1.14-0.274-1.02 0.027-1.06 0.056-0.38 0.274 1.09 0.348 1.52 0.348 1.52 0zm22.51-1.369c0-0.251-0.05-0.456-0.12-0.456-0.06 0-0.2 0.205-0.29 0.456-0.1 0.251-0.04 0.456 0.12 0.456s0.29-0.205 0.29-0.456zm-8.22-1.463c0-0.366-0.13-0.872-0.29-1.123-0.22-0.333-0.3-0.103-0.3 0.855-0.01 0.797 0.11 1.237 0.3 1.123 0.16-0.104 0.3-0.488 0.29-0.855zm9.13-8.879c-0.2-0.251-0.51-0.457-0.68-0.457s-0.13 0.202 0.08 0.457c0.2 0.251 0.51 0.456 0.68 0.456s0.14-0.202-0.08-0.456zm0.77-0.761c-0.11-0.167-0.25-0.304-0.33-0.304-0.07 0-0.13 0.137-0.13 0.304 0 0.168 0.14 0.304 0.32 0.304s0.24-0.136 0.14-0.304zm-0.92-1.216c-0.1-0.168-0.25-0.305-0.32-0.305s-0.13 0.137-0.13 0.305c0 0.167 0.14 0.304 0.32 0.304s0.24-0.137 0.13-0.304zm15.67-3.346c0-0.335-0.14-0.609-0.31-0.609-0.16 0-0.3-0.151-0.3-0.336s-0.35-0.615-0.79-0.954c-0.49-0.387-0.73-0.823-0.64-1.165 0.08-0.301-0.02-0.612-0.23-0.692-0.27-0.102-0.34-0.754-0.25-2.2333l0.13-2.0891-1.11-0.5312c-1.47-0.6998-4.41-1.0035-5.27-0.5438-0.86 0.4582-0.84 0.6119 0.24 1.7966 0.72 0.7821 0.82 1.0288 0.46 1.1649-0.25 0.095-0.45 0.295-0.45 0.4444 0 0.3975 1.04 0.3315 1.46-0.0934 0.29-0.2839 0.37-0.267 0.37 0.076 0 0.5319 0.88 1.5969 3.57 4.3199 2.05 2.084 3.12 2.577 3.12 1.445zm12.4-5.34c-0.07-0.071-0.56-0.2165-1.09-0.3228-1.3-0.2603-1.28 0.3898 0.02 0.7358 0.86 0.228 1.48-0.008 1.07-0.413zm-3.77-0.146c0.15-0.1379-0.54-0.2501-1.52-0.2495-1.64 0.001-1.74 0.0383-1.19 0.4435 0.61 0.443 2.15 0.333 2.71-0.194zm1.82-1.6493c1.15 0.0572 2.16 0.1802 2.26 0.2734 0.32 0.3199 0.67 0.1687 0.67-0.287 0-0.3336-0.35-0.457-1.29-0.4589-0.71-0.0015-2.01-0.089-2.89-0.1945-1.51-0.1816-1.6-0.1553-1.6 0.4962 0 0.5132 0.1 0.6091 0.38 0.3774 0.21-0.1709 1.32-0.2638 2.47-0.2066zm4.04-1.5214c-0.09-0.2582-0.41-0.4694-0.7-0.4694s-0.8-0.2529-1.15-0.5621c-0.75-0.6739-3.07-1.611-3.33-1.3482-0.38 0.3803-0.18 1.0608 0.26 0.8912 0.45-0.1708 2.23 0.549 3.96 1.6008 1.02 0.6127 1.23 0.5873 0.96-0.1123zm-5.98-0.9078c-0.01-0.1771-0.21-0.0564-0.46 0.2684s-0.44 0.7354-0.44 0.9126c0.01 0.1771 0.21 0.0563 0.46-0.2684 0.24-0.3248 0.44-0.7354 0.44-0.9126zm6.7-0.9038c0-0.6384-0.33-0.8573-2.49-1.683-1.93-0.7387-2.54-0.8626-2.73-0.5589-0.15 0.2486-0.05 0.463 0.28 0.5909 0.29 0.1104 1.31 0.5005 2.26 0.867 0.96 0.3664 1.9 0.8578 2.09 1.092 0.49 0.5886 0.59 0.5386 0.59-0.308zm-67.31 27.014c-0.12-0.122-0.22-0.432-0.22-0.688 0-0.343 0.09-0.377 0.34-0.128 0.18 0.186 0.28 0.496 0.22 0.688-0.07 0.192-0.22 0.25-0.34 0.128zm1.2-0.019c-0.37-0.372-0.21-0.71 0.33-0.686 0.32 0.015 0.38 0.085 0.15 0.178-0.21 0.085-0.31 0.279-0.21 0.433 0.2 0.323 0.02 0.371-0.27 0.075zm6.96-0.642c-0.06-0.057-0.03-0.364 0.05-0.682 0.13-0.489 0.37-0.559 1.56-0.453 0.78 0.069 1.66 0.132 1.97 0.14s0.46 0.155 0.34 0.345c-0.11 0.182-0.46 0.263-0.78 0.181-0.31-0.083-0.57-0.041-0.57 0.094 0 0.236-2.36 0.582-2.57 0.375zm1.41-0.58c-0.22-0.088-0.48-0.077-0.58 0.024s0.07 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm-7.36 0.208c0-0.167 0.14-0.304 0.31-0.304 0.16 0 0.3 0.137 0.3 0.304s-0.14 0.304-0.3 0.304c-0.17 0-0.31-0.137-0.31-0.304zm-2.13-0.566c0-0.144 0.34-0.197 0.76-0.117s0.76 0.198 0.76 0.262-0.34 0.117-0.76 0.117-0.76-0.118-0.76-0.262zm4.42-0.034c-0.09-0.143-0.74-0.348-1.45-0.455-2.16-0.328-2.62-0.676-2.37-1.798 0.12-0.532 0.18-1.265 0.12-1.628s0.04-0.744 0.2-0.848c0.46-0.279 0.05-0.756-0.47-0.557-0.25 0.094-0.45 0.004-0.45-0.201 0-0.219 0.25-0.308 0.6-0.217 0.79 0.207 0.85-0.09 0.51-2.554-0.23-1.746-0.34-2.009-0.65-1.59-0.2 0.277-0.52 0.405-0.72 0.286-0.43-0.266-0.46-1.093-0.04-1.093 0.17 0 0.3-0.146 0.3-0.325 0-0.193-0.26-0.241-0.65-0.117-0.52 0.166-0.62 0.107-0.47-0.283 0.11-0.271 0.07-0.492-0.07-0.492-0.15 0-0.34 0.206-0.44 0.457-0.28 0.723-1.19 0.58-0.95-0.15 0.1-0.333 0.08-0.778-0.05-0.988-0.16-0.257-0.31-0.082-0.44 0.529-0.19 0.877-0.2 0.868-0.24-0.248-0.03-1.063-0.09-1.142-0.72-0.936-1.56 0.515-1.88 0.351-2.1-1.097-0.27-1.78-0.31-5.285-0.06-5.932 0.15-0.4046 0.25-0.425 0.45-0.101 0.19 0.303 0.26 0.31 0.26 0.025 0.01-0.209 0.15-0.3801 0.33-0.3801 0.19 0 0.24 0.2594 0.13 0.6081-0.11 0.349-0.05 0.609 0.14 0.609 0.17 0 0.32-0.214 0.32-0.475 0-0.26 0.14-0.389 0.3-0.286 0.17 0.104 0.31-0.084 0.31-0.4158 0-0.7029 0.71-0.9316 1.91-0.6104 0.5 0.1358 0.77 0.1126 0.66-0.0578-0.1-0.1656 0.65-0.2846 1.8-0.2846 1.09 0 2.07 0.1462 2.18 0.3249s0.38 0.2579 0.59 0.1759 0.53-0.0047 0.71 0.1717c0.18 0.1774 0.57 0.2184 0.87 0.0917 0.31-0.1261 1.24-0.2906 2.07-0.3656s1.67-0.2626 1.85-0.417c0.19-0.1543 0.43-0.1916 0.54-0.083 0.32 0.319-0.42 1.0109-1.13 1.0492-0.52 0.0284-0.54 0.0629-0.11 0.1751 0.3 0.0767 0.46 0.2667 0.36 0.4207-0.28 0.465 0.39 0.317 0.91-0.197 0.53-0.5279 2.64-0.7554 3.82-0.4115 0.54 0.1565 0.23 0.2302-1.06 0.2525-1.45 0.025-2.09 0.204-3.08 0.867-1.03 0.683-1.19 0.904-0.86 1.212 0.23 0.207 0.62 0.295 0.88 0.196 0.26-0.1 0.47-0.03 0.47 0.155s-0.23 0.337-0.51 0.337-0.73 0.208-1.02 0.463c-0.63 0.572-1.51 0.282-1.51-0.496 0-0.317-0.2-0.576-0.43-0.576-0.61 0-1.52 0.954-1.14 1.189 0.18 0.108-0.07 0.69-0.58 1.378-0.49 0.656-0.9 0.996-0.91 0.758-0.02-0.262-0.13-0.192-0.29 0.174-0.36 0.837-0.36 1.134 0 0.912 0.26-0.158 0.5 1.756 0.34 2.684-0.03 0.138 0.08 0.174 0.23 0.08 0.33-0.205 0.65 0.742 0.82 2.407 0.09 0.899 0.04 1.058-0.16 0.609-0.15-0.335-0.28-0.917-0.29-1.293-0.03-0.822-0.63-0.931-0.63-0.114 0 0.313 0.22 1.169 0.49 1.901s0.48 1.646 0.46 2.032c-0.02 0.456 0.09 0.626 0.31 0.485 0.22-0.131 0.27-0.081 0.14 0.127-0.29 0.476 0.48 1.835 1.76 3.097 1.11 1.097 1.38 1.802 0.72 1.856-0.21 0.017-0.89 0.078-1.52 0.135-0.62 0.057-1.2-0.014-1.29-0.157zm-2.29-2.442c0-0.167-0.21-0.304-0.47-0.304s-0.39 0.137-0.29 0.304 0.32 0.304 0.48 0.304c0.15 0 0.28-0.137 0.28-0.304zm-2.66-15.818c0.31 0 0.48-0.137 0.38-0.304-0.26-0.426 0.26-0.38 0.7 0.061 0.28 0.284 0.37 0.212 0.37-0.323 0-0.539-0.15-0.668-0.69-0.593-0.51 0.071-0.71-0.075-0.78-0.59-0.13-0.9382-0.67-0.8692-0.59 0.076 0.03 0.419 0.17 0.761 0.3 0.761 0.5 0 0.21 0.545-0.37 0.696-0.34 0.088-0.61 0.337-0.61 0.553 0 0.306 0.08 0.312 0.36 0.028 0.2-0.2 0.62-0.365 0.93-0.365zm2.3-0.988c-0.47-1.3823-0.55-1.4011-0.55-0.127 0 0.771 0.14 1.115 0.44 1.115 0.36 0 0.38-0.174 0.11-0.988zm4.94-0.176c-0.85-0.128-1.63 0.164-1.4 0.527 0.1 0.165 0.56 0.134 1.12-0.074 0.84-0.312 0.87-0.365 0.28-0.453zm-8.53-0.339c0-0.41-0.56-0.6951-0.92-0.471-0.17 0.105-0.23 0.319-0.13 0.475 0.22 0.369 1.05 0.367 1.05-0.004zm3.4-1.442c-0.22-0.0879-0.48-0.0771-0.58 0.024s0.08 0.1729 0.4 0.1597c0.35-0.0146 0.42-0.0866 0.18-0.1837zm11.43 21.286c0.37-0.072 0.99-0.072 1.37 0 0.37 0.073 0.06 0.132-0.69 0.132s-1.06-0.059-0.68-0.132zm-16.84-1.875c0.02-0.412 0.22-0.812 0.44-0.887 0.3-0.099 0.36 0.041 0.21 0.507-0.12 0.382-0.07 0.645 0.12 0.645 0.18 0 0.32 0.128 0.32 0.285s-0.25 0.266-0.56 0.243c-0.39-0.03-0.55-0.269-0.53-0.793zm33.72 0.459c-0.85-0.42-0.89-0.808-0.08-0.65 0.8 0.152 1.22 0.422 1.22 0.778 0 0.345-0.24 0.318-1.14-0.128zm-13.25-0.118c-0.36-0.636-0.5-1.902-0.21-1.902 0.17 0 0.45-0.344 0.61-0.765 0.26-0.675 1.34-1.364 2.14-1.364 0.15 0 0.5 0.336 0.77 0.747 0.56 0.86 0.32 1.619-0.34 1.071-0.33-0.273-0.45-0.123-0.61 0.749-0.29 1.545-0.89 1.816-0.66 0.294 0.17-1.08 0.15-1.135-0.25-0.606-0.25 0.333-0.36 0.884-0.25 1.292 0.14 0.573 0.05 0.712-0.45 0.712-0.34 0-0.68-0.103-0.75-0.228zm4.86-0.888c-0.33-0.332-0.23-1.014 0.15-1.014 0.2 0 0.27 0.091 0.16 0.201s-0.05 0.383 0.13 0.608c0.34 0.408-0.06 0.591-0.44 0.205zm-16.01-1.447c-0.46-1.189-0.37-1.376 0.18-0.376 0.25 0.475 0.39 0.939 0.3 1.031-0.1 0.092-0.31-0.203-0.48-0.655zm19.62 0.448c-0.25-0.405 1-1.511 1.72-1.525 0.8-0.016 2.07 0.65 2.07 1.085 0 0.305-0.18 0.295-0.84-0.047-1.09-0.573-1.28-0.556-2.07 0.191-0.45 0.42-0.75 0.519-0.88 0.296zm-2.4-0.894c0.26-1.077 0.38-1.25 0.86-1.25 0.46 0 0.91 1.047 0.64 1.482-0.09 0.149-0.51 0.336-0.93 0.416-0.68 0.131-0.74 0.069-0.57-0.648zm-23.85-0.083c-0.21-0.206-0.38-0.583-0.38-0.836 0-0.399 0.07-0.395 0.49 0.03 0.27 0.271 0.44 0.648 0.38 0.838-0.08 0.249-0.22 0.24-0.49-0.032zm37.26-0.454c0.2-0.083 0.62-0.088 0.91-0.011 0.3 0.077 0.13 0.145-0.37 0.151-0.5 0.007-0.75-0.056-0.54-0.14zm-42.3-1.524c-0.31-0.303-0.25-1.38 0.06-1.189 0.35 0.216 0.66 1.392 0.37 1.392-0.13 0-0.32-0.091-0.43-0.203zm28.01-1.391c-0.77-0.877-1.36-1.641-1.3-1.698 0.26-0.263 1.38 0.65 1.98 1.615 0.48 0.774 0.88 1.074 1.47 1.09 0.73 0.019 0.75 0.048 0.21 0.283-0.34 0.143-0.69 0.271-0.78 0.283-0.1 0.011-0.81-0.696-1.58-1.573zm-23.76-0.079c0.11-0.289-0.01-0.456-0.32-0.456-0.27 0-0.49-0.103-0.49-0.229s0.72-0.247 1.6-0.269 1.43 0.024 1.22 0.102-0.38 0.321-0.38 0.54c0 0.411-0.65 0.768-1.39 0.768-0.25 0-0.35-0.186-0.24-0.456zm-3.64-0.659c-0.12-0.112-0.2-0.557-0.18-0.989 0.02-0.771 0.03-0.769 0.29 0.112 0.28 0.925 0.24 1.23-0.11 0.877zm35.84-1.014c-0.1-0.167-0.04-0.304 0.13-0.304 0.18 0 0.33 0.137 0.33 0.304s-0.07 0.304-0.14 0.304-0.22-0.137-0.32-0.304zm-33.01-0.743c0-0.534 0.19-0.613 0.45-0.191 0.09 0.156 0.03 0.369-0.14 0.475-0.17 0.104-0.31-0.023-0.31-0.284zm18.81-2.331c-0.48-0.536-0.75-1.115-0.64-1.387 0.35-0.926 1.52-1.825 2.24-1.716 0.9 0.138 1.16 0.397 0.4 0.397-1.03 0-1.99 0.89-1.89 1.755 0.05 0.431 0.25 0.834 0.44 0.896 0.22 0.071 0.28-0.183 0.18-0.709-0.31-1.637 2.11-2.245 3.66-0.917 0.46 0.395 0.84 0.818 0.84 0.939s-0.43-0.135-0.94-0.568c-0.52-0.433-1.14-0.787-1.39-0.787-0.73 0-1.63 0.593-1.63 1.075 0 0.582 0.49 0.575 0.72-0.011 0.26-0.682 1.61-0.555 2.14 0.202 0.56 0.802 0.38 1.167-0.58 1.167-0.4 0-0.79 0.107-0.87 0.238s-0.53 0.262-1.01 0.291c-0.61 0.039-1.09-0.208-1.67-0.865zm4.79 0.669c-0.1-0.152 0.1-0.204 0.44-0.117 0.71 0.186 0.8 0.393 0.17 0.393-0.25 0-0.52-0.125-0.61-0.276zm-17.06-0.333c-0.1-0.167-0.04-0.304 0.14-0.304s0.32 0.137 0.32 0.304-0.06 0.304-0.13 0.304c-0.08 0-0.22-0.137-0.33-0.304zm18.41-0.621c0-0.175-0.34-0.682-0.75-1.127-0.41-0.444-0.68-0.878-0.6-0.964 0.21-0.202 1.96 1.668 1.96 2.087 0 0.177-0.14 0.321-0.31 0.321-0.16 0-0.3-0.143-0.3-0.317zm1.6-1.101c-0.21-0.085-0.39-0.294-0.39-0.465 0-0.18 0.23-0.216 0.54-0.086 0.29 0.124 1.01 0.329 1.59 0.454l1.07 0.228-1.22 0.011c-0.67 0.006-1.39-0.058-1.59-0.142zm-1.22-3.651c-0.21-0.084-0.38-0.295-0.38-0.469 0-0.207 0.14-0.199 0.41 0.023 0.22 0.186 0.49 0.248 0.6 0.138s0.2-0.04 0.2 0.155c0 0.372-0.2 0.409-0.83 0.153zm-3.27-0.851c-2.09-0.332-3.98-1.046-2.83-1.067 0.28-0.005 0.58 0.108 0.67 0.253 0.09 0.144 1.07 0.334 2.17 0.422 1.81 0.146 2.59 0.363 2.24 0.632-0.07 0.055-1.08-0.053-2.25-0.24zm-5.02-1.667c0-0.177 0.14-0.322 0.3-0.322 0.17 0 0.31 0.06 0.31 0.134s-0.14 0.219-0.31 0.322c-0.16 0.104-0.3 0.043-0.3-0.134zm1.91 0.103c0.1-0.101 0.36-0.112 0.58-0.024 0.24 0.097 0.17 0.169-0.18 0.183-0.32 0.014-0.5-0.058-0.4-0.159zm-21.38-1.3374c0.59-0.3812 0.91-0.3812 0.91 0 0 0.1673-0.3 0.3021-0.68 0.2995-0.55-0.0038-0.6-0.0611-0.23-0.2995zm18.17 0.1187c-0.1-0.1028-0.57-0.2236-1.04-0.2686-1.13-0.108-1.92-0.4509-1.92-0.8325 0-0.1699 0.22-0.1262 0.49 0.0971 0.42 0.3451 0.55 0.3184 0.92-0.1776 0.41-0.5705 0.43-0.5685 0.89 0.0875 0.52 0.7388 1.12 0.9151 0.87 0.2537-0.12-0.3084 0.04-0.378 0.63-0.2663 0.43 0.0832 0.75 0.1698 0.7 0.1926s-0.37 0.2798-0.72 0.5711c-0.35 0.2914-0.72 0.4457-0.82 0.343zm-11.09-0.9109c0.1-0.1011 0.36-0.1119 0.58-0.024 0.25 0.0971 0.17 0.1692-0.18 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm4.95-0.5006c0.29-0.9301 0.39-1.0064 0.81-0.5881 0.28 0.272 0.28 0.3599 0.01 0.3599-0.2 0-0.28 0.2054-0.18 0.4563 0.11 0.2936-0.01 0.4563-0.34 0.4563-0.38 0-0.46-0.1634-0.3-0.6844zm-6.78 0.1964c0.11-0.101 0.37-0.1119 0.59-0.024 0.24 0.0971 0.17 0.1692-0.19 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm3.96-1.0254c-0.05-0.7347 0.11-0.771 0.72-0.1596 0.25 0.2509 0.39 0.4563 0.31 0.4563s-0.34 0.0718-0.57 0.1595c-0.26 0.1-0.43-0.0704-0.46-0.4562zm-9.59-1.2487c0.1-0.4113 0.24-0.5492 0.32-0.3213 0.07 0.2194-0.01 0.5436-0.19 0.7203-0.23 0.2258-0.27 0.107-0.13-0.399zm1.98-0.2695c-0.29-0.4548-0.71-0.6186-1.6-0.6186-1.19 0-1.22-0.0203-1.22-1.0972 0-0.8755 0.1-1.0599 0.49-0.9126 0.26 0.1016 0.64 0.189 0.83 0.1943 0.2 0.0054 0.12 0.1898-0.17 0.4099-0.49 0.3701-0.47 0.4264 0.24 0.7489 0.62 0.2841 0.8 0.2645 0.94-0.1056 0.18-0.4727 0.93-0.5875 1.76-0.2698 0.86 0.33 0.52 0.8127-0.44 0.6214-0.85-0.17-1.32 0.2222-0.57 0.4729 0.19 0.0622 0.29 0.352 0.23 0.644-0.1 0.4777-0.15 0.4689-0.49-0.0876zm2.13-1.1066c0.11-0.1011 0.37-0.1119 0.59-0.024 0.24 0.0971 0.17 0.1692-0.19 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm3.01-1.033c0-0.4182 0.07-0.5893 0.15-0.3802 0.09 0.2091 0.09 0.5513 0 0.7605-0.08 0.2091-0.15 0.038-0.15-0.3803z" transform="translate(10 1332.4)"/> - <rect id="d0e135" display="none" height="1e3px" width="288" y="1475.7" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="tracing-f05-fr.svgtext2879" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1322.7)" xml:space="preserve" line-height="100.00000%" font-size="6" y="128.14566" x="81.327339" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f05-fr.svgtspan2880" y="128.14566" x="81.327339" sodipodi:role="line">Image originale</tspan></text> + <text id="tracing-f05-fr.svgtext2882" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1322.7)" xml:space="preserve" line-height="100.00000%" font-size="6" y="124.44067" x="227.33034" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f05-fr.svgtspan2883" y="124.44067" x="227.33034" sodipodi:role="line">Image vectorisée / Chemin résultant</tspan><tspan id="tracing-f05-fr.svgtspan2893" y="130.44067" x="227.33034" sodipodi:role="line">(1 551 nœuds)</tspan></text> + <image id="tracing-f05-fr.svgimage1651" sodipodi:absref="/oldguitar.jpg" xlink:href="oldguitar.jpg" transform="translate(10 1322.7)" height="115.89" width="83.347" y=".000066406" x="39.654"/> + <path id="tracing-f05-fr.svgpath1653" d="m185.42 89.583v-26.312l0.69-0.042 0.68-0.041-0.69-0.133-0.69-0.133 0.02-14.959 0.03-14.959 0.95-0.068c0.52-0.037 1.06-0.242 1.19-0.456 0.18-0.284 0.25-0.245 0.25 0.144 0.01 0.921 1.05 0.497 1.31-0.532 0.11-0.467 0.16-0.413 0.18 0.228 0.03 0.702 0.17 0.836 0.88 0.832 0.63-0.004 0.72-0.073 0.38-0.288-0.24-0.156-0.36-0.366-0.26-0.466 0.1-0.101 0.38 0.011 0.62 0.249 0.45 0.456 4.62 0.633 4.34 0.185-0.08-0.128 0.03-0.311 0.24-0.407 0.21-0.097 0.07-0.099-0.31-0.006-0.37 0.093-0.68 0.047-0.68-0.104 0-0.514 0.31-0.583 1.69-0.373 0.75 0.114 1.45 0.093 1.53-0.049 0.22-0.357 0.73-0.324 0.73 0.047 0 0.167-0.2 0.304-0.45 0.304s-0.46 0.127-0.46 0.283c0 0.155-0.31 0.341-0.68 0.411-0.38 0.071-0.17 0.127 0.47 0.124 0.63-0.003 1.22-0.12 1.31-0.26 0.08-0.14 0.43-0.254 0.76-0.254 0.34 0 0.53-0.129 0.43-0.286-0.09-0.157 0.07-0.294 0.37-0.304 1.91-0.063 3.68-0.251 4.34-0.46 0.42-0.133 0.66-0.135 0.53-0.004-0.12 0.131 0.07 0.446 0.44 0.7 0.77 0.54 6.33 0.862 6.33 0.368 0-0.165-0.21-0.22-0.46-0.124s-0.45 0.046-0.45-0.111-0.21-0.286-0.46-0.286-0.46 0.091-0.46 0.203c0 0.111-0.21 0.202-0.47 0.202s-0.42-0.206-0.36-0.481c0.06-0.31 0.37-0.454 0.85-0.405 0.58 0.06 0.64 0.012 0.29-0.223-0.67-0.438-1.26-0.377-1.66 0.171-0.27 0.374-0.62 0.432-1.55 0.258-1.15-0.217-1.17-0.238-0.46-0.552 0.55-0.246 0.76-0.234 0.86 0.047 0.17 0.509 0.68 0.475 0.68-0.044 0-0.863 1.73-0.81 4.02 0.122 1.22 0.497 2.3 0.903 2.4 0.904 0.36 0.002 0.51-3.488 0.16-3.709-0.18-0.116-0.23-0.307-0.12-0.424 0.43-0.428 1.2 0.59 1.04 1.379-0.14 0.706 0.36 1.842 0.81 1.842 0.1 0 0.34-0.513 0.52-1.141 0.53-1.745 1.51-2.804 2.32-2.495 0.53 0.2 0.64 0.438 0.53 1.138-0.2 1.236 0.5 1.702 2.63 1.757l1.78 0.045-0.17-0.945c-0.1-0.519-0.57-1.45-1.05-2.067-0.48-0.618-0.88-1.388-0.88-1.712 0-0.842-0.62-1.243-2.25-1.468-0.9-0.123-1.77-0.489-2.33-0.98-1.23-1.081-1.12-1.38 0.24-0.65 1.28 0.686 2.82 0.809 2.82 0.226 0-0.211-0.31-0.731-0.68-1.156-0.9-1.012-1.45-1.989-1.45-2.575 0-0.506 0.39-0.288 1.43 0.807 0.26 0.272 0.69 0.436 0.96 0.365 0.31-0.079 0.62 0.141 0.8 0.57 0.31 0.694 3.24 2.095 4.56 2.181 0.34 0.021 0.92 0.347 1.29 0.724l0.67 0.684h-0.69c-0.37 0-0.81 0.114-0.97 0.253s-0.9 0.425-1.64 0.636c-1.57 0.448-1.17 0.985 0.54 0.709 0.9-0.147 1.03-0.097 0.87 0.331-0.14 0.354-0.03 0.504 0.35 0.504 0.56 0 1.86 1.176 1.88 1.693 0 0.157 0.34 0.524 0.74 0.817l0.73 0.533 0.22-1.422c0.23-1.58-0.03-6.439-0.43-7.856l-0.26-0.913-0.21 1.141c-0.12 0.627-0.35 1.141-0.5 1.141-0.16 0-1.08-0.42-2.04-0.932-1.75-0.928-3.12-2.223-3.13-2.947 0-0.556-0.93-0.464-1.37 0.135-0.35 0.476-0.42 0.478-0.87 0.02-0.36-0.357-0.4-0.558-0.15-0.714 0.25-0.152 0.18-0.348-0.22-0.645-0.54-0.397-0.52-0.416 0.27-0.276 0.74 0.133 0.87 0.041 1.02-0.743 0.24-1.181 0.57-1.143 0.56 0.065 0 0.549 0.18 1.021 0.42 1.104 0.24 0.079 0.35 0.013 0.25-0.148-0.1-0.162 0.01-0.293 0.26-0.293 0.24 0 0.44 0.114 0.44 0.253s0.32 0.254 0.7 0.254 0.85 0.153 1.04 0.342c0.41 0.411 3.13 0.08 3.13-0.381 0-0.694-0.64-1.452-1.08-1.282-0.26 0.098-0.76-0.078-1.11-0.392-0.55-0.48-0.62-0.49-0.47-0.068 0.14 0.381-0.04 0.534-0.74 0.636-1.58 0.233-2.38-0.058-2.38-0.868 0-0.425 0.19-0.741 0.45-0.763 0.59-0.049 0.75-0.095 1.75-0.511 0.46-0.191 1.08-0.26 1.37-0.154 0.4 0.145 0.35-0.007-0.21-0.626-0.41-0.45-0.93-0.75-1.14-0.667-0.22 0.083-0.4-0.049-0.4-0.295 0-0.771-0.5-0.601-1.91 0.642-0.21 0.181-0.54 0.275-0.73 0.21-0.2-0.066-0.66 0.175-1.02 0.536-0.39 0.392-0.89 0.594-1.23 0.503-0.32-0.083-0.58-0.062-0.58 0.048s-0.58 0.2-1.3 0.2c-0.71 0-1.36 0.081-1.44 0.18s-0.63 0.271-1.22 0.383l-1.06 0.202 0.91-0.609c0.5-0.335 0.74-0.609 0.52-0.611-0.32-0.001-0.32-0.082 0-0.439 0.34-0.381 0.44-0.377 0.75 0.03 0.73 0.946 4.33-0.287 6.35-2.173 0.5-0.46 1.99-1.36 3.33-2.0001 1.34-0.6404 3.53-1.7571 4.87-2.4814 2.63-1.4232 2.78-1.4433 7.36-1.0003 2.46 0.2383 2.49 0.2327 2.67-0.4871 0.1-0.4005 0.14-1.7548 0.1-3.0096l-0.09-2.2814 8.67-0.0812c7.53-0.0706 8.71-0.0196 9.01 0.3891 0.3 0.4121 0.37 0.4143 0.52 0.0178 0.14-0.3777 0.87-0.4354 4.37-0.3481 2.31 0.0575 4.3 0.1203 4.43 0.1395 0.17 0.0259 0.12 95.017-0.06 113.12l-0.02 2.5h-41.52-41.53v-26.307zm6.99 25.117c0.42-0.78 0.4-0.93-0.11-0.93-0.4 0-0.79 0.61-0.79 1.24 0 0.49 0.58 0.29 0.9-0.31zm2.36-1.64c0.14-1.09-0.08-1.03-0.49 0.12-0.24 0.69-0.23 0.9 0.03 0.82 0.19-0.07 0.4-0.49 0.46-0.94zm1.18-0.12c-0.1-0.11-0.17 0.07-0.16 0.39 0.02 0.36 0.09 0.43 0.18 0.19 0.09-0.22 0.08-0.48-0.02-0.58zm-2.31-0.52c0-0.4 0.08-0.98 0.18-1.29 0.13-0.4 0-0.34-0.45 0.2-0.74 0.9-0.84 1.83-0.19 1.83 0.28 0 0.46-0.29 0.46-0.74zm-1.8 0.2c0.11-1.07 1.02-3.42 1.34-3.43 0.17 0 0.56-0.55 0.86-1.21 0.31-0.67 0.7-1.21 0.88-1.21 0.17 0 0.78-0.41 1.35-0.91 0.57-0.51 0.94-0.92 0.82-0.92s0.24-0.34 0.8-0.76c0.57-0.41 1.14-0.92 1.27-1.13 0.17-0.28 0.32-0.29 0.57-0.05 0.55 0.56 2.21 0.04 2.71-0.86 0.47-0.82 0.47-0.78-0.59-3.028-0.39-0.83-0.21-2.381 0.28-2.381 0.55 0-0.87-2.327-1.62-2.672-0.69-0.314-0.84-0.271-1.26 0.37-0.26 0.399-0.86 2.141-1.33 3.871-0.87 3.19-1.69 5.25-2.38 5.98-0.21 0.22-0.38 0.56-0.38 0.75 0 0.42-1.76 1.98-2.51 2.22-0.63 0.2-1.28 1.36-1.59 2.83-0.17 0.79-0.14 0.97 0.16 0.79 0.39-0.25 0.34 0.23-0.17 1.45-0.15 0.38-0.07 0.53 0.27 0.53 0.27 0 0.5-0.1 0.52-0.23zm55.06-3.05c-0.18-0.06-0.33-0.44-0.33-0.85 0-0.45-0.18-0.73-0.46-0.73-0.25 0-0.46 0.2-0.46 0.45s0.14 0.46 0.31 0.46c0.16 0 0.3 0.13 0.3 0.28 0 0.16 0.16 0.67 0.36 1.14l0.36 0.86 0.13-0.75c0.07-0.41-0.03-0.8-0.21-0.86zm-1.73-0.17c-0.1-0.27-0.31-0.42-0.46-0.33s-0.1 0.35 0.11 0.57c0.47 0.51 0.6 0.42 0.35-0.24zm-1.33-1.99c-0.2-0.38-0.51-0.55-0.79-0.44-0.4 0.15-0.36 0.3 0.22 0.92 0.76 0.8 1.1 0.51 0.57-0.48zm2.28-1.54c-0.07-0.87-0.77-1.24-0.77-0.41 0 0.31-0.21 0.87-0.47 1.24-0.7 0.99-0.23 1.46 0.61 0.62 0.39-0.41 0.66-1.02 0.63-1.45zm-2.6-1.19c0-0.15-0.2-0.44-0.45-0.65-0.5-0.41-0.56-0.31-0.27 0.43 0.19 0.51 0.72 0.67 0.72 0.22zm2.44-0.36c0-0.18-0.14-0.24-0.31-0.14-0.16 0.11-0.3 0.25-0.3 0.33 0 0.07 0.14 0.13 0.3 0.13 0.17 0 0.31-0.15 0.31-0.32zm-7.49-2.42c-0.17-0.17-0.76-0.44-1.32-0.6-0.98-0.28-0.99-0.28-0.46 0.31 0.3 0.33 0.89 0.6 1.31 0.6 0.53 0 0.68-0.1 0.47-0.31zm6.02-0.21c-0.22-0.08-0.48-0.07-0.58 0.03s0.08 0.17 0.4 0.16c0.35-0.02 0.43-0.09 0.18-0.19zm-8.57-0.59c0-0.35-1.05-1-1.62-1.01-0.3-0.01-0.47-0.136-0.38-0.285 0.1-0.15-0.03-0.351-0.28-0.447-0.61-0.231-0.59-0.802 0.02-0.802 0.79 0 0.3-0.752-0.56-0.854-0.43-0.052-0.97-0.314-1.19-0.583-0.36-0.435-0.33-0.449 0.26-0.134 0.37 0.195 1.03 0.354 1.48 0.354 0.71 0 0.8 0.102 0.67 0.768-0.17 0.883 0.22 1.288 0.6 0.618 0.27-0.485 1.61-0.328 1.61 0.189 0 0.157 0.13 0.202 0.3 0.098 0.17-0.103 0.31-0.043 0.31 0.134 0 0.178 0.4 0.323 0.88 0.323 0.49 0 0.94 0.129 0.99 0.287 0.06 0.157 0.79 0.464 1.62 0.674 0.84 0.22 1.6 0.5 1.69 0.63 0.27 0.37 1.83-0.48 1.67-0.91-0.11-0.287 0.17-0.333 1.14-0.186 0.71 0.106 1.45 0.336 1.66 0.496 0.28 0.21 0.38 0.16 0.38-0.2 0-0.953-2.33-1.287-3.49-0.503-0.38 0.253-1.8 0.209-3.2-0.108-2.36-0.535-8.33-4.086-15.66-9.314-3.19-2.274-5.35-3.293-8.78-4.134-1.7-0.417-3.5-0.913-4-1.101-1.7-0.638-5.11-2.815-5.25-3.35-0.09-0.344-0.79-0.722-1.98-1.072-1.61-0.474-1.78-0.596-1.4-0.989 0.48-0.485 1.79-2.549 1.79-2.81 0-0.315-2.62 0.421-4.18 1.176-0.88 0.423-1.73 0.683-1.91 0.578-1.02-0.631-2.66 1.757-3.38 4.912-0.32 1.391-0.29 1.68 0.22 2.563 0.58 0.984 2.19 2.146 2.63 1.895 0.13-0.071 0.23 0.063 0.23 0.298 0 0.236 0.26 0.729 0.58 1.098l0.58 0.67 0.2-0.924c0.26-1.151 0.64-1.407 1.23-0.82 0.49 0.491 0.59 0.823 0.22 0.765-0.73-0.116-1.29 0.096-1.29 0.493 0 0.251 0.14 0.456 0.3 0.456 0.17 0 0.31-0.137 0.31-0.304 0-0.168 0.14-0.304 0.3-0.304 0.17 0 0.31 0.202 0.31 0.45 0 0.519 1.4 0.926 2.73 0.793 0.41-0.041 0.41-0.088 0-0.424-0.25-0.207-0.6-0.648-0.78-0.978-0.19-0.331-0.7-0.78-1.15-0.999-0.44-0.218-0.8-0.537-0.8-0.708 0-0.191-0.37-0.231-0.95-0.103-0.66 0.145-0.89 0.106-0.75-0.128 0.12-0.185 0.44-0.341 0.73-0.347 0.46-0.008 0.45-0.053-0.05-0.436-0.69-0.519-0.39-1.195 0.35-0.813 0.28 0.146 0.69 0.203 0.89 0.128 0.21-0.075 0.38 0.08 0.38 0.345s0.25 0.482 0.55 0.482c1.01 0 1.85 0.869 1.95 2.034 0.05 0.612 0.26 1.169 0.47 1.239 0.3 0.097 0.31-0.066 0.07-0.714-0.25-0.647-0.22-0.938 0.11-1.267 0.36-0.368 0.51-0.312 1.07 0.398 0.36 0.454 0.65 1.021 0.65 1.26s0.24 0.41 0.53 0.38c0.97-0.098 1.22 0.01 1.38 0.589 0.11 0.434 0.34 0.536 0.94 0.421 0.88-0.167 0.97-0.421 0.48-1.325-0.39-0.727-0.13-1.227 0.51-0.982 0.35 0.133 0.37 0.241 0.1 0.409-0.2 0.126-0.26 0.396-0.13 0.607 0.17 0.277 0.38 0.183 0.79-0.346 0.31-0.399 0.56-0.573 0.57-0.387 0.02 1.031 4.72 4.386 5.49 3.914 0.16-0.102 0.53 0.045 0.81 0.325 0.48 0.478 0.52 0.469 0.75-0.137l0.24-0.648 0.77 0.668c0.42 0.367 0.76 0.834 0.76 1.037 0 0.51-0.94 0.826-1.32 0.444-0.52-0.518-0.85-0.357-0.75 0.362 0.08 0.528 0.31 0.687 1.09 0.725 0.54 0.027 1.16 0.185 1.37 0.353 0.2 0.168 0.85 0.401 1.44 0.518 0.59 0.118 1.82 0.465 2.74 0.772s2.35 0.766 3.19 1.02c0.84 0.255 2.34 0.837 3.35 1.295 1 0.453 1.91 0.813 2.02 0.783 0.11-0.02 0.37 0.16 0.57 0.41 0.37 0.44 1.21 0.62 1.21 0.25zm-5.78-3.456c0-0.168 0.14-0.305 0.3-0.305 0.17 0 0.31 0.137 0.31 0.305 0 0.167-0.14 0.304-0.31 0.304-0.16 0-0.3-0.137-0.3-0.304zm-1.22-0.609c0-0.167-0.38-0.304-0.86-0.304-0.47 0-0.96-0.103-1.09-0.228-0.23-0.228-0.38-0.271-1.24-0.342-0.54-0.045-0.65-1.863-0.12-1.863 0.21 0 0.26 0.289 0.15 0.741-0.17 0.686-0.08 0.757 1.2 0.949 1.26 0.189 3.23 1.318 2.34 1.341-0.21 0.006-0.38-0.127-0.38-0.294zm-4.94-1.242c-0.3-0.171-0.67-0.227-0.84-0.124-0.41 0.254-0.72-0.634-0.45-1.295 0.19-0.473 0.24-0.456 0.47 0.152 0.15 0.376 0.46 0.684 0.7 0.684s0.51 0.205 0.61 0.456c0.2 0.533 0.2 0.533-0.49 0.127zm-2.36-1.325c0-0.535 0.19-0.613 0.45-0.192 0.09 0.156 0.03 0.37-0.14 0.475s-0.31-0.023-0.31-0.283zm2.36-0.068c0.21-0.084 0.55-0.084 0.76 0 0.21 0.085 0.04 0.154-0.38 0.154s-0.59-0.069-0.38-0.154zm-21.83-4.495c0-0.074 0.14-0.219 0.31-0.322 0.17-0.104 0.3-0.043 0.3 0.134s-0.13 0.322-0.3 0.322-0.31-0.06-0.31-0.134zm2.54-3.073c-0.27-0.701-0.02-0.739 0.64-0.1 0.52 0.511 0.53 0.569 0.06 0.569-0.28 0-0.6-0.211-0.7-0.469zm1.47 11.779c0.73-0.304 2.12-0.727 3.09-0.939 0.98-0.213 1.7-0.459 1.61-0.547-0.09-0.089-1.53-0.339-3.2-0.557-1.67-0.217-3.36-0.492-3.74-0.61-0.39-0.118-0.6-0.107-0.47 0.026 0.12 0.133 0 0.495-0.28 0.806-0.39 0.432-0.43 0.647-0.16 0.922 0.2 0.196 0.36 0.604 0.36 0.905 0 0.72 1.07 0.718 2.79-0.006zm12.42-3.575c0-0.372-0.88-1.022-1.64-1.213-1.1-0.277-0.98 0.217 0.2 0.833 1.06 0.553 1.44 0.652 1.44 0.38zm-4.26-1.043c0-0.167-0.13-0.304-0.3-0.304s-0.31 0.137-0.31 0.304c0 0.168 0.14 0.305 0.31 0.305s0.3-0.137 0.3-0.305zm1.45-0.38c-0.15-0.431-0.64-0.383-0.79 0.076-0.05 0.167 0.13 0.304 0.41 0.304s0.45-0.171 0.38-0.38zm-7.53-2.966c0-0.167-0.21-0.304-0.46-0.304s-0.45 0.137-0.45 0.304c0 0.168 0.2 0.305 0.45 0.305s0.46-0.137 0.46-0.305zm23.57-8.213c-0.1-0.167-0.25-0.304-0.32-0.304s-0.13 0.137-0.13 0.304c0 0.168 0.14 0.304 0.32 0.304s0.24-0.136 0.13-0.304zm-3.34-0.608c-0.11-0.167-0.33-0.304-0.5-0.304-0.16 0-0.21 0.137-0.11 0.304s0.32 0.304 0.49 0.304 0.22-0.137 0.12-0.304zm13.27-0.814c-0.36-0.616-0.45-0.419-0.16 0.346 0.11 0.272 0.26 0.43 0.34 0.352 0.07-0.079-0.01-0.392-0.18-0.698zm-14.5 0.24c-0.16-0.149-0.64-0.36-1.05-0.469l-0.76-0.199 0.76 0.458c0.84 0.511 1.51 0.644 1.05 0.21zm3.51-0.661c0-0.157-0.14-0.286-0.31-0.286-0.16 0-0.3 0.213-0.3 0.474s0.14 0.39 0.3 0.287c0.17-0.104 0.31-0.317 0.31-0.475zm-5.63-0.286c-0.1-0.167-0.35-0.302-0.55-0.299-0.22 0.002-0.18 0.122 0.09 0.299 0.59 0.378 0.69 0.378 0.46 0zm17.49-0.735c0-0.237 0.17-0.511 0.38-0.608 0.3-0.142 0.31-0.214 0-0.355-0.26-0.121-0.09-0.464 0.54-1.088 0.5-0.501 0.9-1.072 0.9-1.268 0-0.264-0.06-0.266-0.23-0.01-0.16 0.246-0.35 0.208-0.67-0.134-0.39-0.426-0.38-0.458 0.08-0.28 0.32 0.121 0.52 0.055 0.53-0.17 0-0.234 0.11-0.202 0.29 0.085 0.24 0.378 0.4 0.39 0.91 0.074 0.5-0.308 0.62-0.308 0.61 0-0.02 0.587-0.78 1.466-1.06 1.214-0.14-0.123-0.17 0.003-0.07 0.279 0.12 0.329-0.01 0.553-0.37 0.648-0.38 0.098-0.55 0.401-0.52 0.914 0.06 0.939 0.32 0.801 1.23-0.645 1.4-2.226 2.58-7.879 1.75-8.392-0.24-0.149-0.34 0.437-0.34 1.986 0 1.209-0.11 2.096-0.23 1.97-0.24-0.241-0.28-0.406-0.34-1.412-0.03-0.344-0.16-0.554-0.3-0.465-0.15 0.089-0.24-0.48-0.2-1.264 0.03-0.784-0.13-2.037-0.35-2.786-0.23-0.748-0.34-1.608-0.24-1.911 0.11-0.344 0.02-0.55-0.22-0.547-0.54 0.006-1.45 0.592-0.94 0.599 0.21 0.002 0.38 0.133 0.38 0.289 0 0.157-0.56 0.278-1.25 0.268-0.69-0.009-1.34 0.123-1.44 0.293-0.26 0.407-0.95 0.49-1.79 0.216-0.81-0.26-0.92-1.053-0.16-1.081 0.41-0.015 0.38-0.084-0.15-0.294-0.37-0.152-0.68-0.425-0.68-0.607 0-0.183 0.13-0.248 0.3-0.144 0.45 0.277 0.37-0.623-0.17-1.911-0.26-0.622-0.43-1.157-0.38-1.189 0.25-0.157-2.46-3.324-3.88-4.539-1.1-0.939-1.56-1.53-1.43-1.855 0.13-0.355 0.91 0.291 3.01 2.51 2.37 2.506 2.94 3.304 3.51 4.946 0.39 1.076 0.87 2.024 1.08 2.106 0.21 0.081 0.31 0.27 0.22 0.42s-0.02 0.272 0.15 0.272c0.48 0 0.39-0.648-0.24-1.683-0.31-0.508-0.66-1.545-0.77-2.305-0.17-1.162-0.51-1.691-2.13-3.335-1.06-1.075-2.39-2.327-2.96-2.782-0.56-0.455-0.87-0.831-0.67-0.836s0.55 0.178 0.78 0.407c0.23 0.23 0.86 0.649 1.41 0.932 0.55 0.284 1.66 1.224 2.47 2.089 0.82 0.865 1.57 1.481 1.69 1.368 0.23-0.232-1.65-2.981-2.04-2.981-0.14 0-0.26-0.197-0.26-0.438s-0.82-0.877-1.83-1.414c-1-0.537-1.78-1.023-1.72-1.082 0.06-0.058 0.74 0.112 1.53 0.379 1.48 0.504 2.06 1.028 4.14 3.696 0.68 0.879 1.38 1.597 1.54 1.597 0.59 0 0.28-0.816-0.64-1.692-0.52-0.491-1.28-1.467-1.69-2.167-0.65-1.1-1.02-1.363-2.7-1.921-2.94-0.978-4.42-2.433-2.49-2.433 0.75 0 1.06-0.565 2.38-4.359 0.45-1.309 0.9-2.462 1-2.56s0.18-0.35 0.18-0.559 0.3-1.042 0.66-1.85c0.67-1.504 1.46-3.494 1.46-3.733 0.01-0.074-0.27 0.166-0.61 0.532-0.83 0.887-1.34 0.852-0.75-0.052 0.26-0.394 0.38-0.942 0.28-1.216-0.15-0.398 0.01-0.507 0.83-0.538 0.93-0.034 0.89-0.06-0.35-0.281-1.94-0.346-3.91-0.35-3.37-0.007 0.23 0.15 0.87 0.201 1.4 0.114 0.86-0.14 0.99-0.066 1.13 0.636 0.1 0.541 0.02 0.793-0.27 0.793-0.22 0-0.41 0.258-0.41 0.573 0 0.464-0.19 0.555-0.99 0.476-0.54-0.054-1.09-0.106-1.22-0.117-0.12-0.011-0.2-0.122-0.16-0.247 0.03-0.126-0.03-0.686-0.15-1.244-0.21-1.005-0.23-1.014-1.51-0.801-1.76 0.293-2.79 0.866-3.77 2.099-1.6 2.007-1.9 3.263-1.92 8.159-0.01 3.167-0.12 4.486-0.36 4.486-0.2 0-1.82 0.671-3.6 1.49-3.37 1.546-5.41 2.183-8.92 2.79-1.83 0.317-2.12 0.459-2.54 1.289-0.59 1.123-0.44 4.113 0.28 5.71 0.26 0.572 0.65 1.657 0.88 2.41 0.34 1.167 0.53 1.383 1.29 1.469 0.52 0.061 1.2-0.136 1.68-0.492 0.44-0.326 1.39-0.895 2.12-1.265 0.72-0.37 1.92-1.29 2.65-2.045s1.33-1.193 1.33-0.974c0 0.253 0.24 0.162 0.65-0.246 0.36-0.356 0.65-1.002 0.65-1.437 0-0.493 0.16-0.79 0.45-0.79 0.24 0 1.07-0.616 1.83-1.369 0.92-0.904 1.66-1.37 2.18-1.373 0.62-0.004 0.69-0.067 0.33-0.304-0.32-0.211-0.14-0.242 0.61-0.107 0.58 0.105 1.2 0.331 1.36 0.501 0.21 0.207 0.13 0.247-0.22 0.121-0.81-0.284-0.65 0.023 0.6 1.176 0.63 0.577 1.42 1.054 1.75 1.062 0.8 0.018 3.86 2.394 4.32 3.35 0.19 0.41 0.45 1.156 0.57 1.658l0.22 0.913-0.65-0.582c-0.36-0.319-0.74-0.496-0.85-0.392-0.36 0.366-0.18 1.762 0.31 2.3 0.27 0.301 0.49 0.686 0.49 0.856 0 0.481 1.09 1.344 1.37 1.088 0.14-0.126 0.15-0.051 0.03 0.165-0.13 0.217-0.08 0.573 0.1 0.793 0.31 0.375 0.69 2.798 0.69 4.395 0 0.521 0.1 0.624 0.34 0.381 0.5-0.504 0.82-0.405 0.82 0.255 0 0.325 0.14 0.675 0.3 0.779 0.4 0.245 0.4 1.278 0 1.526-0.17 0.106-0.46-0.228-0.64-0.743-0.18-0.514-0.46-0.935-0.62-0.935-0.4 0-0.01 1.226 0.61 1.928 0.27 0.308 0.5 0.719 0.5 0.913 0 0.541 0.88 2.33 1.14 2.33 0.13 0 0.23-0.194 0.23-0.431zm-0.4-2.199c-0.39-0.397-0.2-0.716 0.43-0.716 0.35 0 0.58 0.159 0.51 0.361-0.15 0.444-0.66 0.637-0.94 0.355zm0.1-2.407c0-0.261 0.13-0.39 0.3-0.286 0.17 0.103 0.31 0.316 0.31 0.474 0 0.157-0.14 0.286-0.31 0.286s-0.3-0.213-0.3-0.474zm3.52 0.211c-0.13-0.212-0.16-0.468-0.05-0.568 0.27-0.273 0.56 0.128 0.42 0.569-0.11 0.309-0.18 0.309-0.37-0.001zm-4.74-6.134c0-0.163 0.21-0.295 0.46-0.295s0.45 0.054 0.45 0.12c0 0.065-0.2 0.198-0.45 0.294s-0.46 0.043-0.46-0.119zm3.07-1.639c-0.02-0.32 0.06-0.5 0.16-0.399s0.11 0.364 0.02 0.583c-0.1 0.243-0.17 0.171-0.18-0.184zm-11.43-8.998c-0.11-0.168-0.05-0.305 0.13-0.305s0.32 0.137 0.32 0.305c0 0.167-0.06 0.304-0.13 0.304-0.08 0-0.22-0.137-0.32-0.304zm-1.24-3.489c-0.32-0.245-0.44-0.451-0.25-0.456s0.52 0.195 0.73 0.447c0.48 0.579 0.28 0.583-0.48 0.009zm3.52-6.397c0-0.251 0.11-0.457 0.25-0.457s0.25 0.206 0.25 0.457-0.11 0.456-0.25 0.456-0.25-0.205-0.25-0.456zm-1.31-0.043c-0.11-0.107-0.12-0.314-0.03-0.461 0.19-0.315 0.73-0.043 0.73 0.37 0 0.326-0.41 0.38-0.7 0.091zm3.13-4.502c0-0.074 0.14-0.219 0.31-0.322 0.16-0.104 0.3-0.043 0.3 0.134s-0.14 0.322-0.3 0.322c-0.17 0-0.31-0.061-0.31-0.134zm0-2.129c0-0.261 0.14-0.475 0.31-0.475 0.16 0 0.3 0.129 0.3 0.287 0 0.157-0.14 0.37-0.3 0.474-0.17 0.103-0.31-0.026-0.31-0.286zm0.61-0.779c0-0.167 0.14-0.304 0.3-0.304 0.17 0 0.31 0.137 0.31 0.304s-0.14 0.304-0.31 0.304c-0.16 0-0.3-0.137-0.3-0.304zm-0.56-0.608c0-0.419 0.07-0.59 0.15-0.381 0.09 0.21 0.09 0.552 0 0.761-0.08 0.209-0.15 0.038-0.15-0.38zm-4.81-2.244c-0.27-0.311-0.12-0.478 0.71-0.777 0.58-0.21 1.13-0.304 1.23-0.21 0.09 0.095-0.2 0.312-0.65 0.484s-0.74 0.449-0.63 0.617c0.27 0.442-0.25 0.352-0.66-0.114zm2.33-0.722c0-0.377 0.14-0.685 0.3-0.685 0.38 0 0.38 0.323 0 0.913-0.24 0.369-0.29 0.325-0.3-0.228zm-10.54 41.427c-0.13-0.314 0.02-0.53 0.44-0.638 0.82-0.215 0.96-0.692 0.47-1.625l-0.4-0.761-0.05 0.913c-0.04 0.686-0.1 0.573-0.24-0.456-0.11-0.753-0.07-1.544 0.09-1.757 0.15-0.213 0.19-0.478 0.08-0.588-0.44-0.432-0.86 0.534-1.02 2.309-0.09 1.024-0.26 1.861-0.37 1.861-0.4 0-1.29-1.302-1-1.484 0.41-0.265 0.64-2.484 0.33-3.307-0.33-0.917-0.87-0.871-0.87 0.076 0 0.583-0.16 0.763-0.69 0.77-0.64 0.009-0.65 0.034-0.13 0.427 0.64 0.483 0.19 0.942-0.64 0.654-0.47-0.163-0.47-0.142 0.01 0.235 0.3 0.228 0.54 0.508 0.54 0.622 0 0.266 0.51 0.906 1.75 2.194 1.04 1.076 2.02 1.397 1.7 0.555zm-0.34-2.263c0-0.586 0.06-0.825 0.14-0.533 0.07 0.293 0.07 0.772 0 1.065-0.08 0.293-0.14 0.053-0.14-0.532zm-2.3-0.507c-0.11-0.112-0.21-0.344-0.21-0.517 0-0.191 0.15-0.173 0.36 0.045 0.2 0.198 0.29 0.431 0.21 0.517-0.09 0.087-0.25 0.066-0.36-0.045zm14.09 0.507c0-0.167-0.14-0.304-0.3-0.304-0.17 0-0.31 0.137-0.31 0.304s0.14 0.304 0.31 0.304c0.16 0 0.3-0.137 0.3-0.304zm-16.12-2.7c0-0.146-0.2-0.83-0.44-1.521-0.25-0.69-0.33-1.255-0.18-1.255s0.4 0.377 0.56 0.837c0.27 0.773 0.31 0.79 0.53 0.228 0.12-0.334 0.45-0.871 0.72-1.193 0.39-0.478 0.4-0.535 0.03-0.313-0.99 0.589-1.3 0.436-1.1-0.547 0.24-1.204 0.31-1.258 1.05-0.861 0.34 0.18 0.9 0.328 1.24 0.328 0.53 0 0.64 0.201 0.67 1.293l0.03 1.293 0.28-1.521c0.15-0.836 0.29-1.929 0.31-2.427 0.03-0.499 0.24-1.098 0.47-1.332 0.24-0.234 0.35-0.637 0.25-0.895-0.1-0.257-0.03-0.562 0.15-0.677 0.24-0.144 0.2-0.348-0.12-0.667-0.34-0.343-0.37-0.547-0.11-0.805s0.22-0.345-0.15-0.345c-0.27 0-0.54 0.105-0.59 0.233-0.06 0.129-1.06 0.735-2.23 1.348-1.28 0.669-2.17 1.334-2.22 1.667-0.05 0.305-0.24 0.854-0.42 1.22-0.52 1.031 0.3 6.178 0.98 6.178 0.16 0 0.29-0.119 0.29-0.266zm-0.86-4.525c0.04-0.292-0.02-0.702-0.15-0.909-0.16-0.258-0.09-0.319 0.23-0.195 0.53 0.202 0.66 1.637 0.15 1.637-0.18 0-0.28-0.24-0.23-0.533zm17.1 4.042c0.27-0.413 0.49-1.207 0.49-1.765s0.16-1.176 0.36-1.374 0.28-0.437 0.19-0.532c-0.1-0.094-0.4 0.057-0.68 0.336-0.47 0.465-0.54 0.467-0.87 0.021-0.27-0.349-0.5-0.403-0.83-0.19-0.4 0.266-0.4 0.332 0 0.598 0.28 0.181 0.32 0.302 0.1 0.305-0.57 0.007-0.76-0.536-0.42-1.179 0.21-0.397 0.52-0.534 0.95-0.422 0.46 0.121 0.67-0.006 0.8-0.484 0.11-0.427 0.41-0.648 0.87-0.648 1.67 0 1.01-1.022-0.85-1.307-0.93-0.144-1.22-0.059-1.59 0.475-0.35 0.507-0.37 0.708-0.08 0.916 0.3 0.211 0.3 0.298 0 0.42-0.21 0.085-0.38 0.417-0.38 0.738 0 0.32-0.14 0.583-0.31 0.583-0.6 0-0.29 0.583 0.58 1.097s1.45 2.088 0.89 2.432c-0.14 0.086-0.25 0.286-0.25 0.443 0 0.532 0.53 0.291 1.03-0.463zm-1.13-5.233c-0.31-0.309-0.24-0.71 0.12-0.71 0.17 0 0.24 0.125 0.15 0.278-0.1 0.153 0 0.348 0.21 0.433s0.23 0.164 0.05 0.178c-0.18 0.013-0.42-0.068-0.53-0.179zm-3.98 4.848c-0.1-0.101-0.17 0.079-0.16 0.399 0.02 0.354 0.09 0.427 0.19 0.184 0.09-0.22 0.07-0.482-0.03-0.583zm8.03 0.526c0-0.167-0.13-0.304-0.3-0.304s-0.31 0.137-0.31 0.304 0.14 0.304 0.31 0.304 0.3-0.137 0.3-0.304zm-13.99-0.989c-0.01-0.534-0.07-0.587-0.29-0.242-0.15 0.243-0.21 0.551-0.13 0.684 0.27 0.427 0.42 0.262 0.42-0.442zm12.64-0.148c0.27-0.375 0.3-0.694 0.08-1.103-0.19-0.358-0.2-0.647-0.02-0.765 0.41-0.268 0.72-2.109 0.39-2.312-0.15-0.092-0.36-0.027-0.47 0.146-0.1 0.172-0.32 0.235-0.47 0.139-0.16-0.096-0.29-0.03-0.29 0.147s0.14 0.322 0.31 0.322 0.3 0.342 0.3 0.761c0 0.418-0.13 0.76-0.3 0.76s-0.31 0.548-0.31 1.217c0 1.331 0.19 1.495 0.78 0.688zm1.66-0.725c0-0.795-0.5-0.717-0.72 0.113-0.29 1.065-0.23 1.246 0.26 0.836 0.25-0.208 0.46-0.635 0.46-0.949zm-5.32-3.935c0.13-0.621 0.1-0.903-0.09-0.783-0.46 0.284-0.74-1.253-0.36-1.97 0.19-0.345 0.26-0.71 0.16-0.81s-0.35 0.254-0.55 0.787c-0.38 1-0.95 1.382-0.65 0.436 0.09-0.308-0.17-0.147-0.63 0.38l-0.79 0.913 0.17-1.673c0.35-3.286 0.37-3.174-0.46-3.184-0.58-0.008-0.77-0.178-0.8-0.715-0.04-0.855-0.72-1.68-0.72-0.877 0 0.284 0.1 0.518 0.23 0.519 0.12 0 0.26 0.646 0.31 1.433 0.04 0.788 0.3 1.759 0.56 2.157 0.27 0.422 0.4 1.022 0.29 1.437-0.1 0.392-0.03 0.806 0.16 0.919 0.19 0.122 0.26 0.653 0.15 1.311-0.15 0.96-0.13 1.007 0.14 0.357 0.44-1.034 0.5-1.063 1.06-0.504 0.27 0.271 0.35 0.493 0.17 0.493-0.17 0-0.23 0.228-0.12 0.506 0.13 0.34 0.08 0.434-0.16 0.286-0.2-0.121-0.36-0.075-0.36 0.102 0 0.574 0.53 0.342 1.06-0.464 0.28-0.433 0.59-0.711 0.68-0.618s-0.05 0.5-0.31 0.904c-0.27 0.404-0.4 0.817-0.3 0.917 0.24 0.239 0.89-1.029 1.16-2.259zm-7.89 1.202c-0.8-0.631-1.39-0.747-1.39-0.272 0 0.167 0.21 0.304 0.46 0.304 0.26 0 0.54 0.197 0.64 0.437 0.09 0.241 0.36 0.363 0.59 0.272 0.33-0.126 0.26-0.303-0.3-0.741zm2.71-0.272c-0.1-0.167-0.35-0.302-0.55-0.3-0.22 0.003-0.18 0.123 0.1 0.3 0.58 0.378 0.69 0.378 0.45 0zm18.23-1.574c-0.28-0.869-0.41-2.125-0.41-3.825 0-0.711-0.14-1.293-0.31-1.293-0.18 0-0.32-0.206-0.32-0.456 0-0.251 0.14-0.457 0.32-0.457s0.23-0.158 0.11-0.351c-0.14-0.218-0.09-0.268 0.13-0.134 0.19 0.119 0.35 0.059 0.35-0.134 0-0.192-0.26-0.417-0.57-0.5-0.31-0.082-0.74-0.512-0.94-0.957-0.33-0.735-0.4-0.761-0.75-0.289-0.25 0.353-0.47 0.42-0.69 0.209-0.21-0.211-0.36 0.255-0.49 1.454-0.1 0.971-0.06 1.888 0.09 2.039 0.15 0.15 0.2 0.664 0.1 1.141-0.11 0.567-0.04 0.868 0.19 0.868s0.29-0.232 0.17-0.606c-0.15-0.49-0.09-0.567 0.35-0.399 0.43 0.165 0.4 0.054-0.15-0.534-0.52-0.552-0.65-0.966-0.52-1.617 0.09-0.481 0.18-1.097 0.19-1.368 0.02-0.381 0.08-0.354 0.29 0.114 0.26 0.591 0.27 0.589 0.47-0.076 0.11-0.377 0.33-0.685 0.49-0.685s0.2 0.146 0.09 0.325c-0.11 0.178 0.05 0.518 0.36 0.754 0.49 0.374 0.5 0.47 0.11 0.733-0.34 0.22-0.49 0.176-0.56-0.164-0.06-0.255-0.26-0.408-0.46-0.338-0.41 0.147-0.33 1.426 0.13 1.878 0.21 0.212 0.24 0.13 0.09-0.264-0.15-0.413-0.1-0.534 0.21-0.433 0.65 0.217 0.85 1.555 0.3 1.971-0.42 0.316-0.4 0.439 0.22 1.094 0.4 0.431 0.61 0.936 0.51 1.216-0.1 0.264 0.05 0.837 0.33 1.274 0.61 0.925 0.9 0.828 0.57-0.19zm-21.59 0.389c0.09-0.15-0.04-0.351-0.29-0.447-0.28-0.106-0.45 0.001-0.45 0.273 0 0.492 0.47 0.604 0.74 0.174zm2.3-0.673c0-0.185-0.21-0.258-0.46-0.161-0.25 0.096-0.45 0.042-0.45-0.12s0.2-0.295 0.45-0.295 0.46-0.151 0.46-0.336c0-0.186-0.22-0.254-0.48-0.152-0.27 0.101-0.61 0.184-0.76 0.184-0.16 0-0.28 0.274-0.28 0.609 0 0.446 0.2 0.608 0.76 0.608 0.42 0 0.76-0.151 0.76-0.337zm1.99 0.054c-0.1-0.156-0.05-0.359 0.09-0.451 0.15-0.092 0.28-0.495 0.28-0.895 0-0.675-0.04-0.692-0.51-0.234-0.52 0.504-0.5 1.863 0.03 1.863 0.15 0 0.2-0.127 0.11-0.283zm-25.3-1.694c-0.19-0.497-0.72-0.628-0.72-0.178 0 0.231 0.21 0.388 0.82 0.61 0.04 0.013-0.01-0.181-0.1-0.432zm3.67 0.118c-0.09-0.149 0.11-0.27 0.46-0.27 0.84 0 0.8-0.533-0.06-0.698l-0.69-0.132 0.69-0.041c0.41-0.025 0.68-0.239 0.68-0.535 0-0.384-0.09-0.417-0.41-0.147-0.23 0.191-0.63 0.266-0.89 0.168-0.25-0.098-0.56-0.025-0.67 0.162-0.15 0.248-0.33 0.244-0.64-0.017-0.35-0.291-0.43-0.21-0.43 0.442 0 0.439-0.14 0.798-0.3 0.798-0.17 0-0.31 0.104-0.31 0.232s0.62 0.25 1.37 0.27c0.75 0.021 1.29-0.084 1.2-0.232zm4.29-0.69c0.29-1.139 0.04-2.482-0.43-2.382-0.27 0.057-0.35-0.082-0.24-0.38 0.12-0.297 0.01-0.468-0.29-0.468-0.31 0-0.43 0.229-0.37 0.684 0.06 0.376 0.27 0.684 0.48 0.684s0.35 0.137 0.3 0.304c-0.04 0.168-0.17 0.27-0.3 0.229-0.27-0.092-0.3 0.899-0.04 1.572 0.27 0.702 0.69 0.588 0.89-0.243zm13.83 0.42c-0.6-0.385-1.22-0.385-1.22 0 0 0.167 0.38 0.302 0.84 0.299 0.65-0.003 0.73-0.069 0.38-0.299zm1.66-0.283c0.09-0.156 0.05-0.361-0.11-0.455-0.15-0.094-0.35 0.033-0.45 0.283-0.19 0.493 0.27 0.634 0.56 0.172zm-16.87-0.941c0-0.736-1.08-0.455-1.13 0.296-0.03 0.407 0.11 0.514 0.54 0.402 0.32-0.084 0.59-0.399 0.59-0.698zm-9.76-0.677c0.01-0.126-0.11-0.229-0.28-0.229s-0.29 0.377-0.28 0.837c0.02 0.741 0.05 0.767 0.28 0.228 0.14-0.335 0.27-0.711 0.28-0.836zm25.44 0.152c-0.03-0.779-0.18-1.141-0.49-1.141-0.29 0-0.41 0.26-0.36 0.76 0.19 1.826 0.91 2.148 0.85 0.381zm6.52 0.058c0-0.261-0.13-0.39-0.3-0.287-0.17 0.104-0.3 0.317-0.3 0.475 0 0.157 0.13 0.286 0.3 0.286s0.3-0.213 0.3-0.474zm-5.02-0.134c-0.1-0.168 0.03-0.305 0.29-0.305s0.47-0.226 0.47-0.503c0-0.455-0.05-0.451-0.6 0.041-0.52 0.471-0.59 1.071-0.12 1.071 0.08 0 0.07-0.137-0.04-0.304zm9.39-0.143c0.25-0.663-0.28-0.841-0.76-0.252-0.28 0.352-0.29 0.44-0.03 0.283 0.21-0.126 0.38-0.083 0.38 0.094 0 0.461 0.21 0.397 0.41-0.125zm-30.99-0.846c0.03-0.417 0.38-0.844 0.89-1.092 0.46-0.225 0.77-0.471 0.7-0.548-0.29-0.282-3.26-0.362-3.26-0.088 0 0.156 0.23 0.283 0.5 0.283 0.39 0 0.42 0.091 0.14 0.427-0.27 0.327-0.27 0.469 0.04 0.608 0.32 0.148 0.32 0.216-0.01 0.365-0.3 0.138-0.26 0.28 0.15 0.583 0.65 0.472 0.79 0.383 0.85-0.538zm-13.53 0.313c0-0.15 0.12-0.197 0.27-0.105 0.15 0.093 0.35-0.036 0.45-0.286s0.44-0.454 0.76-0.454 0.67-0.214 0.77-0.476c0.1-0.261 0.31-0.396 0.47-0.299 0.15 0.097 0.37 0.029 0.48-0.151 0.25-0.394-3.34-0.07-4.21 0.381-0.31 0.158-0.75 0.213-0.99 0.123-0.61-0.236-1.18 0.921-0.61 1.242 0.61 0.339 2.61 0.359 2.61 0.025zm0.02-0.972c-0.01-0.321 0.06-0.5 0.16-0.399 0.11 0.101 0.12 0.363 0.03 0.583-0.1 0.242-0.17 0.17-0.19-0.184zm10.56 0.431c-0.45-0.719-0.57-0.636-0.34 0.238 0.09 0.367 0.29 0.594 0.44 0.505 0.14-0.09 0.1-0.424-0.1-0.743zm-6.32 0.304c0-0.167-0.15-0.304-0.32-0.304-0.18 0-0.24 0.137-0.14 0.304 0.11 0.167 0.25 0.304 0.33 0.304 0.07 0 0.13-0.137 0.13-0.304zm3.64-0.598c-0.01-0.676-0.05-0.705-0.32-0.232-0.17 0.296-0.44 0.459-0.6 0.362s-0.29 0.008-0.29 0.233 0.28 0.409 0.61 0.409c0.45 0 0.61-0.2 0.6-0.772zm9.74 0.453c0-0.198-0.47-0.282-1.21-0.211-0.67 0.063-1.16 0.211-1.09 0.327 0.22 0.345 2.3 0.24 2.3-0.116zm22.36-0.159c0.22 0 0.46 0.102 0.53 0.228s0.11 0.103 0.09-0.05-0.33-0.466-0.67-0.696c-0.59-0.39-0.63-0.36-0.63 0.43 0.01 0.467 0.07 0.677 0.14 0.468 0.08-0.209 0.32-0.38 0.54-0.38zm2.51 0.397c-0.3-0.077-0.71-0.072-0.92 0.012-0.2 0.083 0.04 0.146 0.54 0.14s0.67-0.074 0.38-0.152zm12.45-2.298c0.52-1.046 1.67-2.86 2.56-4.031 1.41-1.855 1.62-2.312 1.63-3.549 0.01-0.78 0.12-1.529 0.26-1.663 0.13-0.135 0.15-0.009 0.04 0.278-0.11 0.301-0.05 0.524 0.14 0.524 0.18 0 0.34-0.377 0.35-0.837s0.09-1.562 0.18-2.449c0.21-2.069-0.3-4.16-1.43-5.861-0.49-0.741-0.89-1.227-0.89-1.079s-0.29-0.096-0.64-0.542c-0.69-0.872-3.43-2.408-3.74-2.096-0.37 0.37-0.18 0.758 0.29 0.58 0.27-0.104 0.39-0.053 0.28 0.12-0.1 0.165 0.09 0.3 0.42 0.3 0.93 0 1.56 0.327 1.56 0.811 0 0.265 0.15 0.356 0.38 0.227 0.31-0.171 0.31-0.132 0 0.195-0.58 0.631-0.46 1.181 0.24 1.046 0.44-0.084 0.79 0.149 1.17 0.777 0.3 0.493 0.66 0.794 0.81 0.67 0.14-0.125 0.01 0.166-0.29 0.647-0.44 0.702-0.48 1.019-0.21 1.611 0.46 1.005 0.42 1.159-0.16 0.679-0.42-0.354-0.47-0.329-0.37 0.191 0.08 0.42 0.32 0.57 0.8 0.504 0.37-0.053 0.67 0.05 0.67 0.228s-0.13 0.323-0.3 0.323c-0.39 0-0.39 0.625 0 1.217 0.27 0.406 0.34 0.406 0.6 0 0.26-0.394 0.3-0.386 0.31 0.058 0 0.725-0.47 0.93-0.91 0.395-0.53-0.631-0.84-0.566-1.1 0.231l-0.23 0.685-0.17-0.703c-0.19-0.774-0.78-0.798-0.78-0.031 0 0.547-0.7 1.494-1.1 1.494-0.15 0-0.27-0.205-0.27-0.456 0-0.55-0.36-0.588-0.85-0.091-0.26 0.259-0.37 0.265-0.37 0.02 0-0.189 0.31-0.442 0.69-0.56 1.17-0.37 2.04-1.402 1.71-2.022-0.19-0.357-0.18-0.541 0.02-0.541 0.18 0 0.32 0.189 0.32 0.421 0 0.231 0.27 0.492 0.61 0.58 0.71 0.187 0.81-0.331 0.14-0.816-0.51-0.378-0.78-1.48-0.85-3.556-0.04-1.012-0.18-1.396-0.51-1.399-0.25-0.003-0.54 0.126-0.65 0.286-0.11 0.177-0.27 0.159-0.39-0.046-0.12-0.185-0.07-0.337 0.11-0.337s0.32-0.205 0.32-0.456c0-0.551-0.5-0.609-0.68-0.079-0.09 0.279-0.25 0.252-0.61-0.103-0.3-0.302-0.38-0.634-0.22-0.895 0.14-0.228 0.18-0.538 0.09-0.689-0.1-0.151-0.42 0.253-0.72 0.898-0.58 1.24-0.8 0.994-0.3-0.329 0.16-0.429 0.19-0.781 0.06-0.781-0.14 0-0.7 1.13-1.25 2.51s-1.27 3.106-1.59 3.836c-0.33 0.729-0.5 1.414-0.38 1.521s0.27 0.023 0.35-0.188c0.07-0.21 0.26-0.305 0.41-0.21s0.28 0 0.28-0.211c0-0.298 0.08-0.302 0.36-0.018 0.57 0.567 0.86 0.435 0.86-0.395 0-0.419 0.12-0.761 0.26-0.761 0.15 0 0.35-0.41 0.45-0.912 0.19-0.933 1.11-1.313 1.11-0.457 0 0.251-0.19 0.457-0.42 0.457-0.49 0-0.78 0.92-0.79 2.491 0 1.094-0.61 1.941-0.85 1.2-0.1-0.287-0.23-0.283-0.6 0.02-0.41 0.34-0.44 0.293-0.24-0.368l0.22-0.758-0.52 0.716c-0.4 0.548-0.58 0.621-0.78 0.313-0.31-0.504-0.29-0.532-1.28 1.943-1 2.516-1.01 2.763-0.05 1.591l0.75-0.912v0.988c0 0.544 0.14 0.989 0.3 0.989 0.17 0 0.31-0.206 0.31-0.457 0-0.713 0.55-0.534 0.7 0.228l0.13 0.685 0.24-0.71c0.17-0.547 0.29-0.617 0.51-0.304 0.2 0.281 0.23 0.203 0.1-0.253-0.24-0.865 0.34-1.202 1.02-0.588 0.3 0.267 0.7 0.486 0.9 0.486 0.19 0 0.35 0.137 0.35 0.304 0 0.168-0.12 0.304-0.26 0.304s-0.19 0.377-0.1 0.837c0.13 0.688 0.08 0.777-0.27 0.5-0.74-0.576-1.8-0.72-1.8-0.243 0 0.235 0.17 0.393 0.38 0.351 0.21-0.041 0.38 0.198 0.38 0.533 0 0.334-0.17 0.574-0.38 0.532s-0.4 0.232-0.42 0.608c-0.02 0.542-0.06 0.57-0.17 0.135-0.08-0.302-0.48-0.674-0.88-0.827-0.48-0.184-0.66-0.435-0.55-0.746 0.14-0.339 0.05-0.417-0.31-0.282-0.58 0.226-0.61 0.483-0.11 0.988 0.3 0.301 0.29 0.441-0.07 0.689-0.36 0.246-0.32 0.274 0.18 0.135 0.41-0.114 0.82 0.032 1.17 0.416 0.29 0.326 0.73 0.514 0.98 0.419 0.32-0.12 0.42-0.003 0.35 0.389-0.07 0.42 0.1 0.564 0.67 0.573 0.61 0.01 0.74 0.151 0.68 0.715-0.04 0.386 0.03 0.64 0.15 0.564 0.13-0.076 0.39 0.038 0.59 0.254 0.28 0.303 0.27 0.518-0.07 0.956-0.47 0.623-0.58 1.326-0.2 1.326 0.13 0 0.66-0.856 1.18-1.901zm-1.81-3.27c-0.11-0.396-0.01-0.609 0.26-0.609 0.24 0 0.43 0.274 0.43 0.609 0 0.334-0.12 0.608-0.27 0.608-0.14 0-0.34-0.274-0.42-0.608zm-1.44-0.305c0-0.167 0.14-0.304 0.31-0.304 0.16 0 0.3 0.137 0.3 0.304 0 0.168-0.14 0.305-0.3 0.305-0.17 0-0.31-0.137-0.31-0.305zm2.49-1.096c0.12-0.658 1.07-0.938 1.56-0.458 0.4 0.41 0.28 0.537-0.81 0.81-0.74 0.186-0.85 0.134-0.75-0.352zm2.68-0.576c0-0.252 0.24-0.461 0.54-0.466 0.48-0.009 0.48-0.049-0.05-0.449-0.51-0.388-0.63-0.378-1.01 0.085-0.38 0.473-0.39 0.459-0.1-0.139 0.4-0.839 0.41-1.406 0.02-1.161-0.17 0.104-0.31-0.017-0.31-0.268s0.15-0.547 0.33-0.657c0.17-0.111 0.26-0.365 0.18-0.564-0.08-0.207 0.14-0.377 0.51-0.395 0.36-0.017 0.48 0.035 0.27 0.115-0.23 0.089-0.36 0.646-0.33 1.414l0.04 1.268 0.21-1.217c0.2-1.177 0.21-1.192 0.52-0.456 0.18 0.418 0.44 0.692 0.59 0.608s0.28 0.181 0.3 0.589c0.04 0.71 0.02 0.716-0.39 0.156-0.4-0.547-0.42-0.526-0.35 0.332 0.07 0.975-0.21 1.661-0.68 1.661-0.16 0-0.29-0.206-0.29-0.456zm-2.13-1.369c0-0.356 0.21-0.609 0.49-0.609 0.32 0 0.43 0.166 0.31 0.482-0.1 0.264-0.19 0.538-0.19 0.608s-0.13 0.127-0.3 0.127-0.31-0.274-0.31-0.608zm-0.3-1.199c0-0.177 0.14-0.322 0.3-0.322 0.17 0 0.31 0.06 0.31 0.134s-0.14 0.219-0.31 0.322c-0.16 0.103-0.3 0.043-0.3-0.134zm-5.17-1.977c0-0.074 0.14-0.219 0.3-0.323 0.17-0.103 0.31-0.042 0.31 0.135s-0.14 0.322-0.31 0.322c-0.16 0-0.3-0.061-0.3-0.134zm5.06-1.843c-0.1-0.251-0.04-0.457 0.12-0.457s0.29 0.206 0.29 0.457-0.05 0.456-0.12 0.456c-0.06 0-0.19-0.205-0.29-0.456zm4.99-1.799c-0.24-0.6-0.61-1.091-0.83-1.091-0.53 0-0.5-0.243 0.07-0.819 0.56-0.556 0.53-0.586 1.03 1.012 0.51 1.613 0.29 2.335-0.27 0.898zm-5.03 0.43c-0.11-0.167 0.02-0.304 0.28-0.304 0.27 0 0.48 0.137 0.48 0.304s-0.13 0.304-0.29 0.304-0.37-0.137-0.47-0.304zm-2.59-2.89c0.21-0.251 0.43-0.456 0.5-0.456 0.06 0 0.11 0.205 0.11 0.456s-0.22 0.456-0.49 0.456c-0.41 0-0.43-0.082-0.12-0.456zm2.44 0.152c0-0.167 0.21-0.304 0.47-0.304s0.39 0.137 0.29 0.304c-0.11 0.167-0.32 0.304-0.48 0.304s-0.28-0.137-0.28-0.304zm-58.96 17.131c-0.22-0.088-0.48-0.077-0.58 0.024s0.08 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm15.96-1.215c-0.08-0.085-0.47-0.053-0.85 0.069l-0.71 0.223 0.68 0.251c0.38 0.139 0.7 0.427 0.72 0.642 0.03 0.214 0.11 0.07 0.18-0.321s0.07-0.779-0.02-0.864zm-17.08 0.814c-0.1-0.167-0.32-0.304-0.47-0.304-0.16 0-0.29 0.137-0.29 0.304 0 0.168 0.21 0.305 0.47 0.305s0.39-0.137 0.29-0.305zm13.07-0.859c-0.13-0.113-0.28-0.049-0.35 0.143-0.07 0.191-0.43 0.282-0.8 0.203-0.6-0.131-0.59-0.104 0.09 0.279 0.65 0.363 0.8 0.363 1.02 0.003 0.14-0.233 0.16-0.515 0.04-0.628zm1.68 0.555c0-0.167-0.24-0.302-0.53-0.299-0.45 0.004-0.47 0.047-0.08 0.299 0.58 0.371 0.61 0.371 0.61 0zm-4.03-0.211c-0.3-0.077-0.71-0.072-0.92 0.012-0.2 0.083 0.04 0.146 0.54 0.14s0.67-0.075 0.38-0.152zm11.39 0.003c-0.22-0.087-0.48-0.077-0.58 0.024s0.08 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm22.07-0.882c-0.29-0.29-0.87 0.18-0.65 0.529 0.13 0.208 0.3 0.203 0.51-0.016 0.18-0.179 0.25-0.41 0.14-0.513zm-22.55-0.957c-0.1-0.101-0.17 0.079-0.16 0.399 0.01 0.355 0.09 0.427 0.18 0.184 0.09-0.219 0.08-0.482-0.02-0.583zm-0.49-0.082c0-0.168-0.13-0.304-0.29-0.304-0.15 0-0.37 0.136-0.47 0.304-0.1 0.167 0.03 0.304 0.29 0.304s0.47-0.137 0.47-0.304zm22.81-0.295c0-0.162-0.2-0.216-0.45-0.119-0.25 0.096-0.46 0.228-0.46 0.294s0.21 0.12 0.46 0.12 0.45-0.133 0.45-0.295zm13.27-0.535c-0.1-0.101-0.18 0.078-0.16 0.399 0.01 0.354 0.08 0.426 0.18 0.184 0.09-0.22 0.08-0.482-0.02-0.583zm-0.87-0.597c-0.29-0.283-0.62-0.412-0.74-0.288-0.13 0.125-0.03 0.354 0.22 0.51 0.74 0.468 1.07 0.328 0.52-0.222zm-2.16-2.358c-0.44-0.412-0.81-0.6-0.81-0.419 0 0.402 1.26 1.53 1.47 1.319 0.08-0.083-0.21-0.488-0.66-0.9zm-26.21-0.474c0.11-0.167-0.02-0.304-0.28-0.304s-0.48 0.137-0.48 0.304 0.13 0.304 0.29 0.304 0.37-0.137 0.47-0.304zm26.78-0.631c0.11-0.347 0.12-0.712 0.02-0.811s-0.18 0.048-0.18 0.327-0.14 0.507-0.3 0.507c-0.17 0-0.31 0.137-0.31 0.304 0 0.555 0.57 0.315 0.77-0.327zm-25.72-0.27c0.75-0.475 0.22-0.589-0.75-0.16-0.71 0.312-0.78 0.408-0.31 0.424 0.34 0.01 0.81-0.108 1.06-0.264zm2.78-1.625c-0.25-0.241-0.34-0.162-0.34 0.285 0 0.805 0.43 1.231 0.56 0.563 0.06-0.284-0.04-0.665-0.22-0.848zm-2.47-1.834c0-0.631-0.36-0.839-0.81-0.467-0.58 0.49-0.5 0.873 0.2 0.873 0.34 0 0.61-0.183 0.61-0.406zm2.2-1.475c-0.19-0.19-0.23 0.01-0.12 0.565 0.13 0.637 0.21 0.713 0.29 0.295 0.07-0.311-0.01-0.698-0.17-0.86zm-0.68 0.664c0-0.167-0.14-0.304-0.32-0.304s-0.24 0.137-0.13 0.304c0.1 0.167 0.25 0.304 0.32 0.304s0.13-0.137 0.13-0.304zm-2.31-0.741c-0.09-0.241-0.36-0.363-0.6-0.273-0.51 0.198-0.27 0.71 0.34 0.71 0.24 0 0.35-0.185 0.26-0.437zm2.92-2.32c0-0.818-0.09-0.893-1.06-0.893-0.59 0-1.07 0.136-1.07 0.304 0 0.167 0.21 0.304 0.46 0.304s0.46 0.245 0.46 0.544c0 0.325 0.24 0.562 0.6 0.589 0.48 0.036 0.61-0.142 0.61-0.848zm-17.64-0.893c0-0.168-0.15-0.304-0.32-0.304-0.18 0-0.24 0.136-0.14 0.304 0.11 0.167 0.25 0.304 0.33 0.304 0.07 0 0.13-0.137 0.13-0.304zm16.57-1.416c-0.84-0.614-1.23-0.493-0.61 0.192 0.3 0.33 0.69 0.515 0.86 0.41 0.18-0.114 0.08-0.358-0.25-0.602zm10.4-1.094c-0.08-0.209-0.15-0.038-0.15 0.38 0 0.419 0.07 0.59 0.15 0.381s0.08-0.552 0-0.761zm-11.46-0.246c0-0.157-0.13-0.286-0.3-0.286s-0.31 0.213-0.31 0.474 0.14 0.39 0.31 0.286c0.17-0.103 0.3-0.316 0.3-0.474zm1.16-0.347c0.2-0.201 0.36-0.564 0.36-0.808 0-0.351-0.12-0.329-0.6 0.108-0.63 0.566-0.8 1.065-0.37 1.065 0.13 0 0.41-0.164 0.61-0.365zm-24.58-0.395c0-0.251-0.13-0.457-0.29-0.457-0.17 0-0.22 0.206-0.12 0.457 0.09 0.25 0.23 0.456 0.29 0.456 0.07 0 0.12-0.206 0.12-0.456zm34.57-1.451c-0.08-0.206-0.14 0.036-0.14 0.538 0.01 0.502 0.08 0.67 0.15 0.374 0.08-0.296 0.08-0.706-0.01-0.912zm20.87 0.792c-0.21-0.085-0.31-0.279-0.21-0.432 0.09-0.153 0.03-0.278-0.14-0.278-0.16 0-0.38 0.125-0.47 0.278-0.17 0.275 0.3 0.586 0.89 0.586 0.17 0 0.14-0.069-0.07-0.154zm-31.25-0.715c0.1-0.17 0.32-0.231 0.47-0.134 0.34 0.21 0.33-0.103-0.02-0.926-0.23-0.532-0.26-0.541-0.28-0.066-0.01 0.298-0.23 0.62-0.48 0.716-0.5 0.193-0.63 0.719-0.17 0.719 0.16 0 0.37-0.139 0.48-0.309zm-30.07-4.336c-0.09-0.206-0.15 0.036-0.14 0.538 0 0.502 0.07 0.671 0.15 0.375s0.07-0.707-0.01-0.913zm18.35-0.258c0-0.167-0.13-0.22-0.3-0.116-0.17 0.103-0.31 0.325-0.31 0.492s0.14 0.22 0.31 0.116c0.17-0.103 0.3-0.325 0.3-0.492zm53.05-5.988c0.11-0.181 0.27-1.741 0.35-3.465s0.36-3.778 0.62-4.564c0.35-1.059 0.39-1.585 0.15-2.033-0.18-0.332-0.33-0.818-0.33-1.078s-0.46-1.084-1.03-1.83-1.13-1.91-1.25-2.587c-0.24-1.454-0.76-1.942-0.76-0.719 0 0.47 0.41 1.723 0.91 2.783 0.56 1.164 0.92 2.422 0.92 3.173 0 1.187-1.87 8.286-2.49 9.442-0.47 0.877 0 2.182 1.21 3.397l1.12 1.126 0.19-1.657c0.1-0.911 0.27-1.806 0.39-1.988zm-53.05 2.678c0-0.167-0.51-0.291-1.14-0.274-1.02 0.027-1.06 0.056-0.38 0.274 1.09 0.348 1.52 0.348 1.52 0zm22.51-1.369c0-0.251-0.05-0.456-0.12-0.456-0.06 0-0.2 0.205-0.29 0.456-0.1 0.251-0.04 0.456 0.12 0.456s0.29-0.205 0.29-0.456zm-8.22-1.463c0-0.366-0.13-0.872-0.29-1.123-0.22-0.333-0.3-0.103-0.3 0.855-0.01 0.797 0.11 1.237 0.3 1.123 0.16-0.104 0.3-0.488 0.29-0.855zm9.13-8.879c-0.2-0.251-0.51-0.457-0.68-0.457s-0.13 0.202 0.08 0.457c0.2 0.251 0.51 0.456 0.68 0.456s0.14-0.202-0.08-0.456zm0.77-0.761c-0.11-0.167-0.25-0.304-0.33-0.304-0.07 0-0.13 0.137-0.13 0.304 0 0.168 0.14 0.304 0.32 0.304s0.24-0.136 0.14-0.304zm-0.92-1.216c-0.1-0.168-0.25-0.305-0.32-0.305s-0.13 0.137-0.13 0.305c0 0.167 0.14 0.304 0.32 0.304s0.24-0.137 0.13-0.304zm15.67-3.346c0-0.335-0.14-0.609-0.31-0.609-0.16 0-0.3-0.151-0.3-0.336s-0.35-0.615-0.79-0.954c-0.49-0.387-0.73-0.823-0.64-1.165 0.08-0.301-0.02-0.612-0.23-0.692-0.27-0.102-0.34-0.754-0.25-2.2333l0.13-2.0891-1.11-0.5312c-1.47-0.6998-4.41-1.0035-5.27-0.5438-0.86 0.4582-0.84 0.6119 0.24 1.7966 0.72 0.7821 0.82 1.0288 0.46 1.1649-0.25 0.095-0.45 0.295-0.45 0.4444 0 0.3975 1.04 0.3315 1.46-0.0934 0.29-0.2839 0.37-0.267 0.37 0.076 0 0.5319 0.88 1.5969 3.57 4.3199 2.05 2.084 3.12 2.577 3.12 1.445zm12.4-5.34c-0.07-0.071-0.56-0.2165-1.09-0.3228-1.3-0.2603-1.28 0.3898 0.02 0.7358 0.86 0.228 1.48-0.008 1.07-0.413zm-3.77-0.146c0.15-0.1379-0.54-0.2501-1.52-0.2495-1.64 0.001-1.74 0.0383-1.19 0.4435 0.61 0.443 2.15 0.333 2.71-0.194zm1.82-1.6493c1.15 0.0572 2.16 0.1802 2.26 0.2734 0.32 0.3199 0.67 0.1687 0.67-0.287 0-0.3336-0.35-0.457-1.29-0.4589-0.71-0.0015-2.01-0.089-2.89-0.1945-1.51-0.1816-1.6-0.1553-1.6 0.4962 0 0.5132 0.1 0.6091 0.38 0.3774 0.21-0.1709 1.32-0.2638 2.47-0.2066zm4.04-1.5214c-0.09-0.2582-0.41-0.4694-0.7-0.4694s-0.8-0.2529-1.15-0.5621c-0.75-0.6739-3.07-1.611-3.33-1.3482-0.38 0.3803-0.18 1.0608 0.26 0.8912 0.45-0.1708 2.23 0.549 3.96 1.6008 1.02 0.6127 1.23 0.5873 0.96-0.1123zm-5.98-0.9078c-0.01-0.1771-0.21-0.0564-0.46 0.2684s-0.44 0.7354-0.44 0.9126c0.01 0.1771 0.21 0.0563 0.46-0.2684 0.24-0.3248 0.44-0.7354 0.44-0.9126zm6.7-0.9038c0-0.6384-0.33-0.8573-2.49-1.683-1.93-0.7387-2.54-0.8626-2.73-0.5589-0.15 0.2486-0.05 0.463 0.28 0.5909 0.29 0.1104 1.31 0.5005 2.26 0.867 0.96 0.3664 1.9 0.8578 2.09 1.092 0.49 0.5886 0.59 0.5386 0.59-0.308zm-67.31 27.014c-0.12-0.122-0.22-0.432-0.22-0.688 0-0.343 0.09-0.377 0.34-0.128 0.18 0.186 0.28 0.496 0.22 0.688-0.07 0.192-0.22 0.25-0.34 0.128zm1.2-0.019c-0.37-0.372-0.21-0.71 0.33-0.686 0.32 0.015 0.38 0.085 0.15 0.178-0.21 0.085-0.31 0.279-0.21 0.433 0.2 0.323 0.02 0.371-0.27 0.075zm6.96-0.642c-0.06-0.057-0.03-0.364 0.05-0.682 0.13-0.489 0.37-0.559 1.56-0.453 0.78 0.069 1.66 0.132 1.97 0.14s0.46 0.155 0.34 0.345c-0.11 0.182-0.46 0.263-0.78 0.181-0.31-0.083-0.57-0.041-0.57 0.094 0 0.236-2.36 0.582-2.57 0.375zm1.41-0.58c-0.22-0.088-0.48-0.077-0.58 0.024s0.07 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm-7.36 0.208c0-0.167 0.14-0.304 0.31-0.304 0.16 0 0.3 0.137 0.3 0.304s-0.14 0.304-0.3 0.304c-0.17 0-0.31-0.137-0.31-0.304zm-2.13-0.566c0-0.144 0.34-0.197 0.76-0.117s0.76 0.198 0.76 0.262-0.34 0.117-0.76 0.117-0.76-0.118-0.76-0.262zm4.42-0.034c-0.09-0.143-0.74-0.348-1.45-0.455-2.16-0.328-2.62-0.676-2.37-1.798 0.12-0.532 0.18-1.265 0.12-1.628s0.04-0.744 0.2-0.848c0.46-0.279 0.05-0.756-0.47-0.557-0.25 0.094-0.45 0.004-0.45-0.201 0-0.219 0.25-0.308 0.6-0.217 0.79 0.207 0.85-0.09 0.51-2.554-0.23-1.746-0.34-2.009-0.65-1.59-0.2 0.277-0.52 0.405-0.72 0.286-0.43-0.266-0.46-1.093-0.04-1.093 0.17 0 0.3-0.146 0.3-0.325 0-0.193-0.26-0.241-0.65-0.117-0.52 0.166-0.62 0.107-0.47-0.283 0.11-0.271 0.07-0.492-0.07-0.492-0.15 0-0.34 0.206-0.44 0.457-0.28 0.723-1.19 0.58-0.95-0.15 0.1-0.333 0.08-0.778-0.05-0.988-0.16-0.257-0.31-0.082-0.44 0.529-0.19 0.877-0.2 0.868-0.24-0.248-0.03-1.063-0.09-1.142-0.72-0.936-1.56 0.515-1.88 0.351-2.1-1.097-0.27-1.78-0.31-5.285-0.06-5.932 0.15-0.4046 0.25-0.425 0.45-0.101 0.19 0.303 0.26 0.31 0.26 0.025 0.01-0.209 0.15-0.3801 0.33-0.3801 0.19 0 0.24 0.2594 0.13 0.6081-0.11 0.349-0.05 0.609 0.14 0.609 0.17 0 0.32-0.214 0.32-0.475 0-0.26 0.14-0.389 0.3-0.286 0.17 0.104 0.31-0.084 0.31-0.4158 0-0.7029 0.71-0.9316 1.91-0.6104 0.5 0.1358 0.77 0.1126 0.66-0.0578-0.1-0.1656 0.65-0.2846 1.8-0.2846 1.09 0 2.07 0.1462 2.18 0.3249s0.38 0.2579 0.59 0.1759 0.53-0.0047 0.71 0.1717c0.18 0.1774 0.57 0.2184 0.87 0.0917 0.31-0.1261 1.24-0.2906 2.07-0.3656s1.67-0.2626 1.85-0.417c0.19-0.1543 0.43-0.1916 0.54-0.083 0.32 0.319-0.42 1.0109-1.13 1.0492-0.52 0.0284-0.54 0.0629-0.11 0.1751 0.3 0.0767 0.46 0.2667 0.36 0.4207-0.28 0.465 0.39 0.317 0.91-0.197 0.53-0.5279 2.64-0.7554 3.82-0.4115 0.54 0.1565 0.23 0.2302-1.06 0.2525-1.45 0.025-2.09 0.204-3.08 0.867-1.03 0.683-1.19 0.904-0.86 1.212 0.23 0.207 0.62 0.295 0.88 0.196 0.26-0.1 0.47-0.03 0.47 0.155s-0.23 0.337-0.51 0.337-0.73 0.208-1.02 0.463c-0.63 0.572-1.51 0.282-1.51-0.496 0-0.317-0.2-0.576-0.43-0.576-0.61 0-1.52 0.954-1.14 1.189 0.18 0.108-0.07 0.69-0.58 1.378-0.49 0.656-0.9 0.996-0.91 0.758-0.02-0.262-0.13-0.192-0.29 0.174-0.36 0.837-0.36 1.134 0 0.912 0.26-0.158 0.5 1.756 0.34 2.684-0.03 0.138 0.08 0.174 0.23 0.08 0.33-0.205 0.65 0.742 0.82 2.407 0.09 0.899 0.04 1.058-0.16 0.609-0.15-0.335-0.28-0.917-0.29-1.293-0.03-0.822-0.63-0.931-0.63-0.114 0 0.313 0.22 1.169 0.49 1.901s0.48 1.646 0.46 2.032c-0.02 0.456 0.09 0.626 0.31 0.485 0.22-0.131 0.27-0.081 0.14 0.127-0.29 0.476 0.48 1.835 1.76 3.097 1.11 1.097 1.38 1.802 0.72 1.856-0.21 0.017-0.89 0.078-1.52 0.135-0.62 0.057-1.2-0.014-1.29-0.157zm-2.29-2.442c0-0.167-0.21-0.304-0.47-0.304s-0.39 0.137-0.29 0.304 0.32 0.304 0.48 0.304c0.15 0 0.28-0.137 0.28-0.304zm-2.66-15.818c0.31 0 0.48-0.137 0.38-0.304-0.26-0.426 0.26-0.38 0.7 0.061 0.28 0.284 0.37 0.212 0.37-0.323 0-0.539-0.15-0.668-0.69-0.593-0.51 0.071-0.71-0.075-0.78-0.59-0.13-0.9382-0.67-0.8692-0.59 0.076 0.03 0.419 0.17 0.761 0.3 0.761 0.5 0 0.21 0.545-0.37 0.696-0.34 0.088-0.61 0.337-0.61 0.553 0 0.306 0.08 0.312 0.36 0.028 0.2-0.2 0.62-0.365 0.93-0.365zm2.3-0.988c-0.47-1.3823-0.55-1.4011-0.55-0.127 0 0.771 0.14 1.115 0.44 1.115 0.36 0 0.38-0.174 0.11-0.988zm4.94-0.176c-0.85-0.128-1.63 0.164-1.4 0.527 0.1 0.165 0.56 0.134 1.12-0.074 0.84-0.312 0.87-0.365 0.28-0.453zm-8.53-0.339c0-0.41-0.56-0.6951-0.92-0.471-0.17 0.105-0.23 0.319-0.13 0.475 0.22 0.369 1.05 0.367 1.05-0.004zm3.4-1.442c-0.22-0.0879-0.48-0.0771-0.58 0.024s0.08 0.1729 0.4 0.1597c0.35-0.0146 0.42-0.0866 0.18-0.1837zm11.43 21.286c0.37-0.072 0.99-0.072 1.37 0 0.37 0.073 0.06 0.132-0.69 0.132s-1.06-0.059-0.68-0.132zm-16.84-1.875c0.02-0.412 0.22-0.812 0.44-0.887 0.3-0.099 0.36 0.041 0.21 0.507-0.12 0.382-0.07 0.645 0.12 0.645 0.18 0 0.32 0.128 0.32 0.285s-0.25 0.266-0.56 0.243c-0.39-0.03-0.55-0.269-0.53-0.793zm33.72 0.459c-0.85-0.42-0.89-0.808-0.08-0.65 0.8 0.152 1.22 0.422 1.22 0.778 0 0.345-0.24 0.318-1.14-0.128zm-13.25-0.118c-0.36-0.636-0.5-1.902-0.21-1.902 0.17 0 0.45-0.344 0.61-0.765 0.26-0.675 1.34-1.364 2.14-1.364 0.15 0 0.5 0.336 0.77 0.747 0.56 0.86 0.32 1.619-0.34 1.071-0.33-0.273-0.45-0.123-0.61 0.749-0.29 1.545-0.89 1.816-0.66 0.294 0.17-1.08 0.15-1.135-0.25-0.606-0.25 0.333-0.36 0.884-0.25 1.292 0.14 0.573 0.05 0.712-0.45 0.712-0.34 0-0.68-0.103-0.75-0.228zm4.86-0.888c-0.33-0.332-0.23-1.014 0.15-1.014 0.2 0 0.27 0.091 0.16 0.201s-0.05 0.383 0.13 0.608c0.34 0.408-0.06 0.591-0.44 0.205zm-16.01-1.447c-0.46-1.189-0.37-1.376 0.18-0.376 0.25 0.475 0.39 0.939 0.3 1.031-0.1 0.092-0.31-0.203-0.48-0.655zm19.62 0.448c-0.25-0.405 1-1.511 1.72-1.525 0.8-0.016 2.07 0.65 2.07 1.085 0 0.305-0.18 0.295-0.84-0.047-1.09-0.573-1.28-0.556-2.07 0.191-0.45 0.42-0.75 0.519-0.88 0.296zm-2.4-0.894c0.26-1.077 0.38-1.25 0.86-1.25 0.46 0 0.91 1.047 0.64 1.482-0.09 0.149-0.51 0.336-0.93 0.416-0.68 0.131-0.74 0.069-0.57-0.648zm-23.85-0.083c-0.21-0.206-0.38-0.583-0.38-0.836 0-0.399 0.07-0.395 0.49 0.03 0.27 0.271 0.44 0.648 0.38 0.838-0.08 0.249-0.22 0.24-0.49-0.032zm37.26-0.454c0.2-0.083 0.62-0.088 0.91-0.011 0.3 0.077 0.13 0.145-0.37 0.151-0.5 0.007-0.75-0.056-0.54-0.14zm-42.3-1.524c-0.31-0.303-0.25-1.38 0.06-1.189 0.35 0.216 0.66 1.392 0.37 1.392-0.13 0-0.32-0.091-0.43-0.203zm28.01-1.391c-0.77-0.877-1.36-1.641-1.3-1.698 0.26-0.263 1.38 0.65 1.98 1.615 0.48 0.774 0.88 1.074 1.47 1.09 0.73 0.019 0.75 0.048 0.21 0.283-0.34 0.143-0.69 0.271-0.78 0.283-0.1 0.011-0.81-0.696-1.58-1.573zm-23.76-0.079c0.11-0.289-0.01-0.456-0.32-0.456-0.27 0-0.49-0.103-0.49-0.229s0.72-0.247 1.6-0.269 1.43 0.024 1.22 0.102-0.38 0.321-0.38 0.54c0 0.411-0.65 0.768-1.39 0.768-0.25 0-0.35-0.186-0.24-0.456zm-3.64-0.659c-0.12-0.112-0.2-0.557-0.18-0.989 0.02-0.771 0.03-0.769 0.29 0.112 0.28 0.925 0.24 1.23-0.11 0.877zm35.84-1.014c-0.1-0.167-0.04-0.304 0.13-0.304 0.18 0 0.33 0.137 0.33 0.304s-0.07 0.304-0.14 0.304-0.22-0.137-0.32-0.304zm-33.01-0.743c0-0.534 0.19-0.613 0.45-0.191 0.09 0.156 0.03 0.369-0.14 0.475-0.17 0.104-0.31-0.023-0.31-0.284zm18.81-2.331c-0.48-0.536-0.75-1.115-0.64-1.387 0.35-0.926 1.52-1.825 2.24-1.716 0.9 0.138 1.16 0.397 0.4 0.397-1.03 0-1.99 0.89-1.89 1.755 0.05 0.431 0.25 0.834 0.44 0.896 0.22 0.071 0.28-0.183 0.18-0.709-0.31-1.637 2.11-2.245 3.66-0.917 0.46 0.395 0.84 0.818 0.84 0.939s-0.43-0.135-0.94-0.568c-0.52-0.433-1.14-0.787-1.39-0.787-0.73 0-1.63 0.593-1.63 1.075 0 0.582 0.49 0.575 0.72-0.011 0.26-0.682 1.61-0.555 2.14 0.202 0.56 0.802 0.38 1.167-0.58 1.167-0.4 0-0.79 0.107-0.87 0.238s-0.53 0.262-1.01 0.291c-0.61 0.039-1.09-0.208-1.67-0.865zm4.79 0.669c-0.1-0.152 0.1-0.204 0.44-0.117 0.71 0.186 0.8 0.393 0.17 0.393-0.25 0-0.52-0.125-0.61-0.276zm-17.06-0.333c-0.1-0.167-0.04-0.304 0.14-0.304s0.32 0.137 0.32 0.304-0.06 0.304-0.13 0.304c-0.08 0-0.22-0.137-0.33-0.304zm18.41-0.621c0-0.175-0.34-0.682-0.75-1.127-0.41-0.444-0.68-0.878-0.6-0.964 0.21-0.202 1.96 1.668 1.96 2.087 0 0.177-0.14 0.321-0.31 0.321-0.16 0-0.3-0.143-0.3-0.317zm1.6-1.101c-0.21-0.085-0.39-0.294-0.39-0.465 0-0.18 0.23-0.216 0.54-0.086 0.29 0.124 1.01 0.329 1.59 0.454l1.07 0.228-1.22 0.011c-0.67 0.006-1.39-0.058-1.59-0.142zm-1.22-3.651c-0.21-0.084-0.38-0.295-0.38-0.469 0-0.207 0.14-0.199 0.41 0.023 0.22 0.186 0.49 0.248 0.6 0.138s0.2-0.04 0.2 0.155c0 0.372-0.2 0.409-0.83 0.153zm-3.27-0.851c-2.09-0.332-3.98-1.046-2.83-1.067 0.28-0.005 0.58 0.108 0.67 0.253 0.09 0.144 1.07 0.334 2.17 0.422 1.81 0.146 2.59 0.363 2.24 0.632-0.07 0.055-1.08-0.053-2.25-0.24zm-5.02-1.667c0-0.177 0.14-0.322 0.3-0.322 0.17 0 0.31 0.06 0.31 0.134s-0.14 0.219-0.31 0.322c-0.16 0.104-0.3 0.043-0.3-0.134zm1.91 0.103c0.1-0.101 0.36-0.112 0.58-0.024 0.24 0.097 0.17 0.169-0.18 0.183-0.32 0.014-0.5-0.058-0.4-0.159zm-21.38-1.3374c0.59-0.3812 0.91-0.3812 0.91 0 0 0.1673-0.3 0.3021-0.68 0.2995-0.55-0.0038-0.6-0.0611-0.23-0.2995zm18.17 0.1187c-0.1-0.1028-0.57-0.2236-1.04-0.2686-1.13-0.108-1.92-0.4509-1.92-0.8325 0-0.1699 0.22-0.1262 0.49 0.0971 0.42 0.3451 0.55 0.3184 0.92-0.1776 0.41-0.5705 0.43-0.5685 0.89 0.0875 0.52 0.7388 1.12 0.9151 0.87 0.2537-0.12-0.3084 0.04-0.378 0.63-0.2663 0.43 0.0832 0.75 0.1698 0.7 0.1926s-0.37 0.2798-0.72 0.5711c-0.35 0.2914-0.72 0.4457-0.82 0.343zm-11.09-0.9109c0.1-0.1011 0.36-0.1119 0.58-0.024 0.25 0.0971 0.17 0.1692-0.18 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm4.95-0.5006c0.29-0.9301 0.39-1.0064 0.81-0.5881 0.28 0.272 0.28 0.3599 0.01 0.3599-0.2 0-0.28 0.2054-0.18 0.4563 0.11 0.2936-0.01 0.4563-0.34 0.4563-0.38 0-0.46-0.1634-0.3-0.6844zm-6.78 0.1964c0.11-0.101 0.37-0.1119 0.59-0.024 0.24 0.0971 0.17 0.1692-0.19 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm3.96-1.0254c-0.05-0.7347 0.11-0.771 0.72-0.1596 0.25 0.2509 0.39 0.4563 0.31 0.4563s-0.34 0.0718-0.57 0.1595c-0.26 0.1-0.43-0.0704-0.46-0.4562zm-9.59-1.2487c0.1-0.4113 0.24-0.5492 0.32-0.3213 0.07 0.2194-0.01 0.5436-0.19 0.7203-0.23 0.2258-0.27 0.107-0.13-0.399zm1.98-0.2695c-0.29-0.4548-0.71-0.6186-1.6-0.6186-1.19 0-1.22-0.0203-1.22-1.0972 0-0.8755 0.1-1.0599 0.49-0.9126 0.26 0.1016 0.64 0.189 0.83 0.1943 0.2 0.0054 0.12 0.1898-0.17 0.4099-0.49 0.3701-0.47 0.4264 0.24 0.7489 0.62 0.2841 0.8 0.2645 0.94-0.1056 0.18-0.4727 0.93-0.5875 1.76-0.2698 0.86 0.33 0.52 0.8127-0.44 0.6214-0.85-0.17-1.32 0.2222-0.57 0.4729 0.19 0.0622 0.29 0.352 0.23 0.644-0.1 0.4777-0.15 0.4689-0.49-0.0876zm2.13-1.1066c0.11-0.1011 0.37-0.1119 0.59-0.024 0.24 0.0971 0.17 0.1692-0.19 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm3.01-1.033c0-0.4182 0.07-0.5893 0.15-0.3802 0.09 0.2091 0.09 0.5513 0 0.7605-0.08 0.2091-0.15 0.038-0.15-0.3803z" transform="translate(10 1322.7)"/> + <rect id="d0e135" display="none" height="1e3px" width="288" y="1465.9" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e135"/> </flowRegion> <flowDiv xml:space="preserve">Notez le très grand nombre de nœuds du chemin. Après avoir appuyé sur <flowSpan font-weight="bold">Ctrl+L</flowSpan>, voici un résultat typique :</flowDiv> </flowRoot> - <text id="tracing-f06-fr.svgtext2885" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1512.6)" xml:space="preserve" line-height="100.00000%" font-size="6" y="128.33766" x="81.327339" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f06-fr.svgtspan2886" y="128.33766" x="81.327339" sodipodi:role="line">Image originale</tspan></text> - <text id="tracing-f06-fr.svgtext2888" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1512.6)" xml:space="preserve" line-height="100.00000%" font-size="6" y="124.67367" x="227.35374" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f06-fr.svgtspan2889" y="124.67367" x="227.35374" sodipodi:role="line">Image vectorisée / Chemin résultant - Simplifié</tspan><tspan id="tracing-f06-fr.svgtspan2891" y="130.67367" x="227.35374" sodipodi:role="line">(384 nœuds)</tspan></text> - <image id="tracing-f06-fr.svgimage1855" sodipodi:absref="/oldguitar.jpg" xlink:href="oldguitar.jpg" transform="translate(10 1512.6)" height="115.89" width="83.347" y=".058779" x="39.654"/> - <path id="tracing-f06-fr.svgpath1856" d="m185.36 89.642v-26.312c2.75 0.214-1.46-0.484-0.01-2.745 0.01-9.174 0.03-18.348 0.04-27.522 3.14-0.382 3.52-0.813 5.15-0.14-0.1-0.543 6.61 1.062 4.27-1.007 2.32 0.05 5.04-0.393 1.89 1.17 3.75-0.672 7.61-2.582 11.13-0.349 5.33 0.097 3.03 0.037 1.6-1.05 3.17-0.429-6.19-0.139-1.76-0.086 2.08-2.801 9.63 3.884 6.92-3.22 1.56-0.493 1.39 6.127 2.89 0.699 2.56-3.733 2.4 3.493 6.37 1.604 1.07-3.701-4.17-6.684-7.12-8.166 2.81 1.684 5.26 0.793 2.17-2.023-0.34-3.194 5.23 3.836 8 3.024 4.33 1.742-7.33 2.644-0.51 2.855 1.09 1.705 4.84 6.01 3.95 0.683-0.04-1.819-0.23-10.127-1.49-4.793-3.46-0.879-5.06-4.836-7.71-4.155-0.62-1.477 1.16-1.504 1.74-2.567-0.82 2.324 6.49 3.348 5.91 0.852-1.43-2.129-5.79 1.75-4.95-1.772 4.54 0.377 2.67-2.664 0.35-2.344-1.5 1.835-9.89 3.443-8.62 2.425 1.63-1.707 7.28-1.237 9.99-4.7142 4.79-2.7554 9.75-5.3947 15.44-3.8839 1.82-1.8037-1.44-7.1732 2.88-5.9164 5.09 0.1172 10.31-0.5425 15.28 0.3304 3.71-0.4323 11.96-2.1157 9.38 4.9761 0.07 36.819 0.1 73.64-0.14 110.46-27.68-0.01-55.36-0.01-83.04-0.01v-26.308zm6.98 25.118c0.82-2.96-2.27 2.08 0 0zm2.36-1.64c-0.1-2.46-1.09 2.95 0 0zm1.18-0.13c-0.59 0.22 0.42 1.43 0 0zm-2.31-0.51c1.58-4.77-2.71 2.96 0 0zm-1.8 0.2c1.25-4.6 5.42-9.67 10.05-9.89 1.46-2.07-0.48-5.022-0.08-7.207-4.92-4.349-3.53 8.547-7.62 10.687-2.95 0.78-3.96 5.99-2.35 6.41zm55.06-3.05c-2.48-4.85 0.76 4.44 0 0zm-1.72-0.17c-1.39-1.41 0.42 1.88 0 0zm-1.33-2c-2.35-1.71 0.91 2.63 0 0zm2.27-1.53c-1.46-2.69-1.86 5.24 0 0zm-2.59-1.19c-1.89-3.23-0.52 1.45 0 0zm2.43-0.36c-0.62-0.67-0.69 1.01 0 0zm-7.49-2.42c-2.83-2.008-1.69 0.97 0 0zm6.03-0.21c-1.76-0.19 0.57 0.54 0 0zm-8.58-0.59c-3.11-1.194-2.11-3.874-3.74-4.116 2.63 0.914 2.1 2.124 4.87 1.989 3.48 2.777 6.6 0.793 10.04 1.597-2.31-2.311-8.5 0.46-11.59-3.244-7.35-3.872-13.34-10.542-21.9-11.762-3.12-1.3-9.61-4.182-9.7-6.483 3.78-4.319-6.22-0.693-7.05 1.356-4.07 3.426 2.15 9.561 3.33 8.707 1.3-2.198 1.89 0.297 0.24 0.76 0.88-0.786 6.31 2.681 2.61-1.175-2.48-1.531-3.67-1.488-2.15-2.992 2.87-0.736 4.68 6.909 4.42 2.247 1.83 1.796 5.58 4.532 5.56 0.741 0.52 0.625 4.94 3.58 8.1 4.86 1.02-2.932 3.16 2.699-0.02 0.955 3.2 2.982 9.7 2.899 13.91 5.44 1.06-0.077 2.23 1.74 3.07 1.12zm-5.78-3.458c0.76-1.184 0.76 1.185 0 0zm-1.21-0.608c-2.07 0.726-4.67-3.14-3.17-1.996-1.02 0.642 5.87 2.494 3.17 1.996zm-4.95-1.242c-2.89-0.68-0.27-2.401 0.59 0.288l-0.59-0.288zm-2.35-1.326c0.39-1.445 0.64 1.131 0 0zm2.35-0.067c2.17-0.346-0.21 0.54 0 0zm-21.82-4.495c0.77-1.191 0.84 0.639 0 0zm2.54-3.073c-0.18-1.645 1.9 1.716 0 0zm1.46 11.779c2.71-0.829 6.9-1.752 1.5-2.043-2.64-1.777-6.75 0.069-3.54 2.587l0.88-0.136 1.16-0.408zm12.42-3.575c-1.67-2.741-4.27-0.34 0 0zm-4.25-1.043c-0.76-1.184-0.76 1.184 0 0zm1.44-0.38c-1.08-1.196-0.86 1.472 0 0zm-7.53-2.966c-1.14-1.246-1.14 1.247 0 0zm23.58-8.213c-0.94-0.978-0.1 1.048 0 0zm-3.35-0.608c-1.4-1.082-0.02 1.039 0 0zm13.27-0.814c-1.11-1.392 0.83 2.245 0 0zm-14.5 0.24c-2.97-1.669-0.75 0.574 0 0zm3.51-0.661c-1.2 0.175-0.19-0.133 0 0zm-5.63-0.286c-1.61-1.111 0.35 1.048 0 0zm17.5-0.735c0.47-1.524 2.41-3.786 0.99-3.743 3.69-0.781 0.85 1.257 0.42 3.543 2.48-0.456 3.82-10.563 2.56-8.535-0.93 7.587-0.43-5.934-2.76-5.131 0.73 1.541-6.22 1.882-4.48-0.009-0.1-2.711-2.98-7.476-6.23-9.95 3.28 0.879 6.37 6.586 7.96 9.959 1.43-3.843-6.33-9.943-6-10.534 2.4 1.448 8.09 7.021 3.53 1.408-0.99-1.744-6.27-3.938-1.3-2.14 1.78 1.666 7.31 7.629 3.18 2.181-0.76-3.718-10.23-3.685-4.75-6.829 0.79-3.15 4.5-10.265 3.82-11.216-3.19 1.477 3.02-3.677-0.71-2.201-2.69-0.577-3.57 0.48-0.41 0.223 1.29 2.785-3.91 3.588-3.26 0.011-7.35-0.081-7.05 8.541-6.94 13.745-3.06 5.006-12.88 2.877-15.63 7.765-0.74 5.201 2.88 11.909 7.87 5.813 3.28-2.178 5.77-6.327 8.65-7.843 2.82 0.052 1.67 2.693 5.8 3.752 2.35 1.154 5.09 6.088 1.84 4.569 1.25 3.463 3.76 5.648 3.5 9.54 1.92-0.653 1.44 4.986-0.14 0.882-0.15 0.962 1.93 5.404 2.49 4.74zm-0.4-2.199c-0.66-1.585 2.33 0.146 0 0zm0.09-2.407c1.14 0.349 0.28-0.003 0 0zm3.52 0.211c-0.2-1.884 0.92 0.724 0 0zm-4.74-6.134c0.9-1.017 1.41 0.578 0 0zm3.07-1.638c0.13-1.322 0.28 1.138 0 0zm-11.43-8.999c-0.06-1.227 1.25 1.145 0 0zm-1.24-3.489c-1.24-1.454 2.22 1.459 0 0zm3.52-6.398c0.54-1.458 0.54 1.459 0 0zm-1.31-0.042c-0.2-1.668 1.51 0.757 0 0zm3.14-4.502c0.76-1.192 0.83 0.639 0 0zm0-2.13c0.9-1.838 0.61 1.385 0 0zm0.6-0.778c0.76-1.184 0.76 1.184 0 0zm-0.56-0.608c0.21-1.771 0.21 1.771 0 0zm-4.8-2.244c1.85-2.685 1.9 0.799 0 0zm2.33-0.722c1.26-2.756 0.04 2.034 0 0zm-10.55 41.427c2.09-1.901 0.15-2.928 0.22-2.567 0.64-6.943-1.89 5.81-1.95-0.172 1.21-4.798-2.06-2.684-1.73-0.78-2.96-2.157 3.58 5.713 3.46 3.519zm-0.34-2.263c0.17-2.077 0.17 2.076 0 0zm-2.3-0.507c-1.38-1.545 1.59 0.267 0 0zm14.09 0.507c-0.75-1.184-0.75 1.184 0 0zm-16.12-2.7c-0.85-2.691-0.73-2.76 0.47-1.711 2.69-2.567-2.17-0.216 0.26-3.117 3.54-0.062 1.92 5.57 2.86 0.256 0.92-2.793 2.11-8.138-2.22-4.227-3.65 0.708-3.43 7.869-1.37 8.799zm-0.86-4.525c-0.74-3.312 1.57 1.878 0 0zm17.1 4.041c2.74-4.011-1.05-4.045-1.59-2.691-0.67-2.235 7.12-3.356 0.7-3.966-2.01 2.365-0.83 4.029 0.12 6.678-0.92 0.797 0.76 1.116 0.77-0.021zm-1.13-5.232c-0.63-2.287 1.51 1.233 0 0zm-3.97 4.848c-0.59 0.219 0.42 1.426 0 0zm8.03 0.526c-0.76-1.184-0.76 1.184 0 0zm-14-0.989c-0.45-1.954-0.29 2.679 0 0zm12.64-0.148c1.19-2.489-0.87-6.203-0.25-2.128-0.76 0.289-0.82 3.848 0.25 2.128zm1.66-0.725c-0.86-1.772-1.06 3.159 0 0zm-5.32-3.935c-0.96-1.302 0.43-5.475-1.57-1.869-0.52-0.44-2.06 1.709-1.05-1.931 0.69-1.855-3.43-5.943-1.56-1.744 1.45 2.221 0.13 7.732 2.36 5.677-1.19 3.591 2.13-1.639 0.66 2.126 0.81-0.296 0.87-1.579 1.16-2.259zm-7.88 1.202c-3.64-1.948 1.48 2.216 0 0zm2.71-0.272c-1.61-1.111 0.34 1.048 0 0zm18.23-1.574c-1.48-3.111 0.31-6.392-1.22-7.493-2.92-4.395-3.05 7.292-1.16 3.818-3.38-3.834 2.33-4.719 0.47-2.533-1.29-0.263-0.38 2.221 0.37 1.184-0.56 1.063 1.2 7.036 1.54 5.024zm-21.6 0.389c-0.64-1.695-1.23 1.137 0 0zm2.3-0.673c-1.49-0.005 0.77-2.184-1.52-0.271-0.09 0.798 1.25 0.778 1.52 0.271zm1.99 0.054c1.72-3.875-1.75-0.072 0 0zm-25.3-1.694c-1.6-1.594 0.2 1.558 0 0zm3.67 0.118c1.97-1.146-1.26-0.601 1-1.995-2.4-0.193-5.7 2.944-1 1.995zm4.3-0.69c-0.36-4.705-1.62-2.487-0.67 0.618 0.37 0.338 0.64-0.415 0.67-0.618zm13.82 0.42c-2.59-1.399 0.01 1.384 0 0zm1.66-0.283c-0.07-1.416-1.13 1.018 0 0zm-16.87-0.941c-1.32-1.524-1.18 2.256 0 0zm-9.75-0.678c-1.11-0.592-0.31 2.733 0 0zm25.43 0.153c-1.17-3.726-0.54 3.648 0 0zm6.53 0.058c-1.14 0.349-0.28-0.003 0 0zm-5.02-0.134c1.98-2.281-0.92 0.136 0 0zm9.38-0.143c-0.28-1.809-1.41 1.127 0 0zm-30.98-0.846c3.73-2.006-1.83-2.412-1.18-1.445 0.23-0.087 0.05 4.156 1.18 1.445zm-13.54 0.313c2.25-1.034 4.71-2.709 0.05-1.695-3.06 0.012-4.51 2.543-0.05 1.695zm0.03-0.972c0.13-1.322 0.28 1.138 0 0zm10.55 0.43c-1.35-1.53 0.64 2.202 0 0zm-6.32 0.305c-0.73-1.215-0.48 1.131 0 0zm3.64-0.598c-0.66-1.516-1.81 2.374 0 0zm9.75 0.453c-3.25-1.087-2.48 1.328 0 0zm22.36-0.159c1.92 0.16-2.12-0.711-0.33 0.111l0.33-0.111zm2.5 0.397c-2.6-0.262 0.43 0.499 0 0zm12.45-2.298c3.09-4.364 4.75-7.99 5.1-11.035 1.17-4.263-2.99-10.455-6.81-9.774 3.3 0.379 2.31 2.315 4.51 3.56 1.02 2.691-0.36 3.899 0.74 4.96 1.38 2.316 1.07 0.837-0.89 1.794-0.29 1.194-1.26-2.244-1.94 1.289-3.41-0.177 0.5-1.44 0.82-3.37 2.04 3.276 0.09-6.077-1.56-4.654 1.22-1.671-1.84-0.558-1.27-2.408-1.78 4.003 0.22-2.847-1.52 1.172-1.75 3.046-3.33 8.045-0.12 5.31 2.17-4.923 1.31-0.357 0 2.297-1.37-1.04-0.95-1.401-2.86 0.168-0.89 1.737-2.11 5.343 0.12 2.097-0.31 2.071 1.47 1.882 1.68 1.724 0.19-2.098 4.08-0.797 2.25 1.286-2.97-2.22-0.05 4.435-3.38 0.764-1.59-1.025 0.06 2.243 2.14 2.332 3.26-0.032 0.46 7.457 2.99 2.488zm-1.81-3.27c0.43-2.005 1.03 1.923 0 0zm-1.43-0.305c0.75-1.184 0.75 1.185 0 0zm2.48-1.096c1.88-2.568 2.71 2.19 0 0zm2.69-0.577c1.8-1.717-1.96 0.146-0.61-2.129 0.45-4.219 0.95 0.951 0.81 0.238 0.3-2.891 2.38 1.392 0.76 0.687 0.65 0.297-0.75 2.651-0.96 1.204zm-2.13-1.368c1.09-2.079 0.68 1.965 0 0zm-0.31-1.199c0.66-1.103 0.85 0.673 0 0zm-5.17-1.977c0.77-1.192 0.84 0.639 0 0zm5.06-1.844c0.11-1.67 0.91 1.577 0 0zm4.99-1.798c-3.22-3.183 1.97-2.412 0 0zm-5.03 0.43c1.4-0.162 0.24-0.149 0 0zm-2.58-2.89c1.64-1.393-0.4 1.613 0 0zm2.43 0.152c1.41-1.305 0.59 1.212 0 0zm-58.96 17.131c-1.75-0.192 0.58 0.536 0 0zm15.96-1.215c-3.42-0.764 0.99 2.656 0 0zm-17.08 0.814c-1.58-1.173-0.34 1.261 0 0zm13.07-0.859c-2.95-0.04 0.01 1.891 0 0zm1.69 0.555c-1.13-1.06-0.82 0.618 0 0zm-4.04-0.211c-2.6-0.262 0.43 0.499 0 0zm11.39 0.003c-1.75-0.192 0.58 0.536 0 0zm22.08-0.882c-1.52-0.382-0.12 1.791 0 0zm-22.56-0.957c-0.59 0.219 0.42 1.427 0 0zm-0.49-0.082c-0.68-1.248-1.31 1.267 0 0zm22.82-0.295c-0.93-0.673-1.38 1.063 0 0zm13.26-0.535c-0.59 0.219 0.42 1.426 0 0zm-0.87-0.597c-2.32-1.309 1.05 1.821 0 0zm-2.15-2.358c-2.43-1.51 2.14 2.531 0 0zm-26.21-0.474c-1.4-0.162-0.24-0.148 0 0zm26.77-0.631c0.54-2.564-1.74 2.37 0 0zm-25.72-0.269c1.37-1.396-3.43 1.117 0 0zm2.78-1.626c-1.14 0.308 0.93 2.053 0 0zm-2.46-1.834c-0.75-2.027-1.79 1.707 0 0zm2.19-1.475c-0.69 0.626 0.81 1.923 0 0zm-0.67 0.664c-0.73-1.215-0.49 1.131 0 0zm-2.32-0.741c-1.4-1.1-0.43 1.429 0 0zm2.93-2.32c-2.71-4.102-2.27 2.386 0 0zm-17.65-0.893c-0.72-1.216-0.48 1.131 0 0zm16.57-1.416c-2.59-1.418 1.22 1.839 0 0zm10.4-1.094c-0.53-0.197 0.34 2.131 0 0zm-11.45-0.246c-1.21 0.175-0.2-0.133 0 0zm1.15-0.347c1.5-2.786-2.37 1.445 0 0zm-24.58-0.396c-0.73-1.696-0.33 1.612 0 0zm34.58-1.45c-0.39-0.762 0.17 4.267 0 0zm20.86 0.792c-0.69-1.79-1.04 0.708 0 0zm-31.25-0.715c3.49-3.39-3.25 1.01 0 0zm-30.07-4.336c-0.39-0.745 0.18 4.244 0 0zm18.36-0.258c-0.69-0.67-0.66 1.573 0 0zm53.04-5.988c1.5-5.207 1.19-14.231-2.24-16.276 2.87 4.949 1.25 10.413-0.66 15.397 0.23 3.498 3.01 6.894 2.9 0.879zm-53.04 2.678c-3.12-1.197-1.75 0.887 0 0zm22.51-1.369c-0.37-1.443-0.61 1.513 0 0zm-8.22-1.463c-0.71-3.95-0.73 2.913 0 0zm9.13-8.879c-2.08-1.599 0.69 1.522 0 0zm0.76-0.761c-0.93-0.977-0.1 1.048 0 0zm-0.91-1.217c-0.94-0.978-0.1 1.049 0 0zm15.66-3.346c-1.89-2.162-3.08-4.936-2.39-8.0387-2.37-1.9045-9.4-2.0434-5.68 1.8477 1.33-0.6548 5.12 7.193 8.07 6.191zm12.41-5.339c-3.6-1.6279-0.81 1.688 0 0zm-3.78-0.146c-4.12-1.3219-3.64 1.43 0 0zm1.82-1.6493c7.47 1.0245-3.66-2.2752-2.46 0.2065 0.79-0.2777 1.64-0.224 2.46-0.2065zm4.05-1.5215c-2.38-2.4059-8.62-2.5656-2.25-0.6056 0.39-0.0295 2.86 2.1469 2.25 0.6056zm-5.99-0.9077c-1.29 0.4219-0.73 2.3512 0 0zm6.7-0.9039c-1.05-2.6216-8.7-2.745-2.67-0.784 0.73-0.2943 3.07 2.6033 2.67 0.784zm-67.31 27.014c-1.1-2.571 1.29 0.232 0 0zm1.2-0.019c-0.02-1.746 0.98 0.286 0 0zm6.96-0.642c0.52-2.798 6.75-0.164 1.37-0.022l-1.37 0.022zm1.41-0.58c-1.75-0.192 0.58 0.536 0 0zm-7.35 0.208c0.75-1.184 0.75 1.184 0 0zm-2.13-0.566c1.63-0.646 2.28 0.982 0 0zm4.41-0.034c-4.06 0.368-3.98-2.948-3.61-5.322-0.85 0.793 2.04-5.422-1.31-4.523 1.11-3.037-2.37 0.117-2.36-2.769-0.59 2.782-0.07-2.511-2.72-0.406-1.67-1.905-0.59-10.205 0.7-6.456 1.16-2.5712 5.04-2.3132 7.74-1.6191 2.21 0.7971 8.55-1.6254 5.13 0.6121 0.22 0.938 8.73-1.0241 3.08 0.118-2.39 0.173-3.86 2.191-1.78 2.615-2.54 1.935-4.26-2.363-5.05 2.057-3.02 1.626 0.38 4.854 0.22 7.825-2-5.451-0.16 3.9 1.2 5.085 2.83 2.483 2.28 3.402-1.24 2.783zm-2.28-2.442c-1.41-1.305-0.6 1.212 0 0zm-2.66-15.818c2.58 0.263 0.01-2.7269-0.62-1.673 1.62 1.225-2.51 2.832 0.62 1.673zm2.29-0.988c-1.42-3.4483 0.22 3.434 0 0zm4.94-0.176c-3.49 0.067 0.9 1.216 0 0zm-8.53-0.339c-1.22-2.1177-1.52 1.434 0 0zm3.4-1.4421c-1.75-0.1917 0.58 0.5357 0 0zm11.43 21.286c3.41-0.153-0.16 0.432 0 0zm-16.84-1.875c0.89-2.904 1.32 2.978 0 0zm33.72 0.459c-2.24-2.221 3.4 1.277 0 0zm-13.25-0.118c-2.46-4.069 6-4.041 2.61-2.268-0.86 4.798-1.15-2.368-1.39 2.355l-0.46 0.141-0.76-0.228zm4.86-0.888c-0.77-2.831 1.56 0.877 0 0zm-16.01-1.447c-1.04-3.251 1.44 2.399 0 0zm19.62 0.448c0.96-3.378 6.35 0.725 1.39-0.722-0.45 0.148-0.81 1.123-1.39 0.722zm-2.39-0.894c1.56-3.98 1.93 2.882 0 0zm-23.86-0.083c-2.03-3.741 1.86 1.13 0 0zm37.26-0.454c4.28-0.174-0.77 0.387 0 0zm-42.3-1.524c-1.06-3.201 1.7 0.927 0 0zm28.01-1.391c-4.11-4.092 4.65 1.826 1.58 1.572-0.6-0.441-1.07-1.029-1.58-1.572zm-23.76-0.079c-2.02-2.201 4.74-0.051-0.01 0.329l0.01-0.329zm-3.64-0.659c-0.96-3.087 1.16 0.37 0 0zm35.84-1.014c-0.06-1.227 1.25 1.145 0 0zm-33-0.743c0.39-1.445 0.64 1.131 0 0zm18.8-2.331c-2.55-3.038 5.47-3.996 0.22-1.59-0.1 3.906 1.42-3.759 4.17-0.092 2.93 0.373-5.29-0.049-2.4 0.649 5.71-1.122 0.15 4.002-1.99 1.033zm4.79 0.669c0.31-0.744 2.48 1.139 0 0zm-17.05-0.333c-0.07-1.226 1.25 1.146 0 0zm18.4-0.622c-3.22-3.203 0.91-1.51 0.31 0.318l-0.22-0.093-0.09-0.225zm1.6-1.1c-0.61-1.418 5.35 0.922 0.62 0.105l-0.62-0.105zm-1.22-3.651c-1.5-1.579 2.55 0.626 0 0zm-3.27-0.851c-6.2-1.265 0.19-0.852 2.26 0.24-0.76 0.014-1.51-0.137-2.26-0.24zm-5.02-1.667c0.66-1.1024 0.85 0.673 0 0zm1.91 0.103c1.5-0.52 0.22 0.626 0 0zm-21.37-1.3375c2.2-1.1364-0.51 1.3665 0 0zm18.16 0.1188c-4.61-0.2578-1.89-2.3707 0.26-0.4972-0.29-1.5971 3.16-0.1293-0.26 0.4972zm-11.09-0.9111c1.51-0.5199 0.22 0.6263 0 0zm4.96-0.5004c1.4-2.6223 0.52 2.3152 0-0.0001v0.0001zm-6.78 0.1962c1.5-0.5198 0.22 0.6263 0 0zm3.95-1.0253c0.58-1.8572 1.45 1.8571 0 0zm-9.59-1.2487c0.89-1.6927-0.18 1.9301 0 0zm1.98-0.2695c-2.04 0.7421-4.42-3.3555-1.4-2.3097-1.65 1.8686 6.08 0.1224 1.32 1.5497 0.79-0.0983 0.72 2.0665 0.08 0.76zm2.14-1.1066c1.5-0.5198 0.21 0.6261 0 0zm3.01-1.033c0.21-1.7729 0.21 1.7727 0 0z" transform="translate(10 1512.6)"/> - <rect id="d0e151" display="none" height="1e3px" width="288" y="1656" x="10"/> - <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000"> + <text id="tracing-f06-fr.svgtext2885" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1502.8)" xml:space="preserve" line-height="100.00000%" font-size="6" y="128.33766" x="81.327339" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f06-fr.svgtspan2886" y="128.33766" x="81.327339" sodipodi:role="line">Image originale</tspan></text> + <text id="tracing-f06-fr.svgtext2888" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1502.8)" xml:space="preserve" line-height="100.00000%" font-size="6" y="124.67367" x="227.35374" font-family="sans-serif" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f06-fr.svgtspan2889" y="124.67367" x="227.35374" sodipodi:role="line">Image vectorisée / Chemin résultant — Simplifié</tspan><tspan id="tracing-f06-fr.svgtspan2891" y="130.67367" x="227.35374" sodipodi:role="line">(384 nœuds)</tspan></text> + <image id="tracing-f06-fr.svgimage1855" sodipodi:absref="/oldguitar.jpg" xlink:href="oldguitar.jpg" transform="translate(10 1502.8)" height="115.89" width="83.347" y=".058779" x="39.654"/> + <path id="tracing-f06-fr.svgpath1856" d="m185.36 89.642v-26.312c2.75 0.214-1.46-0.484-0.01-2.745 0.01-9.174 0.03-18.348 0.04-27.522 3.14-0.382 3.52-0.813 5.15-0.14-0.1-0.543 6.61 1.062 4.27-1.007 2.32 0.05 5.04-0.393 1.89 1.17 3.75-0.672 7.61-2.582 11.13-0.349 5.33 0.097 3.03 0.037 1.6-1.05 3.17-0.429-6.19-0.139-1.76-0.086 2.08-2.801 9.63 3.884 6.92-3.22 1.56-0.493 1.39 6.127 2.89 0.699 2.56-3.733 2.4 3.493 6.37 1.604 1.07-3.701-4.17-6.684-7.12-8.166 2.81 1.684 5.26 0.793 2.17-2.023-0.34-3.194 5.23 3.836 8 3.024 4.33 1.742-7.33 2.644-0.51 2.855 1.09 1.705 4.84 6.01 3.95 0.683-0.04-1.819-0.23-10.127-1.49-4.793-3.46-0.879-5.06-4.836-7.71-4.155-0.62-1.477 1.16-1.504 1.74-2.567-0.82 2.324 6.49 3.348 5.91 0.852-1.43-2.129-5.79 1.75-4.95-1.772 4.54 0.377 2.67-2.664 0.35-2.344-1.5 1.835-9.89 3.443-8.62 2.425 1.63-1.707 7.28-1.237 9.99-4.7142 4.79-2.7554 9.75-5.3947 15.44-3.8839 1.82-1.8037-1.44-7.1732 2.88-5.9164 5.09 0.1172 10.31-0.5425 15.28 0.3304 3.71-0.4323 11.96-2.1157 9.38 4.9761 0.07 36.819 0.1 73.64-0.14 110.46-27.68-0.01-55.36-0.01-83.04-0.01v-26.308zm6.98 25.118c0.82-2.96-2.27 2.08 0 0zm2.36-1.64c-0.1-2.46-1.09 2.95 0 0zm1.18-0.13c-0.59 0.22 0.42 1.43 0 0zm-2.31-0.51c1.58-4.77-2.71 2.96 0 0zm-1.8 0.2c1.25-4.6 5.42-9.67 10.05-9.89 1.46-2.07-0.48-5.022-0.08-7.207-4.92-4.349-3.53 8.547-7.62 10.687-2.95 0.78-3.96 5.99-2.35 6.41zm55.06-3.05c-2.48-4.85 0.76 4.44 0 0zm-1.72-0.17c-1.39-1.41 0.42 1.88 0 0zm-1.33-2c-2.35-1.71 0.91 2.63 0 0zm2.27-1.53c-1.46-2.69-1.86 5.24 0 0zm-2.59-1.19c-1.89-3.23-0.52 1.45 0 0zm2.43-0.36c-0.62-0.67-0.69 1.01 0 0zm-7.49-2.42c-2.83-2.008-1.69 0.97 0 0zm6.03-0.21c-1.76-0.19 0.57 0.54 0 0zm-8.58-0.59c-3.11-1.194-2.11-3.874-3.74-4.116 2.63 0.914 2.1 2.124 4.87 1.989 3.48 2.777 6.6 0.793 10.04 1.597-2.31-2.311-8.5 0.46-11.59-3.244-7.35-3.872-13.34-10.542-21.9-11.762-3.12-1.3-9.61-4.182-9.7-6.483 3.78-4.319-6.22-0.693-7.05 1.356-4.07 3.426 2.15 9.561 3.33 8.707 1.3-2.198 1.89 0.297 0.24 0.76 0.88-0.786 6.31 2.681 2.61-1.175-2.48-1.531-3.67-1.488-2.15-2.992 2.87-0.736 4.68 6.909 4.42 2.247 1.83 1.796 5.58 4.532 5.56 0.741 0.52 0.625 4.94 3.58 8.1 4.86 1.02-2.932 3.16 2.699-0.02 0.955 3.2 2.982 9.7 2.899 13.91 5.44 1.06-0.077 2.23 1.74 3.07 1.12zm-5.78-3.458c0.76-1.184 0.76 1.185 0 0zm-1.21-0.608c-2.07 0.726-4.67-3.14-3.17-1.996-1.02 0.642 5.87 2.494 3.17 1.996zm-4.95-1.242c-2.89-0.68-0.27-2.401 0.59 0.288l-0.59-0.288zm-2.35-1.326c0.39-1.445 0.64 1.131 0 0zm2.35-0.067c2.17-0.346-0.21 0.54 0 0zm-21.82-4.495c0.77-1.191 0.84 0.639 0 0zm2.54-3.073c-0.18-1.645 1.9 1.716 0 0zm1.46 11.779c2.71-0.829 6.9-1.752 1.5-2.043-2.64-1.777-6.75 0.069-3.54 2.587l0.88-0.136 1.16-0.408zm12.42-3.575c-1.67-2.741-4.27-0.34 0 0zm-4.25-1.043c-0.76-1.184-0.76 1.184 0 0zm1.44-0.38c-1.08-1.196-0.86 1.472 0 0zm-7.53-2.966c-1.14-1.246-1.14 1.247 0 0zm23.58-8.213c-0.94-0.978-0.1 1.048 0 0zm-3.35-0.608c-1.4-1.082-0.02 1.039 0 0zm13.27-0.814c-1.11-1.392 0.83 2.245 0 0zm-14.5 0.24c-2.97-1.669-0.75 0.574 0 0zm3.51-0.661c-1.2 0.175-0.19-0.133 0 0zm-5.63-0.286c-1.61-1.111 0.35 1.048 0 0zm17.5-0.735c0.47-1.524 2.41-3.786 0.99-3.743 3.69-0.781 0.85 1.257 0.42 3.543 2.48-0.456 3.82-10.563 2.56-8.535-0.93 7.587-0.43-5.934-2.76-5.131 0.73 1.541-6.22 1.882-4.48-0.009-0.1-2.711-2.98-7.476-6.23-9.95 3.28 0.879 6.37 6.586 7.96 9.959 1.43-3.843-6.33-9.943-6-10.534 2.4 1.448 8.09 7.021 3.53 1.408-0.99-1.744-6.27-3.938-1.3-2.14 1.78 1.666 7.31 7.629 3.18 2.181-0.76-3.718-10.23-3.685-4.75-6.829 0.79-3.15 4.5-10.265 3.82-11.216-3.19 1.477 3.02-3.677-0.71-2.201-2.69-0.577-3.57 0.48-0.41 0.223 1.29 2.785-3.91 3.588-3.26 0.011-7.35-0.081-7.05 8.541-6.94 13.745-3.06 5.006-12.88 2.877-15.63 7.765-0.74 5.201 2.88 11.909 7.87 5.813 3.28-2.178 5.77-6.327 8.65-7.843 2.82 0.052 1.67 2.693 5.8 3.752 2.35 1.154 5.09 6.088 1.84 4.569 1.25 3.463 3.76 5.648 3.5 9.54 1.92-0.653 1.44 4.986-0.14 0.882-0.15 0.962 1.93 5.404 2.49 4.74zm-0.4-2.199c-0.66-1.585 2.33 0.146 0 0zm0.09-2.407c1.14 0.349 0.28-0.003 0 0zm3.52 0.211c-0.2-1.884 0.92 0.724 0 0zm-4.74-6.134c0.9-1.017 1.41 0.578 0 0zm3.07-1.638c0.13-1.322 0.28 1.138 0 0zm-11.43-8.999c-0.06-1.227 1.25 1.145 0 0zm-1.24-3.489c-1.24-1.454 2.22 1.459 0 0zm3.52-6.398c0.54-1.458 0.54 1.459 0 0zm-1.31-0.042c-0.2-1.668 1.51 0.757 0 0zm3.14-4.502c0.76-1.192 0.83 0.639 0 0zm0-2.13c0.9-1.838 0.61 1.385 0 0zm0.6-0.778c0.76-1.184 0.76 1.184 0 0zm-0.56-0.608c0.21-1.771 0.21 1.771 0 0zm-4.8-2.244c1.85-2.685 1.9 0.799 0 0zm2.33-0.722c1.26-2.756 0.04 2.034 0 0zm-10.55 41.427c2.09-1.901 0.15-2.928 0.22-2.567 0.64-6.943-1.89 5.81-1.95-0.172 1.21-4.798-2.06-2.684-1.73-0.78-2.96-2.157 3.58 5.713 3.46 3.519zm-0.34-2.263c0.17-2.077 0.17 2.076 0 0zm-2.3-0.507c-1.38-1.545 1.59 0.267 0 0zm14.09 0.507c-0.75-1.184-0.75 1.184 0 0zm-16.12-2.7c-0.85-2.691-0.73-2.76 0.47-1.711 2.69-2.567-2.17-0.216 0.26-3.117 3.54-0.062 1.92 5.57 2.86 0.256 0.92-2.793 2.11-8.138-2.22-4.227-3.65 0.708-3.43 7.869-1.37 8.799zm-0.86-4.525c-0.74-3.312 1.57 1.878 0 0zm17.1 4.041c2.74-4.011-1.05-4.045-1.59-2.691-0.67-2.235 7.12-3.356 0.7-3.966-2.01 2.365-0.83 4.029 0.12 6.678-0.92 0.797 0.76 1.116 0.77-0.021zm-1.13-5.232c-0.63-2.287 1.51 1.233 0 0zm-3.97 4.848c-0.59 0.219 0.42 1.426 0 0zm8.03 0.526c-0.76-1.184-0.76 1.184 0 0zm-14-0.989c-0.45-1.954-0.29 2.679 0 0zm12.64-0.148c1.19-2.489-0.87-6.203-0.25-2.128-0.76 0.289-0.82 3.848 0.25 2.128zm1.66-0.725c-0.86-1.772-1.06 3.159 0 0zm-5.32-3.935c-0.96-1.302 0.43-5.475-1.57-1.869-0.52-0.44-2.06 1.709-1.05-1.931 0.69-1.855-3.43-5.943-1.56-1.744 1.45 2.221 0.13 7.732 2.36 5.677-1.19 3.591 2.13-1.639 0.66 2.126 0.81-0.296 0.87-1.579 1.16-2.259zm-7.88 1.202c-3.64-1.948 1.48 2.216 0 0zm2.71-0.272c-1.61-1.111 0.34 1.048 0 0zm18.23-1.574c-1.48-3.111 0.31-6.392-1.22-7.493-2.92-4.395-3.05 7.292-1.16 3.818-3.38-3.834 2.33-4.719 0.47-2.533-1.29-0.263-0.38 2.221 0.37 1.184-0.56 1.063 1.2 7.036 1.54 5.024zm-21.6 0.389c-0.64-1.695-1.23 1.137 0 0zm2.3-0.673c-1.49-0.005 0.77-2.184-1.52-0.271-0.09 0.798 1.25 0.778 1.52 0.271zm1.99 0.054c1.72-3.875-1.75-0.072 0 0zm-25.3-1.694c-1.6-1.594 0.2 1.558 0 0zm3.67 0.118c1.97-1.146-1.26-0.601 1-1.995-2.4-0.193-5.7 2.944-1 1.995zm4.3-0.69c-0.36-4.705-1.62-2.487-0.67 0.618 0.37 0.338 0.64-0.415 0.67-0.618zm13.82 0.42c-2.59-1.399 0.01 1.384 0 0zm1.66-0.283c-0.07-1.416-1.13 1.018 0 0zm-16.87-0.941c-1.32-1.524-1.18 2.256 0 0zm-9.75-0.678c-1.11-0.592-0.31 2.733 0 0zm25.43 0.153c-1.17-3.726-0.54 3.648 0 0zm6.53 0.058c-1.14 0.349-0.28-0.003 0 0zm-5.02-0.134c1.98-2.281-0.92 0.136 0 0zm9.38-0.143c-0.28-1.809-1.41 1.127 0 0zm-30.98-0.846c3.73-2.006-1.83-2.412-1.18-1.445 0.23-0.087 0.05 4.156 1.18 1.445zm-13.54 0.313c2.25-1.034 4.71-2.709 0.05-1.695-3.06 0.012-4.51 2.543-0.05 1.695zm0.03-0.972c0.13-1.322 0.28 1.138 0 0zm10.55 0.43c-1.35-1.53 0.64 2.202 0 0zm-6.32 0.305c-0.73-1.215-0.48 1.131 0 0zm3.64-0.598c-0.66-1.516-1.81 2.374 0 0zm9.75 0.453c-3.25-1.087-2.48 1.328 0 0zm22.36-0.159c1.92 0.16-2.12-0.711-0.33 0.111l0.33-0.111zm2.5 0.397c-2.6-0.262 0.43 0.499 0 0zm12.45-2.298c3.09-4.364 4.75-7.99 5.1-11.035 1.17-4.263-2.99-10.455-6.81-9.774 3.3 0.379 2.31 2.315 4.51 3.56 1.02 2.691-0.36 3.899 0.74 4.96 1.38 2.316 1.07 0.837-0.89 1.794-0.29 1.194-1.26-2.244-1.94 1.289-3.41-0.177 0.5-1.44 0.82-3.37 2.04 3.276 0.09-6.077-1.56-4.654 1.22-1.671-1.84-0.558-1.27-2.408-1.78 4.003 0.22-2.847-1.52 1.172-1.75 3.046-3.33 8.045-0.12 5.31 2.17-4.923 1.31-0.357 0 2.297-1.37-1.04-0.95-1.401-2.86 0.168-0.89 1.737-2.11 5.343 0.12 2.097-0.31 2.071 1.47 1.882 1.68 1.724 0.19-2.098 4.08-0.797 2.25 1.286-2.97-2.22-0.05 4.435-3.38 0.764-1.59-1.025 0.06 2.243 2.14 2.332 3.26-0.032 0.46 7.457 2.99 2.488zm-1.81-3.27c0.43-2.005 1.03 1.923 0 0zm-1.43-0.305c0.75-1.184 0.75 1.185 0 0zm2.48-1.096c1.88-2.568 2.71 2.19 0 0zm2.69-0.577c1.8-1.717-1.96 0.146-0.61-2.129 0.45-4.219 0.95 0.951 0.81 0.238 0.3-2.891 2.38 1.392 0.76 0.687 0.65 0.297-0.75 2.651-0.96 1.204zm-2.13-1.368c1.09-2.079 0.68 1.965 0 0zm-0.31-1.199c0.66-1.103 0.85 0.673 0 0zm-5.17-1.977c0.77-1.192 0.84 0.639 0 0zm5.06-1.844c0.11-1.67 0.91 1.577 0 0zm4.99-1.798c-3.22-3.183 1.97-2.412 0 0zm-5.03 0.43c1.4-0.162 0.24-0.149 0 0zm-2.58-2.89c1.64-1.393-0.4 1.613 0 0zm2.43 0.152c1.41-1.305 0.59 1.212 0 0zm-58.96 17.131c-1.75-0.192 0.58 0.536 0 0zm15.96-1.215c-3.42-0.764 0.99 2.656 0 0zm-17.08 0.814c-1.58-1.173-0.34 1.261 0 0zm13.07-0.859c-2.95-0.04 0.01 1.891 0 0zm1.69 0.555c-1.13-1.06-0.82 0.618 0 0zm-4.04-0.211c-2.6-0.262 0.43 0.499 0 0zm11.39 0.003c-1.75-0.192 0.58 0.536 0 0zm22.08-0.882c-1.52-0.382-0.12 1.791 0 0zm-22.56-0.957c-0.59 0.219 0.42 1.427 0 0zm-0.49-0.082c-0.68-1.248-1.31 1.267 0 0zm22.82-0.295c-0.93-0.673-1.38 1.063 0 0zm13.26-0.535c-0.59 0.219 0.42 1.426 0 0zm-0.87-0.597c-2.32-1.309 1.05 1.821 0 0zm-2.15-2.358c-2.43-1.51 2.14 2.531 0 0zm-26.21-0.474c-1.4-0.162-0.24-0.148 0 0zm26.77-0.631c0.54-2.564-1.74 2.37 0 0zm-25.72-0.269c1.37-1.396-3.43 1.117 0 0zm2.78-1.626c-1.14 0.308 0.93 2.053 0 0zm-2.46-1.834c-0.75-2.027-1.79 1.707 0 0zm2.19-1.475c-0.69 0.626 0.81 1.923 0 0zm-0.67 0.664c-0.73-1.215-0.49 1.131 0 0zm-2.32-0.741c-1.4-1.1-0.43 1.429 0 0zm2.93-2.32c-2.71-4.102-2.27 2.386 0 0zm-17.65-0.893c-0.72-1.216-0.48 1.131 0 0zm16.57-1.416c-2.59-1.418 1.22 1.839 0 0zm10.4-1.094c-0.53-0.197 0.34 2.131 0 0zm-11.45-0.246c-1.21 0.175-0.2-0.133 0 0zm1.15-0.347c1.5-2.786-2.37 1.445 0 0zm-24.58-0.396c-0.73-1.696-0.33 1.612 0 0zm34.58-1.45c-0.39-0.762 0.17 4.267 0 0zm20.86 0.792c-0.69-1.79-1.04 0.708 0 0zm-31.25-0.715c3.49-3.39-3.25 1.01 0 0zm-30.07-4.336c-0.39-0.745 0.18 4.244 0 0zm18.36-0.258c-0.69-0.67-0.66 1.573 0 0zm53.04-5.988c1.5-5.207 1.19-14.231-2.24-16.276 2.87 4.949 1.25 10.413-0.66 15.397 0.23 3.498 3.01 6.894 2.9 0.879zm-53.04 2.678c-3.12-1.197-1.75 0.887 0 0zm22.51-1.369c-0.37-1.443-0.61 1.513 0 0zm-8.22-1.463c-0.71-3.95-0.73 2.913 0 0zm9.13-8.879c-2.08-1.599 0.69 1.522 0 0zm0.76-0.761c-0.93-0.977-0.1 1.048 0 0zm-0.91-1.217c-0.94-0.978-0.1 1.049 0 0zm15.66-3.346c-1.89-2.162-3.08-4.936-2.39-8.0387-2.37-1.9045-9.4-2.0434-5.68 1.8477 1.33-0.6548 5.12 7.193 8.07 6.191zm12.41-5.339c-3.6-1.6279-0.81 1.688 0 0zm-3.78-0.146c-4.12-1.3219-3.64 1.43 0 0zm1.82-1.6493c7.47 1.0245-3.66-2.2752-2.46 0.2065 0.79-0.2777 1.64-0.224 2.46-0.2065zm4.05-1.5215c-2.38-2.4059-8.62-2.5656-2.25-0.6056 0.39-0.0295 2.86 2.1469 2.25 0.6056zm-5.99-0.9077c-1.29 0.4219-0.73 2.3512 0 0zm6.7-0.9039c-1.05-2.6216-8.7-2.745-2.67-0.784 0.73-0.2943 3.07 2.6033 2.67 0.784zm-67.31 27.014c-1.1-2.571 1.29 0.232 0 0zm1.2-0.019c-0.02-1.746 0.98 0.286 0 0zm6.96-0.642c0.52-2.798 6.75-0.164 1.37-0.022l-1.37 0.022zm1.41-0.58c-1.75-0.192 0.58 0.536 0 0zm-7.35 0.208c0.75-1.184 0.75 1.184 0 0zm-2.13-0.566c1.63-0.646 2.28 0.982 0 0zm4.41-0.034c-4.06 0.368-3.98-2.948-3.61-5.322-0.85 0.793 2.04-5.422-1.31-4.523 1.11-3.037-2.37 0.117-2.36-2.769-0.59 2.782-0.07-2.511-2.72-0.406-1.67-1.905-0.59-10.205 0.7-6.456 1.16-2.5712 5.04-2.3132 7.74-1.6191 2.21 0.7971 8.55-1.6254 5.13 0.6121 0.22 0.938 8.73-1.0241 3.08 0.118-2.39 0.173-3.86 2.191-1.78 2.615-2.54 1.935-4.26-2.363-5.05 2.057-3.02 1.626 0.38 4.854 0.22 7.825-2-5.451-0.16 3.9 1.2 5.085 2.83 2.483 2.28 3.402-1.24 2.783zm-2.28-2.442c-1.41-1.305-0.6 1.212 0 0zm-2.66-15.818c2.58 0.263 0.01-2.7269-0.62-1.673 1.62 1.225-2.51 2.832 0.62 1.673zm2.29-0.988c-1.42-3.4483 0.22 3.434 0 0zm4.94-0.176c-3.49 0.067 0.9 1.216 0 0zm-8.53-0.339c-1.22-2.1177-1.52 1.434 0 0zm3.4-1.4421c-1.75-0.1917 0.58 0.5357 0 0zm11.43 21.286c3.41-0.153-0.16 0.432 0 0zm-16.84-1.875c0.89-2.904 1.32 2.978 0 0zm33.72 0.459c-2.24-2.221 3.4 1.277 0 0zm-13.25-0.118c-2.46-4.069 6-4.041 2.61-2.268-0.86 4.798-1.15-2.368-1.39 2.355l-0.46 0.141-0.76-0.228zm4.86-0.888c-0.77-2.831 1.56 0.877 0 0zm-16.01-1.447c-1.04-3.251 1.44 2.399 0 0zm19.62 0.448c0.96-3.378 6.35 0.725 1.39-0.722-0.45 0.148-0.81 1.123-1.39 0.722zm-2.39-0.894c1.56-3.98 1.93 2.882 0 0zm-23.86-0.083c-2.03-3.741 1.86 1.13 0 0zm37.26-0.454c4.28-0.174-0.77 0.387 0 0zm-42.3-1.524c-1.06-3.201 1.7 0.927 0 0zm28.01-1.391c-4.11-4.092 4.65 1.826 1.58 1.572-0.6-0.441-1.07-1.029-1.58-1.572zm-23.76-0.079c-2.02-2.201 4.74-0.051-0.01 0.329l0.01-0.329zm-3.64-0.659c-0.96-3.087 1.16 0.37 0 0zm35.84-1.014c-0.06-1.227 1.25 1.145 0 0zm-33-0.743c0.39-1.445 0.64 1.131 0 0zm18.8-2.331c-2.55-3.038 5.47-3.996 0.22-1.59-0.1 3.906 1.42-3.759 4.17-0.092 2.93 0.373-5.29-0.049-2.4 0.649 5.71-1.122 0.15 4.002-1.99 1.033zm4.79 0.669c0.31-0.744 2.48 1.139 0 0zm-17.05-0.333c-0.07-1.226 1.25 1.146 0 0zm18.4-0.622c-3.22-3.203 0.91-1.51 0.31 0.318l-0.22-0.093-0.09-0.225zm1.6-1.1c-0.61-1.418 5.35 0.922 0.62 0.105l-0.62-0.105zm-1.22-3.651c-1.5-1.579 2.55 0.626 0 0zm-3.27-0.851c-6.2-1.265 0.19-0.852 2.26 0.24-0.76 0.014-1.51-0.137-2.26-0.24zm-5.02-1.667c0.66-1.1024 0.85 0.673 0 0zm1.91 0.103c1.5-0.52 0.22 0.626 0 0zm-21.37-1.3375c2.2-1.1364-0.51 1.3665 0 0zm18.16 0.1188c-4.61-0.2578-1.89-2.3707 0.26-0.4972-0.29-1.5971 3.16-0.1293-0.26 0.4972zm-11.09-0.9111c1.51-0.5199 0.22 0.6263 0 0zm4.96-0.5004c1.4-2.6223 0.52 2.3152 0-0.0001v0.0001zm-6.78 0.1962c1.5-0.5198 0.22 0.6263 0 0zm3.95-1.0253c0.58-1.8572 1.45 1.8571 0 0zm-9.59-1.2487c0.89-1.6927-0.18 1.9301 0 0zm1.98-0.2695c-2.04 0.7421-4.42-3.3555-1.4-2.3097-1.65 1.8686 6.08 0.1224 1.32 1.5497 0.79-0.0983 0.72 2.0665 0.08 0.76zm2.14-1.1066c1.5-0.5198 0.21 0.6261 0 0zm3.01-1.033c0.21-1.7729 0.21 1.7727 0 0z" transform="translate(10 1502.8)"/> + <rect id="d0e151" display="none" height="1e3px" width="288" y="1646.2" x="10"/> + <flowRoot font-size="8" font-family="serif" line-height="133.00000%" fill="#000000"> <flowRegion> <use y="0" x="0" xlink:href="#d0e151"/> </flowRegion> <flowDiv xml:space="preserve">La représentation est un peu plus approximative et grossière, mais le dessin est plus simple et plus facile à éditer. Gardez à l'esprit que ce que vous devez obtenir n'est pas un rendu exact de l'image mais un ensemble de courbes que vous pourrez utiliser dans votre dessin.</flowDiv> </flowRoot> - <g transform="translate(0 1706)"> + <g transform="translate(0 1696.2)"> <defs id="defs3" xmlns:cc="http://creativecommons.org/ns#"> <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/> <filter id="filter57" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom"> @@ -223,8 +223,8 @@ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/> <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/> </g> - <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/> - <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> + <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="sans-serif" fill="#ffffff"/> + <text id="text1944" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.6619034" x="-70.787514" font-family="sans-serif" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan1946" sodipodi:role="line" x="-70.787514" style="letter-spacing:.29056" y="-6.6619034">Essayez <tspan id="tspan1948" font-weight="bold">Ctrl+flèche <tspan id="tspan2979" font-weight="normal">pour vous déplacer </tspan></tspan></tspan></text> <path id="path1951" opacity=".5" style="color:#000000" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.69 -163.2)"/> </g> </g> diff --git a/share/ui/units.xml b/share/ui/units.xml index 364515679..713a538d7 100644 --- a/share/ui/units.xml +++ b/share/ui/units.xml @@ -49,20 +49,6 @@ <factor>37.79527559055119</factor> <description>Centimeters (10 mm/cm)</description> </unit> -<unit type="LINEAR" pri="n"> - <name>meter</name> - <plural>meters</plural> - <abbr>m</abbr> - <factor>3779.527559055119</factor> - <description>Meters (100 cm/m)</description> -</unit> -<unit type="LINEAR" pri="n"> - <name>foot</name> - <plural>feet</plural> - <abbr>ft</abbr> - <factor>1152</factor> - <description>Feet (12 in/ft)</description> -</unit> <unit type="RADIAL" pri="y"> <name>degree</name> <plural>degrees</plural> diff --git a/src/2geom/sbasis-to-bezier.cpp b/src/2geom/sbasis-to-bezier.cpp index 8a18cfd4a..64c07f35e 100644 --- a/src/2geom/sbasis-to-bezier.cpp +++ b/src/2geom/sbasis-to-bezier.cpp @@ -197,6 +197,8 @@ void sbasis_to_cubic_bezier (std::vector<Point> & bz, D2<SBasis> const& sb) } sbasis_to_bezier(bz, sb, 4); // zeroth-order estimate + if ((sb[X].size() < 3) && (sb[Y].size() < 3)) + return; // cubic bezier estimate is exact Geom::ConvexHull bezhull(bz); // calculate first derivatives of x and y wrt t diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index d10c75cd8..7f9b46c7d 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -1036,20 +1036,24 @@ int objects_query_fontnumbers (const std::vector<SPItem*> &objects, SPStyle *style_res) { bool different = false; + bool different_lineheight = false; + bool different_lineheight_unit = false; double size = 0; double letterspacing = 0; double wordspacing = 0; - double linespacing = 0; + double lineheight = 0; bool letterspacing_normal = false; bool wordspacing_normal = false; - bool linespacing_normal = false; + bool lineheight_normal = false; + bool lineheight_unit_proportional = false; + bool lineheight_unit_absolute = false; double size_prev = 0; double letterspacing_prev = 0; double wordspacing_prev = 0; - double linespacing_prev = 0; - int linespacing_unit = 0; + double lineheight_prev = 0; + int lineheight_unit_prev = -1; int texts = 0; int no_size = 0; @@ -1069,7 +1073,12 @@ objects_query_fontnumbers (const std::vector<SPItem*> &objects, SPStyle *style_r texts ++; SPItem *item = dynamic_cast<SPItem *>(obj); g_assert(item != NULL); - double dummy = style->font_size.computed * Geom::Affine(item->i2dt_affine()).descrim(); + + // Quick way of getting document scale. Should be same as: + // item->document->getDocumentScale().Affine().descrim() + double doc_scale = Geom::Affine(item->i2dt_affine()).descrim(); + + double dummy = style->font_size.computed * doc_scale; if (!IS_NAN(dummy)) { size += dummy; /// \todo FIXME: we assume non-% units here } else { @@ -1081,7 +1090,7 @@ objects_query_fontnumbers (const std::vector<SPItem*> &objects, SPStyle *style_r letterspacing_normal = true; } } else { - letterspacing += style->letter_spacing.computed * Geom::Affine(item->i2dt_affine()).descrim(); /// \todo FIXME: we assume non-% units here + letterspacing += style->letter_spacing.computed * doc_scale;; /// \todo FIXME: we assume non-% units here letterspacing_normal = false; } @@ -1090,40 +1099,60 @@ objects_query_fontnumbers (const std::vector<SPItem*> &objects, SPStyle *style_r wordspacing_normal = true; } } else { - wordspacing += style->word_spacing.computed * Geom::Affine(item->i2dt_affine()).descrim(); /// \todo FIXME: we assume non-% units here + wordspacing += style->word_spacing.computed * doc_scale; /// \todo FIXME: we assume non-% units here wordspacing_normal = false; } - double linespacing_current; + // If all line spacing units the same, use that (average line spacing). + // Else if all line spacings absolute, use 'px' (average line spacing). + // Else if all line spacings proportional, use % (average line spacing). + // Else use default. + double lineheight_current; + int lineheight_unit_current; if (style->line_height.normal) { - linespacing_current = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL; - if (!different && (linespacing_prev == 0 || linespacing_prev == linespacing_current)) - linespacing_normal = true; - } else if (style->line_height.unit == SP_CSS_UNIT_PERCENT || style->font_size.computed == 0) { - linespacing_current = style->line_height.value; - linespacing_normal = false; + lineheight_current = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL; + lineheight_unit_current = SP_CSS_UNIT_NONE; + if (!different_lineheight && + (lineheight_prev == 0 || lineheight_prev == lineheight_current)) + lineheight_normal = true; + } else if (style->line_height.unit == SP_CSS_UNIT_NONE || + style->line_height.unit == SP_CSS_UNIT_PERCENT || + style->line_height.unit == SP_CSS_UNIT_EM || + style->line_height.unit == SP_CSS_UNIT_EX || + style->font_size.computed == 0) { + lineheight_current = style->line_height.value; + lineheight_unit_current = style->line_height.unit; + lineheight_unit_proportional = true; + lineheight_normal = false; + lineheight += lineheight_current; } else { - linespacing_current = style->line_height.computed; - linespacing_normal = false; + // Always 'px' internally + lineheight_current = style->line_height.computed; + lineheight_unit_current = style->line_height.unit; + lineheight_unit_absolute = true; + lineheight_normal = false; + lineheight += lineheight_current * doc_scale; } - if (linespacing_unit == 0) { - linespacing_unit = style->line_height.unit; - } else if (linespacing_unit != style->line_height.unit) { - linespacing_unit = SP_CSS_UNIT_PERCENT; - } - linespacing += linespacing_current; if ((size_prev != 0 && style->font_size.computed != size_prev) || (letterspacing_prev != 0 && style->letter_spacing.computed != letterspacing_prev) || - (wordspacing_prev != 0 && style->word_spacing.computed != wordspacing_prev) || - (linespacing_prev != 0 && linespacing_current != linespacing_prev)) { + (wordspacing_prev != 0 && style->word_spacing.computed != wordspacing_prev)) { different = true; } + if (lineheight_prev != 0 && lineheight_current != lineheight_prev) { + different_lineheight = true; + } + + if (lineheight_unit_prev != -1 && lineheight_unit_current != lineheight_unit_prev) { + different_lineheight_unit = true; + } + size_prev = style->font_size.computed; letterspacing_prev = style->letter_spacing.computed; wordspacing_prev = style->word_spacing.computed; - linespacing_prev = linespacing_current; + lineheight_prev = lineheight_current; + lineheight_unit_prev = lineheight_unit_current; // FIXME: we must detect MULTIPLE_DIFFERENT for these too style_res->text_anchor.computed = style->text_anchor.computed; @@ -1139,7 +1168,7 @@ objects_query_fontnumbers (const std::vector<SPItem*> &objects, SPStyle *style_r } letterspacing /= texts; wordspacing /= texts; - linespacing /= texts; + lineheight /= texts; } style_res->font_size.computed = size; @@ -1151,13 +1180,36 @@ objects_query_fontnumbers (const std::vector<SPItem*> &objects, SPStyle *style_r style_res->word_spacing.normal = wordspacing_normal; style_res->word_spacing.computed = wordspacing; - style_res->line_height.normal = linespacing_normal; - style_res->line_height.computed = linespacing; - style_res->line_height.value = linespacing; - style_res->line_height.unit = linespacing_unit; + style_res->line_height.normal = lineheight_normal; + style_res->line_height.computed = lineheight; + style_res->line_height.value = lineheight; + if (different_lineheight_unit) { + if (lineheight_unit_absolute && !lineheight_unit_proportional) { + // Mixture of absolute units + style_res->line_height.unit = SP_CSS_UNIT_PX; + } else { + // Mixture of relative units + style_res->line_height.unit = SP_CSS_UNIT_PERCENT; + } + if (lineheight_unit_absolute && lineheight_unit_proportional) { + // Mixed types of units, fallback to default + style_res->line_height.computed = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL * 100.0; + style_res->line_height.value = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL * 100.0; + } + } else { + // Same units. + if (lineheight_unit_prev != -1) { + style_res->line_height.unit = lineheight_unit_prev; + } else { + // No text object... use default. + style_res->line_height.unit = SP_CSS_UNIT_NONE; + style_res->line_height.computed = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL; + style_res->line_height.value = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL; + } + } if (texts > 1) { - if (different) { + if (different || different_lineheight) { return QUERY_STYLE_MULTIPLE_AVERAGED; } else { return QUERY_STYLE_MULTIPLE_SAME; diff --git a/src/display/drawing-text.cpp b/src/display/drawing-text.cpp index a3ca7173a..f0d83abfd 100644 --- a/src/display/drawing-text.cpp +++ b/src/display/drawing-text.cpp @@ -100,14 +100,16 @@ unsigned DrawingGlyphs::_updateItem(Geom::IntRect const &/*area*/, UpdateContext above and below the max/min y positions of the letters to place the text decorations.*/ Geom::Rect b; - if(_drawable){ - Geom::OptRect tiltb = bounds_exact(*_font->PathVector(_glyph)); - Geom::Rect bigbox(Geom::Point(tiltb->left(),-_dsc*scale_bigbox*1.1),Geom::Point(tiltb->right(),_asc*scale_bigbox*1.1)); - b = bigbox * ctx.ctm; + if (_drawable) { + Geom::OptRect tiltb = bounds_exact(*_font->PathVector(_glyph)); + if (tiltb) { + Geom::Rect bigbox(Geom::Point(tiltb->left(),-_dsc*scale_bigbox*1.1),Geom::Point(tiltb->right(),_asc*scale_bigbox*1.1)); + b = bigbox * ctx.ctm; + } } - else { // Fallback, spaces mostly - Geom::Rect bigbox(Geom::Point(0.0, -_dsc*scale_bigbox*1.1),Geom::Point(_width*scale_bigbox, _asc*scale_bigbox*1.1)); - b = bigbox * ctx.ctm; + if (b.hasZeroArea()) { // Fallback, spaces mostly + Geom::Rect bigbox(Geom::Point(0.0, -_dsc*scale_bigbox*1.1),Geom::Point(_width*scale_bigbox, _asc*scale_bigbox*1.1)); + b = bigbox * ctx.ctm; } /* diff --git a/src/display/sp-canvas-item.h b/src/display/sp-canvas-item.h index 66cd03dd9..00edb4dee 100644 --- a/src/display/sp-canvas-item.h +++ b/src/display/sp-canvas-item.h @@ -62,6 +62,7 @@ struct SPCanvasItem { Geom::Rect bounds; Geom::Affine xform; + int ctrlResize; Inkscape::ControlType ctrlType; Inkscape::ControlFlags ctrlFlags; diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index d17271752..81ea7d142 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -360,6 +360,7 @@ static void sp_canvas_item_init(SPCanvasItem *item) { item->xform = Geom::Affine(Geom::identity()); + item->ctrlResize = 0; item->ctrlType = Inkscape::CTRL_TYPE_UNKNOWN; item->ctrlFlags = Inkscape::CTRL_FLAG_NORMAL; diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp index d64bdbc5c..121a49a25 100644 --- a/src/extension/dbus/document-interface.cpp +++ b/src/extension/dbus/document-interface.cpp @@ -1,7 +1,7 @@ /* * This is where the implementation of the DBus based document API lives. * All the methods in here (except in the helper section) are - * designed to be called remotly via DBus. application-interface.cpp + * designed to be called remotely via DBus. application-interface.cpp * has the methods used to connect to the bus and get a document instance. * * Documentation for these methods is in document-interface.xml diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h index f6f933aaf..1232ae0c8 100644 --- a/src/extension/implementation/implementation.h +++ b/src/extension/implementation/implementation.h @@ -18,7 +18,7 @@ #include <2geom/forward.h> namespace Gtk { - class Widget; + class Widget; } class SPDocument; @@ -33,7 +33,7 @@ class View; } // namespace UI namespace XML { - class Node; + class Node; } // namespace XML namespace Extension { @@ -51,18 +51,18 @@ namespace Implementation { */ class ImplementationDocumentCache { - /** + /** * The document that this instance is working on. */ - Inkscape::UI::View::View * _view; + Inkscape::UI::View::View * _view; public: - ImplementationDocumentCache (Inkscape::UI::View::View * view) : - _view(view) - { - return; - }; - virtual ~ImplementationDocumentCache ( ) { return; }; - Inkscape::UI::View::View const * view ( ) { return _view; }; + ImplementationDocumentCache (Inkscape::UI::View::View * view) : + _view(view) + { + return; + }; + virtual ~ImplementationDocumentCache ( ) { return; }; + Inkscape::UI::View::View const * view ( ) { return _view; }; }; /** @@ -116,7 +116,7 @@ public: // ----- Effect functions ----- /** Find out information about the file. */ virtual Gtk::Widget * prefs_effect(Inkscape::Extension::Effect *module, - Inkscape::UI::View::View *view, + Inkscape::UI::View::View *view, sigc::signal<void> *changeSignal, ImplementationDocumentCache *docCache); virtual void effect(Inkscape::Extension::Effect * /*module*/, diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 4cb0c9b73..9aaf4b952 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -152,7 +152,7 @@ Script::Script() : } /** - * brief Destructor + * \brief Destructor */ Script::~Script() { @@ -232,11 +232,7 @@ bool Script::check_existence(const std::string &command) //Don't search when it is an absolute path. */ if (Glib::path_is_absolute(command)) { - if (Glib::file_test(command, Glib::FILE_TEST_EXISTS)) { - return true; - } else { - return false; - } + return Glib::file_test(command, Glib::FILE_TEST_EXISTS); } // First search in the current directory @@ -280,9 +276,9 @@ bool Script::check_existence(const std::string &command) /** \return none - \brief This function 'loads' an extention, basically it determines - the full command for the extention and stores that. - \param module The extention to be loaded. + \brief This function 'loads' an extension, basically it determines + the full command for the extension and stores that. + \param module The extension to be loaded. The most difficult part about this function is finding the actual command through all of the Reprs. Basically it is hidden down a @@ -292,7 +288,7 @@ bool Script::check_existence(const std::string &command) At that point all of the loops are exited, and there is an if statement to make sure they didn't exit because of not finding - the command. If that's the case, the extention doesn't get loaded + the command. If that's the case, the extension doesn't get loaded and should error out at a higher level. */ @@ -545,17 +541,17 @@ SPDocument *Script::open(Inkscape::Extension::Input *module, /** \return none - \brief This function uses an extention to save a document. It first + \brief This function uses an extension to save a document. It first creates an SVG file of the document, and then runs it through the script. - \param module Extention to be used + \param module Extension to be used \param doc Document to be saved \param filename The name to save the final file as \return false in case of any failure writing the file, otherwise true Well, at some point people need to save - it is really what makes the entire application useful. And, it is possible that someone - would want to use an extetion for this, so we need a function to + would want to use an extension for this, so we need a function to do that eh? First things first, the document is saved to a temporary file that @@ -563,7 +559,7 @@ SPDocument *Script::open(Inkscape::Extension::Input *module, ink_ext_ as a prefix. Don't worry, this file gets deleted at the end of the function. - After we have the SVG file, then extention_execute is called with + After we have the SVG file, then Script::execute is called with the temporary file name and the final output filename. This should put the output of the script into the final output file. We then delete the temporary file. @@ -1123,7 +1119,45 @@ int Script::execute (const std::list<std::string> &in_command, } +void Script::file_listener::init(int fd, Glib::RefPtr<Glib::MainLoop> main) { + _channel = Glib::IOChannel::create_from_fd(fd); + _channel->set_encoding(); + _conn = main->get_context()->signal_io().connect(sigc::mem_fun(*this, &file_listener::read), _channel, Glib::IO_IN | Glib::IO_HUP | Glib::IO_ERR); + _main_loop = main; + + return; +} +bool Script::file_listener::read(Glib::IOCondition condition) { + if (condition != Glib::IO_IN) { + _main_loop->quit(); + return false; + } + + Glib::IOStatus status; + Glib::ustring out; + status = _channel->read_line(out); + _string += out; + + if (status != Glib::IO_STATUS_NORMAL) { + _main_loop->quit(); + _dead = true; + return false; + } + + return true; +} + +bool Script::file_listener::toFile(const Glib::ustring &name) { + try { + Glib::RefPtr<Glib::IOChannel> stdout_file = Glib::IOChannel::create_from_file(name, "w"); + stdout_file->set_encoding(); + stdout_file->write(_string); + } catch (Glib::FileError &e) { + return false; + } + return true; +} } // namespace Implementation } // namespace Extension diff --git a/src/extension/implementation/script.h b/src/extension/implementation/script.h index 4cf33c989..684719895 100644 --- a/src/extension/implementation/script.h +++ b/src/extension/implementation/script.h @@ -85,49 +85,10 @@ private: }; bool isDead () { return _dead; } - - // TODO move these definitions into script.cpp - void init (int fd, Glib::RefPtr<Glib::MainLoop> main) { - _channel = Glib::IOChannel::create_from_fd(fd); - _channel->set_encoding(); - _conn = main->get_context()->signal_io().connect(sigc::mem_fun(*this, &file_listener::read), _channel, Glib::IO_IN | Glib::IO_HUP | Glib::IO_ERR); - _main_loop = main; - - return; - }; - - bool read (Glib::IOCondition condition) { - if (condition != Glib::IO_IN) { - _main_loop->quit(); - return false; - } - - Glib::IOStatus status; - Glib::ustring out; - status = _channel->read_line(out); - _string += out; - - if (status != Glib::IO_STATUS_NORMAL) { - _main_loop->quit(); - _dead = true; - return false; - } - - return true; - }; - + void init(int fd, Glib::RefPtr<Glib::MainLoop> main); + bool read(Glib::IOCondition condition); Glib::ustring string (void) { return _string; }; - - bool toFile (const Glib::ustring &name) { - try { - Glib::RefPtr<Glib::IOChannel> stdout_file = Glib::IOChannel::create_from_file(name, "w"); - stdout_file->set_encoding(); - stdout_file->write(_string); - } catch (Glib::FileError &e) { - return false; - } - return true; - }; + bool toFile(const Glib::ustring &name); }; int execute (const std::list<std::string> &in_command, diff --git a/src/extension/init.cpp b/src/extension/init.cpp index c16a5a899..af7af2cb1 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -1,6 +1,6 @@ /* * This is what gets executed to initialize all of the modules. For - * the internal modules this invovles executing their initialization + * the internal modules this involves executing their initialization * functions, for external ones it involves reading their .spmodule * files and bringing them into Sodipodi. * diff --git a/src/extension/internal/cdr-input.cpp b/src/extension/internal/cdr-input.cpp index f4789a08f..a26af2078 100644 --- a/src/extension/internal/cdr-input.cpp +++ b/src/extension/internal/cdr-input.cpp @@ -41,28 +41,18 @@ #endif #include <gtkmm/alignment.h> -#include <gtkmm/comboboxtext.h> -#include <gtkmm/drawingarea.h> -#include <gtkmm/frame.h> -#include <gtkmm/scale.h> +#include <gtkmm/spinbutton.h> #include "extension/system.h" #include "extension/input.h" -#include "document.h" +#include "document.h" #include "document-private.h" -#include "document-undo.h" #include "inkscape.h" #include "ui/dialog-events.h" -#include <gtk/gtk.h> -#include "ui/widget/spinbutton.h" -#include "ui/widget/frame.h" #include <glibmm/i18n.h> -#include <gdkmm/general.h> - -#include "svg-view.h" #include "svg-view-widget.h" #include "util/units.h" @@ -82,108 +72,99 @@ public: void getImportSettings(Inkscape::XML::Node *prefs); private: - void _setPreviewPage(unsigned page); + void _setPreviewPage(); // Signal handlers -#if !WITH_GTKMM_3_0 - bool _onExposePreview(GdkEventExpose *event); -#endif - void _onPageNumberChanged(); + void _onSpinButtonPress(GdkEventButton* button_event); + void _onSpinButtonRelease(GdkEventButton* button_event); + class Gtk::VBox * vbox1; + class Gtk::Widget * _previewArea; class Gtk::Button * cancelbutton; class Gtk::Button * okbutton; class Gtk::Label * _labelSelect; - class Inkscape::UI::Widget::SpinButton * _pageNumberSpin; class Gtk::Label * _labelTotalPages; - class Gtk::VBox * vbox1; - class Gtk::VBox * vbox2; - class Gtk::Widget * _previewArea; + class Gtk::SpinButton * _pageNumberSpin; - const std::vector<RVNGString> &_vec; // Document to be imported - unsigned _current_page; // Current selected page - int _preview_width, _preview_height; // Size of the preview area + const std::vector<RVNGString> &_vec; // Document to be imported + unsigned _current_page; // Current selected page + bool _spinning; // whether SpinButton is pressed (i.e. we're "spinning") }; CdrImportDialog::CdrImportDialog(const std::vector<RVNGString> &vec) - : _vec(vec), _current_page(1) + : _vec(vec), _current_page(1), _spinning(false) { int num_pages = _vec.size(); if ( num_pages <= 1 ) return; - cancelbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-cancel"))); - okbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-ok"))); - _labelSelect = Gtk::manage(new class Gtk::Label(_("Select page:"))); - // Page number + // Dialog settings + this->set_title(_("Page Selector")); + this->set_modal(true); + sp_transientize(GTK_WIDGET(this->gobj())); //Make transient + this->property_window_position().set_value(Gtk::WIN_POS_NONE); + this->set_resizable(true); + this->property_destroy_with_parent().set_value(false); + + // Preview area + _previewArea = Gtk::manage(new class Gtk::VBox()); + vbox1 = Gtk::manage(new class Gtk::VBox()); + vbox1->pack_start(*_previewArea, Gtk::PACK_EXPAND_WIDGET, 0); #if WITH_GTKMM_3_0 - Glib::RefPtr<Gtk::Adjustment> _pageNumberSpin_adj = Gtk::Adjustment::create(1, 1, _vec.size(), 1, 10, 0); - _pageNumberSpin = Gtk::manage(new Inkscape::UI::Widget::SpinButton(_pageNumberSpin_adj, 1, 1)); + this->get_content_area()->pack_start(*vbox1); #else - Gtk::Adjustment *_pageNumberSpin_adj = Gtk::manage( - new class Gtk::Adjustment(1, 1, _vec.size(), 1, 10, 0)); - _pageNumberSpin = Gtk::manage(new class Inkscape::UI::Widget::SpinButton(*_pageNumberSpin_adj, 1, 1)); + this->get_vbox()->pack_start(*vbox1); #endif - _labelTotalPages = Gtk::manage(new class Gtk::Label()); - gchar *label_text = g_strdup_printf(_("out of %i"), num_pages); - _labelTotalPages->set_label(label_text); - g_free(label_text); - vbox1 = Gtk::manage(new class Gtk::VBox(false, 4)); - SPDocument *doc = SPDocument::createNewDocFromMem(_vec[0].cstr(), strlen(_vec[0].cstr()), 0); - _previewArea = Glib::wrap(sp_svg_view_widget_new(doc)); - - vbox2 = Gtk::manage(new class Gtk::VBox(false, 4)); - cancelbutton->set_can_focus(); - cancelbutton->set_can_default(); - cancelbutton->set_relief(Gtk::RELIEF_NORMAL); - okbutton->set_can_focus(); - okbutton->set_can_default(); - okbutton->set_relief(Gtk::RELIEF_NORMAL); - this->get_action_area()->property_layout_style().set_value(Gtk::BUTTONBOX_END); + // CONTROLS + + // Buttons + cancelbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-cancel"))); + okbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-ok"))); + + // Labels + _labelSelect = Gtk::manage(new class Gtk::Label(_("Select page:"))); + _labelTotalPages = Gtk::manage(new class Gtk::Label()); _labelSelect->set_line_wrap(false); _labelSelect->set_use_markup(false); _labelSelect->set_selectable(false); - _pageNumberSpin->set_can_focus(); - _pageNumberSpin->set_update_policy(Gtk::UPDATE_ALWAYS); - _pageNumberSpin->set_numeric(true); - _pageNumberSpin->set_digits(0); - _pageNumberSpin->set_wrap(false); _labelTotalPages->set_line_wrap(false); _labelTotalPages->set_use_markup(false); _labelTotalPages->set_selectable(false); - vbox2->pack_start(*_previewArea, Gtk::PACK_SHRINK, 0); + gchar *label_text = g_strdup_printf(_("out of %i"), num_pages); + _labelTotalPages->set_label(label_text); + g_free(label_text); + + // Adjustment + spinner #if WITH_GTKMM_3_0 - this->get_content_area()->set_homogeneous(false); - this->get_content_area()->set_spacing(0); - this->get_content_area()->pack_start(*vbox2); + Glib::RefPtr<Gtk::Adjustment> _pageNumberSpin_adj = Gtk::Adjustment::create(1, 1, _vec.size(), 1, 10, 0); + _pageNumberSpin = Gtk::manage(new Gtk::SpinButton(_pageNumberSpin_adj, 1, 0)); #else - this->get_vbox()->set_homogeneous(false); - this->get_vbox()->set_spacing(0); - this->get_vbox()->pack_start(*vbox2); + Gtk::Adjustment *_pageNumberSpin_adj = Gtk::manage(new class Gtk::Adjustment(1, 1, _vec.size(), 1, 10, 0)); + _pageNumberSpin = Gtk::manage(new Gtk::SpinButton(*_pageNumberSpin_adj, 1, 0)); #endif - this->set_title(_("Page Selector")); - this->set_modal(true); - sp_transientize(GTK_WIDGET(this->gobj())); //Make transient - this->property_window_position().set_value(Gtk::WIN_POS_NONE); - this->set_resizable(true); - this->property_destroy_with_parent().set_value(false); + _pageNumberSpin->set_can_focus(); + _pageNumberSpin->set_update_policy(Gtk::UPDATE_ALWAYS); + _pageNumberSpin->set_numeric(true); + _pageNumberSpin->set_wrap(false); + + this->get_action_area()->property_layout_style().set_value(Gtk::BUTTONBOX_END); this->get_action_area()->add(*_labelSelect); - this->add_action_widget(*_pageNumberSpin, -7); + this->add_action_widget(*_pageNumberSpin, Gtk::RESPONSE_ACCEPT); this->get_action_area()->add(*_labelTotalPages); - this->add_action_widget(*cancelbutton, -6); - this->add_action_widget(*okbutton, -5); - cancelbutton->show(); - okbutton->show(); - _labelSelect->show(); - _pageNumberSpin->show(); - _labelTotalPages->show(); - vbox1->show(); - _previewArea->show(); - vbox2->show(); + this->add_action_widget(*cancelbutton, Gtk::RESPONSE_CANCEL); + this->add_action_widget(*okbutton, Gtk::RESPONSE_OK); + + // Show all widgets in dialog + this->show_all(); // Connect signals - _pageNumberSpin_adj->signal_value_changed().connect(sigc::mem_fun(*this, &CdrImportDialog::_onPageNumberChanged)); + _pageNumberSpin->signal_value_changed().connect(sigc::mem_fun(*this, &CdrImportDialog::_onPageNumberChanged)); + _pageNumberSpin->signal_button_press_event().connect_notify(sigc::mem_fun(*this, &CdrImportDialog::_onSpinButtonPress)); + _pageNumberSpin->signal_button_release_event().connect_notify(sigc::mem_fun(*this, &CdrImportDialog::_onSpinButtonRelease)); + + _setPreviewPage(); } CdrImportDialog::~CdrImportDialog() {} @@ -193,7 +174,7 @@ bool CdrImportDialog::showDialog() show(); gint b = run(); hide(); - if ( b == Gtk::RESPONSE_OK ) { + if (b == Gtk::RESPONSE_OK || b == Gtk::RESPONSE_ACCEPT) { return TRUE; } else { return FALSE; @@ -209,22 +190,34 @@ void CdrImportDialog::_onPageNumberChanged() { unsigned page = static_cast<unsigned>(_pageNumberSpin->get_value_as_int()); _current_page = CLAMP(page, 1U, _vec.size()); - _setPreviewPage(_current_page); + _setPreviewPage(); +} + +void CdrImportDialog::_onSpinButtonPress(GdkEventButton* /*button_event*/) +{ + _spinning = true; +} + +void CdrImportDialog::_onSpinButtonRelease(GdkEventButton* /*button_event*/) +{ + _spinning = false; + _setPreviewPage(); } /** * \brief Renders the given page's thumbnail */ -void CdrImportDialog::_setPreviewPage(unsigned page) +void CdrImportDialog::_setPreviewPage() { - SPDocument *doc = SPDocument::createNewDocFromMem(_vec[page-1].cstr(), strlen(_vec[page-1].cstr()), 0); + if (_spinning) { + return; + } + + SPDocument *doc = SPDocument::createNewDocFromMem(_vec[_current_page-1].cstr(), strlen(_vec[_current_page-1].cstr()), 0); Gtk::Widget * tmpPreviewArea = Glib::wrap(sp_svg_view_widget_new(doc)); std::swap(_previewArea, tmpPreviewArea); - if (tmpPreviewArea) { - _previewArea->set_size_request( tmpPreviewArea->get_width(), tmpPreviewArea->get_height() ); - delete tmpPreviewArea; - } - vbox2->pack_start(*_previewArea, Gtk::PACK_SHRINK, 0); + delete tmpPreviewArea; + vbox1->pack_start(*_previewArea, Gtk::PACK_EXPAND_WIDGET, 0); _previewArea->show_now(); } diff --git a/src/extension/internal/vsd-input.cpp b/src/extension/internal/vsd-input.cpp index 7fd0d363b..a3d4aad37 100644 --- a/src/extension/internal/vsd-input.cpp +++ b/src/extension/internal/vsd-input.cpp @@ -40,33 +40,24 @@ typedef libvisio::VSDStringVector RVNGStringVector; #endif - #include <gtkmm/alignment.h> -#include <gtkmm/comboboxtext.h> -#include <gtkmm/drawingarea.h> -#include <gtkmm/frame.h> -#include <gtkmm/scale.h> +#include <gtkmm/spinbutton.h> #include "extension/system.h" #include "extension/input.h" -#include "document.h" +#include "document.h" #include "document-private.h" -#include "document-undo.h" #include "inkscape.h" -#include "util/units.h" #include "ui/dialog-events.h" -#include <gtk/gtk.h> -#include "ui/widget/spinbutton.h" -#include "ui/widget/frame.h" #include <glibmm/i18n.h> -#include <gdkmm/general.h> - -#include "svg-view.h" #include "svg-view-widget.h" + +#include "util/units.h" + namespace Inkscape { namespace Extension { namespace Internal { @@ -82,108 +73,101 @@ public: void getImportSettings(Inkscape::XML::Node *prefs); private: - void _setPreviewPage(unsigned page); + void _setPreviewPage(); // Signal handlers -#if !WITH_GTKMM_3_0 - bool _onExposePreview(GdkEventExpose *event); -#endif - void _onPageNumberChanged(); + void _onSpinButtonPress(GdkEventButton* button_event); + void _onSpinButtonRelease(GdkEventButton* button_event); + class Gtk::VBox * vbox1; + class Gtk::Widget * _previewArea; class Gtk::Button * cancelbutton; class Gtk::Button * okbutton; class Gtk::Label * _labelSelect; - class Inkscape::UI::Widget::SpinButton * _pageNumberSpin; class Gtk::Label * _labelTotalPages; - class Gtk::VBox * vbox1; - class Gtk::VBox * vbox2; - class Gtk::Widget * _previewArea; + class Gtk::SpinButton * _pageNumberSpin; - const std::vector<RVNGString> &_vec; // Document to be imported - unsigned _current_page; // Current selected page - int _preview_width, _preview_height; // Size of the preview area + const std::vector<RVNGString> &_vec; // Document to be imported + unsigned _current_page; // Current selected page + bool _spinning; // whether SpinButton is pressed (i.e. we're "spinning") }; VsdImportDialog::VsdImportDialog(const std::vector<RVNGString> &vec) - : _vec(vec), _current_page(1) + : _vec(vec), _current_page(1), _spinning(false) { int num_pages = _vec.size(); if ( num_pages <= 1 ) return; - cancelbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-cancel"))); - okbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-ok"))); - _labelSelect = Gtk::manage(new class Gtk::Label(_("Select page:"))); - // Page number + + // Dialog settings + this->set_title(_("Page Selector")); + this->set_modal(true); + sp_transientize(GTK_WIDGET(this->gobj())); //Make transient + this->property_window_position().set_value(Gtk::WIN_POS_NONE); + this->set_resizable(true); + this->property_destroy_with_parent().set_value(false); + + // Preview area + _previewArea = Gtk::manage(new class Gtk::VBox()); + vbox1 = Gtk::manage(new class Gtk::VBox()); + vbox1->pack_start(*_previewArea, Gtk::PACK_EXPAND_WIDGET, 0); #if WITH_GTKMM_3_0 - Glib::RefPtr<Gtk::Adjustment> _pageNumberSpin_adj = Gtk::Adjustment::create(1, 1, _vec.size(), 1, 10, 0); - _pageNumberSpin = Gtk::manage(new Inkscape::UI::Widget::SpinButton(_pageNumberSpin_adj, 1, 1)); + this->get_content_area()->pack_start(*vbox1); #else - Gtk::Adjustment *_pageNumberSpin_adj = Gtk::manage( - new class Gtk::Adjustment(1, 1, _vec.size(), 1, 10, 0)); - _pageNumberSpin = Gtk::manage(new class Inkscape::UI::Widget::SpinButton(*_pageNumberSpin_adj, 1, 1)); + this->get_vbox()->pack_start(*vbox1); #endif - _labelTotalPages = Gtk::manage(new class Gtk::Label()); - gchar *label_text = g_strdup_printf(_("out of %i"), num_pages); - _labelTotalPages->set_label(label_text); - g_free(label_text); - vbox1 = Gtk::manage(new class Gtk::VBox(false, 4)); - SPDocument *doc = SPDocument::createNewDocFromMem(_vec[0].cstr(), strlen(_vec[0].cstr()), 0); - _previewArea = Glib::wrap(sp_svg_view_widget_new(doc)); - - vbox2 = Gtk::manage(new class Gtk::VBox(false, 4)); - cancelbutton->set_can_focus(); - cancelbutton->set_can_default(); - cancelbutton->set_relief(Gtk::RELIEF_NORMAL); - okbutton->set_can_focus(); - okbutton->set_can_default(); - okbutton->set_relief(Gtk::RELIEF_NORMAL); - this->get_action_area()->property_layout_style().set_value(Gtk::BUTTONBOX_END); + + // CONTROLS + + // Buttons + cancelbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-cancel"))); + okbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-ok"))); + + // Labels + _labelSelect = Gtk::manage(new class Gtk::Label(_("Select page:"))); + _labelTotalPages = Gtk::manage(new class Gtk::Label()); _labelSelect->set_line_wrap(false); _labelSelect->set_use_markup(false); _labelSelect->set_selectable(false); - _pageNumberSpin->set_can_focus(); - _pageNumberSpin->set_update_policy(Gtk::UPDATE_ALWAYS); - _pageNumberSpin->set_numeric(true); - _pageNumberSpin->set_digits(0); - _pageNumberSpin->set_wrap(false); _labelTotalPages->set_line_wrap(false); _labelTotalPages->set_use_markup(false); _labelTotalPages->set_selectable(false); - vbox2->pack_start(*_previewArea, Gtk::PACK_SHRINK, 0); + gchar *label_text = g_strdup_printf(_("out of %i"), num_pages); + _labelTotalPages->set_label(label_text); + g_free(label_text); + + // Adjustment + spinner #if WITH_GTKMM_3_0 - this->get_content_area()->set_homogeneous(false); - this->get_content_area()->set_spacing(0); - this->get_content_area()->pack_start(*vbox2); + Glib::RefPtr<Gtk::Adjustment> _pageNumberSpin_adj = Gtk::Adjustment::create(1, 1, _vec.size(), 1, 10, 0); + _pageNumberSpin = Gtk::manage(new Gtk::SpinButton(_pageNumberSpin_adj, 1, 0)); #else - this->get_vbox()->set_homogeneous(false); - this->get_vbox()->set_spacing(0); - this->get_vbox()->pack_start(*vbox2); + Gtk::Adjustment *_pageNumberSpin_adj = Gtk::manage(new class Gtk::Adjustment(1, 1, _vec.size(), 1, 10, 0)); + _pageNumberSpin = Gtk::manage(new Gtk::SpinButton(*_pageNumberSpin_adj, 1, 0)); #endif - this->set_title(_("Page Selector")); - this->set_modal(true); - sp_transientize(GTK_WIDGET(this->gobj())); //Make transient - this->property_window_position().set_value(Gtk::WIN_POS_NONE); - this->set_resizable(true); - this->property_destroy_with_parent().set_value(false); + _pageNumberSpin->set_can_focus(); + _pageNumberSpin->set_update_policy(Gtk::UPDATE_ALWAYS); + _pageNumberSpin->set_numeric(true); + _pageNumberSpin->set_wrap(false); + + this->get_action_area()->property_layout_style().set_value(Gtk::BUTTONBOX_END); this->get_action_area()->add(*_labelSelect); - this->add_action_widget(*_pageNumberSpin, -7); + this->add_action_widget(*_pageNumberSpin, Gtk::RESPONSE_ACCEPT); this->get_action_area()->add(*_labelTotalPages); - this->add_action_widget(*cancelbutton, -6); - this->add_action_widget(*okbutton, -5); - cancelbutton->show(); - okbutton->show(); - _labelSelect->show(); - _pageNumberSpin->show(); - _labelTotalPages->show(); - vbox1->show(); - _previewArea->show(); - vbox2->show(); + this->add_action_widget(*cancelbutton, Gtk::RESPONSE_CANCEL); + this->add_action_widget(*okbutton, Gtk::RESPONSE_OK); + + // Show all widgets in dialog + this->show_all(); // Connect signals - _pageNumberSpin_adj->signal_value_changed().connect(sigc::mem_fun(*this, &VsdImportDialog::_onPageNumberChanged)); + _pageNumberSpin->signal_value_changed().connect(sigc::mem_fun(*this, &VsdImportDialog::_onPageNumberChanged)); + _pageNumberSpin->signal_button_press_event().connect_notify(sigc::mem_fun(*this, &VsdImportDialog::_onSpinButtonPress)); + _pageNumberSpin->signal_button_release_event().connect_notify(sigc::mem_fun(*this, &VsdImportDialog::_onSpinButtonRelease)); + + _setPreviewPage(); } VsdImportDialog::~VsdImportDialog() {} @@ -193,7 +177,7 @@ bool VsdImportDialog::showDialog() show(); gint b = run(); hide(); - if ( b == Gtk::RESPONSE_OK ) { + if (b == Gtk::RESPONSE_OK || b == Gtk::RESPONSE_ACCEPT) { return TRUE; } else { return FALSE; @@ -209,22 +193,34 @@ void VsdImportDialog::_onPageNumberChanged() { unsigned page = static_cast<unsigned>(_pageNumberSpin->get_value_as_int()); _current_page = CLAMP(page, 1U, _vec.size()); - _setPreviewPage(_current_page); + _setPreviewPage(); +} + +void VsdImportDialog::_onSpinButtonPress(GdkEventButton* /*button_event*/) +{ + _spinning = true; +} + +void VsdImportDialog::_onSpinButtonRelease(GdkEventButton* /*button_event*/) +{ + _spinning = false; + _setPreviewPage(); } /** * \brief Renders the given page's thumbnail */ -void VsdImportDialog::_setPreviewPage(unsigned page) +void VsdImportDialog::_setPreviewPage() { - SPDocument *doc = SPDocument::createNewDocFromMem(_vec[page-1].cstr(), strlen(_vec[page-1].cstr()), 0); + if (_spinning) { + return; + } + + SPDocument *doc = SPDocument::createNewDocFromMem(_vec[_current_page-1].cstr(), strlen(_vec[_current_page-1].cstr()), 0); Gtk::Widget * tmpPreviewArea = Glib::wrap(sp_svg_view_widget_new(doc)); std::swap(_previewArea, tmpPreviewArea); - if (tmpPreviewArea) { - _previewArea->set_size_request( tmpPreviewArea->get_width(), tmpPreviewArea->get_height() ); - delete tmpPreviewArea; - } - vbox2->pack_start(*_previewArea, Gtk::PACK_SHRINK, 0); + delete tmpPreviewArea; + vbox1->pack_start(*_previewArea, Gtk::PACK_EXPAND_WIDGET, 0); _previewArea->show_now(); } @@ -282,12 +278,11 @@ SPDocument *VsdInput::open(Inkscape::Extension::Input * /*mod*/, const gchar * u } SPDocument * doc = SPDocument::createNewDocFromMem(tmpSVGOutput[page_num-1].cstr(), strlen(tmpSVGOutput[page_num-1].cstr()), TRUE); - + // Set viewBox if it doesn't exist - if (!doc->getRoot()->viewBox_set) { + if (doc && !doc->getRoot()->viewBox_set) { doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit()))); } - return doc; } diff --git a/src/extension/output.cpp b/src/extension/output.cpp index 8de5583c7..83f0fed2f 100644 --- a/src/extension/output.cpp +++ b/src/extension/output.cpp @@ -192,8 +192,7 @@ Output::prefs (void) delete dialog; - if (response == Gtk::RESPONSE_OK) return true; - return false; + return (response == Gtk::RESPONSE_OK); } /** diff --git a/src/libnrtype/Layout-TNG.cpp b/src/libnrtype/Layout-TNG.cpp index ec488b584..8b0889188 100644 --- a/src/libnrtype/Layout-TNG.cpp +++ b/src/libnrtype/Layout-TNG.cpp @@ -14,7 +14,7 @@ namespace Inkscape { namespace Text { const gunichar Layout::UNICODE_SOFT_HYPHEN = 0x00AD; -const double Layout::LINE_HEIGHT_NORMAL = 125; +const double Layout::LINE_HEIGHT_NORMAL = 1.25; Layout::Layout() : _input_truncated(0), diff --git a/src/livarot/PathOutline.cpp b/src/livarot/PathOutline.cpp index e146bb908..1c42301da 100644 --- a/src/livarot/PathOutline.cpp +++ b/src/livarot/PathOutline.cpp @@ -471,8 +471,13 @@ void Path::SubContractOutline(int off, int num_pd, // test de nullité du segment if (IsNulCurve (descr_cmd, curD, curX)) { - stTgt = dest->descr_cmd.size() ? Geom::Point(1, 0) : Geom::Point(-1, 0); // reverse direction - enTgt = stTgt; + if (descr_cmd.size() == 2) { // single point, see LP Bug 1006666 + stTgt = dest->descr_cmd.size() ? Geom::Point(1, 0) : Geom::Point(-1, 0); // reverse direction + enTgt = stTgt; + } else { + curP++; + continue; + } } stNor=stTgt.cw(); enNor=enTgt.cw(); diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 38d59a43a..c6ecba30a 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -110,7 +110,6 @@ const Util::EnumData<EffectType> LPETypeData[] = { {PATH_LENGTH, N_("Path length"), "path_length"}, {PERP_BISECTOR, N_("Perpendicular bisector"), "perp_bisector"}, {PERSPECTIVE_PATH, N_("Perspective path"), "perspective_path"}, - {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"}, {RECURSIVE_SKELETON, N_("Recursive skeleton"), "recursive_skeleton"}, {TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"}, {TEXT_LABEL, N_("Text label"), "text_label"}, @@ -145,6 +144,7 @@ const Util::EnumData<EffectType> LPETypeData[] = { {BSPLINE, N_("BSpline"), "bspline"}, {JOIN_TYPE, N_("Join type"), "join_type"}, {TAPER_STROKE, N_("Taper stroke"), "taper_stroke"}, + {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"}, /* Ponyscape -> Inkscape 0.92*/ {ATTACH_PATH, N_("Attach path"), "attach_path"}, {FILL_BETWEEN_STROKES, N_("Fill between strokes"), "fill_between_strokes"}, @@ -467,6 +467,10 @@ void Effect::doBeforeEffect_impl(SPLPEItem const* lpeitem) pathvector_before_effect = sp_curve->get_pathvector(); } doBeforeEffect(lpeitem); + if (apply_to_clippath_and_mask && SP_IS_GROUP(sp_lpe_item)) { + sp_lpe_item->apply_to_clippath(sp_lpe_item); + sp_lpe_item->apply_to_mask(sp_lpe_item); + } } /** diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp index 8dfaf7525..efea76039 100644 --- a/src/live_effects/lpe-copy_rotate.cpp +++ b/src/live_effects/lpe-copy_rotate.cpp @@ -5,7 +5,7 @@ * Authors: * Maximilian Albert <maximilian.albert@gmail.com> * Johan Engelen <j.b.c.engelen@alumnus.utwente.nl> - * + * Jabiertxo Arraiza Cenoz <jabier.arraiza@marker.es> * Copyright (C) Authors 2007-2012 * * Released under GNU GPL, read the file 'COPYING' for more information @@ -13,7 +13,8 @@ #include <glibmm/i18n.h> #include <gdk/gdk.h> - +#include <2geom/path-intersection.h> +#include <2geom/sbasis-to-bezier.h> #include "live_effects/lpe-copy_rotate.h" #include <2geom/path.h> #include <2geom/transforms.h> @@ -41,22 +42,31 @@ public: virtual Geom::Point knot_get() const; }; -class KnotHolderEntityOrigin : public LPEKnotHolderEntity { -public: - KnotHolderEntityOrigin(LPECopyRotate *effect) : LPEKnotHolderEntity(effect) {}; - virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, guint state); - virtual Geom::Point knot_get() const; -}; - } // namespace CR +bool +pointInTriangle(Geom::Point const &p, Geom::Point const &p1, Geom::Point const &p2, Geom::Point const &p3) +{ + //http://totologic.blogspot.com.es/2014/01/accurate-point-in-triangle-test.html + using Geom::X; + using Geom::Y; + double denominator = (p1[X]*(p2[Y] - p3[Y]) + p1[Y]*(p3[X] - p2[X]) + p2[X]*p3[Y] - p2[Y]*p3[X]); + double t1 = (p[X]*(p3[Y] - p1[Y]) + p[Y]*(p1[X] - p3[X]) - p1[X]*p3[Y] + p1[Y]*p3[X]) / denominator; + double t2 = (p[X]*(p2[Y] - p1[Y]) + p[Y]*(p1[X] - p2[X]) - p1[X]*p2[Y] + p1[Y]*p2[X]) / -denominator; + double s = t1 + t2; + + return 0 <= t1 && t1 <= 1 && 0 <= t2 && t2 <= 1 && s <= 1; +} + + LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) : Effect(lpeobject), origin(_("Origin"), _("Origin of the rotation"), "origin", &wr, this, "Adjust the origin of the rotation"), starting_angle(_("Starting:"), _("Angle of the first copy"), "starting_angle", &wr, this, 0.0), - rotation_angle(_("Rotation angle:"), _("Angle between two successive copies"), "rotation_angle", &wr, this, 30.0), - num_copies(_("Number of copies:"), _("Number of copies of the original path"), "num_copies", &wr, this, 5), - copiesTo360(_("360º Copies"), _("No rotation angle, fixed to 360º"), "copiesTo360", &wr, this, true), + rotation_angle(_("Rotation angle:"), _("Angle between two successive copies"), "rotation_angle", &wr, this, 60.0), + num_copies(_("Number of copies:"), _("Number of copies of the original path"), "num_copies", &wr, this, 6), + copies_to_360(_("360º Copies"), _("No rotation angle, fixed to 360º"), "copies_to_360", &wr, this, true), + fuse_paths(_("Fuse paths"), _("Fuse paths by helper line, use fill-rule: evenodd for best result"), "fuse_paths", &wr, this, false), dist_angle_handle(100.0) { show_orig_path = true; @@ -64,12 +74,13 @@ LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) : apply_to_clippath_and_mask = true; // register all your parameters here, so Inkscape knows which parameters this effect has: - registerParameter(&copiesTo360); + registerParameter(&copies_to_360); + registerParameter(&fuse_paths); registerParameter(&starting_angle); registerParameter(&rotation_angle); registerParameter(&num_copies); registerParameter(&origin); - + num_copies.param_make_integer(true); num_copies.param_set_range(0, 1000); } @@ -93,15 +104,46 @@ LPECopyRotate::doOnApply(SPLPEItem const* lpeitem) dir = unit_vector(B - A); } +void +LPECopyRotate::transform_multiply(Geom::Affine const& postmul, bool set) +{ + if(fuse_paths) { + Geom::Coord angle = Geom::deg_from_rad(atan(-postmul[1]/postmul[0])); + angle += starting_angle; + starting_angle.param_set_value(angle); + } + // cycle through all parameters. Most parameters will not need transformation, but path and point params do. + + for (std::vector<Parameter *>::iterator it = param_vector.begin(); it != param_vector.end(); ++it) { + Parameter * param = *it; + param->param_transform_multiply(postmul, set); + } +} void LPECopyRotate::doBeforeEffect (SPLPEItem const* lpeitem) { using namespace Geom; original_bbox(lpeitem); - if(copiesTo360 ){ + if (copies_to_360) { rotation_angle.param_set_value(360.0/(double)num_copies); - } + } + if (fuse_paths && rotation_angle * num_copies > 360 && rotation_angle > 0) { + num_copies.param_set_value(floor(360/rotation_angle)); + } + if (fuse_paths && copies_to_360) { + num_copies.param_set_increments(2,2); + if ((int)num_copies%2 !=0) { + num_copies.param_set_value(num_copies+1); + rotation_angle.param_set_value(360.0/(double)num_copies); + } + } else { + num_copies.param_set_increments(1,1); + } + + if (dist_angle_handle < 1.0) { + dist_angle_handle = 1.0; + } A = Point(boundingbox_X.min(), boundingbox_Y.middle()); B = Point(boundingbox_X.middle(), boundingbox_Y.middle()); dir = unit_vector(B - A); @@ -109,27 +151,251 @@ LPECopyRotate::doBeforeEffect (SPLPEItem const* lpeitem) // likely due to SVG's choice of coordinate system orientation (max) start_pos = origin + dir * Rotate(-rad_from_deg(starting_angle)) * dist_angle_handle; rot_pos = origin + dir * Rotate(-rad_from_deg(rotation_angle+starting_angle)) * dist_angle_handle; - if(copiesTo360 ){ + if ( fuse_paths || copies_to_360 ) { rot_pos = origin; } + SPLPEItem * item = const_cast<SPLPEItem*>(lpeitem); + item->apply_to_clippath(item); + item->apply_to_mask(item); } +void +LPECopyRotate::split(Geom::PathVector &path_on, Geom::Path const ÷r) +{ + Geom::PathVector tmp_path; + double time_start = 0.0; + Geom::Path original = path_on[0]; + int position = 0; + Geom::Crossings cs = crossings(original,divider); + std::vector<double> crossed; + for(unsigned int i = 0; i < cs.size(); i++) { + crossed.push_back(cs[i].ta); + } + std::sort(crossed.begin(), crossed.end()); + for (unsigned int i = 0; i < crossed.size(); i++) { + double time_end = crossed[i]; + if (time_start == time_end || time_end - time_start < Geom::EPSILON) { + continue; + } + Geom::Path portion_original = original.portion(time_start,time_end); + if (!portion_original.empty()) { + Geom::Point side_checker = portion_original.pointAt(0.0001); + position = Geom::sgn(Geom::cross(divider[1].finalPoint() - divider[0].finalPoint(), side_checker - divider[0].finalPoint())); + if (rotation_angle != 180) { + position = pointInTriangle(side_checker, divider.initialPoint(), divider[0].finalPoint(), divider[1].finalPoint()); + } + if (position == 1) { + tmp_path.push_back(portion_original); + } + portion_original.clear(); + time_start = time_end; + } + } + position = Geom::sgn(Geom::cross(divider[1].finalPoint() - divider[0].finalPoint(), original.finalPoint() - divider[0].finalPoint())); + if (rotation_angle != 180) { + position = pointInTriangle(original.finalPoint(), divider.initialPoint(), divider[0].finalPoint(), divider[1].finalPoint()); + } + if (cs.size() > 0 && position == 1) { + Geom::Path portion_original = original.portion(time_start, original.size()); + if(!portion_original.empty()){ + if (!original.closed()) { + tmp_path.push_back(portion_original); + } else { + if (tmp_path.size() > 0 && tmp_path[0].size() > 0 ) { + portion_original.setFinal(tmp_path[0].initialPoint()); + portion_original.append(tmp_path[0]); + tmp_path[0] = portion_original; + } else { + tmp_path.push_back(portion_original); + } + } + portion_original.clear(); + } + } + if (cs.size()==0 && position == 1) { + tmp_path.push_back(original); + } + path_on = tmp_path; +} + +void +LPECopyRotate::setFusion(Geom::PathVector &path_on, Geom::Path divider, double size_divider) +{ + split(path_on,divider); + Geom::PathVector tmp_path; + Geom::Affine pre = Geom::Translate(-origin); + for (Geom::PathVector::const_iterator path_it = path_on.begin(); path_it != path_on.end(); ++path_it) { + Geom::Path original = *path_it; + if (path_it->empty()) { + continue; + } + Geom::PathVector tmp_path_helper; + Geom::Path append_path = original; + + for (int i = 0; i < num_copies; ++i) { + Geom::Rotate rot(-Geom::rad_from_deg(rotation_angle * (i))); + Geom::Affine m = pre * rot * Geom::Translate(origin); + if (i%2 != 0) { + Geom::Point A = (Geom::Point)origin; + Geom::Point B = origin + dir * Geom::Rotate(-Geom::rad_from_deg((rotation_angle*i)+starting_angle)) * size_divider; + Geom::Translate m1(A[0], A[1]); + double hyp = Geom::distance(A, B); + double c = (B[0] - A[0]) / hyp; // cos(alpha) + double s = (B[1] - A[1]) / hyp; // sin(alpha) + + Geom::Affine m2(c, -s, s, c, 0.0, 0.0); + Geom::Scale sca(1.0, -1.0); + + Geom::Affine tmp_m = m1.inverse() * m2; + m = tmp_m; + m = m * sca; + m = m * m2.inverse(); + m = m * m1; + } else { + append_path = original; + } + append_path *= m; + if (tmp_path_helper.size() > 0) { + if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(), append_path.finalPoint())) { + Geom::Path tmp_append = append_path.reversed(); + tmp_append.setInitial(tmp_path_helper[tmp_path_helper.size()-1].finalPoint()); + tmp_path_helper[tmp_path_helper.size()-1].append(tmp_append); + } else if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].initialPoint(), append_path.initialPoint())) { + Geom::Path tmp_append = append_path; + tmp_path_helper[tmp_path_helper.size()-1] = tmp_path_helper[tmp_path_helper.size()-1].reversed(); + tmp_append.setInitial(tmp_path_helper[tmp_path_helper.size()-1].finalPoint()); + tmp_path_helper[tmp_path_helper.size()-1].append(tmp_append); + } else if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(), append_path.initialPoint())) { + Geom::Path tmp_append = append_path; + tmp_append.setInitial(tmp_path_helper[tmp_path_helper.size()-1].finalPoint()); + tmp_path_helper[tmp_path_helper.size()-1].append(tmp_append); + } else if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].initialPoint(), append_path.finalPoint())) { + Geom::Path tmp_append = append_path.reversed(); + tmp_path_helper[tmp_path_helper.size()-1] = tmp_path_helper[tmp_path_helper.size()-1].reversed(); + tmp_append.setInitial(tmp_path_helper[tmp_path_helper.size()-1].finalPoint()); + tmp_path_helper[tmp_path_helper.size()-1].append(tmp_append); + } else if (Geom::are_near(tmp_path_helper[0].finalPoint(), append_path.finalPoint())) { + Geom::Path tmp_append = append_path.reversed(); + tmp_append.setInitial(tmp_path_helper[0].finalPoint()); + tmp_path_helper[0].append(tmp_append); + } else if (Geom::are_near(tmp_path_helper[0].initialPoint(), append_path.initialPoint())) { + Geom::Path tmp_append = append_path; + tmp_path_helper[0] = tmp_path_helper[0].reversed(); + tmp_append.setInitial(tmp_path_helper[0].finalPoint()); + tmp_path_helper[0].append(tmp_append); + } else { + tmp_path_helper.push_back(append_path); + } + if ( Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(),tmp_path_helper[tmp_path_helper.size()-1].initialPoint())) { + tmp_path_helper[tmp_path_helper.size()-1].close(); + } + } else { + tmp_path_helper.push_back(append_path); + } + } + if (tmp_path_helper.size() > 0) { + tmp_path_helper[tmp_path_helper.size()-1] = tmp_path_helper[tmp_path_helper.size()-1]; + tmp_path_helper[0] = tmp_path_helper[0]; + if (rotation_angle * num_copies != 360) { + Geom::Ray base_a(divider.pointAt(1),divider.pointAt(0)); + double diagonal = Geom::distance(Geom::Point(boundingbox_X.min(),boundingbox_Y.min()),Geom::Point(boundingbox_X.max(),boundingbox_Y.max())); + Geom::Rect bbox(Geom::Point(boundingbox_X.min(),boundingbox_Y.min()),Geom::Point(boundingbox_X.max(),boundingbox_Y.max())); + double size_divider = Geom::distance(origin,bbox) + (diagonal * 2); + Geom::Point base_point = origin + dir * Geom::Rotate(-Geom::rad_from_deg((rotation_angle * num_copies) + starting_angle)) * size_divider; + Geom::Ray base_b(divider.pointAt(1), base_point); + if (Geom::are_near(tmp_path_helper[0].initialPoint(),base_a) && + Geom::are_near(tmp_path_helper[0].finalPoint(),base_a)) + { + tmp_path_helper[0].close(); + if (tmp_path_helper.size() > 1) { + tmp_path_helper[tmp_path_helper.size()-1].close(); + } + } else if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].initialPoint(),base_b) && + Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(),base_b)) + { + tmp_path_helper[0].close(); + if (tmp_path_helper.size() > 1) { + tmp_path_helper[tmp_path_helper.size()-1].close(); + } + } else if ((Geom::are_near(tmp_path_helper[0].initialPoint(),base_a) && + Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(),base_b)) || + (Geom::are_near(tmp_path_helper[0].initialPoint(),base_b) && + Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(),base_a))) + { + Geom::Path close_path = Geom::Path(tmp_path_helper[tmp_path_helper.size()-1].finalPoint()); + close_path.appendNew<Geom::LineSegment>((Geom::Point)origin); + close_path.appendNew<Geom::LineSegment>(tmp_path_helper[0].initialPoint()); + tmp_path_helper[0].append(close_path); + } + } + + if (Geom::are_near(tmp_path_helper[0].finalPoint(),tmp_path_helper[0].initialPoint())) { + tmp_path_helper[0].close(); + } + } + tmp_path.insert(tmp_path.end(), tmp_path_helper.begin(), tmp_path_helper.end()); + tmp_path_helper.clear(); + } + path_on = tmp_path; + tmp_path.clear(); +} Geom::Piecewise<Geom::D2<Geom::SBasis> > LPECopyRotate::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in) { using namespace Geom; - if(num_copies == 1){ + if (num_copies == 1 && !fuse_paths) { return pwd2_in; } + double diagonal = Geom::distance(Geom::Point(boundingbox_X.min(),boundingbox_Y.min()),Geom::Point(boundingbox_X.max(),boundingbox_Y.max())); + Geom::Rect bbox(Geom::Point(boundingbox_X.min(),boundingbox_Y.min()),Geom::Point(boundingbox_X.max(),boundingbox_Y.max())); + double size_divider = Geom::distance(origin,bbox) + (diagonal * 2); + Geom::Point line_start = origin + dir * Rotate(-rad_from_deg(starting_angle)) * size_divider; + Geom::Point line_end = origin + dir * Rotate(-rad_from_deg(rotation_angle + starting_angle)) * size_divider; + //Note:: beter way to do this + //Whith AppendNew have problems whith the crossing order + Geom::Path divider = Geom::Path(line_start); + divider.appendNew<Geom::LineSegment>((Geom::Point)origin); + divider.appendNew<Geom::LineSegment>(line_end); Piecewise<D2<SBasis> > output; Affine pre = Translate(-origin) * Rotate(-rad_from_deg(starting_angle)); - for (int i = 0; i < num_copies; ++i) { - Rotate rot(-rad_from_deg(rotation_angle * i)); - Affine t = pre * rot * Translate(origin); - output.concat(pwd2_in * t); + if (fuse_paths) { + Geom::PathVector path_out; + Geom::PathVector tmp_path; + PathVector const original_pathv = path_from_piecewise(remove_short_cuts(pwd2_in, 0.1), 0.001); + for (Geom::PathVector::const_iterator path_it = original_pathv.begin(); path_it != original_pathv.end(); ++path_it) { + if (path_it->empty()) { + continue; + } + bool end_open = false; + if (path_it->closed()) { + const Geom::Curve &closingline = path_it->back_closed(); + if (!are_near(closingline.initialPoint(), closingline.finalPoint())) { + end_open = true; + } + } + Geom::Path original = (Geom::Path)(*path_it); + if (end_open && path_it->closed()) { + original.close(false); + original.appendNew<Geom::LineSegment>( original.initialPoint() ); + original.close(true); + } + tmp_path.push_back(original); + setFusion(tmp_path, divider, size_divider); + path_out.insert(path_out.end(), tmp_path.begin(), tmp_path.end()); + tmp_path.clear(); + } + if (path_out.size()>0) { + output = paths_to_pw(path_out); + } + } else { + for (int i = 0; i < num_copies; ++i) { + Rotate rot(-rad_from_deg(rotation_angle * i)); + Affine t = pre * rot * Translate(origin); + output.concat(pwd2_in * t); + } } return output; } @@ -148,8 +414,16 @@ LPECopyRotate::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geo hp_vec.push_back(pathv); } +void +LPECopyRotate::resetDefaults(SPItem const* item) +{ + Effect::resetDefaults(item); + original_bbox(SP_LPE_ITEM(item)); +} -void LPECopyRotate::addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *desktop, SPItem *item) { +void +LPECopyRotate::addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *desktop, SPItem *item) +{ { KnotHolderEntity *e = new CR::KnotHolderEntityStartingAngle(this); e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, @@ -162,13 +436,6 @@ void LPECopyRotate::addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *des _("Adjust the rotation angle")); knotholder->add(e); } -} - -void -LPECopyRotate::resetDefaults(SPItem const* item) -{ - Effect::resetDefaults(item); - original_bbox(SP_LPE_ITEM(item)); }; namespace CR { diff --git a/src/live_effects/lpe-copy_rotate.h b/src/live_effects/lpe-copy_rotate.h index 9392026a7..87af867df 100644 --- a/src/live_effects/lpe-copy_rotate.h +++ b/src/live_effects/lpe-copy_rotate.h @@ -22,24 +22,22 @@ namespace Inkscape { namespace LivePathEffect { namespace CR { - // we need a separate namespace to avoid clashes with LPEPerpBisector - class KnotHolderEntityStartingAngle; - class KnotHolderEntityRotationAngle; +// we need a separate namespace to avoid clashes with LPEPerpBisector +class KnotHolderEntityStartingAngle; +class KnotHolderEntityRotationAngle; } class LPECopyRotate : public Effect, GroupBBoxEffect { public: LPECopyRotate(LivePathEffectObject *lpeobject); virtual ~LPECopyRotate(); - virtual void doOnApply (SPLPEItem const* lpeitem); - virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in); - virtual void doBeforeEffect (SPLPEItem const* lpeitem); - + virtual void setFusion(Geom::PathVector &path_in, Geom::Path divider, double sizeDivider); + virtual void split(Geom::PathVector &path_in, Geom::Path const ÷r); virtual void resetDefaults(SPItem const* item); - + virtual void transform_multiply(Geom::Affine const& postmul, bool set); /* the knotholder entity classes must be declared friends */ friend class CR::KnotHolderEntityStartingAngle; friend class CR::KnotHolderEntityRotationAngle; @@ -53,16 +51,14 @@ private: ScalarParam starting_angle; ScalarParam rotation_angle; ScalarParam num_copies; - BoolParam copiesTo360; - + BoolParam copies_to_360; + BoolParam fuse_paths; Geom::Point A; Geom::Point B; Geom::Point dir; - Geom::Point start_pos; Geom::Point rot_pos; double dist_angle_handle; - LPECopyRotate(const LPECopyRotate&); LPECopyRotate& operator=(const LPECopyRotate&); }; diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index e0369e662..7ea1d465c 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -294,7 +294,12 @@ void PathParam::set_new_value (Geom::PathVector const &newpath, bool write_to_svg) { remove_link(); - _pathvector = newpath; + if (newpath.empty()) { + param_set_and_write_default(); + return; + } else { + _pathvector = newpath; + } must_recalculate_pwd2 = true; if (write_to_svg) { diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 15d3f0f99..1a345b565 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -1,4 +1,4 @@ -/* + /* * Here are handlers for modifying selections, specific to paths * * Authors: @@ -217,7 +217,6 @@ sp_selected_path_break_apart(SPDesktop *desktop, bool skip_undo) if (curve == NULL) { continue; } - did = true; Inkscape::XML::Node *parent = item->getRepr()->parent(); @@ -228,16 +227,10 @@ sp_selected_path_break_apart(SPDesktop *desktop, bool skip_undo) gchar *style = g_strdup(item->getRepr()->attribute("style")); // XML Tree being used directly here while it shouldn't be... gchar *path_effect = g_strdup(item->getRepr()->attribute("inkscape:path-effect")); - - Geom::PathVector apv = curve->get_pathvector() * path->transform; - - curve->unref(); - + Geom::Affine transform = path->transform; // it's going to resurrect as one of the pieces, so we delete without advertisement item->deleteObject(false); - curve = new SPCurve(apv); - g_assert(curve != NULL); GSList *list = curve->split(); @@ -258,7 +251,8 @@ sp_selected_path_break_apart(SPDesktop *desktop, bool skip_undo) else repr->setAttribute("d", str); g_free(str); - + repr->setAttribute("transform", sp_svg_transform_write(transform)); + // add the new repr to the parent parent->appendChild(repr); diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp index e2afbb55b..fdc2949d5 100644 --- a/src/sp-lpe-item.cpp +++ b/src/sp-lpe-item.cpp @@ -209,7 +209,7 @@ Inkscape::XML::Node* SPLPEItem::write(Inkscape::XML::Document *xml_doc, Inkscape /** * returns true when LPE was successful. */ -bool SPLPEItem::performPathEffect(SPCurve *curve, bool clip_paths) { +bool SPLPEItem::performPathEffect(SPCurve *curve, bool is_clip_or_mask) { if (!this) { return false; } @@ -217,7 +217,6 @@ bool SPLPEItem::performPathEffect(SPCurve *curve, bool clip_paths) { if (!curve) { return false; } - bool apply_to_clippath_and_mask = false; if (this->hasPathEffect() && this->pathEffectsEnabled()) { for (PathEffectList::iterator it = this->path_effect_list->begin(); it != this->path_effect_list->end(); ++it) { @@ -237,17 +236,13 @@ bool SPLPEItem::performPathEffect(SPCurve *curve, bool clip_paths) { g_warning("SPLPEItem::performPathEffect - lpeobj with invalid lpe in the stack!"); return false; } - if (lpe->isVisible()) { - if(lpe->apply_to_clippath_and_mask){ - apply_to_clippath_and_mask = true; - } if (lpe->acceptsNumClicks() > 0 && !lpe->isReady()) { // if the effect expects mouse input before being applied and the input is not finished // yet, we don't alter the path return false; } - if (clip_paths || lpe->apply_to_clippath_and_mask) { + if (!is_clip_or_mask || (is_clip_or_mask && lpe->apply_to_clippath_and_mask)) { // Groups have their doBeforeEffect called elsewhere if (!SP_IS_GROUP(this)) { lpe->doBeforeEffect_impl(this); @@ -270,10 +265,10 @@ bool SPLPEItem::performPathEffect(SPCurve *curve, bool clip_paths) { } } } - } - if(apply_to_clippath_and_mask && clip_paths){ - this->apply_to_clippath((SPItem *)this); - this->apply_to_mask((SPItem *)this); + if(!SP_IS_GROUP(this) && !is_clip_or_mask){ + this->apply_to_clippath(this); + this->apply_to_mask(this); + } } return true; } @@ -698,10 +693,10 @@ SPLPEItem::apply_to_clip_or_mask(SPItem *clip_mask, SPItem *item) try { if(SP_IS_GROUP(this)){ c->transform(i2anc_affine(SP_GROUP(item), SP_GROUP(this))); - success = this->performPathEffect(c, false); + success = this->performPathEffect(c, true); c->transform(i2anc_affine(SP_GROUP(item), SP_GROUP(this)).inverse()); } else { - success = this->performPathEffect(c, false); + success = this->performPathEffect(c, true); } } catch (std::exception & e) { g_warning("Exception during LPE execution. \n %s", e.what()); diff --git a/src/sp-lpe-item.h b/src/sp-lpe-item.h index d5e868b2e..9e5cb3329 100644 --- a/src/sp-lpe-item.h +++ b/src/sp-lpe-item.h @@ -69,7 +69,7 @@ public: virtual void update_patheffect(bool write); - bool performPathEffect(SPCurve *curve, bool clip_paths = true); + bool performPathEffect(SPCurve *curve, bool is_clip_or_mask = false); bool pathEffectsEnabled() const; bool hasPathEffect() const; diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp index 7c3d0bd03..d84bdbdd3 100644 --- a/src/sp-offset.cpp +++ b/src/sp-offset.cpp @@ -83,7 +83,9 @@ static void sp_offset_source_modified (SPObject *iSource, guint flags, SPItem *i // fast is not mathematically correct, because computing the offset of a single // cubic bezier patch is not trivial; in particular, there are problems with holes // reappearing in offset when the radius becomes too large -static bool use_slow_but_correct_offset_method=true; +//TODO: need fix for bug: #384688 with fix released in r.14156 +//but reverted because bug #1507049 seems has more priority. +static bool use_slow_but_correct_offset_method = false; SPOffset::SPOffset() : SPShape() { this->rad = 1.0; diff --git a/src/sp-text.cpp b/src/sp-text.cpp index 4a5b1b1d6..6ae1c4fba 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -302,6 +302,15 @@ Inkscape::XML::Node *SPText::write(Inkscape::XML::Document *xml_doc, Inkscape::X this->attributes.writeTo(repr); this->rebuildLayout(); // copied from update(), see LP Bug 1339305 + // deprecated attribute, but keep it around for backwards compatibility + if (this->style->line_height.set && !this->style->line_height.inherit && !this->style->line_height.normal && this->style->line_height.unit == SP_CSS_UNIT_PERCENT) { + Inkscape::SVGOStringStream os; + os << (this->style->line_height.value * 100.0) << "%"; + this->getRepr()->setAttribute("sodipodi:linespacing", os.str().c_str()); + } else { + this->getRepr()->setAttribute("sodipodi:linespacing", NULL); + } + // SVG 2 Auto-wrapped text if( this->width.computed > 0.0 ) { sp_repr_set_svg_double(repr, "width", this->width.computed); @@ -636,6 +645,13 @@ void SPText::_adjustFontsizeRecursive(SPItem *item, double ex, bool is_root) style->font_size.computed *= ex; style->letter_spacing.computed *= ex; style->word_spacing.computed *= ex; + if (style->line_height.unit != SP_CSS_UNIT_NONE && + style->line_height.unit != SP_CSS_UNIT_PERCENT && + style->line_height.unit != SP_CSS_UNIT_EM && + style->line_height.unit != SP_CSS_UNIT_EX) { + // No unit on 'line-height' property has special behavior. + style->line_height.computed *= ex; + } item->updateRepr(); } @@ -819,8 +835,8 @@ void TextTagAttributes::setFirstXY(Geom::Point &point) attributes.x.resize(1, zero_length); if (attributes.y.empty()) attributes.y.resize(1, zero_length); - attributes.x[0].computed = point[Geom::X]; - attributes.y[0].computed = point[Geom::Y]; + attributes.x[0] = point[Geom::X]; + attributes.y[0] = point[Geom::Y]; } void TextTagAttributes::mergeInto(Inkscape::Text::Layout::OptionalTextTagAttrs *output, Inkscape::Text::Layout::OptionalTextTagAttrs const &parent_attrs, unsigned parent_attrs_offset, bool copy_xy, bool copy_dxdyrotate) const diff --git a/src/style.cpp b/src/style.cpp index 99beaed22..c24818f2a 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -113,7 +113,7 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) : font_weight( "font-weight", enum_font_weight, SP_CSS_FONT_WEIGHT_NORMAL, SP_CSS_FONT_WEIGHT_400 ), font_stretch( "font-stretch", enum_font_stretch, SP_CSS_FONT_STRETCH_NORMAL ), font_size(), - line_height( "line-height", 125 ), // SPILengthOrNormal + line_height( "line-height", 1.25 ), // SPILengthOrNormal font_family( "font-family", "sans-serif" ), // SPIString w/default font(), // SPIFont font_specification( "-inkscape-font-specification" ), // SPIString @@ -1510,7 +1510,8 @@ gchar const * sp_style_get_css_unit_string(int unit) { // specify px by default, see inkscape bug 1221626, mozilla bug 234789 - + // This is a problematic fix as some properties (e.g. 'line-height') have + // different behaviour if there is no unit. switch (unit) { case SP_CSS_UNIT_NONE: return "px"; @@ -1899,8 +1900,9 @@ sp_css_attr_scale_property_single(SPCSSAttr *css, gchar const *property, if (w == units) {// nothing converted, non-numeric value return; } - if (only_with_units && (units == NULL || *units == '\0' || *units == '%')) { + if (only_with_units && (units == NULL || *units == '\0' || *units == '%' || *units == 'e')) { // only_with_units, but no units found, so do nothing. + // 'e' matches 'em' or 'ex' return; } Inkscape::CSSOStringStream os; @@ -1957,7 +1959,7 @@ sp_css_attr_scale(SPCSSAttr *css, double ex) sp_css_attr_scale_property_single(css, "kerning", ex); sp_css_attr_scale_property_single(css, "letter-spacing", ex); sp_css_attr_scale_property_single(css, "word-spacing", ex); - //sp_css_attr_scale_property_single(css, "line-height", ex, true); + sp_css_attr_scale_property_single(css, "line-height", ex, true); return css; } diff --git a/src/svg/svg-length-test.h b/src/svg/svg-length-test.h index 0dac4854a..e73211ade 100644 --- a/src/svg/svg-length-test.h +++ b/src/svg/svg-length-test.h @@ -102,10 +102,7 @@ public: for ( int i = (static_cast<int>(SVGLength::NONE) + 1); i <= static_cast<int>(SVGLength::LAST_UNIT); i++ ) { SVGLength::Unit target = static_cast<SVGLength::Unit>(i); // PX is a special case where we don't have a unit string - // FOOT and MITRE are not CSS/SVG Units - if ( (target != SVGLength::PX) && - (target != SVGLength::FOOT) && - (target != SVGLength::MITRE) ) { + if ( (target != SVGLength::PX) ) { gchar const* val = sp_svg_length_get_css_units(target); TSM_ASSERT_DIFFERS(i, val, ""); } diff --git a/src/svg/svg-length.cpp b/src/svg/svg-length.cpp index cd995582d..d22da69cd 100644 --- a/src/svg/svg-length.cpp +++ b/src/svg/svg-length.cpp @@ -411,14 +411,6 @@ So after the number, the string does not necessarily have a \0 or a unit, it mig *computed = Inkscape::Util::Quantity::convert(v, "in", "px"); } break; - case UVAL('f','t'): - if (unit) { - *unit = SVGLength::FOOT; - } - if (computed) { - *computed = Inkscape::Util::Quantity::convert(v, "ft", "px"); - } - break; case UVAL('e','m'): if (unit) { *unit = SVGLength::EM; @@ -495,12 +487,6 @@ void SVGLength::set(SVGLength::Unit u, float v) case INCH: hack = "pt"; break; - case FOOT: - hack = "pt"; - break; - case MITRE: - hack = "m"; - break; default: break; } @@ -572,8 +558,6 @@ gchar const *sp_svg_length_get_css_units(SVGLength::Unit unit) case SVGLength::MM: return "mm"; case SVGLength::CM: return "cm"; case SVGLength::INCH: return "in"; - case SVGLength::FOOT: return ""; // Not in SVG/CSS specification. - case SVGLength::MITRE: return ""; // Not in SVG/CSS specification. case SVGLength::EM: return "em"; case SVGLength::EX: return "ex"; case SVGLength::PERCENT: return "%"; @@ -590,10 +574,6 @@ std::string sp_svg_length_write_with_units(SVGLength const &length) Inkscape::SVGOStringStream os; if (length.unit == SVGLength::PERCENT) { os << 100*length.value << sp_svg_length_get_css_units(length.unit); - } else if (length.unit == SVGLength::FOOT) { - os << 12*length.value << sp_svg_length_get_css_units(SVGLength::INCH); - } else if (length.unit == SVGLength::MITRE) { - os << 100*length.value << sp_svg_length_get_css_units(SVGLength::CM); } else { os << length.value << sp_svg_length_get_css_units(length.unit); } diff --git a/src/svg/svg-length.h b/src/svg/svg-length.h index 2aaf248b1..bd3435ca6 100644 --- a/src/svg/svg-length.h +++ b/src/svg/svg-length.h @@ -27,8 +27,6 @@ public: MM, CM, INCH, - FOOT, - MITRE, EM, EX, PERCENT, diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index f04d8a591..f0dc33740 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -759,7 +759,7 @@ void ClipboardManagerImpl::_copySelection(Inkscape::Selection *selection) void ClipboardManagerImpl::_copyUsedDefs(SPItem *item) { SPUse *use=dynamic_cast<SPUse *>(item); - if(use){ + if (use && use->get_original()) { if(cloned_elements.insert(use->get_original()).second) _copyUsedDefs(use->get_original()); } diff --git a/src/ui/control-manager.cpp b/src/ui/control-manager.cpp index cedaea405..a2c977533 100644 --- a/src/ui/control-manager.cpp +++ b/src/ui/control-manager.cpp @@ -54,9 +54,6 @@ ControlFlags& operator ^=(ControlFlags &lhs, ControlFlags rhs) } // namespace -#define FILL_COLOR_NORMAL 0xffffff7f -#define FILL_COLOR_MOUSEOVER 0xff0000ff - // Default color for line: #define LINE_COLOR_PRIMARY 0x0000ff7f #define LINE_COLOR_SECONDARY 0xff00007f @@ -83,6 +80,8 @@ public: bool setControlType(SPCanvasItem *item, ControlType type); + bool setControlResize(SPCanvasItem *item, int ctrlResize); + void setSelected(SPCanvasItem *item, bool selected); private: @@ -108,12 +107,13 @@ private: ControlManager &_manager; sigc::signal<void> _sizeChangedSignal; PrefListener _prefHook; - int _size; + int _size; // Size from the grabsize preference + int _resize; // Way size should change from grabsize std::vector<SPCanvasItem *> _itemList; std::map<Inkscape::ControlType, std::vector<int> > _sizeTable; std::map<Inkscape::ControlType, GType> _typeTable; std::map<Inkscape::ControlType, SPCtrlShapeType> _ctrlToShape; - std::set<Inkscape::ControlType> _sizeChangers; + std::set<Inkscape::ControlType> _resizeOnSelect; }; ControlManagerImpl::ControlManagerImpl(ControlManager &manager) : @@ -121,6 +121,7 @@ ControlManagerImpl::ControlManagerImpl(ControlManager &manager) : _sizeChangedSignal(), _prefHook(*this), _size(3), + _resize(3), _itemList(), _sizeTable() { @@ -153,10 +154,10 @@ ControlManagerImpl::ControlManagerImpl(ControlManager &manager) : // ------- - _sizeChangers.insert(CTRL_TYPE_NODE_AUTO); - _sizeChangers.insert(CTRL_TYPE_NODE_CUSP); - _sizeChangers.insert(CTRL_TYPE_NODE_SMOOTH); - _sizeChangers.insert(CTRL_TYPE_NODE_SYMETRICAL); + _resizeOnSelect.insert(CTRL_TYPE_NODE_AUTO); + _resizeOnSelect.insert(CTRL_TYPE_NODE_CUSP); + _resizeOnSelect.insert(CTRL_TYPE_NODE_SMOOTH); + _resizeOnSelect.insert(CTRL_TYPE_NODE_SYMETRICAL); // ------- @@ -234,7 +235,7 @@ SPCanvasItem *ControlManagerImpl::createControl(SPCanvasGroup *parent, ControlTy item = sp_canvas_item_new(parent, SP_TYPE_CTRL, "size", targetSize, "filled", 1, - "fill_color", FILL_COLOR_NORMAL, + "fill_color", 0xffffff7f, "stroked", 1, "stroke_color", 0x000000ff, NULL); @@ -284,11 +285,8 @@ sigc::connection ControlManagerImpl::connectCtrlSizeChanged(const sigc::slot<voi void ControlManagerImpl::updateItem(SPCanvasItem *item) { if (item) { - double target = _sizeTable[item->ctrlType][_size - 1]; + double target = _sizeTable[item->ctrlType][_size - 1] + item->ctrlResize; - if (_sizeChangers.count(item->ctrlType) && _manager.isSelected(item)) { - target += 2; - } g_object_set(item, "size", target, NULL); sp_canvas_item_request_update(item); @@ -303,11 +301,9 @@ bool ControlManagerImpl::setControlType(SPCanvasItem *item, ControlType type) accepted = true; } else if (item) { if (_ctrlToShape.count(type) && (_typeTable[type] == _typeTable[item->ctrlType])) { // compatible? - double targetSize = _sizeTable[type][_size - 1]; - if (_manager.isSelected(item) && _sizeChangers.count(item->ctrlType)) { - targetSize += 2.0; - } + double targetSize = _sizeTable[type][_size - 1] + item->ctrlResize; SPCtrlShapeType targetShape = _ctrlToShape[type]; + g_object_set(item, "shape", targetShape, "size", targetSize, NULL); item->ctrlType = type; accepted = true; @@ -317,17 +313,28 @@ bool ControlManagerImpl::setControlType(SPCanvasItem *item, ControlType type) return accepted; } +bool ControlManagerImpl::setControlResize(SPCanvasItem *item, int ctrlResize) +{ + if(item) { + item->ctrlResize = ctrlResize; + double targetSize = _sizeTable[item->ctrlType][_size - 1] + item->ctrlResize; + g_object_set(item, "size", targetSize, NULL); + return true; + } + return false; +} void ControlManagerImpl::setSelected(SPCanvasItem *item, bool selected) { if (_manager.isSelected(item) != selected) { item->ctrlFlags ^= CTRL_FLAG_SELECTED; // toggle, since we know it is different - // TODO refresh colors - double targetSize = _sizeTable[item->ctrlType][_size - 1]; - if (selected && _sizeChangers.count(item->ctrlType)) { - targetSize += 2.0; + if (selected && _resizeOnSelect.count(item->ctrlType)) { + item->ctrlResize = 2; } + + // TODO refresh colors + double targetSize = _sizeTable[item->ctrlType][_size - 1] + _resize; g_object_set(item, "size", targetSize, NULL); } } @@ -431,6 +438,11 @@ bool ControlManager::setControlType(SPCanvasItem *item, ControlType type) return _impl->setControlType(item, type); } +bool ControlManager::setControlResize(SPCanvasItem *item, int ctrlResize) +{ + return _impl->setControlResize(item, ctrlResize); +} + bool ControlManager::isActive(SPCanvasItem *item) const { return (item->ctrlFlags & CTRL_FLAG_ACTIVE) != 0; diff --git a/src/ui/control-manager.h b/src/ui/control-manager.h index 964ad0a29..3f090d0bd 100644 --- a/src/ui/control-manager.h +++ b/src/ui/control-manager.h @@ -63,6 +63,8 @@ public: bool setControlType(SPCanvasItem *item, ControlType type); + bool setControlResize(SPCanvasItem *item, int ctrlResize); + bool isActive(SPCanvasItem *item) const; void setActive(SPCanvasItem *item, bool active); diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 81f48e6ef..b653a630d 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -120,10 +120,22 @@ AboutBox::AboutBox() : Gtk::Dialog(_("About Inkscape")) { label->set_selectable(true); label->show(); + Gtk::Label *link = new Gtk::Label(); + const gchar *website_link = + "<a href=\"https://www.inkscape.org\"> https://www.inkscape.org</a>"; + + link->set_markup(website_link); + link->set_alignment(Gtk::ALIGN_END); + link->set_padding(5,5); + link->set_selectable(true); + link->show(); + #if WITH_GTKMM_3_0 get_content_area()->pack_start(*manage(label), false, false); + get_content_area()->pack_start(*manage(link), false, false); #else get_vbox()->pack_start(*manage(label), false, false); + get_vbox()->pack_start(*manage(link), false, false); #endif Gtk::Requisition requisition; diff --git a/src/ui/draw-anchor.cpp b/src/ui/draw-anchor.cpp index 6b9a88ed7..c3bc5676d 100644 --- a/src/ui/draw-anchor.cpp +++ b/src/ui/draw-anchor.cpp @@ -78,6 +78,7 @@ SPDrawAnchor *sp_draw_anchor_test(SPDrawAnchor *anchor, Geom::Point w, bool acti if ( activate && ( Geom::LInfty( w - anchor->dc->getDesktop().d2w(anchor->dp) ) <= (ctrl->box.width() / 2.0) ) ) { if (!anchor->active) { + ControlManager::getManager().setControlResize(anchor->ctrl, 4); g_object_set(anchor->ctrl, "fill_color", FILL_COLOR_MOUSEOVER, NULL); anchor->active = TRUE; } @@ -85,9 +86,11 @@ SPDrawAnchor *sp_draw_anchor_test(SPDrawAnchor *anchor, Geom::Point w, bool acti } if (anchor->active) { + ControlManager::getManager().setControlResize(anchor->ctrl, 0); g_object_set(anchor->ctrl, "fill_color", FILL_COLOR_NORMAL, NULL); anchor->active = FALSE; } + return NULL; } diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp index 69b229519..531aa728d 100644 --- a/src/ui/interface.cpp +++ b/src/ui/interface.cpp @@ -1786,7 +1786,7 @@ void ContextMenu::MakeItemMenu (void) /* Group */ mi = Gtk::manage(new Gtk::MenuItem(_("_Group"), 1)); mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ActivateGroup)); - if (_desktop->selection->isEmpty() || _desktop->selection->single()) { + if (_desktop->selection->isEmpty()) { mi->set_sensitive(FALSE); } else { mi->set_sensitive(TRUE); diff --git a/src/ui/selected-color.cpp b/src/ui/selected-color.cpp index 8c37ee7e0..846d50a5b 100644 --- a/src/ui/selected-color.cpp +++ b/src/ui/selected-color.cpp @@ -139,7 +139,6 @@ void SelectedColor::setHeld(bool held) { if (released) { signal_released.emit(); - signal_changed.emit(); } _updating = false; } diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index 4d28594c1..928355bc8 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -1485,7 +1485,6 @@ void PathManipulator::_getGeometry() void PathManipulator::_setGeometry() { using namespace Inkscape::LivePathEffect; - if (empty()) return; if (!_lpe_key.empty()) { // copied from nodepath.cpp @@ -1498,6 +1497,7 @@ void PathManipulator::_setGeometry() LIVEPATHEFFECT(_path)->requestModified(SP_OBJECT_MODIFIED_FLAG); } } else { + if (empty()) return; //XML Tree being used here directly while it shouldn't be. if (_path->getRepr()->attribute("inkscape:original-d")) _path->set_original_curve(_spcurve, false, false); diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp index 2ed366a7d..18af8e105 100644 --- a/src/ui/tools/pen-tool.cpp +++ b/src/ui/tools/pen-tool.cpp @@ -1220,7 +1220,18 @@ bool PenTool::_handleKeyPress(GdkEvent *event) { case GDK_KEY_KP_Enter: if (this->npoints != 0) { this->ea = NULL; // unset end anchor if set (otherwise crashes) - this->_finish(false); + if(MOD__SHIFT_ONLY(event)) { + // All this is needed to stop the last control + // point dispeating and stop making an n-1 shape. + Geom::Point const p(0, 0); + if(this->red_curve->is_empty()) { + this->red_curve->moveto(p); + } + this->_finishSegment(p, 0); + this->_finish(true); + } else { + this->_finish(false); + } ret = true; } break; @@ -1783,12 +1794,12 @@ void PenTool::_setSubsequentPoint(Geom::Point const p, bool statusbar, guint sta if (statusbar) { gchar *message = is_curve ? - _("<b>Curve segment</b>: angle %3.2f°, distance %s; with <b>Ctrl</b> to snap angle, <b>Enter</b> to finish the path" ): - _("<b>Line segment</b>: angle %3.2f°, distance %s; with <b>Ctrl</b> to snap angle, <b>Enter</b> to finish the path"); + _("<b>Curve segment</b>: angle %3.2f°, distance %s; with <b>Ctrl</b> to snap angle, <b>Enter</b> or <b>Shift+Enter</b> to finish the path" ): + _("<b>Line segment</b>: angle %3.2f°, distance %s; with <b>Ctrl</b> to snap angle, <b>Enter</b> or <b>Shift+Enter</b> to finish the path"); if(this->spiro || this->bspline){ message = is_curve ? - _("<b>Curve segment</b>: angle %3.2f°, distance %s; with <b>Shift+Click</b> make a cusp node, <b>Enter</b> to finish the path" ): - _("<b>Line segment</b>: angle %3.2f°, distance %s; with <b>Shift+Click</b> make a cusp node, <b>Enter</b> to finish the path"); + _("<b>Curve segment</b>: angle %3.2f°, distance %s; with <b>Shift+Click</b> make a cusp node, <b>Enter</b> or <b>Shift+Enter</b> to finish the path" ): + _("<b>Line segment</b>: angle %3.2f°, distance %s; with <b>Shift+Click</b> make a cusp node, <b>Enter</b> or <b>Shift+Enter</b> to finish the path"); } this->_setAngleDistanceStatusMessage(p, 0, message); } diff --git a/src/ui/widget/color-wheel-selector.cpp b/src/ui/widget/color-wheel-selector.cpp index ed3400bb5..22c616325 100644 --- a/src/ui/widget/color-wheel-selector.cpp +++ b/src/ui/widget/color-wheel-selector.cpp @@ -245,22 +245,24 @@ void ColorWheelSelector::_wheelChanged(GimpColorWheel *wheel, ColorWheelSelector guint32 mid = color.toRGBA32(0x7f); guint32 end = color.toRGBA32(0xff); + wheelSelector->_updating = true; wheelSelector->_slider->setColors(start, mid, end); - wheelSelector->_color.preserveICC(); wheelSelector->_color.setHeld(gimp_color_wheel_is_adjusting(wheel)); wheelSelector->_color.setColor(color); + wheelSelector->_updating = false; } void ColorWheelSelector::_updateDisplay() { + if(_updating) { return; } + #ifdef DUMP_CHANGE_INFO g_message("ColorWheelSelector::_colorChanged( this=%p, %f, %f, %f, %f)", this, _color.color().v.c[0], _color.color().v.c[1], _color.color().v.c[2], alpha); #endif - bool oldval = _updating; _updating = true; { float hsv[3] = { 0, 0, 0 }; @@ -276,7 +278,7 @@ void ColorWheelSelector::_updateDisplay() ColorScales::setScaled(_alpha_adjustment->gobj(), _color.alpha()); - _updating = oldval; + _updating = false; } diff --git a/src/ui/widget/gimpcolorwheel.c b/src/ui/widget/gimpcolorwheel.c index f632331d8..c857cfa8a 100644 --- a/src/ui/widget/gimpcolorwheel.c +++ b/src/ui/widget/gimpcolorwheel.c @@ -1412,6 +1412,10 @@ gimp_color_wheel_set_color (GimpColorWheel *wheel, priv = wheel->priv; + if(h == 0.0 && s == 0.0) { + h = priv->h; + } + priv->h = h; priv->s = s; priv->v = v; diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index e906762e3..d56506d62 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -468,12 +468,8 @@ ZoomCorrRuler::on_draw(const Cairo::RefPtr<Cairo::Context>& cr) { Glib::ustring abbr = prefs->getString("/options/zoomcorrection/unit"); if (abbr == "cm") { draw_marks(cr, 0.1, 10); - } else if (abbr == "ft") { - draw_marks(cr, 1/12.0, 12); } else if (abbr == "in") { draw_marks(cr, 0.25, 4); - } else if (abbr == "m") { - draw_marks(cr, 1/10.0, 10); } else if (abbr == "mm") { draw_marks(cr, 10, 10); } else if (abbr == "pc") { diff --git a/src/ui/widget/unit-tracker.h b/src/ui/widget/unit-tracker.h index 0fe5bda80..8fa9ff304 100644 --- a/src/ui/widget/unit-tracker.h +++ b/src/ui/widget/unit-tracker.h @@ -42,8 +42,8 @@ public: Inkscape::Util::Unit const * getActiveUnit() const; void addUnit(Inkscape::Util::Unit const *u); - void prependUnit(Inkscape::Util::Unit const *u); void addAdjustment(GtkAdjustment *adj); + void prependUnit(Inkscape::Util::Unit const *u); void setFullVal(GtkAdjustment *adj, gdouble val); GtkAction *createAction(gchar const *name, gchar const *label, gchar const *tooltip); diff --git a/src/util/units.cpp b/src/util/units.cpp index 2e7a3b1d2..cf4bfd146 100644 --- a/src/util/units.cpp +++ b/src/util/units.cpp @@ -81,21 +81,7 @@ unsigned const svg_length_lookup[] = { UNIT_CODE_PERCENT }; -/* From SP_CSS_UNIT_* to unit */ -unsigned const sp_css_unit_lookup[] = { - 0, - UNIT_CODE_PX, - UNIT_CODE_PT, - UNIT_CODE_PC, - UNIT_CODE_MM, - UNIT_CODE_CM, - UNIT_CODE_IN, - UNIT_CODE_EM, - UNIT_CODE_EX, - UNIT_CODE_PERCENT - // UNIT_CODE_FT Missing, - // UNIT_CODE_MT Missing, -}; + // maps unit codes obtained from their abbreviations to their SVGLength unit indexes typedef INK_UNORDERED_MAP<unsigned, SVGLength::Unit> UnitCodeLookup; @@ -227,10 +213,6 @@ bool Unit::compatibleWith(Glib::ustring const &u) const { return compatibleWith(unit_table.getUnit(u)); } -bool Unit::compatibleWith(char const *u) const -{ - return compatibleWith(unit_table.getUnit(u)); -} bool Unit::operator==(Unit const &other) const { @@ -273,6 +255,8 @@ double Unit::convert(double from_dist, char const *to) const return convert(from_dist, unit_table.getUnit(to)); } + + Unit UnitTable::_empty_unit; UnitTable::UnitTable() @@ -323,19 +307,6 @@ Unit const *UnitTable::getUnit(SVGLength::Unit u) const } return &_empty_unit; } -/* SP_CSS_UNIT lookup */ -Unit const *UnitTable::getUnit(unsigned int u) const -{ - if (u == 0 || u > 9) { - return &_empty_unit; - } - - UnitCodeMap::const_iterator f = _unit_map.find(sp_css_unit_lookup[u]); - if (f != _unit_map.end()) { - return &(*f->second); - } - return &_empty_unit; -} Unit const *UnitTable::findUnit(double factor, UnitType type) const { diff --git a/src/util/units.h b/src/util/units.h index a840a37ec..fa70058ba 100644 --- a/src/util/units.h +++ b/src/util/units.h @@ -152,9 +152,6 @@ public: /** Retrieve a given unit based on its SVGLength unit */ Unit const *getUnit(SVGLength::Unit u) const; - - /** Retrieve a given unit based on its SP_CSS_UNIT */ - Unit const *getUnit(unsigned int u) const; /** Retrieve a quantity based on its string identifier */ Quantity parseQuantity(Glib::ustring const &q) const; diff --git a/src/verbs.cpp b/src/verbs.cpp index a78bde2f7..7b128c172 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -952,10 +952,6 @@ void EditVerb::perform(SPAction *action, void *data) g_return_if_fail(ensure_desktop_valid(action)); SPDesktop *dt = sp_action_get_desktop(action); - SPDocument *doc = dt->getDocument(); - - Inkscape::XML::Node *repr = dt->namedview->getRepr(); - switch (reinterpret_cast<std::size_t>(data)) { case SP_VERB_EDIT_UNDO: sp_undo(dt, dt->getDocument()); @@ -2949,7 +2945,7 @@ Verb *Verb::_base_verbs[] = { new DialogVerb(SP_VERB_DIALOG_TAGS, "DialogTags", N_("Selection se_ts..."), N_("View Tags"), INKSCAPE_ICON("edit-select-all-layers")), new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path E_ffects ..."), - N_("Manage, edit, and apply path effects"), NULL), + N_("Manage, edit, and apply path effects"), INKSCAPE_ICON("dialog-path-effects")), new DialogVerb(SP_VERB_DIALOG_FILTER_EFFECTS, "DialogFilterEffects", N_("Filter _Editor..."), N_("Manage, edit, and apply SVG filters"), INKSCAPE_ICON("dialog-filters")), new DialogVerb(SP_VERB_DIALOG_SVG_FONTS, "DialogSVGFonts", N_("SVG Font Editor..."), diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp index 3cd6c0e28..9851b0606 100644 --- a/src/widgets/select-toolbar.cpp +++ b/src/widgets/select-toolbar.cpp @@ -437,58 +437,58 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb // four spinbuttons eact = create_adjustment_action( - /* name= */ "XAction", - /* label= */ C_("Select toolbar", "X position"), - /* shortLabel= */ C_("Select toolbar", "X:"), - /* tooltip= */ C_("Select toolbar", "Horizontal coordinate of selection"), - /* path= */ "/tools/select/X", - /* def(default) */ 0.0, - /* focusTarget= */ GTK_WIDGET(desktop->canvas), - /* dataKludge= */ G_OBJECT(spw), - /* altx, altx_mark */ TRUE, "altx", - /* lower, uppper, step, page */ -1e6, 1e6, SPIN_STEP, SPIN_PAGE_STEP, - /* descrLabels, descrValues, descrCount */ 0, 0, 0, - /* callback= */ sp_object_layout_any_value_changed, - /* unit_tracker= */ tracker, - /* climb, digits, factor */ SPIN_STEP, 3, 1); + "XAction", /* name */ + C_("Select toolbar", "X position"), /* label */ + C_("Select toolbar", "X:"), /* shortLabel */ + C_("Select toolbar", "Horizontal coordinate of selection"), /* tooltip */ + "/tools/select/X", /* path */ + 0.0, /* def(default) */ + GTK_WIDGET(desktop->canvas), /* focusTarget */ + G_OBJECT(spw), /* dataKludge */ + TRUE, "altx", /* altx, altx_mark */ + -1e6, 1e6, SPIN_STEP, SPIN_PAGE_STEP, /* lower, uppper, step, page */ + 0, 0, 0, /* descrLabels, descrValues, descrCount */ + sp_object_layout_any_value_changed, /* callback */ + tracker, /* unit_tracker */ + SPIN_STEP, 3, 1); /* climb, digits, factor */ gtk_action_group_add_action( selectionActions, GTK_ACTION(eact) ); contextActions->push_back( GTK_ACTION(eact) ); eact = create_adjustment_action( - /* name= */ "YAction", - /* label= */ C_("Select toolbar", "Y position"), - /* shortLabel= */ C_("Select toolbar", "Y:"), - /* tooltip= */ C_("Select toolbar", "Vertical coordinate of selection"), - /* path= */ "/tools/select/Y", - /* def(default) */ 0.0, - /* focusTarget= */ GTK_WIDGET(desktop->canvas), - /* dataKludge= */ G_OBJECT(spw), - /* altx, altx_mark */ TRUE, "altx", - /* lower, uppper, step, page */ -1e6, 1e6, SPIN_STEP, SPIN_PAGE_STEP, - /* descrLabels, descrValues, descrCount */ 0, 0, 0, - /* callback= */ sp_object_layout_any_value_changed, - /* unit_tracker= */ tracker, - /* climb, digits, factor */ SPIN_STEP, 3, 1); + "YAction", /* name */ + C_("Select toolbar", "Y position"), /* label */ + C_("Select toolbar", "Y:"), /* shortLabel */ + C_("Select toolbar", "Vertical coordinate of selection"), /* tooltip */ + "/tools/select/Y", /* path */ + 0.0, /* def(default) */ + GTK_WIDGET(desktop->canvas), /* focusTarget */ + G_OBJECT(spw), /* dataKludge */ + TRUE, "altx", /* altx, altx_mark */ + -1e6, 1e6, SPIN_STEP, SPIN_PAGE_STEP, /* lower, uppper, step, page */ + 0, 0, 0, /* descrLabels, descrValues, descrCount */ + sp_object_layout_any_value_changed, /* callback */ + tracker, /* unit_tracker */ + SPIN_STEP, 3, 1); /* climb, digits, factor */ gtk_action_group_add_action( selectionActions, GTK_ACTION(eact) ); contextActions->push_back( GTK_ACTION(eact) ); eact = create_adjustment_action( - /* name= */ "WidthAction", - /* label= */ C_("Select toolbar", "Width"), - /* shortLabel= */ C_("Select toolbar", "W:"), - /* tooltip= */ C_("Select toolbar", "Width of selection"), - /* path= */ "/tools/select/width", - /* def(default) */ 0.0, - /* focusTarget= */ GTK_WIDGET(desktop->canvas), - /* dataKludge= */ G_OBJECT(spw), - /* altx, altx_mark */ TRUE, "altx", - /* lower, uppper, step, page */ 0.0, 1e6, SPIN_STEP, SPIN_PAGE_STEP, - /* descrLabels, descrValues, descrCount */ 0, 0, 0, - /* callback= */ sp_object_layout_any_value_changed, - /* unit_tracker= */ tracker, - /* climb, digits, factor */ SPIN_STEP, 3, 1); + "WidthAction", /* name */ + C_("Select toolbar", "Width"), /* label */ + C_("Select toolbar", "W:"), /* shortLabel */ + C_("Select toolbar", "Width of selection"), /* tooltip */ + "/tools/select/width", /* path */ + 0.0, /* def(default) */ + GTK_WIDGET(desktop->canvas), /* focusTarget */ + G_OBJECT(spw), /* dataKludge */ + TRUE, "altx", /* altx, altx_mark */ + 0.0, 1e6, SPIN_STEP, SPIN_PAGE_STEP, /* lower, uppper, step, page */ + 0, 0, 0, /* descrLabels, descrValues, descrCount */ + sp_object_layout_any_value_changed, /* callback */ + tracker, /* unit_tracker */ + SPIN_STEP, 3, 1); /* climb, digits, factor */ gtk_action_group_add_action( selectionActions, GTK_ACTION(eact) ); contextActions->push_back( GTK_ACTION(eact) ); @@ -507,20 +507,21 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb } eact = create_adjustment_action( - /* name= */ "HeightAction", - /* label= */ C_("Select toolbar", "Height"), - /* shortLabel= */ C_("Select toolbar", "H:"), - /* tooltip= */ C_("Select toolbar", "Height of selection"), - /* path= */ "/tools/select/height", - /* def(default) */ 0.0, - /* focusTarget= */ GTK_WIDGET(desktop->canvas), - /* dataKludge= */ G_OBJECT(spw), - /* altx, altx_mark */ TRUE, "altx", - /* lower, uppper, step, page */ 0.0, 1e6, SPIN_STEP, SPIN_PAGE_STEP, - /* descrLabels, descrValues, descrCount */ 0, 0, 0, - /* callback= */ sp_object_layout_any_value_changed, - /* unit_tracker= */ tracker, - /* climb, digits, factor */ SPIN_STEP, 3, 1); + "HeightAction", /* name */ + C_("Select toolbar", "Height"), /* label */ + C_("Select toolbar", "H:"), /* shortLabel */ + C_("Select toolbar", "Height of selection"), /* tooltip */ + "/tools/select/height", /* path */ + 0.0, /* def(default) */ + GTK_WIDGET(desktop->canvas), /* focusTarget */ + G_OBJECT(spw), /* dataKludge */ + TRUE, "altx", /* altx, altx_mark */ + 0.0, 1e6, SPIN_STEP, SPIN_PAGE_STEP, /* lower, uppper, step, page */ + 0, 0, 0, /* descrLabels, descrValues, descrCount */ + sp_object_layout_any_value_changed, /* callback */ + tracker, /* unit_tracker */ + SPIN_STEP, 3, 1); /* climb, digits, factor */ + gtk_action_group_add_action( selectionActions, GTK_ACTION(eact) ); contextActions->push_back( GTK_ACTION(eact) ); diff --git a/src/widgets/swatch-selector.cpp b/src/widgets/swatch-selector.cpp index 6f2807255..b9cce1d19 100644 --- a/src/widgets/swatch-selector.cpp +++ b/src/widgets/swatch-selector.cpp @@ -37,10 +37,11 @@ SwatchSelector::SwatchSelector() : color_selector->show(); pack_start(*color_selector); - _selected_color.signal_grabbed.connect(sigc::mem_fun(this, &SwatchSelector::_grabbedCb)); - _selected_color.signal_dragged.connect(sigc::mem_fun(this, &SwatchSelector::_draggedCb)); - _selected_color.signal_released.connect(sigc::mem_fun(this, &SwatchSelector::_releasedCb)); - _selected_color.signal_changed.connect(sigc::mem_fun(this, &SwatchSelector::_changedCb)); + //_selected_color.signal_grabbed.connect(sigc::mem_fun(this, &SwatchSelector::_grabbedCb)); + _selected_color.signal_dragged.connect(sigc::mem_fun(this, &SwatchSelector::_changedCb)); + _selected_color.signal_released.connect(sigc::mem_fun(this, &SwatchSelector::_changedCb)); + // signal_changed doesn't get called if updating shape with colour. + //_selected_color.signal_changed.connect(sigc::mem_fun(this, &SwatchSelector::_changedCb)); } SwatchSelector::~SwatchSelector() @@ -53,45 +54,6 @@ SPGradientSelector *SwatchSelector::getGradientSelector() return _gsel; } -void SwatchSelector::_grabbedCb() -{ -} - -void SwatchSelector::_draggedCb() -{ - // if (data) { - //SwatchSelector *swsel = reinterpret_cast<SwatchSelector*>(data); - - // TODO might have to block cycles - - // Copied from gradient-vector.cpp, but does not appear to cause visible changes: - /* - if (swsel->_gsel) { - SPGradient *gradient = swsel->_gsel->getVector(); - SPGradient *ngr = sp_gradient_ensure_vector_normalized(gradient); - if (ngr != gradient) { - // Our master gradient has changed - // TODO replace with proper - sp_gradient_vector_widget_load_gradient(GTK_WIDGET(swsel->_gsel), ngr); - } - - sp_gradient_ensure_vector(ngr); - - - SPStop* stop = ngr->getFirstStop(); - if (stop) { - swsel->_csel->base->getColorAlpha(stop->specified_color, &stop->opacity); - stop->currentColor = false; - // TODO push refresh - } - } - */ - // } -} - -void SwatchSelector::_releasedCb() -{ -} - void SwatchSelector::_changedCb() { if (_updating_color) { diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp index 60e932338..e71c911bd 100644 --- a/src/widgets/text-toolbar.cpp +++ b/src/widgets/text-toolbar.cpp @@ -62,9 +62,10 @@ using Inkscape::DocumentUndo; using Inkscape::UI::ToolboxFactory; using Inkscape::UI::PrefPusher; -using Inkscape::UI::Widget::UnitTracker; using Inkscape::Util::Unit; +using Inkscape::Util::Quantity; using Inkscape::Util::unit_table; +using Inkscape::UI::Widget::UnitTracker; //#define DEBUG_TEXT @@ -509,48 +510,54 @@ static void sp_text_align_mode_changed( EgeSelectOneAction *act, GObject *tbl ) static void sp_text_lineheight_value_changed( GtkAdjustment *adj, GObject *tbl ) { - UnitTracker *tracker = reinterpret_cast<UnitTracker*>(g_object_get_data(tbl, "tracker")); - - if ( !tracker || tracker->isUpdating() || g_object_get_data(tbl, "freeze")) { - /* - * When only units are being changed, don't treat changes - * to adjuster values as object changes. - * or quit if run by the _changed callbacks - */ + // quit if run by the _changed callbacks + if (g_object_get_data(G_OBJECT(tbl), "freeze")) { return; } g_object_set_data( tbl, "freeze", GINT_TO_POINTER(TRUE) ); - // At the moment this handles only numerical values (i.e. no percent). - // Set css line height. - SPCSSAttr *css = sp_repr_css_attr_new (); - Inkscape::CSSOStringStream osfs; - - gdouble value = gtk_adjustment_get_value(adj); + // Get user selected unit and save as preference + UnitTracker *tracker = reinterpret_cast<UnitTracker*>(g_object_get_data(tbl, "tracker")); Unit const *unit = tracker->getActiveUnit(); + g_return_if_fail(unit != NULL); + Inkscape::Preferences *prefs = Inkscape::Preferences::get(); + + + // This nonsense is to get SP_CSS_UNIT_xx value corresponding to unit so + // we can save it (allows us to adjust line height value when unit changes). + SPILength temp_length; + Inkscape::CSSOStringStream temp_stream; + temp_stream << 1 << unit->abbr; + temp_length.read(temp_stream.str().c_str()); + prefs->setInt("/tools/text/lineheight/display_unit", temp_length.unit); + g_object_set_data( tbl, "lineheight_unit", GINT_TO_POINTER(temp_length.unit)); - // Value can only be in px or percent or naked pc (e.g. 0.7 for 70%) - if (unit->abbr != "%") { - value = unit->convert(value, "px"); - unit = unit_table.getUnit("px"); - } - osfs << value << unit->abbr; + // Set css line height. + SPCSSAttr *css = sp_repr_css_attr_new (); + Inkscape::CSSOStringStream osfs; + // We should handle unitless values as well as 'em' and 'ex' + if ((unit->abbr) == "em" || unit->abbr == "ex" || unit->abbr == "%") { + osfs << gtk_adjustment_get_value(adj) << unit->abbr; + } else { + // Inside SVG file, always use "px" for absolute units. + osfs << Quantity::convert(gtk_adjustment_get_value(adj), unit, "px") << "px"; + } sp_repr_css_set_property (css, "line-height", osfs.str().c_str()); + // Apply line-height to selected objects. SPDesktop *desktop = SP_ACTIVE_DESKTOP; sp_desktop_set_style (desktop, css, true, false); - // Until deprecated sodipodi:linespacing purged: + // Only need to save for undo if a text item has been changed. Inkscape::Selection *selection = desktop->getSelection(); bool modmade = false; std::vector<SPItem*> itemlist=selection->itemList(); for(std::vector<SPItem*>::const_iterator i=itemlist.begin();i!=itemlist.end(); ++i){ if (SP_IS_TEXT (*i)) { - (*i)->getRepr()->setAttribute("sodipodi:linespacing", sp_repr_css_property (css, "line-height", NULL)); modmade = true; } } @@ -576,6 +583,156 @@ static void sp_text_lineheight_value_changed( GtkAdjustment *adj, GObject *tbl ) g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); } + +static void sp_text_lineheight_unit_changed( gpointer /* */, GObject *tbl ) +{ + // quit if run by the _changed callbacks + if (g_object_get_data(G_OBJECT(tbl), "freeze")) { + return; + } + g_object_set_data( tbl, "freeze", GINT_TO_POINTER(TRUE) ); + + // Get old saved unit + int old_unit = GPOINTER_TO_INT( g_object_get_data(tbl, "lineheight_unit")); + + // Get user selected unit and save as preference + UnitTracker *tracker = reinterpret_cast<UnitTracker*>(g_object_get_data(tbl, "tracker")); + Unit const *unit = tracker->getActiveUnit(); + g_return_if_fail(unit != NULL); + Inkscape::Preferences *prefs = Inkscape::Preferences::get(); + + // This nonsense is to get SP_CSS_UNIT_xx value corresponding to unit. + SPILength temp_length; + Inkscape::CSSOStringStream temp_stream; + temp_stream << 1 << unit->abbr; + temp_length.read(temp_stream.str().c_str()); + prefs->setInt("/tools/text/lineheight/display_unit", temp_length.unit); + g_object_set_data( tbl, "lineheight_unit", GINT_TO_POINTER(temp_length.unit)); + + // Read current line height value + EgeAdjustmentAction *line_height_act = + reinterpret_cast<EgeAdjustmentAction *>(g_object_get_data(tbl, "TextLineHeightAction")); + GtkAdjustment *line_height_adj = ege_adjustment_action_get_adjustment( line_height_act ); + double line_height = gtk_adjustment_get_value(line_height_adj); + + SPDesktop *desktop = SP_ACTIVE_DESKTOP; + Inkscape::Selection *selection = desktop->getSelection(); + std::vector<SPItem*> itemlist=selection->itemList(); + + // Convert between units + if ((unit->abbr) == "em" && old_unit == SP_CSS_UNIT_EX) { + line_height *= 0.5; + } else if ((unit->abbr) == "ex" && old_unit == SP_CSS_UNIT_EM) { + line_height *= 2.0; + } else if ((unit->abbr) == "em" && old_unit == SP_CSS_UNIT_PERCENT) { + line_height /= 100.0; + } else if ((unit->abbr) == "%" && old_unit == SP_CSS_UNIT_EM) { + line_height *= 100; + } else if ((unit->abbr) == "ex" && old_unit == SP_CSS_UNIT_PERCENT) { + line_height /= 50.0; + } else if ((unit->abbr) == "%" && old_unit == SP_CSS_UNIT_EX) { + line_height *= 50; + } else if ((unit->abbr) == "%" || (unit->abbr) == "em" || (unit->abbr) == "ex") { + // Convert absolute to relative... for the moment use average font-size + double font_size = 0; + int count = 0; + for(std::vector<SPItem*>::const_iterator i=itemlist.begin();i!=itemlist.end(); ++i){ + if (SP_IS_TEXT (*i)) { + double doc_scale = Geom::Affine((*i)->i2dt_affine()).descrim(); + font_size += (*i)->style->font_size.computed * doc_scale; + ++count; + } + } + if (count > 0) { + font_size /= count; + } else { + font_size = 20; + } + line_height = Quantity::convert(line_height, sp_style_get_css_unit_string(old_unit), "px"); + if (font_size > 0) { + line_height /= font_size; + } + if ((unit->abbr) == "%") { + line_height *= 100; + } else if ((unit->abbr) == "ex") { + line_height *= 2; + } + } else if (old_unit==SP_CSS_UNIT_PERCENT || old_unit==SP_CSS_UNIT_EM || old_unit==SP_CSS_UNIT_EX) { + // Convert relative to absolute... for the moment use average font-size + double font_size = 0; + int count = 0; + for(std::vector<SPItem*>::const_iterator i=itemlist.begin();i!=itemlist.end(); ++i){ + if (SP_IS_TEXT (*i)) { + double doc_scale = Geom::Affine((*i)->i2dt_affine()).descrim(); + font_size += (*i)->style->font_size.computed * doc_scale; + ++count; + } + } + if (count > 0) { + font_size /= count; + } else { + font_size = 20; + } + + if (old_unit == SP_CSS_UNIT_PERCENT) { + line_height /= 100.0; + } else if (old_unit == SP_CSS_UNIT_EX) { + line_height /= 2.0; + } + line_height *= font_size; + line_height = Quantity::convert(line_height, "px", unit); + } else { + // Convert between different absolute units (only used in GUI) + line_height = Quantity::convert(line_height, sp_style_get_css_unit_string(old_unit), unit); + } + + // Set css line height. + SPCSSAttr *css = sp_repr_css_attr_new (); + Inkscape::CSSOStringStream osfs; + // We should handle unitless values as well as 'em' and 'ex' + if ((unit->abbr) == "em" || unit->abbr == "ex" || unit->abbr == "%") { + osfs << line_height << unit->abbr; + } else { + osfs << Quantity::convert(line_height, unit, "px") << "px"; + } + sp_repr_css_set_property (css, "line-height", osfs.str().c_str()); + + // Update GUI with line_height value. + gtk_adjustment_set_value(line_height_adj, line_height); + + // Apply line-height to selected objects. + sp_desktop_set_style (desktop, css, true, false); + + // Only need to save for undo if a text item has been changed. + bool modmade = false; + for(std::vector<SPItem*>::const_iterator i=itemlist.begin();i!=itemlist.end(); ++i){ + if (SP_IS_TEXT (*i)) { + modmade = true; + } + } + + // Save for undo + if(modmade) { + DocumentUndo::maybeDone(SP_ACTIVE_DESKTOP->getDocument(), "ttb:line-height", SP_VERB_NONE, + _("Text: Change line-height unit")); + } + + // If no selected objects, set default. + SPStyle query(SP_ACTIVE_DOCUMENT); + int result_numbers = + sp_desktop_query_style (SP_ACTIVE_DESKTOP, &query, QUERY_STYLE_PROPERTY_FONTNUMBERS); + if (result_numbers == QUERY_STYLE_NOTHING) + { + Inkscape::Preferences *prefs = Inkscape::Preferences::get(); + prefs->mergeStyle("/tools/text/style", css); + } + + sp_repr_css_attr_unref (css); + + g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); +} + + static void sp_text_wordspacing_value_changed( GtkAdjustment *adj, GObject *tbl ) { // quit if run by the _changed callbacks @@ -1086,6 +1243,7 @@ static void sp_text_toolbox_selection_changed(Inkscape::Selection */*selection*/ { activeButton = 3; } else { + // This should take 'direction' into account if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_START) activeButton = 0; if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_MIDDLE) activeButton = 1; if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_END) activeButton = 2; @@ -1093,36 +1251,58 @@ static void sp_text_toolbox_selection_changed(Inkscape::Selection */*selection*/ ege_select_one_action_set_active( textAlignAction, activeButton ); - // Line height (spacing) + // Line height (spacing) and line height unit double height; - - Unit const *lh_unit; - UnitTracker* tracker = reinterpret_cast<UnitTracker*>( g_object_get_data( tbl, "tracker" ) ); - + int line_height_unit = -1; if (query.line_height.normal) { - lh_unit = unit_table.getUnit("%"); - height = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL * 100; - } else if (query.line_height.unit == SP_CSS_UNIT_PERCENT) { - lh_unit = unit_table.getUnit("%"); - height = query.line_height.value * 100; + height = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL; + line_height_unit = SP_CSS_UNIT_NONE; } else { - //Unit const *active = tracker->getActiveUnit(); - // This allows us to show the unit stored to the user, but right now - // it's always px (because Tav said other units are broken/2016) - lh_unit = unit_table.getUnit(query.line_height.unit); - height = query.line_height.computed; + height = query.line_height.value; + line_height_unit = query.line_height.unit; } - // Set before value is set - tracker->setActiveUnit(lh_unit); + switch (line_height_unit) { + case SP_CSS_UNIT_NONE: + // tracker can't show no unit... use 'em' + line_height_unit = SP_CSS_UNIT_EM; + case SP_CSS_UNIT_EM: + case SP_CSS_UNIT_EX: + break; + case SP_CSS_UNIT_PERCENT: + height *= 100.0; // Inkscape store % as fraction in .value + break; + case SP_CSS_UNIT_PX: + // If unit is set to 'px', use the preferred display unit (if absolute). + line_height_unit = + prefs->getInt("/tools/text/lineheight/display_unit", SP_CSS_UNIT_PT); + if (line_height_unit != SP_CSS_UNIT_EM && + line_height_unit != SP_CSS_UNIT_EX && + line_height_unit != SP_CSS_UNIT_PERCENT) { + height = + Quantity::convert(height, "px", sp_style_get_css_unit_string(line_height_unit)); + } else { + line_height_unit = SP_CSS_UNIT_PX; + } + break; + default: + // If unit has been set by an external program to something other than 'px', use + // that unit. But height is average of computed values (px) so we need to convert + // back. + height = + Quantity::convert(height, "px", sp_style_get_css_unit_string(line_height_unit)); + } GtkAction* lineHeightAction = GTK_ACTION( g_object_get_data( tbl, "TextLineHeightAction" ) ); GtkAdjustment *lineHeightAdjustment = ege_adjustment_action_get_adjustment(EGE_ADJUSTMENT_ACTION( lineHeightAction )); gtk_adjustment_set_value( lineHeightAdjustment, height ); - height = gtk_adjustment_get_value( lineHeightAdjustment ); - + UnitTracker* tracker = reinterpret_cast<UnitTracker*>( g_object_get_data( tbl, "tracker" ) ); + tracker->setActiveUnitByAbbr(sp_style_get_css_unit_string(line_height_unit)); + // Save unit so we can do convertions between new/old units. + g_object_set_data( tbl, "lineheight_unit", GINT_TO_POINTER(line_height_unit)); + // Word spacing double wordSpacing; if (query.word_spacing.normal) wordSpacing = 0.0; @@ -1265,7 +1445,6 @@ static void sp_text_toolbox_selection_changed(Inkscape::Selection */*selection*/ #endif g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); - } static void sp_text_toolbox_selection_modified(Inkscape::Selection *selection, guint /*flags*/, GObject *tbl) @@ -1324,15 +1503,6 @@ static void sp_text_toolbox_select_cb( GtkEntry* entry, GtkEntryIconPosition /*p static void text_toolbox_watch_ec(SPDesktop* dt, Inkscape::UI::Tools::ToolBase* ec, GObject* holder); -static void destroy_tracker( GObject* obj, gpointer /*user_data*/ ) -{ - UnitTracker *tracker = reinterpret_cast<UnitTracker*>(g_object_get_data(obj, "tracker")); - if ( tracker ) { - delete tracker; - g_object_set_data( obj, "tracker", 0 ); - } -} - // Define all the "widgets" in the toolbar. void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder) { @@ -1625,47 +1795,52 @@ void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObje g_signal_connect_after( G_OBJECT(act), "changed", G_CALLBACK(sp_text_orientation_changed), holder ); } + /* Line height unit tracker */ + UnitTracker* tracker = new UnitTracker(Inkscape::Util::UNIT_TYPE_LINEAR); + tracker->addUnit(unit_table.getUnit("%")); + tracker->addUnit(unit_table.getUnit("em")); + tracker->addUnit(unit_table.getUnit("ex")); + // tracker->addUnit(unit_table.getUnit("None")); + tracker->setActiveUnit(unit_table.getUnit("%")); + g_object_set_data( holder, "tracker", tracker ); + /* Line height */ { // Drop down menu gchar const* labels[] = {_("Smaller spacing"), 0, 0, 0, 0, C_("Text tool", "Normal"), 0, 0, 0, 0, 0, _("Larger spacing")}; gdouble values[] = { 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1,2, 1.3, 1.4, 1.5, 2.0}; - // Add the units menu. - UnitTracker* tracker = new UnitTracker(Inkscape::Util::UNIT_TYPE_LINEAR); - tracker->prependUnit(unit_table.getUnit("%")); - - g_object_set_data( holder, "tracker", tracker ); - g_signal_connect( holder, "destroy", G_CALLBACK(destroy_tracker), holder ); - EgeAdjustmentAction *eact = create_adjustment_action( "TextLineHeightAction", /* name */ _("Line Height"), /* label */ _("Line:"), /* short label */ - _("Spacing between baselines"), /* tooltip */ + _("Spacing between baselines (times font size)"), /* tooltip */ "/tools/text/lineheight", /* preferences path */ - 125, /* default */ + 0.0, /* default */ GTK_WIDGET(desktop->canvas), /* focusTarget */ holder, /* dataKludge */ FALSE, /* set alt-x keyboard shortcut? */ NULL, /* altx_mark */ - 0.0, 1e6, 1.0, 10.0, /* lower, upper, step (arrow up/down), page up/down */ + 0.0, 1000.0, 1.0, 10.0, /* lower, upper, step (arrow up/down), page up/down */ labels, values, G_N_ELEMENTS(labels), /* drop down menu */ sp_text_lineheight_value_changed, /* callback */ - tracker, /* unit tracker */ - 1.0, /* step (used?) */ + NULL, // tracker, /* unit tracker */ + 0.1, /* step (used?) */ 2, /* digits to show */ 1.0 /* factor (multiplies default) */ ); + //tracker->addAdjustment( ege_adjustment_action_get_adjustment(eact) ); gtk_action_group_add_action( mainActions, GTK_ACTION(eact) ); gtk_action_set_sensitive( GTK_ACTION(eact), TRUE ); g_object_set_data( holder, "TextLineHeightAction", eact ); g_object_set( G_OBJECT(eact), "iconId", "text_line_spacing", NULL ); + } - GtkAction* act = tracker->createAction( "TextLineHeightUnitAction", _("Units"), ("") ); + /* Line height units */ + { + GtkAction* act = tracker->createAction( "TextLineHeightUnitsAction", _("Units"), ("") ); gtk_action_group_add_action( mainActions, act ); - g_object_set_data( holder, "TextLineHeightUnitAction", act ); - + g_signal_connect_after( G_OBJECT(act), "changed", G_CALLBACK(sp_text_lineheight_unit_changed), holder ); } /* Word spacing */ diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index f4d7ebf25..3389f82f9 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -516,7 +516,7 @@ static gchar const * ui_descr = " <toolitem action='TextSubscriptAction' />" " <separator />" " <toolitem action='TextLineHeightAction' />" - " <toolitem action='TextLineHeightUnitAction' />" + " <toolitem action='TextLineHeightUnitsAction' />" " <toolitem action='TextLetterSpacingAction' />" " <toolitem action='TextWordSpacingAction' />" " <toolitem action='TextDxAction' />" @@ -1126,7 +1126,7 @@ EgeAdjustmentAction * create_adjustment_action( gchar const *name, if (unit_tracker) { unit_tracker->addAdjustment(adj); - } + } // Using a cast just to make sure we pass in the right kind of function pointer g_object_set( G_OBJECT(act), "tool-post", static_cast<EgeWidgetFixup>(sp_set_font_size_smaller), NULL ); |
