diff options
author | Patrick Simianer <p@simianer.de> | 2015-11-06 11:59:21 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-11-06 11:59:21 +0100 |
commit | 00ab985b296b8a41f782be9766faa7e6320f4198 (patch) | |
tree | 4a948c9a77fe701edbe2502c26dc0e1cbddb9941 /README | |
parent | d27eb43719b1d861a0aaa01a121511bc2e389b0d (diff) |
fixed edit mode
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,9 @@ Visualize and edit machine translation derivations using raphaeljs. +Took raphael.inline_text_editing.js from [1]. +Partially adapted from [3] and [2]. Resources: - * http://grokbase.com/p/gg/raphaeljs/135twn41fq/how-to-move-text-and-rect-together-using-raphaeljs - * https://github.com/marmelab/Raphael.InlineTextEditing - * http://raphaeljs.com/graffle.html + [1] https://github.com/marmelab/Raphael.InlineTextEditing + [2] http://grokbase.com/p/gg/raphaeljs/135twn41fq/how-to-move-text-and-rect-together-using-raphaeljs + [3] http://raphaeljs.com/graffle.html |