Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kdidenko committed Oct 9, 2020
2 parents 6e6fded + 27c413c commit 5385869
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-minimal
14 changes: 14 additions & 0 deletions svgedit/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SVG Editor</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
html, dody, iframe#svgeditor {padding:0px;margin:0px;display:block;width:100%;height:100%}
</style>
</head>
<body>
<iframe id="svgeditor" src="https://svg-edit.github.io/svgedit/editor/svg-editor.html?extension="></iframe>
</body>
</html>
7 changes: 7 additions & 0 deletions svgedit/styles/editor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
main, iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

1 comment on commit 5385869

@kdidenko
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☑ #TODO:

Please sign in to comment.