@@ -208,63 +208,175 @@ <h3 id="testing-site-nav">Testing Site-Nav<a class="fa fa-anchor" href="#testing
208
208
< breadcrumb > </ breadcrumb >
209
209
< p > < strong > Annotate with saved Image</ strong > </ p >
210
210
< annotate src ="./images/annotateSampleImage.png " width ="500 " alt ="sampleImage ">
211
- < a-point x ="25% " y ="25% " content ="Lorem ipsum dolor sit amet "> </ a-point >
211
+ < a-point x ="25% " y ="25% "> < template #content >
212
+ < p > Lorem ipsum dolor sit amet</ p >
213
+ </ template > </ a-point >
212
214
</ annotate >
213
215
< br >
214
216
< p > < strong > Annotate point positions</ strong > </ p >
215
217
216
218
< annotate src ="./images/annotateSampleImage.png " width ="350 " alt ="sampleImage ">
217
- < a-point x ="0% " y ="0% " content ="Lorem ipsum dolor sit amet "> </ a-point >
218
- < a-point x ="50% " y ="50% " content ="Lorem ipsum dolor sit amet "> </ a-point >
219
- < a-point x ="100% " y ="100% " content ="Lorem ipsum dolor sit amet "> </ a-point >
219
+ < a-point x ="0% " y ="0% "> < template #content >
220
+ < p > Lorem ipsum dolor sit amet</ p >
221
+ </ template > </ a-point >
222
+ < a-point x ="50% " y ="50% "> < template #content >
223
+ < p > Lorem ipsum dolor sit amet</ p >
224
+ </ template > </ a-point >
225
+ < a-point x ="100% " y ="100% "> < template #content >
226
+ < p > Lorem ipsum dolor sit amet</ p >
227
+ </ template > </ a-point >
220
228
</ annotate >
221
229
222
230
< annotate src ="./images/annotateSampleImage.png " width ="600 " alt ="sampleImage ">
223
- < a-point x ="0% " y ="0% " content ="Lorem ipsum dolor sit amet "> </ a-point >
224
- < a-point x ="50% " y ="50% " content ="Lorem ipsum dolor sit amet "> </ a-point >
225
- < a-point x ="100% " y ="100% " content ="Lorem ipsum dolor sit amet "> </ a-point >
231
+ < a-point x ="0% " y ="0% "> < template #content >
232
+ < p > Lorem ipsum dolor sit amet</ p >
233
+ </ template > </ a-point >
234
+ < a-point x ="50% " y ="50% "> < template #content >
235
+ < p > Lorem ipsum dolor sit amet</ p >
236
+ </ template > </ a-point >
237
+ < a-point x ="100% " y ="100% "> < template #content >
238
+ < p > Lorem ipsum dolor sit amet</ p >
239
+ </ template > </ a-point >
226
240
</ annotate >
227
241
228
242
< annotate src ="./images/annotateSampleImage.png " width ="1500 " alt ="sampleImage ">
229
- < a-point x ="0% " y ="0% " content ="Lorem ipsum dolor sit amet "> </ a-point >
230
- < a-point x ="50% " y ="50% " content ="Lorem ipsum dolor sit amet "> </ a-point >
231
- < a-point x ="100% " y ="100% " content ="Lorem ipsum dolor sit amet "> </ a-point >
243
+ < a-point x ="0% " y ="0% "> < template #content >
244
+ < p > Lorem ipsum dolor sit amet</ p >
245
+ </ template > </ a-point >
246
+ < a-point x ="50% " y ="50% "> < template #content >
247
+ < p > Lorem ipsum dolor sit amet</ p >
248
+ </ template > </ a-point >
249
+ < a-point x ="100% " y ="100% "> < template #content >
250
+ < p > Lorem ipsum dolor sit amet</ p >
251
+ </ template > </ a-point >
232
252
</ annotate >
233
253
< br >
234
254
< p > < strong > Annotate point attributes</ strong > </ p >
235
255
236
256
< annotate src ="./images/annotateSampleImage.png " width ="350 " alt ="sampleImage ">
237
- < a-point x ="25% " y ="25% " content ="Lorem ipsum dolor sit amet "> </ a-point >
238
- < a-point x ="50% " y ="25% " content ="Lorem ipsum dolor sit amet " size ="60 "> </ a-point >
239
- < a-point x ="75% " y ="25% " content ="Lorem ipsum dolor sit amet " header ="Lorem ipsum "> </ a-point >
240
- < a-point x ="33% " y ="50% " content ="Lorem ipsum dolor sit amet " color ="red "> </ a-point >
241
- < a-point x ="66% " y ="50% " content ="Lorem ipsum dolor sit amet " opacity ="0.7 "> </ a-point >
242
- < a-point x ="25% " y ="75% " content ="Lorem ipsum dolor sit amet " label ="1 "> </ a-point >
243
- < a-point x ="50% " y ="75% " content ="Lorem ipsum dolor sit amet " textColor ="white " color ="black " label ="2 " opacity ="1 "> </ a-point >
244
- < a-point x ="75% " y ="75% " content ="Lorem ipsum dolor sit amet " fontSize ="30 " label ="3 "> </ a-point >
257
+ < a-point x ="25% " y ="25% "> < template #content >
258
+ < p > Lorem ipsum dolor sit amet</ p >
259
+ </ template > </ a-point >
260
+ < a-point x ="50% " y ="25% " size ="60 "> < template #content >
261
+ < p > Lorem ipsum dolor sit amet</ p >
262
+ </ template > </ a-point >
263
+ < a-point x ="75% " y ="25% "> < template #header >
264
+ < p > Lorem ipsum</ p >
265
+ </ template > < template #content >
266
+ < p > Lorem ipsum dolor sit amet</ p >
267
+ </ template > </ a-point >
268
+ < a-point x ="33% " y ="50% " color ="red "> < template #content >
269
+ < p > Lorem ipsum dolor sit amet</ p >
270
+ </ template > </ a-point >
271
+ < a-point x ="66% " y ="50% " opacity ="0.7 "> < template #content >
272
+ < p > Lorem ipsum dolor sit amet</ p >
273
+ </ template > </ a-point >
274
+ < a-point x ="25% " y ="75% "> < template #label >
275
+ < p > 1</ p >
276
+ </ template > < template #content >
277
+ < p > Lorem ipsum dolor sit amet</ p >
278
+ </ template > </ a-point >
279
+ < a-point x ="50% " y ="75% " textColor ="white " color ="black " opacity ="1 "> < template #label >
280
+ < p > 2</ p >
281
+ </ template > < template #content >
282
+ < p > Lorem ipsum dolor sit amet</ p >
283
+ </ template > </ a-point >
284
+ < a-point x ="75% " y ="75% " fontSize ="30 "> < template #label >
285
+ < p > 3</ p >
286
+ </ template > < template #content >
287
+ < p > Lorem ipsum dolor sit amet</ p >
288
+ </ template > </ a-point >
245
289
</ annotate >
246
290
247
291
< annotate src ="./images/annotateSampleImage.png " width ="600 " alt ="sampleImage ">
248
- < a-point x ="33% " y ="33% " content ="Lorem ipsum dolor sit amet "> </ a-point >
249
- < a-point x ="66% " y ="33% " content ="Lorem ipsum dolor sit amet " trigger ="hover focus "> </ a-point >
250
- < a-point x ="25% " y ="66% " content ="Lorem ipsum dolor sit amet " placement ="left "> </ a-point >
251
- < a-point x ="50% " y ="66% " content ="Lorem ipsum dolor sit amet " placement ="bottom "> </ a-point >
252
- < a-point x ="75% " y ="66% " content ="Lorem ipsum dolor sit amet " placement ="right "> </ a-point >
292
+ < a-point x ="33% " y ="33% "> < template #content >
293
+ < p > Lorem ipsum dolor sit amet</ p >
294
+ </ template > </ a-point >
295
+ < a-point x ="66% " y ="33% " trigger ="hover focus "> < template #content >
296
+ < p > Lorem ipsum dolor sit amet</ p >
297
+ </ template > </ a-point >
298
+ < a-point x ="25% " y ="66% " placement ="left "> < template #content >
299
+ < p > Lorem ipsum dolor sit amet</ p >
300
+ </ template > </ a-point >
301
+ < a-point x ="50% " y ="66% " placement ="bottom "> < template #content >
302
+ < p > Lorem ipsum dolor sit amet</ p >
303
+ </ template > </ a-point >
304
+ < a-point x ="75% " y ="66% " placement ="right "> < template #content >
305
+ < p > Lorem ipsum dolor sit amet</ p >
306
+ </ template > </ a-point >
253
307
</ annotate >
254
308
255
309
< annotate src ="./images/annotateSampleImage.png " width ="1500 " alt ="sampleImage ">
256
- < a-point x ="25% " y ="50% " content ="some test text " label ="1 "> </ a-point >
257
- < a-point x ="50% " y ="50% " content ="some test text " label ="2 " legend ="bottom " header ="some test text "> </ a-point >
258
- < a-point x ="75% " y ="50% " content ="some test text " label ="3 " legend ="both " header ="some test text "> </ a-point >
310
+ < a-point x ="25% " y ="50% "> < template #label >
311
+ < p > 1</ p >
312
+ </ template > < template #content >
313
+ < p > some test text</ p >
314
+ </ template > </ a-point >
315
+ < a-point x ="50% " y ="50% " legend ="bottom "> < template #label >
316
+ < p > 2</ p >
317
+ </ template > < template #header >
318
+ < p > some test text</ p >
319
+ </ template > < template #content >
320
+ < p > some test text</ p >
321
+ </ template > </ a-point >
322
+ < a-point x ="75% " y ="50% " legend ="both "> < template #label >
323
+ < p > 3</ p >
324
+ </ template > < template #header >
325
+ < p > some test text</ p >
326
+ </ template > < template #content >
327
+ < p > some test text</ p >
328
+ </ template > </ a-point >
259
329
</ annotate >
260
330
261
331
< annotate src ="./images/annotateSampleImage.png " width ="1500 " alt ="sampleImage ">
262
- < a-point x ="25% " y ="25% " content ="some test text " label ="1 " legend ="both "> </ a-point >
263
- < a-point x ="50% " y ="25% " content ="some test text " label ="2 " legend ="both "> </ a-point >
264
- < a-point x ="75% " y ="25% " content ="some test text " label ="3 " legend ="both "> </ a-point >
265
- < a-point x ="25% " y ="50% " content ="some test text " label ="4 " legend ="both " header ="some test text "> </ a-point >
266
- < a-point x ="50% " y ="50% " content ="some test text " label ="5 " legend ="both " header ="some test text "> </ a-point >
267
- < a-point x ="75% " y ="50% " content ="some test text " label ="6 " legend ="both " header ="some test text "> </ a-point >
332
+ < a-point x ="25% " y ="25% " legend ="both "> < template #label >
333
+ < p > 1</ p >
334
+ </ template > < template #content >
335
+ < p > some test text</ p >
336
+ </ template > </ a-point >
337
+ < a-point x ="50% " y ="25% " legend ="both "> < template #label >
338
+ < p > 2</ p >
339
+ </ template > < template #content >
340
+ < p > some test text</ p >
341
+ </ template > </ a-point >
342
+ < a-point x ="75% " y ="25% " legend ="both "> < template #label >
343
+ < p > 3</ p >
344
+ </ template > < template #content >
345
+ < p > some test text</ p >
346
+ </ template > </ a-point >
347
+ < a-point x ="25% " y ="50% " legend ="both "> < template #label >
348
+ < p > 4</ p >
349
+ </ template > < template #header >
350
+ < p > some test text</ p >
351
+ </ template > < template #content >
352
+ < p > some test text</ p >
353
+ </ template > </ a-point >
354
+ < a-point x ="50% " y ="50% " legend ="both "> < template #label >
355
+ < p > 5</ p >
356
+ </ template > < template #header >
357
+ < p > some test text</ p >
358
+ </ template > < template #content >
359
+ < p > some test text</ p >
360
+ </ template > </ a-point >
361
+ < a-point x ="75% " y ="50% " legend ="both "> < template #label >
362
+ < p > 6</ p >
363
+ </ template > < template #header >
364
+ < p > some test text</ p >
365
+ </ template > < template #content >
366
+ < p > some test text</ p >
367
+ </ template > </ a-point >
368
+ </ annotate >
369
+
370
+ < annotate src ="./images/annotateSampleImage.png " width ="1500 " alt ="sampleImage ">
371
+ < a-point x ="25% " y ="25% "> < template #content >
372
+ < h1 id ="content "> Content< a class ="fa fa-anchor " href ="#content " onclick ="event.stopPropagation() "> </ a > </ h1 >
373
+ </ template > </ a-point >
374
+ < a-point x ="50% " y ="25% "> < template #header >
375
+ < p > 😊</ p >
376
+ </ template > </ a-point >
377
+ < a-point x ="75% " y ="25% "> < template #label >
378
+ < p > ❤️</ p >
379
+ </ template > </ a-point >
268
380
</ annotate >
269
381
< p > < strong > Annotate Point customised shapes</ strong > </ p >
270
382
< annotate src ="./images/annotateSampleImage.png " width ="1500 " alt ="sampleImage ">
0 commit comments