Merge lp:~osomon/ubuntu/natty/ubuntu-mono/fix-start-here into lp:ubuntu/natty/ubuntu-mono

Proposed by Olivier Tilloy
Status: Needs review
Proposed branch: lp:~osomon/ubuntu/natty/ubuntu-mono/fix-start-here
Merge into: lp:ubuntu/natty/ubuntu-mono
Diff against target: 39 lines (+8/-2)
3 files modified
debian/changelog (+8/-0)
ubuntu-mono-dark/apps/22/start-here.svg (+0/-1)
ubuntu-mono-light/apps/22/start-here.svg (+0/-1)
To merge this branch: bzr merge lp:~osomon/ubuntu/natty/ubuntu-mono/fix-start-here
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Review via email: mp+56790@code.launchpad.net

Description of the change

This branch fixes bug #752607: the start-here SVGs have an extra suspicious 'fill="none"' attribute that results in them being fully transparent when loaded by Qt’s SVG engine. This shouldn’t affect the rendering in GTK.
Please see the full bug report for a rationale.

To post a comment you must log in.

Unmerged revisions

23. By Olivier Tilloy

Removed a suspicious 'fill="none"' attribute from some paths in the start-here icons, this was resulting in fully transparent rendering with Qt’s SVG engine.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-03-30 16:14:45 +0000
3+++ debian/changelog 2011-04-07 15:42:20 +0000
4@@ -1,3 +1,11 @@
5+ubuntu-mono (0.0.28) UNRELEASED; urgency=low
6+
7+ * Removed a suspicious 'fill="none"' attribute from some paths in the
8+ start-here icons, this was resulting in fully transparent rendering
9+ with Qt’s SVG engine. (LP: #752607)
10+
11+ -- Olivier Tilloy <olivier.tilloy@canonical.com> Thu, 07 Apr 2011 16:14:52 +0200
12+
13 ubuntu-mono (0.0.27) natty; urgency=low
14
15 * Clean up stray duplicate symlinks for the nm-stage02-connecting03 icon
16
17=== modified file 'ubuntu-mono-dark/apps/22/start-here.svg'
18--- ubuntu-mono-dark/apps/22/start-here.svg 2011-03-23 23:30:00 +0000
19+++ ubuntu-mono-dark/apps/22/start-here.svg 2011-04-07 15:42:20 +0000
20@@ -53,7 +53,6 @@
21 id="g2872"
22 style="fill:#dfdbd2">
23 <path
24- fill="none"
25 d="M11,2.001C6.03,2.001,2.001,6.03,2.001,11S6.03,19.998,11,19.998c4.971,0,8.998-4.027,8.998-8.998 S15.971,2.001,11,2.001z M13.092,5.056c0.334-0.579,1.074-0.777,1.652-0.443c0.579,0.334,0.777,1.074,0.443,1.653 c-0.334,0.579-1.074,0.777-1.653,0.443C12.955,6.375,12.758,5.635,13.092,5.056z M4.892,12.211c-0.668,0-1.21-0.542-1.21-1.21 c0-0.669,0.542-1.21,1.21-1.21s1.21,0.542,1.21,1.21C6.103,11.668,5.561,12.211,4.892,12.211z M5.965,12.318 C6.348,12.006,6.592,11.532,6.592,11c0-0.532-0.244-1.007-0.626-1.318C6.292,8.415,7.081,7.333,8.14,6.625l0.885,1.482 C8.116,8.748,7.521,9.804,7.521,11c0,1.197,0.594,2.254,1.503,2.893L8.14,15.375C7.081,14.668,6.292,13.586,5.965,12.318z M14.744,17.387c-0.578,0.334-1.318,0.137-1.652-0.443c-0.334-0.578-0.137-1.318,0.442-1.652s1.319-0.137,1.653,0.443 C15.521,16.312,15.323,17.053,14.744,17.387z M14.741,14.75c-0.46-0.174-0.992-0.148-1.452,0.117 c-0.459,0.266-0.748,0.713-0.827,1.199c-0.447,0.125-0.918,0.191-1.405,0.191c-0.837,0-1.628-0.195-2.331-0.543l0.841-1.508 c0.453,0.211,0.958,0.328,1.49,0.328c1.847,0,3.363-1.416,3.521-3.221l1.725,0.025C16.219,12.672,15.637,13.869,14.741,14.75z M14.578,10.687c-0.158-1.806-1.674-3.222-3.521-3.222c-0.532,0-1.037,0.118-1.49,0.329L8.727,6.287 c0.703-0.348,1.494-0.545,2.331-0.545c0.487,0,0.958,0.068,1.405,0.191c0.079,0.486,0.368,0.935,0.827,1.2 c0.46,0.266,0.992,0.292,1.451,0.118c0.896,0.88,1.479,2.077,1.562,3.411L14.578,10.687z"
26 id="path2874"
27 style="fill:#dfdbd2" />
28
29=== modified file 'ubuntu-mono-light/apps/22/start-here.svg'
30--- ubuntu-mono-light/apps/22/start-here.svg 2011-03-23 23:30:00 +0000
31+++ ubuntu-mono-light/apps/22/start-here.svg 2011-04-07 15:42:20 +0000
32@@ -53,7 +53,6 @@
33 id="g2872"
34 style="fill:#3c3c3c">
35 <path
36- fill="none"
37 d="M11,2.001C6.03,2.001,2.001,6.03,2.001,11S6.03,19.998,11,19.998c4.971,0,8.998-4.027,8.998-8.998 S15.971,2.001,11,2.001z M13.092,5.056c0.334-0.579,1.074-0.777,1.652-0.443c0.579,0.334,0.777,1.074,0.443,1.653 c-0.334,0.579-1.074,0.777-1.653,0.443C12.955,6.375,12.758,5.635,13.092,5.056z M4.892,12.211c-0.668,0-1.21-0.542-1.21-1.21 c0-0.669,0.542-1.21,1.21-1.21s1.21,0.542,1.21,1.21C6.103,11.668,5.561,12.211,4.892,12.211z M5.965,12.318 C6.348,12.006,6.592,11.532,6.592,11c0-0.532-0.244-1.007-0.626-1.318C6.292,8.415,7.081,7.333,8.14,6.625l0.885,1.482 C8.116,8.748,7.521,9.804,7.521,11c0,1.197,0.594,2.254,1.503,2.893L8.14,15.375C7.081,14.668,6.292,13.586,5.965,12.318z M14.744,17.387c-0.578,0.334-1.318,0.137-1.652-0.443c-0.334-0.578-0.137-1.318,0.442-1.652s1.319-0.137,1.653,0.443 C15.521,16.312,15.323,17.053,14.744,17.387z M14.741,14.75c-0.46-0.174-0.992-0.148-1.452,0.117 c-0.459,0.266-0.748,0.713-0.827,1.199c-0.447,0.125-0.918,0.191-1.405,0.191c-0.837,0-1.628-0.195-2.331-0.543l0.841-1.508 c0.453,0.211,0.958,0.328,1.49,0.328c1.847,0,3.363-1.416,3.521-3.221l1.725,0.025C16.219,12.672,15.637,13.869,14.741,14.75z M14.578,10.687c-0.158-1.806-1.674-3.222-3.521-3.222c-0.532,0-1.037,0.118-1.49,0.329L8.727,6.287 c0.703-0.348,1.494-0.545,2.331-0.545c0.487,0,0.958,0.068,1.405,0.191c0.079,0.486,0.368,0.935,0.827,1.2 c0.46,0.266,0.992,0.292,1.451,0.118c0.896,0.88,1.479,2.077,1.562,3.411L14.578,10.687z"
38 id="path2874"
39 style="fill:#3c3c3c" />

Subscribers

People subscribed via source and target branches