<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daiwai</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daiwai"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Daiwai"/>
	<updated>2026-05-25T01:31:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Object_Manager&amp;diff=5999</id>
		<title>Object Manager</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Object_Manager&amp;diff=5999"/>
		<updated>2006-03-02T17:23:58Z</updated>

		<summary type="html">&lt;p&gt;Daiwai: /* Gradient Dialog Design Ideas */  fixed www.netsoc.tcd.ie images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;The Inkscape Object Manager&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;A hybrid of the XML Editor and Item Properties dialog.. mixed in with a bit of love.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
upload:obman2.png upload:gradients.png&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Brief&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An expandable list of the groups and objects within your SVG.&amp;lt;br /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Previews of what is within that group is handy but not essential ( like in the XML editor:  when groups are selected , the relative items on the canvas are selected )&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Groups can be expanded down to object level and each list item can be renamed.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Each list item has a visibility and sensitive check button.&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;objects can be dragged from the list to the canvas.  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will initiate a Use function to duplicate that group ( can we do this ?  it would do wonders for economising file-size and graphics! )&amp;lt;br/&amp;gt;&lt;br /&gt;
--Should be able to. cloning objects does that now, and we are able to clone groups&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Better for Semantics&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Many Users will identify this manager as a type of 'Object Library' for their SVG documents.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The benefit here lies in the content. As users rename the objects they see in the manager they will be in-fact renaming the ID's in the XML.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means the more semantic their documents, the more the user is rewarded with a logical 'object manager'.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because it's as simple as double clicking your object in the manager to rename it, users will be not only encouraged too name objects for  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Better for Users&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When making objects sensetive and insensetive, users shouldn't have to go deep into the dark pits of the XML editor to make objects sensetive again. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;The Gradient Manager&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;currently when an object uses an existing gradient, inkscape will create a new  lineargradientXXXX def id so that the x1y1 x2y2 coords can be changed. &amp;lt;br /&amp;gt;This def will then xlink:href  to the existing gradient so that it can assume the colours and stops as the users.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The Gradient Manager provides a way to manage the names of both reference type gradient defs and also the gradient defs that contrain colour stop information.&amp;lt;br /&amp;gt;&lt;br /&gt;
What also makes for a nice feature is you can re-use the reference gradients for exact-gradient positioning based off other objects :)&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Things that happen as you interact with the gradient manager&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Draging and dropping objects above and below eachother changes their order in the xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;clicking on an object after it is selected allows the user to rename the id of that def&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;selecting a gradient after selecting an object applies that gradient&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Gradient Dialog Design Ideas ===&lt;br /&gt;
&lt;br /&gt;
* http://www.macromedia.com/software/freehand/productinfo/features/static_tour/07effects.html#3&lt;br /&gt;
&lt;br /&gt;
* http://www.netsoc.tcd.ie/~horkana/dev/gnome/inkscape/screenshots/references/photoshop/adobephotoshop7_gradient-editor-001.png&lt;br /&gt;
* http://www.netsoc.tcd.ie/~horkana/dev/gnome/inkscape/screenshots/references/photoshop/adobephotoshop7_gradient-editor-002-noise-gradient.png&lt;br /&gt;
* http://www.netsoc.tcd.ie/~horkana/dev/gnome/inkscape/screenshots/references/photoshop/adobephotoshop7_gradient-editor-003-menu.png&lt;br /&gt;
* http://www.netsoc.tcd.ie/~horkana/dev/gnome/inkscape/screenshots/references/photoshop/adobephotoshop7_gradient-editor-004.png&lt;br /&gt;
* http://www.netsoc.tcd.ie/~horkana/dev/gnome/inkscape/screenshots/references/photoshop/adobephotoshop7_gradient-editor-005.png&lt;br /&gt;
* http://www.netsoc.tcd.ie/~horkana/dev/gnome/inkscape/screenshots/references/photoshop/adobephotoshop7_gradient-editor-007.png&lt;br /&gt;
&lt;br /&gt;
And a screenshot of just the tool options bar for gradients:&lt;br /&gt;
&lt;br /&gt;
* http://www.netsoc.tcd.ie/~horkana/dev/gnome/inkscape/screenshots/references/photoshop/adobephotoshop7_gradient-tooloptions-001.png&lt;br /&gt;
&lt;br /&gt;
* http://turnipspatch.com/misc/inkscape/gradients.html&lt;br /&gt;
&lt;br /&gt;
* http://jozmak.heydo.com/wallpapers/screensavers.htm&lt;br /&gt;
&lt;br /&gt;
If we want a solution that will scale beyond a few dozen gradients I'm&lt;br /&gt;
convinced the task of creating or editing new gradients should be seperated&lt;br /&gt;
out from the task of selecting and applying a gradient.&lt;br /&gt;
Part of the reasion I created a set of gradients for [[OpenClipart]].org was&lt;br /&gt;
to have a sample set that made it clear to anyone redesigining the dialog&lt;br /&gt;
that it would need to accomodate a whole lot of gradients.  -- Alan&lt;br /&gt;
&lt;br /&gt;
The way Xara does it:&lt;br /&gt;
http://www.xara.com/products/xarax/flash/fill.htm&lt;/div&gt;</summary>
		<author><name>Daiwai</name></author>
	</entry>
</feed>