Adding color-profile element
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Adding <color-profile> element
Inkscape 0.46
Inkscape 0.46 added more color management support, but did not add an explicit UI for linking ICC profiles into SVG itself.
What this means is that if a user wants to have the "CMS" color picker tab functional, they will need to manually add a <color-profile> element.
   <color-profile
      id="changerprof"
      name="changer"
      xlink:href="changeColor.ICM" />
Means to integrate
Manually edit .svg file
Use the XML dialog
Planned UI
A UI is planned to automate this process, but is not yet in place.