Tutorial | 팁과 기술본 튜토리얼은 사용자가 잉크스케이프를 사용하여 학습한 다양한 팁과 기술과 프로덕션 작업의 속도를 높일 수 있는 일부 "숨겨진" 기능을 시연할 것입니다.타일형 클론을 사용한 반지름 배치It's easy to see how to use the Create Tiled Clones dialog for rectangular grids and patterns. But what if you need radial placement, where objects share a common center of rotation? It's possible too!만약 당신의 방사형 패턴이 3, 4, 6, 8 또는 12개의 요소만 필요로 한다면, 당신은 P3, P31M, P3M1, P4, P6 또는 P6M 대칭을 시도할 수 있습니다. 이것들은 눈송이 같은 것에 잘 어울릴 것입니다. 그러나 보다 일반적인 방법은 다음과 같습니다.Choose the P1 symmetry (simple translation) and then compensate for that translation by going to the Shift tab and setting Per row/Shift Y and Per column/Shift X both to -100%. Now all clones will be stacked exactly on top of the original. All that remains to do is to go to the Rotation tab and set some rotation angle per column, then create the pattern with one row and multiple columns. For example, here's a pattern made out of a horizontal line, with 30 columns, each column rotated 6 degrees:이것으로부터 시계 다이얼을 얻기 위해서, 당신이 해야 할 일은 중앙 부분을 흰 원으로 잘라내거나 간단히 오버레이하는 것입니다(복제에 대한 부울 연산을 하기 위해서, 먼저 연결을 해제하세요).행과 열을 모두 사용함으로써 더 흥미로운 효과를 만들 수 있습니다. 다음은 한 줄에 2도, 한 줄에 18도 회전된 10개의 기둥과 8개의 행을 가진 패턴입니다. 여기서 각 선 그룹은 "열"이므로 그룹들은 서로 18도이고, 각 열 내에서 개별 선은 2도 차이가 납니다:In the above examples, the line was rotated around its center. But what if you want the center to be outside of your shape? Just click on the object twice with the Selector tool to enter rotation mode. Now move the object's rotation center (represented by a small cross-shaped handle) to the point you would like to be the center of the rotation for the Tiled Clones operation. Then use Create Tiled Clones on the object. This is how you can do nice “explosions” or “starbursts” by randomizing scale, rotation, and possibly opacity:자르는 방법(여러 직사각형 내보내기 영역)은 무엇일까?Create a new layer, in that layer create invisible rectangles covering parts of your image. Make sure your document uses the px unit (default), turn on grid and snap the rects to the grid so that each one spans a whole number of px units. Assign meaningful ids to the rects, and export each one to its own file (FileExport PNG Image (Shift+Ctrl+E)). Then the rects will remember their export filenames. After that, it's very easy to re-export some of the rects: switch to the export layer, use Tab to select the one you need (or use Find by id), and click Export in the dialog. Or, you can write a shell script or batch file to export all of your areas, with a command like:inkscape -i area-id -t filename.svgfor each exported area. The -t switch tells it to use the remembered filename hint, otherwise you can provide the export filename with the -e switch. Alternatively, you can use the ExtensionsWebSlicer extensions, or ExtensionsExportGuillotine for similar results.비선형 그라데이션The version 1.1 of SVG does not support non-linear gradients (i.e. those which have a non-linear translations between colors). You can, however, emulate them by multistop gradients.Start with a simple two-stop gradient (you can assign that in the Fill and Stroke dialog or use the gradient tool). Now, with the gradient tool, add a new gradient stop in the middle; either by double-clicking on the gradient line, or by selecting the square-shaped gradient stop and clicking on the button Insert new stop in the gradient tool's tool bar at the top. Drag the new stop a bit. Then add more stops before and after the middle stop and drag them too, so that the gradient looks smooth. The more stops you add, the smoother you can make the resulting gradient. Here's the initial black-white gradient with two stops:그리고 다음은 다양한 "비선형" 멀티 스톱 그라데이션이 입니다 (그라데이션 편집기에서 검토):기이한 방사형 그라데이션Radial gradients don't have to be symmetric. In Gradient tool, drag the central handle of an elliptic gradient with Shift. This will move the x-shaped focus handle of the gradient away from its center. When you don't need it, you can snap the focus back by dragging it close to the center.페이지 중앙에 정렬하기To align something to the center or side of a page, select the object or group and then choose Page from the Relative to: list in the Align and Distribute dialog (Shift+Ctrl+A).문서 정리하기Many of the no-longer-used gradients, patterns, and markers (more precisely, those which you edited manually) remain in the corresponding palettes and can be reused for new objects. However if you want to optimize your document, use the Clean Up Document command in File menu. It will remove any gradients, patterns, or markers which are not used by anything in the document, making the file smaller.숨김 기능 및 XML 편집기The XML editor (Shift+Ctrl+X) allows you to change almost all aspects of the document without using an external text editor. Also, Inkscape usually supports more SVG features than are accessible from the GUI. The XML editor is one way to get access to these features (if you know SVG).통치자의 측정 단위 변경In the default template, the unit of measure used by the rulers is mm. This is also the unit used in displaying coordinates at the lower-right corner and preselected in all units menus. (You can always hover your mouse over a ruler to see the tooltip with the units it uses.) To change this, open Document Properties (Shift+Ctrl+D) and change the Display units on the Page tab.스탬프To quickly create many copies of an object, use stamping. Just drag an object (or scale or rotate it), and while holding the mouse button down, press Space. This leaves a “stamp” of the current object shape. You can repeat it as many times as you wish.펜 도구 기술펜(Bezier) 도구에서 현재 라인을 완료하는 데 사용할 수 있는 옵션은 다음과 같습니다:Enter를 누르세요Double click with the left mouse buttonClick with the right mouse button다른 도구를 선택하세요Note that while the path is unfinished (i.e. is shown green, with the current segment red) it does not yet exist as an object in the document. Therefore, to cancel it, use either Esc (cancel the whole path) or Backspace (remove the last segment of the unfinished path) instead of Undo.To add a new subpath to an existing path, select that path and start drawing with Shift from an arbitrary point. If, however, what you want is to simply continue an existing path, Shift is not necessary; just start drawing from one of the end anchors of the selected path.유니코드 값 입력While in the Text tool, pressing Ctrl+U toggles between Unicode and normal mode. In Unicode mode, each group of 4 hexadecimal digits you type becomes a single Unicode character, thus allowing you to enter arbitrary symbols (as long as you know their Unicode codepoints and the font supports them). To finish the Unicode input, press Enter. For example, Ctrl+U+2+0+1+4+Enter inserts an em-dash (—). To quit the Unicode mode without inserting anything press Esc.You can also use the TextUnicode Characters dialog to search for and insert glyphs into your document.그리드를 사용하여 아이콘 그리기Suppose you want to create a 24x24 pixel icon. Create a 24x24 px canvas (use the Document Preferences) and set the grid to 0.5 px (48x48 gridlines). Now, if you align filled objects to even gridlines, and stroked objects to odd gridlines with the stroke width in px being an even number, and export it at the default 96dpi (so that 1 px becomes 1 bitmap pixel), you get a crisp bitmap image without unneeded antialiasing.오브젝트 회전When in the Selector tool, click on an object to see the scaling arrows, then click again on the object to see the rotation and skew arrows. If the arrows at the corners are clicked and dragged, the object will rotate around the center (shown as a cross mark). If you hold down the Shift key while doing this, the rotation will occur around the opposite corner. You can also drag the rotation center to any place.Or, you can rotate from keyboard by pressing [ and ] (by 15 degrees) or Ctrl+[ and Ctrl+] (by 90 degrees). The same [ ] keys with Alt perform slow pixel-size rotation.그림자 드롭To quickly create drop shadows for objects, use the FiltersShadows and GlowsDrop Shadow feature.You can also easily create blurred drop shadows for objects manually with blur in the Fill and Stroke dialog. Select an object, duplicate it by Ctrl+D, press PgDown to put it beneath original object, place it a little to the right and lower than original object. Now open Fill And Stroke dialog and change Blur value to, say, 5.0. That's it!경로에 텍스트 배치하기To place text along a curve, select the text and the curve together and choose Put on Path from the Text menu. The text will start at the beginning of the path. In general it is best to create an explicit path that you want the text to be fitted to, rather than fitting it to some other drawing element — this will give you more control without screwing over your drawing.원본 선택When you have a text on path, a linked offset, or a clone, their source object/path may be difficult to select because it may be directly underneath, or made invisible and/or locked. The magic key Shift+D will help you; select the text, linked offset, or clone, and press Shift+D to move selection to the corresponding path, offset source, or clone original.Window off-screen recoveryWhen moving documents between systems with different resolutions or number of displays, you may find Inkscape has saved a window position that places the window out of reach on your screen. Simply maximise the window (which will bring it back into view, use the task bar), save and reload. You can avoid this altogether by unchecking the global option to save window geometry (Inkscape Preferences, InterfaceWindows section).투명도, 그라데이션 및 PostScript 내보내기PostScript or EPS formats do not support transparency, so you should never use it if you are going to export to PS/EPS. In the case of flat transparency which overlays flat color, it's easy to fix it: Select one of the transparent objects; switch to the Dropper tool (F7 or d); make sure that the Opacity: Pick button in the dropper tool's tool bar is deactivated; click on that same object. That will pick the visible color and assign it back to the object, but this time without transparency. Repeat for all transparent objects. If your transparent object overlays several flat color areas, you will need to break it correspondingly into pieces and apply this procedure to each piece. Note that the dropper tool does not change the opacity value of the object, but only the alpha value of its fill or stroke color, so make sure that every object's opacity value is set to 100% before you start out.InteractivityMost SVG elements can be tweaked to react to user input (usually this will only work if the SVG is displayed in a web browser). The simplest possibility is to add a clickable link to objects. For this right-click the object and select Create Link from the context menu. The "Object attributes" dialog will open, where you can set the target of the link using the value of href.More control is possible using the interactivity attributes accessible from the "Object Properties" dialog (Ctrl+Shift+O). Here you can implement arbitrary functionality using JavaScript. Some basic examples:Open another file in the current window when clicking on the object: Set onclick to window.location='file2.svg';Open an arbitrary weblink in new window when clicking on the object: Set onclick to window.open("https://inkscape.org","_blank");Reduce transparency of the object while hovering: Set onmouseover to style.opacity = 0.5;Set onmouseout to style.opacity = 1;Bulia Byak; Alexandre Prokoudine; Colin Marquardt; Ivan Masár; Kris De Gussem; Nicolas Dufour; Maren Hachmann; Roland Alton; Patrick Storz; Guillaume Audirac; Gellért GyurisHeetae Hwang — 2019Esteban Capella — 2019