Does stroke to path essentially create two different objects?How to make a deep bevel in InkscapeHow to join...
Identical projects by students at two different colleges: still plagiarism?
How do I add a strong "onion flavor" to the biryani (in restaurant style)?
How to not let the Identify spell spoil everything?
How can I automatically launch GPSD on startup?
How bad is a Computer Science course that doesn't teach Design Patterns?
Players preemptively rolling, even though their rolls are useless or are checking the wrong skills
Growth of Mordell-Weil Rank of Elliptic Curves over Field Extensions
Why did Luke use his left hand to shoot?
Piano music notation conventions
Count repetitions of an array
Boss asked me to sign a resignation paper without a date on it along with my new contract
Specific list manipulation
Sensor logger for Raspberry Pi in a stratospheric probe
Is the symmetric product of an abelian variety a CY variety?
Equivalent of "illegal" for violating civil law
What can I do to encourage my players to use their consumables?
Dealing with an internal ScriptKiddie
my cron command doesn’t work
Minimum Viable Product for RTS game?
Why do objects rebound after hitting the ground?
Insecure private-key encryption
How can I handle players killing my NPC outside of combat?
Renting a 2CV in France
How does a Warlock with Pact of the Blade visually appear to fight?
Does stroke to path essentially create two different objects?
How to make a deep bevel in InkscapeHow to join two overlapping non-end points that belong to two paths?Align and distribute multiple objects in angled path/guide InkscapeBreak apart makes intersecting nodes not so smooth and creates an additional strokeHow to split an icon into 3 different objects?How do I fill closed paths in Inkscape?Inkscape: using one object to cut away another while leaving both as “live editable”?Inkscape - “Exclusion” reverts “break apart” and puts all nodes to one pathInkscape's “Stroke to path” produces hole in the middleInkscape - breaking object apart
In inkscape does stroke to path essentially create two different objects?
For example if we have a square with a stroke and we do object to path
and the stroke to path
we can now manipulate the "Fill" and the "Stroke" as if they were separate objects. Are they still linked in any way?
This is a time market youtube link that shows a demo that illustrates the question.
IIUC they are still linked in the sense that if we click on the select tool, we will be selecting the whole thing. If we then do path> break apart
then we get two separate objects?
Kind of a broad question - just trying to get a better grip on what the commands are for / underlying semantics.
vector inkscape
add a comment |
In inkscape does stroke to path essentially create two different objects?
For example if we have a square with a stroke and we do object to path
and the stroke to path
we can now manipulate the "Fill" and the "Stroke" as if they were separate objects. Are they still linked in any way?
This is a time market youtube link that shows a demo that illustrates the question.
IIUC they are still linked in the sense that if we click on the select tool, we will be selecting the whole thing. If we then do path> break apart
then we get two separate objects?
Kind of a broad question - just trying to get a better grip on what the commands are for / underlying semantics.
vector inkscape
add a comment |
In inkscape does stroke to path essentially create two different objects?
For example if we have a square with a stroke and we do object to path
and the stroke to path
we can now manipulate the "Fill" and the "Stroke" as if they were separate objects. Are they still linked in any way?
This is a time market youtube link that shows a demo that illustrates the question.
IIUC they are still linked in the sense that if we click on the select tool, we will be selecting the whole thing. If we then do path> break apart
then we get two separate objects?
Kind of a broad question - just trying to get a better grip on what the commands are for / underlying semantics.
vector inkscape
In inkscape does stroke to path essentially create two different objects?
For example if we have a square with a stroke and we do object to path
and the stroke to path
we can now manipulate the "Fill" and the "Stroke" as if they were separate objects. Are they still linked in any way?
This is a time market youtube link that shows a demo that illustrates the question.
IIUC they are still linked in the sense that if we click on the select tool, we will be selecting the whole thing. If we then do path> break apart
then we get two separate objects?
Kind of a broad question - just trying to get a better grip on what the commands are for / underlying semantics.
vector inkscape
vector inkscape
edited 3 hours ago
Ole
asked 3 hours ago
OleOle
1757
1757
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Object to path removes path effects and generates a bezier curve which looks the same. Texts and Inkscape's preset shapes such as rectangles and ellipses aren't initially bezier curves when one draws them. For example path effects do not function with them. After applying object to path they become bezier curves and path effects & path editing tools work with them.
Objects can have a stroke. Stroke to path generates a path (=a closed bezier curve, single or combined) which covers the same area as the stroke and has the same fill color as the stroke had. You can insert a stroke to a path which was originally a stroke.
If you have a filled shape with a stroke and apply stroke to path, the fill disappears and you have a closed path which covers the area of the former stroke. The path is a combined one, because it has a hole. If you apply Path > Break Apart, you get the hole area as a different filled path.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "174"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgraphicdesign.stackexchange.com%2fquestions%2f120785%2fdoes-stroke-to-path-essentially-create-two-different-objects%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Object to path removes path effects and generates a bezier curve which looks the same. Texts and Inkscape's preset shapes such as rectangles and ellipses aren't initially bezier curves when one draws them. For example path effects do not function with them. After applying object to path they become bezier curves and path effects & path editing tools work with them.
Objects can have a stroke. Stroke to path generates a path (=a closed bezier curve, single or combined) which covers the same area as the stroke and has the same fill color as the stroke had. You can insert a stroke to a path which was originally a stroke.
If you have a filled shape with a stroke and apply stroke to path, the fill disappears and you have a closed path which covers the area of the former stroke. The path is a combined one, because it has a hole. If you apply Path > Break Apart, you get the hole area as a different filled path.
add a comment |
Object to path removes path effects and generates a bezier curve which looks the same. Texts and Inkscape's preset shapes such as rectangles and ellipses aren't initially bezier curves when one draws them. For example path effects do not function with them. After applying object to path they become bezier curves and path effects & path editing tools work with them.
Objects can have a stroke. Stroke to path generates a path (=a closed bezier curve, single or combined) which covers the same area as the stroke and has the same fill color as the stroke had. You can insert a stroke to a path which was originally a stroke.
If you have a filled shape with a stroke and apply stroke to path, the fill disappears and you have a closed path which covers the area of the former stroke. The path is a combined one, because it has a hole. If you apply Path > Break Apart, you get the hole area as a different filled path.
add a comment |
Object to path removes path effects and generates a bezier curve which looks the same. Texts and Inkscape's preset shapes such as rectangles and ellipses aren't initially bezier curves when one draws them. For example path effects do not function with them. After applying object to path they become bezier curves and path effects & path editing tools work with them.
Objects can have a stroke. Stroke to path generates a path (=a closed bezier curve, single or combined) which covers the same area as the stroke and has the same fill color as the stroke had. You can insert a stroke to a path which was originally a stroke.
If you have a filled shape with a stroke and apply stroke to path, the fill disappears and you have a closed path which covers the area of the former stroke. The path is a combined one, because it has a hole. If you apply Path > Break Apart, you get the hole area as a different filled path.
Object to path removes path effects and generates a bezier curve which looks the same. Texts and Inkscape's preset shapes such as rectangles and ellipses aren't initially bezier curves when one draws them. For example path effects do not function with them. After applying object to path they become bezier curves and path effects & path editing tools work with them.
Objects can have a stroke. Stroke to path generates a path (=a closed bezier curve, single or combined) which covers the same area as the stroke and has the same fill color as the stroke had. You can insert a stroke to a path which was originally a stroke.
If you have a filled shape with a stroke and apply stroke to path, the fill disappears and you have a closed path which covers the area of the former stroke. The path is a combined one, because it has a hole. If you apply Path > Break Apart, you get the hole area as a different filled path.
answered 30 mins ago
user287001user287001
21.8k21237
21.8k21237
add a comment |
add a comment |
Thanks for contributing an answer to Graphic Design Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgraphicdesign.stackexchange.com%2fquestions%2f120785%2fdoes-stroke-to-path-essentially-create-two-different-objects%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown