我正在使用ng-maphilight来分割我的图片,但该区域对我的图片没有响应。
示例代码:
<mat-card class="col-md-8">
<maphilight id="1" [config]="config" [hidden]="hidden">
<img src="assets/img/imageProjet/img1.jpg" class="col-md-12">
<map>
<area shape="poly" coords="439, 67, 506, 68, 506, 189, 578, 191, 590, 222, 623, 303, 546, 298, 539, 257, 506, 256, 507, 300, 459, 297, 457, 313, 446, 317, 443, 517, 374, 522, 382, 390, 382, 339, 381, 324, 353, 319, 360, 187, 434, 188" />
<area shape="poly" coords="513, 32, 512, 72, 510, 183, 580, 185, 592, 219, 595, 110, 687, 106, 657, 19, 597, 16, 521, 21" />
</map>
</maphilight>
</mat-card>
所以我正在寻找一种动态调整图像地图及其区域大小的解决方案。我只找到了 jQuery jQuery-rwdImageMaps的解决方案
但是在角度上找不到它!这是在stackoverflow上找到的另一个解决方案:解决方案但我无法将其转换为角度,请帮助?我如何在 Angular 中实现这一点?