You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(demystify): draw the spectrum as SVG, default to the light theme
The block-character chart could not tile in a browser. A font's FULL BLOCK
glyph fills the em box, which is not the height of a `line-height: 1` line box,
so every bar showed horizontal seams and ragged tops, with subpixel colour
fringing on the edges. Draw it as SVG rects instead; the hand-drawn banners
stay as characters, since they do not depend on glyphs lining up.
Rename the geometry module to spectrumScale.js. As spectrum.js it collided by
case with the new Spectrum.jsx, and on a case-insensitive filesystem the
component import resolved to the geometry module — React rendered a plain
function as a component and silently produced nothing.
Make light the default theme, and move its palette onto bare :root so the
prerendered first paint matches instead of flashing dark before hydration.
Remove Ripperland, The Uninvited, Discombobulated, Portals Of The Flying
Dutchman and They Call This (Hip Hop). Pin preview clips for Live On Live Long,
Real Ni***s and Rollin' Down The Freeway.
- Real Ni***s | The Diplomats | https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview221/v4/c4/69/c6/c469c6d3-944a-e472-7beb-432e2c057b25/mzaf_7043771456860144142.plus.aac.ep.m4a
70
68
- Exhibit C | JAYELECTRONICA
71
-
- Live On Live Long | Capone-N-Noreaga
69
+
- Live On Live Long | Capone-N-Noreaga | https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview116/v4/8e/3a/92/8e3a92fb-34c6-a6fd-628b-81cf37966b19/mzaf_165728014347235677.plus.aac.ep.m4a
72
70
- Plane Gang | Reks, Akrobatik, Edo. G, Termanology, DJ Deadeye
73
71
- Bad Name - Remix | Gang Starr, Redman, Method Man
74
72
- The Ghetto | Beanie Sigel
@@ -92,7 +90,6 @@ tracks:
92
90
- Watch How It Go Down | Termanology
93
91
- Hustle | M.O.P., Mr. Probz
94
92
- Losing Out (feat. Royce Da 5'9) | Black Milk, Royce Da 5'9"
- Real Ni***s | The Diplomats | https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview221/v4/c4/69/c6/c469c6d3-944a-e472-7beb-432e2c057b25/mzaf_7043771456860144142.plus.aac.ep.m4a
379
377
- Exhibit C | JAYELECTRONICA
380
-
- Live On Live Long | Capone-N-Noreaga
378
+
- Live On Live Long | Capone-N-Noreaga | https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview116/v4/8e/3a/92/8e3a92fb-34c6-a6fd-628b-81cf37966b19/mzaf_165728014347235677.plus.aac.ep.m4a
381
379
- Plane Gang | Reks, Akrobatik, Edo. G, Termanology, DJ Deadeye
382
380
- Bad Name - Remix | Gang Starr, Redman, Method Man
383
381
- The Ghetto | Beanie Sigel
@@ -401,7 +399,6 @@ tracks:
401
399
- Watch How It Go Down | Termanology
402
400
- Hustle | M.O.P., Mr. Probz
403
401
- Losing Out (feat. Royce Da 5'9) | Black Milk, Royce Da 5'9"
0 commit comments