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/19 11:16] – [Day 4 : 18 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 5: 19 April ===== | + | ===== 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 ===== | ||
| + | * Dave suggested XSL to manipulate SVG styles in the browser. | ||
| + | * svg.js uses ONLY plain svg files and doesn' | ||
| + | * A small interview with [[http:// | ||
| + | * Mail discussion with [[https:// | ||
| + | * Pippin Git help: | ||
| + | * **git log < | ||
| + | * **< | ||
| + | * **git show <blob sha1>** returns the data | ||
| + | * Dave's finding: [[http:// | ||
| + | * Ed wrapped up a small [[https:// | ||
| + | * [[http:// | ||
| + | * Trying [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | **Sum up of the day**: Trying to render a scaled version of svg/xml data in the browser isn't an easy task. Svg.js is the best solution. But not stable enough with svg (coming from inkscape?). As for now, this feature will be put on hold. Tomorow, last full working day at the Medialab Prado. TODO: pul data from git. | ||
| + | ===== Day 9 : 23 April ===== | ||
| + | * Suggested by Ed: Meetup w/ Github engineer doing a [[https:// | ||
| + | * Textual SVG Diff works. Loads SVG, turns it to JSON, compares 2 files, outputs a JSON diff. | ||
| + | * Master Class: Git + SVG + presentation of the project to web design students of [[http:// | ||
| + | * Looking into [[http:// | ||
| + | |||
| + | ===== Day 8 : 22 April ===== | ||
| + | * [[http:// | ||
| + | * testing software version control visualization [[https:// | ||
| + | * [[https:// | ||
| + | * FIXME Static-SVG-Diff viewer only works in Firefox for now. | ||
| + | * TODO: | ||
| + | * Choose a license for publishing (Samer) | ||
| + | * Design students on tuesday (3-5pm) | ||
| + | * Screencast | ||
| + | * Spanish wrap-up of the project | ||
| + | * Pippin ([[http:// | ||
| + | |||
| + | |||
| + | ===== Day 7 : 21 April ===== | ||
| + | > And on the seventh day God finished his work that he had done, and he rested on the seventh day from all his work that he had done. | ||
| + | |||
| + | Well, not really ;) | ||
| + | * [[http:// | ||
| + | * Thx to a visit yesterday by [[http:// | ||
| + | |||
| + | ===== Day 6 : 20 April ===== | ||
| + | * Interaction between Timeline and Diff viewer completed & beautified. | ||
| + | === SVG to Canvas (dashed line) rendering === | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | ===== Day 5 : 19 April ===== | ||
| * Visit of [[https:// | * Visit of [[https:// | ||
| + | * Pippin promising to share Pixel Diff algorythm. | ||
| + | * Presentation of the work in progress + pecha kucha of collaborators. | ||
| + | * "Party at my house" @ [[http:// | ||
| + | |||
| ===== Day 4 : 18 April ===== | ===== Day 4 : 18 April ===== | ||
| Line 63: | Line 141: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| - | |||
projects/design_with_git/medialab_prado_log.1366363000.txt.gz · Last modified: by Julien Deswaef
