新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
8
public/flukemoni/Ex2/customized.html
Normal file → Executable file
8
public/flukemoni/Ex2/customized.html
Normal file → Executable file
@@ -32,7 +32,7 @@
|
||||
--web-scale-on-resize: true;
|
||||
--web-enable-deep-linking: true;
|
||||
}
|
||||
#rectangle_5_jt {
|
||||
#rectangle_5_lu {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -42,7 +42,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_jt {
|
||||
.rectangle_5_lu {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -2964,8 +2964,8 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="customized">
|
||||
<svg class="rectangle_5_jt">
|
||||
<rect id="rectangle_5_jt" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="rectangle_5_lu">
|
||||
<rect id="rectangle_5_lu" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user