projects:design_with_git:medialab_prado_log
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:design_with_git:medialab_prado_log [2013/04/25 00:06] – [Day 10 : 24 April] Julien Deswaef | projects:design_with_git:medialab_prado_log [2013/04/27 11:52] (current) – [Day 12 : 26 April (last day)] Julien Deswaef | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| From 15 April till 27 April, [[projects: | From 15 April till 27 April, [[projects: | ||
| + | ===== Day 12 : 26 April (last day) ===== | ||
| + | * Cooked a function to resize in-the-dom svg with CSS3 transforms | ||
| + | * Fetching github repo and navigating svg commit history was almost there. But had rendering problems and time too short before presentation. | ||
| + | * Static version of the project can be tested at: http:// | ||
| + | |||
| + | |||
| + | ===== Day 11 : 25 April ===== | ||
| + | * Documentation: | ||
| + | * Chrom[e/ | ||
| + | * Fails on static local: because "Cross origin requests are only supported for HTTP" (ref: canvg) | ||
| + | * SVG Dashed line not rendered properly into Canvas. | ||
| + | |||
| + | Canvg patch for chrome dashed-line rendering: | ||
| + | < | ||
| + | // replace these | ||
| + | ctx.webkitLineDash = lengths; | ||
| + | ctx.webkitLineDashOffset = 2; | ||
| + | |||
| + | // by these | ||
| + | ctx.setLineDash(lengths); | ||
| + | ctx.lineDashOffset = 2; | ||
| + | </ | ||
| + | |||
| + | * Renamed the Github repo for uniform naming convention: https:// | ||
| + | * (With gh3 in Chrome) Managed to get a list of svg files and commits from a [[https:// | ||
| + | * Pippin' | ||
| ===== Day 10 : 24 April ===== | ===== Day 10 : 24 April ===== | ||
| * Dave suggested XSL to manipulate SVG styles in the browser. | * Dave suggested XSL to manipulate SVG styles in the browser. | ||
| Line 15: | Line 41: | ||
| * Ed wrapped up a small [[https:// | * Ed wrapped up a small [[https:// | ||
| * [[http:// | * [[http:// | ||
| - | * Trying [[http:// | + | * Trying [[http:// |
| - | * [[http:// | + | * [[http:// |
| + | |||
| + | **Sum up of the day**: Trying | ||
| ===== Day 9 : 23 April ===== | ===== Day 9 : 23 April ===== | ||
| * Suggested by Ed: Meetup w/ Github engineer doing a [[https:// | * Suggested by Ed: Meetup w/ Github engineer doing a [[https:// | ||
projects/design_with_git/medialab_prado_log.1366841216.txt.gz · Last modified: by Julien Deswaef
