name: Week 1 Update
about: Injecting svg into dummy html page
labels: testing code
Issue : #544
Describe the PR
I have added a new folder c4gt_testing_code where I have added two versions of javascript, both are not final versions but basis for further work.
c4gt_testing_code/inject_svg/ver1.js - This file contains js code regarding injecting svg after a single slur word from HTML page
c4gt_testing_code/inject_svg/ver2.js - This file is an update of ver1.js where svg in injected against all slur words added in the slur list.
Steps to test the PR
You can test them by running the c4gt_testing_code/inject_svg/index.html file
Uncomment the script tags below accordingly.
name: Week 1 Update about: Injecting svg into dummy html page labels: testing code Issue : #544
Describe the PR I have added a new folder
c4gt_testing_code
where I have added two versions of javascript, both are not final versions but basis for further work.c4gt_testing_code/inject_svg/ver1.js
- This file contains js code regarding injecting svg after a single slur word from HTML pagec4gt_testing_code/inject_svg/ver2.js
- This file is an update of ver1.js where svg in injected against all slur words added in the slur list.Steps to test the PR You can test them by running the
c4gt_testing_code/inject_svg/index.html
file Uncomment the script tags below accordingly.Screenshots