Jump to content
Toggle sidebar
FamilySearch Wiki
Search Learning & How-To's
Personal tools
Create account
Log in
Research Wiki
Wiki Home
About the Wiki
Online Genealogy Records
Guided Research
Research Resources
Wiki Policies
Centers/Libraries
FamilySearch Library
FamilySearch Centers
FS Affiliate Libraries
Give Feedback
Submit Wiki Content
Report a Problem
Edit the Wiki
Upload File/Image
Personal Sandbox
Contributor Updates
Wiki Projects
Wiki University
Manual of Style
Tools
Special pages
Printable version
Widget:CharlesSVG: Difference between revisions
Widget
Talk
English
Read
View source
View history
More
Read
View source
View history
← Older edit
Newer edit →
Widget:CharlesSVG
(view source)
Revision as of 10:49, 5 November 2023
525 bytes removed
,
5 November 2023
no edit summary
Visual
Wikitext
Revision as of 10:48, 5 November 2023
(
view source
)
Ccsmith
(
talk
|
contribs
)
No edit summary
← Older edit
Revision as of 10:49, 5 November 2023
(
view source
)
Ccsmith
(
talk
|
contribs
)
No edit summary
Newer edit →
Line 19:
Line 19:
<svg>
<svg>
<!--Blue Line via D3.js-->
<div id = "D3BlueLine">
<script>
var width = 300;
var height = 300;
var svg = d3.select("#svgRedLine")
.append("svg")
.attr("width", width)
.attr("height", height);
svg.append("line")
.attr("x1", 200)
.attr("y1", 100)
.attr("x2", 100)
.attr("y2", 200)
.style("stroke", "rgb(0,0,255)")
.style("stroke-width", 2);
</script>
</div>
<!--Green Rectangle via D3.js-->
<!--Green Rectangle via D3.js-->
Ccsmith
Interface administrators
, smwadministrator, smwcurator, smweditor
82,369
edits